Tag: ACF
-
Ordering items in HTML forms
Recently, I was working on a plugin to convert ACF fields to the post content for a custom post type we use. The custom post type is used by another plugin I wrote that has per-site fields for the custom post type, varying from 3 fields to 37 fields. Since I wanted to make this…
-
WordPress REST API and ACF
I’m continuing to work on the plugin I’ve been talking about in my last few posts and have reached the point of front-end display. The requirements for this project are to have a quick initial page load ( for which I use native PHP) and filtering in place (for which I use the WP REST…