orcuntuna adlı üyeden alıntı: mesajı görüntüle
single.php yi şu şekilde düzenleyin.

<?php get_header(); ?> 

<?php get_template_part('sections/cover-area'); ?> 

<?php get_template_part( 'sections/ads/below-header' ); ?> 

<?php if ( function_exists('yoast_breadcrumb') ) : ?> 
    <?php yoast_breadcrumb('<div id="mks-breadcrumbs" class="container mks-bredcrumbs-container"><p id="breadcrumbs">','</p></div>'); ?> 
<?php endif; ?> 

<div id="content" class="container site-content"> 

    <?php global $vce_sidebar_opts; ?> 
    <?php if ( $vce_sidebar_opts['use_sidebar'] == 'left' ) { get_sidebar(); } ?> 
         
    <div id="primary" class="vce-main-content"> 

        <main id="main" class="main-box main-box-single"> 

        <?php comments_template(); ?> 

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

            <?php get_template_part( 'sections/content', get_post_format()); ?> 

        <?php endwhile; ?> 

        <?php if(vce_get_post_display('show_prev_next')) : ?> 
            <?php get_template_part('sections/prev-next'); ?> 
        <?php endif; ?> 

        </main> 

        <?php if(vce_get_post_display('show_author_box') && vce_get_option('author_box_position') == 'up') : ?> 
            <?php get_template_part('sections/author-box'); ?> 
        <?php endif; ?> 

        <?php if(vce_get_post_display('show_related')) : ?> 
            <?php get_template_part('sections/related-box'); ?> 
        <?php endif; ?> 

        <?php if(vce_get_post_display('show_author_box') && vce_get_option('author_box_position') == 'down') : ?> 
            <?php get_template_part('sections/author-box'); ?> 
        <?php endif; ?> 

    </div> 

    <?php if ( $vce_sidebar_opts['use_sidebar'] == 'right' ) { get_sidebar(); } ?> 

</div> 

<?php get_footer(); ?>
Malesef olmadı hocam. Yorumlar Öne çıkarılmış görselin üzerine çıktı. Yalnız yorum yap kısmı yorumların üzerine geldi. Sadece yorum bölümü yukarı çıktı.