• Resolved factledge

    (@factledge)


    Hi,

    I have wp-subtitle plugin activated to display the plugins on the posts on my website, however the subtitles does not display. It is happening with all the posts on my website. Can you please help.

    The page I need help with: [log in to see the link]

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

    (@husobj)

    Subtitles are not automatically added to your pages. You need to add in code to your theme templates where you would like the subtitle to appear:

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

    Please see the documentation for more information.

Viewing 1 replies (of 1 total)

The topic ‘subtitle does not display’ is closed to new replies.