Advanced Custom Fields version 6.6.2 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Advanced Custom Fields version 6.2.3 is now available. This release includes a number of bug fixes and improvements, along with ACF PRO activation| ACF
Advanced Custom Fields version 6.6.1 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf. Changelog Fix – The Color Picker palette now displays correctly with a larger number of custom palette colors Fix – The WYSIWYG field no longer displays an extra textarea […] The post ACF 6.6.1 appeared first on ACF.| ACF | Blog Posts Archive
Advanced Custom Fields version 6.6 is now available! 🚀🎉 This release introduces the all-new ACF Blocks V3, a powerful evolution from Version 2, paving the way for the future of ACF Blocks without requiring changes to how you build blocks. We’ve also packed in highly requested features like a separate display title for field groups […] The post ACF 6.6 Release – Build Better Blocks with ACF Blocks V3 appeared first on ACF.| ACF | Blog Posts Archive
The latest installment of ACF Chat Fridays gave the community an exciting preview of the imminent ACF 6.6 release. The session detailed major upcoming improvements, including the official launch of ACF Blocks v3, and quality-of-life enhancements to Field Groups and the Color Picker field. The open Q&A session also provided welcome news, as the team […] The post ACF Chat Fridays: A Look Ahead at ACF 6.6 and Blocks v3 appeared first on ACF.| ACF | Blog Posts Archive
Key points: When admin-ajax.php is consuming massive resources on your WordPress site, it’s frustrating. The deeper you dig, the more it seems like core WordPress code is at fault, but the real issue can be more elusive. Imagine a busy restaurant kitchen with a single door through which all the waiters pass to reach the […] The post Troubleshoot Admin AJAX PHP WordPress Issues appeared first on ACF.| ACF | Blog Posts Archive
Key points: If you’ve been managing WordPress sites since before the Gutenberg editor arrived, you’ve likely noticed that menu creation isn’t as straightforward as it used to be. The familiar Appearance > Menus path now competes with block-based navigation, and finding the right approach for your specific setup can be frustrating. In this article, you’ll […] The post Boost Navigation with Custom WordPress Menus appeared first on ACF.| ACF | Blog Posts Archive
The latest session of ACF Chat Fridays brought the community together for a detailed breakdown of the 2025 ACF Annual Survey results. The discussion also included a discussion of the recent enhancements in ACF 6.5, as well as the key trends shaping the WordPress development landscape, from block adoption and AI usage to developer workflows […] The post ACF Chat Fridays: Results from the 2025 Survey appeared first on ACF.| ACF | Blog Posts Archive
Advanced Custom Fields version 6.5.1 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf. Changelog Enhancement – The Flexible Content “Expand All” and “Collapse All” button now appear correctly on mobile Enhancement – The Flexible Content delete layout button is now back in […] The post ACF 6.5.1 appeared first on ACF.| ACF | Blog Posts Archive
Key points: WordPress ships with six built-in user roles: These roles work well for most sites, but unique requirements often demand more granular control. Consider handing off a completed site to a non-technical client – they might need content management access without the risk of breaking functionality through the admin dashboard. The problem isn’t creating […] The post Create WordPress Custom User Roles With or Without Code appeared first on ACF.| ACF | Blog Posts Archive
Key points: When you need to extend a WordPress site, creating a custom plugin is often the safest and most flexible option. Unlike editing your theme’s functions.php, a plugin keeps your code separate, reducing the risk of breaking your site and ensuring your customizations survive theme updates or changes. Plugins also give you full control […] The post Step-by-Step WordPress Plugin Development Tutorial appeared first on ACF.| ACF | Blog Posts Archive
Stop breaking WordPress deployments. Learn the file vs database secret that makes Git workflows actually work, with practical ACF Local JSON examples.| ACF
Catch up with our ACF Chat Fridays session from 2 May 2025. ACF Chat Fridays is our open office hours with the team.| ACF
Advanced Custom Fields version 6.3.3 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Advanced Custom Fields version 6.3.1 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Advanced Custom Fields version 6.2.1 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Integrate ACF with Bricks Builder effortlessly. Solve nested field issues, create dynamic templates, and enhance your WordPress workflow step by step.| ACF
Advanced Custom Fields version 6.5 is now available! 🚀🎉 This release brings a host of UX improvements to the Flexible Content field in ACF PRO - giving| ACF
Master WordPress API integration: fetch external data, display it beautifully, and optimize performance with practical techniques.| ACF
Our guide shows how to use WordPress custom fields to add basic functionality, and how to take them even further with ACF.| ACF
Recent versions of ACF and WordPress have significantly changed the way you should register and use ACF Blocks. Please refer to our current| ACF
Advanced Custom Fields version 6.4.3 is now available. This release contains several security fixes for ACF and ACF PRO, including additional HTML| ACF
Advanced Custom Fields version 6.1 is now available! 🚀🎉 ACF 6.1 elevates the plugin further as an essential part of making WordPress a true content| ACF
Advanced Custom Fields version 6.2.5 is now available. This release is a security fix release containing an important change you need to be aware of| ACF
Key points: High traffic and concurrent users increase server load, requiring additional resources to maintain performance during peak times. Large| ACF
Key points: Meta queries let you filter WordPress posts by custom field data, but can severely impact performance if not optimized. Choose the right| ACF
Key points: WooCommerce HPOS (High-Performance Order Storage) improves store performance by storing order data in dedicated tables rather than| ACF
Advanced Custom Fields version 6.4.2 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Advanced Custom Fields version 6.4.1 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Key points: WordPress reusable blocks (synced patterns) let you update content once to change it everywhere it appears. Create reusable blocks in native| ACF
Advanced Custom Fields version 6.3 is now available! 🚀🎉 ACF 6.3 introduces validation support for fields in ACF Blocks and the ability to store ACF Block| ACF
Advanced Custom Fields version 6.2.7 is now available. This release contains important security fixes, and enables the new the_field escaping behavior| ACF
Learn how to build modern WordPress block templates that save time, maintain design consistency, and create better editing experiences for your clients and team.| ACF
Advanced Custom Fields version 6.4 is now available! 🚀🎉 This release brings full support for WooCommerce’s High-Performance Order Storage (HPOS) to| ACF
Stuck with a WordPress White Screen? Our proven troubleshooting steps help you identify the cause and restore your site, starting with the simplest solutions.| ACF
The WordPress Block Editor has revolutionized content creation, but with great power comes great responsibility—especially for agencies managing client| ACF
Master WordPress file organization for custom development. Learn safe modification strategies, core directory functions, and build better templates with our developer's guide.| ACF
Master WordPress user fields to gather targeted data from your audience. Simple solutions for extending profiles and registration forms.| ACF
Learn how to create powerful WordPress blocks using React or ACF. Master block development with detailed tutorials and practical examples.| ACF
Learn how to create custom WordPress blocks using code or low-code solutions. Compare methods, choose the right approach for your skills, and start building today.| ACF
Learn to create dynamic WordPress content that adapts to visitors - no coding needed. Step-by-step guide for personalized websites.| ACF
Master WordPress conditional content easily. Discover how to show/hide elements, customize for users, and create dynamic sites without coding.| ACF
Boost your WordPress skills with expert WP_Query techniques. Learn advanced filtering, sorting, and optimization for custom projects.| ACF
Master WordPress custom taxonomies with our complete guide. Includes code examples, plugin recommendations, and best practices for content organization.| ACF
Unlock the power of WordPress frontend forms. Our guide covers plugin selection, setup, customization, and security to simplify content submission.| ACF
Unlock the power of WooCommerce with our step-by-step guide to conditional logic. Boost sales and simplify product options for a seamless shopping experience.| ACF
Elevate your WordPress development skills with advanced best practices. Learn cutting-edge techniques for optimized, secure, and scalable WordPress projects.| ACF
Streamline your WordPress workflow with expert admin customization tips. Learn to simplify, personalize, and optimize your dashboard for maximum efficiency.| ACF
Create engaging WordPress frontend profiles. Discover top plugins, setup guides, and optimization tips for a thriving community.| ACF
Advanced Custom Fields version 6.3.4 is now available. This release contains improvements and refinements to block validation, and some further changes to| ACF
Unlock the full potential of your WooCommerce store with our expert guide to product page customization. Boost conversions and sales with these proven techniques.| ACF
Streamline your WordPress site with custom post types. Discover manual coding and plugin methods to organize content like a pro. Easy-to-follow guide.| ACF
Catch up with our ACF Chat Fridays session from 6 December 2024. ACF Chat Fridays is our open office hours with the team.| ACF
Advanced Custom Fields version 6.3.9 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
Recent events do not impact customers of ACF PRO. All updates of ACF PRO will continue to be served from advancedcustomfields.com and no action is| ACF
Catch up with our ACF Chat Fridays session from 6 September 2024. ACF Chat Fridays is our open office hours with the team.| ACF
Advanced Custom Fields version 6.3.6 is now available. This release contains important security fixes, along with other bug fixes and a new field setting| ACF
Catch up with our ACF Chat Fridays session from 2 August 2024. ACF Chat Fridays is our open office hours with the team.| ACF
Advanced Custom Fields version 6.3.5 is now available. 👨💻 Please find the release notes below. And for the latest ACF news, follow us on Twitter @wp_acf.| ACF
ACF has made a routine update to patch a recently identified issue. Updates for WP Engine hosting customers, ACF PRO users, and those free users who have| ACF