HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/poseidon/template-parts/content-slider.php
<?php
/**
 * The template for displaying articles in the slideshow loop
 *
 * @package Poseidon
 */

?>

<li id="slide-<?php the_ID(); ?>" class="zeeslide clearfix">

	<?php poseidon_slider_image( 'poseidon-header-image', array( 'class' => 'slide-image', 'loading' => false ) ); ?>

	<div class="slide-post clearfix">

		<div class="slide-content container clearfix">

			<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>

			<?php poseidon_entry_meta(); ?>

		</div>

	</div>

</li>