Secondary Title

Beschrijving

Secondary Title is a simple, light-weight plugin that adds an alternative title to posts, pages and/or custom post types which can be displayed automatically, with a shortcode or by using PHP.

The plugin comes with an extra settings page which allows you to customize the plugin according to your needs. You can change:

  • post types, categories and specific post IDs the secondary title will be
    shown on,
  • whether the secondary title should be automatically added to the standard title (Auto show),
  • the format both titles are being shown (only works when Auto show is activated),
  • the position where the secondary title input field should be displayed (above or below the standard title) within the admin interface (Classic Editor only),
  • whether the secondary title should only be displayed in the main post and not within widgets etc.,
  • if the secondary title should be usable in permalinks,
  • and even more.

Please see the official website for a full documentation.

Schermafdrukken

  • Secondary Title with activated Auto show function that automatically adds the secondary title to the standard post/page title separated with a line break (<br>).

  • Secondary Title with activated Auto show function that automatically adds the secondary title to the standard post/page title with secondary title in bold (<strong>).

  • Secondary title input field using Gutenberg editor.

  • Secondary title input field using Classic Editor plugin (WordPress version below 5.0).

  • A section of Secondary Title's settings page.

Installatie

Quick Installation

  1. Install Secondary Title either by searching for the plugin with WordPress’ native plugin installer found under PluginsAdd New or download the plugin manually and copy the secondary-title folder into the /wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin in the Plugins section of your admin interface.
  3. Go to SettingsSecondary Title to customize the plugin as desired.

IMPORTANT: If the Auto show option is set to Off, you have to use either

<?php echo get_secondary_title($post_id, $prefix, $suffix); ?>

of

<?php the_secondary_title($post_id, $prefix, $suffix); ?>

in your theme file(s) (e.g. single.php) where you would like the secondary title to be displayed.

For a more detailed documentation with parameters, functions and examples, please see the official documentation.

FAQ

More Frequently Asked Questions

The full FAQ can be found in the documentation.

Beoordelingen

11 februari 2024
First off, this is great, it works very well, I'm super happy with it. I did NOT however want to delve into making custom templates, what I wanted was to treat the subtitle field like the excerpt. So I went to ChatGPT and said "make a wordpress plugin that replaces the content of the except with the content of a meta field"The only thing I had to change was the name of the field, which is _secondary_title. I'd love to see this as an option in the plugin, the code is only about 10 lines.
13 januari 2023
The plugin is simple to use and works very well. its creator is extremely helpful and skilled, I had some doubts and he clarified them promptly and with great competence.
22 november 2022 5 reacties
Earlier I marked it one star as everything had stopped working due to the error generated by the plugin. Turned out it was not due to the plugin but the malware attacked the admin area. I am taking my words back and apologizing to the author of the plugin. As a developer myself I can feel his pain. Therefore I am reviewing my comment and updating it. Once again, this is a great plugin for writing SEO based headings.
28 oktober 2022 2 reacties
works perfectly with my book review blog. this plugin very usefull in providing second title / sub title which the books normally have after the main title. 5 star.
Lees alle 69 beoordelingen

Bijdragers & ontwikkelaars

“Secondary Title” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Secondary Title” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Secondary Title” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.9.0

  • Critical security vulnerability fixed and measures taken to prevent future vulnerabilities

2.0.9.1

  • Added support for WordPress 6.1.1
  • Added padding to <input> for Post IDs
  • Rebuilt the “Select all” link to toggle all categories
  • Enlarged “Post IDs” input field

2.0.8

  • Added support for WordPress 5.8

2.0.7.1

  • HOTFIX: Reverted a change that caused a bug when displaying the secondary title in sidebars

2.0.7

2.0.6

2.0.5

  • Added compatibility with WordPress 5.7
  • Removed all previously (since version 1.9.5) deprecated functions from the plugin’s codebase
  • Removed “Input field position” option when using WordPress 5.0 and above
  • Removed dismissible notice on all pages except for Secondary Title’s settings page
  • Fixed PHP notice
  • Fixed code formatting in PHP file headers
  • PHP files now use die() instead of return statement to prevent files from being accessed directly
  • Code in SCSS files have been nested for better readability
  • Updated language files (.pot)
  • Added type annotation to certain PHP functions

2.0.4

  • Fixed bug printing PHP Notice: Trying to get property of non-object on line 471
  • Fixed bug that resulted in not showing the correct post type names on the settings page
  • Updated code to match current PHP standards
  • Updated dead URLs leading to the documentation website

2.0.3

  • Compatibility with WordPress 5.5 and below.
  • Changed the minimum required PHP version to 7.1.

2.0.2

  • Added full support for All in One SEO Pack 3.0. Use %secondary_title% to display.
  • Added note reminding that Input field and Column position option only apply when using Classical Editor in WordPress versions with Gutenberg (>= 5.0).
  • Cosmetic changes to the plugin’s settings page.

2.0.1

  • Hotfix: Moved file admin/settings.php to includes/setings.php due to PHP complications.

2.0.0

  • Added support for Gutenberg editor. The secondary title can now be entered via a meta box on the sidebar of the editor.
  • Added minimized versions for CSS (compiled from SCSS) and JS files for performance improvement.
  • Added partly support for All in One SEO Pack. Use %secondary_title% to display.
  • Updated Font Awesome to 5.8.1.
  • Updated translations.
  • Updated screenshots.
  • Fixed bug with reoccurring donation notice.
  • Minor style adjustments.
  • Removed /includes/gutenberg-info.php and the notice saying “Secondary Title doesn’t work anymore”.
  • Moved /includes/settings.php to /admin/settings.php.

1.9.9

  • This version was skipped.

1.9.8

  • This version was skipped.

1.9.7.5

  • Hotfix and minor adjustments.

1.9.7

  • Secondary Title is now compatible with PHP version 5.2.17 and above.
  • Added info icons next to every setting which links to the official documentation where those settings are being explained in detail.
  • Added “Settings” link to the “Plugins” section in the admin area which leads to Secondary Title’s settings page.
  • Updated Font Awesome to 5.2.0.
  • Minor restructure of resources directories.
  • Declared unused secondary_title_get_default_setting() as deprecated function.
  • Donation notification dismissed by users will start to show up again if the plugin is re-activated (please don’t kill me!).
  • Minor adjustments to the donation notification.

1.9.6

  • Added new filter hook secondary_title_columns_in_post_types. Read more about it in the documentation.
  • Added dismissable donation notice.
  • Compatibility with WordPress 4.9.8.
  • Fixed conflicts with standard meta queries when using “Include in search” (thanks to @filmstarr).
  • Added textdomain constant.
  • Updated Plugin URI in readme.txt.
  • Removed commented (unused) code.
  • Updated URLs on the plugin’s settings page.
  • Added copyright to file headers.
  • Replaced screenshot-3.png with an updated one.

1.9.5

  • Optimized display of title format preview on settings page.
  • Added link to online documentation on GitBooks.
  • Fixed bug concerning post columns (thanks to Colin Ferm).
  • Updated Font Awesome to 5.0.9.
  • Removed “Media” as post type for available display rules since it is not used anywhere.
  • Minor fixes and cosmetic changes.

1.9.4

  • Hotfix for 1.9.3.

1.9.3

  • Removed JavaScript for changing the secondary title columns on post overviews and converted it into more reliable PHP.
  • Removed HTML from the tag and placed it into the body footer.
  • Cosmetic changes.
  • Major changes will follow soon.

1.9.2

  • Introduced official documentary.
  • Added WordPress 4.9.1 compatibility.
  • Added shortcode functionality [secondary_title allow_html="false" post_id="0"]
  • Updated Font Awesome to version 4.7.0.
  • Cosmetic changes.

1.9.1

  • Added WordPress 4.6 compatibility.
  • Added WordPress.org translation compatibility.
  • Updated translations.
  • Updated Font Awesome to version 4.6.3.
  • Cosmetic changes.

1.9.0

  • Fixed issue with “Include in search” when using more than one search terms (thanks to lonefur).
  • Added setting “Column position” to allow users to place the secondary title on post overview pages left or right of the primary title.
  • JavaScript/jQuery code now follows JSLint and JSHint coding standards.
  • Allowed to use placeholder more than once in “Title format” preview field on settings page.

1.8.0

  • Added option “Only show in main post”.
  • Added option “Include in search”.
  • Secondary Title now (properly) installs default plugin settings on first activation.
  • “Title format” preview on settings page now displays HTML (not just text as before).
  • “Title format” doesn’t reset itself anymore when “Auto show” is activated.

1.7.2

  • Hotfix for 1.7.1.

1.7.1

  • Hotfix for 1.7.0.

1.7.0

  • Removed permalinks function from front-end.
  • Redesigned plugin’s settings page.
  • Fixed small bugs.
  • Updated translations.
  • PHP 7 support.
  • Minor tweaks and adjustments.

1.6.2

  • Fixed bug occurring when clicking “Save Changes” on settings page.

1.6.1

  • Fixed bug occurring when clicking “Save Changes” on settings page.

1.6.0

  • Added new setting that can determine whether the secondary title should be displayed before or after the primary title on post, pages or custom post types overview site.
  • Added Font Awesome icons on Secondary Title settings page.
  • General code optimization.
  • Updated translations.

1.5.6

  • Remove unnecessary slash in css link.

1.5.5

  • Fixed bug preventing secondary title input field from displaying.
  • Updated translations.

