We only support pages in our current plugin.
But it’s open source, so You are free to edit it to support more post types if you would like. 🙂
The following line is causing some problems for me:
https://plugins.trac.ww.wp.xz.cn/browser/swifty-page-manager/trunk/swifty-page-manager.php#L64
This causes the add_submenu_page item to be appended to whatever the active post type is (and removes it from the “Pages” menu). However, clicking the Swifty menu item always displays pages.
Am I missing something with that line of code? It seems like the “_post_type” class property should always be “page”.
Hi fabrizim,
Our lead programmer is on vacation right now, when he returns I will let him get back to you if that’s okay.
Thanks!
Plugin Contributor
jeroenh
(@jeroenh)
Hi fabrizim,
You are absolutely right about this issue. The “_post_type” class property should always be “page”. The line you mentioned indeed causes a problem, so we’re going to fix it. Thanks for the bug report!
Jeroen