I made a child category and I dont see it

Discussion in 'Blogging' started by madmn, Aug 12, 2008.

  1. #1
    I made a child category and I dont see it

    The blog is indie in review dot com

    check the whole site out and tell me how I make this subcategogy visible.

    Even if I have to hard code it.
     
    madmn, Aug 12, 2008 IP
  2. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The categories will only appear once there is a post assigned to those categories, parent or child or father or mother or cousin doesn't really matter... lol... So post away!
     
    godsofchaos, Aug 12, 2008 IP
  3. ozan

    ozan Peon

    Messages:
    82
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I presume you mean when listing categories...

    For this, you just have to set the 'depth' argument to 2 (or more):

    wp_list_categories('depth=2');
    Code (markup):
    The default depth is 0 (meaning there is no limit) but on your theme it may have been set to 1.
     
    ozan, Aug 12, 2008 IP