1.5.4

  • Removed “Automatically append to permalinks” option because it turned out to cause several 404 errors.
  • Added JS fix to let users jump from primary title to secondary title when tab is pressed.
  • Fixed bug in “quick edit” dropdown (thanks to madaplus for reporting and simne7 for offering a fix.

1.5.3

1.5.2

  • Small bug fix for JavaScript in Firefox.

1.5.1

  • Hotfix for 1.5.1.

1.5.0

  • Fixed notice error when deleting post (thanks to master412160 and wido).
  • Fixed bug occurring when filtering posts within the admin area (thanks to Chillington).
  • Code cleanup and JS refactoring.
  • Performance fixes.
  • Updated translations.
  • Compatibility for WordPress 4.2.1.

1.4.0

  • Added $use_settings parameter to get_secondary_title() and others which defines whether the secondary title should only be displayed if it matches the plugin’s settings. Default false.
  • Code rearrangements and improvements.
  • Updated translations.

1.3.0

  • Fixed bug causing secondary title not to be displayed on certain custom post types overviews (thanks to saschapi).
  • Updated translations.

1.2.0

  • Small bug fixes and corrections.
  • Updated translations.

1.1.0

  • Removed <?php secondary_title_plugins_settings_link(); ?> due to compatibility problems.
  • Added filter hook secondary_title_show_overview_column to disable the secondary title column on post overviews without using the screen values (thanks to Alkorr).
  • Added Dutch (thanks to SilverXp), Turkish (thanks to mapazarbasi) and other translation.
  • Updated existing translations.
  • Fixed bug that prevented the “Author” column on post overview page to be shown.
  • Further bug fixes.

1.0.0

  • Allows HTML tags within individual secondary titles (thanks to brit77).
  • Updated documentation.

0.9.2

  • Fixed bug that occasionally prevented the secondary title input box from being displayed when creating a new post (thanks to howorks and pesunites).
  • Changed the categories view on the settings page.
  • jQuery changes.

0.9.1

  • Bug fixes for 0.9.

0.9.0

  • Removed Report bug e-mail form due to compatibility issues.
  • Fixed bug that deleted the secondary
    title on selected posts when using Bulk edit (thanks to JacobSchween).
  • Fixed bug that occurred when saving a custom menu (only visible with WP_DEBUG).
  • Updated translations.
  • Several small changes that aren’t important enough to be mentioned here.

0.8.0

  • Some new minor functions and changes on the settings page.
  • Allowed to use %title% and %secondary_title% variable on settings page in Title format more than once.
  • Added option to use secondary title in permalinks.
  • Added filter hooks to <?php get_secondary_title(); ?>, <?php the_secondary_title(); ?> and
    .
  • Added French translation (thanks to fxbenard).
  • Updated existing translations.
  • Fixed bug that prevented the secondary title to be updated when empty.
  • Renamed <?php get_filtered_post_types(); ?> to <?php get_secondary_title_filtered_post_types(); ?> to avoid
    possible
    conflicts.

0.7.0

  • Restructured and split up plugin code into different files for better handling.
  • Added Secondary title column to posts/pages overview.
  • Added secondary title input field to quick edit box on posts/pages overview.
  • Added bug report form to settings page.
  • Removed secondary title from above/below the standard title on posts/page overview.
  • Renamed functions to minimize conflicts with other plugins.
  • Updated screenshots.
  • Updated translations.
  • Bug fixes.

0.6.0

  • Added compatibility with Word Filter Plus plugin.
  • Added Only show in main post setting.
  • Fixed minor jQuery bug on admin interface.
  • Updated FAQ.

0.5.1

  • Fixed bug that falsely added slashes to HTML attributes in title format.
  • Fixed jQuery bug in the admin posts/
  • Added <?php has_secondary_title(); ?> function. See the official documentation for more information.

0.5.0

  • Fixed bug where the secondary title was not shown if the standard title contains “…” (thanks to Vangelis).
  • Added Select all and Unselect all script for checkbox lists on settings page.
  • Added secondary title display in admin posts/pages list.
  • Added <?php get_secondary_title_link($post_id, $values); ?> and <?php the_secondary_title_link($post_id, $values); ?> functions
    to quickly create the secondary title as a link to its post. See the official documentation for more information.
  • Updated documentation/readme.txt.

0.4.0

  • Fixed bug that showed secondary title input within the post/page overview.
  • Added Italian translation (thanks to giuseppep).
  • Added Polish translation (thanks to pawel10).
  • Updated existing translations.

0.3.0

  • Added HTML support in title format (thanks to C0BALT).
  • Added option to set the position of the secondary title input field within the admin interface (thanks to Vangelis).
  • Added translation to Thai.
  • Updated translation files.

0.2.0

  • Installs default values on plugin activation.
  • Added screenshots.
  • Added $prefix and $suffix parameter for <?php get_secondary_title(); ?> and <?php the_secondary_title(); ?>.
  • Updated FAQ.

0.1.0

  • Initial Release.