Tagged Questions
3
votes
2answers
113 views
Move admin menu at the end
I installed a plugin for my users in WPMU and I want to make it appear at the end of the admin menu ....
I tried this but the menu never appears at the end:
function custom_menu_order($menu_ord) {
...
0
votes
1answer
65 views
Custom order categories in admin dashboard
everyone, is there way to order categories in add/edit post in admin dashboard. The problem is my order must be custom, not by Name or ID. For example:
Rumors (id 5)
News (id 1)
Features (id 7)
etc.
...
0
votes
1answer
467 views
Sort wp_nav_menu() by menu order
I have made a custom menu handler for the back end, sorting the via a drag drop based on CMS Page Order.
The problem now is that it seems that it's not possible to sort wp_nav_menu in any other way ...
1
vote
2answers
936 views
How to Change the Categories Order in the Admin Dashboard?
The order of categories on dashboard is alphabetical. Can I change it to custom order?
0
votes
3answers
669 views
How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
I'm researching this problem for days without any success... What I want is very simple: to see my custom taxonomy terms sorted by ID on the admin page. I can't believe that something this simple ...
0
votes
2answers
142 views
How can I add a box to edit Order on a regular post?
I'm currently using the menu_order field in the DB to have some custom ordering of posts. I want to expose this field to the user via the admin section, like it is when editing a Page (in Page ...
