A
A
Andrey2021-08-07 13:54:37
WordPress
Andrey, 2021-08-07 13:54:37

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

2 answer(s)
A
Artem Zolin, 2021-08-07
@artzolin

Use next_post_link()orget_next_post_link()

A
Andrey, 2021-08-07
@klekovkinandrey

I bet so so so

<?php next_post_link('<strong>%link</strong>'); ?>
<?php get_next_post_link('<strong>%link</strong>'); ?>

outputs nothing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question