• I’m using this code to link to next&previous pages on my site, still working out some issues but one I’d like you expert’s help with is being able to send the user to the #content div when they click “next/previous”

    <div class=”older”><?php previous_post(‘%’,’ ‘, ‘no’); ?></div>

    http://www.jacobhalton.com/ics

    If you click on a post, it will take you to that page AND #content, so they don’t need to scroll down every time.

    How do I do this?

The topic ‘NextOrPrevious/#linkToAnId’ is closed to new replies.