Hello, thank you for this helpful plugin!
I´d like to publish my portfolio, which is a custom post type as well. Do you have a hint for me, where to add a line in the code to make this work?
Thank you.
Best singitlow
Hi Singitlow, I am using custom post types via a plugin, http://wp-types.com/. It’s functioning on my custom posts.
Looking for a solution on this on the Standard Custom Post Type UI.
Well I had an issue with my custom post types and had to change the defining of the custom post type adding ‘capability_type’ => ‘post’ ( in register_post_type()
I really need this as well, and zjunaideen’s workaround didn’t work for me… 🙁
Hope to see custom post type support soon!
Thanks for the feedback. We’ll work on it– task at https://github.com/facebook/wordpress/issues/195
peter
(@dewebbouwmeester)
As stated in the referenced github issue 195, custom post types are supported since plugin version 1.1. Still, the cpt resp. cp’s must meet some requirements. Apart from capabilities as @zjunaideen mentions above, the cpt must also support ‘author’.
Hi all,
I have trouble activating the comment box on my custom post type.
I can see my custom post type on the debugger section under : Features enabled by view type, i can activate it for recommendation or send button but not for the comment box…
any help ?
Resolved it !!!
I forgot to enable comments on my post type…