Title: Widget FAQ
Last modified: August 21, 2016

---

# Widget FAQ

 *  Resolved [bugscout](https://wordpress.org/support/users/bugscout/)
 * (@bugscout)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widget-faq/)
 * 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/topics/category/)
   [http://www.domain.tld/faq/title/](http://www.domain.tld/faq/title/)
 * is there any howto or manual?
 * Regards
 * [http://wordpress.org/extend/plugins/wordpress-faq-manager/](http://wordpress.org/extend/plugins/wordpress-faq-manager/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [bugscout](https://wordpress.org/support/users/bugscout/)
 * (@bugscout)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widget-faq/#post-3884161)
 * 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’)

Viewing 1 replies (of 1 total)

The topic ‘Widget FAQ’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-faq-manager_e7e7e7.svg)
 * [SFN Easy FAQ Manager](https://wordpress.org/plugins/wordpress-faq-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-faq-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-faq-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-faq-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-faq-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-faq-manager/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)
 * [widget_logic](https://wordpress.org/support/topic-tag/widget_logic/)

 * 1 reply
 * 1 participant
 * Last reply from: [bugscout](https://wordpress.org/support/users/bugscout/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/widget-faq/#post-3884161)
 * Status: resolved