Missing "leave a reply"
-
I just upgraded the free virtue theme from 2.5.2 to 2.5.4, the problem is the setting to add leave a reply to pages is not functional anymore after the upgrade.
before this I created a custom page template in virtue using the standard page.php and added my custom fields. Custom pages added before AND after the upgrade, the leave a reply option is functional, meaning i could turn it off and on.
However, after the upgrade to 2.5.4 when i add new pages using the custom page template, the function to add leave a reply do not appear, even if i turned on the leave a reply button.
I read in virtue support here that the free theme do not have this function to pages??? (question – why is it functional in mine before the upgrade to 2.5.4). And the following function is also included in the standard page.php, which is also in my custom page template:-
<?php global $virtue; if(isset($virtue[‘page_comments’]) && $virtue[‘page_comments’] == ‘1’) { comments_template(‘/templates/comments.php’);} ?>
Your help is much very very much appreciated.
- The topic ‘Missing "leave a reply"’ is closed to new replies.