PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Show all custom post types on the dashboard

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello

I've just purchased the plugin, so i can change custom fields in my custom post types.
But all the CPTs are not showing up in the dropdown. Could this be because of how i registered the CTPs in wordpress?

I have 4 custom post types, only 2 are showing in the bulk edit table.

Thanks

Hello

maybe these posts are not public.

you can  try to add  in functions.php

add_filter('wpbe_post_type_args', function($args){

if(isset($args['public'])) {

unset($args['public']);

}

return  $args;

});

Hi,

 

Yes it's working. Thanks a lot.

 

But i have a question. I don't want all my  posts type to be indexed. Won't this PHP function make them indexable?

Hello

No! This is just a search query that ONLY works on my plugin page

Welcome;)

Thanks o lot

Welcome;)

Let me know if you have any more questions.