I was wondering if anyone knew how to have a different "featured post" based on it's category per category page? For example, if you are on the medical category page, you would see a medical post featured in a special div and so on.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
assign the additional category 'featured' to the post in the category 'medical'. in your category template, use a query with example (assuming 'medical' is cat 3, and 'featured' is cat 27):
|
|||
|
|