posting photos

Let’s see if uploading photos works. Here’s the code to display it:

banner

That doesn’t seem to work… hmmm. Okay, now I’m adding the code from Flickr:

PhoneStore

Okay,… I had to add the complete path in order for the image to show up. What I had was:

img src='/wp-content/banner.jpg' alt='banner'

But I needed this:

img src="http://planet48.net/starfire/wp-content/banner.jpg" alt='banner'

Also, the upload page does not seem to generate the thumbnail it says it will.
I’ve now changed the settings to use the full path. If it works, then there should be a favicon displayed

After reading stuff in the support forum, it appears that WP doesn’t generate the code for the thumbnail, just the code for the actual image. You have to put the thumbnail stuff in yourself, with a pointer to the larger image I guess.

Leave a Reply

Your email address will not be published. Required fields are marked *