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: single-portfolio.php
<?php /** * The Template for displaying single portfolio project. * */ if (!NASA_CORE_ACTIVED || (isset($nasa_opt['enable_portfolio']) && !$nasa_opt['enable_portfolio'])) : include_once ELESSI_THEME_PATH . '/404.php'; exit(); // Exit if nasa-core has not actived OR disable Fortfolios endif; get_header(); ?> <div class="row"> <div class="content large-12 columns margin-bottom-70"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="portfolio-single-item"> <?php the_content(); ?> </div> <?php endwhile; else : ?> <h3><?php esc_html_e('Not found!', 'elessi-theme') ?></h3> <?php endif; ?> <div class="clear"></div> <?php if (!isset($nasa_opt['portfolio_comments']) || $nasa_opt['portfolio_comments']) : comments_template('', true); endif; if (function_exists('nasa_get_recent_portfolio') && (!isset($nasa_opt['recent_projects']) || $nasa_opt['recent_projects'])) : echo nasa_get_recent_portfolio(8, esc_html__('Recent Works', 'elessi-theme'), array($post->ID)); endif; ?> </div> </div> <?php get_footer();
Upload File
Create Folder