So i thought it was just WP being a bit stupid but it seems SimpleX won't allow comments on a Page i create in WP. Why is this? Is this a missing feature or am I missing something.
Thanks
So i thought it was just WP being a bit stupid but it seems SimpleX won't allow comments on a Page i create in WP. Why is this? Is this a missing feature or am I missing something.
Thanks
Bump... :/
Just add this code before the second last closing div in page.php.
<?php comments_template('', true); ?>
The last 5 lines should look like this.
<?php comments_template('', true); ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
Then you will be able to comment on the pages you created.
Thanks...
Sanam
You must log in to post.