if you edit PAGE with CWP, it wants you to assign some special post type.
Edit RCCWP_Processor and arround line 41 change
else if (!isset($_REQUEST['no-custom-write-panel']) && isset($_REQUEST['post']))
to
else if (!isset($_REQUEST['no-custom-write-panel']) && isset($_REQUEST['post']) && ($_SERVER["PHP_SELF"] != "/wp-admin/page.php"))
RhymedCode Forum » General
tip - solving bug when editing pages with CWP
(1 post)-
Posted 2 years ago #
Reply
You must log in to post.