You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Text Linking

UserPost

3:04 pm
April 30, 2009


gogmd

Member

posts 4

1

Please can someone explain to me in a 'non technical' way as possible (I'm a newbie to the art of website creation), how I make:

1) A word on one page a 'clickable link' to another page on my wordpress site

2) A word on one page a 'clickable link' to an 'external website' e.g a site for which I am an affiliate

Many Thanks

David

3:30 pm
April 30, 2009


Ryan

Admin

posts 1523

2

You can do both the same way.  If you're using the visual editor, simply add the link with the link toolbar button. If you're not, and want to know how to create a link with HTML, here's how:

<a href="http://www.yourwebsitehere.com/yourpagehere.html">This is the link text</a>

The <a> tag creates the link with the href being the page you're linking to.