• 14-09-2009, 17:30:12
    #1
    ya arkadaşlar şu thumbnail işini bir türlü beceremedim
    şimdi resimi upload ediyorum 3 tane resim hailini kaydediyor
    battech_charger_big12-150x150.jpg
    battech_charger_big12-300x250.jpg
    battech_charger_big12.jpg
    ama anasayfada resimin adresi
    http://www.........net/wp-content/themes/openair/thumb.php?src=http://www......net/wp-content/uploads/battech_charger_big12.jpg&h=300&w=150&zc=1&q=90
    ve görüntülenmiyo ne yapmam lazım
    battech_charger_big12-300x150.jpg böyle manual ekledim oda olmadı
  • 15-09-2009, 00:56:36
    #2
    Beyler lütfen birşey yazın
  • 15-09-2009, 00:58:58
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Ana sayfada resmi gösterten kodunuzu görmeden birşey diyeleceğini sanmıyorum.
  • 15-09-2009, 02:56:13
    #4
    battech_charger_big12-300x150.jpg bunu böyle eklersen olmaz

    resmi ekle sağ tıkla istediğin boyuta linki al öyle dene..
  • 15-09-2009, 03:00:43
    #5
    Temanızın otomatik thumbnail yapma özelliği var.
    Bu özelliği devre dışı bırakırsanız sorununuz çözülecektir.
  • 15-09-2009, 03:01:24
    #6
    Tema klasörünün içinde "cache" isimli bir klasör varsa chmod 777 verin.
  • 15-09-2009, 04:02:03
    #7
                                    <!-- Custom setting image -->
                                    <?php if (get_post_meta($post->ID, "image", $single = true)) { ?>
                                    <a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>"><img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "image", $single = true); ?>&amp;h=<?php if ( get_option('woo_image_height') <> "" ) { echo get_option('woo_image_height'); } else { ?>145<?php } ?>&amp;w=<?php if ( get_option('woo_thumb_height') <> "" ) { echo get_option('woo_thumb_width'); } else { ?>218<?php } ?>&amp;zc=1&amp;q=90" alt="<?php the_title(); ?>" class="post-preview left" /></a>   
                                    <?php } ?>       	
                                    <?php if ( get_option('woo_the_content') ) { the_content('Continue Reading...'); } else { the_excerpt(); } ?>
                                </div>
    site SHware


    cache 777 zaten
  • 15-09-2009, 04:43:38
    #8
    Yazdığınız kodu aşağıdaki şekilde değiştirin.
            <?php if (get_post_meta($post->ID, "image", $single = true)) { ?>
            <a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>"><img src="<?php echo get_post_meta($post->ID, "image", $single = true); ?>" alt="<?php the_title(); ?>" class="post-preview left" /></a>
            <?php } ?>
            <?php if ( get_option('woo_the_content') ) { the_content('Continue Reading...'); } else { the_excerpt(); } ?>
        </div>
  • 15-09-2009, 05:07:45
    #9
    çok teşekkürler ama orada battech_charger_big12-150x150.jpg ı koyması lazımdı direk aynısını koydu resim ismine nasıl ""-150x150"" ekleyebilirim