✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ webm004.cluster127.gra.hosting.ovh.net ​🇻​♯➤ 6.18.42-ovh-vps-grsec-zfs+ #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 54.36.91.62 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.223
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ _dyuweyrj4,_dyuweyrj4r,dl

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/docteuh/www/runtime-data-wp-resources/metaboxes/tabs//tab_post.php
<?php
/**
 * Post Metabox options.
 *
 * @author     ThemeFusion
 * @copyright  (c) Copyright by ThemeFusion
 * @link       https://avada.com
 * @package    Avada
 * @subpackage Core
 */

/**
 * Post page settings
 *
 * @param array $sections An array of our sections.
 * @return array
 */
function avada_page_options_tab_post( $sections ) {
	$override = function_exists( 'Fusion_Template_Builder' ) ? Fusion_Template_Builder()->get_override() : false;

	$sections['post'] = [
		'label'    => esc_html__( 'Post', 'Avada' ),
		'id'       => 'post',
		'alt_icon' => 'fusiona-feather',
		'fields'   => [],
	];

	// Template override, add notice.
	if ( $override ) {
		$sections['post']['fields']['post_info'] = [
			'id'          => 'post_info',
			'label'       => '',
			/* translators: The edit link. Text of link is the title. */
			'description' => '<div class="fusion-redux-important-notice">' . Fusion_Template_Builder()->get_override_text( $override ) . '</div>',
			'dependency'  => [],
			'type'        => 'custom',
		];
	}

	// Only use without content template override.
	if ( ! $override ) {
		$sections['post']['fields']['show_first_featured_image'] = [
			'id'          => 'show_first_featured_image',
			'label'       => esc_attr__( 'Show First Featured Image', 'Avada' ),
			'description' => esc_html__( 'Show the 1st featured image on single post pages.', 'Avada' ),
			'choices'     => [
				'yes' => esc_attr__( 'Yes', 'Avada' ),
				'no'  => esc_attr__( 'No', 'Avada' ),
			],
			'default'     => 'yes',
			'dependency'  => [],
			'type'        => 'radio-buttonset',
		];
		$sections['post']['fields']['fimg']                      = [
			'id'          => 'fimg',
			'label'       => esc_attr__( 'Featured Image Dimensions', 'Avada' ),
			'description' => esc_html__( 'In pixels or percentage, ex: 100% or 100px. Or Use "auto" for automatic resizing if you added either width or height.', 'Avada' ),
			'dependency'  => [],
			'value'       => [
				'width'  => '',
				'height' => '',
			],
			'type'        => 'dimensions',
		];
	}

	$sections['post']['fields']['video'] = [
		'id'          => 'video',
		'label'       => esc_attr__( 'Video Embed Code', 'Avada' ),
		'description' => esc_attr__( 'Insert Youtube or Vimeo embed code.', 'Avada' ),
		'dependency'  => [],
		'type'        => 'textarea',
	];

	// Pagination only use without content template override.
	if ( ! $override ) {
		$sections['post']['fields']['blog_pn_nav'] = [
			'id'          => 'blog_pn_nav',
			'label'       => esc_html__( 'Show Previous/Next Pagination', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description' => sprintf( esc_html__( 'Choose to show or hide the post navigation. %s', 'Avada' ), Avada()->settings->get_default_description( 'blog_pn_nav', '', 'showhide' ) ),
			'dependency'  => [],
			'type'        => 'radio-buttonset',
			'map'         => 'showhide',
			'choices'     => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'     => 'default',
		];
	}
	$post_type = get_post_type();

	// Rollover options but not for FAQs.
	if ( 'avada_faq' !== $post_type ) {
		$sections['post']['fields']['image_rollover_icons'] = [
			'id'          => 'image_rollover_icons',
			'label'       => esc_attr__( 'Image Rollover Icons', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description' => sprintf( esc_html__( 'Choose which icons display on this post. %s', 'Avada' ), Avada()->settings->get_default_description( 'image_rollover', '', 'rollover' ) ),
			'to_default'  => [
				'id' => 'image_rollover',
			],
			'dependency'  => [],
			'default'     => 'default',
			'choices'     => [
				'default'  => esc_attr__( 'Default', 'Avada' ),
				'linkzoom' => esc_html__( 'Link + Zoom', 'Avada' ),
				'link'     => esc_attr__( 'Link', 'Avada' ),
				'zoom'     => esc_attr__( 'Zoom', 'Avada' ),
				'no'       => esc_attr__( 'No Icons', 'Avada' ),
			],
			'type'        => 'select',
		];
		$sections['post']['fields']['link_icon_url']        = [
			'id'          => 'link_icon_url',
			'label'       => esc_attr__( 'Custom Link URL On Archives', 'Avada' ),
			'description' => esc_attr__( 'Link URL that will be used on archives either for the rollover link icon or on the image if rollover icons are disabled. Leave blank for post URL.', 'Avada' ),
			'type'        => 'text',
		];
		$sections['post']['fields']['post_links_target']    = [
			'id'          => 'post_links_target',
			'label'       => esc_html__( 'Open Blog Links In New Window', 'Avada' ),
			'description' => esc_html__( 'Choose to open the single post page link in a new window.', 'Avada' ),
			'dependency'  => [],
			'type'        => 'radio-buttonset',
			'choices'     => [
				'yes' => esc_attr__( 'Yes', 'Avada' ),
				'no'  => esc_attr__( 'No', 'Avada' ),
			],
			'default'     => 'no',
		];
	}

	// Only use without content template override.
	if ( ! $override ) {
		$sections['post']['fields']['post_meta']          = [
			'id'          => 'post_meta',
			'label'       => esc_html__( 'Show Post Meta', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description' => sprintf( esc_html__( 'Choose to show or hide the post meta. %s', 'Avada' ), Avada()->settings->get_default_description( 'post_meta', '', 'showhide' ) ),
			'dependency'  => [],
			'type'        => 'radio-buttonset',
			'map'         => 'showhide',
			'choices'     => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'     => 'default',
		];
		$sections['post']['fields']['social_sharing_box'] = [
			'id'            => 'social_sharing_box',
			'label'         => esc_attr__( 'Show Social Share Box', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description'   => sprintf( esc_html__( 'Choose to show or hide the social share box. %s', 'Avada' ), Avada()->settings->get_default_description( 'social_sharing_box', '', 'showhide' ) ),
			'dependency'    => [],
			'type'          => 'radio-buttonset',
			'map'           => 'showhide',
			'choices'       => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'       => 'default',
			'edit_shortcut' => [
				'selector'  => [ '.single-post .fusion-single-sharing-box' ],
				'shortcuts' => [
					[
						'aria_label' => esc_html__( 'Toggle Social Sharing Box', 'Avada' ),
					],
				],
			],
		];
		$sections['post']['fields']['author_info']        = [
			'id'            => 'author_info',
			'label'         => esc_attr__( 'Show Author Info Box', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description'   => sprintf( esc_html__( 'Choose to show or hide the author info box. %s', 'Avada' ), Avada()->settings->get_default_description( 'author_info', '', 'showhide' ) ),
			'dependency'    => [],
			'type'          => 'radio-buttonset',
			'map'           => 'showhide',
			'choices'       => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'       => 'default',
			'edit_shortcut' => [
				'selector'  => [ '.single-post .about-author' ],
				'shortcuts' => [
					[
						'aria_label' => esc_html__( 'Toggle Author Info Box', 'Avada' ),
					],
				],
			],
		];
		$sections['post']['fields']['related_posts']      = [
			'id'            => 'related_posts',
			'label'         => esc_attr__( 'Show Related Posts', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description'   => sprintf( esc_html__( 'Choose to show or hide related posts on this post. %s', 'Avada' ), Avada()->settings->get_default_description( 'related_posts', '', 'showhide' ) ),
			'dependency'    => [],
			'type'          => 'radio-buttonset',
			'map'           => 'showhide',
			'choices'       => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'       => 'default',
			'edit_shortcut' => [
				'selector'  => [ '.single-post .single-related-posts' ],
				'shortcuts' => [
					[
						'aria_label' => esc_html__( 'Toggle Related Posts', 'Avada' ),
					],
				],
			],
		];
		$sections['post']['fields']['blog_comments']      = [
			'id'            => 'blog_comments',
			'label'         => esc_attr__( 'Show Comments', 'Avada' ),
			/* translators: Additional description (defaults). */
			'description'   => sprintf( esc_attr__( 'Choose to show or hide comments area. %s', 'Avada' ), Avada()->settings->get_default_description( 'blog_comments', '', 'showhide' ) ),
			'dependency'    => [],
			'type'          => 'radio-buttonset',
			'map'           => 'showhide',
			'choices'       => [
				'default' => esc_attr__( 'Default', 'Avada' ),
				'yes'     => esc_attr__( 'Show', 'Avada' ),
				'no'      => esc_attr__( 'Hide', 'Avada' ),
			],
			'default'       => 'default',
			'edit_shortcut' => [
				'selector'  => [ '.single-post #respond' ],
				'shortcuts' => [
					[
						'aria_label' => esc_html__( 'Toggle Comments', 'Avada' ),
					],
				],
			],
		];
	}
	return $sections;
}

/* Omit closing PHP tag to avoid "Headers already sent" issues. */


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
31 Aug 2026 10.32 AM
docteuh / users
0755
icon-redirect-manager.svg
1.299 KB
23 Jun 2026 6.19 PM
docteuh / users
0644
tab_avada_page_options.php
4.173 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_content.php
10.007 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_footer.php
3.745 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_appearance.php
11.115 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_confirmation.php
2.249 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_general.php
2.789 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_notifications.php
6.481 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_privacy.php
2.453 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_steps.php
38.832 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_form_submission.php
7.791 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_fusion_template.php
1.954 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_header.php
6.822 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_animation.php
10.551 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_close.php
7.266 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_conditions.php
1.602 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_design.php
13.592 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_general.php
12.399 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_overlay.php
8.625 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_rules.php
7.44 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_off_canvas_triggers.php
8.355 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_page.php
8.119 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_pagetitlebar.php
16.751 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_portfolio_post.php
13.155 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_post.php
9.259 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_sidebars.php
13.714 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_sliders.php
9.134 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_studio.php
12.596 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_studio_tools.php
0.543 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
tab_template.php
17.381 KB
20 Nov 2023 7.11 PM
docteuh / users
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF