X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/themes/elessi-theme/includes
home
/
notabjze
/
starbudzca.com
/
wp-content
/
themes
/
elessi-theme
/
includes
/
ðŸ“
..
📄
nasa-after-add-to-cart.php
(9.57 KB)
📄
nasa-blog-grid.php
(5.1 KB)
📄
nasa-blog-list.php
(5.34 KB)
📄
nasa-blog-masonry-isotope.php
(5.6 KB)
📄
nasa-blog-promotion.php
(2.35 KB)
📄
nasa-blog-standard.php
(4.38 KB)
📄
nasa-change-view.php
(4.71 KB)
📄
nasa-checkout-coupon-modern.php
(979 B)
📄
nasa-checkout-default.php
(2.94 KB)
📄
nasa-checkout-modern-billing-detail.php
(1.62 KB)
📄
nasa-checkout-modern.php
(7.3 KB)
📄
nasa-combo-products-in-detail.php
(1.11 KB)
📄
nasa-combo-products-quickview.php
(2.08 KB)
📄
nasa-combo-products.php
(2.26 KB)
📄
nasa-content-product-gift.php
(3.15 KB)
📄
nasa-gdpr-notice.php
(1.11 KB)
📄
nasa-get-content-products.php
(822 B)
📄
nasa-global-wishlist.php
(3.89 KB)
📄
nasa-login-register-form.php
(8.88 KB)
📄
nasa-loop-product-thumbnail.php
(3.28 KB)
📄
nasa-mini-cart-add-coupon.php
(3.65 KB)
📄
nasa-mini-cart-coupons.php
(604 B)
📄
nasa-mini-cart-fees.php
(505 B)
📄
nasa-mini-cart-note.php
(884 B)
📄
nasa-mini-cart-shipping.php
(1.86 KB)
📄
nasa-mini-cart-taxs.php
(1.56 KB)
📄
nasa-mini-cart-total.php
(311 B)
📄
nasa-mini-compare.php
(5.23 KB)
📄
nasa-mobile-account.php
(169 B)
📄
nasa-mobile-bottom-bar.php
(4.25 KB)
📄
nasa-product-buttons.php
(441 B)
📄
nasa-promo-popup.php
(1.65 KB)
📄
nasa-review-images.php
(992 B)
📄
nasa-sidebar-shop-side.php
(1.76 KB)
📄
nasa-sidebar-shop-top.php
(2.02 KB)
📄
nasa-sidebar-wishlist.php
(672 B)
📄
nasa-sidebar-wishlist_content.php
(14.14 KB)
📄
nasa-sidebar-wishlist_html.php
(5.62 KB)
📄
nasa-single-product-classic.php
(2.66 KB)
📄
nasa-single-product-full.php
(3.05 KB)
📄
nasa-single-product-lightbox-gallery.php
(801 B)
📄
nasa-single-product-lightbox.php
(2.63 KB)
📄
nasa-single-product-modern-1.php
(2.2 KB)
📄
nasa-single-product-modern-2.php
(2.64 KB)
📄
nasa-single-product-modern-3.php
(2.63 KB)
📄
nasa-single-product-new-2.php
(2.1 KB)
📄
nasa-single-product-new.php
(2.88 KB)
📄
nasa-single-product-tabs_accordion_layout.php
(1.26 KB)
📄
nasa-single-product-tabs_accordion_small_layout.php
(1.22 KB)
📄
nasa-single-product-tabs_scroll_layout.php
(2.29 KB)
📄
nasa-single-product-tabs_tab_layout.php
(2.5 KB)
📄
nasa-single-product-tabs_ver-1_layout.php
(1.99 KB)
📄
nasa-single-product-tabs_ver-2_layout.php
(888 B)
📄
nasa-tmpl-captcha-field-register.php
(805 B)
📄
nasa-variation-main-images.php
(2.53 KB)
📄
nasa-variation-thumb-images.php
(1.91 KB)
📄
nasa-view-compare.php
(5.8 KB)
Editing: nasa-blog-list.php
<?php $class_col = 'large-12 columns'; $post_type = get_post_type(); $post_blog = 'post' == $post_type ? true : false; $show_comment = $show_comment_info && comments_open() ? true : false; ?> <div class="blog-list-style blog-item"> <article id="post-<?php echo (int) $postId; ?>" <?php post_class(); ?>> <div class="row"> <?php if (has_post_thumbnail()) : ?> <div class="entry-image large-4 columns"> <a class="blog-image-attachment nasa-block" href="<?php echo esc_url($link); ?>" title="<?php echo esc_attr($title); ?>"> <?php the_post_thumbnail('medium'); ?> <div class="image-overlay"></div> </a> </div> <?php $class_col = 'large-8 columns'; endif; ?> <div class="<?php echo esc_attr($class_col); ?>"> <div class="entry-content row"> <div class="large-12 columns"> <!-- Categories item --> <?php $categories_list = $post_blog && $show_cat_info ? get_the_category_list(', ') : false; if ($categories_list) : ?> <span class="cat-links-archive nasa-archive-info first"> <?php echo $categories_list; ?> </span> <?php endif; ?> <h3 class="entry-title nasa-archive-info"> <a href="<?php echo esc_url($link); ?>" title="<?php echo esc_attr($title); ?>" rel="bookmark"> <?php echo $title; ?> </a> </h3> </div> <?php if ($show_author_info || $show_date_info || $show_comment) : ?> <div class="large-12 columns text-left info-wrap nasa-archive-info"> <?php if ($show_author_info) : ?> <a href="<?php echo esc_url($link_author); ?>" title="<?php echo esc_attr($author); ?>"> <span class="meta-author meta-item inline-block"> <i class="pe-7s-user"></i> <?php echo $author; ?> </span> </a> <?php endif; ?> <?php if ($show_date_info) : ?> <a href="<?php echo esc_url($link_date); ?>" title="<?php echo esc_attr($date_post); ?>"> <span class="post-date meta-item inline-block"> <i class="pe-7s-date"></i> <?php echo $date_post; ?> </span> </a> <?php endif; ?> <?php if ($show_comment) : $count_comments = get_comments_number(); $class_number = 'nasa-comment-count'; $class_number .= !$count_comments ? ' nasa-empty' : ''; ?> <a href="<?php echo esc_url($link); ?>#respond" title="<?php echo esc_attr__('Comments', 'elessi-theme'); ?>"> <span class="post-comment-count meta-item inline-block"> <i class="pe-7s-comment"></i> <span class="<?php echo esc_attr($class_number); ?>"><?php echo $count_comments; ?></span> </span> </a> <?php endif; ?> </div> <?php endif; ?> <?php if ($post_type !== 'page' && $show_desc_blog) : ?> <div class="large-12 columns entry-summary nasa-archive-info"><?php the_excerpt(); ?></div> <?php endif; ?> <?php if ($show_readmore) : ?> <div class="large-12 columns entry-readmore nasa-archive-info"> <a href="<?php echo esc_url($link); ?>" title="<?php echo esc_attr__('CONTINUE READING ➞', 'elessi-theme'); ?>"> <?php echo esc_html__('CONTINUE READING ➞', 'elessi-theme'); ?> </a> </div> <?php endif; ?> <?php $tags_list = $post_blog && $show_tag_info ? get_the_tag_list('', esc_html__(', ', 'elessi-theme')) : false; if ($tags_list) : ?> <div class="large-12 columns"> <!-- Tagged --> <span class="tags-links nasa-archive-info"> <?php printf(esc_html__('Tagged %1$s', 'elessi-theme'), $tags_list); ?> </span> </div> <?php endif; ?> </div> </div> </div> </article> </div>
Upload File
Create Folder