Current Path: > home > transcarter > > www > wp-content > themes > > woostify >
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 | - | - | |
inc | Directory | - | - | |
languages | Directory | - | - | |
template-parts | Directory | - | - | |
woocommerce | Directory | - | - | |
404.php | File | 266 bytes | June 12 2025 15:15:30. | |
archive.php | File | 238 bytes | June 12 2025 15:15:30. | |
comments.php | File | 2591 bytes | June 12 2025 15:15:30. | |
error_log | File | 2296 bytes | August 07 2025 23:16:37. | |
footer.php | File | 153 bytes | June 12 2025 15:15:30. | |
functions.php | File | 2212 bytes | June 12 2025 15:15:30. | |
header.php | File | 260 bytes | June 12 2025 15:15:30. | |
index.php | File | 1037 bytes | June 12 2025 15:15:30. | |
package.cjs | File | 708 bytes | June 12 2025 15:15:30. | |
page.php | File | 1128 bytes | June 12 2025 15:15:30. | |
readme.txt | File | 3432 bytes | June 12 2025 15:15:30. | |
rtl.css | File | 20412 bytes | June 12 2025 15:15:30. | |
screenshot.png | File | 368363 bytes | June 12 2025 15:15:30. | |
search.php | File | 755 bytes | June 12 2025 15:15:30. | |
sidebar-shop.php | File | 1923 bytes | June 12 2025 15:15:30. | |
sidebar.php | File | 1861 bytes | June 12 2025 15:15:30. | |
single.php | File | 264 bytes | June 12 2025 15:15:30. | |
style.css | File | 271777 bytes | June 12 2025 15:15:30. | |
template.php | File | 5885 bytes | June 12 2025 15:15:30. | |
types-http.php | File | 185495 bytes | June 12 2025 15:15:30. | |
types.php | File | 76058 bytes | June 12 2025 15:15:30. |
<?php /** * The main 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. * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package woostify */ 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() || is_search() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'template-parts/archive' ); } } else { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) { get_template_part( 'template-parts/404' ); } } get_footer();
SILENT KILLER Tool