Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Blog author not available when using Advanced Layout Editor #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

    in reply to: Coming soon mode and landing pages #721182

    Hi Basilis,

    Thank you for quick reply: my question is how can ‘others’ (not me in admin mode) see a landing page when my site is in maintenance mode?

    Is it possible to be in maintenance but show one specific landing page I would create for promotion for example (even if the website is not ready yet)? I hope you understand what I mean!

    Best regards,

    Nathalie

Viewing 2 posts - 1 through 2 (of 2 total)