Replies: 1
dear all
i have an issue to make static web to a word press one.
in the process we have to add <?php echo get_template_directory_uri();?> in the img tag like example below to show the related image:
/images/1.jpg” />
but what if the is no img tag and just a block which we put a background image on it in css.in the other word the adress of image is not in index.php instead it is in style.css:
background-image: url(../images/1.jpg);
what can i do to show the image in my wrdpress web?
thanks and regards