Aber bei Seiten kann ich ja keine Links machen :(
array( "name" => "Suche anzeigen ?",
"desc" => "none = Verstecken, Show = Anzeigen",
"id" => $shortname."_search",
"type" => "select",
"options" => array('Show','none'),
"std" => "Show"),
array( "name" => "Suche anzeigen ?",
"desc" => "none = Verstecken, none = Verstecken",
"id" => $shortname."_search",
"type" => "select",
"options" => array('none ','none'),
"std" => "none "),
<div id="bottom-menu-container"> <ul id='page-menu' class='sf-menu'> <li><a style="color: #212121;" href="<?php bloginfo('home') ?>">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul> <div style="clear:both"></div> </div>
<div id="bottom-menu-container"> <ul id='page-menu' class='sf-menu'> <li><a style="color: #212121;" href="<?php bloginfo('home') ?>">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul> <div id="search"> <form method="get" action="<?php bloginfo('home') ?>"> input id="q" name="s" type="text" value="<?php echo wp_specialchars(stripslashes($_GET['s']), true) ?>"/> <input class="btn" value="" id="submit" name="submit" type="submit" src="<?php bloginfo('template_url'); ?>/images/spacer.gif"/> </form> </div><!--ENDE Suche --> <div style="clear:both"></div> </div><!--ENDE Menü Container -->
#search {
height: 36px;
width: 200px;
background: url(images/search.png) no-repeat top right;}
#search {
height: 36px;
width: 200px;
float: right;
background: url(images/search.png) no-repeat top right;
margin: 36px 10px 0 0;
}
Sie ist wieder da...Quote:
Ganz einfach du gehst ihn die functions.php und suchst nach
[...]
wolla deine suche ist wieder da wo sie sein sollte.