تست کنید :
کد:<?php $cats = get_categories( array('parent' => 301) ); foreach($cats as $cat) { echo '<p><a href="' . get_category_link( $cat->term_id ) . '" title="' . sprintf( __( "نمایش همه خبر های %s" ), $cat->name ) . '" ' . '>' . $cat->name .'</a> </p>'; } ?>