You can’t set multiple “menu_orders” specifically. There is one spot for that value in the posts table. You should be able to solve this by creating your own category specific menu order with custom meta fields.
I wouldn’t call this a difficult project but there is a bit of work to it.
- You are going to need to create meta boxes to manage the custom menu
order - Or tediously hand write into the default custom meta box
- And alter your queries, where necessary, to sort on your custom
fields.
I would suggest getting started with an implementation and asking more specific questions as you have problems. I don’t have the time to cook this up for you wholesale, and I am not sure there is detail enough in the question even if I had the time.
Related Posts:
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- Convert custom fields to post categories
- Show related posts by category but ignore one category
- Add custom field to all posts in specific category
- prevent showing posts of an specific category in admin posts section
- Exclude posts from featuring
- How can I remove posts of a certain category from homepage after a specified time period?
- Automatic value for custom fields for posts
- List posts in a given category
- WP_Query orderby not working with meta_value_num and menu_order
- How can I sort posts by the date and a custom meta field?
- How do I correctly set up a WP-Query to only show upcoming event-posts?
- Get user categories with most posts in it
- Categories list into registration form
- Query Posts With Over 1000 Views
- Query Posts by Custom Field
- Redirect to another page using contact form 7? [closed]
- Loop doesn’t exclude the specified category in home page
- Display posts of specific category term
- if in category but only with post meta
- Migrate posts from category and sub-category via SQL
- WP_Query custom field pass the post id
- WP_Query of Category Not Showing First Post
- Sidebar limiting to 10 posts?
- Override WordPress core post-template.php block template
- Only the most recent post is showing on my category page (working on localhost, not live site)
- Post meta not working
- Query prints posts without specific categories
- Is there a way to save different data when USER interacts with the same POST?
- How to get value of a selected option from select tag and use it in WP_query to filter posts?
- show image gallery in archives or category page
- Page with Category Returning 1
- WP_Query sort by meta_value_num or date
- Get 5 most recent categories
- Creating Ordered Query using Meta_key
- How can I display a specific number of post in a category via a url
- WP Query between posts custom fields [duplicate]
- Retrieve latest post by multiple categories with ID
- Make assigning post to a specific category equivalent to assigning it to all categories
- How to Include a common category in a custom Category Search
- Delete old post with new post
- WP_Query: Fetch posts that are in (category1 and not in category2), OR posts that are not in cagegory1
- Exclude sub sub categories from displaying in the archive page
- List posts related to category on a div [closed]
- Show Title/Date/Excerpt of first post & only Title for rest in Query [duplicate]
- Filters do not work when there are multiple (one works)
- Image inside the content is replaced with featured image from my older post
- Future post ID not showing
- Can I divide the pages into categories?
- Display post category in foreach loop with category link
- Properly display posts on homepage
- Show custom post type filtered by category
- How can I show many posts an author has per week?
- Display post X of Y in category
- Get current category id from post page wordpress
- How do I use WP_Query to get a range of posts with custom fields that have numbers with letters in them?
- Ajax load more button in Recent posts widget
- Get mixed category random posts
- Extracting post categories
- WP_Query with ajax handler returns the same posts
- Child_of not displaying all children posts.. via get_posts
- Using wp_list_categories like the the_category (showing just current categories of a post)
- Why WP_Query(‘showposts=5’) shows only 1 post?
- Custom WP_Query with complex ‘post_status’ argument
- Saving category to a post, before publishing the post
- is there a way to show the the post title after the image?
- Duplicate posts and change category
- Should I use posts or pages in this scenario?
- recent posts for different categories
- Category Foreach keeps looping?
- Using permalinks, category slugs, and tag slugs
- post categories
- Search by post title and content in wp_query without order
- Hiding Draft Post In Admin
- Exclude category from
- How to limit posts by category
- How to display Common posts from specific Tag & Category with Shortcode
- Assign category to new post via URL
- Blog post per page setting conflicting with custom WP_Query?
- Change post order random through out the entire WordPress
- How to insert 2 args into 1 Wp_Query for a slideshow
- How to exclude latest x posts from a paginated query?
- Setup a custom dynamic post
- Stop users posting into category while still seeing contents of the category
- Anyway to grab author name and featured image in an embeded in inital array of posts outside of loop?
- How to verify wp user password by sql query in wp? [closed]
- Removing noindex posts from wp_query
- Category Page Template not Showing Posts
- display a random post thumbnail from a random category
- How do I retrieve then print the currently viewed sub categories?
- WP Query – Posts Per Page not working in combination with category__in
- Ajaxify This Code
- Automatically add custom fields value to wordpress post
- How to allow users to post only in certain category and hide elements from edit page?
- How to filter my search in post if contains a word in title, content or excerpt?
- How to return another post than requested
- Is there a way to notify specific users when new posts are published to specific pages?
- How can i limit the number of posts created per category?
- Pausing and Resuming WP_Query results
- How to do set post permalinks using 6 digit random unique function?