403Webshell
Server IP : 192.158.238.246  /  Your IP : 3.148.250.255
Web Server : LiteSpeed
System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User : jenniferflocom ( 1321)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/jenniferflocom/www/wp-content/themes/personalias/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jenniferflocom/www/wp-content/themes/personalias/inc/highlights.php
<?php
// Query highlight entries
$highlight = new WP_Query(
	array(
		'no_found_rows'				=> false,
		'update_post_meta_cache'	=> false,
		'update_post_term_cache'	=> false,
		'ignore_sticky_posts'		=> 1,
		'posts_per_page'			=> absint( get_theme_mod('highlight-posts-count','1') ),
		'cat'						=> absint( get_theme_mod('highlight-category','') )
	)
);
?>

<?php if ( is_home() && ( get_theme_mod('highlight-posts-count','1') !='0') || is_single() || is_archive() || is_search() || is_404() || is_page()  ): ?>

<div class="slick-posts">

	<?php while ( $highlight->have_posts() ): $highlight->the_post(); ?>
		<div>	
			<?php get_template_part('content-featured'); ?>
		</div>
	<?php endwhile; ?>
	
</div>

<div class="slick-posts-nav"></div>

<?php endif; ?>

<?php wp_reset_postdata(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit