Read More tag in Pages

It turns out that you can’t actually use the <!–more–> tag in pages.  Instead, you can use the <!–nextpage–> if you make sure to use the <?php wp_link_pages(); ?> php snippet.

Take a look at the documentation to modify it.

http://codex.wordpress.org/Template_Tags/wp_link_pages

 

Leave a Reply