İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Tema kategoriler yazı yardım

T

trgy

Misafir
kodları buraya eklerseniz yapabilirim sizin için.

düzenleme: Silmeniz temada zorlamaya sebebiyet verir. ekstra sorgu oluşturuyor ve sunucuyu yoruyorsunuz.
 

herdakika

0
İyinet Üyesi
Katılım
9 Eylül 2010
Mesajlar
12
Reaction score
0
PHP:
<?php get_header(); ?>

<div id="contentwrapper"><div id="content">

<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>

<?php if (have_posts()) : ?>

<?php $post = $posts[0]; // hek. Set $post so that the_date() works. ?>

<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class="pageTitle">‘<?php single_cat_title(); ?>’ Kategorisinin Arşivi</h2>
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2 class="pageTitle">Etiket Arşivi: ‘<?php single_tag_title(); ?>’</h2>
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('F jS, Y'); ?></h2>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('F, Y'); ?></h2>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('Y'); ?></h2>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h2 class="pageTitle">Yazar Arşivi</h2>
<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<h2 class="pageTitle">Blog Arşivi</h2>
<?php } ?>

<?php while (have_posts()) : the_post(); ?>

<div class="post">
<h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php the_time('M.d, Y') ?></span> in
<span class="filed"><?php the_category(', '); ?></span>
<span class="commentcount"><?php comments_popup_link('Yorum Yaz', '1 Yorum', '% Yorum'); ?></span>
</div>
<div class="postContent"><?php the_excerpt('(Devamını Oku...)'); ?></div>
<div class="postMeta"><span class="tags"><?php the_tags('Etiketler: ', ', ', ''); ?></span></div>
</div> <!-- Closes Post -->

<?php endwhile; ?>


<div id="nextprevious">
 <center><?php wp_pagenavi(); ?></center>
</div>
<div class="cleared"></div>

<?php else : ?>

<div class="post">
<h2 class="postTitle">Bulunamadı</h2>
<p>Aradığınız şey bulunamadı.</p>
</div> <!-- Closes Post -->

<?php endif; ?>

</div></div> <!-- Closes Content -->

<?php get_sidebar(); ?>

<div class="cleared"></div>

</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>



<?php get_footer(); ?>

kodlar
 
T

trgy

Misafir
PHP:
<?php get_header(); ?>

<div id="contentwrapper"><div id="content">

<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>

<?php if (have_posts()) : ?>

<?php $post = $posts[0]; // hek. Set $post so that the_date() works. ?>

<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class="pageTitle">‘<?php single_cat_title(); ?>’ Kategorisinin Arşivi</h2>
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2 class="pageTitle">Etiket Arşivi: ‘<?php single_tag_title(); ?>’</h2>
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('F jS, Y'); ?></h2>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('F, Y'); ?></h2>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h2 class="pageTitle">Arşiv: <?php the_time('Y'); ?></h2>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h2 class="pageTitle">Yazar Arşivi</h2>
<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<h2 class="pageTitle">Blog Arşivi</h2>
<?php } ?>

<?php while (have_posts()) : the_post(); ?>

<div class="post">
<h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php the_time('M.d, Y') ?></span> in
<span class="filed"><?php the_category(', '); ?></span>
<span class="commentcount"><?php comments_popup_link('Yorum Yaz', '1 Yorum', '% Yorum'); ?></span>
</div>
<div class="postContent"><<?php the_content('Devami »'); ?></div>
<div class="postMeta"><span class="tags"><?php the_tags('Etiketler: ', ', ', ''); ?></span></div>
</div> <!-- Closes Post -->

<?php endwhile; ?>


<div id="nextprevious">
 <center><?php wp_pagenavi(); ?></center>
</div>
<div class="cleared"></div>

<?php else : ?>

<div class="post">
<h2 class="postTitle">Bulunamadı</h2>
<p>Aradığınız şey bulunamadı.</p>
</div> <!-- Closes Post -->

<?php endif; ?>

</div></div> <!-- Closes Content -->

<?php get_sidebar(); ?>

<div class="cleared"></div>

</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>



<?php get_footer(); ?>

bu kod ile değiştirin.
 

herdakika

0
İyinet Üyesi
Katılım
9 Eylül 2010
Mesajlar
12
Reaction score
0
sagolasın kardeş eline sağlık


birde benim sitem normal aramalarda çıkmıyor video olarak aramalarda çıkıyor yabi video sitesi gibi gözüküyor neden acaba

site: herdakika.net
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst