I am trying to navigate a link that crosses pages. I have a header that I gave an id to (with <a id-"Test") on page 3 then the link is on page 1 with the url of #Test. How do I make this work? Thanks
Hi GeekChef,
Could you please leave some example URL?
The Hyperlink was on this page:
(I have since removed the link since it wasn't working and the post was published this morning.) I attempted to use the link
But I am redirected to my 404 Error page.
The link pointed to the id that is located on this page:
I am using Ajax to switch pages, which may have something to do with it. The Header (Scotch Whisky Production) is the marked text
<h2><a id="Scotch"></a>Scotch Whisky Production</h2>
In a possibly related issue: I had a lock on my wp-admin directory for extra security to accessing my admin dashboard; however the ajax pagination would not work without first asking for the directory password (unless the user was logged on and an administrator). I unlocked the directory for the short term. Just to be complete. I tried to change to reload in lieu of Ajax, but nothing happened, the page would reload to the first page, regardless of which tab I clicked.
WP 4.2.2, PHP 5.4.40, Genesis Theme; Back Country Child Theme.