RhymedCode Forum » General

tip - solving bug when editing pages with CWP

(1 post)
  • Started 2 years ago by tkapler

  1. 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"))

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.