I've got a link to one of my theme's custom pages (called publications.php), which looks like this:
<a>">My linked page</a>
I want the link to go to that page, but to a specific named anchor, say, <a>some text</a>
I think I need to write a custom function to do this, but could use some ideas on how to handle the syntax.
TIA for your help!