paullonelymerryweather
Member
Posted 3 years ago #
I can't get pictures to show up on my homepage (www.suicidedictionary.com). I built a different site using the same wordpress theme and didn't have a problem. The hosts are different (the one that isn't working is hosted by yahoo...the one that does work in hosted by hostpapa). I am using custom fields, using Image and then copying wp/.... in the proper box. I'm getting a small box with an x in it on my homepage though. How can I fix this? Thanks for your help.
Hi
your homepage image links look like this:
<img src="http://suicidedictionary.com/blog/wp-content/themes/mimboPro_multi/scripts/timthumb.php?src=/wp-content/uploads/2008/10/alexgrey22.jpg&w=155&h=82&zc=1" />
That may be part of your theme, however image links generally look like this:
<img src="http://suicidedictionary.com/blog/wp-content/uploads/2008/10/alexgrey22.jpg" />
At any rate, the browser is not finding the image the php code in that first img tag is attempting to display. That is your problem.