Wordpress helper: Get the slug - Get the slug of a post or page.
<?php function get_current_url() { global $wp; return home_url( $wp->request ); }