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.
wordpress dandik tema istek
24
●4.629
- 19-12-2009, 18:39:56Bloomm 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, 19:25:26<?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ı »"); ?>
</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(); ?>