Title: Purchase pro plugin problem
Last modified: August 30, 2016

---

# Purchase pro plugin problem

 *  Resolved [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/purchase-pro-plugin-problem/)
 * Hello,
    sorry for my English. I would buy the pro version of the plugin but does
   not work already free version on my theme . I use a theme built with themler ,
   and the filter does not work with this theme . I do not have the archive.php 
   file, I have another file in another place precisely to replace this file . The
   problem would come archive.php the missing file? Thank You
 * [https://wordpress.org/plugins/search-filter/](https://wordpress.org/plugins/search-filter/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/purchase-pro-plugin-problem/#post-6367905)
 * Hi there
 * The free version does not control which template to use, it lets WP handle this.
 * For example a URL in WP like:
 * [http://www.yoursite.com/category/tshirts](http://www.yoursite.com/category/tshirts)
 * Will try to load a specific WP template related to category, see more here:
 * [https://developer.wordpress.org/themes/basics/template-hierarchy/#examples](https://developer.wordpress.org/themes/basics/template-hierarchy/#examples)
 * However, Pro version works different, you build a specific Search Page, where
   you can choose which template you want to use.
 * Hope that helps!
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/purchase-pro-plugin-problem/#post-6368023)
 * The developer of the theme ( Artister group) find a code for my work search filter.
   
   This works wonders
 * <?php
    global $SearchAndFilter; if (isset($SearchAndFilter) && method_exists(
   $SearchAndFilter, ‘check_posts’)) { $SearchAndFilter->check_posts(); } ?>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Purchase pro plugin problem’ is closed to new replies.

 * ![](https://ps.w.org/search-filter/assets/icon-256x256.png?rev=3096093)
 * [Search & Filter](https://wordpress.org/plugins/search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-filter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [deuns26](https://wordpress.org/support/users/deuns26/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/purchase-pro-plugin-problem/#post-6368023)
 * Status: resolved