New games every week!
Adding Comments to Status/Media posts. Blog
17th January 2014
By default, the Graphene theme on Wordpress doesn't do comments on Status or Media posts.
I'm not entirely sure why that is, and it took a little effort to get it working for me.

In the end, it came down to a single line of text.

Go to appearance/editor, and open the loop.php file.

In there, you want to add the line...



if (is_single() || is_page()) {comments_template();}


Within the upper loop-based section of code, as in the following image.

image

No guarantees this will work on all setups. I'm currently using Disqus to handle my comments, so it might just be magically working for me, but I figured it might be handy for others.

Good luck!
Views 29, Upvotes 2  
Daily Blog
New games every week!
Site credits : If you can see it, Jayenkai did it.
(c) Jayenkai 2023 and onwards, RSS feed

Blog - Adding Comments to Status/Media posts. - AGameAWeek