Split posts
-
Hello,
I want to split my posts to pages after X paragraphs or automatically and to have pagination after post, like a book, but adding <!–nextpage–> tag is not an option, because I have long texts.
I used this in content.php but there is no pagination or nex page.
<?php echo wp_trim_words(get_the_content(), 500 ,'<!–nextpage–>’); ?>
<?php wp_link_pages(); ?>
Please help
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Split posts’ is closed to new replies.