WP PLUGIN アーカイブ毎に投稿表示順を設定する

・ファイル名、クラス名の変更
・タクソノミーの有効化で、カテゴリー、タグ、カスタム分類のメタキーを分割
・表示用クラスの追加
・readmeの追加等
This commit is contained in:
2021-05-04 15:57:30 +09:00
parent 2ed2b25194
commit 7722f53f10
12 changed files with 409 additions and 211 deletions
+1
View File
@@ -40,6 +40,7 @@ h3 {
.list-orders-outer {
width: 100%;
margin-bottom: 1em;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;