Thursday, September 5, 2013

Wordpress image not showing

The title is very non-specific, so to be more specific. When you use an image url in your code that is something like '../images/some.png', you might have a problem where the image doesn't load. Try using something like <?php echo bloginfo('wpurl') ?> /images/some.png instead.

Good reference is:

http://codex.wordpress.org/Function_Reference/bloginfo

No comments:

Post a Comment