{"id":89643,"date":"2018-08-06T14:12:21","date_gmt":"2018-08-06T14:12:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-query-engine\/"},"modified":"2019-12-05T19:37:37","modified_gmt":"2019-12-05T19:37:37","slug":"wp-query-engine","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/wp-query-engine\/","author":15127988,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"trunk","tested":"5.3.21","requires":"4.0.1","requires_php":"","requires_plugins":"","header_name":"WP Query Engine","header_author":"WP Code Labs","header_description":"A plugin for querying and displaying any type of post from WordPress using a shortcode","assets_banners_color":"7c4a2a","last_updated":"2019-12-05 19:37:37","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.wpcodelabs.com","header_plugin_uri":"http:\/\/docs.wpcodelabs.com\/wp-query-engine\/","header_author_uri":"https:\/\/www.wpcodelabs.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1366,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1972691","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1972691","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1972691","resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1972691","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,11515,243,1626,5913],"plugin_category":[],"plugin_contributors":[169202],"plugin_business_model":[],"class_list":["post-89643","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-beaver-builder","plugin_tags-pages","plugin_tags-query","plugin_tags-wp_query","plugin_contributors-gaiusinvictus","plugin_committers-gaiusinvictus"],"banners":{"banner":"https:\/\/ps.w.org\/wp-query-engine\/assets\/banner-772x250.png?rev=1972691","banner_2x":"https:\/\/ps.w.org\/wp-query-engine\/assets\/banner-1544x500.png?rev=1972691","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-query-engine\/assets\/icon-128x128.png?rev=1972691","icon_2x":"https:\/\/ps.w.org\/wp-query-engine\/assets\/icon-256x256.png?rev=1972691","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WP Query Engine allows you to perform custom queries using the WP_Query class, using a simple shortcode or Beaver Builder module (requires Beaver Builder).<\/p>\n\n<p>Supports:\n- Most post data\n- Taxonomy data\n- Meta data<\/p>\n\n<p>In addition, the plugin offers several exposed filter and action hooks for theme developers to alter the default functionality, including adding additional parameters not specified in the shortcode.<\/p>\n\n<p>Also includes 3 default templates, including:<\/p>\n\n<ol>\n<li>Default : Standard content wrapped in an article tag<\/li>\n<li>List : Post titles with links in an UL<\/li>\n<li>Genesis Loop : If using a Genesis theme, will output using the Genesis Loop<\/li>\n<\/ol>\n\n<p>Further, theme developers can easily alter or override the default templates using simple actions and filters, as well as include custom templates easily.<\/p>\n\n<h4>Using the Plugin<\/h4>\n\n<ol>\n<li>Place the [wp_query] shortcode anywhere withen your content<\/li>\n<li>Use the do_action( 'wp_query', $args ); action hook anywhere in your theme<\/li>\n<li>Using the Beaver Builder Module<\/li>\n<\/ol>\n\n<p>You can see the full documentation and available arguments at <a href=\"https:\/\/docs.wpcodelabs.com\/wp-query-engine\">https:\/\/docs.wpcodelabs.com\/wp-query-engine<\/a><\/p>\n\n<h3>Notes<\/h3>\n\n<p>This plugin is provided free, and while I will try to provide support to the best of my ability, I only have so much time to dedicate to supporting a free plugin. If you would like to contribute the this project directly, the main development is done at <a href=\"https:\/\/github.com\/WPCodeLabs\/WP-Query-Engine\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'WP Query Engine'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>wp-query-engine.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>wp-query-engine.zip<\/code><\/li>\n<li>Extract the <code>wp-query-engine<\/code> directory to your computer<\/li>\n<li>Upload the <code>wp-query-engine<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Start Using the Plugin<\/h4>\n\n<ol>\n<li>Place the [wp_query] shortcode anywhere withen your content<\/li>\n<li>Use the do_action( 'wp_query', $args ); action hook anywhere in your theme<\/li>\n<li>Using the Beaver Builder Module<\/li>\n<\/ol>\n\n<p>You can see the full documentation available at <a href=\"https:\/\/docs.wpcodelabs.com\/wp-query-engine\">https:\/\/docs.wpcodelabs.com\/wp-query-engine<\/a><\/p>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Provided default loop and filter to override inclusion of default loop, for easier templating<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Moved template action to class for easier override by templates<\/li>\n<li>Removed function_exist call in loader, to fix conflict with loading order<\/li>\n<li>Changed how $wp_query global was handled in main query to address bug with conditional calls<\/li>\n<li>Added additional \"Basic Archive\" template<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<p>Initial Release<\/p>","raw_excerpt":"Display a custom query using a shortcode","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/89643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=89643"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gaiusinvictus"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=89643"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=89643"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=89643"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=89643"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=89643"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=89643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}