• 01-07-2010, 17:40:30
    #55
    keşke thumb önizleme resminide kendisi alsa ))
  • 01-07-2010, 19:20:37
    #56
    OnurStyle adlı üyeden alıntı: mesajı görüntüle
    keşke thumb önizleme resminide kendisi alsa ))
    nasıl hocam anlamadım ?
  • 03-07-2010, 16:42:16
    #57
    Üyeliği durduruldu
    teşekkürler .Yeni oldugumdan nasıl kuracagımı bılmıyorum yardım edecek kımse varmı acaba
  • 03-07-2010, 16:47:23
    #58
    hocam gerekli açıklama ilk mesajda mevcut.
  • 03-07-2010, 17:17:25
    #59
    Üyeliği durduruldu
    selamlar
    botu kurdum dediğiniz gibi ama konuyu acıyor acıklamayı yazıyor malesef vıdeo cıkmıyor.tema kendi temam ondan olabilirmi
  • 03-07-2010, 17:26:56
    #60
    player.swf yi anadizine atınız
  • 03-07-2010, 17:27:48
    #61
    Üyeliği durduruldu
    evet attım.Her hangi bir şeye yazma izni felan verecekmiyim.DEdiğim gibi tema benim temam
  • 03-07-2010, 17:38:13
    #62
    hocam single.php de eklemeniz gerek kodlar var ditek bottan almıyor wordtube temasını indirin single.php deki object kodunu kendi temanızı single.php sine yapıştırın
  • 03-07-2010, 17:43:52
    #63
    Üyeliği durduruldu
    <?php get_header(); ?>
    
    <div id="content">
    
    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    		<div class="post" id="post-<?php the_ID(); ?>">
    			<h1 class="post-title"><?php the_title(); ?></h1>
    
    			<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    
    			<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    
    
    
    
    
    
    
    			<div class="post-info">
    				<?php the_time('F jS, Y') ?> in
    				<?php the_category(', '); ?>
    				<?php the_tags('| tags: ', ', ', ''); ?>
    				<?php edit_post_link('[Edit this entry]','',''); ?>
    			</div>
    
    		</div>
    
    		<?php comments_template(); ?>
    
    	<?php endwhile; else: ?>
    
    		<p>Sorry, no posts matched your criteria.</p>
    
    	<?php endif; ?>
    
    </div>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    benımkı bu sekılde neresıne yapıstıracagız