Since WP 3.1, you can cast the meta value to anything you want using the ‘type’ argument in ‘meta_query’:
$args = array(
'meta_query'=> array(
array(
'key' => 'vote',
'compare' => '>=',
'value' => 5,
'type' => 'numeric',
)
)
'posts_per_page' => 100
) );
query_posts( $args );
Related Posts:
- How to Get All Posts with any post status?
- query_post by title?
- Order by meta value or date?
- Display posts of the last 7 days
- Filtering posts by post meta data
- How to query_posts using meta_query to orderby meta_key AND have a secondary sort by date?
- Help to condense/optimize some working code
- query_posts exclude a meta key
- Modify main WordPress loop with a parse_query filter
- How to make “sticky” pages (and query by them)
- Sort posts alphabetically by custom field value, insert divider between different letters
- using post__in allow duplicate post id
- WordPress Custom Query
- Help altering a query to exclude all but standard post format
- Use union/intersection query_posts variables in uri request parameter form?
- query_posts doesn’t order by title
- How to limit search to first letter of title?
- Custom query with query_posts doesn’t show post without certain meta_key
- Post Title displaying but not in the wrapped HTML I need
- How to ensure that is_search() return false after query_posts
- Inserting Post Using wp_insert_post. How to Fill Yoast Plugin SEO Fields
- Post count per (day/month/year) since blog began
- Dynamically excluding current page id
- How do i paginate query_posts with numeric pagination?
- Query 1 taxonomy term, exclude another
- Order by meta_key with two meta_queries
- Pagination on custom query
- Ordering terms before displaying posts
- Sort Posts by Multiple Meta Values [duplicate]
- Querying posts with meta value that begins with a certain pattern
- How to show only today’s post?
- Adding Variables to post query
- Unable To Get Published posts using query_posts
- Read More is not working in query posts
- Static Front-Page Excerpts
- How to reverse the order of WordPress blog posts?
- Tricky WP Query
- tax_query operator woes
- query_posts() ALWAYS displays something?
- Trouble with get_next_post() get_previous_post() returning null
- How can i display the posts per week in a particular month?
- Possible to display posts containing a short code ?
- How to run a SQL Query for character in Post Titles
- Authors List page : how to exclude posts from certain category
- Using ajax with paging and a custom sub-query
- ACF Query meta_values don’t work with ‘offset’
- How to retrieve an array of post IDs by a particular value stored in a custom meta’s array
- Query a WordPress page by its title (which has a parent page)
- define orderby URL with meta_key=post_views_count
- Query_posts and attachments
- Custom loops, sticky posts, and pagination nightmare
- Querying posts only if the current page is not paged?
- post_parent array doesn’t work
- how to store wordpress loop in array?
- meta_query check for meta value in key which holds an array of values
- Exclude posts by post meta value
- How to place an image after Nth number of posts in query_posts
- Related Posts: Notice: Undefined offset: 0
- Single-page wordpress theme navigation
- meta tag placement for google verification
- When to use WordPress loop or Foreach loop?
- Can’t get pagination to work for sticky posts only
- show x number of posts from y category on homepage
- How to Show Comment Count on Related Posts?
- How can I show only 5 posts from the relationship?
- Frontend form with multiple posts
- Way to cache a query for 24 hrs
- Make query_post category name dynamic
- How can I list posts with different formats depending on order?
- query_posts orderby postmeta [closed]
- WordPress Query based on random taxonomy
- Displaying and Querying Posts with Featured image
- Restrict query_posts by Date?
- View Achive with Category Filter, but Page per post not working
- Meta query stopped working
- Sticky posts don’t show up first in custom loop
- Want Page Descendants when using query_posts post_parent or child_of
- grab neighboring content in a query
- Querying a query
- How do I query based on the modified date?
- Is there any way of only retrieving posts with one or more thumbs up (GD star rating plugin)?
- How to setup blog page to render blog posts minus afew categories
- Ordering of posts, 2020 Year showing as next event when should be last
- How to put orderby on a custom field in query_posts
- wp_remote_post and form post
- Filter posts by current date ( WP Post Carousel )
- Sort Posts By Custom Field Date
- Custom query posts error
- wp_query by last month + sort posts
- query_posts not working after wordpress 3.7 update
- Post Filter clearing on pagination $_post
- Is that the query_posts() the real criminal here?
- Query specific posts from parent by slug rather ID
- How to limit the number of posts on the home page?
- query_posts and sub pages?
- How to refine WP-Query with further criteria
- Multiple loops with / without sticky posts and different post limits
- prevent display duplicate titles on main page
- Lots of SQL queries
- Limiting the amount of posts this displays