Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #448728

    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 !

    • This topic was modified 9 years, 5 months ago by FloakaEditor. Reason: solved
    #448772

    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

    #449056

    Haha wow its working dude :)

    Good job !!

    #449074

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[Solved] Show tags under blog posts’ is closed to new replies.