X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates/blog
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
blog
/
ðŸ“
..
📄
content-excerpt.php
(1.78 KB)
📄
content.php
(375 B)
📄
format-quote.php
(425 B)
📄
partial-filters-carousel.php
(2.53 KB)
📄
partial-filters.php
(2.25 KB)
ðŸ“
single
📄
tmpl-style01.php
(1.1 KB)
📄
tmpl-style02-alt.php
(1.35 KB)
📄
tmpl-style02.php
(1.3 KB)
📄
tmpl-style03.php
(496 B)
📄
tmpl-style04.php
(676 B)
📄
tmpl-style05.php
(1.83 KB)
📄
tmpl-style06-alt.php
(1.01 KB)
📄
tmpl-style06.php
(1.11 KB)
📄
tmpl-style07.php
(1.45 KB)
📄
tmpl-style08.php
(1.63 KB)
📄
tmpl-style09.php
(1.1 KB)
📄
tmpl-style10.php
(1.37 KB)
📄
tmpl-style11.php
(2.06 KB)
📄
tmpl-style12.php
(788 B)
📄
tmpl-style13.php
(2.76 KB)
📄
tmpl-style14.php
(1.67 KB)
📄
tmpl-style15.php
(755 B)
📄
tmpl-style16.php
(1.65 KB)
📄
tmpl-style17.php
(1.9 KB)
📄
tmpl-style18.php
(666 B)
📄
tmpl-style19.php
(906 B)
📄
tmpl-style20.php
(858 B)
📄
tmpl-style21-alt.php
(1.13 KB)
📄
tmpl-style21.php
(1.41 KB)
📄
tmpl-style22-alt.php
(1.39 KB)
📄
tmpl-style22.php
(1.44 KB)
📄
tmpl-style23.php
(1012 B)
Editing: partial-filters.php
<?php extract( $atts ); if( function_exists( 'ld_helper' ) && !class_exists( 'Liquid_Elementor_Addons' )) { $filter_cats = ld_helper()->terms_are_ids_or_slugs( $filter_cats, 'category' ); } $terms = get_terms( array( 'taxonomy' => 'category', 'hide_empty' => false, 'include' => $filter_cats ) ); if( empty( $terms ) ) { return; } $filter_wrapper = array( 'liquid-filter-items', 'align-items-center' ); $filter_classnames = array( 'filter-list', 'filter-list-inline', $filter_color, $filter_size, $filter_decoration === 'filters-underline' || $filter_decoration === 'filters-underline' ? 'filter-list-decorated' : '', $filter_decoration, $filter_transformation, $filter_weight, 'd-flex', 'align-items-center' ); $filter_title_classnames = array( 'liquid-filter-items-label', $filter_title_size, $filter_title_weight, $filter_title_transformation ); ?> <div class="row"> <div class="col-md-12"> <div class="<?php echo join( ' ', $filter_wrapper ); ?>"> <div class="liquid-filter-items"> <?php if( !empty( $filter_title ) ) { ?> <span class="<?php echo join( ' ', $filter_title_classnames ); ?>"><?php echo wp_kses_post( $filter_title ); ?></span> <?php } ?> <ul class="<?php echo join( ' ', $filter_classnames ); ?> hidden-xs hidden-sm" id="<?php echo esc_attr( $filter_id ); ?>"> <li class="active" data-filter="*"><span><?php echo esc_html( $filter_lbl_all ) ?></span></li> <?php foreach( $terms as $term ) { printf( '<li data-filter=".%s"><span>%s</span></li>', $term->slug, $term->name ); } ?> </ul> <div class="lqd-filter-dropdown visible-xs visible-sm" data-form-options='{ "dropdownAppendTo": "self" }'> <select name="lqd-filter-dropdown-<?php echo esc_attr( $filter_id ); ?>" id="lqd-filter-dropdown-<?php echo esc_attr( $filter_id ); ?>"> <option selected data-filter="*" value="*"><?php echo esc_html( $filter_lbl_all ) ?></option> <?php foreach( $terms as $term ) { printf( '<option data-filter=".%s" value=".%s">%s</option>', $term->slug, $term->slug, $term->name ); } ?> </select> </div> <?php //$this->get_button() ?> </div> </div> </div> </div>
Upload File
Create Folder