Hi i want to use channel_short_name in a section of a template that’s not encompassed by the channel entries tags (and it shouldn’t be).
Is there a way or me to still get the value of channel_short_name there in an elegant way?
Right now im using…
{exp:channel:entries url_title="{segment_1}" disable="categories|category_fields|custom_fields|member_data|pagination"}{channel_short_name}{/exp:channel:entries}Just to get that one value from channel entries, which is a bit overkill…