EDITING BLOCKS

Posted in: Newspaper
Post count: 50

Hi.
Is there a way to add comments to Block 14 and Block 25?
I tried to edit them via cloud library, but it only saves it to pages, so I can’t add it to front page via ADD ELEMENT.

Post count: 35449

Hi,

In order to achieve that you need to add some code in theme file.
<?php echo $this->get_comments();?>
For comments in block 14 please add this code in wp-content\themes\Newspaper\includes\modules\td_module_mx1.php
https://www.screencast.com/t/qqoTnypa2
For comments in block 25 please go in wp-content\themes\Newspaper\includes\modules\td_module_6.php
https://www.screencast.com/t/oTdKIksaa

Thank you for your understanding.

Post count: 50

Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.