Linux 软件免费装

Advance Pagebar - New Way to Navigate Pages

开发者 Lutz Schroeer
更新时间 2010年11月9日 19:19
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.01

标签

feeds feed rss atom audio mp3 music flash post adsense google html performance widget Post posts plugin sidebar links page random video quotes advertising affiliate embed photo photos calendar comments nofollow Share dashboard profile tracking wordpress email form mail redirect tags meta pages theme template seo captcha integration spam security statistics login registration buddypress image gallery lightbox javascript media automatic categories shortcode slideshow menu admin button tag amazon php search CSS upload paypal content images jquery mobile stats widgets analytics authentication social sharing permalink blog flickr navigation ads editor event book contact time date language twitter list excerpt link title events xml counter notification themes iphone author simple community url yahoo code ad WordPress custom users password category text user database edit api plugins filter Plugin administration AJAX anti-spam archive Avatar blogroll bookmark bookmarking bookmarks cms comment del.icio.us delicious Digg Facebook Formatting maps manage myspace News picture pictures Reddit register related scroll Style technorati thumbnail TinyMCE tweet update wpmu footer Google Adsense copyright youtube navigation navi

下载

详情介绍:

Pagebar adds a nice page bar to your blog posts, multipaged posts For detailed description of the plugin visit plugin page at Advance Pagebar.

安装:

+Manual installation If the automatic insertion is not suitable for your blog because your theme has more than one posting loop you can add postbar manually to your blog by editing some of your themes files. Simply add the following code directly behind The Loop in your index.php and search.php: if (function_exists('postbar')) postbar(); Of course you may want to configure postbar to your needs using the option page and by editing the pagebar.css style file. wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); (The code does not have to look necessarily exactly the same, this example is from the WordPress default theme.) Then you can add the multipagebar to your pages: if (function_exists('multipagebar')) multipagebar(); You can customize the display of your multipagebar by editing the settings in the Multipagebar tab on the pagebar option page. * Adding pagebar to your paged comments This pagebar can not be added automatically (there is no action indicating the end of the comment loop) so you have to edit the file "comments.php". If your theme contains the standard navigation for paged comments you first have to delete the following code: (The code does not have to look necessarily exactly the same, this example is from the WordPress default theme.) Then you can add the commentbar to your pages: if (function_exists('commentbar')) commentbar(); pagebar v2.5+ introduces a new database structure for its settings. Formerly there was only one entry in "wp_options" called "pagebar". Since there are now three different pagebars ("postbar", "commentbar" and "multipagebar"), the options are splitted into three entries ("postbar", "commentbar" and "multipagebar" respectively). After installation (either through WordPress update or manually per FTP) pagebar copies the settings stored in "pagebar" to the new "postbar" entry and sets "commentbar" and "multipagebar" to inherit the settings so everything should look fine without manual interference. The "commentbar" and "multipagebar" have to be installed manually though.

常见问题:

How do I center pagebar?

=For any other questions on the plugin visit plugin page at=\ Advance Pagebar. Plugin Page Simply edit style.css, pagebar.css, or whatever CSS file your defintions are stored: .pagebar { ... text-align: center; ... }

更新日志:

6.143.3