Select category to WP Bannerize
Hello everybody! I'm using the plugin
WP Bannerize but can not view the categories of ClassiPress settings.
I think the code below is responsible for the selection of categories, but I do not know how to write code to call the categories of CP.
-----------------------------------------------------------------------------------------------
/**
* Check for categories
*
* @since 2.3.0
*/
if ($new_args['categories'] != "") {
$cat_ids = explode(",", $new_args['categories']);
if (!is_category($cat_ids) && !in_category($cat_ids) ) return;
}
-----------------------------------------------------------------------------------------------
Another thing! The
WP Bannerize widget does not appear in the sidebar of the main page or pages. See the link:
Agora é MAIS - Fácil de anunciar seus produtos!
Any suggestions? If you need more information just tell me! And for all!!