How to add a #marker in php next_posts_link?
-
Hi,
I’d like to get a link to a particular #marker somewhere on the page when people are trying to access my previous posts. How can it be done?
I tried:
<a href="#marker"><?php next_posts_link('« Billets précédents') ?></a>
and
<?php next_posts_link('<a href="#marker">« Billets précédents</a>') ?>
but it was a failure.
Any idea?
Thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘How to add a #marker in php next_posts_link?’ is closed to new replies.