• arthurdent2003

    (@arthurdent2003)


    Hi!

    How can I manually remove a page from the Shailan Drop Down Menu with php?

    I am using qtranslate for a two language blog – in the english version one Page should not appear. I tried this:

    <?php if(qtrans_getLanguage()==’de’): ?><?php shailan_dropdown_menu(); ?><?php endif; ?>
    <?php if(qtrans_getLanguage()==’en’): ?><?php shailan_dropdown_menu(); ?><?php endif; ?>

    but how can I tell shailan to exclude one page?
    thank you!

    AD

    ps- Sorry for doublepost

  • The topic ‘[Plugin: Dropdown Menu Widget] Exclude Pages in php – 2 Languages qtranslate’ is closed to new replies.