how do i add blog posting?

bcbdjane
5 Posts
bcbdjane posted this 17 March 2024
Ask a Question

how do i add a blog where everyone can post their own post with comments and everyone can comment and reply to comments
so how do i do that? just wondering

how do i add a blog where everyone can post their own post with comments and everyone can comment and reply to comments so how do i do that? just wondering
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 18 March 2024

Hello,

For now, comments are not available for the pages created with Nicepage. If you need comments to appear on the page you can try to add them using the custom code. Open the page for editing in the editor and add the PHP control in the place where you want comments to appear. Insert this code in the PHP control:

<?php comments_template(); ?>

Then also check that the comments are enabled for that page in the page settings in WP under the Discussion block.

the steps above should be done for each page where you want comments to appear.
...................................................
Sincerely,
George.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, For now, comments are not available for the pages created with Nicepage. If you need comments to appear on the page you can try to add them using the custom code. Open the page for editing in the editor and add the PHP control in the place where you want comments to appear. Insert this code in the PHP control: <?php comments_template(); ?> Then also check that the comments are enabled for that page in the page settings in WP under the Discussion block. the steps above should be done for each page where you want comments to appear. ................................................... Sincerely, George. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments