__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.32: ~ $
<?php
/**
 * Template for displaying posts in the Gallery Post Format
 *
 * Used on index and archive pages.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<header class="entry-header">
		<hgroup>
			<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
			<h3 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h3>
		</hgroup>

		<div class="entry-meta">
			<?php twentyeleven_posted_on(); ?>
		</div><!-- .entry-meta -->
	</header><!-- .entry-header -->

	<?php if ( is_search() ) : // Only display excerpts for search. ?>
		<div class="entry-summary">
			<?php the_excerpt(); ?>
		</div><!-- .entry-summary -->
		<?php else : ?>
		<div class="entry-content">
			<?php if ( post_password_required() ) : ?>
				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
				<?php
			else :
				$images = twentyeleven_get_gallery_images();
				if ( $images ) :
					$total_images = count( $images );
					$image        = reset( $images );
					?>
				<figure class="gallery-thumb">
					<a href="<?php the_permalink(); ?>"><?php echo wp_get_attachment_image( $image, 'thumbnail' ); ?></a>
	</figure><!-- .gallery-thumb -->

	<p><em>
					<?php
					printf(
						/* translators: 1: Link attributes, 2: Number of photos. */
						_n( 'This gallery contains <a %1$s>%2$s photo</a>.', 'This gallery contains <a %1$s>%2$s photos</a>.', $total_images, 'twentyeleven' ),
						/* translators: %s: Post title. */
						'href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"',
						number_format_i18n( $total_images )
					);
					?>
					</em></p>
						<?php endif; // End twentyeleven_get_gallery_images() check. ?>
				<?php the_excerpt(); ?>
		<?php endif; ?>
			<?php
			wp_link_pages(
				array(
					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
					'after'  => '</div>',
				)
			);
			?>
	</div><!-- .entry-content -->
	<?php endif; ?>

	<footer class="entry-meta">
		<?php $show_sep = false; ?>

		<?php
		$categories_list = get_the_category_list( wp_get_list_item_separator() );

		if ( $categories_list ) :
			?>
		<span class="cat-links">
			<?php
			/* translators: 1: CSS classes, 2: List of categories. */
			printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
			$show_sep = true;
			?>
		</span>
		<?php endif; // End if categories. ?>

		<?php
		$tags_list = get_the_tag_list( '', wp_get_list_item_separator() );

		if ( $tags_list && ! is_wp_error( $tags_list ) ) :
			if ( $show_sep ) :
				?>
		<span class="sep"> | </span>
			<?php endif; // End if $show_sep. ?>
		<span class="tag-links">
			<?php
			/* translators: 1: CSS classes, 2: List of tags. */
			printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
			$show_sep = true;
			?>
		</span>
		<?php endif; // End if $tags_list. ?>

		<?php if ( comments_open() ) : ?>
			<?php if ( $show_sep ) : ?>
		<span class="sep"> | </span>
		<?php endif; // End if $show_sep. ?>
		<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
		<?php endif; // End if comments_open(). ?>

		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
	</footer><!-- .entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->

Filemanager

Name Type Size Permission Actions
colors Folder 0755
images Folder 0755
inc Folder 0755
js Folder 0755
languages Folder 0755
404.php File 1.69 KB 0777
archive.php File 2.45 KB 0777
author.php File 3.27 KB 0777
blocks.css File 8.35 KB 0777
category.php File 2.16 KB 0777
comments.php File 3.38 KB 0777
content-aside.php File 2.02 KB 0777
content-featured.php File 1.86 KB 0777
content-gallery.php File 3.84 KB 0777
content-image.php File 3.53 KB 0777
content-intro.php File 761 B 0777
content-link.php File 2.01 KB 0777
content-page.php File 795 B 0777
content-quote.php File 3.04 KB 0777
content-single.php File 3.51 KB 0777
content-status.php File 2.37 KB 0777
content.php File 3.68 KB 0777
editor-blocks.css File 13.27 KB 0777
editor-style-rtl.css File 317 B 0777
editor-style.css File 4.62 KB 0777
footer.php File 1.24 KB 0777
functions.php File 40 KB 0777
header.php File 4.84 KB 0777
image.php File 4.79 KB 0777
index.php File 1.47 KB 0777
license.txt File 14.77 KB 0777
page.php File 702 B 0777
readme.txt File 7.54 KB 0777
rtl.css File 10.52 KB 0777
screenshot.png File 413.22 KB 0777
search.php File 1.7 KB 0777
searchform.php File 589 B 0777
showcase.php File 7.83 KB 0777
sidebar-footer.php File 1.2 KB 0777
sidebar-page.php File 582 B 0777
sidebar.php File 962 B 0777
single.php File 958 B 0777
style.css File 55.06 KB 0777
tag.php File 2.12 KB 0777
Filemanager