Title: Make Comments Always Visible on Post
Last modified: August 30, 2016

---

# Make Comments Always Visible on Post

 *  Resolved [lemonbars](https://wordpress.org/support/users/lemonbars/)
 * (@lemonbars)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-comments-always-visible-on-post/)
 * Hi, Caroline. I adore your Spun theme; it fits my blog perfectly. I do have a
   question though. It seems my readers are having a lot of difficulty finding how
   to post comments at the bottom of a post since they are hidden until you click
   the little comment bubble at the bottom. I would, therefore, like to make the
   comment section always visible on a post. I’ve looked through similar posts, 
   but haven’t found a single response that works yet (the first I tried was changing`#
   comments` to `display: block`, and the second was to change `comments-toggle`
   to `display: block` — in my child theme, of course). Is it possible to do this?
   If so, what do you recommend? Thank you in advance!

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-comments-always-visible-on-post/#post-6323558)
 * This should work
 *     ```
       .single-post .comments-link a { display: none; }
       .single-post #comments { display: block !important; }
       ```
   
 *  Thread Starter [lemonbars](https://wordpress.org/support/users/lemonbars/)
 * (@lemonbars)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-comments-always-visible-on-post/#post-6323568)
 * Thank you very much, Paul!! I also finally found a post with a similar solution:
 * [https://wordpress.org/support/topic/how-to-always-display-comments](https://wordpress.org/support/topic/how-to-always-display-comments)
 * I will hopefully get this resolved now with your help! Thank you!

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

The topic ‘Make Comments Always Visible on Post’ is closed to new replies.

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

## Tags

 * [Caroline](https://wordpress.org/support/topic-tag/caroline/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 2 replies
 * 2 participants
 * Last reply from: [lemonbars](https://wordpress.org/support/users/lemonbars/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/make-comments-always-visible-on-post/#post-6323568)
 * Status: resolved