Title: Using a Custom Sidebar
Last modified: March 6, 2018

---

# Using a Custom Sidebar

 *  Resolved [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/using-a-custom-sidebar/)
 * I’m trying to create a custom sidebar for MBT using a plugin. The developer of
   the main plugin for this says it’s incompatible:
 * > When I run is_page() function on Genres taxonomy archive it returns “true” 
   > and when I run is_archive() it returns “false”. It’s not rendered as archive
   > it’s just regular page. So not only our plugin but also any other plugin that
   > specifically works on archive pages will not work with this plugin taxonomies.
 * [https://wordpress.org/support/topic/not-working-for-some-custom-taxonomies/#post-10029603](https://wordpress.org/support/topic/not-working-for-some-custom-taxonomies/#post-10029603)
 * Is there a solution for this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [zookatron](https://wordpress.org/support/users/zookatron/)
 * (@zookatron)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/using-a-custom-sidebar/#post-10051263)
 * Hi Henry,
 * I’ve responded to the ticket you submitted to our support system as well, so 
   you can reply there if you have further questions.
 * For everyone else that may benefit from this answer being here as well:
 * This behaviour of MyBookTable archives being treated as pages is caused by MyBookTable’s“
   Compatability Mode”. This is turned on by default because most themes are unable
   to display MyBookTable pages correctly unless we make use of their generic “page”
   template and insert our content there, which requires telling the theme that 
   it is just a “page”, rather than an archive.
 * You can turn off “Compatability Mode” by going to the MyBookTable > Settings 
   entry on your WordPress Admin Menu, and unchecking the Compatability Mode box.
   This may cause display issues with your theme because it does not know how to
   properly render the MyBookTable pages. You can fix these issues manually by following
   [the instructions on our wiki about fixing theme problems](https://github.com/authormedia/mybooktable/wiki/Fixing-Theme-Problems),
   which will allow you to have both properly displaying pages and the use of plugins
   that require archive identification such as the Custom Sidebar plugin.
 * ~Tim

Viewing 1 replies (of 1 total)

The topic ‘Using a Custom Sidebar’ is closed to new replies.

 * ![](https://ps.w.org/mybooktable/assets/icon-256x256.jpg?rev=1083550)
 * [MyBookTable Bookstore by Stormhill Media](https://wordpress.org/plugins/mybooktable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mybooktable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mybooktable/)
 * [Active Topics](https://wordpress.org/support/plugin/mybooktable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mybooktable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mybooktable/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [zookatron](https://wordpress.org/support/users/zookatron/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/using-a-custom-sidebar/#post-10051263)
 * Status: resolved