403Webshell
Server IP : 188.130.25.102  /  Your IP : 216.73.216.134
Web Server : Apache
System : Linux mutu11105.phpnet.org 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
User : apren ( 41742)
PHP Version : 7.4.33-security-e058b01e1b
Disable Function : pcntl_exec,symlink,passthru,socket_listen,link,shell_exec,popen,dl,exec,system,virtual,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,symlink,link,syslog,putenv,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /web6/apren/www/ELC/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /web6/apren/www/ELC//blog.php
<?php 
/* ------------------------------------------------------------------------ */
/* Template name: Page: Blog
/* ------------------------------------------------------------------------ */
get_header(); ?>
<!--left col-->

<div id="left-col" class="eleven columns alpha omega" <?php if ($sd_data['blog_sidebar'] == 'left') echo 'style="float: right;"';?>>
	<?php 
		global $wp_query;
		$paged = get_query_var('paged') ? get_query_var('paged') : 1;
		$args = array(
			'post_status' => 'publish',
			'orderby' => 'date',
			'order' => 'DESC',
			'paged' => $paged
			);
		
		$wp_query = new WP_Query($args);
		
		if ($wp_query->have_posts()) : while ( $wp_query->have_posts() ) : $wp_query->the_post();
	?>
	<?php get_template_part( 'framework/inc/post-formats/content', get_post_format() ); ?>
	<?php endwhile; else: ?>
	<p>
		<?php _e('Sorry, no posts matched your criteria', 'framework') ?>
		.</p>
	<?php endif; ?>
	<!--pagination-->
	<?php sd_custom_pagination();  ?>
	<!--pagination end--> 
</div>
<!--left col end--> 
<!--sidebar-->
<?php get_sidebar(); ?>
<!--sidebar end-->
<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit