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

    Hi,

    I have written a blog article using the advanced layout editor.
    But now the author of the blog is not showing.
    With another article using the default editor, I can see the author of the article.

    Can I see the author and use the advanced layout editor?

    Thanks

    Nathalie

    PS: my website is not live yet (maintenance mode)

    #726251

    Hey Nathalie!

    That is expected behaviour when using ALB to create your blog posts. You would need to add Comments and Social Share Button elements manually as well.
    Please refer to this post – https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745 for a workaround.

    Regards,
    Yigit

    #726269

    Hi,

    Thanks for quick answer!

    I am sorry but I can’t see how to do it! I managed the Social Share Button as it is part of ALE but no element for author name?
    Is it this code?

    function custom_tags_shortcode() {
    ob_start();
    the_tags(”.__(‘Tags:’,’avia_framework’).’ ‘);
    $output = ob_get_clean();
    return $output;
    }
    add_shortcode(‘the_post_tags’, ‘custom_tags_shortcode’);

    Regards,
    Nathalie

    #726297

    Hi!

    Please follow the instructions of Josua and not the other code below.

    Thank you

    Best regards,
    Basilis

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