bkimberly2000
Forum Replies Created
-
Gabor,
Just wanted to poke my head up. This fix does not appear in 1.6.8.
Thanks for your hard work!
BradAh, yeah. Thanks for looking into that! I’m not an excellent coder, but I managed to get it to work by changing “public” to “show_ui” in the array. Thank you for your hard work on this plugin!
Take care,
BradI don’t have older versions of the code, but I presume this is the part that’s hanging me up since Pagelines predefines those custom post types ‘public’ as false.
public function get_available_post_types() { $pt_args = array( 'public' => true ); $all_posttypes = get_post_types( $pt_args, 'names' ); return $all_posttypes;Gabor,
Sorry for the delay. I don’t regularly check the forums.
I did a little bit of research and discovered that the custom post types are NOT public. That seems to be the standard when using the Pagelines Framework and child themes. In my case, Boxes, Banners, and Features should all be showing up under the Post Expiry options, but they don’t. They USED to, but for some reason they disappeared several versions ago.
Thanks for your help!
Brad