Another name for it would be the post_name … there are a bunch of function’s I’ve seen online that are like ..
function the_slug() {
$post_data = get_post($post->ID, ARRAY_A);
$slug = $post_data[‘post_name’];
return $slug;
}
{TITLE} is already a keyword I see it on the Template screen …
Recently I published a blog post at:
http://www.brandbuildercompany.com/blog/2012/10/23/ipad-mini-apple/
The title was “The iPad Mini is Coming”. The post slug would be the “ipad-mini-apple” part. I was hoping to be able to use that as a variable in the campaign tracking area.