ACF to Content
Add ACF field content to the post_content column
by John A. Huebner II · github.com/hube2/acf-to-content · website
★ 17stars
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hube2/acf-to-content/archive/refs/heads/master.zipDeclares an update source (https://github.com/Hube2/acf-to-content), so updates arrive through the plugin's own updater.
From the readme
ACF to Content
Add ACF field content to the postcontent column for easier and more efficiient searching of ACF fields.
What is this plugin for?
ACF fields are not searched by the standard WP search. Basically, WP only
searches for words in the posttitle and postcontent columns. There are plugins available that
will let you search custom fields and there are examples of making WP search custom fields by
altering the query. These work great if you only have a few fields to search. Once you start needing
to search many fields or you need to start searching sub fields of repeaters, flex fields, or other types
of nested and non standard fields then you generally run into issues. Sub fields and fields that are stored
as arrays are difficult to search because of how the fields are stored in the database. On top of this if you
try to do LIKE queries on too many meta fields you'll just cause the query to time out.
This plugin solves the problem in another way. Instead of searching all these fields individually it
puts the content of the fields into the postcontent column in the DB so that it's available for searching without
needing any special code or tools to do the work. In additio
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.8.0 | Mar 13, 2024 |
| 1.7.0 | Jun 29, 2021 |
| 1.6.0 | Jun 23, 2021 |
| 1.5.6 | Apr 28, 2021 |
| 1.5.5 | Apr 28, 2021 |
| 1.5.4 | Oct 2, 2020 |
| 1.5.3 | Aug 15, 2019 |
| 1.5.2 | Aug 15, 2019 |
| 1.5.1 | Aug 15, 2019 |
| 1.4.1 | Aug 13, 2019 |
| 1.4.0 | Jul 24, 2019 |
| 1.2.0 | Apr 29, 2019 |
| 1.1.1 | Aug 17, 2018 |
| 1.1.0 | Aug 17, 2018 |
| 1.0.2 | Jun 19, 2018 |
| 1.0.1 | Jun 19, 2018 |
| 1.0.0 | Jun 18, 2018 |
| 0.0.7 | Jan 2, 2018 |
| 0.0.6 | Dec 21, 2017 |
| 0,.0.5 | Oct 2, 2017 |
| 0.0.4 | Jun 29, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.