No pagination but prev and next link in meta
-
I have a question about the yoast pagination.
I added a new wp_query like this:$args = array( 'post_type' => 'mycpt', 'posts_per_page' => -1, ); $query = new WP_Query( $args );
The posts are displayed right and there is no pagination.
But in the meta tags i’ll find this line:
<link rel="next" href="https://inn-aktiv.at/angebote/studiengaenge/page/2/">
Do I have to change something else?
ThanksThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘No pagination but prev and next link in meta’ is closed to new replies.