ARCHIVE POST ORDER PLUS:カスタム投稿アーカイブの追加
カスタム投稿アーカイブ対応 全体設定で「全件」指定時に「全体設定に従う」の設定が反映されないバグの修正
This commit is contained in:
+6
-2
@@ -9,13 +9,16 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
$param_settings = array(
|
||||
'_apop_normal_order_param',
|
||||
'_apop_search_order_param',
|
||||
'_apop_tax_order_param',
|
||||
'_apop_tax_sort_type',
|
||||
'_apop_normal_order',
|
||||
'_apop_search_order',
|
||||
'_apop_tax_order_param',
|
||||
'_apop_tax_sort_type',
|
||||
'_apop_cat_order',
|
||||
'_apop_tag_order',
|
||||
'_apop_tax_order',
|
||||
'_apop_custompost_archive_order_param',
|
||||
'_apop_custompost_archive_sort_type',
|
||||
'_apop_custompost_archive_order',
|
||||
'_apop_per_page',
|
||||
);
|
||||
foreach ( $param_settings as $param_setting ) {
|
||||
@@ -37,6 +40,7 @@ $tax_order_settings = array(
|
||||
'_apop_post_category_',
|
||||
'_apop_post_post_tag_',
|
||||
'_apop_post_tax_',
|
||||
'_apop_customposts_',
|
||||
'_apop_postorder_'
|
||||
);
|
||||
foreach ( $tax_order_settings as $tax_order_setting ) {
|
||||
|
||||
Reference in New Issue
Block a user