Title: different theme for different forms
Last modified: August 21, 2016

---

# different theme for different forms

 *  [kmallick](https://wordpress.org/support/users/kmallick/)
 * (@kmallick)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/different-theme-for-different-forms/)
 * I am trying to create directories of the Gravity Forms entries for different 
   forms using the Gravity Forms Directory plugin. I have included a snippet in 
   my theme’s function.php to change the default theme of the plugin (see below).
   However, I would like to show my different forms in different themes. Any idea
   on how I can modify the snippet to accomplish that?
 * <?php
    // filter to change the look of form entries via GF Directory add-on
 * add_filter(‘kws_gf_tablesorter_theme’, ‘change_theme’);
    function change_theme(
   $form) { return ‘grey’; }
 * ?>
 * [https://wordpress.org/plugins/gravity-forms-addons/](https://wordpress.org/plugins/gravity-forms-addons/)

The topic ‘different theme for different forms’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-addons/assets/icon-256x256.jpg?rev=996787)
 * [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-addons/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kmallick](https://wordpress.org/support/users/kmallick/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/different-theme-for-different-forms/)
 * Status: not resolved