<?php if ( get_post_meta($post->ID, 'thumbnail', true) ) : ?> <?php $image = get_post_meta($post->ID, 'thumbnail', true); ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?p…
<?php if ( get_post_meta($post->ID, 'thumbnail', true) ) : ?> <?php $image = get_post_meta($post->ID, 'thumbnail', true); ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?p…
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script> <script src="<?php bloginfo('template_directory'); ?>/images/jquery.imagezoom.min.js"></script> .box{width:380px;} .box img{vertical-align:top;border:0;} …