I have a Custom Post Type called “Films“, with a Repeater field called “Showings“, which have a field “start_datetime” of type DateTime… I want to perform a query to...
  • May 18, 2022
  • 0 Comments
I created my own API using WordPress Rest-API. I successfully saved all data in wordpress backend but I don’t know how to get and save the data if file/image....
  • May 17, 2022
  • 0 Comments
I’m requesting posts with the WP REST API and need to sort them according to an ACF field. It’s value represents a date (numeric, jQuery date format yymmdd). I...
  • May 16, 2022
  • 0 Comments
This is both a question on ‘how to do this’, as well as ‘should I do this’. I have the ACF-heavy site, where I would like to make the...
  • May 16, 2022
  • 0 Comments
So, My articles have this URL structure : mydomain.com/category/article-name I’m using ACF to add additional information to my post types. For example, another text field with some related information...
  • May 15, 2022
  • 0 Comments