How to edit link templates?
-
Basically, my wordpress site has over 1500 posts, I want to incorporate adfly to the next/previous post link buttons,
here is what my code is the default in link-template.php (wp includes)
I want to insert https://adf.ly/527275432/ before the next/previous url,
so it would look like this..https://adf.ly/527274352/www.google.com/previous (Previous Post Title)
and
https://adf.ly/527274352/www.google.com/next (Next Post Title)
Is there any possible way to do this? I tried with the template but I couldn’t figure it out..
<?php previous_post_link( ‘<div class=”nav-older”>← %link</div>’ ); ?>
<?php next_post_link( ‘<div class=”nav-newer”>%link →</div>’ ); ?>`
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to edit link templates?’ is closed to new replies.