hallo...
habe grade bemerkt dass meine suchfunktion nicht funktioniert :lol: .
an der habe ich eigentlich gar nichts verändert.
probiert's einfach mal aus (sfrog.de). egal was man eingibt, es tut sich einfach gar nix.
meine search.php sieht so aus:
ZitatAlles anzeigen<?php include "header.php"; ?>
<div id="content">
<div class="post">
<?php if (have_posts()) : ?><div class="title">Search Results</div>
<div class="searchdetails"> Search results for "<?php echo ""."$s"; ?>" </div><?php while (have_posts()) : the_post(); ?>
"><?php the_title(); ?>
<?php _e("("); ?> <?php the_category(' and') ?> <?php _e(")"); ?>
<?php the_excerpt() ?>
">( more )
<?php endwhile; ?>
<?php else : ?>
NothingNot Found
<?php endif; ?>
</div><div class="right"><?php posts_nav_link('','','previous »') ?></div>
<div class="left"><?php posts_nav_link('','« newer ','') ?></div>
</div>
<?php include "footer.php"; ?>
hat irgendjemand eine ahnung an was das liegt?
danke,
spacefrog