WordPress Chinese Forums's Archiver

sxml2005 发表于 2008-9-3 23:58

AStickyPostOrderER与Advanced Category Excluder Widgets冲突

AStickyPostOrderER与Advanced Category Excluder Widgets冲突  怎么办 ????


[size=4][color=Red]Order Posts[/color][/size]这个插件 怎么安置????


Order Posts
Below is a list of categories and the posts for each. Use the arrows to order your posts as desired. You will need to make changes to your templates if you wish to honour this ordering. Please see the bottom of this page for more instructions on setting up your templates.


You do not have any categories or posts yet.
Setting up your templates
To see this method of ordering in affect on your site, you will need to add the following line to your templates:

query_posts("cat=" . $cat . "&orderby=menu_order&order=ASC");For instance, paste that line into the archive.php just before:

while (have_posts()) : the_post();And the following into index.php:

query_posts("orderby=menu_order&order=ASC");This will ensure that your posts use your new ordering.

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.