Post in Category ID 39 > Next, Before Buttons
Hello!
Mysterious problem: when post into category with id 39 there are missing the next & before links on single.php.
Only this category, all other work! I have put this
Code:
<ul>
<?php query_posts('showposts=10&orderby=comment_count'); while (have_posts()) : the_post(); ?>
[*]"><?php the_title(); ?>
<?php endwhile; wp_reset_query(); ?>
[/list]
into sidebar for the best posts. Works in all other pages, in this with id 39 he post allways the same links in a href! Delete this > nothing. When i give this post an other category > works! Mysterious....
Can anyone help me?
Many thanks!
regards from germany!