You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Describe the bug
After plugin activation, I use the_title() and I mean title, but the plugin forces me to have both title & subtitle together. I can use the_subtitle() for that purpose. I think this is not good to change default behaviour of the_title(). by the way, how can I have separate the_title() & the_subtitle(), as I have some exact theming needs?
I know that I can disable it like explained here, but I think it should not be the default behaviour out of the box.
To Reproduce
Steps to reproduce the behavior:
Go to your theme and put the_title() somewhere inside loop.
Load front single page or post or event custom post.
Scroll down to title section
See that you are forced to have subtitle & title stick together and you have no choice to only show the title.
Expected behavior
One should be able to have title and subtitle separate from each other so that (s)he can better use this plugin in her/his theming procedure.
Describe the bug
After plugin activation, I use
the_title()
and I mean title, but the plugin forces me to have both title & subtitle together. I can usethe_subtitle()
for that purpose. I think this is not good to change default behaviour ofthe_title()
. by the way, how can I have separatethe_title()
&the_subtitle()
, as I have some exact theming needs?I know that I can disable it like explained here, but I think it should not be the default behaviour out of the box.
To Reproduce
Steps to reproduce the behavior:
the_title()
somewhere inside loop.Expected behavior
One should be able to have title and subtitle separate from each other so that (s)he can better use this plugin in her/his theming procedure.
Desktop:
Additional context
Wordpress 5.0.2
Subtitles 3.0.0
The text was updated successfully, but these errors were encountered: