WP PLUGIN
・選択カスタムフィールドをオートコンプリートに変更 ・ソート対象名:「通常」から「最新の投稿」に変更
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ $submit_type = APOP_UI::input_post_filter( 'apop_submit_type', 'str' );
|
||||
<h2>並べ替え</h2>
|
||||
<nav class="post-order-nav">
|
||||
<ul>
|
||||
<li class="en">通常</li>
|
||||
<li class="en">最新の投稿</li>
|
||||
<li>検索</li>
|
||||
<li>カテゴリー</li>
|
||||
<li>タグ</li>
|
||||
@@ -20,7 +20,7 @@ $submit_type = APOP_UI::input_post_filter( 'apop_submit_type', 'str' );
|
||||
<div class="post-order-box">
|
||||
<div class="list-orders-outer">
|
||||
<div class="list-orders-inner">
|
||||
<h3>通常</h3>
|
||||
<h3>最新の投稿(設定-表示設定ーホームページの表示)</h3>
|
||||
<?php
|
||||
$order_target_type = '_apop_normal_order';
|
||||
$order_target = APOP_UI::get_order_type( $order_target_type );
|
||||
|
||||
Reference in New Issue
Block a user