You can indeed query on post metadata, see Custom Field Parametersfor WP_Query in Codex. I would recommend against using a custom table.
EDIT
– Here’s an example query for all resorts with meta key vertical_feet
between 2000 and 3000:
$args = array(
'post_type' => 'resort',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'vertical_feet',
'value' => array( 2000, 3000 ),
'type' => 'numeric',
'compare' => 'BETWEEN'
)
)
);
$query = new WP_Query( $args );
Related Posts:
- Get page id by template
- How to load JS and CSS only on specific Pages using is_page()?
- Listing pages which uses specific template [duplicate]
- page title, parent tilte and grand parent title
- How to add jQuery script to an individual page?
- WordPress page edit does not save selected template
- Manual excerpts for pages not working on Search
- How do I set and list page_template with wpcli?
- How to get post or page excerpt using post_excerpt
- Automatically set page order on create page
- WP is not using the select custom template.php that its selected for a page
- Is it possible to set a page template on a dynamic home page (articles list)?
- Associate Page with User
- Page with page template not using template in Preview
- Subpages return 404 error [closed]
- wordpress with many custom styled static pages
- One page – Multiple parents?
- Check whether the child page has siblings
- How to re-order pages en-masse
- wp_dropdown_pages default value
- User capability of create page/new page
- A function like is_page() but returns true if on any sub page of given page
- How to get the excerpt of a page before more tag?
- is_page condition not working
- Using page slug in array
- Shortcode produces blank page
- How WordPress manages nested dropdown?
- Get all children page ID’s including parent by title
- How to modify the default WordPress ‘Pages’ widget to have titles on the anchor tags?
- Creating a 3-column layout on a WordPress Page
- Create page that is not deletable
- I have index.php and other files, how do I display other pages?
- is_home() returns TRUE on page template
- Location-Based Pages displaying results near customer
- Moved WP from example.com/blog to example.com, cannot add pages now
- Created php page in wordpress – Error Page can not be reached
- Adding New Users to Your WordPress Site for edditign only one page
- Multiple alias for single page
- Removing Parent Page URL While Keeping the Navigation Intact
- Organizing Your Pages
- Custom page template for multiple pages
- IF user is logged in only show certain page
- No Appearance panel is shown
- hard coded html / php pages on local host directory don’t show up in WP dashboard
- the_content of template page
- Post Fetching Ignoring Sort_Column?
- loading a javascript on a WP PAGE
- WordPress theme: Add page content to the bottom of the Contact form
- 404 Page not found
- Styling Previous/Next Pages differently from Index
- Page access only from a specific page in wordpress website
- How to show ‘tags’ in ‘WordPress Pages’ [not Posts]
- How can I change “page” (as in foobar.com/page/5) to another word?
- determine whether content is of type Page or a Post and display accordingly
- Check if the child page has sibling pages, and bookmark current page
- pre-existing data, and entities
- Automatically generate pages from SQL
- require_once not working
- Undefined index: post in NOTICE while adding meta box
- Displaying posts on homepage – Template Page
- Need 404 behaviour for blank parent page
- is_single(); Question
- Showing Different Code on Pages With Different Layouts
- How to make title for home to be News, but if page has parent then its name else just post/page name
- Next Page & Previous Page links – skipping a single page – how?
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- products category page editing
- Different template parts when on different pages
- Updating page template pragmatically
- Why can’t pages be categorized / tagged?
- Adding in additional pages into a custom theme
- List of pages of a specific user
- wordpress page navigation numeric pagination showing same posts on each navigation
- WordPress dosn’t save page/post updates
- Multiple meta_key with get_pages
- Sup pages can’t be found
- How to use wp_dropdown_pages or wp_list_pages to accomplish a menu like this?
- Get child pages in get_pages function
- WordPress Page All Content In Template Good Or Bad Convention?
- Bundle a page with custom url and a function
- Custom Upload Adds Ghost File
- Displaying Content Only in Certain Page IDs Not Working
- WordPress white screen with “All Pages”
- Widget & storing a Select box choice
- How to Change the path of a child page?
- Annoying notification when trying to create a new page
- Page stuttering on load
- How To List Sibling Pages And Include The Featured Image?
- WP Template Hierarchy – Need help choosing the correct templates
- the_content() Returns post content when I want page content
- disable trashability for certain pages
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- Can’t select a page using is_page()
- pages won’t show on front page using loop or pre_get_posts
- Does WordPress list all pages for crawlers?
- List of pages – AJAX load more
- one time visit to the page
- How to display child page from specific parent page in homepage?
- How to display text of a page in home or custom page?
- How do I count the number of pages a user has seen on my site, and force them to log in after a certain amount