我怎样才能把长篇文章分成几页?

时间:2011-05-17 作者:Keith Groben

我想写一篇长文章,但要分页。我读到您可以添加以下内容:<!--nextpage-->, 但它所做的只是将内容隐藏在标签下。有没有插件可以帮助实现这一点?我的主题可能不允许这样做吗?

1 个回复
最合适的回答,由SO网友:Wyck 整理而成

您的主题必须支持<!--nextpage--> 标签

您需要添加<?php wp_link_pages(); ?> 在post循环中。

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

结束

相关推荐

Pagination & get_pages?

我有一个页面,其中列出了此特定页面的子页面,但我想为其添加分页,如何才能做到这一点?这是获取页面的代码<ul id=\"products\" class=\"items-thumbs\"> <?php $the_id = get_the_ID(); $args = array( \'child_of\' => $the_id,