I have imported advanced custom fields from one of my other site and now I want to add few more options to those fields but I can’t figure out...
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...
I have a custom post type called laptop with custom fields such as CPU, OS, RAM etc. creatied using the Advanced Custom Fields plugin. I’m displaying a table of...
I have custom posts that represent real estate property and they have an ACF field of price. I’m trying to use the WP Rest API to query a certain...
My problem is one that i can’t seem to find a solution to. I have 2 Custom Post Types, Mangas and Chapters, every chapter published will always be connected...
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....
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...
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...
I have created an custom admin menu page called FCC Youtube with add_menu_page function which has some custom fields I manually generated via HTML and PHP: code ( just...
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...