Wordpressメモ
My category order(プラグイン)で自由に並び替え
<?php wp_list_categories(‘orderby=order&show_count=1&hide_empty=0&child_of=3&title_li=’); ?>
orderby=order がポイント。無いとうまく表示されなかった。
| Print article | This entry was posted by タジフ@admin on 2010 年 6 月 11 日 at 10:51 AM, and is filed under WordPress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |