Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29482

    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

    #140786

    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();

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Subtitles under the title’ is closed to new replies.