What is Title Overrides?
Title Overrides is a module to provide title overrides for any page in as simple as an interface as possible. This module differs from the Page Title module in that this overrides both the <title> meta tag as well as the <h1> tag. You also have the option of entirely removing the page title from any page, which will remove the <h1> tags as well as remove the piping from the meta title. This improves search engine optimization for pages that have been overridden.
Usage
All overrides need to be return separated, one on each line. Each override will need to follow one of two formats:
- system|drupal-node-link|pagetitle
- node|nid|pagetitle
If you are attempting to override a system page do not include the preceding slash, for example to override the title_override module settings page (D6) you would do the following:
- system|admin/settings/title_override|My New Title!
To override a typical node page, you could do the following:
- node|2|ello mate!
You also have the option of entirely remove a page title, for example:
- node|2|
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Theme Enhancements
- Reported installs: 91 sites currently report using this module. View usage statistics.
- Downloads: 360
- Last modified: May 21, 2012