ACF Pro (Advanced Custom Fields Pro) is a popular WordPress plugin that allows users to create custom fields. This is the paid version of ACF. Several things often intrigued us when it came time to choose tools for creating WordPress websites. Indeed, preconceived solutions are excellent; however, sometimes come with unnecessary options. On the other hand, WordPress does not by default offer an easy option to create a theme or feature from scratch. After exploring several online extensions or modules, we settled on the ACF. In this article, we tell you what it is. We'll see how it works. Our article will talk about the pros and cons. At the end of the article, we will see why we prefer to use it for creating custom websites.
Under WordPress, you have by default, the classic forms (WYSIWG – What You SEE IS WHAT YOU GET) or the block editor for creating pages or categories. These forms are not always adapted to your reality. For example, if you have a page talking about an achievement, you might need an option for customer testimonials. To enter this data, for example, you would want an option independent of the form on the page. Therefore, creating custom fields may be necessary. ACF (Advanced Custom Fields) is a popular WordPress plugin that allows you to create custom fields. You can use it to create fields on:
The PRO version of ACF (ACF Pro) offers several other options. Additional options include:
ACF Pro offers great flexibility and ease. Indeed, it allows to create fields of different types such as
ACF Pro also offers advanced features. Among which you can have:
The ACF is the free version that you will find on WordPress.org or from the catalog of extensions. However, the ACF Pro is the paid version. If you intend to create fields directly on each post, the free version is sufficient. Below are some differences.
ACF Pro has more advanced features compared to the free version. He understands:
ACF is a free plugin that you can download from the WordPress plugin repository. However, ACF Pro, on the other hand, is a premium plugin that requires a license. The cost of the license varies depending on the number of sites on which you want to use it. You can also buy the license for an unlimited number of websites. We advise you to visit their website for terms and conditions.
ACF Pro comes with dedicated support from the ACF team, while support for ACF is limited to community forums. Therefore, if you are using the Pro version of ACF, you can easily reach the support team when needed.
ACF Pro receives more frequent updates and bug fixes compared to ACF.
ACF Pro includes additional developer tools such as the ability to create custom field types and add-ons.
The general idea behind the ACF is as follows:
It is also possible to create fields with PHP codes or to import fields from another project.
To install the plugin, you either need to go to the WordPress Plugins option or to wordPress.org. If you have opted for the premium version, you can do the first download from the seller's website . The installation mode is generally the same for all extensions.
Creating the fields will usually depend on what you want to achieve. Indeed, if you want, for example, to create an option to add video links to your publications, it will be a question of following the appropriate steps. We will consider an example where you want to add a photo gallery to your website. In this case, the following steps must be followed:
Once you've assigned the group to a form, you'll see it appear at the bottom of the page form (if you've assigned page forms).
The ACF offers fairly detailed documentation to explain how to use the extension on your website. It is important to note that you must have some knowledge of PHP development to be able to do the configurations. In the case of the photo gallery, you have for example this example which explains how to code the option of galleries on its website.