Creating sidebar for cutom post type taxonomy
-
Hey guys,
I’m trying to pull the posts from a custom post type based on the ‘location’ taxonomy, the plugin author has told me to use:global $post; $location = get_post_meta( $post->ID, '_location', true );
But I’m not sure how to code this so that it pulls other posts from the same location as the post I’m on and grab the titles/descriptions etc etc.
Any help appreciated ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Creating sidebar for cutom post type taxonomy’ is closed to new replies.