• I am trying to show a description for each category in my RSS feed

    http://www.pbpulse.com/music-news/feed/rss/

    I would like to not use the site tagline ‘Log on. Live it up.’

    Instead I would like to use the category description. Something like this for Music News

    ‘Your source for music news.’

    I tried replacing
    <description><?php bloginfo_rss(“description”) ?></description>

    with this

    <description><?php single_cat_title(); ?> | <?php echo category_description( $category ); ?> </description>

    But it doesn’t work

  • The topic ‘Category description in RSS feed’ is closed to new replies.