Home > Wordpress > wordpress一个分页的测试页面

wordpress一个分页的测试页面

在文章中需要分页的地方加入

<!–nextpage–>

模板文件single.php

<?php the_content(); ?>

下面加上

<?php link_pages(‘<p><strong>分页:</strong> ‘, ‘</p>’, ‘number’); ?>

Categories: Wordpress Tags: ,
  1. April 10th, 2009 at 16:50 | #1

    看了你的这个日志,很好,终于学会了WP分页了!谢谢!

  2. humker
    April 13th, 2009 at 18:27 | #2

    现在很忙,没有时间玩wp

  1. No trackbacks yet.

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).