wordpress中的分页插件~
今天启用WP-PageNavi插件,WP自身带的那个“前页,后页”太不够意思了。^_^
具体用法原文如下。
General Usage
Open wp-content/themes//footer.php
Add Anywhere:
<?php if(function_exists(’wp_pagenavi’)) { wp_pagenavi(); } ?>
Go to ‘WP-Admin -> Settings -> PageNavi’ to configure WP-PageNavi.
If you need to configure the CSS style of WP-PageNavi, open and edit:
/wp-content/plugins/wp-pagenavi/pagenavi-css.css
Note
WP-PageNavi will load ‘pagenavi-css.css’ from your theme’s directory if it exists.
If it doesn’t exists, it will just load the default ‘pagenavi-css.css’ that comes with WP-PageNavi.
This [...]
阅读完整的文章... Jet on 10月 29th, 2007 | File Under Wordpress | 9 Comments -