Skip to content

Instantly share code, notes, and snippets.

@spacedmonkey
Last active August 29, 2015 14:13
Show Gist options
  • Save spacedmonkey/d27cc395600dc7eebe7e to your computer and use it in GitHub Desktop.
Save spacedmonkey/d27cc395600dc7eebe7e to your computer and use it in GitHub Desktop.
foreach ( $collection as $term ){
$term_post = get_post( $term->name );
if( is_a( $term_post, 'WP_Post' ) && $term_post->post_status == 'publish'){
$term->post = $term_post;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment