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

#112973
TheDoc
Member

Don’t use `body_class` for this, just get the post’s slug:

http://www.joshstauffer.com/get-post-slug-in-wordpress/

As for the ordering, you should be able to fiddle with `query_posts` to your liking.