Hello.
I’m trying to migrate page from older CMS into WordPress with Newspaper theme. I want to display latests post on main page. Layout should go like this:

I’ve tried to accomplish this with Flex Block 1 but I can’t find option to display post tags there. Is there any option to display post tags like this?
Hello!
That can be found in the layout tab when you’re looking to edit the block using tagDiv Composer as you can see here:https://www.screencast.com/t/8dcbejWiH Open tagDv Composer, click on your block and you should be able to edit it.
Thank you!
Hello,
Thank you for replay. I’ve already turned this option on and it show only Categories of posts in flex block1. I want to display both: Categories and Tags (built in WordPress mechanism). As far as I know there’s no predefined option to display Tags in Flex Blocks. I’m wondering if there’s any chance to achieve this with hard coding(e.g. modifying TagDiv code) or shortcodes or if some. Maybe some specific block have this option built in but I couldn’t find it.
Hello!
This option is not available in our theme at the moment. In order to achieve this, you need to modify the files of the theme. If you really want this option, then you can contact our custom work team here: https://tagdiv.com/premium-customization-services/ and they will implement for you this feature in your theme if it is possible. Yes, you should pay an extra tax for this.
Thank you for understanding!
Hi, Is this option now available? Can I display both: Categories and Tags in any post loop and also in single post section?
Hello!
You can create a custom module and use this shortcode like this: https://app.screencast.com/Xyl387KhMd1LT to display the tags of the article in a block.
More info here: https://forum.tagdiv.com/modules-builder-newspaper-theme/ -> https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
In the Single Templates, use this shortcode Single Post Tags to display the tags.
Thank you!
Thank you, I am still not able to add both at the same time. Like ‘post_tag’ do I need to mention post_category for the categories to be displayed?