X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/themes/elessi-theme
home
/
notabjze
/
starbudzca.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: page-my-account.php
<?php /* Template name: My Account This templates add Account menu to the sidebar. */ get_header(); ?> <div class="page-wrapper my-account"> <div class="row"> <div id="content" class="large-12 columns"> <?php if (NASA_CORE_USER_LOGGED) : ?> <div class="nasa-my-acc-content"> <h4 class="heading-title hidden-tag"> <?php echo get_the_title(); ?> </h4> <?php if (shortcode_exists('woocommerce_my_account')): global $post; echo !isset($post->post_content) || !has_shortcode($post->post_content, 'woocommerce_my_account') ? do_shortcode('[woocommerce_my_account]') . '<div class="nasa-clear-both"></div>' : ''; endif; while (have_posts()) : the_post(); the_content(); endwhile; // end of the loop. ?> </div> <?php else : ?> <h1 class="nasa-title-my-account-page margin-top-20 text-center"> <?php echo esc_html__('Login/Register', 'elessi-theme'); ?> </h1> <?php if (shortcode_exists('woocommerce_my_account')): global $post; echo !isset($post->post_content) || !has_shortcode($post->post_content, 'woocommerce_my_account') ? do_shortcode('[woocommerce_my_account]') . '<div class="nasa-clear-both"></div>' : ''; endif; while (have_posts()) : the_post(); the_content(); endwhile; // end of the loop. ?> <?php endif; ?> </div><!-- end #content large-12 --> </div><!-- end row --> </div><!-- end page-right-sidebar container --> <?php wp_reset_postdata(); get_footer();
Upload File
Create Folder