• Resolved conorbryce

    (@conorbryce)


    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

    (@anantajitjg)

    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.

    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

    (@conorbryce)

    Many thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove comments field’ is closed to new replies.