Results 1 to 2 of 2

Thread: Different Sidebar on Category page than on Home Page

  1. #1
    Thread Starter
    Senior Member ddashwood's Avatar
    Join Date
    Jul 2010
    Location
    Canada
    Posts
    144
    Thanks
    7
    Thanked 19 Times in 14 Posts

    Different Sidebar on Category page than on Home Page

    I've noticed that the side column on the page that displays the listings from a particular category is the same side column as the homepage. This is no good because my category page runs longer than the home page does so I might want more widgets here.

    Here's a simple solution. Open archive-default.php and find this code.
    Code:
    <?php get_sidebar(); ?>
    Change it to this:
    Code:
    <?php get_sidebar('page'); ?>
    Alternatively, you could replace the word "page" with "ad", "user" or "blog". Whichever one you want to display on the category page.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,699
    Thanks
    166
    Thanked 3,390 Times in 3,261 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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What page controls the category box on home page?
    By dollarpermile.com in forum Help Using ClassiPress
    Replies: 6
    Last Post: July 15th, 2010, 03:34 AM