🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 07:32:00 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
kadence
📍 /home/eliteewa/public_html/wp-content/themes/kadence
🔄 Refresh
✏️
Editing: index.php
Writable
<?php /** * The main archive template file * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } get_header(); kadence()->print_styles( 'kadence-content' ); /** * Hook for main archive content. */ do_action( 'kadence_archive' ); get_footer();
💾 Save Changes
❌ Cancel