• Hi, how can i use if and else in front-end like this:
    <?php $checkslgn = ot_get_option('slogan_checkbox'); if (!isset($checkslgn)) { echo "Yes";} else { echo "No" ; } ?>
    I’ve try this code but it’s not working

    what is the best way to use?

  • The topic ‘how to use if and esle for checkbox and radio select’ is closed to new replies.