• Here’s the site: http://www.mykidcandance.com

    Here’s what I want to do, when someone clicks on the “How ’bout another?” image link, I want it to go to the next page… as it does. BUT, I want it to goto the “Today’s Tiny Dancer” part instead of the top of the page, so readers don’t have to keep scrolling down for every page.

    I put the anchor ID where it should be, but here’s the problem…

    I know how to use page jumps, but I DON’T know how to do do it when the link looks like this…

    ‘<div class=”navigation”><div class=”alignright”><?php next_posts_link(‘<img src=”wp-content/themes/blooming/images/more.png”>’) ?></div></div>’

    I can’t put a specific link because that next_posts_link is the link. I tried putting the anchor thing after it, but obviously it didnt work:

    ‘<div class=”navigation”><div class=”alignright”><?php next_posts_link(‘<img src=”wp-content/themes/blooming/images/more.png”>’) ?>#today</div></div>

    I know nothing about CSS. Please someone help.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page Jump using next_posts_link’ is closed to new replies.