• Hi,

    how can I remove comments-template in my child from twenty fifteen?

    Because, I can’t deactivate comments on existing sites after I activated twenty fifteen theme. The commentfunction ist not active but it’s still shown on all sites.

    If I add a new site in twenty fifteen then the commentfunction is deactivated.

    But I don’t need the commentfunction on my website.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Mankov,

    How are you doing today?

    You could remove comment section from your site with some custom CSS. Since you’re using child theme please try adding this code to your child theme style.css:

    div#comments {
    display: none;
    }

    This should remove comments from all pages on your site.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Mankov

    (@mankov)

    Hi Bojan,

    many thanks for your help. I gave the theme to a programmer, he removed the comments-function completely form wordpress-theme. I think this will speed up my template a little bit.

    Best regards,

    Dominik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments not deactivatable – existing sites’ is closed to new replies.