From c8f482a02de8c0e6a0502539dbb99832c8bcf040 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 May 2021 19:43:06 +0900 Subject: [PATCH] =?UTF-8?q?WP=20PLUGIN=20=E4=BF=AE=E6=AD=A3=EF=BC=88?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D=E3=83=BBJS?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・ファイル名の綴りが間違っていたので修正 ・通常ソートのリスト表示位置が、有効/無効切り替えで変わるようJSとテンプレートのPHPファイルを修正 --- ...er-plus.php => archive-post-order-plus.php | 0 class/class.apop.ui.php | 2 +- css/apop-style.css | 27 +++++++++++++++---- js/apop-style.js | 9 +++++-- template/order.php | 11 ++++++++ template/order_parts_taxonomy.php | 7 ++++- 6 files changed, 47 insertions(+), 9 deletions(-) rename archive-post-oder-plus.php => archive-post-order-plus.php (100%) diff --git a/archive-post-oder-plus.php b/archive-post-order-plus.php similarity index 100% rename from archive-post-oder-plus.php rename to archive-post-order-plus.php diff --git a/class/class.apop.ui.php b/class/class.apop.ui.php index 7e24b3b..d826950 100644 --- a/class/class.apop.ui.php +++ b/class/class.apop.ui.php @@ -310,7 +310,7 @@ value="' . $sort_num . '">
@@ -42,6 +47,7 @@ $submit_type = APOP_UI::input_post_filter( 'submit_type', 'str' );

+
@@ -60,9 +66,14 @@ $submit_type = APOP_UI::input_post_filter( 'submit_type', 'str' );
+

有効

+
+

無効

+
    +
    diff --git a/template/order_parts_taxonomy.php b/template/order_parts_taxonomy.php index 8b1d1c5..0de3ecd 100644 --- a/template/order_parts_taxonomy.php +++ b/template/order_parts_taxonomy.php @@ -38,11 +38,16 @@
    - term_id ); ?> + term_id ); ?> +

    有効

    +
    +

    無効

    +
      +