WordPress文章分页和为标题添加页码避免标题重复

1.在文章页面的

下面添加以下代码:

<&after=&next_or_number=next&previouspagelink=翻上页&nextpagelink=&nbsp');
wp_link_pages('before=&after=&next_or_number=number');
wp_link_pages('before=&after=
&next_or_number=next&previouspagelink=&nbsp&nextpagelink=翻下页'); ?>

2.然后在css中添加以下代码:

#fenye {background: url("image/postnavbg.gif") no-repeat scroll 0 0 transparent;
height:40px;padding:0 10px;
}
#fenye a {
text-decoration: none;
display: inline-block;
margin: 6px 5px;
padding: 0 10px;
background: #65c0ef;
color: white;
line-height: 22px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px;
}
#fenye a:hover{background: #CCC;}

1 2

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容