whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
customizer
/
search
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/customizer/search/search-page.php
<?php $section = 'search_page'; $priority = 1; $prefix = 'search_page_'; Medizin_Kirki::add_field( 'theme', array( 'type' => 'select', 'settings' => 'search_page_filter', 'label' => esc_html__( 'Search Results Filter', 'medizin' ), 'description' => esc_html__( 'Controls the type of content that displays in search results.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'product', 'choices' => array( 'all' => esc_html__( 'All Post Types and Pages', 'medizin' ), 'page' => esc_html__( 'Only Pages', 'medizin' ), 'post' => esc_html__( 'Only Blog Posts', 'medizin' ), 'product' => esc_html__( 'Only Products', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'number', 'settings' => 'search_page_number_results', 'label' => esc_html__( 'Number of Search Results Per Page', 'medizin' ), 'description' => esc_html__( 'Controls the number of search results per page.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 10, 'choices' => array( 'min' => 1, 'max' => 100, 'step' => 1, ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => 'search_page_search_form_display', 'label' => esc_html__( 'Search Form Display', 'medizin' ), 'description' => esc_html__( 'Controls the display of the search form on the search results page.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'disabled', 'choices' => array( 'below' => esc_html__( 'Below Result List', 'medizin' ), 'above' => esc_html__( 'Above Result List', 'medizin' ), 'disabled' => esc_html__( 'Hide', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'textarea', 'settings' => 'search_page_no_results_text', 'label' => esc_html__( 'No Results Text', 'medizin' ), 'description' => esc_html__( 'Enter the text that displays on search no results page.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'medizin' ), ) );
Copyright ©2021 || Defacer Indonesia