• Alex, hello again! ??

    My blog is already running and it works really great – you’re the boss!

    My question: how can I remove your theme’s comments? I’ve decided to make it through external plugin, so that comments can be published automaticly on facebook (so important as you know) and now I have two comment boxes under each article.

    https://www.bedboy.pl
    -> you can check any page and see how it looks like

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! Nicely customized site there ??

    Easiest is to add a single.php to the child theme and just remove this line from it:

    <?php comments_template('/comments.php',true); ?>

    To remove comments completely.

    Thread Starter bedboy

    (@bedboy)

    Thanks Alex for a quick response (and good words about my customization… all alone with your help – me, such a lame ; )

    but… I did as you suggested and it removed not only your theme’s default comments field, but also Facebook plugin.

    I tried to switch off and switch on again the plugin, but it didn’t help.

    I also tried to change this line…

    <?php comments_template(‘/comments.php’,true); ?>

    from true to false, haha ^_^ also without effect ??

    I don’t know, maybe I should change something in ‘comments.php’ and “tell the theme” to take the template from the plugin, not from the default comments setting. Just wondering in my lame mind ??

    ??

    Does the plugin give you any specific code to add to the template? If so you would just edit comments.php with a child theme instead, and overwrite the existing code with the required plugin code.

    Thread Starter bedboy

    (@bedboy)

    [I’m good in talking, would be great if I could just “talk to the theme” ^_^ but hey, I think future is with me, I’ll live up to this times ?? ]

    There is no code from this facebook plugin (it’s not official facebook plugin, it’s SEO Facebook Comment), but I’ll ask on this plugin’s support forum for the solution, maybe they would have one.

    It’s strange because before I used Jetpack plugin and took comments from this plugin and it just overwrote your theme’s comments. In this case it duplicates or there’s no comments at all. Strange.

    And sad ;(((((((((

    ??

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