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: content.php
<?php /** * @package nasatheme */ global $nasa_opt; $show_author_info = (!isset($nasa_opt['show_author_info']) || $nasa_opt['show_author_info']) ? true : false; $show_date_info = (!isset($nasa_opt['show_date_info']) || $nasa_opt['show_date_info']) ? true : false; $show_cat_info = (isset($nasa_opt['show_cat_info']) && $nasa_opt['show_cat_info']) ? true : false; $show_tag_info = (isset($nasa_opt['show_tag_info']) && $nasa_opt['show_tag_info']) ? true : false; $show_comment_info = (isset($nasa_opt['show_comment_info']) && $nasa_opt['show_comment_info']) ? true : false; $show_readmore = (!isset($nasa_opt['show_readmore_blog']) || $nasa_opt['show_readmore_blog']) ? true : false; $show_desc_blog = (!isset($nasa_opt['show_desc_blog']) || $nasa_opt['show_desc_blog']) ? true : false; $k = 0; while (have_posts()) : the_post(); $allowed_html = array( 'strong' => array() ); $postId = get_the_ID(); $title = get_the_title(); $link = get_the_permalink(); if ($show_author_info) { $author = get_the_author(); $author_id = get_the_author_meta('ID'); $link_author = get_author_posts_url($author_id); } if ($show_date_info) { $day = get_the_date('d'); $month = get_the_date('m'); $year = get_the_date('Y'); $link_date = get_day_link($year, $month, $day); $date_post = get_the_date(); } if (!isset($nasa_opt['blog_type']) || $nasa_opt['blog_type'] == 'masonry-isotope') : $file = ELESSI_CHILD_PATH . '/includes/nasa-blog-masonry-isotope.php'; include is_file($file) ? $file : ELESSI_THEME_PATH . '/includes/nasa-blog-masonry-isotope.php'; elseif ($nasa_opt['blog_type'] == 'blog-grid') : $file = ELESSI_CHILD_PATH . '/includes/nasa-blog-grid.php'; include is_file($file) ? $file : ELESSI_THEME_PATH . '/includes/nasa-blog-grid.php'; elseif ($nasa_opt['blog_type'] == 'blog-standard') : $file = ELESSI_CHILD_PATH . '/includes/nasa-blog-standard.php'; include is_file($file) ? $file : ELESSI_THEME_PATH . '/includes/nasa-blog-standard.php'; elseif ($nasa_opt['blog_type'] == 'blog-list') : $file = ELESSI_CHILD_PATH . '/includes/nasa-blog-list.php'; include is_file($file) ? $file : ELESSI_THEME_PATH . '/includes/nasa-blog-list.php'; endif; $k++; endwhile; echo (!isset($nasa_opt['blog_type']) || in_array($nasa_opt['blog_type'], array('masonry-isotope', 'blog-grid'))) ? '</ul>' : ''; ?> <div class="large-12 columns navigation-container nasa-pagination nasa-blog-paging style-2 text-center"> <?php echo paginate_links(array( 'prev_text' => '<span class="pe7-icon pe-7s-angle-left"></span>', 'next_text' => '<span class="pe7-icon pe-7s-angle-right"></span>', 'type' => 'list', 'end_size' => 1, 'mid_size' => 1 )); ?> </div> <?php wp_reset_postdata();
Upload File
Create Folder