Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /*テキストの表示*/
  2. <p><?php echo get_field('customtext'); ?></p>
  3.  
  4. /*画像のカスタムフィールド値を表示*/
  5. <img src="<?php echo get_field('customimgurl'); ?>" alt="<?php echo get_field('customimgtitle'); ?>">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement