
內容簡介
這個外掛允許你在任何文章、頁面或自定義文章類型中輕鬆地創建圖片展廊。
可以從 metabox 中添加和預覽圖像,並可以通過拖放重新排序圖像。
關於:
當你需要比標準 WP 圖庫提供的靈活性更多的自由度時,這個外掛就派上用場了。
這個外掛的目標是讓創建圖庫並在需要的位置放置它變得容易。
一個完美的例子是創建一個產品圖庫的電子商務網站,然後
有彈性地將它放在所需的位置以配合主題的設計。
功能:
添加在同一頁面上添加兩個或更多個不同的圖庫的可能性
拖放重新排序
添加圖庫到任何文章、頁面或自定義文章類型
如果在圖庫中添加了多個圖像,則這些圖像會成為 lightbox 中的一組,以便您輕鬆查看下一個
僅在需要的頁面上加載 CSS 和 JS
圖像鏈接到更大的版本(可以關閉)
可完全本地化(翻譯就緒),具有.mo 和 .po 文件
一次向圖庫添加多個圖像
使用在「設定」->「媒體」中指定的縮略圖大小
懸停效果的自定義網頁字體圖標
更新
添加 Gutenberg 支援
添加新的圖庫 - Luminous
使用方法
使用shortcode 或函數來顯示圖庫。
Shortcode 使用方法
在內容區域的任何位置使用以下 shortcode 來顯示圖庫
[easy_image_gallery gallery="XXX"]
其中「XXX」是圖庫項目的 ID。
模板標記的使用方法
以下模板標記可用於顯示圖庫
if( function_exists( 'easy_image_gallery' ) ) {
echo easy_image_gallery( "XXX" );
}
其中「XXX」是圖庫項目的 ID。
如果您使用上面的模板標記,您需要刪除默認內容過濾器:
開發人員友好
使用過濾器修改圖庫 HTML
使用 WP 編碼標準開發
通過鉤子和過濾器輕鬆添加首選的 lightbox 腳本
輕鬆取消挂鈎 CSS 並添加自己的樣式
通過過濾器傳遞不同的圖像大小以用於縮略圖
極簡主義的標記和樣式
保持更新
在 Facebook 上成為粉絲
https://www.facebook.com/DevriXLtd
在 Twitter 上關注我們
https://twitter.com/wpdevrix
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin allows you to easily create an image gallery on any post, page or custom post type.
Images are can be added and previewed from the metabox. Images can be re-ordered by drag and drop.
About:
There comes a time when you need more flexibility than the standard WP gallery offers, That’s when this plugin steps in.
This plugin’s goal is to make it easy to create a gallery and place it wherever you need.
A perfect example would be to create a product gallery for an ecommerce website and then
have the flexibility to position it where you wanted to match your theme’s design.
Features:
Added the possibility to add two or more different galleries on one page
Drag and drop re-ordering
Add gallery to any post, page or custom post type
If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
CSS and JS are only loaded on pages where needed
Images link to larger versions (can be turned off)
Fully Localized (translation ready) with .mo and .po files
Add multiple images to the gallery at once
Uses the thumbnail size specified in Settings -> Media
Custom webfont icon for hover effect
Whats’ New
Added Gutenberg Support
Added New Gallery – Luminous
Usage
Use the shortcode or the function to show the gallery.
Shortcode Usage
Use the following shortcode anywhere in the content area to display the gallery
[easy_image_gallery gallery="XXX"]
Where “XXX” is the ID of the gallery item.
Template Tag Usage
The following template tag is available to display the gallery
if( function_exists( 'easy_image_gallery' ) ) {
echo easy_image_gallery( "XXX" );
}
Where “XXX” is the ID of the gallery item.
If you use the template tag above, you will need to remove the default content filter:
Developer Friendly
Modify the gallery HTML using filters
Developed with WP Coding Standards
Easily add your preferred lightbox script via hooks and filters
Easily unhook CSS and add your own styling
Pass in a different image size for the thumbnails via filter
Minimalistic markup and styling
Stay up to date
Become a fan on Facebook
https://www.facebook.com/DevriXLtd
Follow us on Twitter
Tweets by wpdevrix
