I Currently use this for my site
<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://feeds.feedburner.com/wprecipes', 3); ?>
Is there a way to make the links output in a rel="no follow" format?
I Currently use this for my site
<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://feeds.feedburner.com/wprecipes', 3); ?>
Is there a way to make the links output in a rel="no follow" format?
This topic has been closed to new replies.