質問編集履歴
2
追加情報
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,21 +14,7 @@
|
|
14
14
|
|
15
15
|
//$noimage = get_template_directory_uri() . '/images/noimage.jpg';
|
16
16
|
|
17
|
-
|
17
|
+
|
18
|
-
|
19
|
-
//$noimage = '<div class="thumbnail-box" style="background-image:url(' . get_template_directory_uri() . '/images/noimage.jpg);">';
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
echo '<div class="blog-post-image" style="background-image:url('.$blog_thumbnail[0].')"></a>';
|
26
|
-
|
27
|
-
echo '<h3><a href="'.get_the_permalink().'">'.get_the_title().'</a></h3>';
|
28
|
-
|
29
|
-
echo '</div>';
|
30
|
-
|
31
|
-
|
32
18
|
|
33
19
|
|
34
20
|
|
1
追加の情報
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
背景画像の表示の仕方わからない
|
1
|
+
背景画像のNOIMAGE表示の仕方わからない
|
test
CHANGED
File without changes
|