plugin-icon

Snvk Gallery Metabox

作者:sushilsankwal·
Snvk media gallery metabox is a wordpress plugin that allow you to add gallery video metabox in post, page or any custom post type.
版本
1.0.0
最后更新
Aug 24, 2021
Snvk Gallery Metabox

Snvk gallery Image Video metabox plugin allows user to add multiple images to particular post, page or any custom post type.

There the options provided with this plugin i.e.

1) Dashboard > Snvk Media Gallery > Setting > Setting gallery metabox check post or custom post type for add gallary metabox.

Website

https://sushilsankwal.wordpress.com/

PHP CODE

<?php $snv_mediagallery = get_post_meta(get_the_ID(),'snv_mediagallery', TRUE); $snv_mediatitle = get_post_meta(get_the_ID(),'snv_mediatitle', TRUE); $snv_mediaurl = get_post_meta(get_the_ID(),'snv_mediaurl', TRUE); $snv_arraycombine = array_map(null,$snv_mediagallery,$snv_mediatitle,$snv_mediaurl); if(is_array($snv_arraycombine)) { foreach($snv_arraycombine as $snv_content) { //file url echo esc_html($snv_content[0]); //file title echo esc_html($snv_content[1]); //media url for video echo esc_html($snv_content[2]); } } ?>
免费基于付费套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.8.13
这个插件是可用的下载,适用于您的站点。