Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

exclude category from widget

$
0
0

Replies: 0

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");
  • This topic was modified 29 minutes ago by FabriSS.
  • This topic was modified 28 minutes ago by FabriSS.

Viewing all articles
Browse latest Browse all 59525

Trending Articles