Currently, I have hard-coded this functionality in my theme, so visitors don't see the Content start page at all. Only after logging in, the theme template allows users to display the Content start page:
Code
<!--[if $loginviaoption eq 1]--> ... <!--[else]--> ... <!--[/if]-->
Is it possible to get the same functionality directly in Content?
