The collapse tag has no wiki summary.
2
votes
1answer
50 views
How to minimize WP dashboard menu programmatically?
I'd like to programmatically (either with js or php, but I imagine it'd simpler with js) hide the dashboard admin menu using the same functionality that is already built in. All I want is, when the ...
0
votes
0answers
113 views
collapse twenty twelve submenu in mobile version
in the twenty-twelve theme, the following code will collapse the sub-menu ul/li of the mobile version...the problem is that it also brake the normal version of the menu! how can i use it only when the ...
0
votes
1answer
66 views
Collapse subcategories in post edit screen
Is there a plugin to collapse/expande subcategories in post edit screen?
In other words I'm looking for analog of CMS Tree Page View plugin, but for categories.
0
votes
1answer
277 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 ...
3
votes
3answers
2k views
Make Custom Metaboxes Collapse by Default
I've created some custom metaboxes for my post write screen. Is there any way to make some of them display collapsed by default?
Just in case I'm not using the correct terms or not being clear in ...