Never mind. Found it!!
For those who are interested: In the editor under theme functions (functions.php) I changed the ORDER BY from, whatever it was, to $wpdb->posts.menu_order ASC.
And it works!! :D:D
Hi,
I hope you can help me. I have some common sense, but no knowledge of PHP, Coding, etc.
I am using the theme WP-PortalTheme 2.1 by Portal Labs, LLC and the plugin My Page Order.
However, my pages do not change order 🙂 Before the plugin I’ve tried to do this by the “normal” wordpress thing, where you put 1, 2 and 3 somewhere, but it didn’t work. Now this plugin doesn’t work either.
Anybody who can help me?
The code in the header thing (I think it is the right one) is:
<!– BEGIN navigation –>
<ul id=”navigation”>
- /”>Home
<?php dp_list_pages(); ?>
<!– END navigation –>
I could be completely wrong here of course… 😀 Like I said, I have 0 experience or knowledge.
Anybody who could help me, I’d be eternally grateful!!