??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/sendmaxagency.com/wp-content/themes/wise-news/index.php
⬅ Kembali
<?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.
* E.g., it puts together the home page when no home.php file exists.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Wise News
*/
get_header();
?>
<main id="primary" class="site-main">
<?php
if ( have_posts() ) :
if ( is_home() && ! is_front_page() ) :
?>
<header>
<h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
</header>
<?php
$breadcrumb_enable = get_theme_mod( 'wise_news_breadcrumb_enable', true );
if ( $breadcrumb_enable ) :
?>
<div id="breadcrumb-list">
<?php
echo wise_news_breadcrumb(
array(
'show_on_front' => false,
'show_browse' => false,
)
);
?>
</div><!-- #breadcrumb-list -->
<?php endif; ?>
<?php
endif;
/* Start the Loop */
while ( have_posts() ) :
the_post();
/*
* Include the Post-Type-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Type name) and that will be used instead.
*/
get_template_part( 'template-parts/content', get_post_type() );
endwhile;
do_action( 'wise_news_posts_pagination' );
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
</main><!-- #main -->
<?php
if ( wise_news_is_sidebar_enabled() ) {
get_sidebar();
}
get_footer();
Nama
Tipe
Ukuran
Diubah
Aksi
📁 assets
dir
—
2026-06-20 19:31
📁 inc
dir
—
2026-05-26 03:07
📁 languages
dir
—
2026-05-26 03:07
📁 template-parts
dir
—
2026-05-26 03:07
🐘 404.php
php
1.1 KB
2026-05-26 03:07
🐘 archive.php
php
1.7 KB
2026-05-26 03:07
🐘 comments.php
php
2 KB
2026-05-26 03:07
🐘 footer.php
php
2.1 KB
2026-05-26 03:07
🐘 front-page.php
php
1.6 KB
2026-05-26 03:07
🐘 functions.php
php
7.3 KB
2026-05-26 03:07
🐘 header.php
php
5.8 KB
2026-05-26 03:07
🐘 home.php
php
2.2 KB
2026-05-26 03:07
🐘 index.php
php
1.7 KB
2026-05-26 03:07
🐘 page.php
php
896 B
2026-05-26 03:07
📝 readme.txt
txt
4.3 KB
2026-05-26 03:07
🖼️ screenshot.png
png
313.2 KB
2026-05-26 03:07
🐘 search.php
php
1.4 KB
2026-05-26 03:07
🐘 sidebar.php
php
368 B
2026-05-26 03:07
🐘 single.php
php
2.6 KB
2026-05-26 03:07
🎨 style.css
css
104.5 KB
2026-05-26 03:07