前言介紹
- 這款 WordPress 外掛「Easy Query – WP Query Builder」是 2015-04-18 上架。
- 目前有 400 個安裝啟用數。
- 上一次更新是 2019-08-11,距離現在已有 2093 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
- 有 5 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
dcooney |
外掛標籤
query | simple | builder | wp_query | generator |
內容簡介
t = "
Easy Query 是一個最快速和最簡單的方式,可以構建和顯示 WordPress 查詢,而無需編寫任何代碼。
使用查詢生成器,通過調整查詢生成器中的各種參數,直觀地構建自定義的 easy_query 短碼和 WP_Query 代碼片段,基於網站內容。然後,只需將生成的短碼或 WP_Query() 直接放入您的佈景主題中的模板、內容編輯器或小工具區域中。
功能
查詢生成器 – 通過調整各種查詢參數,可以在幾秒鐘內創建您自己的 Easy Query 短碼。
查詢生成器 – 藉助查詢生成器中的參數,生成自定義 WP_Query。
可自定義模板 – Easy Query 可自定義模板,允許您匹配您網站的外觀和感覺。
分頁 – 只需在您的短碼中設置 paging=”true” 就可以輕鬆啟用 Easy Query 分頁。
多個實例 – 在頁面、文章或頁面模板上包括多個 Easy Query 實例。
節省時間,減少失望 – 停止在 WP Docs 中搜尋,使用查詢生成器直觀地構建查詢。
想要更多?
升級到 Easy Query Pro 可解鎖插件的增強功能和功能。
無限模板
按照需要創建、修改和刪除 Easy Query 模板,沒有限制。
保存的查詢
使用自定義查詢編輯器保存、編輯和刪除過去的查詢。
響應式佈局
一個完全響應式佈局模板庫,可隨時在您的網站上使用。
分頁樣式
從額外的分頁樣式和顏色中選擇。
額外的查詢參數
解鎖額外的查詢參數,如分類和自定義字段。
多站點兼容性
在您的網絡中安裝和管理 Easy Query 模板和查詢。
了解更多
短碼參數
Easy Query 接受許多參數,通過短碼傳遞到 WordPress 查詢。
container – 選擇將包裝 Easy Query 模板的 HTML 容器的類型。默認值 = < ul >
classes – 通過向容器添加自定義類來定位您的內容。默認值 = null
template – 選擇要使用的模板。默認值 = ‘default’
post_type – 帖子類型的用逗號分隔列表。默認值 = ‘post’
category__in – 包含的類別的 ID 的用逗號分隔列表。默認值 = null
category__not_in – 要排除的類別 ID 的用逗號分隔列表。默認值 = null
tag__in – 包含的標籤的 ID 的用逗號分隔列表。默認值 = null
tag__not_in – 要排除的標籤 ID 的用逗號分隔列表。默認值 = null
day – 一周的某個日子。默認值 = null
month – 年份的某個月。默認值 = nul
原文外掛簡介
Easy Query is the fastest and simplest way to build and display WordPress queries without writing a single line of code.
Visually build a custom easy_query shortcode and WP_Query code snippet based on the content of your website by adjusting various parameters in the Query Builder. Then simply place the generated shortcode or WP_Query() directly into a template, content editor or widget area of your theme.
Features
Query Builder – Create your own Easy Query shortcode in seconds by adjusting the various query parameters.
Query Generator – Generate a custom WP_Query by adjusting parameters in the Query Builder.
Customizable Template – The Easy Query customizable template allows you to match the look and feel of your website.
Paging – Easily enable Easy Query paging by setting paging=”true” in your shortcode.
Multiple Instances – Include multiple instances of Easy Query on a page, post or page template.
Save Time and Reduce Frustration – Stop searching the WP Docs and build a query visually using the Query Builder.
Want More?
Upgrading to Easy Query Pro unlocks added features and functionality of the plugin.
Unlimited Templates
Create, modify and delete Easy Query templates as you need them with zero restrictions.
Saved Queries
Save, edit and delete past queries using the custom query editor.
Responsive Layouts
A library of fully responsive layout templates ready for use on your website.
Paging Styles
Select from additional pagination styles and colors.
Additional Query Arguments
Unlock additional query parameters such a taxonomy and custom fields.
Multisite Compatibility
Install and manage Easy Query templates and queries across multiple sites in your network.
Learn more
Shortcode Parameters
Easy Query accepts a number of parameters that are passed to the WordPress query via shortcode.
container – Select the type of HTML container that will wrap your Easy Query templates. Default =
classes – Target your content by adding custom classes to the container. Default = null
template – Select which template you would like to use. Default = ‘default’
post_type – Comma separated list of post types. Default = ‘post’
category__in – A comma separated list of categories to include by ID. Default = null
category__not_in – A comma separated list of categories to exclude by ID. Default = null
tag__in – A comma separated list of tags to include by ID. Default = null
tag__not_in – A comma separated list of tags to exclude by ID. Default = null
day – Day of the week. Default = null
month – Month of the year. Default = null
year – Year of post. Default = null
author – Query by author id. Default = null
search – Query search term (‘s’). Default = null
post__in – Comma separated list of post ID’s to include in query. Default = null
post__not_in – Comma separated list of post ID’s to exclude from query. Default = null
post_status – Select status of the post. Default = ‘publish’
order – Display posts in ASC(ascending) or DESC(descending) order. Default = ‘DESC’
orderby – Order posts by date, title, name, menu order, random, author, post ID or comment count. Default = ‘date’
offset – Offset the initial query (number). Default = ’0′
posts_per_page – Number of posts to load with each Ajax request. Default = ’6′
paging – Enable Easy Query to page the results. Default = ’true′
Example Shortcode
[easy_query type="ul" classes="blog-listing entry-list" template="default" posts_per_page="6" post_type="post, portfolio"]
Demos
Default – Out of the box functionality and styling
Multiple Instances – Include multiple Easy Query instances on a single page
Owl Carousel – Creating a responsive jQuery carousel with Owl Carousel
Tested Browsers
Firefox (Mac, PC)
Chrome (Mac, PC, iOS, Android)
Safari (Mac, iOS)
IE8+
Android (Native)
BB10 (Native)
Official Website
https://connekthq.com/easy-query/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Easy Query – WP Query Builder」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.0.2 | 1.0.3 | 2.0.1 |
延伸相關外掛(你可能也想知道)
Mesmerize Companion 》Mesmerize Companion 外掛將拖放網頁建置功能加入 Mesmerize 主題。 Mesmerize Companion 外掛的功能包括:, , - 美麗的現成首頁, - 拖放式網頁自訂, - 30 多...。
PixTypes 》, , 使用 PixTypes,您可以允許您的主題在啟用時定義自定義文章類型或元框。 , 注意:此外掛針對開發人員,如果沒有正確配置,它將不會執行任何操作。。
Materialis Companion 》Materialis Companion 外掛為 Materialis 佈景主題添加拖放式頁面建構功能。, Materialis Companion 外掛的功能包括:, , 美麗的現成首頁, 拖放式頁面自訂, 3...。
Themify Builder 》Themify Builder 是 WordPress 中最強大和易於使用的頁面設計和建構工具。使用拖放界面設計您能想像到的任何版面,並通過實時預覽,在您的眼前看到所有元素的...。
Organic Builder Widgets – Simple WordPress Page Builder 》有機建構工具小物件是一個簡單的WordPress頁面建構外掛,提供12個自定小工具,可在自訂器中使用。這些小工具在任何頁面上都顯示為全寬度的內容區段。它將原生...。
Divi Lightbox for Images 》如果在 Divi 選項菜單中啟用了 Divi Gallery 設置,Divi 主題和生成器將使用本地燈箱腳本,在用戶從相冊中點擊圖像時打開模態窗口。但是,此腳本對於個別自身...。
LadiApp: Landing Page, PopupX, Marketing Automation, Affiliate Marketing… 》LadiApp 是一個綜合應用程式,適用於各種企業。 , – LadiPage:落地頁面平台 , – LadiFlow:行銷自動化平台 , – LadiShare:聯盟行銷平台 ...。
Fusion Page Builder 》Fusion 是一個靈活且可擴展的 WordPress 頁面建構器,旨在提供強大且易用的使用體驗,致力於密切模仿原生 WordPress 的外觀和感覺。, 基於流行的 Bootstrap ...。
SKT Page Builder 》SKT Page Builder 設計及開發經過精心設計,以拖放頁面建構器介面協助任何人快速製作頁面。 這將幫助您輕鬆免費創建令人興奮的網站,無需了解任何編程知識,...。
Theme Blvd Layout Builder 》注意:此外掛需要搭配搭載 Theme Blvd Framework 的支援主題使用。, 當您使用搭載 Theme Blvd 主題時,此外掛會提供您一個流暢的介面,讓您能用框架的核心元...。
Pojo Builder Animation 》請注意:此外掛僅適用於Pojo Framework用戶,Pojo是一個高級佈景主題。, 動畫:, , 淡入, 向下淡出, 向上淡出, 向右淡出, 向左淡出, 放大, 彈跳, 閃爍, , , ...。
Classic Addons – WPBakery Page Builder 》Classic Addons For WPBakery Page Builder ~ WPBakery最大的附加元件包,包含 15+ 高度自定義的元件和附加元件。此附加元件包為您提供 WPBakery 網頁建構器...。
IS-theme-companion 》IS-theme-companion 是一款為 Infigo Software 主題提供額外功能的外掛。, IS-theme-companion 外掛的功能包括:, , 美麗的現成首頁區塊, 拖放頁面自定義, 預...。
RT Easy Builder – Advanced addons for Elementor 》RT Easy Builder 是一個包括演示文稿匯入器在內的許多進階 Elementor 插件,可幫助您單擊匯入任何已準備好的起動網站。額外的插件包括使用 Elementor 頁面構...。
Divi Masonry Gallery – Pro Gallery 》Divi瀑布流圖庫是一種常用於Divi的流式格狀樣式,比基本的Divi圖庫更加令人興奮和美麗。, , 瀑布流圖庫,可以保持相同的圖片寬度和不同的高度。, , Lite功能,...。