ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Editing pages and custom posts #260

Closed paulbarris closed 8 years ago

paulbarris commented 9 years ago

Hi! Thanks for this great plugin :) I was wondering, might it also work on pages and custom posts? Thanks! Betsy

phpbits commented 9 years ago

Hi,

You just have to add :

add_post_type_support( 'page', 'front-end-editor' );

change 'page' to custom post type. It's not working on the latest wordpress version though. I'm waiting for this plugin to be updated. Thanks!

Cheers, phpbits

ellatrix commented 8 years ago

See #234.