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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

angular - Copying node modules to wwwroot AspNetCore -