Could any expert help me ???
-
Hello. expert, Could any expert explain why it happened?
>> https://www.felixnieto.com/FN_blog/?s=felix
I’ve spent near 4 hours on this but i couldn’t solve the problem. Please help me. Thank you for reading this…
My Search.php source is like below,
———————–
<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(); ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
<?php _e(“(“); ?> <?php the_category(‘ and’) ?> <?php _e(“)”); ?>
<?php the_excerpt() ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>( 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>
———————–
- The topic ‘Could any expert help me ???’ is closed to new replies.