Results 1 to 4 of 4

Thread: Too Many Categories. But I want them all.

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    godfly's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Too Many Categories. But I want them all.

    My site has about 20 categories so right now my navigation looks all messed up because I have 3 layers of categories (page tabs) on the front page. Is there a way of doing this without messing up the layout?

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Too Many Categories. But I want them all.

    Yes. Here is the solution taken from another thread:

    Quote Originally Posted by Jomark Osabel
    I think this has been discussed somewhere in the forum but here it goes.

    Go to your dashboard-theme editor and find these codes in the index.php

    Code:
    <?php wp_list_categories('show_count=0&hide_empty=0&orderby=name&order=asc&title_li=&exclude=1'); ?>
    			[*]<div class="clear"></div>[/list]
    Just add <div class="clear"></div> after the[/list]to make it look like this

    Code:
    <?php wp_list_categories('show_count=0&hide_empty=0&orderby=name&order=asc&title_li=&exclude=1'); ?>
    			[*]<div class="clear"></div>[/list]<div class="clear"></div>
    This is what I did to my http://www.cars.cebulive.com" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false; site.

  3. #3
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Too Many Categories. But I want them all.

    the last tutorial on the post
    viewtopic.php?f=11&t=1752&start=0
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  4. #4
    Thread Starter
    Amateur
    Not a Verified Customer
    godfly's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Too Many Categories. But I want them all.

    that worked! thx much!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Empty Blog categories show in add categories
    By rtibbs4 in forum Help Using ClassiPress
    Replies: 4
    Last Post: August 18th, 2010, 11:42 PM
  2. More flexibility in creating categories and sub-categories
    By laura in forum ClassiPress General Discussion
    Replies: 4
    Last Post: April 26th, 2010, 11:18 AM
  3. Classipress v3 Categories unlike v2.9.x Categories?
    By timrab in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 20th, 2010, 04:38 PM