1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Howto: Show Category Description in WordpresS Theme

Discussion in 'WordPress' started by Jalpari, Feb 28, 2010.

  1. #1
    How to use conditional tags for displaying 5 categories description in theme.

    For one category description i am using:
     
    Jalpari, Feb 28, 2010 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    if (is_category('9')) {
    Code 1

    } elseif (is_category('9')) {
    Code 2

    } elseif (is_category('3')) {
    Code 3

    } else {
    Code 4
    }
     
    Bohra, Mar 5, 2010 IP
  3. geekology

    geekology Active Member

    Messages:
    545
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Hope the above has solved your issue.
    btw Sorry for the late reply. Got to see your PM only today.
     
    geekology, Mar 5, 2010 IP
    Jalpari likes this.
  4. etc

    etc Well-Known Member

    Messages:
    3,232
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #4
    you can just go add the widget named categories in the sidebar and edit it from there to display the description
     
    etc, Mar 5, 2010 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    Thanks bohra i was making mistake in 3rd elseif. code is working now.
     
    Jalpari, Mar 5, 2010 IP
  6. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #6
    No worriers. enjoy
     
    Bohra, Mar 6, 2010 IP
  7. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #7
    category names with descriptions:

     
    addlinkurl, Mar 6, 2010 IP
  8. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #8
    For category description i have another code, here i ask about showing some text before cat posts. BOHRA already answered.

    but THANKS to u
     
    Jalpari, Mar 8, 2010 IP