Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the latest version of theme the page comments are not displaying. #58

Closed
FreeWPTP opened this issue Oct 26, 2015 · 0 comments
Closed

Comments

@FreeWPTP
Copy link
Contributor

Related thread : https://wordpress.org/support/topic/comments-not-showing-up-on-sparkling-pages?replies=1#post-7587472

It seems this is happening because in the page.php template file of the theme we are using the following code to check whether the page comments option is enabled in the theme customizer but it seems by default this option is not set even it's displaying check in the theme customizer as shown in the attached screenshot.

if ( get_theme_mod( 'sparkling_page_comments' ) == 1 ) :

screenshot 22

FreeWPTP added a commit to FreeWPTP/Sparkling that referenced this issue Nov 4, 2015
puikinsh added a commit that referenced this issue Nov 4, 2015
Resolved the page comment issue #58
@puikinsh puikinsh closed this as completed Nov 4, 2015
FreeWPTP added a commit to FreeWPTP/Sparkling that referenced this issue Nov 4, 2015
puikinsh added a commit that referenced this issue Nov 4, 2015
Resolved the page comment issue #58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants