Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Organize or Reorder WordPress Pages with Drag & Drop

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Do you want to organize or reorder WordPress pages with drag and drop?

By default, WordPress lists your pages in alphabetical order, both in the back-end admin and on the front-end of your website. But if you want them in a different order, then you’ll need to change it yourself.

In this article, we will show you how to organize or reorder your WordPress pages with a drag-and-drop functionality.

How to Organize or Reorder WordPress Pages With Drag and Drop

When You May Need to Reorder WordPress Pages

You might need to reorder your WordPress pages if you have a specific way of arranging your menu items. For example, if your blog has a ‘Start Here‘ page, then you’d probably want it as one of your first menu items and not the last ones.

This way, new visitors can easily find it, learn more about your WordPress website, and navigate it more efficiently.

The Start Here menu item in WPBeginner's menu

When you create a new page in WordPress, it will be automatically placed in alphabetical order. This is different from blog posts, which are listed based on their published date.

So, if you already have pages like About Us, Blog, and Contact Us, and you decide to add a Start Here page, then it will appear at the end of the menu.

Another reason to organize your WordPress pages is when you want to group them based on how important they are or how often you edit them. This makes it easier to find and update important pages quickly in the admin area.

If you want to change the order of pages in your WordPress site, then continue reading. We will guide you through 4 easy methods for you to try, most of which use a drag-and-drop feature.

You can use the quick links below to jump to the section you want to read:

Note: We are using WordPress.org for this tutorial, not WordPress.com. Some methods here may work with WordPress.com, but if you use the free version, then you won’t be able to use the plugin in the first method.

You can learn more about the differences between WordPress.org and WordPress.com in our comparison chart.

Method 1: Organize WordPress Pages With Simple Page Ordering (Plugin Method)

The first method is to use Simple Page Ordering. This free plugin can activate a drag-and-drop feature that lets you rearrange your WordPress pages, and it also works with custom post types with page attributes.

We recommend this method if you are a beginner who has a lot of pages to organize.

First, you need to install and activate the WordPress plugin in the admin area. Once done, just go to Pages » All Pages. When you hover over your list of pages, your cursor should now use a 4-arrow icon, and you can reorder your WordPress pages, like so:

Reordering WordPress pages with Simple Page Reordering

Method 2: Reorder WordPress Pages by Changing the Order Page Attribute (No Plugin)

Another way to rearrange WordPress pages is by adjusting each page’s order number in the Page Attribute settings. However, we only recommend this method if you have just a few pages, as you will need to edit each page individually.

In the WordPress dashboard, go to Pages » All Pages. Then, click ‘Quick Edit.’

Clicking the Quick Edit button in the WordPress Pages page

After that, you will see ‘Order’ (above the ‘Template’ dropdown menu). By default, all pages will have ‘0’ as their order.

To prioritize the pages correctly, make sure to assign each one a unique number. For example, if you have 7 pages and want your ‘Home’ page to be first, then set its order to ‘1’. If the next priority is your ‘Start Here’ page, then give it an order of ‘2,’ and so on.

Lower numbers mean higher priority. No page should be using ‘0’ because it will make WordPress place that page first in the admin area and in your navigation menu.

Once done, just click the ‘Update’ button.

Changing the page order with quick edit in WordPress

This is what the Simple Page Ordering plugin from the first method actually does. When you rearrange your pages, the plugin automatically changes their order numbers, too.

You can also change a page’s order inside the Gutenberg block editor. In the ‘Page’ sidebar, scroll down to the ‘Page Attributes’ section.

Here, you can modify the order number and if needed, assign the page as a sub-page to a parent page. Once you have inserted a number, just click the ‘Update’ or ‘Publish’ button.

Changing a page's order in the Page Attributes settings inside the block editor

When you follow methods 1 and 2, the order of your pages should also be reflected in your navigation menu. But if that doesn’t happen, then you can try methods 3 or 4.

Method 3: Organize WordPress Menu Items With the Full Site Editor (Block Themes)

If you use a WordPress block theme, then you can also organize your WordPress pages in the menu with the Full Site Editor.

First, go to Appearance » Editor from the WordPress dashboard.

Selecting the Full-Site Editor from the WordPress admin panel

You will now see a list of menu options to choose from in the Full Site Editing sidebar.

Simply click ‘Navigation’ to organize your WordPress pages in the navigation menu.

Selecting the Navigation button in Full Site Editor

On the next page, you will see a list of all your pages.

There, just click the pencil ‘Edit’ button next to Navigation.

Clicking the Edit button to modify the navigation menu with Full Site Editor

Go ahead and click the Menu block so that the block toolbar shows up.

After that, click the ‘Edit’ button.

Editing the page list block in Full Site Editor

A popup will appear asking if you want to detach your ‘Page List’ block from the version that automatically displays all of your published pages. Doing this will let you add, delete, or reorder the pages in that list.

Go ahead and click ‘Detach’ to continue.

Detaching the page list block from the navigation menu in Full Site Editor

Now, simply click on a menu item inside the block.

