How to create a link within the same page
Hello to you all
Another little tip from WP CliniK
You may want to create a clickable link from one part of your content to another part of your content in the same page
Or you can use this little bit of code to have a
BACK TO THE TOP LINK IN YOUR CONTENT
So lets get started
There are two parts
First we create the target link
<p id="unique-name">Get Started Now.</p>
Then we create the send to link
#unique-name
Part 1
The "get started now" is the text we want to link to, go to your text in editor in your post or page and put the code around the words you want to link to, this is the TARGET LINK
Then create a unique name, it can be any words you like #NO SPACES ALLOWED
Part 2
Highlight the words you want to make clickable in the normal way
"click here to go to top of page"
#unique-name
Save changes and that's it
Barry
Recent Comments
5
No, you would need to create a Href link. Search the tool bar above...I believe there are some tutorials to be found.
John
See more comments
Thanks Barry for that great info.
Cheers, Linda