wptema.org da
<div class="demo"><a href="http://www.tatil.name.tr/" alt="DEMO" target="blank">DEMO</a></div>
<div class="download"><a href="http://www.wptema.org/download/6/">İNDİR (316)</a>
</div>
Bu kodlar ile yapılmış
Bunun wordpress kodları ise
<?php if( get_post_meta($post->ID, "demo_linki", true) ): ?>
<div class="demo"><a href="<?php echo get_post_meta($post->ID, "demo_linki", true); ?>" alt="DEMO" target="blank">DEMO</a></div>
<?php endif; ?>
<?php if( get_post_meta($post->ID, "down_linki", true) ): ?>
<div class="download"><a href="<?php echo get_post_meta($post->ID, "down_linki", true); ?>" alt="DEMO" target="blank">İNDİR</a></div>
<?php endif; ?>
Özel alanlar
demo_linki ve down_linki Bunları Value(Değerine) kısmına Link Gireceksin sadece
Birde Bu class lar için css te ayar çekeceksin.