I am trying to do something similar to this, where I control content based on whether I'm on the home page or not.
Is there some similar code that will do this:
I know the above isn't accurate, but can someone help with the call I should use??PHP Code:<?php if($current_page_base == 'index'){
//Do one thing
} else {
//Do another thing
} ?>




