I want to create a drop down list that will list all the posts in the category. I want the drop down list to appear on every post. So for example if I view a post that belongs to category Apples it should list all posts in category Apples
Leave a Reply
You must be logged in to post a comment.
Hey @Ruriko … its a 3 step action.
Please note that this code would use the first
category id altough you might assign several
categories to the same post.
.
Hope this helps.
Cheers, Sagive.
To show all posts, using WP Query with
posts_per_page
value equals to -1.Not exactly the answer but here’s an example of using wp query
More on WP Query here.