

ACF Elevates WordPressĪCF is exactly what WordPress as a Content Management System (CMS) has been missing when it comes to having more control over your content. I might even have to use the native gallery embedded inside the post content. Without the plugin, I’d have to either use the default WordPress custom meta boxes, code my own richer meta boxes from scratch, or shoehorn the dog’s breed and gender into custom taxonomies. It also lets you specify exactly where you want the data to be rendered in the theme, using the get_field function code: This makes adding all of the extra data easy for content editors. It shows a custom meta box complete with the defined fields: The edit screen looks different when working on a Dog post. However, the real power of ACF is when you add data. There’s all sorts of logic you can use here, such as post types, templates, categories, and user roles: Next, I’ve said that this group should only appear on edit screens for the Dog custom post type. Here’s how you’d configure a select box, complete with user options:
Apps similar to delicious library pro#
The latter is an ACF Pro option, and I’ll discuss this some more later. Here I’ve used selects, text boxes, a simple boolean checkbox, and a gallery field. To do this, I’ve spun up a field group for this data from the Custom Fields > Field Groups > Add New menu: However, along with the dog’s name, description, post title, and content, they also want to store the dog’s breed and gender, a link to a video, and some photos. I’ve used it on a dog rescue charity site, where users add new dogs for rehoming as a custom post type. It took me a while to get my head around what ACF does, so here’s a quick example. However, this blog post has shown me how vital the third-party solution is for WordPress development. In the past, I’ve used the plugin as part of a project on the Delicious Brains website.
Apps similar to delicious library update#
It also lets you build and configure the data fields in meta boxes when you update posts, pages, custom post types, and much more. It uses custom post meta to enrich your content with structured data. It’s used on almost every site I’ve built or worked on for the last few years.įor the unaware, ACF is a plugin that gives you more control of your content. I’ve been a fan of Advanced Custom Fields (ACF) for a long time now.
