Display tags along the category on the blocks

Posted in: Newspaper
Post count: 6

Modify this file: wp-content\themes\Newspaper\includes\wp-booster\td_module.php

Add this: https://pastebin.com/7adCSvWj

2. Locate the block that you want to use (ex: wp-content\themes\Newspaper\includes\modules\td_module_17.php

Add this:
<?php echo $this->get_the_tags();?>

Post count: 12

it seems that this solution doesn’t work anymore… did you perhaps found an alternative for that?

I need the same thing, but the theme crush if I put your code inside the template

thanks!
m

Post count: 12

Thank you SO much for the trick, after 2 hours trying to get it working by myself, your code gave the solution

Post count: 38

Hi mOrtyr

I also need this functionality but my limited coding skills mean I haven’t been able to get it to work.

Would you mind sharing your updated solution?

Thanks.

Best

G

Post count: 18283

Hello !

That path is now here:

Newspaper\plugins\td-composer\legacy\Newspaper\includes\modules\td_module_17.php

You can use something as simple as Notepad++ in order to edit that file. Simply get into that file, and edit it using the Noptead++, save the settings and everything should be up and running !

Thank you !

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