Skip to content

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.

Notifications You must be signed in to change notification settings

jesstech/create_url_title

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Create URL Title

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.

Usage

{exp:create_url_title}

The brown cow jumps over the moon.

{/exp:create_url_title}

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%