query_posts('post_type=post&v_sortby=views&v_order by=desc&showposts=5&cat='.fs_get_option("fs_haberc at"));

yazan satırda fs_get_option("fs_habercat") yazan yeri kaldırıp yerine kategori id numarasını yazmanız yeterli.

örnek:
query_posts('post_type=post&v_sortby=views&v_order by=desc&showposts=5&cat=323');

en sonunda cat=323 bu 323 nolu kategoridekileri listeler.