• 28-03-2013, 20:47:21
    #19
    Kimlik doğrulama veya yönetimden onay bekliyor.
    emegine saglık.
  • 28-03-2013, 21:21:08
    #20
    Eline emeğine sağlık hocam paylaşım için teşekkürler.
  • 29-03-2013, 13:17:15
    #21
    Temayı kurmaya çalıştım ancak şöyle bir hata aldım

    The encoded file /home/ortak/public_html/wp-content/themes/WB-Tarif/functions.php is corrupt. in Unknown on line 0
  • 30-03-2013, 20:11:53
    #22
    emeğinize sağlık
  • 01-04-2013, 00:37:29
    #23
    Hocam cok harika bi tema, bu adsense reklam yerlesimi ban sebeb olmasin hocam ? herhangi bi sıkıntı olurmu ?
  • 01-04-2013, 10:40:25
    #24
    Browser & Automation Sols
    ByRio adlı üyeden alıntı: mesajı görüntüle
    Temayı kurmaya çalıştım ancak şöyle bir hata aldım

    The encoded file /home/ortak/public_html/wp-content/themes/WB-Tarif/functions.php is corrupt. in Unknown on line 0
    functions.php ile oynadıysanız orjinali geri yükleyin.

    BerkeTR adlı üyeden alıntı: mesajı görüntüle
    emeğinize sağlık
    güle güle kullanın.

    Turkonet adlı üyeden alıntı: mesajı görüntüle
    Hocam cok harika bi tema, bu adsense reklam yerlesimi ban sebeb olmasin hocam ? herhangi bi sıkıntı olurmu ?
    Hiç bir sıkıntı olmaz.
  • 01-04-2013, 13:50:09
    #25
    Üyeliği durduruldu
    Emeğine Sağlık
  • 02-04-2013, 20:17:03
    #26
    Doynet adlı üyeden alıntı: mesajı görüntüle
    functions.php ile oynadıysanız orjinali geri yükleyin.



    güle güle kullanın.



    Hiç bir sıkıntı olmaz.

    hocam bu ekledigim herhangi bi icerik sayfasinda alt kisimda yeni eklenenler bolumunu nasil iptal edebilirim ?
  • 02-04-2013, 20:52:04
    #27
    Browser & Automation Sols
    Turkonet adlı üyeden alıntı: mesajı görüntüle
    hocam bu ekledigim herhangi bi icerik sayfasinda alt kisimda yeni eklenenler bolumunu nasil iptal edebilirim ?
    single.php den aşağıdaki kodu kaldırın


    				<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]; ?>&amp;w=56&amp;h=41&amp;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>