Şöyle bir eklenti buldum (link) ama aşağıdaki kodla başlıkları sıralayınca hala başlık tarihine göre sıralıyor.
Nerede hata yapıyorum?
<?php if(is_home()) { $recent = new WP_Query("showposts=99999999999&orderby=last_comment&order=last_comment&cat=446"); } else { $recent = new WP_Query("showposts=99999999999&orderby=orderby_last_comment&order=last_comment&cat=446"); } $i=1;$topla=""; while ( $recent->have_posts() ) : $recent->the_post(); ?>