gayatriom 0 Report post Posted November 14, 2011 Hey! So I used widget logic for a particular widget where I used the following conditional tags: is_page('93') || is_page('740') || is_page('702') || is_page('159') || is_page('160') || is_page('161') || is_page('162') || is_page('163') || is_page('164') || is_page('165') || is_page('166') || is_page('167') || is_page('168') || is_page('169') || is_page('170') || is_page('171') || is_page('172') || is_page('156') || is_page('157') || is_page('158') || is_page('153') || is_page('154') || is_page('155') This works perfectly! Now. I need the same thing for a couple of other widgets, so I moved to my second widget. I used the following: is_page('928') || is_page('926') || is_page('916') || is_page('906') Now the odd thing is that only page id 916 and page id 906 show the widget. 928 and 926 are not responding. Any idea why? Share this post Link to post Share on other sites