Wordpress Etiket Sayfası Nasıl Oluşturulur
19
●4.966
- 25-06-2009, 19:50:58yok 2.8 sürümü ile ilgili degil. bende 2.8 sürümü kullanıyorum. arkadaşlar bendede ilk seferinde bu şablonlarda cıkmamıstı. panelde oldugunuz sırada atınca ftpye görünmüyor. cıkıs yapıp tekrar deneyin demekten başka bi çarem yok
yardımcı olmak isterdim ama sorunun nedenini bilmiyorum.
- 25-06-2009, 19:59:32Kodlarda eksiklik bulunmakta. Daha fazlası için
Wordpress’te Etiket Bulutu Sayfası Oluşturmak | t-infection.com | tasarım oyuncakları, web teknolojileri
adresini inceleyin. - 25-06-2009, 21:45:47Üyeliği durduruldu
<?php /* Template Name: Arama Bu sayfa şablonu Sayfa yazarken sagda gorunecek. */ ?> <?php get_header();?> <div id="left"> <div id="content"> <?php ?> <?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><link rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2> <?php wp_tag_cloud('number=0&unit=pt'); ?> <?php endwhile; endif; ?> </hr> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>böyle daha düzenli sanirim - 26-06-2009, 00:10:15<?php
/*
Template Name: Etiketler & Tags
*/
?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><link rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
<?php wp_tag_cloud('number=0&unit=pt'); ?>
<?php endwhile; endif; ?>
<!--/content --><?php get_sidebar(); ?><?php get_footer(); ?>
Kodun Normal Hali Yukardaki.Birde böyle deneyin - 27-06-2009, 21:31:09Kullandıgım etiketler.php sayfasını ekledim, ekten indirip ftp'nizden temanızın bulundugu dizine yukleyin, admin panelden sayfa ekle deyip sablon olarak etiketler & tags sablonunu secip sayfa ekle deyin.ayvabiz adlı üyeden alıntı: mesajı görüntüle
yardımcı olmak isterdim ama sorunun nedenini bilmiyorum.