ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-12 08:02:24
Editing: single-wpfc_sermon.php
Cancel
Save Changes
<?php /** * The template used by the Sermon Manager plugin. * Used for single sermons. * * @see https://wordpress.org/plugins/sermon-manager-for-wordpress/ * @package Avada * @subpackage Templates */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } ?> <?php get_header(); ?> <?php $full_image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); ?> <section id="content" class="<?php echo esc_attr( apply_filters( 'awb_content_tag_class', '' ) ); ?>" 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_html__( 'Previous', 'Avada' ) ); ?> <?php next_post_link( '%link', esc_html__( 'Next', 'Avada' ) ); ?> </div> <?php endif; ?> <?php if ( 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 echo Avada()->sermon_manager->get_sermon_content(); // phpcs:ignore WordPress.Security.EscapeOutput ?> <?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 ) ) : ?> <div 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> </div> <?php endif; ?> <?php avada_render_related_posts(); // Render Related Posts. ?> <?php if ( Avada()->settings->get( 'blog_comments' ) ) : ?> <?php comments_template(); ?> <?php endif; ?> <?php endif; ?> </article> <?php endif; ?> </section> <?php do_action( 'avada_after_content' ); ?> <?php get_footer(); ?>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete