• Hi all,
    I have a problem.
    I’d need to exclude image preview from some posts of my archive.

    I have this code:

    <?php get_the_image( array( 'custom_key' => array( 'thumbnail' ), 'default_size' => 'media', 'width' => '200', 'height' => '200', 'image_class' => 'alignleft' ) ); ?>
    <?php the_excerpt('Read the rest of this entry &raquo;'); ?>

    I’d would want to use “if” to exclude get_the_image from posts of a category,
    but I am unable.
    Can you help me? thanks
    m

The topic ‘Exclude image highlight from some post’ is closed to new replies.