Need help with this PHP else if statement?

jack

New member
I don't know PHP so can someone please add an else to this code:

<?php if(is_search()){ ?>

this

<?php } ?>

so that it says:

if is search:

this

else

this

Many thanks!
 
Back
Top