tema klasöründeki comments.php duruyor mu? single.php'de
<?php comments_template(); ?>
diye bir kod var mı?
Merhaba,
comments.php dosyası var. Single.php'de <?php comments_template(); ?> yok ama üstad single.php şöyle
<?php
/**
* The Template for displaying all single posts.
*
* @package Mosaic
* @author Wild Web Lab - www.wildweblab.com
* @since Mosaic 1.0
*/
get_header();
mosaic_before_content($columns='');
get_template_part( 'loop', 'single' );
mosaic_after_content();
get_sidebar();
get_footer();
?>