Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Page Menu Bar Sorting (http://forum.bytesforall.com/showthread.php?t=652)

Dem Mar 5, 2009 11:12 AM

Page Menu Bar Sorting
 
Once I saw the theme Atahualpa, more than any theme I do not want to use.
But there is a problem.
How to sort the pages? I have it sorted only in alphabetical order:
1.Abcd
2.Bcde
3.Cdef
...

How to do it? :
Cdef
Abcd
Bcde

Used plugins pageMash and My Page Order
http://wordpress.org/extend/plugins/pagemash/
http://wordpress.org/extend/plugins/my-page-order/
Does not work!

What can you do to earn these plugins?

Can I as a manual in the files of the theme, to change something, to change the order of the sequence number of the page?

AND another important question(!):
In a theme file output page? "wp_list_pages" I have not found! where and how?

VERSION WP 2.3.3

Dem Mar 5, 2009 11:22 AM

THIS

List Pages by Page Order

The following example lists the Pages in the order defined by the Page Order settings for each Page in the Write > Page administrative panel.
<ul>
<?php wp_list_pages('sort_column=menu_order'); ?>
</ul>

http://codex.wordpress.org/Template_Tags/wp_list_pages

Dem Mar 6, 2009 01:18 AM

Flynn, can you help me?

Flynn Mar 6, 2009 12:06 PM

You just posted the solution yourself:

The following example lists the Pages in the order defined by the Page Order settings for each Page in the Write > Page administrative panel.

And please don't be demanding in your support request for a free theme. I tried for a while to support every issue including those that aren't theme related but I cannot do this for an infinite time as it is eating up my whole day. If you want special attention, donate

Dem Mar 6, 2009 02:52 PM

Thank you, Flynn

Dem Mar 6, 2009 03:22 PM

PS in such situation I usually c.l.i.c.k. on a.d.v.e.r.t ;))


All times are GMT -6. The time now is 07:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.