Could you clarify, I think what your asking is if your able to specify post types when querying – you certainly can.
http://codex.wordpress.org/Class_Reference/WP_Query#Type_.26_Status_Parameters
If you asking about category searches, then yes of course. That same link also has information on querying taxonomy, there are many ways to do that thought that depend on the actual site being built.
Edit: From the comments it seems you need to Orderby metadata..
http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Related Posts:
- How to display by default only published posts/pages in the admin area?
- Find out who deleted a page or post?
- Post/Page Preview Template
- Using single.php from plugin folder instead of default template folder
- using wp_update_post on save_post
- Replace image attributes for lazyload plugin (data-src)
- WordPress plugin to publish to multiple remote WordPress blogs
- How to disable drafts?
- Custom Post Type Pagination Doesn’t Work in WordPress 3.4
- How to wrap every image in a post with a div?
- Post from front-end only by logged in users, form posts as “posted by:
- Show One Category on Post
- WordPress Delete hook with wp_delete_post function?
- Order post by year DESC and month ASC
- Why does `url_to_postid` return 0 when testing `page_for_posts` Page?
- Do I use custom post type or something else?
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- Delete Post From Front-End and attachment permanently
- Custom post type permalinks breaking due to 3.1 bug fix
- ‘Invalid post type’ error when importing from one site to another
- Blogroll – Different layout for first post
- How to delete old posts’ edits to save space?
- Get post id in wordpress action?
- Archive Page for Custom Post Type is not Working
- Filter Custom Post Type by Category with Ajax
- Edit custom post type admin menu link
- How to include a post type in the admin/backend?
- How to make number of blog posts a custom field?
- WordPress blog or WordPress website
- Using custom post template
- Hiding Draft Post In Admin
- Adding custom fields to bbpress reply form
- Show posts by a custom post author
- Search results posts_orderby and ID
- Making a custom Pagination for multi page blog post
- Unable to restore from backup – how to obtain old blog posts?
- Permission issue with custom post type – not added to menu – by plugin
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- custom post template file not shown, instead all the time 404.php
- Custom Post Type Rewrite To Include Parent Page(s)
- Thumbnail & Category link aside post
- Custom taxonomy archive page problem
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- Custom Post Type archive
- WordPress custom post type with folder structure in slug
- How to add automatically bootstrap 4 order-lg-1 and order-lg-2 classes for columns in foreach loop based on the count?
- How to add convenient buttons for new custom post statuses
- Show custom post with custom categories with specific slug
- Display the 2nd category name of a custom post type without error if its null?
- Auto delete posts based on content text
- How to call posts under a specific category on static front page?
- Display value of custom field at the beginning of a post
- Optimize CPT-function with a loop
- Add post tags to previously created custom post type
- Simple Custom Metabox Not Saving
- How to display only one category in a custom post type?
- add_rewrite_rule and template redirect not working
- Changing permalink of WordPress
- Hook save_post_cpt not triggered when custom fields are modified
- Change modified date to current date when title updated automatically
- Turn off display for custom sidebar post widget when on the post it’s displaying
- How to bulk Update URLs to new values?
- How to put the author of the post in the comments?
- Include Recent Post in Category
- Pagination Not Working With Custom Post Type Category
- WordPress Pods Custom Post Type – separate Media Upload folder for each custom Post Types
- Hide or remove custom post status
- Put page on Archived statut after end of publication date
- post and page and custom post type
- My posts page is missing the page title
- Customizing URL slugs of Custom Post Type and Taxonomy make posts/pages 404
- Show custom post category for single post
- How can change header text in post careate/edit form
- How to get meta data from custom category name
- Add Categories To Custom Post
- How do I set content in my pages so that it remains permanent while blog posts are added below?
- how to redirect page after delete post inside a post page?
- Permalink base only for posts
- Difference between modified post and new post
- Creating widget – ask for selecting a post in the admin panel
- issue in wordpress auto delete post and redirect to another 1
- wp query custom orderby not custom field
- Customizing individual images on posts
- How to retrieve custom field values and save again as array
- Custom Single Post Type not referring to single-post-type.php File
- Is there a Standard Format for Clean URLs for Archives of Custom Posts?
- How to modify specific parts of a post content in WordPress
- Include post on external custom site
- Run Jquery Script after delete post in front end
- “Current” class on a singular page menu item with custom post types?
- Successive creation of over 1000 posts causes 404?
- How can I allow users (subscribers) to download selected posts into a single PDF? (RESOLVED)
- Choose options via url
- Custom Post Type Pagination 404 Error (if paged>=2) [duplicate]
- Display ONLY Latest Post From Several Categories
- How remove “recent comments” title without modifying code? [closed]
- Default post type doesn’t display in url
- How edit footer copyright info? [closed]
- Dynamic Menu Item
- I have a website issue I am trying to resolve