I have live site that I am working on, and I need to build out a new section. I only want to show the content to me the ‘admin’ when I am logged in to the back-end working on it.
I tried the following:
{if {username} == ‘admin’}
DSPLAY CONTENT
{if:else}
UNDER CONTRUCTION
{/if}
But this does not seem to work. Any Suggestions?