implement search page and search results
This commit is contained in:
parent
45fea232e6
commit
b72fd2f4b4
6 changed files with 171 additions and 50 deletions
|
|
@ -7,26 +7,35 @@ get_header();
|
|||
|
||||
<main>
|
||||
|
||||
<section class="full-width background-color-page-theme" id="c3318">
|
||||
<?php if ( has_post_thumbnail() ) { ?>
|
||||
<div class="intro-element align-center background-color-page-theme-contrast" style="background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);">
|
||||
<?php } else { ?>
|
||||
<div class="intro-element align-center background-color-page-theme-contrast" style="background-image: url(/fileadmin/user_upload/00_Startseite/20191216-CN-02-251_Homepage.jpg);">
|
||||
<?php } ?>
|
||||
<div class="content-wrap">
|
||||
<h1>Suche</h1>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="background-color-white">
|
||||
<div class="content-wrap">
|
||||
|
||||
<article>
|
||||
<div class="headline-element" id="c145">
|
||||
<h2>Suche</h2>
|
||||
</div>
|
||||
|
||||
<?php get_search_form(); ?>
|
||||
<div id="c139" class="frame frame-default frame-type-list frame-layout-0">
|
||||
<div class="tx-indexedsearch">
|
||||
|
||||
</article>
|
||||
<div class="tx-indexedsearch-searchbox">
|
||||
<form method="get" role="search" action="<?php echo site_url(‘/’); ?>">
|
||||
<div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<div class="tx-indexedsearch-form">
|
||||
<label for="tx-indexedsearch-searchbox-sword">Suchen nach:</label>
|
||||
<input class="tx-indexedsearch-searchbox-sword" type="text" name="s" value="" />
|
||||
</div>
|
||||
<div class="tx-indexedsearch-search-submit">
|
||||
<button type="submit" class="tx-indexedsearch-searchbox-button" />
|
||||
<span>Suchen</span>
|
||||
</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue