PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home3/caa20236/public_html/wp-content/themes/koji/ |
| Server: Linux int2.cpanelhost.cl 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 IP: 138.117.148.152 |
| Dir : //home3/caa20236/public_html/wp-content/themes/koji/preview.php |
<article <?php post_class( 'preview preview-' . get_post_type() . ' do-spot' ); ?> id="post-<?php the_ID(); ?>">
<div class="preview-wrapper">
<?php if ( ( has_post_thumbnail() && ! post_password_required() ) || koji_get_fallback_image_url() ) : ?>
<a href="<?php the_permalink(); ?>" class="preview-image">
<?php
if ( has_post_thumbnail() && ! post_password_required() ) {
$image_size = koji_get_preview_image_size();
the_post_thumbnail( $image_size );
} else {
koji_the_fallback_image();
}
?>
</a>
<?php endif; ?>
<div class="preview-inner">
<h2 class="preview-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php
// Output the post meta
koji_the_post_meta( $post->ID, 'preview' ); ?>
</div><!-- .preview-inner -->
</div><!-- .preview-wrapper -->
</article>