发新话题
打印

[问题求助] AStickyPostOrderER与Advanced Category Excluder Widgets冲突

本主题由 打篮球的手 于 2008-9-4 00:09 移动

AStickyPostOrderER与Advanced Category Excluder Widgets冲突

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


Order Posts这个插件 怎么安置????


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.

TOP

发新话题