ACF Complex Titles archived
Complex titles with previews for WordPress content types using Advanced Custom Fields Pro 5
by Michael W. Delaney · github.com/mwdelaney/acf-complex-titles
★ 45stars
1.8kcomposer installs
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/mwdelaney/acf-complex-titles/archive/refs/heads/master.zipAlso on Packagist as mwdelaney/acf-complex-titles:
composer require mwdelaney/acf-complex-titlesFrom the readme
Advanced Custom Fields Complex Titles
A WordPress plugin that adds custom fields to create a formatted title
This plugin creates custom fields below the title Pages and automatically replaces thetitle() when called from inside the loop.
Requirements
1. WordPress 4.5+
2. Advanced Custom Fields Pro 5
Usage
The following formatting options are included at this time:
1. Word or Phrase (the actual content, don't remove this one)
1. Emphasize
2. Size (small, medium, large)
3. Alignment (left, right, center)
The following layouts are also included for headline groups:
1. Alignment
Add fields
To add fields to the title(s), extend the Fields class as follows:
Enable only some fields
To remove fields from the available list, declare theme support for only the fields you wish to use:
Enable only some layouts
To remove layouts from the available list, declare theme support for only the layouts you wish to use:
Change which post types get Complex Titles
By default complex titles are enabled for Pages, to define which post types complex titles should be available on, declare theme support:
Templates
Basic templates and styles are included. These templates are designed to be simple f
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.16 | Dec 14, 2020 |
| 1.15 | Dec 21, 2017 |
| 1.14 | Oct 18, 2017 |
| 1.13 | Sep 20, 2017 |
| 1.12 | Apr 5, 2017 |
| 1.11 | Jan 2, 2017 |
| 1.0 | Dec 31, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.