Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
buildbench
/
components
/
theme
/
options
/
posts
:
post.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( !defined( 'FW' ) ) { die( 'Forbidden' ); } $options = array( 'settings-featured-video' => array( 'title' => esc_html__( 'Featured video', 'buildbench' ), 'type' => 'box', 'priority' => 'default', 'context' => 'side', 'options' => array( 'featured_video' => array( 'type' => 'text', 'label' => esc_html__( 'Video URL', 'buildbench' ), 'desc' => esc_html__( 'Paste a video link from Youtube, Vimeo, Dailymotion, Facebook or Twitter it will be embedded in the post and the thumb used as the featured image of this post. You need to choose "Video Format" as post format to use "Featured Video".', 'buildbench' ), ) ), ), 'settings-featured-audio' => array( 'title' => esc_html__( 'Featured audio', 'buildbench' ), 'type' => 'box', 'priority' => 'default', 'context' => 'side', 'options' => array( 'featured_audio' => array( 'type' => 'text', 'label' => esc_html__( 'Audio URL', 'buildbench' ), 'desc' => esc_html__( 'Paste a soundcloud link here.', 'buildbench' ), ) ), ), 'settings-featured-gallery' => array( 'title' => esc_html__( 'Featured gallary', 'buildbench' ), 'type' => 'box', 'priority' => 'default', 'context' => 'side', 'options' => array( 'featured_gallery' => array( 'type' => 'multi-upload', 'images_only' => true, 'label' => esc_html__( 'Featured gallery', 'buildbench' ), 'desc' => esc_html__( 'Select featured gallery images for this post.', 'buildbench' ), ) ), ), );