X7ROOT File Manager
Current Path:
/home/notabjze/shop.houreglass.com/wp-content/themes/elessi-theme
home
/
notabjze
/
shop.houreglass.com
/
wp-content
/
themes
/
elessi-theme
/
ðŸ“
..
📄
404.php
(1.24 KB)
📄
README.txt
(607 B)
ðŸ“
admin
📄
archive.php
(5.82 KB)
ðŸ“
assets
📄
comments.php
(2 KB)
📄
content-page.php
(499 B)
📄
content-single.php
(2.88 KB)
📄
content.php
(2.91 KB)
ðŸ“
cores
ðŸ“
dokan
📄
favicon.ico
(1.12 KB)
📄
favicon.png
(1.26 KB)
📄
footer-modern.php
(217 B)
📄
footer.php
(297 B)
ðŸ“
footers
📄
functions.php
(4.37 KB)
📄
header-modern.php
(1013 B)
📄
header.php
(1.27 KB)
ðŸ“
headers
📄
image.php
(7.14 KB)
ðŸ“
includes
📄
index.php
(2.36 KB)
ðŸ“
languages
📄
no-results.php
(1.2 KB)
ðŸ“
options
📄
page-blank.php
(300 B)
📄
page-checkout.php
(5.57 KB)
📄
page-left-sidebar.php
(1.22 KB)
📄
page-my-account.php
(2.01 KB)
📄
page-right-sidebar.php
(1.24 KB)
📄
page-shopping-cart.php
(4.02 KB)
📄
page-view-compare.php
(751 B)
📄
page-visual-composer.php
(283 B)
📄
page.php
(311 B)
📄
screenshot.jpg
(111.75 KB)
📄
search.php
(2.92 KB)
📄
searchform.php
(4.42 KB)
📄
sidebar.php
(276 B)
📄
single-portfolio.php
(1.28 KB)
📄
single.php
(2.27 KB)
📄
style-elementor.css
(4.35 KB)
📄
style-rtl.css
(88.48 KB)
📄
style.css
(424.95 KB)
📄
update.txt
(44.76 KB)
ðŸ“
vc_templates
ðŸ“
widgets
ðŸ“
woocommerce
📄
wpbakery-frontend-editor.css
(73 B)
Editing: index.php
<?php /** * The main template file. * * @package nasatheme */ $nasa_sidebar = isset($nasa_opt['blog_layout']) ? $nasa_opt['blog_layout'] : 'left'; if (!is_active_sidebar('blog-sidebar')) : $nasa_sidebar = 'no'; endif; $hasSidebar = true; $left = true; switch ($nasa_sidebar): case 'right': $left = false; $attr = 'large-9 medium-12 tablet-padding-right-10 desktop-padding-right-30 left columns'; break; case 'no': $hasSidebar = false; $left = false; $attr = 'large-12 columns'; break; case 'left': default: $attr = 'large-9 medium-12 tablet-padding-left-10 desktop-padding-left-30 right columns'; break; endswitch; if (isset($nasa_opt['nasa_in_mobile']) && $nasa_opt['nasa_in_mobile']) : $attr .= ' nasa-blog-in-mobile'; endif; $class_wrap = 'container-wrap mobile-padding-top-10 page-' . $nasa_sidebar . '-sidebar'; get_header(); /** * Hook: nasa_before_archive_blog. */ do_action('nasa_before_archive_blogs'); ?> <div class="<?php echo esc_attr($class_wrap); ?>"> <?php if ($hasSidebar):?> <div class="div-toggle-sidebar nasa-blog-sidebar center"> <a class="toggle-sidebar" href="javascript:void(0);" rel="nofollow"> <i class="fa fa-bars"></i> </a> </div> <?php endif;?> <div class="row"> <div id="content" class="<?php echo esc_attr($attr);?>"> <div class="page-inner"> <?php if (have_posts()) : get_template_part('content', get_post_format()); else : get_template_part('no-results', 'index'); endif; ?> </div> </div> <?php if ($nasa_sidebar != 'no'):?> <div class="large-3 columns <?php echo ($left) ? 'left desktop-padding-right-20' : 'right desktop-padding-left-20'; ?> desktop-padding-bottom-50 col-sidebar"> <a href="javascript:void(0);" title="<?php echo esc_attr__('Close', 'elessi-theme'); ?>" class="hidden-tag nasa-close-sidebar" rel="nofollow"> <?php echo esc_html__('Close', 'elessi-theme'); ?> </a> <?php get_sidebar(); ?> </div> <?php endif;?> </div> </div> <?php get_footer();
Upload File
Create Folder