Yorum alanım yok oldu
5
●243
- 22-11-2012, 12:18:26Üyeliği durduruldutema klasöründeki comments.php duruyor mu? single.php'de
<?php comments_template(); ?>
diye bir kod var mı? - 22-11-2012, 12:28:45Merhaba,TylerDurden adlı üyeden alıntı: mesajı görüntüle
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(); ?>