wecobble / Subtitles

Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
http://wordpress.org/plugins/subtitles/
GNU General Public License v2.0
117 stars 186 forks source link

the_title() returning title AND subtitle! #63

Closed fuyangli closed 8 years ago

fuyangli commented 8 years ago

I'm using the_title() in my loop with the_subtitle() in another area. Is there an way so the_title does not return the subtitle?

Thanks in advance!

philiparthurmoore commented 8 years ago

Hi there. Yes, you could disable automatic Subtitle output by just having this return false at all times.

Cheers, Philip