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: attachment.php
<?php /** * The template for displaying attachments. * */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly the_post(); get_header(); ?> <article id="content" class="clearfix"> <div class="content-limiter"> <div id="col-mask"> <div id="post-<?php the_ID(); ?>" <?php post_class('content-box'); ?>> <div class="formatter"> <?php apollo13framework_title_bar( 'inside' ); ?> <div class="real-content"> <?php if ( wp_attachment_is_image() ){ echo '<p class="attachment">'.wp_get_attachment_image( get_the_ID(), 'large' ).'</p>'; } else{ echo wp_kses_post(prepend_attachment('')); the_content(); } ?> <div class="attachment-info"> <?php if ( ! empty( $post->post_parent ) ) : ?> <span><a href="<?php /* translators: %s - title of parent post */ echo esc_url(get_permalink( $post->post_parent )); ?>" title="<?php esc_attr( sprintf( esc_html__( 'Return to %s', 'rife-free' ), get_the_title( $post->post_parent ) ) ); ?>" rel="gallery"><?php /* translators: %s - title of parent post */ printf( esc_html__( 'Return to %s', 'rife-free' ), get_the_title( $post->post_parent ) ); ?></a></span> <?php endif; ?> <span><?php /* translators: %1$s - author name in form of link */ printf( esc_html__( 'By %1$s', 'rife-free' ), sprintf( '<a class="author" href="%1$s" title="%2$s" rel="author">%3$s</a>', esc_url(get_author_posts_url( get_the_author_meta( 'ID' ) )), /* translators: %s - author name */ sprintf( esc_attr__('View all posts by %s', 'rife-free' ), get_the_author() ), get_the_author() ) ); ?></span> <span><?php /* translators: %1$s - date */ printf( esc_html__( 'Published %1$s', 'rife-free' ), sprintf( '<abbr class="published" title="%1$s">%2$s</abbr>', esc_attr( get_the_time() ), get_the_date() ) );?></span> <?php if ( wp_attachment_is_image() ) { $metadata = wp_get_attachment_metadata(); if( isset($metadata['width']) && isset($metadata['height']) ){ echo ' <span>'; /* translators: %s - size in pixels */ printf( esc_html__( 'Full size is %s pixels', 'rife-free' ), sprintf( '<a href="%1$s" title="%2$s">%3$s × %4$s</a>', esc_url(wp_get_attachment_url()), esc_attr__( 'Link to full-size image', 'rife-free' ), esc_html($metadata['width']), esc_html($metadata['height']) ) ); echo '</span>'; } } ?> <?php edit_post_link( esc_html__( 'Edit', 'rife-free' ), '' ); ?> </div> <div class="clear"></div> </div> </div> </div> </div> </div> </article> <?php get_footer(); ?>
Upload File
Create Folder