Hi a simple question for you Guru’s
I want to check if an entry has a selected category and I’m doing this but when the entry has no category it doesn’t show the text “no-category
i did this…
{categories}{if category_name != ""}{category_name}{if:else}no-category{/if}{/categories}
and this…
{categories}{if category_name != ""}{category_name}{if:else}no-category{/if}{/categories}
is there maybe something like has_category ???
bye!
Francesco