at path:
ROOT
/
wp-content
/
themes
/
Avada
/
single.php
run:
R
W
Run
assets
DIR
2026-09-09 19:25:36
R
W
Run
bbpress
DIR
2026-09-09 19:25:36
R
W
Run
headers
DIR
2026-09-09 19:25:36
R
W
Run
includes
DIR
2026-09-09 19:25:36
R
W
Run
languages
DIR
2026-09-09 19:25:36
R
W
Run
licensing
DIR
2026-09-09 19:25:36
R
W
Run
sensei
DIR
2026-09-09 19:25:36
R
W
Run
templates
DIR
2026-09-09 19:25:36
R
W
Run
tribe
DIR
2026-09-09 19:25:36
R
W
Run
tribe-events
DIR
2026-09-09 19:25:37
R
W
Run
woocommerce
DIR
2026-09-09 19:25:36
R
W
Run
0 - READ ME FIRST.rtf
10.45 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
100-width.php
926 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
404.php
5.08 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
archive-wpfc_sermon.php
733 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
archive.php
912 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
author.php
739 By
2026-09-09 19:25:37
R
W
Run
Delete
Rename
bbpress.php
1.21 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
blank.php
728 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
buddypress.php
1.42 KB
2026-09-09 19:25:37
R
W
Run
Delete
Rename
changelog.txt
679.18 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
comments.php
5.42 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
contact.php
968 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
footer.php
2.26 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
functions.php
1.23 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
header.php
3.06 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
index.php
683 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
maintenance.php
1.06 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
new-slideshow.php
6.81 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
page.php
1.65 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
screenshot.jpg
21.39 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
search.php
6.19 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
searchform.php
394 By
2026-09-09 19:25:37
R
W
Run
Delete
Rename
security.md
383 By
2026-09-09 19:25:37
R
W
Run
Delete
Rename
side-navigation.php
1.14 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
sidebar-shop.php
201 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
sidebar.php
201 By
2026-09-09 19:25:37
R
W
Run
Delete
Rename
single-wpfc_sermon.php
4.75 KB
2026-09-09 19:25:37
R
W
Run
Delete
Rename
single.php
4.74 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
sliding_bar.php
5.08 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
style.css
503 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
taxonomy-wpfc_bible_book.php
752 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
taxonomy-wpfc_preacher.php
750 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
taxonomy-wpfc_sermon_series.php
755 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
taxonomy-wpfc_sermon_topics.php
755 By
2026-09-09 19:25:36
R
W
Run
Delete
Rename
toolset-config.json
15.71 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
wpml-config.xml
34.54 KB
2026-09-09 19:25:36
R
W
Run
Delete
Rename
error_log
up
📄
single.php
Save
<?php /** * Template used for single posts and other post-types * that don't have a specific template. * * @package Avada * @subpackage Templates */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } ?> <?php get_header(); ?> <section id="content" style="<?php echo esc_attr( apply_filters( 'awb_content_tag_style', '' ) ); ?>"> <?php if ( fusion_get_option( 'blog_pn_nav' ) ) : ?> <div class="single-navigation clearfix"> <?php previous_post_link( '%link', esc_attr__( 'Previous', 'Avada' ) ); ?> <?php next_post_link( '%link', esc_attr__( 'Next', 'Avada' ) ); ?> </div> <?php endif; ?> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'post' ); ?>> <?php $full_image = ''; ?> <?php if ( 'above' === Avada()->settings->get( 'blog_post_title' ) ) : ?> <?php if ( 'below_title' === Avada()->settings->get( 'blog_post_meta_position' ) ) : ?> <div class="fusion-post-title-meta-wrap"> <?php endif; ?> <?php $title_size = ( false === avada_is_page_title_bar_enabled( get_the_ID() ) ? '1' : '2' ); ?> <?php echo avada_render_post_title( get_the_ID(), false, '', $title_size ); // phpcs:ignore WordPress.Security.EscapeOutput ?> <?php if ( 'below_title' === Avada()->settings->get( 'blog_post_meta_position' ) ) : ?> <?php echo avada_render_post_metadata( 'single' ); // phpcs:ignore WordPress.Security.EscapeOutput ?> </div> <?php endif; ?> <?php elseif ( 'disabled' === Avada()->settings->get( 'blog_post_title' ) && Avada()->settings->get( 'disable_date_rich_snippet_pages' ) && Avada()->settings->get( 'disable_rich_snippet_title' ) ) : ?> <span class="entry-title" style="display: none;"><?php the_title(); ?></span> <?php endif; ?> <?php avada_singular_featured_image(); ?> <?php if ( 'below' === Avada()->settings->get( 'blog_post_title' ) ) : ?> <?php if ( 'below_title' === Avada()->settings->get( 'blog_post_meta_position' ) ) : ?> <div class="fusion-post-title-meta-wrap"> <?php endif; ?> <?php $title_size = ( false === avada_is_page_title_bar_enabled( get_the_ID() ) ? '1' : '2' ); ?> <?php echo avada_render_post_title( get_the_ID(), false, '', $title_size ); // phpcs:ignore WordPress.Security.EscapeOutput ?> <?php if ( 'below_title' === Avada()->settings->get( 'blog_post_meta_position' ) ) : ?> <?php echo avada_render_post_metadata( 'single' ); // phpcs:ignore WordPress.Security.EscapeOutput ?> </div> <?php endif; ?> <?php endif; ?> <div class="post-content"> <?php the_content(); ?> <?php fusion_link_pages(); ?> </div> <?php if ( ! post_password_required( get_the_ID() ) ) : ?> <?php if ( '' === Avada()->settings->get( 'blog_post_meta_position' ) || 'below_article' === Avada()->settings->get( 'blog_post_meta_position' ) || 'disabled' === Avada()->settings->get( 'blog_post_title' ) ) : ?> <?php echo avada_render_post_metadata( 'single' ); // phpcs:ignore WordPress.Security.EscapeOutput ?> <?php endif; ?> <?php do_action( 'avada_before_additional_post_content' ); ?> <?php avada_render_social_sharing(); ?> <?php $author_info = fusion_get_page_option( 'author_info', get_the_ID() ); ?> <?php if ( ( Avada()->settings->get( 'author_info' ) && 'no' !== $author_info ) || ( ! Avada()->settings->get( 'author_info' ) && 'yes' === $author_info ) ) : ?> <section class="about-author"> <?php ob_start(); ?> <?php the_author_posts_link(); ?> <?php /* translators: The link. */ ?> <?php $title = sprintf( __( 'About the Author: %s', 'Avada' ), ob_get_clean() ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride ?> <?php $title_size = ( false === avada_is_page_title_bar_enabled( get_the_ID() ) ? '2' : '3' ); ?> <?php Avada()->template->title_template( $title, $title_size ); ?> <div class="about-author-container"> <div class="avatar"> <?php echo get_avatar( get_the_author_meta( 'email' ), '72' ); ?> </div> <div class="description"> <?php the_author_meta( 'description' ); ?> </div> </div> </section> <?php endif; ?> <?php avada_render_related_posts( get_post_type() ); // Render Related Posts. ?> <?php $post_comments = fusion_get_page_option( 'blog_comments', get_the_ID() ); ?> <?php if ( ( Avada()->settings->get( 'blog_comments' ) && 'no' !== $post_comments ) || ( ! Avada()->settings->get( 'blog_comments' ) && 'yes' === $post_comments ) ) : ?> <?php comments_template(); ?> <?php endif; ?> <?php do_action( 'avada_after_additional_post_content' ); ?> <?php endif; ?> </article> <?php endwhile; ?> </section> <?php do_action( 'avada_after_content' ); ?> <?php get_footer(); ?>