Forums
Forums / Plugin: SFN Easy FAQ Manager / Widget FAQ
(@bugscout)
12 years, 11 months ago
Hi,
i want to show the faq widgets in the faq section and don´t want to show them in the others.
i use widget_logic and look for the code to include like ||is_tax( ‘????’ ) to include faq in http://www.domain.tld/topics/category/ http://www.domain.tld/faq/title/
is there any howto or manual?
Regards
http://ww.wp.xz.cn/extend/plugins/wordpress-faq-manager/
I found it
don´t show !is_page(Page_ID)&&!is_tax(‘faq-topic’)&&!is_singular(‘question’) show is_page(Page_ID)||is_tax(‘faq-topic’)||is_singular(‘question’)
The topic ‘Widget FAQ’ is closed to new replies.