X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/themes/rife-free
home
/
oakwood
/
public_html
/
wp-content
/
themes
/
rife-free
/
ðŸ“
..
📄
404.php
(1.35 KB)
ðŸ“
advance
📄
albums-list.php
(3.45 KB)
📄
albums-template.php
(225 B)
📄
archives-template.php
(4.04 KB)
📄
attachment.php
(4.41 KB)
📄
changelog.txt
(53.62 KB)
📄
comments.php
(1.43 KB)
📄
content-chat.php
(706 B)
📄
content-link.php
(1.1 KB)
📄
content-status.php
(628 B)
📄
content.php
(1.47 KB)
ðŸ“
css
ðŸ“
default-settings
ðŸ“
fonts
📄
footer.php
(829 B)
📄
front-page.php
(1.48 KB)
📄
functions.php
(893 B)
ðŸ“
header-variants
📄
header.php
(1.42 KB)
ðŸ“
images
📄
index.php
(3.87 KB)
ðŸ“
js
ðŸ“
languages
📄
no-content.php
(2.12 KB)
📄
page.php
(2.44 KB)
ðŸ“
parts
📄
password-template.php
(1.28 KB)
📄
readme.txt
(6.96 KB)
📄
rife-free.theme
(968 B)
📄
screenshot.png
(333.35 KB)
ðŸ“
searchwp-live-ajax-search
📄
sidebar.php
(1.65 KB)
📄
single-album.php
(5.08 KB)
📄
single-work-ajax.php
(2.45 KB)
📄
single-work.php
(5.18 KB)
📄
single.php
(2.33 KB)
📄
style-rtl.css
(208.46 KB)
📄
style.css
(212.34 KB)
📄
taxonomy-genre.php
(351 B)
📄
taxonomy-work_genre.php
(347 B)
ðŸ“
woocommerce
📄
works-list.php
(3.43 KB)
📄
works-template.php
(221 B)
📄
wpml-config.xml
(7.31 KB)
Editing: 404.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly global $apollo13framework_a13; //custom template $custom_404_page = $apollo13framework_a13->get_option( 'page_404_template' ); if($apollo13framework_a13->get_option( 'page_404_template_type' ) === 'custom' && $custom_404_page !== ''&& $custom_404_page !== '0'){ //make query $query = new WP_Query( array('page_id' => $custom_404_page ) ); //show apollo13framework_page_like_content( $query ); // Reset Post Data wp_reset_postdata(); return; } //default template else{ define( 'A13FRAMEWORK_NO_RESULTS', true ); get_header(); // Elementor `404` location if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) { $_title = '<span class="emblem">404</span>'.esc_html__('The page you are looking for can\'t be found!', 'rife-free'); $subtitle = sprintf( /* translators: Go to our home page(link) or go back to previous page(link) */ esc_html__( 'Go to our %1$s or go back to %2$s', 'rife-free' ), '<a href="' . esc_url( home_url( '/' ) ) . '">' . esc_html__( 'home page', 'rife-free' ) . '</a>', '<a href="javascript:history.go(-1)">' . esc_html__( 'previous page', 'rife-free' ) . '</a>' ); apollo13framework_title_bar( 'outside', $_title, $subtitle ); } get_footer(); }
Upload File
Create Folder