How do I put pictures in a wordpress blog?
I tried Tinypic codes and none of them worked. It just showed up as the codes. Do I have to upload my pic on Photobucket for it to work? I didn’t think which image host mattered. Which code do I have to use? I tried the websites and blogs one, but it just showed up as the code. What am I doing wrong? Which code do I use?
Mail this postPopularity: 2% [?]
1 Comment »
RSS feed for comments on this post. TrackBack URL
When you publish a post, you can upload files. After you upload the photo, I think in wordpress you can use bbcode.
[img]http://www.yoursite.com/path-to-image[/img]
If that don’t work, try <img src="http://www.yoursite.com/path-to-image>
The path means the location of the photo. If it’s in "files" folder, than the path will be http://www.yoursite.com/files/photo.jpg
Good Luck