Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fishpig 拡張機能で高度なカスタム フィールドを使用すると、前に画像の URL または「配列」または「ID」が表示されます。どのように画像を表示できますか。
URL をエコーアウトするときは、これを img src 内で実行します。
すなわち
<img src="<?php echo the_field('image-url') ?>" />