How to display 100 categories?

Discussion in 'WordPress' started by PerdanaCantiQue.com, Sep 30, 2011.

  1. #1
    I have 100 categories in my blog. I want to display all categories under each pages (=above footer) and looks like horizontal menu. May someone can help me about the code for this purpose? Here is my blog: http://www.car-pics.net.

    Thanks for your kind help.

    Best regards,
     
    PerdanaCantiQue.com, Sep 30, 2011 IP
  2. TheForexGuy

    TheForexGuy Well-Known Member

    Messages:
    520
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #2
    IN THE FOOTER PART OF THE FILE
    <ul class="footermenu">
    <?php

    wp_list_categories("title_li=");

    ?>
    </ul>

    Style.css
    .footermenu{padding: 0px; margin: 0px;}
    .footermenu li{display: inline; padding: 10px;}
    .footermenu a{font-size: 14px; color: #ffffff ;}

    NEED ANYTHING ELSE?
     
    TheForexGuy, Oct 1, 2011 IP
    PerdanaCantiQue.com likes this.
  3. PerdanaCantiQue.com

    PerdanaCantiQue.com Well-Known Member

    Messages:
    388
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #3
    Not yet.. lol... Many thanks for your help, you have solved all problems of my wallpaper blogs... :)

    Kind regards,
     
    PerdanaCantiQue.com, Oct 1, 2011 IP
  4. TheForexGuy

    TheForexGuy Well-Known Member

    Messages:
    520
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #4
    No problem! Anytime
     
    TheForexGuy, Oct 1, 2011 IP
  5. izumi

    izumi Banned

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    115
    #5
    100 categories ? wow ? its very dangerous
     
    izumi, Oct 2, 2011 IP
  6. PerdanaCantiQue.com

    PerdanaCantiQue.com Well-Known Member

    Messages:
    388
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #6
    Please let me know why it is dangerous? Thanks
     
    PerdanaCantiQue.com, Oct 2, 2011 IP