Thread Starter
ME
(@mr-eddy)
So I will answer myself :
• In framework/comments.php you need to remove on line style="display:none;" on line 3
• You need to remove the link on the “xx comment(s)” which is <a class="comment-toggle" href="#comment_count" onclick="toggle()" data-placement="top" rel="tooltip" title="Show Comments"> and the </a> that goes with it.
Not very elegant I would say (ou still have the coeur.js for example with the code for the toggle) but it works.
(@mr-eddy)
11 years, 8 months ago
Hi,
How can I disable the need to click on the comments to have them shown ? So readers will aways see the comments by default ?
Since it is a personal blog for friends and family, I don’t want them to wonder where are the comments.
Thanks in advance for your help.