??????????????
??????????????
??????????????
??????????????
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/monicslandscape.co.uk/wp-content/themes/wise-news/front-page.php
⬅ Kembali
<?php
/**
* The front page 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();
// Call home.php if Homepage setting is set to latest posts.
if ( wise_news_is_latest_posts() ) {
require get_home_template();
} elseif ( wise_news_is_frontpage() ) {
require get_template_directory() . '/inc/frontpage-sections/sections.php';
}
if ( get_theme_mod( 'wise_news_enable_frontpage_content', false ) === true && 'page' == get_option('show_on_front') ) {
?>
<div id="primary-content" class="primary-site-content">
<div id="content" class="site-content site-container-width">
<div class="theme-wrapper">
<main id="primary" class="site-main">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</main><!-- #main -->
<?php
if ( wise_news_is_sidebar_enabled() ) {
get_sidebar();
}
?>
</div>
</div>
</div>
<?php
}
get_footer();
Nama
Tipe
Ukuran
Diubah
Aksi
📁 assets
dir
—
2026-05-28 06:14
📁 inc
dir
—
2026-05-28 06:14
📁 languages
dir
—
2026-05-28 06:14
📁 template-parts
dir
—
2026-05-28 06:14
📄 .htaccess
htaccess
420 B
2026-05-28 06:14
🐘 404.php
php
1.1 KB
2026-05-25 23:52
🐘 archive.php
php
1.7 KB
2026-05-25 23:52
🐘 comments.php
php
2 KB
2026-05-25 23:52
🐘 footer.php
php
2.1 KB
2026-05-25 23:52
🐘 front-page.php
php
1.6 KB
2026-05-25 23:52
🐘 functions.php
php
7.3 KB
2026-05-25 23:52
🐘 header.php
php
5.8 KB
2026-05-25 23:52
🐘 home.php
php
2.2 KB
2026-05-25 23:52
🐘 index.php
php
1.7 KB
2026-05-25 23:52
🐘 page.php
php
896 B
2026-05-25 23:52
📝 readme.txt
txt
4.3 KB
2026-05-25 23:52
🖼️ screenshot.png
png
313.2 KB
2026-05-25 23:52
🐘 search.php
php
1.4 KB
2026-05-25 23:52
🐘 sidebar.php
php
368 B
2026-05-25 23:52
🐘 single.php
php
2.6 KB
2026-05-25 23:52
🎨 style.css
css
104.5 KB
2026-05-25 23:52