Forums
Forums / Plugin: Post Snippets - Custom WordPress Code Snippets Customizer / Next post link snippet
(@janbrokes)
9 years, 9 months ago
Hello, is it possible to use this plugin for generating shortcode for next post link in current’s post category<
https://ww.wp.xz.cn/plugins/post-snippets/
Hello does anyboday have any any idea?
For others I found this solution:
$nextPost = get_next_post(true); $nextURL = get_permalink($nextPost->ID); echo '<a class="next-product" href="'; echo $nextURL; echo '">next</a>';
The topic ‘Next post link snippet’ is closed to new replies.