We use following two functions to display pagination.
<?php next_posts_link( 'Older Entries »'); ?>
<?php previous_posts_link( 'Newer Entries »'); ?>
These above two function will output something like this
<a href="page link goes here">Older Entries »</a>
<a href="page link goes here">Newer Entries »</a>
Is there any way to add extra attribute with anchor link??
for e.g
<a href="page link goes here" class="name of the class" data-hover="Previous">Older</a>
Aucun commentaire:
Enregistrer un commentaire