Hi I run a site via wordpress. Now i would like to add some Links to other sites. I should be like : Prefered Sites: 1. 2. 3. . . . . Do you guys now any plugin with which i can handle that ?
You can use the blogroll/links widget that comes with Wordpress. I think that pretty much does what you are asking for.
Yep, no plugin needed. Just add links via the admin panel, and add it to your theme, or use a widget.
Optimize how? I can't think of anything off hand that you could do manually that can't be accomplished with the built in links manager.
By using blogroll plugins, you can't convert your outgoing links into nofollows and therefore reduce site SERPs.
Use the Links section of wordpress admin panel. After you add them use widgets to show them on your sidebar.
umm... this isn't true. if you are using add the links via a text widget, then use the html code in order to add them they would look something like this: <a href="http://SiteYouWantToAdd.whatever" rel="nofollow">Title of Site You Want To Add </a> just change the "Site you want to add" part and you'll be fine. just make sure to keep the quotations before and after. then you'll be fine. a little more work then what you might want but it works for what you want.