<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Changing Page Order</title>
		<link>http://en.forums.wordpress.com/topic/changing-page-order</link>
		<description>WordPress.com Forums &#187; Topic: Changing Page Order</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 06:25:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-page-order" rel="self" type="application/rss+xml" />

		<item>
			<title>heliorodrigues on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-136824</link>
			<pubDate>Wed, 21 Nov 2007 03:43:25 +0000</pubDate>
			<dc:creator>heliorodrigues</dc:creator>
			<guid isPermaLink="false">136824@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>pods thanks a lot u really helped me
</p>
]]></description>
					</item>
		<item>
			<title>matt on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-8817</link>
			<pubDate>Sun, 23 Apr 2006 08:09:59 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">8817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also many themes respect the menu_order, so if you set that (it's in the sidebar on the write page page) you can order pages.
</p>
]]></description>
					</item>
		<item>
			<title>podz on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-8816</link>
			<pubDate>Sun, 23 Apr 2006 07:56:46 +0000</pubDate>
			<dc:creator>podz</dc:creator>
			<guid isPermaLink="false">8816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This works, I just tested it. It's ugly but it DOES work.<br />
Do this carefully okay?</p>
<p>Normally it's all in alpha order.<br />
I just made 3 pages:<br />
<code>This is page One&lt;br /&gt;
This is page Two&lt;br /&gt;
This is page Three</code><br />
I also had an <code>About</code> page and <code>Page#1</code></p>
<p>They displayed as<br />
<code>About&lt;br /&gt;
Page#1&lt;br /&gt;
This is page One&lt;br /&gt;
This is page Three&lt;br /&gt;
This is page Two</code></p>
<p>I went to Manage &#62; Pages<br />
Clicked Edit for <code>This is page Two</code><br />
In the TITLE for that page, I put the cursor at the very start of that line.<br />
I press SPACE once.<br />
Save page.<br />
Page order is now<br />
<code>This is page Two&lt;br /&gt;
About&lt;br /&gt;
Page#1&lt;br /&gt;
This is page One&lt;br /&gt;
This is page Three</code></p>
<p>I edited 'This is page THREE' in the same way but put 4 spaces. It then rose to the top.</p>
<p>More spaces = higher up.</p>
<p>Yes it's ugly, yes there should be a better way, yes someone will moan at this but it works.
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-7215</link>
			<pubDate>Sun, 09 Apr 2006 17:07:27 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">7215@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We can not access the theme files here as they are currently shared among all users.  The solution up above is for those with a self hosted blog.
</p>
]]></description>
					</item>
		<item>
			<title>brooklynmusic on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-7178</link>
			<pubDate>Sun, 09 Apr 2006 12:59:31 +0000</pubDate>
			<dc:creator>brooklynmusic</dc:creator>
			<guid isPermaLink="false">7178@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is malesalmon's fix actually working for anyone? I saw a post in another WordPress forum where someone pointed out that we can't access the sidebar.php file in WordPress.</p>
<p>Right now, I'm just trying to re-name the page titles so they'll slip into something closer to the desired order. It's not really a fix. But I can't bear having a "1" "2" or "3" etc. at the beginning of each page name.</p>
<p>Hope someone responds. And, lest I forget: Thank You, malesalmon for providing that fix, even if I haven't yet used it. Seriously!
</p>
]]></description>
					</item>
		<item>
			<title>malesalmon on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-6421</link>
			<pubDate>Wed, 29 Mar 2006 01:50:06 +0000</pubDate>
			<dc:creator>malesalmon</dc:creator>
			<guid isPermaLink="false">6421@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In the sidebar.php file, look for the call to </p>
<p><code>wp_list_pages(&#039;title_li=&lt;h2&gt;Pages&lt;/h2&gt;&#039;);</code></p>
<p>Now, add the line "<code>&amp;sort_column=menu_order</code>" to the arguments so that it looks like this</p>
<p><code>wp_list_pages(&#039;title_li=&lt;h2&gt;Pages&lt;/h2&gt;&amp;sort_column=menu_order&#039;);</code></p>
<p>That will sort your Pages by the order that you specify in the Page order field on each Page's edit page.
</p>
]]></description>
					</item>
		<item>
			<title>firefoxie on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-5937</link>
			<pubDate>Thu, 23 Mar 2006 02:49:57 +0000</pubDate>
			<dc:creator>firefoxie</dc:creator>
			<guid isPermaLink="false">5937@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have exactly the same result you do. It<br />
reorders the pages inside the admin area<br />
but does not reorder the pages as seen on<br />
the blog.</p>
<p>Simple solution WordPress.org</p>
<p>1. Integrate the "Order My Links" plugin<br />
2. Have it also apply to WordPress Pages</p>
<p>If you don't the competion will overrun<br />
you sooner or later. They want it bad.</p>
<p><a href="http://www.neowin.net/forum/index.php?automodule=blog&#038;blogid=55&#038;view=showday&#038;d=7&#038;m=3&#038;y=2006" rel="nofollow">http://www.neowin.net/forum/index.php?automodule=blog&#038;blogid=55&#038;view=showday&#038;d=7&#038;m=3&#038;y=2006</a></p>
<p>I'd prefer that you listen to the multitude of<br />
Wordpress users asking for these features.<br />
It's not a "nice-to-have" thing like fading<br />
menus, it is a "core requirement".</p>
<p>Danno
</p>
]]></description>
					</item>
		<item>
			<title>almostablog on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-5010</link>
			<pubDate>Sat, 11 Mar 2006 13:59:15 +0000</pubDate>
			<dc:creator>almostablog</dc:creator>
			<guid isPermaLink="false">5010@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Update to my previous post. This now seems NOT to be working as expected, and I sent a Feedback to WordPress.</p>
<p>Regard the Page Order + feature on the edit Page view.  When I update page order, it seems to only reorder the pages on the Manage =&#62; Pages view within the blog,  but does NOT reorder the pages that are displayed on the live blog.  </p>
<p>I would think this feature would update the order of Pages as seen on the blog, yes or ?  Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>almostablog on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-4971</link>
			<pubDate>Fri, 10 Mar 2006 22:27:36 +0000</pubDate>
			<dc:creator>almostablog</dc:creator>
			<guid isPermaLink="false">4971@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Login to your blog, select Mangage -&#62; Pages</p>
<p>Select edit, to edit each page in turn. There is a blue Page Order selection bar on the right side of the edit Pages page.<br />
Select the + to expand.</p>
<p>Note that by default each page order value is set to 0, so the pages display in alpha order by default. </p>
<p>Set this value (ie, 1, 2, 3, etc) on each page to order the pages other than by alpha.</p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>anthill on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-4939</link>
			<pubDate>Fri, 10 Mar 2006 14:56:09 +0000</pubDate>
			<dc:creator>anthill</dc:creator>
			<guid isPermaLink="false">4939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can edit the page title with a number in front. Numbers will go ahead of letters.
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-1841</link>
			<pubDate>Mon, 30 Jan 2006 13:33:28 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">1841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Only by editing the theme which we can't do.
</p>
]]></description>
					</item>
		<item>
			<title>literatureinreview on "Changing Page Order"</title>
			<link>http://en.forums.wordpress.com/topic/changing-page-order#post-1832</link>
			<pubDate>Mon, 30 Jan 2006 11:59:25 +0000</pubDate>
			<dc:creator>literatureinreview</dc:creator>
			<guid isPermaLink="false">1832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'd like to change the order of my pages without having to delete all of them and recreate them in the proper order. Any workarounds?
</p>
]]></description>
					</item>

	</channel>
</rss>
