前提・実現したいこと
下記のようなギャラリーをslickを用いて作成したのですが、
画像を入れ替える時にわざわざphpを編集するのは大変なのでワードプレス上で選択したギャラリーの画像とキャプションを取得して表示する事は可能でしょうか?
imgのところに取得した画像を表示させ、ダミーテキストのところに取得したキャプションを入れたいです。
また画像の枚数は変動すると思うのでそれにも対応できるものですと大変ありがたいです。
よろしくお願い致します。
php
article class="container"> <section class="row"> <div class="col-12"> <div class="slider-nav"> <figure><img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/ba0b9d/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/cfb910/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/ba0b9d/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/cfb910/ffffff/800x500.png" /></figure> <figure><img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /></figure> </div> <div class="slider-for"> <figure> <img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/ba0b9d/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/cfb910/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/ba0b9d/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/cfb910/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> <figure> <img src="https://placehold.jp/0bbaba/ffffff/800x500.png" /> <p class="caption">ダミーテキスト</p> </figure> </div> </div> </section> </article>
補足情報(FW/ツールのバージョンなど)
WordPressのba-jyonnha5.4.2です
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/18 06:55
2020/06/18 07:43
2020/06/19 04:32