Title: Remove comments field
Last modified: November 26, 2018

---

# Remove comments field

 *  Resolved [conorbryce](https://wordpress.org/support/users/conorbryce/)
 * (@conorbryce)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-comments-field/)
 * Hi there, great plugin. How do I remove the comments section (i.e. default is“
   NO COMMENTS Sorry, the comment form is closed at this time.”) from the bottom
   of the single job post?
 * Many thanks!

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

 *  Plugin Contributor [Anantajit JG](https://wordpress.org/support/users/anantajitjg/)
 * (@anantajitjg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-comments-field/#post-10920029)
 * > NO COMMENTS Sorry, the comment form is closed at this time.
 * This message is coming from the theme’s template.
 * **Recommended Solution:**
    To fully control the template for job detail page(
   single job post) you need to customize the template. For that, you can see my
   answer [here](https://wordpress.org/support/topic/job-detail-page-remove-sidebar/).
 * **Easy Solution:**
    You can customize styles and add these styles to Theme Customizer.
   For example:
 *     ```
       .single-awsm_job_openings .comment_holder {
           display: none;
       }
       .single-awsm_job_openings div.comment_form {
           display: none;
       }
       ```
   
 *  Thread Starter [conorbryce](https://wordpress.org/support/users/conorbryce/)
 * (@conorbryce)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-comments-field/#post-10920512)
 * Many thanks! 🙂

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

The topic ‘Remove comments field’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-openings/assets/icon.svg?rev=3525528)
 * [HireZoot – (WP Job Openings) Job Listings, Career Page & Recruitment Tool](https://wordpress.org/plugins/wp-job-openings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-openings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-openings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-openings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-openings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-openings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [conorbryce](https://wordpress.org/support/users/conorbryce/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/remove-comments-field/#post-10920512)
 * Status: resolved