exclude category from widget
-
Hi, I wrote this code to exclude articles from a specific category from the featured post slider widget, but it doesn’t work. Do you have any suggestions?
function exclude_category_from_slider($args) { $exclude = "16"; $args["exclude"] = $exclude; return $args; } add_filter("colormag_featured_posts_slider_widget","exclude_category_from_slider");
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘exclude category from widget’ is closed to new replies.
