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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -