PHPackages                             dolphiq/titleentriesfield - 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. dolphiq/titleentriesfield

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

dolphiq/titleentriesfield
=========================

Offers users a field type with an easy way to set a different title for the relation than the related page title. Useful in menus, submenus or related lists if you are linking to other content but want to use shorter or different titles in the lists.

1.0.6(8y ago)97.2k1[4 issues](https://github.com/Dolphiq/craft3-plugin-title-entries-field/issues)MITPHP

Since Jun 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Dolphiq/craft3-plugin-title-entries-field)[ Packagist](https://packagist.org/packages/dolphiq/titleentriesfield)[ RSS](/packages/dolphiq-titleentriesfield/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (1)Versions (10)Used By (0)

Title Entries Field plugin for Craft CMS 3.x
============================================

[](#title-entries-field-plugin-for-craft-cms-3x)

Currently the project is *DISCONTINUED*. However, feel free to fork it and continue its development!
----------------------------------------------------------------------------------------------------

[](#currently-the-project-is-discontinued-however-feel-free-to-fork-it-and-continue-its-development)

Craft plugin that provides a new field type that works like an Entries field type but offers users an easy way to set a different title for the relation than the related page title.

This is particularly useful if you are linking to other content but want to use shorter or different titles in the lists e.g. in menus, submenus or related lists.

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

[](#installation)

To install the Title Entries Field type, follow these steps:

1. Install with Composer via `composer require dolphiq/titleentriesfield` from your project folder
2. Install plugin in the Craft Control Panel under Settings &gt; Plugins
3. The `Title Entries Field` type will be available when adding a new field - Settings &gt; Fields &gt; Add new field

Title Entries Field plugin works on Craft 3.x.

### Example of the Title Entries Field in action

[](#example-of-the-title-entries-field-in-action)

[![Screenshot](resources/screenshots/screenshot1.png)](resources/screenshots/screenshot1.png)

Using the Title Entries Field
-----------------------------

[](#using-the-title-entries-field)

You can use the field as a normal Entries field type but give the end user the possibility to change te label for each relation/link.

### Usage sample in Twig templates

[](#usage-sample-in-twig-templates)

```
{% for entry in entry.myLinks %}
  {{ entry.title }} - {{ entry.linkTitle }}
{% endfor %}

```

### Usage sample to display the Title Entries Field if the field is set or use the title field as backup (entry.Title)

[](#usage-sample-to-display-the-title-entries-field-if-the-field-is-set-or-use-the-title-field-as-backup-entrytitle)

```

{% for entry in entry.menuLinks %}

    {{ entry.Title }}

{% endfor %}

```

### Contributors &amp; Developers

[](#contributors--developers)

Johan Zandstra - Brought to you by [Dolphiq](https://dolphiq.nl)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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

Every ~46 days

Recently: every ~68 days

Total

7

Last Release

2972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dfab1936de2791991111dcf8e0dc68b0ca43d1fedda94dc793e6dadcb467a09?d=identicon)[dolphiq](/maintainers/dolphiq)

---

Top Contributors

[![johanzandstra](https://avatars.githubusercontent.com/u/4737521?v=4)](https://github.com/johanzandstra "johanzandstra (21 commits)")[![brandonkelly](https://avatars.githubusercontent.com/u/47792?v=4)](https://github.com/brandonkelly "brandonkelly (1 commits)")

---

Tags

craftcraft3craftcmscraftcms-pluginmenu-itemmenuitemplugintitlelinkmenucmsCraftcraftcmscraft-pluginentrycraft3itemlinkfield

### Embed Badge

![Health badge](/badges/dolphiq-titleentriesfield/health.svg)

```
[![Health](https://phpackages.com/badges/dolphiq-titleentriesfield/health.svg)](https://phpackages.com/packages/dolphiq-titleentriesfield)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[nfourtythree/entriessubset

Craft field type plugin that extends the core Entries field type to give extra settings with ability to restrict by entry type

1683.0k](/packages/nfourtythree-entriessubset)

PHPackages © 2026

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