Tagged Questions
0
votes
1answer
252 views
How to set default metaboxes on user creation?
Just for repetition's sake, I want to do the following: I need to set custom fields and the excerpt metaboxes for WP default Posts post type when a new user is created. I know that by default WP ...
0
votes
1answer
285 views
how to reset metabox excerpt to open
For some reason the excerpt box on the new posts page (post-new.php) is always closed. I can alter that with firebug, but it should be open anyway.
There is a "closed" class being added by someone ...
0
votes
2answers
456 views
Replace the Post Excerpt Meta Box with a Field in My Custom Meta Box
I've got a custom meta box for a custom post type which will be the only metabox I plan to show in the main column (except the native title box). I want to move the native Expert box/field inside my ...