// php snippet for grabbing the page slub - part of monoslideshow example


//
$post_data = get_post($post->ID, ARRAY_A);
$slug = $post_data['post_name'];
return $slug; } ?>




Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/SplzTfM__fg/12823