Tuesday, July 27, 2010

Keywords To Websites Theme RSS Modification


Not sure if Mark corrected this in his default giveaway template in the Keywords To Websites Wordpress plugin since I purchased it, but you need to make sure you are showing the proper RSS feed in that template. I hate a note about that, but forgot to mention it in the previous post.

if you click on Appearance and then Editor in your Wordpress admin, you will then Main Index Template(index.php) on the right of the page. Click on that link and then edit the line of code below:

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feed.affiliatemarketer.info/affiliatemarketerinfo" />


and replace with the code below and press update file:

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Comments Feed" href="<?php bloginfo('comments_rss2_url'); ?>" />


The current way it is coded shows his sites RSS feed and not yours.

Related Posts by Categories



0 comments:

Followers

Twitter Updates

    follow me on Twitter
     

    Build A Niche Store Blog. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted by Bloganol dot com Privacy Policy