• Hi, I have emailed directly a few times but no response. In the post notifications section when adding a new notification it does not show my custom post types. I use the plugin ‘Custom Post Type Builder by Themify’ & in their settings they are set to publicly queryable but your plugin does not pick them up, it only shows the woocommerce ‘product’ post type. The only way I found to show them with a tick box is to edit notification-edit.php & edit line 201 from $args = array('public'=> true, 'exclude_from_search'=> false, '_builtin' => false); to $args = array('publicly_queryable'=> true); … this shows the post types & you can tick the boxes but when you save & click off then go back the boxes are unticked again. Can you suggest a fix & include in a future update?

Viewing 3 replies - 1 through 3 (of 3 total)
  • anonymized-14293447

    (@anonymized-14293447)

    …but, are custom-post-types actually supported in this plugin? I don’t see a way of adding those in the cron-job

    Thread Starter JamesBoothroyd

    (@jamesboothroyd)

    It picks up the WooCommerce product post type so surely they should. It also shows my custom post type when modifying the code to $args = array(‘publicly_queryable’=> true); but it won’t keep them selected.

    Just waiting on the dev to reply.. it’s only been 2 months :/

    Thread Starter JamesBoothroyd

    (@jamesboothroyd)

    Gopilus – seen other posts have been responded to, please can you take a look at this one?

    Custom post types not able to be selected, only custom post type showing is WooCommerce product. My code amend doesn’t work, keep them enabled or send out messages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Post Types Not Accessible’ is closed to new replies.