That was a very dense title. I have a custom post type “event” which has a Date/Time picker field “event_date” thanks to the Advanced Custom Fields plugin. This Date/Time...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 3...
I have a custom post type “Kalender_item” with a custom Date Field (YYMMDD). I want to list all the posts on a page sorted by Year and Month. For...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 5...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 6...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 5...
I need to insert a post via wp_insert_post and then add relevant post_meta – however, the WP admin has been customized with the excellent ACF. I know I can...
I’ve asked a related question previously, but I think I’ve finally worked out the crux of my issue. I’m using Advanced Custom Fields and have a number of custom...
I am trying to inject a inline style css to my body element via the functions.php file. It needs to be inline, because I am using a ACF to...
I’m trying to handle the CF7 data before send and update the current post custom field using ACF function but I’m unable to get the current post ID the...