RSS Feeds

I went ahead and added a bunch of RSS options to my site:

rss-firefox.jpg

Just click the RSS icon in your browser and you should see the options above.

Update:

If you’re wondering how, all I did was put the rss feed in the header.php file of my theme. Example,

<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 – Main” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 – Comments” href=”http://feeds.feedburner.com/DanCameroncomments” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 – No mini-posts” href=”http://dancameron.org/category/general/feed/” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 – Pownce” href=”http://pownce.com/feeds/public/DANCAMERON/” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 – Google Shared” href=”http://www.google.com/reader/public/atom/user/17910337670127747913/state/com.google/broadcast” />

About the Author, Dan Cameron:

I'm the owner and solution engineer , a web solutions company that specializes in web development including WordPress.

I started my first blog in 2003 and transitioned to WordPress in 2004. Since moving to WordPress I've written a few plugins and themes for public consumption. Lately I'm busy engineering/building/coding and have only been able to share a few code snippets.

If you're in need of some web development, web design or custom WordPress plugins and/or themes contact me, I'll be happy to discuss it with you.

Read More »

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://megorious.com Rhine

    How did you do that? I’m thinking magic.

  • http://dancameron.org Dan

    I just updated the header.php file in my theme. Maybe I should write a plugin since it is really easy to do.

  • http://dancameron.org/delicious/add-rss Add RSS at Scattered

    [...] the comment on how I added additional RSS feeds for browser detection I went ahead and made the  least necessary plugin I’ve ever released. [...]

blog comments powered by Disqus