Query Post Kills Post Rating and Comment Form?
-
I added a query_posts string to get the recent 5 posts by tag onto a post (with a exec php plugin).
It works great, just that it breaks the wp-ratings and the comment form in that post. Why is that, can anyone help?
<div class="newspagetop"> <?php $postslist = query_posts('posts_per_page=5&orderby=date&tag=one-condoms'); (...) <?php endforeach; ?> </div>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Query Post Kills Post Rating and Comment Form?’ is closed to new replies.