/
home
/
altere25
/
sportzsoft.altereddigital.com
/
wp-content
/
themes
/
layers-elementor
/
/home/altere25/sportzsoft.altereddigital.com/wp-content/themes/layers-elementor
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0755
rm
core/
-
0755
rm
languages/
-
0755
rm
partials/
-
0755
rm
404.php
636
0644
edit
dl
rm
archive-product.php
1626
0644
edit
dl
rm
archive.php
920
0644
edit
dl
rm
attachment.php
633
0644
edit
dl
rm
changelog.md
387
0644
edit
dl
rm
comments.php
1771
0644
edit
dl
rm
contributing.md
1119
0644
edit
dl
rm
footer.php
526
0644
edit
dl
rm
functions.php
20337
0644
edit
dl
rm
header.php
1477
0644
edit
dl
rm
index.php
826
0644
edit
dl
rm
license.txt
14943
0644
edit
dl
rm
page.php
737
0644
edit
dl
rm
readme.md
14154
0644
edit
dl
rm
screenshot.png
250487
0644
edit
dl
rm
search.php
963
0644
edit
dl
rm
sidebar-left.php
298
0644
edit
dl
rm
sidebar-off-canvas.php
579
0644
edit
dl
rm
sidebar-right.php
314
0644
edit
dl
rm
sidebar.php
135
0644
edit
dl
rm
single-product.php
2023
0644
edit
dl
rm
single.php
1360
0644
edit
dl
rm
style.css
1778
0644
edit
dl
rm
taxonomy-product_cat.php
1626
0644
edit
dl
rm
taxonomy-product_tag.php
1626
0644
edit
dl
rm
template-blank.php
364
0644
edit
dl
rm
template-blog.php
1157
0644
edit
dl
rm
template-both-sidebar.php
780
0644
edit
dl
rm
template-left-sidebar.php
723
0644
edit
dl
rm
template-projects.php
1162
0644
edit
dl
rm
template-right-sidebar.php
725
0644
edit
dl
rm
Edit:
/home/altere25/sportzsoft.altereddigital.com/wp-content/themes/layers-elementor/404.php
(636B)
<?php /** * The template for displaying the 404 page * * @package Layers * @since Layers 1.0.0 */ get_header(); // Elementor Pro support for custom Archive if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) { ?> <div class="post layers-content-main clearfix container"> <div class="grid"> <?php get_sidebar( 'left' ); ?> <article <?php layers_center_column_class(); ?>> <?php get_template_part( 'partials/content', 'empty' ); ?> </article> <?php get_sidebar( 'right' ); ?> </div> </div> <?php }; get_footer();
Save
>