Title: Paginating single posts
Last modified: August 21, 2016

---

# Paginating single posts

 *  [Rob Cubbon](https://wordpress.org/support/users/robcub/)
 * (@robcub)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/paginating-single-posts/)
 * Hello,
 * I’m trying to paginate a single post using the
 *     ```
       <!--more-->
       ```
   
 * tag in the text editor in the post and in the single.php I have
 * `<?php wp_link_pages(); ?>`
 * or
 * `<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __('
   Pages:','themnific') . '</span>', 'after' => '</div>' ) ); ?>`
 * As it’s on the Themnific Noxon theme.
 * So I don’t understand why it’s not working. The page just displays the whole 
   post as normal.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/paginating-single-posts/#post-3815459)
 * The `<!--more-->` tag does not work on single Posts and Pages. After all, where
   would the “more” link lead to? Perhaps you should be using the `<!--nextpage--
   >` tag instead?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/paginating-single-posts/#post-3815466)
 * [http://codex.wordpress.org/Styling_Page-Links](http://codex.wordpress.org/Styling_Page-Links)
 * if you want to have a `<!--nextpage-->` button in the editor, try this plugin
   [http://wordpress.org/plugins/nextpage-buttons/](http://wordpress.org/plugins/nextpage-buttons/)
 *  Thread Starter [Rob Cubbon](https://wordpress.org/support/users/robcub/)
 * (@robcub)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/paginating-single-posts/#post-3815481)
 * Thank you esmi – sorry brain malfunction on my part.
 * Thank you alchymyth – I prefer to use the text editor anyway but good to know
   about that plugin 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Paginating single posts’ is closed to new replies.

## Tags

 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Rob Cubbon](https://wordpress.org/support/users/robcub/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/paginating-single-posts/#post-3815481)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
