Title: Comment section not showing
Last modified: August 21, 2016

---

# Comment section not showing

 *  Resolved [bobbyau](https://wordpress.org/support/users/bobbyau/)
 * (@bobbyau)
 * [12 years ago](https://wordpress.org/support/topic/comment-section-not-showing/)
 * Howdy 🙂
 * I’ve moved over to interface with no problems accept the comments area is not
   showing up at all on any post. [http://cuptaste.com/coffee-roasters/south-australian-coffee-roasters/](http://cuptaste.com/coffee-roasters/south-australian-coffee-roasters/)(
   this post does have a few comments but not currently showing up)
 * Not sure what to do?
 * Also, the titles of pages/posts use the colour #63c6ae, actually I mean the colour
   strip that runs through it uses that colour – how can we change the colour?
 * ALso, dates, authors at the top of pages/posts – can we remove that?
 * Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [f.n174](https://wordpress.org/support/users/fn174/)
 * (@fn174)
 * [12 years ago](https://wordpress.org/support/topic/comment-section-not-showing/#post-4874628)
 * hi , i have found solution to that problem go to inc > structure
    then open file
   content-extensions.php and search for this : interface_theloop_for_single or 
   directly scroll into line 261 then scroll down until you see closing tag of article
   and section, like this : </articele> </section> then between or after them add
   this code : <?php comments_template( get_template_directory() . ‘/comments.php’,
   true ); ?>
 * keep in mind this is not the best solution but resolved my problem
 *  Thread Starter [bobbyau](https://wordpress.org/support/users/bobbyau/)
 * (@bobbyau)
 * [12 years ago](https://wordpress.org/support/topic/comment-section-not-showing/#post-4874641)
 * The theme owners are aware of the problem. Hopefully it wont be too long before
   they fix it.
 * Thanks for your suggestion [@f](https://wordpress.org/support/users/f/).n174
 *  Theme Author [Theme Horse](https://wordpress.org/support/users/themehorse/)
 * (@themehorse)
 * [12 years ago](https://wordpress.org/support/topic/comment-section-not-showing/#post-4874653)
 * Hi [@bobbyau](https://wordpress.org/support/users/bobbyau/)
 * Please update your theme we have fixed the comment issue.
    Also To change the
   page/post title background color and to remove dates, authors at the top of pages/
   posts **Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS**
   paste the following CSS code and Click on save all changes button:
 *     ```
       .page-title-wrap {
           background-color: #63C6AE;
       }
       .entry-meta .by-author,
       .entry-meta .date,
       .entry-meta .comments {
           display: none;
       }
       ```
   
 * _Note: Change above HEX color code 63C6AE to your own color code. _
 * Thank you all for using our theme and reporting the issue.
 * Regards,
    Theme Horse

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comment section not showing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/interface/3.2/screenshot.png)
 * Interface
 * [Support Threads](https://wordpress.org/support/theme/interface/)
 * [Active Topics](https://wordpress.org/support/theme/interface/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/interface/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/interface/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Theme Horse](https://wordpress.org/support/users/themehorse/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/comment-section-not-showing/#post-4874653)
 * Status: resolved