WordPress post objects in one parent post object
WordPress post objects in one parent post object
WordPress post objects in one parent post object
Depends on how you build the pages (or theme parts) that ‘grab’ the images. And how you get new images on the site. If you load via Add Media, then they will get stored in YY-MM folders (see Media Settings). That’s OK; they will be grabbed just nicely from there. If you have a fixed … Read more
Filtering custom post admin listing page elements based on acf user field
Using ACF to allow user to add and edit multiple saved forms
selecting custom post types and taxonomies for hub page listing blocks
Use value from meta key array for use in WP_Query
Load images from CDN and custom features to “Add Media” dialogue
How to make internal links creating plugin to respect ACF?
ACF prugin for WooCommerce Shop Page
Neither will be faster because the root of the performance problem is the WP table design, not the plugin. The post meta table is optimised for finding values when you already know the post ID/keys, it’s not designed for searches, though there are mitigations. Searches/grouping/finding is what the taxonomy tables were created for. Finding all … Read more