liyandong
2014-04-04 22:59:44 +08:00
<?php if( get_post_meta($post->ID, "img", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, "img", true); ?>" alt="<?php the_title() ?>" class="fromImg"/></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/moren<?php echo(rand(0,9)) ?>.jpg" alt="<?php the_title() ?>" /></a>
<?php endif; ?>