Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #468853

    It’s possible to use the Avia Layout Builder on tag description field?

    #469000

    Hi alnalu!

    I’m not sure what you mean by tag description field? Could you try to explain a bit further or maybe send us a link with the element you are referring to please?

    Regards,
    Rikard

    #469121

    This field

    #469421

    Hey!

    I’m not sure there would be any point to that, as far as I know that field is only used for search engine result pages?

    Best regards,
    Rikard

    #470083

    It could be more usefull.

    #470237

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function getting_tag_desc {
        $description = tag_description();
        return $description;
    }
    add_shortcode( 'tag_desc', 'getting_tag_desc' );

    and then place your tag descriptions in your content using [tag_desc] shortcode

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.