FULL SEO, Mükemmel Adsense Yerleşimi - WordPress Yemek Tarifi Teması: WB-Tarif
56
●13.724
- 01-04-2013, 10:40:25functions.php ile oynadıysanız orjinali geri yükleyin.ByRio adlı üyeden alıntı: mesajı görüntüle
güle güle kullanın.BerkeTR adlı üyeden alıntı: mesajı görüntüle
Hiç bir sıkıntı olmaz.Turkonet adlı üyeden alıntı: mesajı görüntüle - 02-04-2013, 20:17:03Doynet adlı üyeden alıntı: mesajı görüntüle
hocam bu ekledigim herhangi bi icerik sayfasinda alt kisimda yeni eklenenler bolumunu nasil iptal edebilirim ? - 02-04-2013, 20:52:04single.php den aşağıdaki kodu kaldırınTurkonet adlı üyeden alıntı: mesajı görüntüle
<div class="area4" style="margin-top:10px;"> <h4 class="title"> Yeni Eklenen Tarifler </h4> <div class="clear"></div> <ul class="tarifler"> <?php global $post; $myposts = get_posts('numberposts=8&offset=0'); foreach($myposts as $post) : setup_postdata($post); ?> <li> <?php if(has_post_thumbnail()): ?> <?php $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'widget-image'); ?> <?php $icache = get_option('wb_icache') == "true" ; if($icache != "") { ?> <a href="<?php the_permalink();?>" title="<?php the_title();?>"><img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $image[0]; ?>&w=56&h=41&zc=1" alt="<?php the_title();?>" width="56px" height="41px"/></a> <?php }else{ ?> <a href="<?php the_permalink();?>" title="<?php the_title();?>"><img src="<?php echo $image[0]; ?>" alt="<?php the_title();?>" width="56px" height="41px"/></a> <?php } ?> <?php else: ?> <?php endif; ?> </li> <?php endforeach; ?> <?php wp_reset_query();?> </ul> </div> <!-- area4 --> <div class="clear"></div>