<?php
add_action( 'init', 'wpse31629_init' );
function wpse31629_init()
{
add_post_type_support( 'post', 'page-attributes' );
}
Add that to your functions.php
or in a plugin file and you’ll get an attributes dialog box with the menu order input.
Related Posts:
- How to Load Scripts and CSS for Admins Only When Editing or Adding Posts
- How to remove a column from the Posts page
- How to Change Order of Posts in Admin?
- Update post counts (published, draft, unattached) in admin interface
- How to display by default only published posts/pages in the admin area?
- Get current menu_order
- Set Default Listing “View” in Admin
- display all posts in wordpress admin
- Different post sort order within different categories
- what types of order can I pass to get_posts() via orderby?
- Post/Page Publish/Update button not clickable once I make an edit
- Sends out email to admin
- Can I force a metabox to be in one column?
- Sort posts by popularity/page views
- Add a new post status in the post progression
- Help! Turn php link data into url OR hide edit link in post admin OR hide drafts for all users except admin?
- Modifying admin sidebar contents to show pending posts indicator
- How to add editor’s name to entry meta byline?
- How do I reorder (pop and push) items from WP_Query?
- How to put last edited entry on top of the blog-post list?
- Sort post by attributes ‘order’
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- using slug instead of ID in admin edit post url
- How to sort posts by last name (2nd word) on ONE category only?
- Query posts from current year
- Reverse chronology of post listing
- Add “Post Options” for new wordpress post
- Post Admin – Filter by posts without tags
- Add javascript when post is published
- Why does the_date work in the first custom column, but not in the second, in a series of customized Posts columns?
- Add link on the top menu of the post table?
- Add a special filter link to All Posts in admin
- Adding a Nav menu to post admin
- which action to hook to in order to perform post-publish action
- Order Posts by Alphabetical for Each Letter
- Set number of article per number of page
- Make “Post published. View post” Open in a New Tab
- Overview with latest edited posts and pages
- Problem ordering posts with numbers for titles numerically E.g. 1, 10, 100
- Hiding by default specific post status on backend list?
- Custom colors for post rows based on post meta value
- How to add an admin function only to posts, not pages?
- prevent showing posts of an specific category in admin posts section
- How to after saving or publishing a post redirect back to the original page
- How to choose a sort order (for posts) per category? (ideally when creating a new category)
- Order post by year DESC and month ASC
- Display custom post types by date field
- Remove whitespace at the end of posts?
- Allow role to delete posts but block him the wp-admin
- Is there a way to change the color of a row in Post Administration based on the type of post?
- Add filter-by-tag in the all posts admin console page
- 2nd button row from WP Super Edit or TinyMCE Advanced doesn’t show to 2nd admin
- How to get a nofication when post submitted
- orderby=meta_value_num creates duplicate posts
- Change Order of Admin Posts Depending on Meta
- Display posts in alphabetical order for a particular category
- How do I add a custom body class to the admin area of a page?
- Adding a text link under the post title in the lists of posts
- post re-order on my site
- Display posts from #6 to #20 on archive page
- Is it possible to change the admin posts per page view?
- Remove the Edit button in posts for permalinks on certain user roles? WP 3.3
- Change default Posts page
- Show info to author only
- Why orderby=”date” does not support manually changed posts?
- Disable inline_edit() on edit.php
- 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?
- Add the description field on the attached media
- Classic editor throws 403 error based on post content
- Sort WP posts by span value
- How to allow users to post only in certain category and hide elements from edit page?
- How to sort posts inside categories
- Change target of view link in admin
- Prevent additional top level categories but allow more children
- WP Admin register taxonomy and post type performance
- Publish post’s date is set to Nov 30 -0001
- Any way for get_next_post() to use the actual post order instead of publish order?
- Admin – create custom post status and display above table
- Custom order for Mysql array
- How to order posts by meta_value and title
- plugin to post from admin to flickr [closed]
- All Posts admin screen – show time underneath the ‘Date’?
- Order posts alphabetically: how to set order=asc in mysql query?
- Get post ID in post/page edit area
- how to get post order by post id wp_query?
- How Do I Get My Post Tags to Alphabetize?
- While loop articles – if statement order
- Make a vertical dynamic list of posts in alphabetically order and in columns [closed]
- Create a list of posts with topic headdings
- How to remove specific tag from multiple posts?
- How to detect when admin user is on the All Posts page?
- Is there a query string for edit.php to show all posts that have no custom taxonomy terms?
- All posts display default index.html
- Filtering posts on Post Administration Page by Week Number instead of by Month
- How to add the time of a post to the list of posts on the administration page?
- Is there a way to add the list of recent posts into the admin sub menu on hover?
- How to add convenient buttons for new custom post statuses
- get_previous_post() while accounting for sticky posts
- Need to know custom code to display random and most viewed posts in wordpress posts and pages