Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/www/wp-content/themes/film-celebrity/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/www/wp-content/themes/film-celebrity/template-parts/content-page-grid.php
<?php
/**
 * Template part for displaying page content in page.php.
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package film-celebrity
 */

?>
<article id="post-<?php the_ID(); ?>" <?php post_class('blog-post'); ?>>
	<?php if ( 
	    true == get_theme_mod( 'film_celebrity_post_heading_on_off', 'on' ) || 
	    true == get_theme_mod( 'film_celebrity_post_content_on_off', 'on' ) || 
	    true == get_theme_mod( 'film_celebrity_post_image_on_off', 'on' )) : ?>
	<?php if ( has_post_thumbnail() ) { ?> 
    <div class="post-thumb">
        <?php if ( true == get_theme_mod( 'film_celebrity_post_image_on_off', 'on' ) ) : ?>
            <?php the_post_thumbnail(); ?>
            <div class="post-overlay">
                <a href="<?php the_permalink(); ?>"><i class="fa fa-link"></i></a>
            </div>
        <?php endif; ?>
    </div>
	<?php } else { ?>
		<?php if ( true == get_theme_mod( 'film_celebrity_post_image_on_off', 'on' ) ) : ?>
	    <div class="post-thumb">
	        <a href="<?php the_permalink(); ?>" class="img-responsive center-block">
	            <img src='<?php echo esc_url(get_template_directory_uri()); ?>/images/exist_img.png'>
	        </a>
	    </div>
	    <?php endif; ?>
	<?php } ?>
	<div class="post-content">
		<?php if ( true == get_theme_mod( 'film_celebrity_post_heading_on_off', 'on' ) ) : ?>
		<?php  
			if ( is_single() ) :
				the_title('<h4 class="post-title">', '</h4>' );
			else:
				the_title( sprintf( '<h4 class="post-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h4>' );
			endif; 
		?>
		<?php endif; ?>
		<?php if ( true == get_theme_mod( 'film_celebrity_post_content_on_off', 'on' ) ) : ?>
			<p><?php echo wp_trim_words( get_the_content(), get_theme_mod('film_celebrity_post_content_limit',15) );?></p>
		<?php endif; ?>
	</div>
	<?php endif; ?>
		<?php if ( 
		    true == get_theme_mod( 'film_celebrity_post_date_on_off', 'on' ) || 
		    true == get_theme_mod( 'film_celebrity_post_comment_on_off', 'on' ) || 
		    true == get_theme_mod( 'film_celebrity_post_author_on_off', 'on' ) || 
		    true == get_theme_mod( 'film_celebrity_post_categories_on_off', 'on' )) : ?>
		    <ul class="meta-info">
		        <?php if ( true == get_theme_mod( 'film_celebrity_post_date_on_off', 'on' ) ) : ?>
		            <li class="post-date"><a href="<?php echo esc_url(get_month_link(get_post_time('Y'),get_post_time('m'))); ?>"><i class="fa fa-calendar"></i><?php echo esc_html(get_the_date('j M, Y')); ?></a></li>
		        <?php endif; ?>
		        <?php if ( true == get_theme_mod( 'film_celebrity_post_comment_on_off', 'on' ) ) : ?>
		            <li class="comments-quantity"><a href="<?php echo esc_url(get_comments_link( $post->ID )); ?>"><i class="fa fa-wechat"></i> (<?php echo get_comments_number($post->ID); ?>) <?php esc_html_e('Comments','film-celebrity'); ?></a></li>
		        <?php endif; ?>
		        <?php if ( true == get_theme_mod( 'film_celebrity_post_author_on_off', 'on' ) ) : ?>
		            <li class="posted-by"><i class="fa  fa-user"></i> <?php esc_html_e('By','film-celebrity'); ?> <a href="<?php echo esc_url(get_author_posts_url( get_the_author_meta( 'ID' ) ));?>"><?php the_author(); ?></a></li>
		        <?php endif; ?>
		        <?php if ( true == get_theme_mod( 'film_celebrity_post_categories_on_off', 'on' ) ) : ?>
		            <li class="post-category"><i class="fa fa-folder-open"></i><a href="<?php the_permalink(); ?>"><?php the_category(', '); ?></a></li>
		        <?php endif; ?>
		    </ul>
		<?php endif; ?>
</article>

ZeroDay Forums Mini