<?php /** * The template for displaying 500 pages (internal server errors) * * @link https://github.com/xwp/pwa-wp#offline--500-error-handling * * @package kadence */ namespace Kadence; get_header(); if ( ! defined( 'ABSPATH' ) ) { exit; } kadence()->print_styles( 'kadence-content' ); /** * Hook for Hero Section */ do_action( 'kadence_hero_header' ); ?> <div id="primary" class="content-area"> <div class="content-container site-container"> <main id="main" class="site-main" role="main"> <?php /** * Hook for anything before main content */ do_action( 'kadence_before_main_content' ); get_template_part( 'template-parts/content/error', '500' ); /** * Hook for anything after main content. */ do_action( 'kadence_after_main_content' ); ?> </main><!-- #main --> <?php get_sidebar(); ?> </div> </div><!-- #primary --> <?php get_footer();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
bbpress | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
lifterlms | Folder | 0755 |
|
|
template-parts | Folder | 0755 |
|
|
tribe | Folder | 0755 |
|
|
tribe-events | Folder | 0755 |
|
|
tutor | Folder | 0755 |
|
|
404.php | File | 403 B | 0644 |
|
500.php | File | 901 B | 0644 |
|
LICENSE | File | 34.33 KB | 0644 |
|
changelog.txt | File | 47.03 KB | 0644 |
|
comments.php | File | 1010 B | 0644 |
|
footer.php | File | 724 B | 0644 |
|
functions.php | File | 956 B | 0644 |
|
header.php | File | 1.22 KB | 0644 |
|
index.php | File | 284 B | 0644 |
|
offline.php | File | 962 B | 0644 |
|
package.json | File | 763 B | 0644 |
|
page.php | File | 322 B | 0644 |
|
readme.txt | File | 51.17 KB | 0644 |
|
screenshot.png | File | 278.59 KB | 0644 |
|
sidebar.php | File | 841 B | 0644 |
|
single.php | File | 322 B | 0644 |
|
style.css | File | 1.29 KB | 0644 |
|
theme.json | File | 2.51 KB | 0644 |
|
webpack.config.js | File | 446 B | 0644 |
|
wpml-config.xml | File | 2.76 KB | 0644 |
|