WP PLUGIN ソート対象拡張

・サイドメニュー位置修正
・カスタムフィールド入力用テキストボックス位置等修正
・ソート対象チェックボックスのチェック状態によって昇降順ラジオボタンの活性/非活性化するよう修正
This commit is contained in:
2021-05-11 20:48:30 +09:00
parent 12d16b2f2c
commit ad509c0977
8 changed files with 109 additions and 96 deletions
+10
View File
@@ -22,6 +22,16 @@ License: GPLv2
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* todo:カスタムフィールド追加処理
* 指定したキーが無ければ、投稿の管理画面表示時にメタボックスを追加する。
* メタキーは下記のオプションテーブルから取得する
* _apop_normal_order_param
* _apop_search_order_param
* _apop_tax_order_param
* ラベルは「APO+カスタムフィールド:XXXX」とする
*/
define( 'APOP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'APOP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );