• SurfeRoss

    (@surfeross)


    Hi,

    I’m trying to remove featured images from the top of my posts. I still want to use a featured image for my index page, but just not in the posts. Can you help?

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Geilhaupt

    (@htmlkombinat)

    In single.php you have to remove tho following lines 38-42:

    <?php if(has_post_thumbnail()) : ?>
    									<?php $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full'); ?>
    									<div class="article-image"><a href="<?php echo $large_image_url[0]; ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail(); ?></a></div>
    									<div class="clear"></div>
    								<?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘remove featured image from single posts’ is closed to new replies.