• Resolved jmckiernan86

    (@jmckiernan86)


    my comments form wont show up and ive enabled it in both places. the site is farmersagentsandiego.com. also the background image in the header shouldn’t be there but i cant figure out how to get it out. there is no background image in the #header in the css code but it still shows up. any help would be appreciated ive been stuck on these issues for a while now. thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Your theme’s page.php template may not be comment enabled. Try editing it and adding <?php comments_template();?> just before <?php endwhile;endif; ?>

    2. Try editing your theme’s functions.php file and looking for:

    <style type="text/css">
    <!--#header {background:url(<?php header_image(); ?>) no-repeat bottom center;}
    #headerimg h1 a, #headerimg h1 a:visited, #headerimg .description {color:#<?php header_textcolor();?>;}
    </style>

    Remove <!--#header {background:url(<?php header_image(); ?>) no-repeat bottom center;}

    Thread Starter jmckiernan86

    (@jmckiernan86)

    thanks for the reply. the <?php comments_template();?> code worked perfectly to enable my comments. but removing the code form the functions.php didn’t change anything. any other ideas?? thanks again for the comments code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘no comments form showing up’ is closed to new replies.