Reply To: Post type results ordering – Missing "product"

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Post type results ordering – Missing "product" Reply To: Post type results ordering – Missing "product"

#9882
creativeround
creativeround
Participant

I 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, 8 months ago by creativeround creativeround.
  • This reply was modified 7 years, 8 months ago by creativeround creativeround.