How to shop post categories in block widgets?

Posted in: Newspaper
Post count: 23

Dear support,
i’m using the “[tagDiv] Block 1” widget in the default sidebar but see no categories showing up. Apparently, there is no option in the widget panel to show them up. So i’ve been digging around your code and found out that in wp-content\plugins\td-standard-pack\Newspaper\includes\modules\td_module_4.php there’s the following:
<?php if (td_util::get_option('tds_category_module_4') == 'yes') { echo $this->get_category(); }?>
But that tds_category_module_4 seems to not exists throughout the whole theme/plugin.

So basically, how can i make post categories show up when using block widgets on a sidebar?
P.S: also, why there are no “flex blocks” as widgets?

Thank you very much, as always.

Post count: 35449

Hi,

The “[tagDiv] Block 1” widget will display as default posts, so if you are using shop post you’ll need to change the post type -> http://prntscr.com/pyy7su you can check more about this in our documentation from here .

The flex blocks make part from the new version of Newspaper, these have a lot of options for customize and these can be set with tagDiv Composer in pages the cloud templates from tagDiv Cloud Library in this way you can create sidebars on post template and is no need for the widgets.
The classic blocks make part from standard pack plugin.

Thank you for your understanding!

Post count: 23

Thank you very much Calin, but where do i set up a standard post template using the tagDiv Composer?

Post count: 23
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.