How to not show featured image on blog posting

Home Forums SKT Black/White Theme Support How to not show featured image on blog posting

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4014
    Adrian TanAdrian Tan
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: January 28, 2015

    Hi

    I like to have it displayed at listing page but not on the posting itself. Can that be done?

    #4015
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    In Appearance>Theme Options>Basic Settings>Check the checkbox Do not show featured image.

    Regards,
    Shri

    #4021
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hmm..for this i guess you need to check single.php file within theme folder whereby you can remove or comment the featured image from appearing in the post.

    Regards,
    Shri

    #7541
    Corey PiscopoCorey Piscopo
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 21, 2015

    I am also looking for the specific code to alter that will remove the featured image from the top of the blog post. Can seem to locate it in single.php though:

    get_header(); ?>

     

    <div class=”content-area”>

    <div class=”middle-align content_sidebar”>

    <div class=”site-main” id=”sitemain”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, ‘single’ ); ?>

    <?php skt_white_content_nav( ‘nav-below’ ); ?>

    <?php

    // If comments are open or we have at least one comment, load up the comment template

    if ( comments_open() || ‘0’ != get_comments_number() )

    comments_template();

    ?>

    <?php endwhile; // end of the loop. ?>

    </div>

    <?php get_sidebar();?>

    <div class=”clear”></div>

    </div>

    </div>

     

    <?php get_footer(); ?>

    #7619
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Bit difficult. We will make a template separate for category, archives etc to make it normal looking just like blog in next update.

    Regards,

    Shri

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.