49 -52 satırları arasına bak
<dl class="metadata">
<dt><?php _e("Kategoriler"); ?></dt>
<dd class="icon category"><?php the_category('</dd><dd class="icon category">') ?></dd>
</dl>Böyle olması gerekiyor normalde sende ne görünüyor
19
●1.184
<dl class="metadata">
<dt><?php _e("Kategoriler"); ?></dt>
<dd class="icon category"><?php the_category('</dd><dd class="icon category">') ?></dd>
</dl>Böyle olması gerekiyor normalde sende ne görünüyor
ftp ye giremiyorum şu an yani dosyada açıp satıra inemiyorum Allah tan dosyaların izinleri 777 admin panelinden ayarlıyorum
ben en iyisi single yide yayınlayım :d<?php /* Filename: single.php Date: 07-07-30 Theme: jd soft magazine Author: john doe (info@jdblog.net) URI: John Doe Blog */ ?> <?php get_header(); ?> <div id="regular"> <center><script type="text/javascript"><!-- google_ad_client = "pub-1372252086112709"; //Metin bağlantısı, 31.12.2007 tarihinde oluşturuldu google_ad_slot = "6980153004"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = ""; // on file //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></center> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div id="single-post"> <div id="date"><span class="month"><?php the_time('F'); ?></span><br /><span class="day"><?php the_time('j'); ?></span></div><h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <div class="both"></div> <?php the_content("Devamını Okuyun ".the_title('', '', false)."..."); ?> <div class="feedback"><?php link_pages('<p><strong>Sayfalar:</strong> ', '</p>', 'number'); ?><?php edit_post_link('Düzenle', ' — ', ''); ?></div> <!-- <?php trackback_rdf(); ?> --> <?php comments_template(); // Get wp-comments.php template ?> </div> <div id="post-meta"> <h2><?php echo ("Yazı Hakkında"); ?></h2> <dl class="metadata"> <dt class=""><?php echo ("Bilgiler"); ?></dt> <dd class="icon date"><a href="<?php echo(get_month_link(get_the_time('Y'), get_the_time('m'))); ?>"><?php the_time('F jS, Y') ?></a></dd> <dd class="icon comment"><a href="#comments"><?php comments_number(__('Yorum Yok'),__('1 Yorum'),'% ' . __('Yorum')); ?></a></dd> </dl> <dl class="metadata"> <dt><?php _e("Rss ve Linkler"); ?></dt> <dd class="icon feed"><?php comments_rss_link(__('Yorum Rss')); ?></dd> <dd class="icon entry"><a href="<?php get_author_link(true, get_the_author_ID(), get_the_author_login()); ?>"><?php the_author(); ?></a></dd> <dd class="icon delicious"><a href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php echo urlencode(get_the_title()); ?>">Del.icio.us</a></dd> <dd class="icon digg"><a href="Digg - Login to Digg" target="_new">Digg</a></dd> <dd class="icon technorati"><a href="Technorati: Front Page urlencode(the_permalink()) ?>">Technorati</a></dd> </dl> <dl class="metadata"> <dt><?php _e("Kategoriler"); ?></dt> <dd class="icon category"><?php the_category('</dd><dd class="icon category">') ?></dd> </dl> <dl class="metadata"> <dt><?php _e("Diğer yazılar", 'gluedideas_subtle'); ?></dt> <dd class="icon jump"><?php next_post_link('%link') ?></dd> <dd class="icon jump"><?php previous_post_link('%link') ?></dd> </dl> </div> <div class="both"></div> <?php endwhile; else: ?> <h2 class="center">Bulunamadı</h2> <p><?php _e('Üzgünüm ; aradığınız kritere uygun sonuç bulunamadı.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Önceki sayfa'), __('Sonraki Sayfa »')); ?> </div> <?php get_footer(); ?>
<dl class="metadata">
<dt><?php _e("Kategoriler"); ?></dt>
<dd class="icon category"><?php the_category('</dd><dd class="icon category">') ?></dd>
</dl>Bunla değiştir bu sefer olacak inşalalh bakalım
<dl class="metadata">
<dt><?php _e("Kategoriler"); ?></dt>
<dd class="icon category"> <?php wp_list_categories('</dd><dd class="icon category">') ?></dd>
</dl>