Advanced Custom Fields Complex Titles

A bit of self promotion:

Today I did some work to beef up a plugin I’ve been working on for a while, and use surprisingly often in projects:

I can’t count the number of times my designers have asked to make a single word in an otherwise semantic title bold, or italic, or larger, or whatever, so I wrote this tool to build complex title styling with a hopefully-intuitive ACF GUI (requires ACF Pro 5) with a live preview, which automatically replaces the_title() in the loop.

All to avoid typing HTML into the title field in WordPress.

I don’t know if it’s actually any good, or if anyone else’s designers make this kind of thing necessary, but I’ve gotten good use out of it in several projects and I’ve tried to make it generic enough to be useful to others.

Thanks for listening! Happy new year!

6 Likes

Neat idea–I get that request a lot, too. Starring the repository. Thanks!

Split this off into its own topic because it’s rad. Thanks for sharing and building this!