• 06-08-2009, 16:41:18
    #10
    Alıntı
    <?php if( get_post_meta($post->ID, "resim", true) ): ?>
    <img src="<?php $values = get_post_custom_values("resim"); echo $values[0]; ?>" alt="<?php the_title(); ?>" />
    <?php else: ?>
    <img src="<?php bloginfo('template_directory'); ?>/resimyok.jpg" alt="<?php the_title(); ?>" />
    <?php endif; ?>
    bunu dene rebel
  • 06-08-2009, 16:46:13
    #11
    Üyeliği durduruldu
    eshkidadlieric adlı üyeden alıntı: mesajı görüntüle
    bunu dene rebel
    buda direk resmi ekrana bastı.ne yazıyı sağına aldı nede küçülttü.

    <kd>nickini biyerden hatırlıyorum</kd>
  • 06-08-2009, 17:24:27
    #12
    Alıntı
    <div class="solresim">
    <?php if( get_post_meta($post->ID, "resim", true) ): ?>
    <img src="<?php $values = get_post_custom_values("resim"); echo $values[0]; ?>" alt="<?php the_title(); ?>" />
    <?php else: ?>
    <img src="<?php bloginfo('template_directory'); ?>/rsm/resimyok.jpg" alt="<?php the_title(); ?>" />
    <?php endif; ?>
    </div>
    <div class="yazi">
    <?php the_content('...'); ?>
    </div>
    styl.css
    Alıntı
    .solresim {
    float:left;
    margin: 0 auto;
    overflow: hidden;
    padding-right:8px;
    margin-top:3px;
    }
    .solresim img {
    width:100px;
    height:100px;
    }
    tam bunlarıda ekliyodum elektirikler kesildi
    <kd>eshki-eric desem hatırlarsın heralde </kd>