Yes. But if you want subforums of a News forum as news, you need to link to it somewhere else because as is the Newsdisplay template can't handle subforums under them.
To fix this, just copy & paste the
HTML Code:
<if condition="$show['forumslist']">
<!-- sub-forum list -->
...
<!-- / sub-forum list -->
</if>
segment of your FORUMDISPLAY template into your ces_newsdisplay template.
I am adding this for the next version, as well as the ability to have parent News forums pull threads from their children.