• 04-10-2010, 15:39:20
    #1
    Üyeliği durduruldu
    Arkadaslar Yeni actıgım bi wp film sitemde anasayfada film resimleri gozukmuyor
    temadan kaynaklanıyor dıyebılrsınız fakat baska bır sıtede resımler gozukuyor

    halledebilecek arkadas var ise cok memnun kalırım
    www.filmizlehd.net
  • 04-10-2010, 15:49:07
    #2
    Üyeliği durduruldu
    başka bir site ile sizin sitenizin konu girişi farklıdır hocam. temanın index.php sini buraya ekleyin. bakalım.
  • 04-10-2010, 15:52:13
    #3
    Üyeliği durduruldu
    spider58 adlı üyeden alıntı: mesajı görüntüle
    başka bir site ile sizin sitenizin konu girişi farklıdır hocam. temanın index.php sini buraya ekleyin. bakalım.
    <?php get_header(); ?>
    <?php
        $options = get_option('blocks_options');
        if (function_exists('wp_list_comments')) {
            add_filter('get_comments_number', 'comment_count', 0);
        }
    ?>
    
    <?php if ($options['notice']) : ?>
        <div class="block">
            <div class="
            <?php if($options['notice_color'] == 1) {echo 'content';}
                else if($options['notice_color'] == 3){echo 'content r';}
                else{echo 'content g';}
            ?>">
                <div id="notice_content"><?php echo($options['notice_content']); ?></div>
            </div>
        </div>
    <?php endif; ?>
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
        <div class="post">
            <h3 class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    
            <div class="content">
                <?php the_excerpt(); ?>
                <div class="fixed"></div>
            </div>
    
            <div class="meta">
                <?php if ($options['author'] && function_exists('get_avatar') && get_option('show_avatars')) : ?>
                    <div class="author"><?php the_author_posts_link_with_avatar(); ?></div>
                <?php endif; ?>
                <div class="act">
                    <?php
                        if (function_exists('the_views')) the_views(true, '', ' | ');
                        comments_popup_link(__('Yorum Yok', 'blocks'), __('1 Yorum', 'blocks'), __('% comments', 'blocks'));
                        edit_post_link(__('Duzenle', 'blocks'), ' | ', '');
                    ?>
                </div>
                <div class="info">
                    <?php
                        the_time(__('M jS, Y', 'blocks'));
                        if ($options['categories']) {
                            printf(__(' | Filed under %1$s', 'blocks'), get_the_category_list(', '));
                        }
                    ?>
                </div>
                <?php if ($options['tags']) : ?>
                    <div class="tags"><?php _e('Tags: ', 'blocks'); the_tags('', ', ', ''); ?></div>
                <?php endif; ?>
                <div class="fixed"></div>
            </div>
        </div>
    
    <?php endwhile; ?>
    
        <div id="pagenavi" class="block">
            <?php if(function_exists('wp_pagenavi')) : ?>
                    <?php wp_pagenavi() ?>
                <?php else : ?>
                    <div class="content g">
                        <span class="newer"><?php previous_posts_link(__('&laquo; Newer Entries', 'blocks')); ?></span>
                        <span class="older"><?php next_posts_link(__('Older Entries &raquo;', 'blocks')); ?></span>
                        <div class="fixed"></div>
                    </div>
            <?php endif; ?>
        </div>
    
    <?php else: ?>
        <div class="block">
            <div class="content small r">
                <?php _e('Sorry, no posts matched your criteria.', 'blocks'); ?>
            </div>
        </div>
    
    <?php endif; ?>
    
    <?php get_footer(); ?>
  • 04-10-2010, 15:54:27
    #4
    Üyeliği durduruldu
    resmi konuda nereye giriyorsunuz?
  • 04-10-2010, 15:55:41
    #5
    Üyeliği durduruldu
    spider58 adlı üyeden alıntı: mesajı görüntüle
    başka bir site ile sizin sitenizin konu girişi farklıdır hocam. temanın index.php sini buraya ekleyin. bakalım.
    spider58 adlı üyeden alıntı: mesajı görüntüle
    resmi konuda nereye giriyorsunuz?
    https://www.r10.net/wordpress/750604-...tebilecek.html normal olarak konu acarken adresten ekle olarak gırıorm ozel alandan denedım ordanda olmadı
  • 04-10-2010, 15:56:56
    #6
    Üyeliği durduruldu
    özel alanla cekmeyi dene bence daha kolay olacaktır.

    ( özel alanda ekleyince indextede degişiklik yapmanız gerek. )
  • 04-10-2010, 15:57:34
    #7
    Üyeliği durduruldu
    şöyle yapın. resim URL sini thumbnail adlı özel alana girin bundan sonra.

    index.php deki

    Alıntı
    <?php the_excerpt(); ?>


    kodundan önce şu kodu ekleyin.

    Alıntı
    <img src="<?php get_post_meta($post->ID,"thumbnail",true); ?>" alt="" />
  • 04-10-2010, 23:54:26
    #8
    Üyeliği durduruldu
    thumbnail-for-excerpts eklentisini kullanın eklenti sayesinde yazıdaki resim otomatik küçük resim olarak çıkıyor