Viewing 1 replies (of 1 total)
  • Plugin Author Ben Huson

    (@husobj)

    In your theme templates, you would need to use the the_subtitle() function above the the_title() function.

    For example:

    <?php the_subtitle( '<div class="sub-title">', '</div>' ); ?>
    <h1 class="entry-title"><?php the_title(); ?></h1>
Viewing 1 replies (of 1 total)
  • The topic ‘subtitle above the title’ is closed to new replies.