• Resolved wordpresss

    (@wordpresss)


    Hi,
    How do i preview an image on my template? (my first wp site)

    The code it uses on the latest news item is:
    <?php if (function_exists(‘the_thumb’)) the_thumb(‘SHOWPOST=1’); ?>

    I use this template:
    https://www.singapore-car.com/

    U can see the Featured content got an image and some content.
    Also the blog messages images won’t preview ?? When i click on read more, then i can see the image.

    Where do i have to upload that other image? Do i miss a plugin or smt?

    I’m really stuck with it, plz i need some help on thisone!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Add this code in htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Thanks,

    Shane G.

    Thread Starter wordpresss

    (@wordpresss)

    But what image will it preview then? I mean i can upload an image into the content but not the seperate one..

    I think im missing a plugin for this.
    Can’t get the simple post thumbnails plugin to work.

    Argh getting frustrated ??

    Thread Starter wordpresss

    (@wordpresss)

    That htaccess file doesnt help, i have moved the website to a other host, no changes ??

    I have installed the ‘simple post thumbnails’ plugin now, doesn’t wants to upload an image. When i put the image into it with FTP it works.
    So seems that all is ok but it’s not uploading images, i made the map thumbnails and chmod 777.

    Any sugestions ? ??

    Thread Starter wordpresss

    (@wordpresss)

    Okee solved, SAFE MODE NEEDS TO BE OFF!!!

    pff

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cant preview image on homepage’ is closed to new replies.