• Hello everyone!

    My question is about the comments field on posts. When I load the home directory of my WP site, the comments and social sharing buttons on the displayed post are collapsed under a lovely simple link:
    ILLUSTRATION IMAGE

    Then when I click on that link, it takes me to the actual post page where everything is displayed by default. Is there a way to “hide” the comments on a post page?
    ILLUSTRATION IMAGE of what I mean

    All of the Disqus stuff takes up so much space, I’d love to be able to clean it up. I understand a bit of code, so code-heavy solution is not out of the question! ??

    I’m using Comic Easel plugin with ComicPress theme

    I wasn’t able to google the answer to this, so I hope someone on the forum can help. Thank you very much!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You could place the whole disqus code into an element or use the existing <div> with the id of “disqus_thread” and collapse that with a nice css handle for un-collapsing, say, a max-height and a css transition.

    There’s a nice example for you to plunder here:
    https://codepen.io/peternguyen/pen/hICga/

    Is that the kind of thing you’re looking for?

    • This reply was modified 7 years, 3 months ago by MaxVaehling.
    • This reply was modified 7 years, 3 months ago by MaxVaehling.
Viewing 1 replies (of 1 total)
  • The topic ‘Possible to collapse comments field?’ is closed to new replies.