php - Wordpress add_meta_box not re-positioning -


i have function in wordpress-php file this:

add_meta_box('wp_function', 'event', 'wp_function', 'event', 'normal', 'default'); 

previously, this:

add_meta_box('wp_function', 'event', 'wp_function', 'event', 'side', 'default'); 

however, when changed fifth parameter ($context) 'side' 'normal' doesn't re-position main wrapper. knows why?

two possibilities:

  1. change "advanced" , see if moves it. if not...
  2. have ever dragged meta box around? if so, dragging customization override setting , wordpress remember wanted it. still change "advanced" , drag want it. (for new users or hasn't moved it, should appear in proper place.)

let me know if helps.


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -