WordPress已分页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress已分页相关的知识,希望对你有一定的参考价值。

I can't access the global $paged variable.
  1. <?php
  2. /* Template Name: Portfolio Layout */
  3. /* Description */
  4.  
  5. global $paged;
  6.  
  7. get_header();
  8. query_posts("posts_per_page=1&paged=$paged");
  9. if(have_posts()){
  10. while(have_posts()){
  11. the_post();
  12. the_title();
  13. the_content();
  14. }
  15. }
  16.  
  17. get_footer();
  18. ?>

以上是关于WordPress已分页的主要内容,如果未能解决你的问题,请参考以下文章

WordPress - 代码片段插件

markdown 在WordPress中使用jQuery代码片段

Wordpress - 将代码片段包含到布局的选定部分的插件

PHP WordPress条件为主页SlideDeck主题代码片段

Wordpress阻止访问wp admin€“wpsnipp.com网站你博客的Wordpress代码片段

WordPress 分页 - 添加锚链接