Bruno Teixeira
Bruno Teixeira

Reputation: 575

Wordpress - How to create custom post type without creating page

I want to create a custom post type to manage some things on wordpress. But i don't want that the post create a single page to each and single one.
How can i disable this function of wordpress?

Upvotes: 3

Views: 4123

Answers (1)

Şivā SankĂr
Şivā SankĂr

Reputation: 2036

While creating the custom post type, You can disable the permalink section. Please check on this thread,

https://wordpress.stackexchange.com/questions/108652/remove-custom-post-type-permalink

Upvotes: 1

Related Questions