| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/old-website/eec/wp-content/themes/zoom-lite/contents/ |
Upload File : |
<?php
/**
* @package Zoom
* @since 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'zoom-blog-default' ); ?>>
<div class="entry-header-cont">
<header class="entry-header">
<?php
if ( zoom_is_wprepo_demo() ) { ?>
<a href="<?php the_permalink(); ?>"><img class="wp-post-image" src="<?php echo zoom_generate_rand_img(); ?>"></a>
<?php
} else {
if ( has_post_thumbnail() && get_theme_mod( 'featured_image_on_post_list', true ) == true ) { ?>
<a href="<?php the_permalink(); ?>"><?php zoom_theme_thumbs( 'featured_image_on_post_list', esc_html( get_theme_mod( 'post_blog_thumb_size' ) ), true ); ?></a>
<?php } elseif ( ! has_post_thumbnail() && get_theme_mod( 'featured_image_on_post_list', true ) == true && get_theme_mod( 'featured_image_placeholder', true ) == true ) { ?>
<a href="<?php the_permalink(); ?>"><img class="wp-post-image" src="<?php echo esc_url( get_template_directory_uri().'/assets/images/misc/placeholder/thumb-medium.png' ); ?>"></a>
<?php }
}
?>
</header><!-- .entry-header -->
</div>
<div class="zoom-blog-entry-content">
<div class="entry-title-meta">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'zoom-lite' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php if ( 'post' == get_post_type() ) : ?>
<div class="entry-meta">
<?php zoom_theme_posted_on(); ?>
</div><!-- .entry-meta -->
<?php endif; ?>
</div>
<div class="entry-content clearfixafter">
<?php
if ( 'full' == get_theme_mod( 'post_content', 'excerpts' ) ) :
the_content( esc_html__( 'Continue reading', 'zoom-lite' ) .'<span class="meta-nav">→</span>' );
else :
the_excerpt();
endif;
?>
<?php zoom_custom_wp_link_pages(); ?>
</div><!-- .entry-content -->
</div>
<footer class="entry-meta">
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
<?php
if ( zoom_get_array_opt( 'post_meta', 'meta_cat' ) ) :
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( esc_html__( ', ', 'zoom-lite' ) );
if ( $categories_list && zoom_theme_categorized_blog() ) :
?>
<i class="fa fa-folder-open" aria-hidden="true"></i>
<span class="cat-links">
<?php printf( esc_html__( 'Posted in %1$s', 'zoom-lite' ), wp_kses_post( $categories_list ) ); ?>
</span>
<?php endif; endif; // End if categories ?>
<?php
if ( zoom_get_array_opt( 'post_meta', 'meta_tags' ) ) :
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( '', esc_html__( ', ', 'zoom-lite' ) );
if ( $tags_list ) :
?>
<i style="margin-left:5px;" class="fa fa-tags" aria-hidden="true"></i>
<span class="tag-links">
<?php printf( esc_html__( 'Tagged %1$s', 'zoom-lite' ), wp_kses_post( $tags_list ) ); ?>
</span>
<?php endif; endif; // End if $tags_list ?>
<?php endif; // End if 'post' == get_post_type() ?>
<?php
if ( zoom_get_array_opt( 'post_meta', 'meta_comments' ) ) :
if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
<i style="margin-left:5px;" class="fa fa-comment" aria-hidden="true"></i>
<span class="comments-link"><?php comments_popup_link( esc_html__( 'Leave a comment', 'zoom-lite' ), esc_html__( '1 Comment', 'zoom-lite' ), esc_html__( '% Comments', 'zoom-lite' ) ); ?></span>
<?php endif; endif; ?>
<?php if ( ! is_admin_bar_showing() ): edit_post_link( esc_html__( 'Edit', 'zoom-lite' ), '<span class="edit-link">', '</span>' ); endif; ?>
</footer><!-- #entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->