Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make a different profile page for a special user

You’r5e mixing different syntax approaches to writing a conditional:

Classic is:
{
}

generally used though is :

so your else needs to be

<?php else: ?>

‘stuff here’

<?php endif; ?>

Skip to toolbar