Results 1 to 1 of 1

Thread: Categories Sidebar Widget: Show sub-categories of active category only

  1. #1
    Thread Starter
    Senior Member samnabz's Avatar
    Join Date
    May 2013
    Location
    Australia
    Posts
    205
    Thanks
    4
    Thanked 71 Times in 41 Posts

    Categories Sidebar Widget: Show sub-categories of active category only

    Hi all,

    I was able to make the sub-categories appear on the category sidebar widget by making the following change in /classipress/includes/theme-widgets.php (v3.3 & 3.3.1).

    Find this (around line 34):
    PHP Code:
    'depth' => 1
    Change to this:
    PHP Code:
    'depth' => 0
    However, I was wondering if anybody could tell me how to only show the sub-categories for the current/active category? I have attached some example images below - Normal (left) & Active (right).

    inactive.jpg active.jpg

    Any help with this is greatly appreciated.

    Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change Category Widget Show Categories and Sub Categories at all times
    By wesleyj77 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 20th, 2014, 07:55 AM
  2. Replies: 5
    Last Post: January 26th, 2012, 04:34 AM
  3. Display User Specific Categories in CP Ad Categories Sidebar Widget
    By fuzegraphics in forum ClassiPress General Discussion
    Replies: 4
    Last Post: December 16th, 2011, 09:30 AM
  4. Display User Specific Categories in CP Ad Categories Sidebar Widget
    By fuzegraphics in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 7th, 2011, 12:23 AM
  5. Show categories on sidebar on ad page, can't add widget
    By classbr in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: March 12th, 2011, 08:47 AM