Title: echoing  doesn&#039;t work
Last modified: August 22, 2016

---

# echoing doesn't work

 *  Resolved [leandro_S](https://wordpress.org/support/users/leandro_s/)
 * (@leandro_s)
 * [11 years ago](https://wordpress.org/support/topic/echoing-doesnt-work/)
 * I have a page whith a long text and I have insert the <!–nextpage–> tag for pagination
   by using a simple echo:
    `echo "<!--nextpage-->"` But wordpress doesn’t seem 
   to recognize the tag when it is echoed, just if the tag has been stripped… How
   can I fix this?
 * [https://wordpress.org/plugins/php-code-for-posts/](https://wordpress.org/plugins/php-code-for-posts/)

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

 *  Thread Starter [leandro_S](https://wordpress.org/support/users/leandro_s/)
 * (@leandro_s)
 * [11 years ago](https://wordpress.org/support/topic/echoing-doesnt-work/#post-5880480)
 * I forgot to mention that I’m using the “Php code for posts” plugin.
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/echoing-doesnt-work/#post-5880726)
 * Hi Leandro_S,
 * <!–nextpage–> is a special code that is parsed before short codes are in the 
   post content, as such this tag needs to be used within the actual post content
   rather than a short code.
 * There may be something in the codex which will allow you to paginate, or you 
   can use custom PHP code to make the same thing happen and echo your own links.
 * I hope this helps,
 * Thanks,
    TMC

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

The topic ‘echoing doesn't work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/php-code-for-posts_0d1022.svg)
 * [PHP Code for posts](https://wordpress.org/plugins/php-code-for-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/php-code-for-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/php-code-for-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/php-code-for-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/php-code-for-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/php-code-for-posts/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Jamie](https://wordpress.org/support/users/themissingcode/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/echoing-doesnt-work/#post-5880726)
 * Status: resolved