Include subtitle display to slideshow

Subtitles aren’t standard in wordpress so it’s hard to know where to find yours.

This code needs to be placed in the frontpageSlideShow function.

Below where it says //format informations add:

$subtitle = //wherever your post subtitles can be found, probably in a custom //meta

Then, you need to add your subtitle to the $fscontent variable. It is difficult to know how the plugin handles certain data, but you need to either append it on to the end of $fscontent or add it into the $fsentries array which goes into $fscontent.

Hopefully this gets you on the right track.