You are here: C97net • 5.11 Misc Functions
Create a SEO URL.
function create_seo_url ($item_id, $label)
Create a SEO URL from user input. This function requires users to use ADP 3.
$item_id = the original ID, this can be page ID, news ID, etc. Eg: 15.
$label = the wanted URL, eg: 'Welcome to this site'.
It will return a string of the SEO URL, eg: '15-welcome-to-this-site'.
Example 1
As this is not a stand alone function, please see page.php or news.php for usage sample .
There is no comment. Why not be the first?