I'm using [autonav display="images" postid="123"]
I'd like to sort the child pages by page title (post_title). Is there currently a way to do it?
order="asc" seems to sort the pages by menu_order, not by post_title.
I'm using [autonav display="images" postid="123"]
I'd like to sort the child pages by page title (post_title). Is there currently a way to do it?
order="asc" seems to sort the pages by menu_order, not by post_title.
I'm aware that I can define the post_title order in the Options panel. Is there a way to override menu_order in the shortcodes?
Have you tried:
[autonav orderby="post_title"]
Thank you. I was going by the parameters at http://wordpress.org/extend/plugins/autonav/ and orderby wasn't there.
That page is now updated with the orderby parameter for v1.3.3.
Splendid. Thank you again.
This topic has been closed to new replies.