So, I replace "WP_CONTENT_URL" with the words "/wp-content" ?
Again, I'm not a programmer at all.
« Previous 1 ... 3 4 5
So, I replace "WP_CONTENT_URL" with the words "/wp-content" ?
Again, I'm not a programmer at all.
Yes. So the line would read:
<img src="<?php echo '/wp-content' . $stylesheet_dir .
instead of:
<img src="<?php echo WP_CONTENT_URL . $stylesheet_dir .
I had to go get that coffee-desk theme. that's really cute.
My browsers are still trying to load the the wrong address for the images:
http://blogpeoria.com/wp-contentwp-content/themes/3c-black-letterhead-10/screenshot.png
I've restarted the PC. I've cleared the cache. I've flushed the dns.
FIXED!!
I edited functions.php to remove "wp-content" entirely from the previously mentioned line of code.
Works like a champ.
Woo Hoo!
Thanks to all who provided assistance.
« Previous 1 ... 3 4 5