
內容簡介
此 WP Gallery Metabox 外掛可讓使用者在文章或自訂文章類型中加入多個圖片。使用者可以在文章或自訂文章類型中加入圖庫,並可以更改或移除其中的圖片。使用者需要在設定頁面中先允許文章或自訂文章類型。
此外掛提供兩個選項,分別是:
1)儀表板 > 設定 > WP Gallery Metabox,勾選文章或自訂文章類型以新增圖庫 metabox。
2)可以使用以下程式碼獲取圖片 ID:
get_post_meta(get_the_ID(), ‘vdw_gallery_id’);
此外掛的網址為 https://mrkalathiya.wordpress.com/,並具有以下功能:
- 允許在文章或自訂文章類型中附加多個圖片。
- 使用者可以從圖庫 metabox更改特定圖片。
- 使用者可以從圖庫 metabox中移除特定圖片。
- 動態地在文章或任何自訂文章類型中新增圖庫 metabox。
- 只需從設定頁面檢查文章或自訂文章類型。
外掛標籤
開發者團隊
原文外掛簡介
WP gallery metabox plugin allows user to add multiple images to particular post or any custom post type, User may add gallery in post or custom post type. Plugin allows user to change particular image or remove particular images from gallery. User need to first allow post or custom post type from setting page.
There are two options provided with this plugin i.e.
1) Dashboard > Setting > WP gallery metabox check post or custom post type for add gallary metabox.
To get image id’s use following code:
get_post_meta(get_the_ID(), ‘vdw_gallery_id’);
Website
Features
Allow to attached multiple image into post or custom post type.
User may change particular image from gallery metabox.
User may remove particular image from gallery metabox.
Add gallery metabox in post or any custom post type dynamically.
Just just need to check post or custom post type from setting page.
