Current Path: > home > transcarter > public_html > wp-content > themes > hello-elementor
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
includes | Directory | - | - | |
template-parts | Directory | - | - | |
vendor | Directory | - | - | |
comments.php | File | 1489 bytes | January 21 2025 20:39:36. | |
customizer.css | File | 1396 bytes | January 21 2025 20:39:36. | |
customizer.min.css | File | 1172 bytes | January 21 2025 20:39:36. | |
editor-styles.css | File | 838 bytes | January 21 2025 20:39:36. | |
editor-styles.min.css | File | 563 bytes | January 21 2025 20:39:36. | |
editor.css | File | 318 bytes | January 21 2025 20:39:36. | |
editor.min.css | File | 259 bytes | January 21 2025 20:39:36. | |
footer.php | File | 615 bytes | January 21 2025 20:39:36. | |
functions.php | File | 7643 bytes | January 21 2025 20:39:36. | |
header-footer.css | File | 8580 bytes | January 21 2025 20:39:36. | |
header-footer.min.css | File | 7212 bytes | January 21 2025 20:39:36. | |
header.php | File | 1458 bytes | January 21 2025 20:39:36. | |
index.php | File | 999 bytes | January 21 2025 20:39:36. | |
readme.txt | File | 15786 bytes | January 21 2025 20:39:36. | |
screenshot.png | File | 110816 bytes | January 21 2025 20:39:36. | |
sidebar.php | File | 270 bytes | January 21 2025 20:39:36. | |
style.css | File | 11507 bytes | January 21 2025 20:39:36. | |
style.min.css | File | 5501 bytes | January 21 2025 20:39:36. | |
theme.css | File | 6490 bytes | January 21 2025 20:39:36. | |
theme.json | File | 533 bytes | January 21 2025 20:39:36. | |
theme.min.css | File | 5069 bytes | January 21 2025 20:39:36. |
<?php /** * The site's entry point. * * Loads the relevant template part, * the loop is executed (when needed) by the relevant template part. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); $is_elementor_theme_exist = function_exists( 'elementor_theme_do_location' ); if ( is_singular() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) { get_template_part( 'template-parts/single' ); } } elseif ( is_archive() || is_home() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'template-parts/archive' ); } } elseif ( is_search() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'template-parts/search' ); } } else { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) { get_template_part( 'template-parts/404' ); } } get_footer();
SILENT KILLER Tool