/ Published in: PHP
URL: http://www.insitewebsitedesign.com/wordpress-post-slug-and-page-slug-function
Expand |
Embed | Plain Text
<?php $post_data = get_post($post->ID, ARRAY_A); $slug = $post_data['post_name']; echo $slug; ?>
You need to login to post a comment.
