WordPress已分页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress已分页相关的知识,希望对你有一定的参考价值。
I can't access the global $paged variable.
<?php /* Template Name: Portfolio Layout */ /* Description */ global $paged; get_header(); query_posts("posts_per_page=1&paged=$paged"); if(have_posts()){ while(have_posts()){ the_post(); the_title(); the_content(); } } get_footer(); ?>
以上是关于WordPress已分页的主要内容,如果未能解决你的问题,请参考以下文章
markdown 在WordPress中使用jQuery代码片段
Wordpress - 将代码片段包含到布局的选定部分的插件
PHP WordPress条件为主页SlideDeck主题代码片段