จะใส่รูปเล็กใว้ในโพสแบบเว็บนี้ทำไงเหรอครับ แบบพอกดเข้าไปแล้วเจอบทความหลักอ่ะครับ ใครพอจะรู้บ้างครับ
เป็น ธีม เวิร์ดเพรส ครับ
http://vdmax.filmhane.net/
โค้ดมันเป็นแบบนี้อ่ะคับ พอดีไม่มีความรู้ทางนี้ด้วยสิ
<div class="product-box">
<div class="product-image"><a href="<?php the_permalink(); ?>" class="red-link" title="<?php the_title(); ?>"><img title="<?php the_title(); ?>" src="<?php $resim = get_post_custom_values("resim"); echo $resim[0]; ?>" alt="<?php the_title(); ?>" style="border-width: 0px; height: 90px; width: 100px;" /></a></div>
<div class="product-disc"><a href="<?php the_permalink(); ?>" class="red-link" title="<?php the_title(); ?>"><?php the_title(); ?></a><br /> İzlenme: <strong><?php $views = get_post_custom_values("views"); echo $views[0]; ?></strong><br /></div>
</div>
<?php endwhile;endif; ?>
<div style="clear:both"></div>