• Resolved pitterpatterclunk

    (@pitterpatterclunk)


    I was wondering if there was a css code to make the featured thumbnail NOT display at the very top of the posts once you click on the link to see more — it seems a bit redundant to have it as the thumbnail–the header image and then also within the post itself.

    any help would be much appreciated!

    here’s my site for reference: http://www.pitterpatterclunk.com

    thanks in advanced!

Viewing 1 replies (of 1 total)
  • Thread Starter pitterpatterclunk

    (@pitterpatterclunk)

    found this posting — so if you delete this:

    <?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'single-thumbnail', 'link_to_post' => false, 'image_class' => 'featured', 'attachment' => false ) ); ?>

    in the post.php it will do the trick
    !! yay

Viewing 1 replies (of 1 total)
  • The topic ‘Origin Theme Featured Image’ is closed to new replies.