FEE and Pagely MultiEdit
-
If you’ve had problems getting Front-End Editor (FEE) working with Page.ly MultiEdit then here’s the quick and dirty solution:
In /plugins/pagely-multiedit/multiedit.php, at the top of the
multieditDisplay()
function, look for:$GLOBALS['multiEditDisplay'] = get_post_custom(0);
Comment it out, and add these two lines immediately after it:
global $post; $GLOBALS['multiEditDisplay'] = editable_post_meta( $post->ID, "multiedit_$index", 'rich' );
That should fix it for ya!
-Alister
- The topic ‘FEE and Pagely MultiEdit’ is closed to new replies.