I like to place Subtitles under the title in blog post.
I found wps-subtitle but even if I write there some text it apears nowhere. Do I have to add something?
Thx
Sylvio
According to the plugin page you need to call the subtitle function in your theme files ( http://wordpress.org/plugins/wp-subtitle/ ). Open up includes/loop-index.php and replace
echo $title;
with
echo $title;
the_subtitle();