代码拉取完成,页面将自动刷新
<div id="post-<?php the_ID(); ?>" class="clearfix multi_cat_artical">
<div class="multi_cat_image">
<?php if ( has_post_thumbnail() ) {
$img = get_post_thumb();
$params = array( 'width' => 60, 'height' => 60, 'crop' => true);
echo '<img src="'.bfi_thumb( $img, $params ).'" alt="'.the_title_attribute(array("echo" => 0) ).'" width="60" height="60" />';
}
else {
$nothumb = get_template_directory_uri() . '/images/noim.png';
echo '<img src="'.$nothumb.'" alt="'.the_title_attribute(array("echo" => 0) ).'" width="60" height="60" />';
}
?>
</div>
<div class="multi_cat_info">
<div class="multi_cat_title"><a href="<?php the_permalink(); ?>" ><?php the_title(); ?></a></div>
<div class="rcnt_meta">
<?php $category = get_the_category($post->ID); $first_cat = $category[0]->term_id;?>
<?php meta_small( false, $first_cat, true, false ); ?>
</div>
</div>
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。