how to specify a class name for the next page link ?
-
Thing is i have to specify a class name for the next page link in index.php at the pagination field., so i can use infinite scroll plug in.
here the code till now
<div id=”paginate-index” class=”fix”>
<p><span class=”left”><?php previous_posts_link(‘« Previous’) ?></span> <span class=”right”><?php next_posts_link(‘Next »’) ?></span></p>
</div>could someone help me to define that class?
thanks!
- The topic ‘how to specify a class name for the next page link ?’ is closed to new replies.