X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/theme/metaboxes
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
theme
/
metaboxes
/
ðŸ“
..
📄
index.php
(26 B)
📄
liquid-content.php
(1.12 KB)
📄
liquid-footer-options.php
(1.96 KB)
📄
liquid-footer.php
(1.51 KB)
📄
liquid-header-options.php
(12.15 KB)
📄
liquid-header.php
(1.39 KB)
📄
liquid-megamenu-options.php
(887 B)
📄
liquid-page.php
(7.42 KB)
📄
liquid-portfolio-general.php
(4.44 KB)
📄
liquid-portfolio-meta.php
(2.71 KB)
📄
liquid-post-format.php
(2.55 KB)
📄
liquid-post.php
(8.42 KB)
📄
liquid-sidebars.php
(1.68 KB)
📄
liquid-sliders.php
(1.86 KB)
📄
liquid-title-wrapper-portfolio.php
(10.38 KB)
📄
liquid-title-wrapper.php
(8.38 KB)
📄
liquid-woocommerce.php
(2.27 KB)
Editing: liquid-post-format.php
<?php /* * Post */ // Audio $sections[] = array( 'separate_box' => true, 'box_title' => esc_html__( 'Audio', 'hub' ), 'post_types' => array( 'post', 'liquid-portfolio' ), 'post_format' => array( 'audio' ), 'icon' => 'el-icon-screen', 'fields' => array( array( 'id' => 'post-audio', 'type' => 'text', 'title' => esc_html__( 'Audio URL', 'hub' ), 'desc' => esc_html__( 'Audio file URL in format: mp3, ogg, wav.', 'hub' ) ) ) ); // Gallery $sections[] = array( 'separate_box' => true, 'box_title' => esc_html__( 'Gallery', 'hub' ), 'post_types' => array( 'post', 'liquid-portfolio' ), 'post_format' => array( 'gallery' ), 'icon' => 'el-icon-screen', 'fields' => array( array( 'id' => 'post-gallery-ids', 'type' => 'gallery', 'title' => esc_html__( 'Gallery Slider', 'hub' ), 'subtitle' => esc_html__( 'Upload images or add from media library.', 'hub' ), ) ) ); // Link $sections[] = array( 'separate_box' => true, 'box_title' => esc_html__( 'Link', 'hub' ), 'post_types' => array( 'post' ), 'post_format' => array( 'link' ), 'icon' => 'el-icon-screen', 'fields' => array( array( 'id' => 'post-link-url', 'type' => 'text', 'title' => esc_html__( 'URL', 'hub' ) ) ) ); // Quote $sections[] = array( 'separate_box' => true, 'box_title' => esc_html__( 'Quote', 'hub' ), 'post_types' => array( 'post' ), 'post_format' => array( 'quote' ), 'icon' => 'el-icon-screen', 'fields' => array( array( 'id' => 'post-quote-url', 'type' => 'text', 'title' => esc_html__( 'Cite', 'hub' ) ) ) ); // Video $sections[] = array( 'separate_box' => true, 'box_title' => esc_html__( 'Video', 'hub' ), 'post_types' => array( 'post' ), 'post_format' => array( 'video' ), 'icon' => 'el-icon-screen', 'fields' => array( array( 'id' => 'post-video-url', 'type' => 'text', 'title' => esc_html__( 'Video URL', 'hub' ), 'desc' => esc_html__( 'YouTube or Vimeo video URL', 'hub' ) ), array( 'id' => 'post-video-file', 'type' => 'editor', 'title' => esc_html__( 'Video Upload', 'hub' ), 'desc' => esc_html__( 'Upload video file', 'hub' ) ), array( 'id' => 'post-video-html', 'type' => 'textarea', 'title' => esc_html__( 'Embadded video', 'hub' ), 'desc' => esc_html__( 'Use this option when the video does not come from YouTube or Vimeo', 'hub' ) ) ) );
Upload File
Create Folder