The menu-order tag has no wiki summary.
0
votes
1answer
197 views
Sort get_children by menu_order
I'm using the jQuery Carousel Gallery and unfortunately it's not working with WP's new v3.5 gallery ordering. When the client drags to rearrange images, those changes are not reflected in the ...
1
vote
1answer
18 views
Change position of media in admin menu
Is it possible to set the position of an item in the admin menu? I'm trying to move the media link under my custom post types. I know that the media link is position 10. Is it possible to set it to ...
0
votes
1answer
13 views
List CPT by menu_order with children right after parent
I registered a custom post type drawer where my posts are ordered using menu_order. Each drawer could be a child of another drawer, on a multiple depth (parent > child > child of child > child of ...
0
votes
0answers
18 views
Website Menu order change when we look in Iphone Drop Down menu
I am Working on A Site. their is showing some Menus in Header Like A, B, C,D etc.
Their is Also one More menu in header Like X, Y, Z etc.
When I am Looking this Site then Menu are Showing in ...
1
vote
3answers
573 views
Wordpress 3.5 Gallery Menu Order not set?
With the new Gallery editor in Wordpress I am able to set up my galleries and to drag the Thumbnails to re-arrange the image order. On the backend that seems to work fine. But I ran into an issue when ...
0
votes
2answers
38 views
Resetting menu_order to 0 for posts in PHPmyAdmin?
Installed a plugin that allows the re-ordering of posts from any post type / category / tag using a drag/drop interface.
After some time of using, my post order went haywire and new posts began to ...
1
vote
1answer
84 views
Order terms by term_order
Context
Post Type: Resources
Taxonomy: Media Type, Term: Audio
Taxonomy: Series
The following code displays a unique list of the custom taxonomy "Series"
I want to order the list by term_order, but ...
0
votes
0answers
15 views
child pages are not ordering correctly? [duplicate]
I have a custom post type.
I want to display them in the menu order.
e.g In backend i have something like
Post 1
Post 2
Post 3
child 1
child 2
post 4
Post 5
...
0
votes
1answer
60 views
How to use “menu_order” field for posts?
I have a special case where I'd like to order posts in a custom order and it would be great to use the "menu_order" field that is normally only used for pages. What would be the best way to expose ...
-1
votes
1answer
91 views
Get current menu_order
WordPress implements a simple order functionality by default.
What's the common method, to retrieve the menu_order for the current post or page?
2
votes
0answers
48 views
Page Attachment Permalink Structure based on Menu Order?
I've been on a quest for the past couple of days reading up on Rewrite in WordPress but still can't seem to figure out how to accomplish this.
When using pretty links in WordPress, media attached to ...
0
votes
1answer
67 views
echo menu_order value in my theme
I thought this would be a simple task, but I cannot find anything on google.
I would simply like to echo the meun_order value in my loop.
I tried this but it's not in the post_meta table, its in the ...
1
vote
1answer
182 views
get_pages() as per custom menu order
I'm working on Single Page WordPress Theme where I want to get_pages() as per custom menu order.
I have gone through the reference for get_pages() which only allows for default menu :
...
0
votes
1answer
61 views
Compare string with post id in wpdb and do stuff when match is found
I'm looking for some help tying in with the wpdb to compare and change certain values. I'm very novice with mysql handling so I really appreciate any help on this matter!
What I want to do is to go ...
0
votes
1answer
75 views
Exclude pages by menu order
i have a "Default Page Generator" on theme activation i have created...
in that file i set 'menu_order' for each page.
i want to exclude pages with menu order bigger then 50 from the default ...