Skip to content

Instantly share code, notes, and snippets.

@ganmahmud
Created April 11, 2016 12:05
Show Gist options
  • Save ganmahmud/9987891828453de2cc3f233efbcf1c94 to your computer and use it in GitHub Desktop.
Save ganmahmud/9987891828453de2cc3f233efbcf1c94 to your computer and use it in GitHub Desktop.
In the single-custom.php
$arguments = array(
'post_type' => 'offer',
'post_status' => 'publish',
'meta_key' => 'bus_name',
'meta_value' => $somevalue,
'meta_compare' => 'LIKE',
'posts_per_page' => '-1',
'post__not_in'=> array(get_the_ID()),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment