Server IP : 104.21.93.192 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/fyntric.com/wp-content/themes/smart-mag/admin/options/listings/ |
Upload File : |
<?php /** * Fields for Grid Listings. */ $fields = [ [ 'name' => 'feat_grids_meta_above', 'label' => esc_html__('Meta: Items Above Title', 'bunyad-admin'), 'desc' => '', 'value' => ['cat'], 'type' => 'checkboxes', 'options' => $_common['meta_options'], // Not a global style, specific to checkboxes. 'style' => 'sortable', ], [ 'name' => 'feat_grids_meta_below', 'label' => esc_html__('Meta: Items Below Title', 'bunyad-admin'), 'desc' => '', 'value' => ['author', 'date'], 'type' => 'checkboxes', 'options' => $_common['meta_options'], // Not a global style, specific to checkboxes. 'style' => 'sortable', ], [ 'name' => 'feat_grids_meta_cat_style', 'label' => esc_html__('Category Style', 'bunyad-admin'), 'desc' => esc_html__('Default category style. Note: This is not the category overlay.', 'bunyad-admin'), 'value' => 'labels', 'type' => 'select', 'style' => 'inline-sm', 'options' => [ 'labels' => esc_html__('Label/Badge', 'bunyad-admin'), 'text' => esc_html__('Normal Text', 'bunyad-admin'), ], ], [ 'name' => '_n_feat_grids', 'type' => 'message', 'label' => '', 'text' => 'Many more options are available when adding the featured grid in Elementor Page Builder for your homepage.', 'style' => 'message-info', ], ]; return $fields;