If you’re using the default theme, then your problem is because the category listings use <?php the_excerpt(); ?> instead of <?php the_content(); ?> to display the posts, and the_excerpt strips all HTML and images and stuff like that from a post.
Edit your archive.php file, changing the_excerpt to the_content. That should make everything better.
Thread Starter
SSH
(@ssh)
<?php the_excerpt(); ?>
So this code gonna make it better? i mean on archive.php ??
Thread Starter
SSH
(@ssh)
Can anybody help me with this.. I dont there is a file by that name
Which version of WordPress are you using?
Thread Starter
SSH
(@ssh)
WordPress 1.2.1 and i cant find any folder by the name archive.php
Thread Starter
SSH
(@ssh)
I can easily upload the image and i can see it . But its just the same size (not a thumbnail)
When i tried to click the catogory links and go to images, ( I cant see the image and all i see is the image title. But when i click on the title i can see it..
Help me pls