PHPackages                             mmirus/acf-flexible-content-title - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mmirus/acf-flexible-content-title

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

mmirus/acf-flexible-content-title
=================================

Display the content of a field in the title bar of your Advanced Custom Fields flexible content sections.

1.0.0(7y ago)362.8k↓50%2MITPHPPHP &gt;=5.3.0

Since Nov 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/mmirus/acf-flexible-content-title)[ Packagist](https://packagist.org/packages/mmirus/acf-flexible-content-title)[ Docs](https://github.com/mmirus/acf-flexible-content-title)[ RSS](/packages/mmirus-acf-flexible-content-title/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ACF Flexible Content Title
==========================

[](#acf-flexible-content-title)

- [Usage](#usage)
- [Changing the Field Used](#changing-the-field-used)
- [Installation](#installation)
- [Screenshots](#screenshots)

Display the content of a text sub field in the title bar of your Advanced Custom Fields flexible content sections to make editing your page sections easier to navigate.

I recommend pairing this with a plugin that will help you collapse all of your flexible content sections, such as [ACF Repeater &amp; Flexible Content Collapser](https://wordpress.org/plugins/acf-repeater-flexible-content-collapser/).

Usage
-----

[](#usage)

This plugin looks for a sub field named `section_title` in the flexible content field. Add a field with that name to your layouts, or use the filter to change which sub field is used.

[![Section Title Field](/screenshots/section_title_field.png)](/screenshots/section_title_field.png)

Changing the Field Used
-----------------------

[](#changing-the-field-used)

You can filter that as follows if you wish to use a different sub field:

```
// change the sub field used in flexible content field title
add_filter('acf_flexible_content_title_field', function($title_field, $flexible_field, $layout) {
  return 'my_text_sub_field';
}, 10, 3);
```

**Arguments**

- `$title_field` (string) the name of the title field to be displayed
- `$flexible_field` (array) the flexible content field settings
- `$layout` (array) the layout settings

Because the flexible content field and layout settings arrays are passed, if desired you could add conditional logic and specify different title fields for different flexible content fields or layouts.

Installation
------------

[](#installation)

There are three options for installing this plugin:

1. With composer from [Packagist](https://packagist.org/packages/mmirus/acf-flexible-content-title): `composer require mmirus/acf-flexible-content-title`
2. With [GitHub Updater](https://github.com/afragen/github-updater)
3. By downloading the latest release ZIP from this repository and installing it like any normal WordPress plugin

Screenshots
-----------

[](#screenshots)

*Expanded flexible content layout*

[![Expanded Flexible Content Layout with Title Field](/screenshots/flexible_content_expanded.png)](/screenshots/flexible_content_expanded.png)

*Overview of flexible content layouts*

[![Expanded Flexible Content Layout with Title Field](/screenshots/flexible_content_overview.png)](/screenshots/flexible_content_overview.png)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2740d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e086e1cd20dd9bb0c385c51f3738e836df1ae23cd5d229562c8508e1e9c2ce2?d=identicon)[mmirus](/maintainers/mmirus)

---

Top Contributors

[![mmirus](https://avatars.githubusercontent.com/u/524994?v=4)](https://github.com/mmirus "mmirus (4 commits)")

---

Tags

advanced-custom-fieldswordpresswordpress-pluginwordpressacfadvanced custom fields

### Embed Badge

![Health badge](/badges/mmirus-acf-flexible-content-title/health.svg)

```
[![Health](https://phpackages.com/badges/mmirus-acf-flexible-content-title/health.svg)](https://phpackages.com/packages/mmirus-acf-flexible-content-title)
```

###  Alternatives

[hellonico/acf-country

A country field for ACF.

12193.2k](/packages/hellonico-acf-country)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[mcguffin/acf-customizer

Use ACF Fields in customizer.

7611.3k](/packages/mcguffin-acf-customizer)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[bostondv/acf-ninja-forms

Adds an Advanced Custom Fields field to select one or many Ninja Forms.

1524.7k](/packages/bostondv-acf-ninja-forms)[logoscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

1023.3k](/packages/logoscon-acf-plus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
