Categories
How to add link to next post in post type?
I created the register_post_type() post type. I need to display a link to the next post on the full page of the post, how to display it? Didn't find anything like this on google.
Answer the question
In order to leave comments, you need to log in
Use next_post_link()orget_next_post_link()
next_post_link()
get_next_post_link()
I bet so so so
<?php next_post_link('<strong>%link</strong>'); ?> <?php get_next_post_link('<strong>%link</strong>'); ?>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question