🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 05:46:59 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
newsexo
/
page-templates
📍 /home/eliteewa/public_html/wp-content/themes/newsexo/page-templates
🔄 Refresh
✏️
Editing: frontpage.php
Writable
<?php /** * Template Name: Frontpage * * Displays the Home page. * * @package newsexo */ ?> <?php get_header(); get_template_part( 'template-parts/index', 'trending-news' ); get_template_part( 'template-parts/index', 'main-slider' ); get_template_part( 'template-parts/index', 'featured-news' ); get_template_part( 'template-parts/index', 'frontpage-widgets' ); ?> <?php get_footer(); ?>
💾 Save Changes
❌ Cancel