Can't post a comment
-
I have a link under my posts that says to leave a reply but no box for comments and when I click on the link it takes me to my websites homepage.
I’m using twentytwelve through this code:
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?><?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
<?php twentyeleven_content_nav( ‘nav-below’ ); ?>
<!– word press content div end –>
- The topic ‘Can't post a comment’ is closed to new replies.