Author | Replies |
---|---|
sitesurety | # Posted on November 7, 2014 at 11:58 am |
OK, one last problem hopefully related to this. With my query set to get a list of posts, and not the collection of fields.. the filter doesn’t work.. says method doesn’t exist. $query = $wf->the->custom_data_type->filter($filter_query_masterpress); So in order to set the initial query with a collection of the datatype, what query would I use? Currently I’m using $posts = $wf->type(‘custom_data_type’)->posts(); I think once that is solved, the function should work with Ajax and initial load, because the context of post will always be set to retrieve the entire collection of objects. |
MasterPress 1.3.8 is now available
16th December 2022
MasterPress 1.3.8 is a bugfix release. Fixed a bug where MB, KB, and GB were being converted to bytes incorrectly via WOOF file functions. Fixed a bug where transparent images were losing their transparency on resize.