Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author scribu

    (@scribu)

    You can do something like this in your theme:

    add_filter( 'front_end_editor_allow_post', '__return_false' );
    
    // code that displays the menu
    
    remove_filter( 'front_end_editor_allow_post', '__return_false' );
    Thread Starter Sea Jay

    (@jcollier)

    Great!

    I’m using Thematic, so I’ll take this to their forums to fill in the “code that displays the menu”

    Thanks for stewarding this plugin through the continuing evolution of WordPress.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Front-end Editor] Editing post title’ is closed to new replies.