"Comments are closed" after posted and then closed comments possible?
in Blog
Hello
If I mark a posting closed from beginning (no comments), below is the text:
"Comments are closed."
So far so good. I find this a good thing.
Now, after I open a posting for comments and close the posting after a while, this text is no more there ...
Can I setup this somehow that the "Comments are closed." appears in such a case too?
Thanks and greetings
If I mark a posting closed from beginning (no comments), below is the text:
"Comments are closed."
So far so good. I find this a good thing.
Now, after I open a posting for comments and close the posting after a while, this text is no more there ...
Can I setup this somehow that the "Comments are closed." appears in such a case too?
Thanks and greetings
Comments
please send us WordPress dashboard access privately thru
contact form which is on the right side at
http://themeforest.net/user/muffingroup#contact so we can have a look on
it closer. Please don’t forget to let us know what for the access is.
Thanks!
But ok, I should give you more details: I use the UNIVERSITY template.
I meant THIS:
The rest should be really easy to see for you ...
Steps to reproduce:
1) Take this template.
2) Create a post.
3) Add a comment.
4) Close for comments.
5) See the page ...
Have you SAW my screenshot above? There are the details ...
PS: Ok, this is probably Theme customization, which is not supported. No problem then ...
PPS: I have already found now a solution for that: for other people, see here:
- Go to BeTheme Options, Custom JS and enter the following:
jQuery(function($){
if ((!$(".nocomments").length) && (!$("#respond").length)){
$("#comments .commentlist").append("<hr>Comments are closed.<br><br>")
}});