single.php
-
i made something in this code
<?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( '', true ); <?php get_sidebar('sidebar-1'); ?> <?php get_footer(); ?>
and a problem happened in the main page of my website
the code
comments_template( ”, true );appeared in the main page
sorry but i dont know about codes ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘single.php’ is closed to new replies.