Code:
<?php if (function_exists('the_subheading')) { the_subheading('<span class="subtitle">', '</span>'); } ?>
Code:
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
Failing that, how can I replace the headline H3 tag with something other than a block element?
My objective is to wrap the subhead in a <span class="subtitle"> so I can reduce the font size and apply small caps but keep the subhead inline with the headline. The site I'm developing is password-protected until it goes live, but if it would help I can provide a username/password via PM.
I'm running Atahualpa 3.7.3 on Wordpress 3.3.1.