Remove rel from next_post_link
-
hi i am using
<?php next_post_link( '%link class="prev" ', '<span></span> Previous Article', FALSE, '27 and 18 and 19 and 20 and 21 and 14' ); ?>
and its output is<a href="https://example.com/adfasdfa-1/" rel="prev"><span></span> Next Article</a>
in this i want to remove
rel="prev"
and wants to add class=”prev”
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove rel from next_post_link’ is closed to new replies.