• 15-12-2009, 21:41:58
    #1
    mnt
    Üyeliği durduruldu
    arkadaşlar shubo arkadaşımızın yapmış olduğu dandik temayı bugün baya aradım ancak arkadaş plusturk.com'danda sanırım temayı silmiş.

    arkadaşlar herhangi birinizde var ise başka yere upload edip bana link verebilirmisiniz.

    şimdiden teşekkür ederim yardımcı olacak arkadaşa iyi çalışmalar.
  • 15-12-2009, 22:15:17
    #2
    Bende shubo temasını istiyorum mümkünse.
  • 16-12-2009, 10:44:36
    #3
    mnt
    Üyeliği durduruldu
    yokmu elinde olup upload edebilecek arkadaş ?
  • 19-12-2009, 18:18:41
    #4
    piyasadaki tüm dandik tema 'lar sorunlu yok mu gerçekten sitesinden sağlam bi şekilde upload edecek biri, veya varsa adresini verecek biri ?
  • 19-12-2009, 18:35:48
    #5
    Üyeliği durduruldu
    isterseniz eğer örnek site verirsiniz baştan yazabilirim?
  • 19-12-2009, 18:39:56
    #6
    Bloomm Hocam Çok Zahmet Olacak Ama, Çok Makbule Geçecek.. Allah Razı Olsun.. Bu benim Sitem, hatalı tasarım; http://www.ozgursohbet.com/

    Bu da Örnek Site; http://www.harikasin.net/
  • 19-12-2009, 18:59:46
    #7
    Üyeliği durduruldu
    Temanın home.php sini yazar mısın buraya?
  • 19-12-2009, 19:25:26
    #8
    <?php get_header(); ?>

    <div id="content">

    <div id="content-left">

    <div id="featured-post">

    <div class="fea_right">
    <?php wp125_single_ad(1); ?><br/>
    <?php wp125_single_ad(2); ?>
    </div>
    <div class="clear"></div>
    </div>

    <div class="medium_title">
    Haberler
    </div>
    <?php $top_query = new WP_Query('showposts=10&offset=0'); ?>

    <?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?>

    <div id="post-<?php the_ID(); ?>" class="box-homepage <?=($i%2)?"homepage-right":"homepage-left";$i++;?>">

    <div class="box-content">
    <div class="thumbnail">
    <?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
    <img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumbnail", true); ?>&w=80&h=110&zc=1" width="80" height="110" alt="Haber önizleme" class="alignleft" />
    <?php } else { ?>
    <img src="<?php bloginfo('template_url'); ?>/img/thumbnail.gif" width="80" height="110" alt="Haber önizleme" class="alignleft" />
    <?php } ?>
    </div>
    <h4><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
    <div class="text">
    <?php the_content_limit(90, "Devamı &raquo;"); ?>
    </div>
    <div class="clear"></div>
    </div>

    </div>

    <?php endwhile; ?>

    <div class="clear"></div>

    <div class="navigation">

    <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>

    </div>

    </div><!-- end content-left -->

    <?php get_sidebar(); ?>

    <div class="clear"></div>

    </div><!-- end content -->

    <?php get_footer(); ?>
  • 19-12-2009, 19:28:54
    #9
    Üyeliği durduruldu
    <?php wp125_single_ad(1); ?><br/>
    <?php wp125_single_ad(2); ?>

    buradaki iki kodu çağıramıyor hata veriyor. ya bunları silersin. ya da eklentiyi aktif edersin. sana kalmış birşey.