• Man imma total noob but i could CSSing or phping a bit

    Im tryin to stop the featured image from appearing on every single post.

    here is my single.php

    get_header(); ?>

    <section id=”page-full-entry-content”>
    <div class=”grid-pad”>
    <div class=”col-1-1″>
    <main id=”main” class=”site-main” role=”main”>

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

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

    <?php bldr_the_post_navigation(); ?>

    <?php
    // If comments are open or we have at least one comment, load up the comment template
    if ( comments_open() || get_comments_number() ) :
    comments_template();
    endif;
    ?>

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

    </main><!– #main –>

    </section><!– page-entry-content –>

    <?php get_footer(); ?>

    nothin smells like thumbnails or so for me to delete so what shud i do?

    i love the featured image displayed in the main page but they gotta stop appearing when the post is opened.

    im usin theme and template from modern theme, is it ok if i ask anything here eh? if its not ok then ill be gone sorry

    thanks a bunch for any help mate

    Y

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in content-single.php

    By the way, when you post code, put it between backticks in order to preserve the code, so that none get stripped away.

    Thread Starter Kinoculus

    (@kinoculus)

    @chris huff

    what a charm my friend, done within a seconds! love you m8

    yea thanks for the advice too bro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme BLDR from Moderntheme] Remove featured image on post template’ is closed to new replies.