Hallo allerseits...
Meine suche geht leider nicht. Bringt leider keine ergebnisse...
meine seite.
Das Elite Theme.
Die suche ging von anfang an nicht.
Und falls es nicht durch eine simple code "copy + past" Geschichte zu lösen ist, wäre ich auch nicht abgeneigt die suche aus den widgets zu nehmen...
Jedoch weiß ich auch nicht wie ich das Suche feld enftferne.
Denke das müssten beides simple Geschichten sein...hoffe ich.
Die search php sieht wiefolgt aus.
PHP
<?php
get_header();
?>
<?php get_sidebar(); ?>
<div id="content">
<?php //include("wp-content/adsense.txt");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entry">
<h3 class="entrytitle" id="post-<?php the_ID(); ?>"> <a href="<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a> <span id="commentlink"><?php comments_popup_link('0','1','%'); ?></span></h3>
<div class="entrymeta">
Posted <?php
the_time('F j, Y ');
$comments_img_link= '<img src="' . get_stylesheet_directory_uri() . '/images/comments.gif" title="comments" alt="*" />';
if (function_exists('enp_edit_link')) { enp_edit_link(__(' Edit This')); }
else { edit_post_link(__('Edit This')); } ?>
</div>
<div class="entrybody">
<?php the_content(__('Read more »'));?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria.'); ?>
</p>
<?php endif; ?>
<p>
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
</p>
</div>
<?php get_footer(); ?>
Alles anzeigen
Falls irgendjemand helfen kann wäre es echt super.
vielen dank schonmal und liebe grüße,
alex.