All add-ons

Low Title

Compatibility: EE1, EE2
Latest release: 2.0.0 (released 2009-11-25)
Licensing: CC Attribution-Share Alike 3.0

Compatibility

The download contains both the EE1 and EE2 version. Note: the EE1 compatible version uses the tag {exp:title:…}.

Installation

ExpressionEngine 2

  • Download and unzip Low Title
  • Copy the ee2/low_title folder to your /system/expressionengine/third_party/ directory
  • All set!

ExpressionEngine 1

  • Download and unzip Low title
  • Copy the ee1/pi.title.php file to your /system/plugins/ directory
  • All set!

Template tags

Entry tag

Parameters for {exp:low_title:entry} tag
Parameter Description
entry_id Entry id of the title to fetch.
url_title URL title for the title to fetch.
channel_id The id of the channel you want to limit the query to. Use weblog_id in EE1.
channel The short name of the channel you want to limit the query to. Use weblog in EE1.
custom_field Short name of the custom field to return instead of the title.
show_error Shows an error if custom field was not found. Only in combination with the custom_field parameter, defaults to “no”.
{exp:low_title:entry entry_id="15"}
{exp:low_title:entry url_title="{segment_2}" channel="default_site"}
{exp:low_title:entry url_title="{segment_3}" custom_field="title_{language}"}

Category tag

Parameters for {exp:low_title:category} tag
Parameter Description
category_id Category id of the title to fetch.
url_title Category URL title for the title to fetch.
category_group The id of the category group you want to limit the query to.
custom_field Short name of the custom category field to return instead of the category name.
show_error Shows an error if custom field was not found. Only in combination with the custom_field parameter, defaults to no.
{exp:low_title:category category_id="18"}
{exp:low_title:category category_id="C24"}
{exp:low_title:category url_title="{segment_4}" category_group="1"}
{exp:low_title:category url_title="{segment_3}" custom_field="title_{language}"}

Channel tag

Parameters for {exp:low_title:channel} tag
Parameter Description
channel_id Channel id of the title to fetch. Use weblog_id in EE1.
channel_name Short name of the channel for the title to fetch. Use weblog_name in EE1.
{exp:low_title:weblog weblog_id="3"}
{exp:low_title:channel channel_name="{segment_1}"}

Site tag

Parameters for {exp:low_title:site} tag
Parameter Description
site_id Site id of the title to fetch.
site_name Short name of the site for the title to fetch.
{exp:low_title:site site_id="1"}
{exp:low_title:site site_name="{segment_1}"}