Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    You should find the template file and remove or comment out the comments_template() function.

    There is another solution, you can hide the second section using the CSS code below:

    #main > #comments {
        display: none !important;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.

    Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking.

Viewing 1 replies (of 1 total)
  • The topic ‘How to use shortcode and shut off comments in footer’ is closed to new replies.