質問編集履歴

1

追記

2018/05/08 06:13

投稿

OukaMutu
OukaMutu

スコア7

test CHANGED
File without changes
test CHANGED
@@ -76,6 +76,78 @@
76
76
 
77
77
 
78
78
 
79
+ [ループ]
80
+
81
+ <div class="col-sm-6 col-md-4 col-lg-4" id="divCount">
82
+
83
+ <div class="well well-sm">
84
+
85
+ <a href="{url}">
86
+
87
+ <div class="thumb-overlay">
88
+
89
+ <img src="{thumb_url}" alt="{text_title}" class="img-responsive">
90
+
91
+ </div>
92
+
93
+ <span class="post-title title-truncate m-t-5">{text_title}</span>
94
+
95
+ </a>
96
+
97
+ <div class="post-added">順位:<span class="cnt">[カウント数]</span></div>
98
+
99
+ <div class="post-views pull-left">閲覧数:{views}</div>
100
+
101
+ <div class="clearfix"></div>
102
+
103
+ </div>
104
+
105
+ </div>
106
+
107
+ [ループ]
108
+
109
+
110
+
111
+ 上記がループするhtmlタグになります。
112
+
113
+ 固定ページ(page-hoge.php)に直接 wp popular posts のコードを書き表示させています。
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
79
151
  ### 発生している問題・エラーメッセージ
80
152
 
81
153
  ```