Quick SMS

160
 
    Translate from:

    Translate to:

Add A Link To Your Wordpress Website

From Deep Linking to Do Follow v. No Follow links in your comment section, the use of links is an important aspect of SEO. Wordpress makes it easy to add links to your business partners, resource sites, or any other website that your site’s visitors might find of interest. In this tutorial you will learn how to add links to your sidebar’s blogroll. The image at the bottom of this tutorial is ‘clickable’ (and will open a larger version in a new window).

To begin with you MUST be logged into your Dashboard. Once logged on this is the path: Dashboard>Links>Edit or Add New (depending on which you are doing).

I am going to approach this tutorial as if you are adding new links. Editing links works the same way you just have to select ‘Edit’ under your list of links that you wish to edit.

  1. After clicking on Add New a screen will open that looks like the screen in the image at the bottom of this post. This is where you add links.
  2. The first field on this screen is the Name field. This is where you enter the name of the website you are linking to; this does not have to be the site’s actual name but the best name that you and your site visitors will recognize and remember. NOTE: This is not where the URL goes.
  3. The second field on this screen is the Web Address. This is where you enter the actual URL of the website you are linking to.
  4. The third field on this screen is the Description. This is a completely optional field. Anything you enter here will appear when someone hovers over the site’s name on your website.
  5. The fourth field on this screen is the Categories. This is where you organize your links. Many people choose to place all of their links in the Blogroll category. If you want to organize your links in a more specific manner this is where you can add the various categories you want to use. NOTE: You can put a link in multiple categories if you want.
  6. Though this isn’t the last field on this page, the fifth field Target is the last field that most people utilize. In my opinion the Link Relationship and Advanced fields don’t add to your links. The target field allows you to determine how your link will open. I always recommend that you check the top option _blank as this option has your links, when clicked on, open in a new window rather than in the same window (_none).  The advantage to a link opening in a new window is that your site’s visitor who clicks on a link is NOT taken away from your site.
  7. The final step is clicking the Add Link button to place and activate the link on your website.

Add A Link Screenshot

Google Buzz
Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • BlinkList
  • Diigo
  • FriendFeed
  • LinkedIn
  • MisterWong
  • MySpace
  • NewsVine
  • Ping.fm
  • Posterous
  • Propeller
  • Reddit
  • StumbleUpon
  • Technorati
  • Tumblr
  • Twitter
  • Yahoo! Bookmarks
  • Yahoo! Buzz
Retweet this post

2 Responses to “Add A Link To Your Wordpress Website”

Leave a Reply

icon_wink.gif icon_neutral.gif icon_mad.gif icon_twisted.gif icon_smile.gif icon_eek.gif icon_sad.gif icon_rolleyes.gif icon_razz.gif icon_redface.gif icon_surprised.gif icon_mrgreen.gif icon_lol.gif icon_idea.gif icon_biggrin.gif icon_evil.gif icon_cry.gif icon_cool.gif icon_arrow.gif icon_confused.gif icon_question.gif icon_exclaim.gif 
CommentLuv Enabled
function field_func($atts) { global $post; $name = $atts['name']; if (empty($name)) return; return get_post_meta($post->ID, $name, true); } add_shortcode('field', 'field_func');