Exclude a category post from recent post lists
-
I have a Recent post list in my sidebar which shows the links to the last 10 posts. I want to exclude a post from that list that has a category because all categories will be listed in a category section. It is divided into daily reports and weekly reports. All daily reports appear in the recent posts list and Weekly reports posts are categorized by week which I want them to appear in the category list only and not repeated in both sections. Can this be done by adding an exclude code to exclude category in <?php wp_get_archives(‘type=postbypost&daily&limit=10’); ?> ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Exclude a category post from recent post lists’ is closed to new replies.