CL 2013-11-05

  • Installed plugin WP Subtitle for adding a extra sub-title to all pages. I want to add a good textual pep, and a subtitle to the appropriate titles would help a lot. Basically all what the plugin did, is to add a new meta-information to the post and a text box, which I can write the title in the backend.
    In the theme files I made, I added a line of code:  <h3 class="title-description"><?php the_subtitle(); ?></h3> To fetch the subtitle and show it as a heading (h3) below the main title (h2).