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: content-single.php
<?php /** * @package nasatheme */ global $nasa_opt; $nasa_main_thumb = (!isset($nasa_opt['main_single_post_image']) || $nasa_opt['main_single_post_image']) && has_post_thumbnail() ? true : false; $categories = !isset($nasa_opt['single_cat_info']) || $nasa_opt['single_cat_info'] ? get_the_category_list(', ') : null; $tags = !isset($nasa_opt['show_tags_info']) || $nasa_opt['show_tags_info'] ? get_the_tag_list() : null; $shares = null; if (!isset($nasa_opt['show_share_icons_info']) || $nasa_opt['show_share_icons_info']) : $shares = shortcode_exists('nasa_share') ? do_shortcode('[nasa_share el_class="text-right mobile-text-left rtl-mobile-text-right rtl-text-left"]') : null; endif; do_action('nasa_before_single_post'); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ($nasa_main_thumb) : ?> <div class="entry-image single-blog-image text-center margin-bottom-30"> <?php the_post_thumbnail(); ?> </div> <?php endif; ?> <header class="entry-header margin-bottom-25 text-center"> <?php if ($categories) : echo '<div class="nasa-meta-categories">' . $categories . '</div>'; endif; ?> <h1 class="entry-title nasa-title-single-post"><?php the_title(); ?></h1> <?php if (!isset($nasa_opt['show_author_date_info']) || $nasa_opt['show_author_date_info']) : ?> <div class="entry-meta single-posted-info"> <?php elessi_posted_on(); ?> </div> <?php endif; ?> </header> <div class="entry-content single-entry-content"> <?php the_content(); wp_link_pages(array( 'before' => '<div class="page-links">' . esc_html__('Pages:', 'elessi-theme'), 'after' => '</div>', )); ?> </div> <?php if ($tags || $shares) : ?> <footer class="entry-meta footer-entry-meta single-footer-entry-meta"> <div class="row"> <div class="columns large-7 medium-7 nasa-min-height rtl-right"> <?php if ($tags) : ?> <div class="nasa-meta-tags rtl-text-right"> <?php echo $tags; ?> </div> <?php endif; ?> </div> <?php if ($shares) : ?> <div class="columns large-5 medium-5 nasa-meta-social mobile-margin-top-20 rtl-left"> <?php echo $shares; ?> </div> <?php endif; ?> </div> </footer> <?php endif; ?> </article> <?php do_action('nasa_after_content_single_post'); ?> <div class="nasa-clear-both"></div> <?php if (comments_open() || '0' != get_comments_number()): comments_template(); endif; do_action('nasa_after_single_post');
Upload File
Create Folder