Where are you looking for it to show up? In post notifications, you can choose a custom post type. I do.
Hey Bret,
Yeah a few show up, like
faq product manage_cpt_template
But not the one i need. I use a theme that lists jobs on a different page, and it’s post type is:
https://mysite.com/wp-admin/edit.php?post_type=job
But it doesn’t show ?
Thanks for your help.
It’s probably in how the post type is registered.
In looking at the plugin code, it pulls post types that are public and not excluded from search. I’m not the plugin author so I can’t change that. But it could be that your job post type is not public or is excluded from search.