
Creating conditions is a easy as placing {show} or {hide} around your special content.
For example, to show a piece of text only to guests (not logged in visitors), you can do this:
{show access="Guest"}You are not logged in yet!{/show}
Or you can hide a promo text on weekends:
{hide days="6,7"}Call us now!{/hide}
INFO
Conditional Content Pro v4.4.3