How to display categories empty of full on front page in wordpress?

Discussion in 'Programming' started by johno123, Dec 16, 2008.

  1. #1
    How to display categories empty or full on front page in wordpress?


    I would like them all to display on the front page.. I found a widget that displays them on teh sidebar.. But i want on main page or to use in a "categories" page...


    Any ideas?
     
    johno123, Dec 16, 2008 IP
  2. misbah

    misbah Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    68
    #2
    use this on index.php file (on template folder)
    <?php wp_list_categories(); ?>
    PHP:
     
    misbah, Dec 17, 2008 IP