WP PLUGIN アーカイブページの投稿表示順設定
・管理画面メニュー(サブメニュー)の修正 ・1ページ表示件数の追加 ・pre_get_postするクエリの追加 ・検索用設定の追加
This commit is contained in:
+37
-1
@@ -51,18 +51,50 @@ h3 {
|
||||
|
||||
.list-orders-inner {
|
||||
width: calc((100% - 10px) / 5);
|
||||
margin-right: .5em;
|
||||
margin: 1.5em 1em 0 0;
|
||||
padding: .5em;
|
||||
border: 1px solid #999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.list-orders-inner.search_inner {
|
||||
width: calc((100% - 10px) / 2);
|
||||
}
|
||||
|
||||
.apop_search_order_target {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.apop_search_order_target li:first-child{
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
p.submit.post-order .button-primary {
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
right: 1.5em;
|
||||
}
|
||||
|
||||
dl.post_per_page_list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dl.post_per_page_list dt {
|
||||
float: left;
|
||||
}
|
||||
|
||||
dl.post_per_page_list dd {
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
dl.post_per_page_list dd:first-of-type {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.form-table tr {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.post-order-list {
|
||||
margin: .5em 1em 1em 0;
|
||||
}
|
||||
@@ -90,4 +122,8 @@ p.submit.post-order .button-primary {
|
||||
|
||||
.sort-num-label::after {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
.per_page_cat_input {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user