Kategoriyi harfe göre sıralamak için sidebar.php deki wp_list_cats i aşağıdaki gibi düzenlemeniz yeterlidir.
<?php wp_list_cats('sort_column=name&optioncount=1&hide_ empty=1&hierarchical=1'); ?>
Hocam benim yapmak istediğim bu bunu ben elle yaptım şimdilik ama yeni kategori ekleyince güncelleme gerekiyor A,B,C .... olarak sayfa oluşturdum burada görüntüşüyorum bunu otomatik yapmak istiyorum.
sidebar.php dosyasının içi ise
Alıntı
<?php
/**
* The sidebar containing the main widget area.
?>
<?php if ( is_active_sidebar( 'themonic-sidebar' ) ) : ?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'themonic-sidebar' ); ?>
</div><!-- #secondary -->
<?php else : ?>
<div id="secondary" class="widget-area" role="complementary">
<div class="widget widget_search">
<?php get_search_form(); ?>
</div>
<div class="widget widget_recent_entries">
<p class="widget-title"><?php _e( 'Recent Posts', 'themonic' ); ?></p>
<ul><?php wp_get_archives('type=postbypost&limit=5'); ?></ul>
</div>
<div class="widget widget_pages">
<p class="widget-title"><?php _e( 'Pages', 'themonic' ); ?></p>
<ul><?php wp_list_pages('title_li='); ?></ul>
</div>
<div class="widget widget_tag_cloud">
<p class="widget-title"><?php _e( 'Tag Cloud', 'themonic' ); ?></p>
<?php wp_tag_cloud('smallest=10&largest=20&number=30&uni t=px&format=flat&orderby=name'); ?>
</div>
</div>
<?php endif; ?>
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 22:40:31 -->-> Daha önceki mesaj 22:36:37 --
Teşekkürler yapan bir ücretli eklentide var ama uğraşıyoruz bakalım