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

    (@husobj)

    This plugin does not output the subtitle by default, you have to add it via your theme templates. For example:

    <?php the_subtitle( '<h2>', '</h2>' ); ?>

    If you wanted to style this different from other <h2> tags via CSS you could add a CSS class to the tag and add styling to your theme’s stylseheet:

    <?php the_subtitle( '<h2 class="subtitle">', '</h2>' ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘CSS style’ is closed to new replies.