Allow comment checkbox not working
-
Recently, I noticed an issue on 2 different sites but ok on a third one…
!?
they all use different themes.
Example, it seems I can’t have the comment form to show on a page even though the “allow comment” checkbox is checked.
I found a thread where someone suggest to add the following line to the page.php
<?php comments_template(); ?>
which worked immediatly but.. my problem is I want the comment form to appear on specific pages, not all, which is the main reason why there’s an “allow comment” option per page, right?
I noticed also this line in my page.php line :
<?php if (get_option(’13floor_show_pagescomments’) == ‘on’) comments_template(”, true); ?>which makes me believe the option doesn’t get true or … I have no clue.
On another website using Striking theme, the only way now to get the comment form to show up is to choose the “page with comment” template, which is annoying because I wanna keep my “full width page” template AND having my comment form to show up.
I can swear to God this was working fine not so long ago (maybe 2 months ago) and now… it’s tricky and can’t find out why.
Anyone would know the solution?
The topic ‘Allow comment checkbox not working’ is closed to new replies.