Category at main page not at sidebar

Discussion in 'Blogging' started by dynn, May 16, 2008.

  1. #1
    How to make WP category at main page not at sidebar?

    Thanks in advanced.
     
    dynn, May 16, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    put

    <?php wp_list_categories(); ?>
    Code (markup):
    somewhere else in your theme.
     
    mizaks, May 16, 2008 IP
  3. creationboy

    creationboy Peon

    Messages:
    113
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I assume you mean as a horizontal navigation using categories!

    Well you can wrap <?php wp_list_categories();?> in <ul></ul> tags and style them like you normally would!
     
    creationboy, May 16, 2008 IP