How to show only 2 categories of posts in sidebar?
-
My sidebar is currently showing the most recent 10 posts from all my categories, but I only want to show 2 categories of posts together in my sidebar. I am wondering how to tweak the following code to only show cat=3 and cat=7. Tks!
if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")):
- The topic ‘How to show only 2 categories of posts in sidebar?’ is closed to new replies.