Comments not showing
-
How can I force the comments to show under each blog post? Right now all you see if the “+” and can’t read them until you click it. I want them to be showing automatically. Or is this not possible?
The blog I need help with is: (visible only to logged in users)
-
Try adding the following CSS (stolen from staff-happychia):
span.comments-link , div#comments-toggle { display: none; } div#comments { display: block; } .site-navigation { margin-top: 0px; margin-bottom: 0px; }
- The topic ‘Comments not showing’ is closed to new replies.