9140 comments found.
Hi. An information before buying please. I’ve seen this plugin in action on one of my client’s website.
What I’d like to know is if it’s possible to have multiple filters combined together and show up as a single checkbox on the frontend.
Practical example: I select “M” in the “Size” filter. Products shown will include products with filters such as “IT48” (which applies on T-Shirts) or 100 (which applies on belts). So it’s actually more than one different filters, but on the frontend they are just shown as one. Combined.
Is this possible (even with hooks)?
Many thanks in advance.
Hi wiredmark
Thank you for your interest in Filter Everything PRO.
Yes, it is possible via hooks. You can use hooks that allow you to handle a filter term HTML. For example Filter term html hooks – https://filtereverything.pro/resources/hooks/#term-html-hooks
Also you can use available in the plugin functions https://filtereverything.pro/resources/functions/ to create conditions to add or not extra filters to combine them.
And also you can try to change URLs of some filter terms via hook ‘wpc_filter_term_url’ In the pluign’s code you can find example how it works.
Hello, if we buy this plugin will it be installed on as many sites as we want or is it 1 purchase = 1 site? thanks Sir.
Hello ALTITUDE_DEV
Thank you for purchasing the plugin.
One license provides you ability to install one plugin copy on two sites – on your end-product site and on its development copy. So if you want to use the plugin for example on 3 end-product sites, you have to purchase 3 licenses. But all them are lifetime licenses and you will be able to get lifetime updates.
hello, i actived “Improved dropdowns” and i want to use image inside dropdown. I’ve tried edit dropdown.php but It appears as html code.
Hello gokhanluleci
Thank you for using Filter Everything PRO.
In general regular HTML select tag does not support images inside its option tags. The only one way you can add it – use “Improved dropdowns” and modify jQuery Select2 plugin code to insert images. I think it can be possible and you can try to find solution in the Select2 documentation – https://select2.org/
Hello Stepasyuk, 1. I have number of products issue: https://hanak.top-me.eu/kategorie-produktu/hodinky/zarazeni-detske/
Filter show 22 products for “detske” but there are 46 products in product grid results.
2. Range slider is resetting when I change product sorting.
3. I have Brands and subbrands taxonomy. When I have for examle this archive for Longines brand: https://hanak.top-me.eu/brand/longines/ filter offers me also Hamilton and Tissot. It could be same names of subbrands but in different parent brands I guess. But it shouldn’t work like this…
Plugin is up to date 1.7
Thanks a lot Olaf
Hi Olaf.
It looks like cache issue or maybe some 3rd party code affects on the filter. I tried to make some tests, but now there is Fatal error on the site. Can you please disable the plugin “Divi machine” to make site works again? You can do it via FTP if you rename the plugin directory, for example from “divi-machine” to “divi-machine2”. Please, let me know.
Yeah, you gave me hard time buddy
Divi Machine, Divi mobile and BodyCommerce are disabled. I found out that you set the strorefront theme, thats why it wont work… Now its online with storefront – U can try – thanks
'meta_key' => '_stock',
I!m not sure, maybe its because importing products software, I can ask, but will answer me on Monday… Thanks
Or try to disable Custom Stock Status plugin. Maybe thats it… Thanks
Olaf, I checked it again and realized that your WP_Query shows different content for logged in and logged out users. Please check the same page https://hanak.top-me.eu/kategorie-produktu/hodinky/zarazeni-detske/ in different browsers where you are logged in and logged out. You will see that products count for logged out user is correct.
It means somewhere on your site you have code that modifies your Product query in dependancy from the user logging status and this is the reason of such behavior. I’m not sure where is this code and its searching is something outside from the support scope.
In any case your visitors who are not logged in see correct products number. Maybe it is option for you. In general I can say that filter works normally if your WP_Query is not modified with 3rd party code.
Stepasyuk, you are right, thank you very much, for me is most important point 3. Can you please look at it? Thanks a lot.
Hello, I realized that point 3. is caused by bad db structure , can you please look at point 2? 2. Range slider is resetting when I change product sorting. Thank you Very much
Hi Olaf.
I checked your site and sorting and price slider in logged in mode and logged out mode – all works fine. Can you please record a video with such bad behavior?
Hi Stepasyuk, it works now, because I added filter everything sorting widget and hid the default sorting form – I didn’t know that it has to be this way. Is there a way to make sorting by featured products first? Thanks a lot
Great. I’m glad that your problem with sorting is solved.
You can make featured products always first by modifiying WC_Query/WP_Query via WooCommerce or WordPress hooks. I think you can try to googling such code examples.
Hello, just wanted to ask if there’s an option to display all the Filters inline horizontally? I can’t find customization setting to display it inline. Right now it only display filters vertically by adding the shortcode.
Hello jemuelv
Thank you for using Filter Everything PRO.
Sure, it is possible but by adding appropriate CSS on your site:
1. For individual Filters widget – https://gist.github.com/wpserve/7683f0e6e1bfbb0c9eba224137e47942
For all Filters widgets on a site – https://gist.github.com/wpserve/ffc87e04af835f27d64db36da6c0b940
You can add this CSS in Filters -> Settings -> Experimental -> Custom CSS
Hi! Why do I get this message even though I update the plugin?
Filter Everything PRO You are using version 1.7.0. Update to version 1.7.0. View version 1.7.0 details. Compatibility with WordPress 6.0.2: unknown | Automatic update scheduled in 3 hours.
Filter Everything PRO Vous utilisez la version 1.7.0. Mettez à jour vers la version 1.7.0. Afficher les détails de la version 1.7.0. Compatibilité avec WordPress 6.0.2 : inconnue | Mise à jour automatique planifiée dans 3 heures.
Hi laplantesebas
Please, do not worry. It is glitch from previous plugin versions and it should disappear for the next update. This message will disappear in 24 hours, do not pay attention on this.
Thanks! For the update of the plugin, is it better to always download the extension by your website or I can do it directly in Wordpress?
I think the best and most convenient way is to update by direct link “update plugin”. But please always create a DB backup before any update of any plugin. You can do it for example with Updraft plus backup plugin 
Hello there. I recently bought the pro version and I installed on a client website. I used acf plugin to make custom posts for the properties the client have. In the page, the filters are displayed, but when I click any filter, it doesn’t work and I don’t know the cause. Can you help me, please?
The test page where the filters are is https://simple-choices.co.uk/london-test/. The website is built with elementor.
Hello kiklab
Thank you for purchasing Filter Everything PRO.
In 99% of cases the reason of such behavior is wrong WP_Query selected in the “And what to filter?” field in the Filter Set. Please, try to experiment with different values in that dropdown and you will find correct.
Yes, that was the problem. Thank you for your help 
If you don’t mind, is it possible to arrange the filters this way: https://www.tyronash.com/listings? My client wishes if it is possible. I tried with css, but I maybe it needs some code modifications if I am not wrong. Best regards!
Hello kiklab
Yes, you can make filters horizontally by adding custom CSS. There are several ways for that:
1. For individual Filters widget – https://gist.github.com/wpserve/7683f0e6e1bfbb0c9eba224137e47942
2. For all Filters widgets on a site – https://gist.github.com/wpserve/ffc87e04af835f27d64db36da6c0b940
You can add this CSS in Filters -> Settings -> Experimental -> Custom CSS
- label : Name
- red : Red
https://www.advancedcustomfields.com/resources/select/
Best regard
Hi metropoldigital
Thank you for using Filter Everything PRO.
In your case thise code should help you to solve the problem – https://gist.github.com/wpserve/48277fc0320239d05b1d6e2c4da3db20 You have to edit it in accordance with your meta key and put in the functions.php file of your active theme. But please, pay attention on the meta key of your ACF field in code string:$keys_with_labels = ['my_first_meta_key', 'my_second_meta_key', 'my_third_meta_key'];For example you use meta key ‘color’, you have to make this string:
$keys_with_labels = [ 'color' ];
thanks for your quick reply yes i tried that before. and now i tried again. then i created the filter again but it still keeps pulling the tags.
It seems you have ask somebody who is familiar with WordPress development to help you. Maybe there are some 3rd party code that affects on this or something like that.
There is your plugin and only the acf plugin on the site, and there are standard wordpress codes. if you want i can share you wp-admin.
I would like to help you more with this, but unfortunately it is something outside from the item support scope. This is 3rd party plugin issue and it should be solved by a customer himself.
Maybe I didn’t explain the problem properly.
I only have two plugins installed on my system.
1.Filter Everything pro
2.ACF | Advanced Custom Fields pro
and i am following the directives of acf as i mentioned above and Filter Everything plugin says it supports acf.
What is your reason for not helping me with this problem above?
Hi metropols
Its’ because I already gave your all that item support provides and even more – example of code. But I do not support/debug such code. You have to understand that support here is not personal assistant and support has some limitations in accordance with the Rules – https://codecanyon.net/page/item_support_policy
I have switched to the twenty twenty-one theme. just taking the standard wordpress loop, i created a page-template. and the result is still the same. Of course I used the function you gave. What should I do? Is wordpress’s own theme faulty?
metropols
It does not depend from theme. It depends only from the meta key you used for the ACF field and for the filter and the same meta key should be used in the code example to display field labels instead of field values.
You also have to make sure that you updated at least 1-2 posts/products after you set in your ACF color field values- label : Name
- red : Red
Becase only after post/product update ACF set them these new values, not after the field update.
Hi there! I’m having trouble displaying filters on my cooking blog https://cookingblondes.com/recepten/. I’m using the Avada theme. I’m trying to filter a custom post type with the slug ‘recept’ (recipe in Dutch). I have the availability set to pages > recepten. I added a widget at the top of the page and also tried the shortcode, but nothing is showing up. Thanks!
I also notice that when I try to add a title, it keeps disappearing upon saving
Hi FlorenceGee
Thank you for using Filter Everything PRO.
Indeed, I don’t see no sign of a Filters widget on the page. Are you sure that you added it in correct widget area? Try please to add any other widget, for example Text/HTML widget to make sure that it displays on the page.
Hi! I seem to have figured it out! I tried enabling the AJAX. That doesn’t seem to work though. Is there anything I can do to enable it? Thank you!
FlorenceGee, please, look on this article about AJAX settings – https://filtereverything.pro/resources/plugin-settings/#ajax
Thanks! I tried following the tutorial, but it doesn’t seem to work. I’m sure I am doing something wrong, but I’m not sure what. I’m using the avada theme. You can easily set ID and classes to elements.
Hi FlorenceGee
You can set the value .fusion-builder-column-9.fusion_builder_column_4_5 for the “CSS id or class of the Posts Container” option. It would be better to set it as individual for the Filter Set rather than global in Filters -> Settings.
That worked! Thank you!
Great, I’m glat that it works for you 
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
Hi! I don’t know why, but the filters stopped working. Could you please take a look? Thanks! https://cookingblondes.com/recepten/
Hi FlorenceGee
Already answered you in another thread.
Hi Stepasyuk, Sorry but your Filter Everything does not satisfy my needs. I’ll remove it from my WordPress website. Is refund possible? Regards
Hi blaisejadoul
I’m sorry that the plugin does not satisfy your needs. But what exactly happened and why you decided that it is not suitable for you? Please, let me know.
It’s not easily customisable, especially regarding the format and layout!
Okay, thank you for your honest answer. You can ask about refund via special form in your CodeCanyon account. Please, create the refund request and it will be processed in accordance with the Refund policy Rules.
I love the filter and it was working fine a few months ago on mobile devices. then I updated my theme and now it works fine on desk top, but on mobile device when you click on the filter button it just has a light shade of gray and nothing happens. Did I miss something in the comments on how to fix this. Thank you.
Hello TinaMarieLV
Thank you for using Filter Everything PRO.
It seems you new theme has another z-index values in the widget area where you put Filters widget. Try please to enable checkbox Enable compatibility mode in Filters -> Settings -> General this snould help you.
That was already check.
I recalled reading somewhere in this chat but can’t find it something about the size was too large on mobile devices so the whole area looked gray and you couldn’t see any of the text.
TinaMarieLV
Send me please linke to the page with this problem. Optionally you can send it via PM.
Here is the link to site were the filter is on. As I said it all works fine on the computer, but when you click the filter button on the phone nothing happens it just goes a light grey. https://westsidetrains.com/store/
Thank you for the link you provided. It is compatibility issue with your theme.
Please, add in /wp-admin -> Filters -> Settings -> Experimental -> Custom CSS next code:
@media screen and (max-width: 767px){
#left-sidebar .widget-container > .wpc-filters-widget-main-wrapper{
display: block;
}
}
This should help you.
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
That is awesome. Worked and did the trick. YOU ROCK!
Already found out that i also need to set up the stock filter to “use with variations” also. Is it possible to pre-populate the stock filter to set on “on stock” by default so the customer does not need to click this.
Hello blendit
Thank you for using Filter Everything PRO. And sorry for the late response.
You can “pre-populate” all filters with “in-stock” parameter if you add to all filter term links value ”/stock-instock/” via hook ‘wpc_filter_term_url’. It is possible, but requires to be familiar with PHP coding (or you can ask a developer to help you)
Also you can try to enable the option “Hide out of stock items from the catalog” in WooCommerce -> Settings -> Products -> Inventory but I think it will work for simple non-variable products only.
Thank you, another question. Is it possible to sort a filter numeric (1,2,3) also with 0,1 – 1 – 5,5 – 7?
Hello blendit
Sure, you can use decimal values in your post meta field and filter by this field or even sort products by these values.
Hi!
Are there any plugins suggested to get infinite load or ajax load more for posts, CPT?
We’re using a custom post type that we filter using this plugin.
Thanks,
Hi mobilabonnemangi
Thank you for purchasing the plugin.
I know one for 100% compatible with Filter Everything Infinite Scroll plugin, but it is for WooCommerce products – https://wordpress.org/plugins/load-more-products-for-woocommerce/ Maybe that developer has another plugins that are useful for CPT.
Hi!
Unfortunately they only have WooCommerce Plugins. Do you have any other suggestion?
Thanks,
Hi mobilabonnemangi
Sorry for the late response. Unfortunately I don’t know another non-WooCommece solutions. But I think if you will try several such plugins, some of them can be compatible out of the box.
Good day, we would like to make our FIlter a little different. For example, we would like to show the logo of the brands we sell. Like in the picture. How can we implement this and what other customization options are there.
Example: https://camo.envatousercontent.com/85ed781ee61a71edb7611a95be2e9f5c4fbec62c/68747470733a2f2f64656d6f2e66696c74657265766572797468696e672e70726f2f456e7661746f5f6465736372697074696f6e5f626f74746f6d5f32383130323032312e6a7067Hello wsu_e
Sorry for the late response.
If you use plugin “Yith Brands for WooCommerce” or “Perfect Brands for WooCommerce” logo should be displayed automatically.
But if you use another way to attach them for Brands you have to use custom code to display them. Here is example of such code – https://gist.github.com/wpserve/e80ea9aaf978dfedb11edb44d2739dce You have to edit it in accordance with your taxonomy and term meta key, where information about the image stored.
FYI – you can use this code example at your own risk, I do not provide support or debugging of this code. If you will not be able to implement it, you have ask a developer to help you.
The plugin says compatible with WPML:
COMPATIBLE WITH THEMES AND POPULAR PLUGINS Compatible with WPML, ACF, Polylang and others popular. Supports color schemes to allow you easily integrate with your design
But I have confirmation from WPML Support that this plugin is currently NOT compatible with WPML. Can you offer a resolution as this was the main reason we decided on this plugin.
Hello kingboa
Yes, sure. I confirm that Filter Everything PRO is compatible with WPML.
Indeed it seems I have to add special instruction of how to use it with WPML in the plugin documentation. The main thing you have to do is to make Filter Set as translatable post type in WPML Settings. In this case you will be able to use individual Filter Sets for every language on your site.
It is not the Filter Sets that need translation, the translated taxonomies does not show in the filters (but everywhere on the site). For instance “Categories” does not translate, even though it is translated. Also please share link to the documentation as none of the navigation links in the docs here says “wpml” and there is no search function: https://filtereverything.pro/resources/
kingboa
Filter terms may not appear by different reasons. For example if they are empty and your activated option Empty terms – Always hide. Please, create Filter Set in appropriate translated language, make sure that FIlters widget appears on the language version of the page (if not please specify appropriate value in the “Where to filter?” field), set the option Empty terms -> Never hide.
Also try please to open your page with filters with additional parameter in URL ?reset_filters_cache=true For example https://example.com/mypage/?reset_filters_cache=true to reset filters cache.
The above response didn’t help unfortunately, the taxonomies shows, they are just not translated. Reset filter cache etc did not help either.
Ok, I’ve got it.
Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
Done! Tell me how it goes 
Hello kingboa
Thank you for your credentials. I checked your site and realized some problematic settings and changed them. Now all works fine. BUT you have to pay attention on two momrents:
- when you save your Filter Set, please make sure that the field “And what to filter?” contain the WP_Query. Sometimes it contains “--Select query--” and it looks like this happens because of some cache plugin caches the WP_Query. If you see “--Select query--”, please change the value in “Where to filter?” dropdown from “All archive pages for this Post Type” to “Shop” page and then back to “All archive pages for this Post Type”. This action should “refresh” cached WP_Query.
- if you don’t use option Include/Exclude terms, please keep it in default value “Exclude”. Filters by Category and Tag had the value “Include”.
Please, check if now it works as expected. Let me know.
UPD: I only edited your main Filter Set “ADVANCED FILTER – DESKTOP”
Hey,
That now shows the filters in translated languages, but the translations are still not there. “Categories” in English is Kategori in Swedish. The string is translated via WPML but does not show in the filter.
Also, the solution you presented for the issue didn’t work for me on the live site. Am I missing something?
1. Add the WP_Query for what to filter. 2. Change Where to filter to shop > Save > change back to All archive… > Save
The only way to make it show on the Translated page is to Exclude everything that shouldn’t be shown, but we have 20+ tags that should be excluded, but only 6 that should be included. However, this STILL includes everything on the translated page (and only excludes on the original language)
Please see what you did on the dev site – in the translated language, tags that shouldnt be shown are shown in the filter.
Summary: the issue is, as soon as we use Include/Exclude function, it does not work properly. Exclude does not exclude but shows all tags, Include shows nothing.
Hello kingboa
To translate filters (their titles for example) you have to make Filter Set as translatable Post type in WPML -> Settings. After that you will be able to create separate Filter Sets – for you main language and for your secondary language. With own filter titles and terms in appropriate language.
Also your filter terms can be cached and to make sure that you see actual filter terms, please add to the URL of your site string ?reset_filters_cache=true For example https://example.com/?reset_filters_cache=true
Unfrotunately to set it up on your dev or production site it is something outside from the item support scope. You have to do it by yourself. I can only to check if the plugin contain bugs and to fix them.
Also please give feedback on the first issue, it was never resolved. I will copy paste what I wrote:
Also, the solution you presented for the issue didn’t work for me on the live site. Am I missing something?
1. Add the WP_Query for what to filter. 2. Change Where to filter to shop > Save > change back to All archive… > Save
The only way to make it show on the Translated page is to Exclude everything that shouldn’t be shown, but we have 20+ tags that should be excluded, but only 6 that should be included. However, this STILL includes everything on the translated page (and only excludes on the original language)
Please see what you did on the dev site – in the translated language, tags that shouldnt be shown are shown in the filter.
Summary: the issue is, as soon as we use Include/Exclude function, it does not work properly. Exclude does not exclude but shows all tags, Include shows nothing (on the translated site, works properly on the original site).
Hi kingboa
Did you make Filter Set translated Post type in WPML as I recommedned before? This is important.
Yes
Ok, send me please credentials to your /wp-admin on the production site in accordance with this document I will check it myself.
Thanks I have done it. Filter set is set to translatable on the stage site as well, WPML > Settings
kingboa
As I see you made Fitler Set translated Post Type, but you did not create Swedish translation for the Filter Set. In this case English Filter Set can be common for both EN ans SV languages, but if you included only English terms in PRESETS filter it is obvious that you will not see no one Swedish terms in this filter.
Please, create Swedish translation to your Filter Set and specify there Swedish tags to be included.
I have already tried that and it does not work. Choosing Swedish terms give back “Error: invalid exclude terms”
I have tried all these things and THREE different support tickets with WPML and all of them say that this plugin is not compatible with WPML and that I should tell the plugin author to look at how to make it compatible because it aint.
Even if I do not use include/exclude functions it does not work. The translated filters do not show. And not even the English filters works. This is not just “one issue”.
The plugin does not show the translation of the name of the filter(s) in each filter-set nor does it show the actual filter-options for each filter.
For example “Category” should show “Kategorier” – which it does not. But at the same time, the filter options, i.e the categories inside the filter does not show. So it only says “there is no search terms yet”. Not to point at that the text-string “there is no search terms yet” does not show in the correct language either.
Hello kingboa
Finally I’ve added filters on your Swedish Shop page myself. It looks like you needed a little more WordPress proficiency to set up the plugin correctly. You did not add filters in Swedish Filter Set and this was your mistake – https://prnt.sc/RMaDcZcNJR_u
I hope this will be finally solution of your problem.
UPD: and please disable WP-Rocket and any cache plugins when you configuring the plugin.
Kind regards.
No that does not work – I have done that already thousands of times – as soon as we use the include’/exclude function the swedish translation filter does not work properly.
kingboa
Ok, please provide me with details what exactly does not work. Please provide with the link to the page, where the problem exists, let me know what exactly filter does not work properly and why do you think that it does not work properly.
Because I checked this many times and all times I ensured that it works as expected. But you use multilanguage on your site also you use cache tools and you use terms include/exclude option. All these make things too complex to understand how it should work and it requires to have professional experience in WordPress to not make mistake in settings.
Yea well it’s impossible to explain the issue via a damn comment field, what a horrible support system.
Where can I share print screens/images/videos so that I can explain the issue?
Hello kingboa
Usually I do not use email for support, but you can write all details directly on my s544836@gmail.com
Hello, we use your plugin for the filters and we use WPML for the translation of our website. We would like to translate the FIlter as well. How can we do that?
Hello wsu_e
Thank you for using Filter Everything PRO.
To be able to use separate Filter Sets for different languages just make Filter Set post type translatable in the WPML Settings.
And then?
wsu_e
And then you can do everything you need
I’m joking.
In fact using WPML expects that you are familiar with this plugin. What to do next depends from your goal. I guess that you want to use individual Filter Sets for your languages. If yes, please create Filter Sets for every of your languages, set them appropriate “Where to filter?” values and place Filter widgets in appropriate sidebars if they also are different for your languages. Appropriate filter terms will appear in your filters in dependancy from the current language.
If your goal is different, please let me know it.
We currently have our filters in German and would like to have them in English and French as well. The taxonomies have already been translated in WPML, so the translated filters should be displayed when I want to create a new filter set. But they will not. When I want to create a filter set, only the filters in German are displayed.
Hello guys,
i have a custom requirement for filter with Elementor, i am using ACF and simple post types. can you help me and i will pay for the time?
Hello aljaleya
Thank you for you offer, but unfortunately I have no time for such paid services. But you always can find WordPress experienced developer for example on Upwork.
Hi!
Do you have any suggestion on solution or Plugin to get infinite load or Ajax load mor for posts?
We’re using a custom post type that we filter using this plugin.
Thanks,
Hi Tyngre
Thank you for using Filter Everyghing PRO.
Please, write your support ruquests from the account where you purchased the plugin. This is the Rules requirement.
Thank you for your understanding.
Hi Stepasyuk,
I got a perfect example to show you the problem we r facing.
1 – After select a size “1” in filter it shows some products, all fine until here.
2 – Please take a look at the third product in the line “the yellow one”
3 – This product have in variations the size “1” but it’s out of stock.
How can I make this product not appear on the size 1 list since this size is out of stock?
Please look here: https://ibb.co/gjxpKdL
If it’s a feature of PRO version please let me know and I will be more than happy to buy it.
Thanks in advance…
Hi kassinf
Thank you for your interest in Filter Everything plugin.
Filtering by variation attributes is available in the PRO version only.
FYI – here is support only for accounts who purchased the plugin. Support of the Free version is on WordPress.org forum, please write your questions there.
Hi. I am still getting “nothing found” on my archive pages though they were showing about 4 months ago. I reached out a while ago and you told me to login here when commenting, and update the plugin. I have just about the latest version. I have disabled all other plugins and switched themes.
PHP error is Notice: Undefined variable: query in /home/388883.cloudwaysapps.com/eqadskmmzq/public_html/wp-content/plugins/filter-everything-pro/src/WpManager.php on line 744
Notice: Undefined variable: matches in /home/388883.cloudwaysapps.com/eqadskmmzq/public_html/wp-content/plugins/filter-everything-pro/src/WpManager.php on line 747
Please advise
I do find it curious that in the filter settings it says for “What to filter?”, “No WP queries matched to the post type…” regardless of what post type or other settings I select
