2008-04-04 添加调用分类描述:
存档页 (archive.php)
- <?php if ( is_category() ) : ?>
- <div id="category_description"><?php echo category_description(); ?></div>
- <?php endif; ?>
styles.css:
- #category_description{ padding:10px; border:1px solid #F1F3F2;}
故事总有开始,也会结束,我选择体味过程——《石头记之我的名字叫赵磊》
首页调用最新的评论和留言
修改sidebar.php
[Reply]
真是无语啊,连分类排序wordpress都需要插件定义,当然从另外一个方面来看,这只能说明wp内核的优秀!
插件:My Category Order
Sidebar Modification: If you aren’t using widgets then you’ll need to change your template to use the new sort parameter, “orderby=order”:
[Reply]