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
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