Hi i just install the latest wordpress, everything is working perfectly and the only thing i'm not happy with is images of the post didn't appear on front page, i mean when i post an article with images, the front page shows only summary text . does anyone know how to make the images show up on front page? thanks
The theme you are using might be causing the problems. Do you mind telling what theme is being used by you? Or do you have some show excerpts only plugins activated?
in the themes index.php file does it use the_content(); or the_excerpt(); for showing posts? if its the second replace it with the first.