I have mainly protected categories, but I have one open category, how can I set it up so I load only the open catgeory posts to show on my home page
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
This should about do it for you, add args as needed
Docs: |
|||
|
It would be better to filter the query on the home page instead of adding another one with WP_Query
|
|||
|
|