This is the original lines:
------------------------------
{if $entry->category}
MESSAGE1
{/if}
---------------------------
I want display a message is the name category is equal to "XXX", for example:
------------------------------
if "category_name"=="name1"
SHOW MESSAGE1
else
if "category_name"=="name2"
SHOW MESSAGE2
else
fi
fi
---------------------
Anyone can help me
