Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] If I change permalinks, widget images disappear (http://forum.bytesforall.com/showthread.php?t=6101)

amynking Mar 1, 2010 09:20 PM

[SOLVED] If I change permalinks, widget images disappear
 
Hello. I'm in the process of setting up my blog (please excuse the placeholder images) and want to change the permalinks from the default to /%category%/%postname%/.

However, when I do this, and I click on a post title, the single post page loads but all of the images have those little blue/white question marks in them and will not load. Where are they going?

I'll leave it set right now so that when you click on a post title, you can see what is happening to the images. Anyone know what I can do to make sure my images load on the single post pages?

http://somethingyellow.com/blog

a single post page example: http://somethingyellow.com/blog/phot...a-blood-booth/

Thank you!

juggledad Mar 2, 2010 04:50 AM

fully qualify your 'url=' and 'src=' addresses. For example
HTML Code:

<img src="wp-content/themes/atahualpa/images/portrait.jpg" width="145" height="218" border="0" alt="something yellow wedding blog" />
should be
HTML Code:

<img src="http://somethingyellow.com/blog/wp-content/themes/atahualpa/images/portrait.jpg" width="145" height="218" border="0" alt="something yellow wedding blog" />

amynking Mar 2, 2010 11:30 AM

Problem solved. Thank you for helping.

-Amy


All times are GMT -6. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.