Linux 软件免费装
Banner图

Plugin Name

开发者 gaiusinvictus
@gaiusinvictus
更新时间 2019年12月6日 03:37
捐献地址: 去捐款
PHP版本: 4.0.1 及以上
WordPress版本: 4.9.8
版权: GPLv2 or later
版权网址: 版权信息

标签

pages admin query beaver builder beaver builder addon wp_query

下载

1.0.0

详情介绍:

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). Supports: Also includes 3 default templates, including:
  1. Default : Standard content wrapped in an article tag
  2. List : Post titles with links in an UL
  3. Genesis Loop : If using a Genesis theme, will output using the Genesis Loop
Further, theme developers can easily alter or override the default templates using simple actions and filters, as well as include custom templates easily. Using the Plugin
  1. Place the [wp_query] shortcode anywhere withen your content
  2. Use the do_action( 'wp_query', $args ); action hook anywhere in your theme
  3. Using the Beaver Builder Module
You can see the full documentation and available arguments at https://docs.wpcodelabs.com/wp-query-engine

安装:

Using The WordPress Dashboard
  1. Navigate to the 'Add New' in the plugins dashboard
  2. Search for 'WP Query Engine'
  3. Click 'Install Now'
  4. Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
  1. Navigate to the 'Add New' in the plugins dashboard
  2. Navigate to the 'Upload' area
  3. Select wp-query-engine.zip from your computer
  4. Click 'Install Now'
  5. Activate the plugin in the Plugin dashboard
Using FTP
  1. Download wp-query-engine.zip
  2. Extract the wp-query-engine directory to your computer
  3. Upload the wp-query-engine directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard
Start Using the Plugin
  1. Place the [wp_query] shortcode anywhere withen your content
  2. Use the do_action( 'wp_query', $args ); action hook anywhere in your theme
  3. Using the Beaver Builder Module
You can see the full documentation available at https://docs.wpcodelabs.com/wp-query-engine

更新日志:

1.0 Initial Release