Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Post type results ordering – Missing "product"
This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 3 months ago.
- AuthorPosts
- August 24, 2016 at 2:19 am #9880
General Options > Ordering > Post type results ordering list is missing “product” item. I’d like to be able to order the “product” post type, but I can’t because its not showing in this list.
See attached image.
Ps. AMAZING PLUGIN!! I left a 5-star review on themeforest for you guys. This is THE BEST search plugin I’ve seen. So many amazing features plus it has index generation as well! Keep up the good work.
If you need beta testers please let me know, I’m a WooCommerce professional.
Attachments:
You must be logged in to view attached files.August 24, 2016 at 2:29 am #9882I was able to fix it by modifying the file wd_post_type_sortable.class.php line 39 by changing public to “true”.
Can we update this in the next version?
$ptypes = array_merge(array("post", "page"), get_post_types(array( "public" => true, "_builtin" => false ), "names"));
-
This reply was modified 7 years, 3 months ago by
creativeround.
-
This reply was modified 7 years, 3 months ago by
creativeround.
August 24, 2016 at 5:08 am #9885Hi!
Thank you very much for the great review, I very much appreciate it!
That is indeed the issue, it must have been changed incorrectly from the previous version by accident.
Best,
Thank you very much for pointing it out. Of course this will be fixed within the upcoming release 🙂
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
-
This reply was modified 7 years, 3 months ago by
- AuthorPosts
You must be logged in to reply to this topic.