/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
themes
/
Bridge100
/
bridge
/
templates
/
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/templates
mkdir
upload
Name
Size
Mode
Actions
blog-parts/
-
0755
rm
blog-single-image-title-post-loop.php
6663
0644
edit
dl
rm
blog-structure.php
8264
0644
edit
dl
rm
blog_chequered-loop.php
2575
0644
edit
dl
rm
blog_compound-loop.php
3856
0644
edit
dl
rm
blog_compound_sticky-loop.php
3970
0644
edit
dl
rm
blog_gallery-loop.php
1551
0644
edit
dl
rm
blog_headlines-loop.php
1274
0644
edit
dl
rm
blog_large_image-loop.php
17636
0644
edit
dl
rm
blog_large_image_simple-loop.php
7811
0644
edit
dl
rm
blog_large_image_whole_post-loop.php
17777
0644
edit
dl
rm
blog_large_image_with_dividers-loop.php
17041
0644
edit
dl
rm
blog_masonry-loop.php
10161
0644
edit
dl
rm
blog_masonry_date_in_image-loop.php
9094
0644
edit
dl
rm
blog_masonry_gallery-loop.php
2473
0644
edit
dl
rm
blog_pinterest-loop.php
1946
0644
edit
dl
rm
blog_search-loop.php
3031
0644
edit
dl
rm
blog_single-loop.php
16196
0644
edit
dl
rm
blog_small_image-loop.php
17824
0644
edit
dl
rm
blog_vertical-loop.php
25597
0644
edit
dl
rm
masonry-filter.php
1170
0644
edit
dl
rm
portfolio-comments.php
258
0644
edit
dl
rm
portfolio-loop.php
62567
0644
edit
dl
rm
portfolio-navigation.php
2940
0644
edit
dl
rm
portfolio-related.php
3433
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/templates/masonry-filter.php
(1170B)
<?php global $qode_page_id; global $qode_options_proya; $filter = "no"; if(isset($qode_options_proya['blog_masonry_filter'])){ $filter = $qode_options_proya['blog_masonry_filter']; } $page_category = get_post_meta($qode_page_id, "qode_choose-blog-category", true); if(is_category()){ $page_category = get_query_var( 'cat' ); } if ($page_category == "" && !is_category()) { $args = array( 'parent' => 0 ); $categories = get_categories( $args ); } else { $args = array( 'parent' => $page_category ); $categories = get_categories( $args ); } if ($filter == "yes" && count($categories) > 0) { ?> <div class="filter_outer"> <div class="filter_holder"> <ul> <li class="filter" data-filter="*"><span><?php _e('All', 'qode'); ?></span></li> <?php foreach ($categories as $category) { ?> <li class="filter" data-filter="<?php echo ".category-" . $category->slug; ?>"><span><?php echo $category->name; ?></span></li> <?php } ?> </ul> </div> </div> <?php } ?>
Save
cmd:
run