Corey Piscopo

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: latest blog loading into sections #36478
    Corey PiscopoCorey Piscopo
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 21, 2015

    Solved: Plugin conflict with PageBuilder, problem fixed with removal of plugin.

    in reply to: How to not show featured image on blog posting #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(); ?>

Viewing 2 posts - 1 through 2 (of 2 total)