how to add an absolute path to static elements
-
Hi what is the code that will add an absolute path to images, links etc…
For instance if I want to put a path like this
<img src=”https://www.mysite.com/images/logo.png” >is there a tag like this to put in?
<img src=”<?php bloginfo(‘url’);?>/images/logo.png” >also if there was a tag to call that where would I put the / in. thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how to add an absolute path to static elements’ is closed to new replies.