| Server IP : 119.59.104.26 / Your IP : 216.73.217.74 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/framework/admin/theme-options/ |
Upload File : |
<?php tie_build_theme_option( array( 'title' => esc_html__( 'General Settings', TIELABS_TEXTDOMAIN ), 'id' => 'general-settings-tab', 'type' => 'tab-title', )); tie_build_theme_option( array( 'title' => esc_html__( 'Date Settings', TIELABS_TEXTDOMAIN ), 'id' => 'time-format-settings', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Date format for blog posts', TIELABS_TEXTDOMAIN ), 'id' => 'time_format', 'type' => 'radio', 'options' => array( 'traditional' => esc_html__( 'Traditional', TIELABS_TEXTDOMAIN ), 'modern' => esc_html__( 'Time Ago Format', TIELABS_TEXTDOMAIN ), 'none' => esc_html__( 'Disable all', TIELABS_TEXTDOMAIN ), ))); tie_build_theme_option( array( 'name' => esc_html__( 'Show the date depending on', TIELABS_TEXTDOMAIN ), 'id' => 'time_type', 'type' => 'radio', 'options' => array( 'published' => esc_html__( 'Post Published Date', TIELABS_TEXTDOMAIN ), 'modified' => esc_html__( 'Post Modified Date', TIELABS_TEXTDOMAIN ), ))); tie_build_theme_option( array( 'title' => esc_html__( 'Breadcrumbs Settings', TIELABS_TEXTDOMAIN ), 'id' => 'breadcrumbs-settings', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Breadcrumbs', TIELABS_TEXTDOMAIN ), 'id' => 'breadcrumbs', 'toggle' => '#breadcrumbs_delimiter-item', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Breadcrumbs Delimiter', TIELABS_TEXTDOMAIN ), 'id' => 'breadcrumbs_delimiter', 'type' => 'text', 'default' => '/', )); tie_build_theme_option( array( 'title' => esc_html__( 'Trim Text Settings', TIELABS_TEXTDOMAIN ), 'id' => 'trim-text-settings', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Trim text by', TIELABS_TEXTDOMAIN ), 'id' => 'trim_type', 'type' => 'radio', 'options' => array( 'words' => esc_html__( 'Words', TIELABS_TEXTDOMAIN ) , 'chars' => esc_html__( 'Characters', TIELABS_TEXTDOMAIN ), ))); tie_build_theme_option( array( 'title' => esc_html__( 'Post format icon on hover', TIELABS_TEXTDOMAIN ), 'id' => 'post-font-icon', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Show the post format icon on hover?', TIELABS_TEXTDOMAIN ), 'id' => 'thumb_overlay', 'type' => 'checkbox', )); tie_build_theme_option( array( 'title' => esc_html__( 'Custom Codes', TIELABS_TEXTDOMAIN ), 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Header Code', TIELABS_TEXTDOMAIN ), 'id' => 'header_code', 'hint' => esc_html__( 'Will add to the <head> tag. Useful if you need to add additional codes such as CSS or JS.', TIELABS_TEXTDOMAIN ), 'type' => 'textarea', )); tie_build_theme_option( array( 'name' => esc_html__( 'Body Code', TIELABS_TEXTDOMAIN ), 'id' => 'body_code', 'hint' => esc_html__( 'Will add after opening the <body> tag.', TIELABS_TEXTDOMAIN ), 'type' => 'textarea', )); tie_build_theme_option( array( 'name' => esc_html__( 'Footer Code', TIELABS_TEXTDOMAIN ), 'id' => 'footer_code', 'hint' => esc_html__( 'Will add to the footer before the closing </body> tag. Useful if you need to add Javascript.', TIELABS_TEXTDOMAIN ), 'type' => 'textarea', )); ?>