在文章中加入上一篇、下一篇和首页链接
作者:半瓶墨水 链接:http://www.2maomao.com/blog/how-to-add-prev-home-next/
直接打开当前theme的index.php,
在
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
之后其中加入如下代码:
<?php if ( is_single() || is_page() ) { ?>
<?php previous_post_link(); ?>
|
<a href="http://www.2maomao.com/blog/">首页</a>
|
<?php next_post_link(); ?>
<?php } ?>
<?php previous_post_link(); ?>
|
<a href="http://www.2maomao.com/blog/">首页</a>
|
<?php next_post_link(); ?>
<?php } ?>
Tags:[tag]navigate link, wordpress[/tag]
555,本篇现在一条评论也没有,雁过留声,人过留名,各位乡亲父老,有钱的捧个钱场,没钱的捧个人场......
发表评论
Additional comments powered by BackType



