Conditional Based on Field Value»
Conditional based on values for single-value fields (radio buttons, select, etc).
ACF, PHP | Type: PHP
CPT to CPT Reverse Query»
Reverse query from different post types associated via ACF relationship field.
ACF, CPT, WP Query | Type: PHP
Display Dates if Start and End Dates Same Month»
Handy snippet for displaying event dates when events can stretch over multiple days.
ACF, Date/Time, PHP | Type: PHP
Event Listing Ordered by Date»
Basic events listing, ordered by date, past events disappearing.
ACF, WP Query, WP/CP | Type: PHP
Filter Custom Post Type by Custom Fields»
Can be found on an Evo blog post with more explanation.
ACF, PHP, WP Query, WP/CP | Type: PHP
Nested Repeater»
How to display a repeater within a repeater (with conditionals).
ACF | Type: PHP
Query Posts with ACF Values (Basic)»
Displaying posts that include a particular value for an ACF field (meta_key).
ACF | Type: PHP
Random order with ACF Repeater field»
Repeatable fields can be stored in an array using PHP, and using the PHP shuffle() function, we can shuffle the array elements.
ACF, PHP | Type: PHP
Saving ACF Options Field results in 404»
Temporarily disable ModSecurity (cPanel) and save the field. Once the option field is saved, you should re-enable ModSecurity!!!
ACF | Type: PHP
Turn Start Date into Pretty Date»
Once you've established a date, display it as you like (see catholic fdn single-events.php for complex usage)
ACF, PHP, WP/CP | Type: PHP