Hello,
i am using the magazine element to display posts on my site.
can somebody help me to get the post category and tags displayed after the date ?
Thank you
Hey Shorty05,
Out of the box this is not possible.
If you have programming skills:
enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php around line 883 you have to add the code.
For displaying the categories you can use enfold\includes\loop-index.php line 208ff as a base.
For tags: https://codex.wordpress.org/Function_Reference/get_the_tag_list
I will check if this would be something to add to core.
Best regards,
Günter