I have done some link exchanges with sites but i want to make their links into nofollow on my Wordpress sidebar.....how do I do this? Do I need to edit the CSS?
You can do this by : Log into the admin cp Click "Edit" in the links block (wp-admin/link-manager.php) Edit "Link Relationship (XFN)"'s rel: tag to "nofollow" or "external nofollow" Click "Update Link"
My edit links portion only has the following areas Link Relationship (XFN) rel: identity identity another web address of mine friendship friendship contact acquaintance friend none physical physical met professional professional co-worker colleague geographical geographical co-resident neighbor none family family child kin parent sibling spouse none romantic romantic muse crush date sweetheart If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out XFN. There is nothing about no/dofollow? Do I need some sort of plugin?
I have the same question, I want to add rel nofollow for some (not all) links from sidebar. I cannot find in code where to edit. Some help?
Then you need to add those links seperately under below given code in sidebar.php <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?> <?php } ?> Code (markup): DON.