Skip to content
risingisland edited this page Jan 17, 2025 · 1 revision

Welcome to the Custom Title wiki!

This plugin adds the ability to use a custom title tag.

Install:

  • Download and add to /plugins/ folder.
  • Activate plugin.
  • Settings found in Plugins Tab > Sidebar

image

Usage

  • 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)

Clone this wiki locally