herşeyi halletim tşklr arkadaşlar
yalnız etiket olayını yapamadım site bozuldu allahtan yedek almıstım bu konuda online olarak yardım edecek varm acaba?
Wordpress Uzmanlaır Buraya
18
●921
- 26-08-2009, 00:36:14temanın single.php dosyanın içeriğini paylaşırsan yardımcı olabilirm.CulsuZ adlı üyeden alıntı: mesajı görüntüle
Etiketler konusunda.
2.isteğin sosyal imleme eklentileri,tavsiyem sociable eklentisi - 26-08-2009, 01:23:01
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="postauthor"> <p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> · <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a> <?php edit_post_link('(Düzenle)', '', ''); ?></p> </div> <?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div> <!-- <?php trackback_rdf(); ?> --> <div class="singlepostmeta"> <p>Etiketler <?php the_tags('') ?></br>· Kategori <?php the_category(', ') ?></p> </div> </div> <div class="postcomments"> <?php comments_template('',true); ?> </div> <?php endwhile; else: ?> <p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>bunu dene. - 26-08-2009, 02:04:12
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="postauthor"> <p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> · <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a> <?php edit_post_link('(Düzenle)', '', ''); ?></p> </div><br> <div class="singlepostmeta"> <p>Kategori <?php the_category(', ') ?> · Etiketler <?php the_tags('') ?></p> </div> <?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div> <!-- <?php trackback_rdf(); ?> --> </div> <div class="postcomments"> <?php comments_template('',true); ?> </div> <?php endwhile; else: ?> <p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>böyle bir denermisin.Kategori ve Etiketler üste taşınmış olması lazım. - 26-08-2009, 02:15:52Hocam örnek gösterdiğiniz site benim sitem. Kategori ve etiketle ilgili arkadaşlar kod paylaşımında bulunmuş. Yazılardaki resimlere gelince de onları ben tek tek kendim ekliyorum. Üstüne logoyu falan kendim yerleştiriyorum. Ama onların eklentileri de var sanırım. Umarım cevap olmuştur, saygılar.