at path:
ROOT
/
wp-content
/
themes
/
whizz
/
tag.php
run:
R
W
Run
assets
DIR
2025-08-14 14:58:42
R
W
Run
include
DIR
2025-08-14 14:58:42
R
W
Run
one-click-import
DIR
2025-08-14 14:58:42
R
W
Run
templates
DIR
2025-08-14 14:58:42
R
W
Run
vc_templates
DIR
2025-08-14 14:58:42
R
W
Run
vendor
DIR
2025-08-14 14:58:42
R
W
Run
woocommerce
DIR
2025-08-14 14:58:42
R
W
Run
404.php
1.1 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
archive.php
9.18 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
author.php
10.53 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
category.php
9.08 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
comments.php
2.46 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
composer.json
65 By
2025-08-14 14:58:42
R
W
Run
Delete
Rename
composer.lock
1.95 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
error_log
39.65 KB
2026-06-03 17:30:53
R
W
Run
Delete
Rename
footer.php
4.47 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
functions.php
4.38 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
header.php
13.09 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
index.php
12.99 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
page-hovers.php
16.44 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
page.php
6.16 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
page_with_sidebar.php
7.31 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
readme.txt
1.46 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
screenshot.png
82.91 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
searchform.php
363 By
2025-08-14 14:58:42
R
W
Run
Delete
Rename
single-events.php
12.41 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
single-portfolio.php
16 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
single.php
13.46 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
style.css
2.56 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
tag.php
8.81 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
taxonomy-portfolio-category.php
3.88 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
taxonomy-portfolio-client.php
5.62 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
taxonomy-whizzy-category.php
3.73 KB
2025-08-14 14:58:42
R
W
Run
Delete
Rename
error_log
up
📄
tag.php
Save
<?php $content_size_class = !function_exists( 'cs_framework_init' ) && is_active_sidebar('sidebar') || cs_get_option( 'sidebar' ) && in_array( 'blog', cs_get_option( 'sidebar' ) ) ? ' col-md-9' : ' col-md-12'; $sidebar_class = !function_exists( 'cs_framework_init' ) || cs_get_option( 'sidebar' ) && in_array( 'blog', cs_get_option( 'sidebar' ) ) ? ' sidebar-show' : 'sidebar-no'; $post_size_class = !function_exists( 'cs_framework_init' ) && cs_get_option( 'sidebar' ) && in_array( 'blog', cs_get_option( 'sidebar' ) ) ? 6 : 4; $blog_type = cs_get_option('blog_type') ? cs_get_option('blog_type') : 'modern'; $blog_categories = cs_get_option('blog_categories_show') && cs_get_option('blog_categories') ? cs_get_option('blog_categories') : ''; $blog_type = apply_filters( 'whizz_blog_style', $blog_type ); $title = cs_get_option('blog_title') ? cs_get_option('blog_title') : esc_html__('Blog', 'whizz'); $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author)); get_header(); ?> <?php if($blog_type == 'modern' || $blog_type == 'grid_letter'){ ?> <div class="post-little-banner"> <h3 class="page-title-blog"><?php esc_html_e('Tag: ', 'whizz'); echo single_cat_title( '', false ); ?></h3> </div> <div class="post-paper <?php echo esc_attr($sidebar_class . ' ' . $blog_type); ?>"> <?php } ?> <div class="container"> <div class="row"> <div class="blog<?php echo esc_attr( $content_size_class ); ?> no-padd"> <div class="row"> <?php // Check if there are any posts to display if ( have_posts() ) : while ( have_posts() ) : the_post(); $no_image = !has_post_thumbnail() ? ' no-image' : ''; $post_options = get_post_meta( get_the_ID(), 'whizz_post_options' ); $preview = isset($post_options[0]['post_preview_style']) ? $post_options[0]['post_preview_style'] : ''; if($blog_type == 'grid'){ ?> <div class="post col-md-<?php echo esc_attr( $post_size_class . ' ' . $no_image ); ?> col-sm-6"> <div class="post-wrap-item <?php echo esc_attr($preview); ?>"> <?php if ( isset( $post_options[0]['post_preview_style'] ) && $post_options[0]['post_preview_style'] != 'text' && ( get_post_format( get_the_ID() ) != 'quote' ) || ! isset( $post_options[0]['post_preview_style'] ) ) { whizz_blog_item_hedeader( $post_options, get_the_ID() ); } ?> <a href="<?php the_permalink(); ?>" <?php post_class( 'post-content'); ?>> <?php the_title( '<h5 class="title">', '</h5>' ); ?> <p class="date"><?php the_time( get_option( 'date_format' ) ); ?></p> <?php if ( isset( $post_options[0]['post_preview_style'] ) && $post_options[0]['post_preview_style'] == 'text' || ( get_post_format( get_the_ID() ) == 'quote' ) ) { whizz_blog_item_hedeader( $post_options, get_the_ID() ); } ?> </a> </div> </div> <?php } elseif($blog_type == 'modern'){ if(has_post_thumbnail()){ ?> <div <?php post_class( 'classic post col-xs-12'); ?>> <div class="post-content"> <?php $title = get_the_title(); if(!empty($title)){ ?> <a href="<?php the_permalink(); ?>" class="title"><?php the_title(); ?></a> <?php }?> <div class="post-info-modern"> <span class="author"><?php echo esc_html_e('By ', 'whizz'); the_author_posts_link(); ?></span> <span class="category"><?php the_category( ' ' ); ?></span> <span class="date"><a href="<?php echo get_day_link( get_the_time('Y'), get_the_time('m'), get_the_time('d') ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span> </div> </div> <?php the_post_thumbnail( 'full', array('class' => 'main-img') ); ?> <div class="post-description"> <?php the_excerpt(); ?> </div> <a href="<?php the_permalink(); ?>" class="a-btn-2"><?php echo esc_html_e('Read on', 'whizz'); ?><i class="fa fa-caret-right" aria-hidden="true"></i></a> </div> <?php }else{ ?> <div <?php post_class($blog_type . ' post col-xs-12'); ?>> <?php $title = get_the_title(); ?> <div class="post-content"> <?php if(!empty($title)){ ?> <a href="<?php the_permalink(); ?>" class="title"><?php the_title(); ?></a> <?php if(function_exists( 'cs_framework_init' ) && !cs_get_option('show_big_letter')){ ?> <span class="post-big-letter"><?php echo esc_html( substr( $title, 0, 1 ) ); ?></span> <?php } ?> <?php }?> <div class="post-info-modern"> <span class="author"><?php echo esc_html_e('By ', 'whizz'); the_author_posts_link(); ?></span> <?php if(get_the_category()){ ?> <span class="category"><?php the_category( ' ' ); ?></span> <?php } ?> <span class="date"><a href="<?php echo get_day_link( get_the_time('Y'), get_the_time('m'), get_the_time('d') ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span> </div> </div> <div class="post-description"> <?php the_excerpt(); ?> </div> <a href="<?php the_permalink(); ?>" class="a-btn-2"><?php echo esc_html_e('Read on', 'whizz'); ?><i class="fa fa-caret-right" aria-hidden="true"></i></a> </div> <?php } ?> <?php } elseif($blog_type == 'grid_letter'){?> <div <?php post_class($blog_type . ' classic item post col-xs-12 col-sm-6'); ?>> <div class="post-content"> <?php $title = get_the_title(); if(!empty($title)){ ?> <a href="<?php the_permalink(); ?>" class="title"><?php the_title(); ?></a> <?php if(function_exists( 'cs_framework_init' ) && !cs_get_option('show_big_letter')){ ?> <span class="post-big-letter"><?php echo esc_html( substr( $title, 0, 1 ) ); ?></span> <?php } ?> <?php }?> <div class="post-info-modern"> <span class="date"><a href="<?php echo get_day_link( get_the_time('Y'), get_the_time('m'), get_the_time('d') ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span> </div> </div> </div> <?php } endwhile; else: ?> <div class="col-xs-12"> <div class="empty-post-list"> <h3><?php _esc_html_e('Sorry, no posts matched your criteria.', 'whizz'); ?></h3> </div> </div> <?php endif; ?> <!-- End Loop --> </div> <div class="pager-pagination"> <?php echo paginate_links( array( 'prev_text' => __('<i class="fa fa-caret-left" aria-hidden="true"></i> Previous', 'whizz'), 'next_text' => __('Next <i class="fa fa-caret-right" aria-hidden="true"></i>', 'whizz'), ) ); ?> </div> </div> <?php if ( ! function_exists( 'cs_framework_init' ) && is_active_sidebar('sidebar') || cs_get_option( 'sidebar' ) && in_array( 'blog', cs_get_option( 'sidebar' ) ) ) { ?> <div class="col-md-3 pl30md"> <?php if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'sidebar' ) ) { } ?> </div> <?php } ?> </div> </div> <?php if($blog_type == 'modern' || $blog_type == 'grid_letter'){ ?> </div> <?php } $username = cs_get_option('insta_username'); $count = cs_get_option('insta_count') ? cs_get_option('insta_count') : '21'; if(!empty($username) && cs_get_option('instagram_page_blog')){ ?> <div class="container-fluid no-padd"> <div class="row"> <?php if ( ! empty( $username ) && ! empty( $count ) ) { $token_switch = cs_get_option('insta_token_switcher'); $instagram_images = whizz_get_imstagram( $username, $count ); ?> <div class="insta-box margin-lg-35t margin-xs-15t col-xs-12"> <?php if ( ! empty( $username ) ) { ?> <div class="insta-box-follow"><a href="https://instagram.com/<?php echo esc_attr($username); ?>" class="insta-acc">@<?php echo esc_html( $username ); ?></a></div> <?php } ?> <div class="insta-img-wrap gridrotate"> <ul> <?php if ( ! empty( $instagram_images ) ) { foreach ( $instagram_images as $image ) { $image_url = ( $token_switch && isset( $image['image-url'] ) ) ? $image['image-url'] : $image['large']; ?> <li> <span> <img src="<?php echo esc_url($image_url); ?>" alt="<?php esc_attr__( 'Instagram Image', 'whizz' ) ?>" > </span> </li> <?php } } ?> </ul> </div> </div> <?php } ?> </div> </div> <?php } get_footer(); ?>