WP "Posted By" code help please

Discussion in 'Blogging' started by WACMan, Jul 2, 2007.

  1. #1
    Posted in <?php the_category(',') ?> 
    Code (markup):
    By default this should and does show the child category. I want to show "parent/child". Searched it and found I need to add 'multiple'. I am not adding it correctly though cause I can't get it to work ;).

    Anyone done this that can help?

    Thanks A Lot!!
     
    WACMan, Jul 2, 2007 IP
  2. CypherHackz

    CypherHackz Well-Known Member

    Messages:
    447
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    155
    #2
    here is the code

    <?php the_category(', ','multiple') ?>
    Code (markup):
    hope this help. :)

    -cypher.
     
    CypherHackz, Jul 3, 2007 IP
    WACMan likes this.
  3. WACMan

    WACMan Peon

    Messages:
    253
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I was sssoooo close :D

    I was replacing the whole second " ' ".

    Thanks You very much.
     
    WACMan, Jul 3, 2007 IP