rss feed by category
-
Hi,
I just recently upgraded my theme (son-of-blue) to current version and lost my rss feed by category which would appear near the title of each blog post. I’ve got the code but not sure which template to edit and where to put in the template.Can anyone shed some light on this?
code I’m using:
<?php if ( is_category() ) { ?>
<?php ob_start(); printf(‘%s’, single_cat_title(”,false)); $tmp = ob_get_clean(); ?>
/?cat=<?php echo get_cat_ID(“$tmp”); ?>&feed=rss2″> <img src=”https://www.simplybetterway.com/generalimages/rss.png” alt=”RSS Feed by Category”>
<?php } ?>
- The topic ‘rss feed by category’ is closed to new replies.