Hello,
i tried to fix the following issue:
Tags should show under the blog posts. I already tried this code:
.av-blog-meta-tag-disabled .blog-tags {
display: block!important;
}
And i activated display tags in the enfold -> blog layout settings.
Any suggestions??
I am using the Avia Layout Builder !
Hey!
That won’t work, when you enable ALB on a Post the pre-defined Post template will be replaced by the ALB one, which is an empty canvas. Not sure if this would work but give it a try:
1. Install this plugin – https://wordpress.org/plugins/shortcodes-ui/
2. Create a shortcode with this content (PHP Code):
the_tags( 'Tags: ', ', ', '<br />' );
3. Place the newly created [shortcode] in each post inside a Text Block element.
Regards,
Josue
Haha wow its working dude :)
Good job !!
You are welcome, glad to help :)
Regards,
Josue