Hi,
I've been looking to do something like this:
I want to use WordPress as an Image Resources site, where I can post an image as a post, (an image from PhotoBucket), and it automatically creates a post from it.
I've been looking at the Single.php file and added Img tags before and after this line:
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
But it's not working.
Where do I have to look for?
Thanks