Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Secondary Title
Secondary Title is a plugin that allows you to add an alternative title to your posts, pages, and custom post types. You can customize where and how the secondary title is displayed, and even use it in your permalinks. For more information, visit the official website.Screenshots





Changelog
2.2.0
- Added support for WordPress
v6.7.1 - Added official Secondary Title documentation (still in progress)
- Added comments in the code for better readability
- Changed minimum PHP version from
v7.1tov7.4since the majority of WordPress sites use PHPv7.4or above - Fixed possible security vulnerability for XSS
- Fixed and renewed dead screenshots on WordPress.org’s plugin website
- Updated dead links in this
README.txtas well as inside the plugin’s settings page. You will now be redirected accordingly - Updated voku/anti-xss to
v4.1.42via PHP Composer - Updated Font Awesome version to
v6.6.0 - Updated Copyright to 2025
2.1.0
- Added support for WordPress
v6.2 - Added translations
- Added minor performance improvements
- Updated Font Awesome version
2.0.9.1
- Critical security vulnerability fixed and measures taken to prevent future vulnerabilities
2.0.9
- Added support for WordPress
v6.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
v5.8
2.0.7.1
- HOTFIX: Reverted a change that caused a bug when displaying the secondary title in sidebars
2.0.7
- Added support for wp-Typography plugin
- Fixed bug that caused some special characters to be displayed incorrectly when using wp-Typography plugin (thanks to @msailer and @pepe)
- Reintroduced the “Input field position” option, but only if Classic Editor is installed and activated (thanks to @boborg)
- Removed localized files and their related PHP functions since this is now being handled and downloaded automatically by WordPress
2.0.6
- Fixed bug resulting in
PHP fatal errorwhen using undeclared variables in function parameters (thanks to @philsimon)
2.0.5
- Added compatibility with WordPress
v5.7 - Removed all previously (since version
v1.9.5) deprecated functions from the plugin’s codebase - Removed “Input field position” option when using WordPress
v5.0and 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 ofreturnstatement to prevent files from being accessed directly - Code in SCSS files has 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
v5.5and below. - Changed the minimum required PHP version to
v7.1.
2.0.2
- Added full support for All in One SEO Pack
v3.0. Use%secondary_title%to display. - Added note reminding that Input field and Column position options only apply when using Classical Editor in WordPress versions with Gutenberg (>=
v5.0). - Cosmetic changes to the plugin’s settings page.
2.0.1
- Hotfix: Moved file
admin/settings.phptoincludes/setings.phpdue 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 partial support for All in One SEO Pack. Use
%secondary_title%to display. - Updated Font Awesome to
v5.8.1. - Updated translations.
- Updated screenshots.
- Fixed bug with reoccurring donation notice.
- Minor style adjustments.
- Removed
/includes/gutenberg-info.phpand the notice saying “Secondary Title doesn’t work anymore.” - Moved
/includes/settings.phpto/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
v5.2.17and 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 the Secondary Title’s settings page.
- Updated Font Awesome to
v5.2.0. - Minor restructure of resources directories.
- Declared unused
secondary_title_get_default_setting()as deprecated function. - Donation notifications 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.
