how to find your custom post type slug name ?

Here is the way to find custom post type slug name in your website…


function nst_custom_post() { register_post_type( 'Movie', array( 'labels' => array( 'name' => __( 'Movie' ),
'singular_name' => __( 'Movie' )
)

In this function above.. post type slug is ‘Movie


Or you can check by click on any custom post and check in address bar..

slug_name custom post

That’s All 🙂

If still not cleared then please contact with me using chat box or contact form.

Thanks 🙏

If this help you then.. Can you buy a Cup of Coffee for me by nst webcreation paypal--OR-- nst webcreation blog coffee cup

Published by

NST

Myself Narender Singh Thakur ( NST ) and i share my Experience/Knowledge and Tricks for folks and beginners to solve their issues while making websites through this Planet.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Click to Chat