It’s possible to do a lot of blogging without the use of links but sooner or later you’re going to want to include a link to some page you want to share or that is somehow relevant to something that you are writing about. I’ll also grant that by and large I think that a majority of people that blog pretty much have enough know-how to do this.
However once in a while I still get asked questions about how to do these things so I thought that I would write a tutorial in an effort to make it clearer. I’ve included screenshots to clarify what I’m saying.
Enter the text of the post as you would normally write it. Then, to make a link, highlight the text that the link will be anchored to, click the “Link” button and either type or paste the url for the link into the box that pops up.
When you click the “Link” button, a box will pop up, this is where you either type or paste the url of the page that you want to load when someone clicks on the link text.
When you click “Ok”, the text that you had selected before will now be wrapped in a bit of html code that makes it into a link that can be clicked on.
Technorati Tags: blogs, blogging, tutorial, link, wordpress, html







A handy tip.
Also if you make the link so google doesn’t count add rel=”nofollow” like this:
<a href=”www.example.com” rel=”nofollow”>click here</a>
Yes, and it’s also possible to modify the quicktags menu on the WordPress editor to add a button to make nofollow links as easily as you do regular “do follow” links.
I’ll put up a ‘how to modify quicktags’ in a future post.