• SSH

    (@ssh)


    I can upload images easily. But when i click on to catogories to see the images i cant see any images. But can see the title of the image

    is this the way how this works? or Can anyone help me why this is happening?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Avenir

    (@avenir)

    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

    ColdForged

    (@coldforged)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Image Upload’ is closed to new replies.