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: no-content.php
<?php /** * Used in empty archives and no search results page to display some possible post, pages, albums to visit */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly global $wp_query, $post, $apollo13framework_a13; ?> <p><span class="info-404"><?php /* translators: "Go back" link */ printf( esc_html__('%s or use Site Map below:', 'rife-free' ), '<a href="javascript:history.go(-1)">'.esc_html__('Go back', 'rife-free').'</a>' ); ?></span></p> <div class="left50"> <?php if ( has_nav_menu( 'header-menu' ) ){ echo '<h3>'.esc_html__( 'Main navigation', 'rife-free' ).'</h3>'; wp_nav_menu( array( 'container' => false, 'link_before' => '', 'link_after' => '', 'menu_class' => 'styled in-site-map', 'theme_location' => 'header-menu' ) ); } ?> <h3><?php esc_html_e( 'Categories', 'rife-free' ); ?></h3> <ul class="styled"> <?php wp_list_categories('title_li='); ?> </ul> </div> <div class="right50"> <h3><?php esc_html_e( 'Pages', 'rife-free' ); ?></h3> <ul class="styled"> <?php wp_list_pages('title_li='); ?> </ul> <?php $args = array( 'posts_per_page' => -1, 'offset' => -1, 'post_type' => A13FRAMEWORK_CUSTOM_POST_TYPE_ALBUM, 'post_status' => 'publish', 'ignore_sticky_posts' => true, ); //make query for albums $all_albums = new WP_Query( $args ); if ($all_albums->have_posts()) : echo '<h3>'.esc_html__( 'Albums', 'rife-free' ).'</h3>'; echo '<ul class="styled">'; while ( $all_albums->have_posts() ) : $all_albums->the_post(); echo '<li><a href="'. esc_url( get_permalink() ) . '">' . get_the_title() . '</a></li>'; endwhile; echo '</ul>'; wp_reset_postdata(); endif; ?> </div> <div class="clear"></div>
Upload File
Create Folder