Title: Uplink Editorial Title
Author: Stephen Walker
Published: <strong>1 de setembre de 2026</strong>
Last modified: 1 de setembre de 2026

---

Cerca extensions

![](https://ps.w.org/uplink-editorial-title/assets/icon.svg?rev=3676424)

# Uplink Editorial Title

 Per [Stephen Walker](https://profiles.wordpress.org/stphnwlkr/)

[Baixa](https://downloads.wordpress.org/plugin/uplink-editorial-title.1.0.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/uplink-editorial-title/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/uplink-editorial-title/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/uplink-editorial-title/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/uplink-editorial-title/#developers)

 [Suport](https://wordpress.org/support/plugin/uplink-editorial-title/)

## Descripció

Uplink Editorial Title keeps the canonical WordPress post title clean while providing
an optional editorial display title in the block editor.

Allowed inline markup is deliberately restricted to:

 * strong
 * emphasis
 * highlight (mark), with optional custom color
 * strikethrough
 * subscript
 * superscript

Underline is intentionally not included and is not planned for a future release.
Underlined text is widely understood to be a hyperlink, so using it as decoration
can make a title misleading. A site that deliberately wants this treatment can assign
a custom CSS class to the editorial title and apply `text-decoration` in its theme
CSS. The same approach can restyle an existing inline format such as strong, emphasis,
or highlight.

The plugin also stores an optional space-separated CSS class list. The standard 
WordPress title is never replaced globally.

### Settings

Open Settings > Editorial Title to choose:

 * Enabled block-editor post types
 * Allowed inline title formats
 * The default paragraph or heading element for Editorial Title blocks without an
   explicit level
 * Optional default CSS classes added only to the Editorial Title block wrapper

The block element and CSS class controls appear together under Default Block Settings.

All eligible post types and all supported formats are enabled until an administrator
saves a different selection.

### Core templates and patterns

Insert the Editorial Title block from the Theme block category in the Site Editor,
template editor, or pattern editor.

The block is dynamic and uses the current post context. It therefore works in singular
templates and in post-context containers such as Query Loop items.

The block defaults to the site default element selected in the plugin settings. 
While a heading is active, its toolbar includes a Use paragraph button. Once Paragraph
is active, that extra button disappears and the native element control shows P, 
avoiding duplicate controls. Paragraph renders a `<p>` element, so display or demonstration
text does not enter the page’s heading structure. Block-default and per-post Editorial
Title classes are added automatically. Core Additional CSS Classes and anchor support
are also available on the block.

Block markup for a pattern or template can also be written directly:

    ```
    <!-- wp:uplink/editorial-title {"level":1} /-->
    ```

Paragraph markup uses level `0`:

    ```
    <!-- wp:uplink/editorial-title {"level":0} /-->
    ```

Both forms are self-closing dynamic blocks.

### PHP usage

    ```
    uplink_get_editorial_title( $post )
    ```

Returns the sanitized editorial title, or the escaped canonical title when no editorial
title is set.

    ```
    uplink_get_editorial_title_class( $post )
    ```

Returns the sanitized space-separated CSS class string.

Meta keys:

 * `uplink_editorial_title`
 * `uplink_editorial_title_class`

### Etch

Post dynamic-data keys:

 * `{this.editorial_title}`
 * `{this.editorial_title_class}`

Inside loops, use the applicable loop item key, for example:

 * `{item.editorial_title}`
 * `{item.editorial_title_class}`

### Bricks

The plugin adds these tags to the Post dynamic-data group:

 * `{uplink_editorial_title}`
 * `{uplink_editorial_title_class}`

### Security

Editorial title markup is sanitized against the administrator-selected strict HTML
allowlist. Highlight text and background colors are stored as validated data and
rendered only as `color` and `background-color` values. CSS class values are sanitized
individually. Settings require administrator access, and meta writes require permission
to edit the target post.

## Blocs

Aquesta extensió proporciona 1 bloc.

 *   Editorial Title

## Instal·lació

 1. Upload the plugin ZIP through Plugins > Add New > Upload Plugin, or copy the `uplink-
    editorial-title` directory to `/wp-content/plugins/`.
 2. Activate Uplink Editorial Title from the Plugins screen.
 3. Open Settings > Editorial Title to choose enabled post types, formats, and block
    defaults.
 4. Edit a supported post and open the Editorial Title panel in the editor sidebar.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Uplink Editorial Title» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Stephen Walker ](https://profiles.wordpress.org/stphnwlkr/)

[Traduïu «Uplink Editorial Title» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/uplink-editorial-title)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/uplink-editorial-title/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/uplink-editorial-title/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/uplink-editorial-title/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/uplink-editorial-title/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.1

 * Corrected the plugin author metadata to identify Stephen Walker and link to the`
   stphnwlkr` WordPress.org profile.

#### 1.0.0

 * Initial WordPress.org release.
 * Requires WordPress 7.0 or later and PHP 8.3 or later.
 * Tested through WordPress 7.1.
 * Adds the contextual editorial-title editor with configurable strong, emphasis,
   highlight, strikethrough, subscript, and superscript formatting.
 * Adds separate Use current title and Reset to post title sidebar actions while
   keeping the formatting popover focused on editing.
 * Adds validated text and background highlight colors through the native palette
   and advanced CSS values such as `var(...)` and `color-mix(...)`.
 * Adds per-post and default CSS class assignment.
 * Adds settings for post types, allowed formats, default heading level, and default
   block classes.
 * Adds a dynamic Editorial Title block for core templates and patterns.
 * Supports paragraph output when an editorial title should not enter the document
   heading structure.
 * Adds native Etch post data and Bricks Post-group dynamic-data tags.
 * Prevents object-shaped RichText format values from corrupting saved markup.

## Meta

 *  Versió **1.0.1**
 *  Darrera actualització **fa 2 dies**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 7.0 o posterior **
 *  Provada fins a **7.1**
 *  Versió del PHP ** 8.3 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/uplink-editorial-title/)
 * Etiquetes
 * [block-editor](https://ca.wordpress.org/plugins/tags/block-editor/)[Dynamic Data](https://ca.wordpress.org/plugins/tags/dynamic-data/)
   [editorial](https://ca.wordpress.org/plugins/tags/editorial/)[gutenberg](https://ca.wordpress.org/plugins/tags/gutenberg/)
   [title](https://ca.wordpress.org/plugins/tags/title/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/uplink-editorial-title/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/uplink-editorial-title/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/uplink-editorial-title/reviews/)

## Col·laboradors

 *   [ Stephen Walker ](https://profiles.wordpress.org/stphnwlkr/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/uplink-editorial-title/)