Skip to content

Instantly share code, notes, and snippets.

@wpmark
Created June 23, 2015 18:09
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 wpmark/08fda1934286e3e20207 to your computer and use it in GitHub Desktop.
Save wpmark/08fda1934286e3e20207 to your computer and use it in GitHub Desktop.
Array of Posts Ordered by Term
<?php
array(
'Term Name One' => array(
'post_object_1'
'post_object_2'
),
'Term Name Two' => array(
'post_object_3',
'post_object_4''
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment