Hide Single Post Front End
zenopopovici opened this issue · 0 comments
zenopopovici commented
Hi there,
I’m not sure if you’ve made this option available, but I was wondering if you’ve allowed for the option to disable the front end view of the custom post?
I.e; I have a custom post called “Leaders” and create a post titled “Joe” but I don’t want the posts accessible from the front end from http://mysite.com/leaders/joe
From what I’ve read all that would need to be set is
'publicly_queryable' => false
if the CPT was created via PHP, and I’ve tried setting all the options to false but it still shows up on the front end.