●前提・実現したいこと
wordpressnに自作模写コーディング通りに画像を反映させたい。
3つ解決したい内容があります。
●発生している問題・エラーメッセージ
現在の状況
※MESSAGEの上に画像がくるように表示させたい
●該当のソースコード
★index.php
<?php get_header(); ?> <div class="wrapper"> <div class="sidebar"> <div class="side-contents"> <img class="side-logo" src="logo.png"> <ul class="side-menu"> <li><a href="#"><i class="fas fa-chevron-right"></i>TOP</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>MESSAGE</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>GALARY</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>BRAND</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>PROJECT</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>COMPANY</a></li> </ul></div> <div class="contents"> <img class="top-image" src="mainImg.jpg"> <div class="message-wrapper"> <h1 class="heading">MESSAGE</h1> <div class="textarea"> <p>ホームページサンプル株式会社では最新技術と自然との調和を目指します。革新的な技術で世の中を動かす企業を目指します。ホームページサンプル株式会社。ホームページサンプル株式会社では最新技術と自然との調和を目な技術で世の中を動かす企業を目指します。ホームページサンプル株式会社では最新技術と自然との調和を目指します。革新的な技術で世の中を動かす企業を目指します。</p> </div> </div><div class="side-icons"> <a href="#"><i class="fab fa-facebook-square"></i></a> <a href="#"><i class="fab fa-twitter-square"></i></a> <a href="#"><i class="fab fa-instagram-square"></i></a> <a href="#"><i class="fab fa-youtube-square"></i></a> </div> </div>
fashion→imgの中のlogo.pngとmainImg.jpgという画像です。
●発生している問題・エラーメッセージ
●該当のソースコード
★header.php
<?php get_header(); ?> <div class="wrapper"> <div class="sidebar"> <div class="side-contents"> <img class="side-logo" src="logo.png"> <ul class="side-menu"> <li><a href="#"><i class="fas fa-chevron-right"></i>TOP</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>MESSAGE</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>GALARY</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>BRAND</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>PROJECT</a></li> <li><a href="#"><i class="fas fa-chevron-right"></i>COMPANY</a></li> </ul></div><div class="side-icons"> <a href="#"><i class="fab fa-facebook-square"></i></a> <a href="#"><i class="fab fa-twitter-square"></i></a> <a href="#"><i class="fab fa-instagram-square"></i></a> <a href="#"><i class="fab fa-youtube-square"></i></a> </div> </div>
★single.php
<?php get_header(); ?> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <div class="wrapper"> <div class="sidebar"> <div class="side-contents"> <img class="side-logo" src="logo.png"> <ul class="side-menu"> <li><a href="#">TOP</a></li> <li><a href="#">MESSAGE</a></li> <li><a href="#">GALLERY</a></li> <li><a href="#">BRAND</a></li> <li><a href="#">PROJECT</a></li> <li><a href="#">COMPANY</a></li> </ul></div> <?php endwhile; else: ?> <p>記事はありません</p> <?php endif; ?><div class="side-icons"> <a href="#"><i class="fab fa-facebook-square"></i></a> <a href="#"><i class="fab fa-twitter-square"></i></a> <a href="#"><i class="fab fa-instagram-square"></i></a> <a href="#"><i class="fab fa-youtube-square"></i></a> </div> <p><?php the_content(); ?></p> </div>
fashion→imgの中のlogo.pngという画像です。
※お手本のように配置としては
photo01.jpg photo02.jpg photo03.jpg
photo04.jpg photo05.jpg photo06.jpg
ジェントルマンなおじさんの画像(photo07.jpg)
photo08.jpg photo09.jpg photo10.jpg
photo11.jpg photo12.jpg photo13.jpg
のように空白なく画像を配置したいです。
●該当のソースコード
★index.php
<div class="photo-wrapper"> <img src="<?php echo get_template_directory_uri(); ?>/img/photo01.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo02.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo03.jpg" width="230" height="237"> <img src="<?php echo get_template_directory_uri(); ?>/img/photo04.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo05.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo06.jpg" width="230" height="237"></div> </div><span><img src="<?php echo get_template_directory_uri(); ?>/img/photo07.jpg" width="711" height="457"></span> <img src="<?php echo get_template_directory_uri(); ?>/img/photo08.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo09.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo10.jpg" width="230" height="237"> <img src="<?php echo get_template_directory_uri(); ?>/img/photo11.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo12.jpg" width="230" height="237"><img src="<?php echo get_template_directory_uri(); ?>/img/photo13.jpg" width="230" height="237">
fashion→imgの中のphoto01.jpg~photo13.jpgという画像です。
お手数ですが解決策や対応策があれば教えてください。
ご検討宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/11 04:03
退会済みユーザー
2021/04/11 04:59
2021/04/11 06:54
退会済みユーザー
2021/04/13 14:28 編集
2021/04/16 11:17
退会済みユーザー
2021/04/16 15:43