=== Filter WP_Query === Contributors: alexvorn2 Tags: query, filter, wp_query, search, feed Requires at least: 3.0.1 Tested up to: 3.6 Stable tag: 1.0 This plugin can help you to include more post types to main query; filter what posts to show in the feed, home page and search page. You can filter by category and post type. Plugin uses pre_get_posts filter. == Description == If you have more post types and you want to include them all/some in the main query (home page) then this plugin is for you. You can filter what posts to show by category. To show only posts from a specific category - select the categories from the list. You can filter the RSS Feed and the Search page also. == Installation == 1. Unzip 2. Upload "filter-wp-query" folder to the "/wp-content/plugins/" directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. To change the settings, go to Dashboard -> Plugins -> Filter WP_Query. 5. That's it! == Frequently Asked Questions == = Why should I use this plugin? = If you have custom post types and you want to display all posts in the Archive page or Home page. If you want to hide posts of specific categories from Search page. If you would like to hide posts from the feed or to add in the RSS list posts only from a specific post type or category/term. = Will it break any other plugins? = I don't think so. = Won't this conflict with plugins? = Well I can't tell for sure. = Can you add a feature X? = Depends, if its useful enough and I have time for it. == Changelog == = 1.0 = First release.