【ワードプレス教室 横浜スクール】 ホームページ・ブログ作成講座日誌 Intuitive Custom Post Orderプラグインの使い方 順番の反映

TCD Preciousテーマの改造記録@ワードプレス教室 Intuitive Custom Post Orderワードプレス プラグインでの順番の反映 taxonomy-product-cat.php <?php query_posts($query_string .’&orderby=menu_order’.’&order=asc’ ); ?> を次のように追加 <?php get_header(); $options = get_desing_plus_option(); ?> <div id=”main_col”> <h2 class=”headline1″><span><?php echo single_cat_title(); ?></span></h2> <?php query_posts($query_string .’&orderby=menu_order’.’&order=asc’ …