Hey mate,
I'm working on a site that offers courses that need to be listed in a particular order of 'value'. Your plugin works great on the main courses page, and I was able to manually sort the list to what I needed using:
$postslist = get_posts('numberposts=100§ion_name=courses');
However when I go to a subpage, and use that exact same code it has no affect.
Courses page URL:
homepage/courses
Subpage URL:
homepage/locations/particular_franchise/courses
Is this limited in site hierarchy or am I making a local mistake?
Cheers.