示例#1
0
                ?>
	
						<a href="<?php 
                the_permalink();
                ?>
" title="<?php 
                the_title();
                ?>
" class="">
							<div class="thumb-img">
								<img <?php 
                echo $lazy;
                ?>
="<?php 
                $imgsrc = catch_first_image();
                echo fun_thumb_source($imgsrc, 175, 126, false);
                ?>
">
								<span><?php 
                the_article_icon();
                ?>
</span>
							</div>
						</a>
						<?php 
            }
            ?>
					</div>
					<div class="relpost-inner-text">
						<a href="<?php 
            the_permalink();
示例#2
0
        ?>
" class="fancyimg home-blog-entry-thumb" rel="prettyPhoto[iframe]">
		<?php 
    } else {
        ?>
		<a href="<?php 
        the_permalink();
        ?>
" title="<?php 
        the_title();
        ?>
" class="fancyimg home-blog-entry-thumb">
		<?php 
    }
    ?>
			<div class="thumb-img">
			<img src="<?php 
    echo fun_thumb_source($imgsrc);
    ?>
" alt="<?php 
    the_title();
    ?>
">
			<span><?php 
    the_article_icon();
    ?>
</span>			
			</div>
		</a>
<?php 
}