Results 1 to 5 of 5

Thread: Select category to WP Bannerize

  1. #1
    Thread Starter
    Member entropiabr's Avatar
    Join Date
    Dec 2010
    Location
    Brazil
    Posts
    90
    Thanks
    1
    Thanked 7 Times in 5 Posts

    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!!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,958
    Thanks
    169
    Thanked 3,405 Times in 3,276 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Member entropiabr's Avatar
    Join Date
    Dec 2010
    Location
    Brazil
    Posts
    90
    Thanks
    1
    Thanked 7 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,958
    Thanks
    169
    Thanked 3,405 Times in 3,276 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    Thread Starter
    Member entropiabr's Avatar
    Join Date
    Dec 2010
    Location
    Brazil
    Posts
    90
    Thanks
    1
    Thanked 7 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I can not translate the "Select a category", "Select a salary"!
    By 0wczar in forum Report JobRoller Bugs
    Replies: 7
    Last Post: February 23rd, 2011, 07:59 PM
  2. price by category how to disable parent category select
    By lours in forum Help Using ClassiPress
    Replies: 1
    Last Post: October 14th, 2010, 02:50 PM