Aligning the thumbnail image 时间:2012-06-22 作者:ronka 我想用“设置特色图像”弹出框中给出的选项控制特色图像(缩略图)的对齐。<?php if(has_post_thumbnail()) { echo \'<div class="border">\'; the_post_thumbnail(); echo \'</div>\'; } ?> 我想根据用户的选择向具有border类的div中添加一个floatleft或floatright(或nothing)类。谢谢 1 个回复 SO网友:Gembel Intelek <?php echo get_the_post_thumbnail($id, \'thumbnail\', array(\'class\' => \'alignleft\')); ?> see codex for more 结束 文章导航