• Resolved cseufert

    (@cseufert)


    Using the Attorney’s theme, at the bottom of every post is “comments are closed”. Is there a way to get rid of this line without turning comments on ? Do not want to allow comments, just want the post to end.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there cseufert,

    How are you doing today?

    Generally the way this should work is when you have comments allowed in the Settings >> Discussion and comments disabled in the single post comments are closed should appear.

    However, I’m not being able to display that in my installation and I’m pretty sure this can be removed with some custom CSS. Could you please post link to your site where you have this so I can take a look and provide CSS to remove it?

    Best regards,
    Bojan

    Thread Starter cseufert

    (@cseufert)

    Hi,

    Our website is https://www.cfosystemsllc.com
    If you go to the news tab and click on the first article and scroll to the bottom you will see the “comments are closed” item.


    [Entire style.css file deleted – That’s way too much code to post on these forums – please see:
    https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]

    You can add this

    p.nocomments {
    display: none;
    }

    at the bottom of the style.css file or, better, in a custom CSS box if your theme has one, this will remove the comments are closed notice.

    I’ve just found out there’s a plugin which is supposed to provide that functionality, haven’t tried it myself, but you can give it a go if you like.

    Thread Starter cseufert

    (@cseufert)

    Thank you – the code did not work, but I found the plugin and that worked perfectly, so I appreciate the suggestion !

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