Stefan,
As a rule the Subtitle and Tags line shows on every tiddler, as I understand it you don't want it to show on some specific tiddlers?
A quick use of the browser inspect and the following style sheet added to a tiddler will do this (to all visible tiddlers)
<style>
div.tc-subtitle { display: none; }
div.tc-tags-wrapper { display: none; }
</style>
As soon as any tiddler containing the above is closed the previous behaviour will return.
My CSS is not strong enough but I am sure someone like TT can help.
Tones