![]() |
|
|||||||
| WordPress WordPress Temalar Eklentiler |
![]() |
|
|
LinkBack | Seçenekler | Stil |
|
|||
|
Merhaba arkadaşlar kullandığım tema AdivoBestReady thumbnail olayını bi türlü yapamadım,thumnnaile uyumlu temalarda özel alana thumbnail yazıp çıkan kısma küçük resmi ekleyeyip indexe gönderebiliyoruz ama benim tema uyumlu değil, sanırım uyumlu yapmak için index.php bi kaç meta ekleniyor ama tüm denemelerimden bir sonuç alamadım index.php bi bölümü aşagıda nereye nasıl bi kod eklemeliyiz arkadaşlar ? www.devletsah.com ve www.fulldizi.com gibi yapmaya çalışıyorum.
Kod:
<?php if (have_posts()) : ?>
<?php $count = 1 ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata"><small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --> | Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit','',' |'); ?> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></small></p>
</div>
<?php if ($count==2) { include('adsense_homepage_banner.php'); } ?>
<?php $count = $count + 1; ?>
<?php endwhile; ?>
|
|
||||
|
Kod:
<?php if (have_posts()) : ?>
<?php $count = 1 ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<img style="margin:5px 0px 10px 0px" border="0" src="<?php $values = get_post_custom_values("resim"); echo $values[0]; ?>" alt="<?php the_title(); ?>" />
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata"><small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --> | Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit','',' |'); ?> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></small></p>
</div>
<?php if ($count==2) { include('adsense_homepage_banner.php'); } ?>
<?php $count = $count + 1; ?>
<?php endwhile; ?>
Kod:
<img style="margin:5px 0px 10px 0px" border="0" src="<?php $values = get_post_custom_values("resim"); echo $values[0]; ?>" alt="<?php the_title(); ?>" />
Yazı ya da içerik eklerken Özel Alanlar'dan resim diye ekleyeceksin. Bu olayı kullandığım; http://www.diziizletr.net/
__________________
Şeyh Şamilgiller'deniz, vız gelir apo deniz, dünyayı devirseniz, pusar mı sanırsınız? |
|
|||
|
hakkaten oldu çok teşekkür ederim dostum ben ilk eklerken özel alanlarda hata yapıyormuşum ilk thumbnail özel alan ekle diyordum sonra resim linkini verip güncelle diyordum oda doğal olrak hata veriyordu sorun kodlarda deyip geçiştiriyordum şimdi kodlar tam oturunca özel alanlarda hata yaptığımın farkına vardım sayende tekrardan teşekkür ederim..
|
|
|||
|
else olayı çok zekice ama bu hatayı alıyoruz Else kodunu ekleyince de
Parse error: syntax error, unexpected '}' in /home/KULLANICI/public_html/wp-content/themes/Temamız/index.php on line 34 |
![]() |
| Tags |
| tema, thumb, thumbnail, uyum, wordpress |
| Seçenekler | |
| Stil | |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| parayla satın aldığınız wordpress temasını takas etmeyek isteyen var mı? | leonitef | WordPress | 8 | 2008-04-05 02:42 |
| New Horizon Wordpress teması (Wordpress 2.3 uyumlu) | osahin | WordPress | 5 | 2007-11-10 14:10 |
| Adsense Uyumlu Süper bir wordpress teması | TrDownload | WordPress | 18 | 2007-08-19 01:33 |