Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383
I’m trying to enable comments for a page (not blog post). I have the “Allow comments” box checked in the “Discussion” options but comment fields don’t show up. How do I enable this? Thanks.
comments weren’t envisaged on pages in the first place in Kanso, only on periodic content types such as blog posts or projects; however, technically it is possible to implement comments structure for static pages – for that you’d need to insert this snippet:
into the page template you need, just after the closing div of the “page-wrapper” element (do not forget to remove the space before the question mark after the opening php tag).