I want to do a few things with my links in the blogroll : - make some of them dofollow and others nofollow - make some of them show only on the front page Is this possible?
I don't know of a plugin that lets you choose which to follow or not. It's usually either everyone or everyone who meets certain conditions (x comments)
see plugins are there to make all post links or all blogroll links nofollow by default and if we write rel="dofollow" again they become dofollow..i'm not sure http://andybeard.eu/2007/02/ultimat...sh-nofollow-from-comments-and-trackbacks.html
I haven't looked at the plugins but you can organize your links by using categories. What you need to do next is some hacking...You will need to call the links based upon the page (is home or else) and display the links accordingly.
Realized that the answer might needs some code to go with.... if (is_home()) { wp_get_links(category); } PHP:
that's d solution for the 2nd problem "some blogroll in homapage only and more ..." ..but u use a nofollow plugin..for other prob.
Thanks for the link, but I think this is mainly for comments, I haven't found a plugin that works in the blogroll.
http://www.avinash.ws/wordpress/how-to-add-nofollow-attribute-in-your-blogroll-wordpress.html Using the trick in above link..u can add a nofollow attribute to blogroll..which u can select while editing an existing blogroll or adding an one...just under rel select nofollow....