I am looking at the wordpress function
wp_list_bookmarks() but I am failing to see where I can change something like
Code:
<a href="http://www.payperpost.com/">
to
Code:
<a href="http://www.payperpost.com/" rel="nofollow">
.
I have these links on every page of the blog and I don't want to pass PageRank to them, I would prefer to do it to links that are in the content of the post.
Any ideas ?