Файловый менеджер - Редактировать - /home/infrafs/www/wp-content/themes/trackstore/framework/modules/blog/admin/meta-boxes/post/post-meta-boxes.php
Назад
<?php /*** Post Settings ***/ if ( ! function_exists( 'trackstore_elated_map_post_meta' ) ) { function trackstore_elated_map_post_meta() { $post_meta_box = trackstore_elated_create_meta_box( array( 'scope' => array( 'post' ), 'title' => esc_html__( 'Post', 'trackstore' ), 'name' => 'post-meta' ) ); trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_blog_single_sidebar_layout_meta', 'type' => 'select', 'label' => esc_html__( 'Sidebar Layout', 'trackstore' ), 'description' => esc_html__( 'Choose a sidebar layout for Blog single page', 'trackstore' ), 'default_value' => '', 'parent' => $post_meta_box, 'options' => trackstore_elated_get_custom_sidebars_options() ) ); $trackstore_custom_sidebars = trackstore_elated_get_custom_sidebars(); if ( count( $trackstore_custom_sidebars ) > 0 ) { trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_blog_single_custom_sidebar_area_meta', 'type' => 'selectblank', 'label' => esc_html__( 'Sidebar to Display', 'trackstore' ), 'description' => esc_html__( 'Choose a sidebar to display on Blog single page. Default sidebar is "Sidebar"', 'trackstore' ), 'parent' => $post_meta_box, 'options' => trackstore_elated_get_custom_sidebars(), 'args' => array( 'select2' => true ) ) ); } trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_blog_list_featured_image_meta', 'type' => 'image', 'label' => esc_html__( 'Blog List Image', 'trackstore' ), 'description' => esc_html__( 'Choose an Image for displaying in blog list. If not uploaded, featured image will be shown.', 'trackstore' ), 'parent' => $post_meta_box ) ); trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_blog_masonry_gallery_fixed_dimensions_meta', 'type' => 'select', 'label' => esc_html__( 'Dimensions for Fixed Proportion', 'trackstore' ), 'description' => esc_html__( 'Choose image layout when it appears in Masonry lists in fixed proportion', 'trackstore' ), 'default_value' => 'default', 'parent' => $post_meta_box, 'options' => array( 'default' => esc_html__( 'Default', 'trackstore' ), 'large-width' => esc_html__( 'Large Width', 'trackstore' ), 'large-height' => esc_html__( 'Large Height', 'trackstore' ), 'large-width-height' => esc_html__( 'Large Width/Height', 'trackstore' ) ) ) ); trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_blog_masonry_gallery_original_dimensions_meta', 'type' => 'select', 'label' => esc_html__( 'Dimensions for Original Proportion', 'trackstore' ), 'description' => esc_html__( 'Choose image layout when it appears in Masonry lists in original proportion', 'trackstore' ), 'default_value' => 'default', 'parent' => $post_meta_box, 'options' => array( 'default' => esc_html__( 'Default', 'trackstore' ), 'large-width' => esc_html__( 'Large Width', 'trackstore' ) ) ) ); trackstore_elated_create_meta_box_field( array( 'name' => 'eltd_show_title_area_blog_meta', 'type' => 'select', 'default_value' => '', 'label' => esc_html__( 'Show Title Area', 'trackstore' ), 'description' => esc_html__( 'Enabling this option will show title area on your single post page', 'trackstore' ), 'parent' => $post_meta_box, 'options' => trackstore_elated_get_yes_no_select_array() ) ); do_action('trackstore_elated_blog_post_meta', $post_meta_box); } add_action( 'trackstore_elated_meta_boxes_map', 'trackstore_elated_map_post_meta', 20 ); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка