In page jump links
Hi Guys, this is probably on the board already, but I wanted to share what I learned today. You see most of my posts and pages are pretty long. I know I get tired of scrolling down / up and could imagine how visitors feel. Besides that they probably just leave due to that fact. That's not good : (
So, I decided to do some research to provide who ever visits a better navigation experience by creating "in page anchor links." This is how I did it and it works perfectly.
1. Copy and paste my titles in notepad
2. Paste them into visual at the top of the visual page
3. Highlight each title one by one > click on the insert / edit link tool > remove the http:// > type in a hash tag # > attach a unique anchor word. Example #dollar
4. Switch to HTML text tab > locate the title or paragraph I wanted to link > above it I typed the division tag which is <div id="dollar">. Then type the closing tag </div> at the end of the title or paragraph. See full example below.
<div id="dollar">
This is an example title
<p Yeah, I know it even sounds complicated. It manages each user's account created on the computer.</p>
</div>
Me, I only enclosed the title not the entire paragraph.
Hope this helps someone.
Recent Comments
14
I fully understand, Gordi. There is a plugin you can use instead to get the same results as DomW pointed out if you're interested.
I have bookmarked for future reference, as I am positive this will be needed.....I tend to be wordy at times...lol
Great tip, you can also use the free plugin wpedit to do this as well (among other things)
Wanda, this is way above my head lol... I hope to learn this one day :) I hope you keep doing training on this. Eventually I will understand it, but in the mean time I added to my favorites. :)
See more comments
Thanks for sharing :)