Current File : /home/natitnen/hintact.com/wp-content/themes/ave/theme/theme-options/liquid-page-search.php
<?php
/*
 * Page 404
*/

$this->sections[] = array (
	'title'  => esc_html__( 'Search Page', 'ave' ),
	'icon'   => 'el el-search',
	'fields' => array(

		array(
			'id'       => 'search-header-template',
			'type'     => 'select',
			'title'    => esc_html__( 'Search Page Header', 'ave' ),
			'subtitle' => esc_html__( 'Choose a header for search result pages.', 'ave'),
			'data'     => 'post',
			'args'     => array( 
				'post_type'      => 'liquid-header', 
				'posts_per_page' => -1 
			)
		),
		array(
			'id'       => 'search-title-bar-enable',
			'type'	   => 'button_set',
			'title'    => esc_html__( 'Search Page Title', 'ave' ),
			'subtitle' => esc_html__( 'Switch on to display the titlebar for the search result pages.', 'ave' ),
			'options'  => array(
				'on'   => esc_html__( 'On', 'ave' ),
				'off'  => esc_html__( 'Off', 'ave' )
			),
			'default'  => 'on'
		),
		array(
			'id'       => 'search-title-bar-subheading',
			'type'	   => 'text',
			'title'    => esc_html__( 'Search Page Subtitle', 'ave' ),
			'subtitle' => esc_html__( 'Define a default subtitle for the search result pages.', 'ave' )
		),
		

	)
);