All Low add-ons are now owned by EEHarbor. Read the blog post.
All add-ons

Low Title

Compatibility: EE1, EE2, EE3
Latest release: 3.0.0 (released 2015-11-06)
Licensing: CC Attribution-Share Alike 3.0

Compatibility

Low Title is compatible with EE2 and EE3. The EE1 compatible version is no longer under development, but is still available on Github.

Installation

ExpressionEngine 3

  • Download and unzip Low Title
  • Copy the ee3/low_title folder to your /system/user/addons/ directory
  • In your Control Panel, go to the Add-on Manager and install Low Title.
  • All set!

ExpressionEngine 2

  • Download and unzip Low Title
  • Copy the ee2/low_title folder to your /system/expressionengine/third_party/ 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.
fallback Use in combination with custom_field. Set to yes to fall back to the entry title if the custom field is empty. (v2.1.0+)
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.
fallback Use in combination with custom_field. Set to yes to fall back to the category title if the custom field is empty.
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}"}