Meta query for custom post type ignored in main query
I looked through the interwebz but couldn’t find a solution. I am creating a website with custom post types where posts also include … Read more
I looked through the interwebz but couldn’t find a solution. I am creating a website with custom post types where posts also include … Read more
Im trying to build a taxonomy query to only display the terms that have a certain custom field value assigned to it. The … Read more
I am writing some PHP which allows users of my site to submit a form and query posts by their post_meta. Everything works … Read more
(Wordpress 4.3.1) I’m running a custom loop and only want to include posts that have file uploaded to a custom field: audio_file. I … Read more
I have a custom post type ‘speakers’ and I have a checkbox custom field (meta_query) to separate my Conference speakers from my Workshop … Read more
I would like to know if there’s a way to have the ID when we use the add_post_meta() function ? I need it … Read more
I have a Publications Post Type, a Writers Taxonomy and a Publications Custom ‘Meta Box’ Value; parent_id. In my archive-publictions-post.php template I am … Read more
I want to list all users who registered in between the $start_date and $end_date.I have written a metaquery,but it returns empty.Please help. $start_date … Read more
My meta key is geo_listing_type and this key have 2 meta_value, pro and free. I want to order these by pro first then … Read more
I was using the following arguments for a WP_Query for months: $args = array( ‘post_type’ => array( ‘posttype1’, ‘posttype2’, ‘posttype3’, ‘posttype4’ ), ‘posts_per_page’ … Read more