Create URL Title

Create URL titles on the fly.

Download

Overview

This plugin takes the tag data (the text in between the tag pair) and outputs a url title (strips spaces and non-alphanumeric characters) from it.


Download

Categories:
ExpressionEngine, Plugin

1. Installation

 

Place this file in the /system/plugins/ folder in your ExpressionEngine installation.

2. Usage

 

Example:

{exp:create_url_title}

The brown cow jumps over the moon.

{/exp:create_url_title}

 

Output:

the_brown_cow_jumps_over_the_moon

 

Parameters:

separator - the word separator, accepts "-", "_", or "dash", if not specified, uses your default word separator

lowercase - set to no to prevent conversion to all lowercase

Version 1.0.0