İyinet'e Hoşgeldiniz!

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

Kayıt Ol!

WP hitli sitesi olupta kazanamayanlara

beyzadez

0
İyinet Üyesi
Katılım
3 Ocak 2010
Mesajlar
134
Reaction score
0
* Categories ve recent postların altınada birer tane küçük 5li bağlantı birimi koyun.

burdan sıdebara baktım

<div id="sidebar">

<div id="sidebar_r">
<ul>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(1) ) : ?>
<li>
<div id="search">
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php _e('Author'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->

<?php get_links_list(); ?>

<li>
<?php /* If this is a category archive */ if (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>

<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
for the day <?php the_time('l, F jS, Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
for <?php the_time('F, Y'); ?>.</p>

<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
for the year <?php the_time('Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
for <strong>'<?php echo wp_specialchars($s); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives.</p>

<?php } ?>
</li>

<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>

<li><h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>

<li><h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li>

<?php /* If this is homepage */ if (is_home()) { ?>
<li>
<script type="text/javascript"><!--
google_ad_client = "";
/* 160x600, oluşturulma */
google_ad_slot = "";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</li>
<?php } ?>
<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
<li><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></li>
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>

<?php endif; ?>
</ul>
</li>





</ul>
</div>

</div>

bunların nerlrıne koaycagız kardeş bıde bunu yapsak oalcak

bıde kardeş recent ve categoru bolumlerı çıkmıyor etıketler blumu var
 

bybart

0
İyinet Üyesi
Katılım
15 Şubat 2007
Mesajlar
509
Reaction score
2
bu temada ana sayfada her konunun comments yazan yerinde yada üstte tarih yazan yerde etiketleri göstermek için ne yapmamız gerekiyor? konu içindede göstermek istiyorum, default tema yada bildirgec.org gibi.
 

TamDosya

0
İyinet Üyesi
Katılım
3 Şubat 2010
Mesajlar
212
Reaction score
0
bu temada ana sayfada her konunun comments yazan yerinde yada üstte tarih yazan yerde etiketleri göstermek için ne yapmamız gerekiyor? konu içindede göstermek istiyorum, default tema yada bildirgec.org gibi.

bu kodu

PHP:
<?php if (function_exists('the_tags')) { the_tags('Etiketler: ', ', ', '<br/>'); } ?>
single.php dosyasının içerisine uygun bir yere yapıştırırsanız her konuda etiketleriniz çıkar.

anasayfada da göstermek istiyorsanız index.php dosyasının uygun bir yerine yapıştırın. Kolay gelsin
 

osahin

0
İyinet Üyesi
Katılım
8 Ekim 2006
Mesajlar
4,978
Reaction score
34
Konum
kalbinizden :p
bu kodu

PHP:
<?php if (function_exists('the_tags')) { the_tags('Etiketler: ', ', ', '<br/>'); } ?>
single.php dosyasının içerisine uygun bir yere yapıştırırsanız her konuda etiketleriniz çıkar.

anasayfada da göstermek istiyorsanız index.php dosyasının uygun bir yerine yapıştırın. Kolay gelsin

Bu kodun o işi göreceğini sanmıyorum, bu kod söz konusu id'ye ait etiketleri çekmesi gerek denemedim ama öyle olmalı. Ana sayfada görünmesi için arkadaşın söylediği şekilde her konuyu bir döngü içine almak gerek
 

bybart

0
İyinet Üyesi
Katılım
15 Şubat 2007
Mesajlar
509
Reaction score
2
single.php'de işe yaradı ana sayfada işe yaramıyor çok teşekkür ederim ilginiz için.
 

GreeNEyeS

0
İyinet Üyesi
Onaylı Üye
Katılım
6 Ağustos 2005
Mesajlar
1,753
Reaction score
27
Konum
istanbul
2 Gündür Deniyorum, Bu temada Tıklama olmuyor.
Sadece beyaz reknli html sayfada daha çok tıklama oluyor.
Bu temada beyaz renkte olsa süper olurdu.
Ziyaretçiler beyaz renkli sayfaları daha çok seviyorlar.
 

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

seo ajansı , sosyal medya yönetimi
Üst