• i read something about a

    // Move the excerpt box above the WYSIWYG editor
    jQuery(function($) {
    var $excerpt = $(‘#postexcerpt’);
    var $wysiwyg = $(‘#postdivrich’);

    $wysiwyg.prepend($excerpt);
    });

    but i dunno how to do this .. plz i want to have this

    tittle field

    excerpt field

    wysiwyg editor

  • The topic ‘Moving the excerpt field ABOVE the main editor field (in Add New Post view)’ is closed to new replies.