Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End page loop issue Re: page loop issue

#112979
TheDoc
Member

Should be as simple as doing this for the query:

query_posts( ‘post_type=page&orderby=title&order=DESC’ );

…or whatever options you want.

And you don’t need to use the slug at all for an identifier, you can just use the ID like you did above: