-
Notifications
You must be signed in to change notification settings - Fork 0
Home
risingisland edited this page Jan 17, 2025
·
1 revision
This plugin adds the ability to use a custom title tag.
- Download and add to
/plugins/folder. - Activate plugin.
- Settings found in
Plugins Tab > Sidebar

- Add the
<?php echo(get_custom_title_tag()); ?>placeholder to your template.
You can use the following variables:
-
%sitename%– Name of the website (as defined in GetSimple setup) -
%pagetitle%– Title of the current page (as set in the editor) -
%parenttitle%– Title of the current pages parent page (if it exists) -
%menutitle%– Title of the current page's menu item (if it has one)