Can you tell me how to incorporate the RSS option in the Nitrogen theme? Is there a plug-in I should use, or something else I should do?
Thanks.
Teresa
P.S. Absolutely love your themes and the monthly membership. Great support, too!
Online Support Community
Can you tell me how to incorporate the RSS option in the Nitrogen theme? Is there a plug-in I should use, or something else I should do?
Thanks.
Teresa
P.S. Absolutely love your themes and the monthly membership. Great support, too!
Hi Teresa,
Good to hear that! What kind of incorporation do you like? Having an RSS image in the site which links to the RSS feed? or using a plugin to display rss feed within posts?
The first one needs html exprience for positioning of the RSS icon. You need to download an RSS image. You can download from here: http://www.feedicons.com/ then code the rss icon to display in the site. Then enclose the image with the RSS link. Example below:
< a href="<?php bloginfo('rss2_url'); ?>">< img height="28" width="28" src="url-to-image" />< /a >
For the later, I recommend RSS Footer plugin. Link below:
http://yoast.com/wordpress/rss-footer/
Or Feedburner Widget. For instructions, kindly refer to the plugin page: http://wordpress.org/extend/plugins/feedburner-widget/
Both of these plugins requires Feedburner subscription. It's free. It allows you to have subscribers on your site. When you have a new post on your site, your subscribers will receive an email with the content of the new post.
Hope these helps,
WPTD Webmaster
That answers my question. Thanks so much!
Teresa
You must log in to post.