• Hi

    Is it possible to combine mobble conditionals with wp conditionals? For example, I want to do something like this:

    <?php if (is_page_template('template-name.php') || (!is_mobile() || (!is_tablet())) { ?>
     code here
    <?php } ?>

    I tried using it and it didn’t work for me, is there a way to combine them?

    thanks

    http://ww.wp.xz.cn/extend/plugins/mobble/

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘combining conditionals’ is closed to new replies.