Dan Bollinger
Member
Posted 1 year ago #
In HTML, "bookmarks" refer to a method for the reader to quickly go directly to a given portion within a long page. In essence, it is a way to navigate in a long page. They are often used as a sort of table of contents.
How to do this in WordPress? I cannot find a function like that using the TinyMCE, nor can I find a plugin that does this. Any ideas?
I have been looking to do this myself for the last month
lcwakeman
Member
Posted 10 months ago #
I found the following will work.
<a href="#top">Show Cart</a>
You can't apply a class to the anchor or it will not work. I was bale to put a soqn around the tag. I did this in a theme file. In a porst you may want to look at the Raw HTML plugin.