php - How to insert images into the template in Wordpress? -
i want recode 1st template html/css wordpress don't remember how insert images in php
for example html:
<img src="img/imageone.jpg"> and php?
you have user wordpress function this,
<img src="<?php echo get_template_directory_uri(); ?>/img/imageone.jpg"> check get_template_directory_uri() more reference.
Comments
Post a Comment