質問するログイン新規登録

質問編集履歴

2

フォルダ構成編集

2018/04/23 01:36

投稿

IwasakaTomoki
IwasakaTomoki

スコア10

title CHANGED
File without changes
body CHANGED
@@ -45,14 +45,7 @@
45
45
  www
46
46
   └ index.php
47
47
   └ css
48
-   └ style.css
49
48
   └ blog(←wordpressのフォルダ)
50
-   └ wp-admin
51
-   └ wp-content
52
-   └ wp-includes
53
-   ・
54
-   ・
55
-   ・
56
49
   └ images
57
50
   └ js
58
51
   ・

1

フォルダ構成・出力されたhtmlソースを追記しました。

2018/04/23 01:36

投稿

IwasakaTomoki
IwasakaTomoki

スコア10

title CHANGED
File without changes
body CHANGED
@@ -35,4 +35,77 @@
35
35
 
36
36
 
37
37
  index.phpの方では、このように横並びに表示がされず困っております。
38
- どうして良いかわからず、何か気づくことありましたらコメントいただけますと大変助かります。
38
+ どうして良いかわからず、何か気づくことありましたらコメントいただけますと大変助かります。
39
+
40
+
41
+
42
+
43
+
44
+ ### 4/23追記:フォルダ構成
45
+ www
46
+  └ index.php
47
+  └ css
48
+   └ style.css
49
+  └ blog(←wordpressのフォルダ)
50
+   └ wp-admin
51
+   └ wp-content
52
+   └ wp-includes
53
+   ・
54
+   ・
55
+   ・
56
+  └ images
57
+  └ js
58
+  ・
59
+  ・
60
+  ・
61
+
62
+
63
+ ### 4/23追記:出力されたhtmlソース
64
+ ``` <div class="space-medium bg-white">
65
+ <div class="container">
66
+ <div class="row">
67
+ <div class="col-md-offset-2 col-md-8">
68
+ <div class="mb60 text-center section-title">
69
+ <!-- section title start-->
70
+ <h7>ー Gallery ー</h7>
71
+ <h5 class="small-title ">ギャラリー</h5>
72
+ </div>
73
+ <!-- /.section title start-->
74
+ </div>
75
+ </div>
76
+ <div class="row">
77
+ <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
78
+ <div class="service-block">
79
+ <div class="service-content">
80
+ <center>
81
+ <div id='gallery-1' class='gallery galleryid-4 gallery-columns-3 gallery-size-medium'><figure class='gallery-item'>
82
+ <div class='gallery-icon landscape'>
83
+ <a href='http://akuahani.com/blog/wp-content/uploads/2018/04/wellness-285587_1920.jpg'><img width="300" height="200" src="http://akuahani.com/blog/wp-content/uploads/2018/04/wellness-285587_1920-300x200.jpg" class="attachment-medium" alt="超リラックス" aria-describedby="gallery-1-9" /></a>
84
+ </div>
85
+ <figcaption class='wp-caption-text gallery-caption' id='gallery-1-9'>
86
+ 超リラックス
87
+ </figcaption></figure><figure class='gallery-item'>
88
+ <div class='gallery-icon landscape'>
89
+ <a href='http://akuahani.com/blog/wp-content/uploads/2018/04/shells-792912_1920.jpg'><img width="300" height="200" src="http://akuahani.com/blog/wp-content/uploads/2018/04/shells-792912_1920-300x200.jpg" class="attachment-medium" alt="2018年4月18日のレッスン" aria-describedby="gallery-1-7" /></a>
90
+ </div>
91
+ <figcaption class='wp-caption-text gallery-caption' id='gallery-1-7'>
92
+ 2018年4月18日のレッスン
93
+ </figcaption></figure><figure class='gallery-item'>
94
+ <div class='gallery-icon landscape'>
95
+ <a href='http://akuahani.com/blog/wp-content/uploads/2018/04/treatment-1327811_1920.jpg'><img width="300" height="199" src="http://akuahani.com/blog/wp-content/uploads/2018/04/treatment-1327811_1920-300x199.jpg" class="attachment-medium" alt="可愛いおてて" aria-describedby="gallery-1-8" /></a>
96
+ </div>
97
+ <figcaption class='wp-caption-text gallery-caption' id='gallery-1-8'>
98
+ 可愛いおてて
99
+ </figcaption></figure>
100
+ </div>
101
+
102
+ </center>
103
+ </div>
104
+ <!-- service content -->
105
+ </div>
106
+ <!-- /.service block -->
107
+ </div>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ ```