Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created September 28, 2015 18:41
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 billerickson/8755c113c4324c205ca0 to your computer and use it in GitHub Desktop.
Save billerickson/8755c113c4324c205ca0 to your computer and use it in GitHub Desktop.
<?php
$loop = new WP_Query( array(
'category_name' => esc_attr( get_post_meta( get_the_ID(), 'be_category', true ) ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment