Leave `A Reply

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #987238
    James Brown
    Participant

    Why would you want to leave a reply to an accommodation description? I have turned comments off site wide, but I still have LEAVE A REPLY under my accommodation page. How can I lose this? Thanks

    #987477
    Andre Flores
    Moderator

    Hello, James!

    The accommodation type single pages appear to be a custom post type, so they inherit the layout from the theme standard single.php template. In order to hide the comment form you may either add the following CSS under Appearance ->Customize ->Additional CSS:

    .comment-reply-title, .comment-form {
    	display: none;
    }

    or use an additional plugin, e.g. the Disable Comments one. You may also want to check out this nice thread on how to disable comments on your website.

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.