Then, use the right and left arrows in the toolbar to rearrange the order of pages.

Reordering the page list using the toolbar in WordPress Full Site Editor

You can also do the same thing in the Block settings sidebar by clicking the three-dot button next to a menu item.

You will then see options to move the item up or down, add a sub-menu, or remove the page from the menu.

Reordering the WordPress pages in the block settings sidebar using the Full Site Editor

Once you are happy with how the menu looks, just click the ‘Save’ button.

Method 4: Reorder WordPress Menu Items Using the Menu Editor (Classic Themes)

If you use a classic WordPress theme, then you can reorganize the WordPress pages in your menu using the menu editor.

Simply go to Appearance » Menus to get started. If you haven’t created a menu yet, then you can read our guide on how to add a navigation menu in WordPress.

To reorder the menu items, you can just drag and drop the pages, like so:

Dragging and dropping menu items in the WordPress Menu Editor

Alternatively, you can click on the arrow sign in the menu item.

Then, you will see some options to move the page up, down, to the top, or under a parent page.

Rearranging the menu structure in the WordPress Menu Editor

When you are satisfied with the menu structure, just click ‘Save Menu.’

Bonus: How to Reorder Posts on Your WordPress Blog Homepage

We have already talked about how to reorder WordPress pages, but how about reorganizing your blog posts?

If you have a blog page on your WordPress website, then you may notice that its posts get automatically arranged in reverse chronological order (from the most recent posts to the least recent).

This is already a good option by default, as users will be able to see your latest content piece. However, there might be instances where you want a particular post to always be highlighted, such as when you are promoting a special event.

In this case, then you may want to check out our step-by-step guide on how to easily reorder blog posts in WordPress.

This tutorial goes through several methods to reorganize your WordPress posts, from using the Post Types Order plugin and adding code to your functions.php file to reorganizing your product pages with WooCommerce.

We hope this article helped you learn how to organize or reorder WordPress pages with drag and drop. You may also want to check out our list of the most wanted WordPress tips, tricks, and hacks and our expert pick of must-have WordPress plugins to grow your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

15 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Dennis Ras says

    Thanks for this handy plugin. How do I move pages around from the second “page” on the page menu? Only 25 page entries show on the firs “page” and I need to move a page from the second “page”.

    • WPBeginner Support says

      You would want to use the screen options in the top right to increase the number of posts listed to allow you to move that post between the pages :)

      Admin

  3. ELizabeth says

    I’m new to using wordpress, I’m trying to organize all my pages but the drop down that should say parent is missing. Is there a plugin I need to download? I have been using elementor to create my pages, could that be causing the issue?

    • WPBeginner Support says

      Possibly, you would want to reach out to Elementor’s support to see if this is a known issue.

      Admin

  4. Ken Weatherford says

    This is exactly what I was looking for. The order of pages in the admin Pages was driving me nuts. I had many pages I may not use for now, but my actual site pages were buried in five lists of pages…over 92 pages.

    This plugin is the bomb!

  5. M. Ramirez says

    Regarding the answer that says “you cannot put posts in a menu. However, you can put posts in categories and then put each category as a menu item in your navigation menu”… can I use a post as a menu entry within a menu item?

  6. M. Ramirez says

    If I change the order of a page, does the url of the page change? Do I need to work on redirecting my pages so that they can be found on search engines?

  7. Robin says

    Hi could someone on staff direct me to an article (if one exists) that will help me find a plugin to organize my posts better. I don’t even know what to search for in my plugin search box, but basically I want to have several items on my menu such as
    cuisine, travel, crafts, etc.
    Then when I create a blog post relevant to that menu topic, I want to post it under that menu title. I was wondering is it possible to not only do this, but also put the post on a main feed on the front page as well? So the post would show up under the menu area and also the main feed.
    I’ve seen other blogs that do this on their sites to some degree, however I’m on the “shoe-string” budget plan right now and need to figure out a way to NOT hire a developer to do this for me.
    Any help would be fantastic…
    Thanks so much!

    • WPBeginner Support says

      You cannot put posts in a menu. However, you can put posts in categories and then put each category as a menu item in your navigation menu. For example, you can see how added categories in the menu under blog. Simply go to Appearance » Menus and then click on categories tab in the left hand column to expand it. Select a category you want to add to the menu and save your menu. Now create a new post and file it under that category. Hope this helps.

      Admin

  8. tinalear says

    This video is completely useless to me because it jumps right in saying “we’ll go to the “plugins” and bla bla bla” HOW DO YOU GET TO THE PLUGINS ? My wordpress site doesn’t have it. Totally frustrating.

  9. dlockguitarstudio says

    I updated to the new WP version, and installed simple page ordering. I’ve also logged out/back in. There’s no handle to drag/drop in pages, and I can’t reorder in page attributes either. What to do?

Leave a Reply to Trevor Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WPBeginner Assistant
How can I help you?

By chatting, you consent to this chat being stored according to our privacy policy and your email will be added to receive weekly WordPress tutorials from WPBeginner.