{"id":718,"date":"2012-08-24T15:21:10","date_gmt":"2012-08-24T06:21:10","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=718"},"modified":"2012-08-24T15:27:47","modified_gmt":"2012-08-24T06:27:47","slug":"wordpress-function-to-get-postpage-slug","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/wordpress-function-to-get-postpage-slug\/","title":{"rendered":"WordPress function to get post\/page slug"},"content":{"rendered":"<p>Here&#8217;s the function. Copy it and paste it into your\u00a0<em>functions.php<\/em>\u00a0file:<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nfunction the_slug() {\r\n$post_data = get_post($post-&amp;gt;ID, ARRAY_A);\r\n$slug = $post_data&#x5B;'post_name'];\r\nreturn $slug;\r\n}\r\n<\/pre>\n<p>Once done, simply call the function within the loop to get the post or page slug.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">&lt; ?php echo the_slug(); ?&gt;<\/pre>\n<p>Thanks to Maidul for the function!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s the function. Copy it and paste it into your\u00a0functions.php\u00a0file: function the_slug() { $post_data = get_post($post-&amp;gt;ID, ARRAY_A); $slug = $post_data&#x5B;&#8217;post_name&#8217;]; return $slug; } Once done, simply call the function within the loop to get the post or page slug. &lt; ?php echo the_slug(); ?&gt; Thanks to Maidul for the function!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[354,725,355,353],"class_list":["post-718","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-get-post-page-slug","tag-wordpress","tag-wordpress-function-post-page-slug","tag-wordpress-function-to-get-postpage-slug"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=718"}],"version-history":[{"count":2,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/718\/revisions"}],"predecessor-version":[{"id":720,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/718\/revisions\/720"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}