💡 Pro Tip
With the latest version of WP Telegram , you can use
For example, if you use this:
With the latest version of WP Telegram , you can use
{remove_line}
in Post to Telegram template conditional logic to remove the entire empty line if the value for the macro/tag is empty. 😉For example, if you use this:
[if{tags}][🏷 {tags}][{remove_line}]
then if the post has tags, they will be shown in that line like 🏷
#sometag #anothertag, otherwise the whole line will be removed from the template. 😎