Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Created September 20, 2016 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimwhite/a729d98760727e48cfa55493c4c495de to your computer and use it in GitHub Desktop.
Save kimwhite/a729d98760727e48cfa55493c4c495de to your computer and use it in GitHub Desktop.
if (is_category('Glossary'))
{
$args = array( 'posts_per_page' => -1, 'orderby'=> 'title', 'order' => 'ASC' );
$glossaryposts = get_posts( $args );
}
foreach( $glossaryposts as $post ) : setup_postdata($post);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment