Quantcast
Channel: Move excerpt meta box to above content editor - WordPress Development Stack Exchange
Browsing all 7 articles
Browse latest View live

Answer by sallycakes for Move excerpt meta box to above content editor

Answers outdated for guttenberg.function wpdocs_remove_page_excerpt_field() { remove_post_type_support( 'post', 'excerpt' );}add_action( 'admin_init', 'wpdocs_remove_page_excerpt_field' );You must...

View Article



Answer by Robin B for Move excerpt meta box to above content editor

If you want to move the postexcerpt for a WooCommerce PRODUCT (short description), you have to use a different hook to get rid of the original postexcerpt. (If you don't, you can't really edit it from...

View Article

Answer by David for Move excerpt meta box to above content editor

This answer is similar to the one @OzzyCzech posted, but it's more universal and it adds a header to the excerpt box. One downside to this method is that you can't hide the excerpt box via Screen...

View Article

Answer by Lea Cohen for Move excerpt meta box to above content editor

I adapted from here: https://wordpress.stackexchange.com/a/158485/373/* ----------------------------------------- * Put excerpt meta-box before editor * -----------------------------------------...

View Article

Answer by Jørgen Rudolph Låker for Move excerpt meta box to above content editor

function jb_post_excerpt_meta_box($post) { remove_meta_box( 'postexcerpt' , $post->post_type , 'normal' ); ?><div class="postbox" style="margin-bottom: 0;"><h3...

View Article


Answer by OzzyCzech for Move excerpt meta box to above content editor

It's simple, just unregister postexcerpt box first then add another one on the top. Here is my codeadd_action('admin_menu', function () { remove_meta_box('postexcerpt', 'post', 'normal'); },...

View Article

Move excerpt meta box to above content editor

I found a WordPress hook called "edit_form_after_title" to add a text box after the title.How can I use this hook to display the excerpt after the title while creating a new post?

View Article
Browsing all 7 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>