Images not showing up using dynamic linking procedure
-
I am developing a WP site at https://sterling-testing.com/
I’m having an old familiar issue where you try to let wordpress dynamically locate your image directory. This is done so when you ultimately move the site live after development, the image links will not all need to be updated.
The actual relative path to my images is here: /public_html/wp-content/themes/Astrum/images
I’ve noticed most people use this link which seems to be an alias to the same directory: /public_html/wp-content/uploads/2013/10
I’ve tried using both those paths in my dynamic link to no avail. The absolute URL for images would be: https://sterling-testing.com/wp-content/uploads/2013/10/
So, when I try an image src=”” as follows, it doesn’t seem to locate the image:
<?php bloginfo(‘template_url’); ?>wp-content/themes/Astrum/images/logos-arcat.gif
I am pretty new to all of this, so I must be doing something simple here … Any ideas?
Thanks
| scott
- The topic ‘Images not showing up using dynamic linking procedure’ is closed to new replies.