exclude category
-
i have this code to exclude a category from recent post widget
add_filters( ‘WP_Widget_Recent_Posts’, ‘remove_category’;
function remove_category($query) {
$query = new WP_Query( ‘cat=-60’ );
}but its not working.
[please continue with your existing topic – http://ww.wp.xz.cn/support/topic/recent-post-widget-how-to-exclude-category ]
The topic ‘exclude category’ is closed to new replies.