403Webshell
Server IP : 69.72.244.102  /  Your IP : 216.73.216.164
Web Server : LiteSpeed
System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
User : konzalta ( 1271)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/konzalta/public_html/wp-content/themes/modernee/skins/default/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/konzalta/public_html/wp-content/themes/modernee/skins/default/templates/content.php
<?php
/**
 * The default template to display the content of the single post or attachment
 *
 * @package MODERNEE
 * @since MODERNEE 1.0
 */
?>
<article id="post-<?php the_ID(); ?>"
	<?php
	post_class( 'post_item_single'
		. ' post_type_' . esc_attr( get_post_type() ) 
		. ' post_format_' . esc_attr( str_replace( 'post-format-', '', get_post_format() ) )
	);
	modernee_add_seo_itemprops();
	?>
>
<?php

	do_action( 'modernee_action_before_post_data' );
	modernee_add_seo_snippets();
	do_action( 'modernee_action_after_post_data' );

	do_action( 'modernee_action_before_post_content' );

	// Post content
	$modernee_meta_components = modernee_array_get_keys_by_value( modernee_get_theme_option( 'meta_parts' ) );
	$modernee_share_position  = modernee_array_get_keys_by_value( modernee_get_theme_option( 'share_position' ) );
	?>
	<div class="post_content post_content_single entry-content<?php
		if ( in_array( 'left', $modernee_share_position ) && in_array( 'share', $modernee_meta_components ) ) {
			echo ' post_info_vertical_present' . ( in_array( 'top', $modernee_share_position ) ? ' post_info_vertical_hide_on_mobile' : '' );
		}
	?>" itemprop="mainEntityOfPage">
		<?php
		if ( in_array( 'left', $modernee_share_position ) && in_array( 'share', $modernee_meta_components ) ) {
			?><div class="post_info_vertical<?php
				if ( modernee_get_theme_option( 'share_fixed' ) > 0 ) {
					echo ' post_info_vertical_fixed';
				}
			?>"><?php
				modernee_show_post_meta(
					apply_filters(
						'modernee_filter_post_meta_args',
						array(
							'components'      => 'share',
							'class'           => 'post_share_vertical',
							'share_type'      => 'block',
							'share_direction' => 'vertical',
						),
						'single',
						1
					)
				);
			?></div><?php
		}
		the_content();
		?>
	</div><!-- .entry-content -->
	<?php

	do_action( 'modernee_action_after_post_content' );
	
	// Post footer: Tags, likes, share, author, prev/next links and comments
	do_action( 'modernee_action_before_post_footer' );
	?>
	<div class="post_footer post_footer_single entry-footer">
		<?php
		modernee_show_post_pagination();
		if ( is_single() && ! is_attachment() ) {
			modernee_show_post_footer();
		}
		?>
	</div>
	<?php
	do_action( 'modernee_action_after_post_footer' );
	?>
</article>

Youez - 2016 - github.com/yon3zu
LinuXploit