Frequently Asked Questions
This is a collection of frequently asked questions regarding Secondary Title. If you have a question that is not listed here, please post them on WordPress.org's support forum or send me an email.
How can I change the style/color of the secondary title?
The secondary title as well as the default title can be styled via the "Title format" input field found under Settings → Secondary Title. To change the style, use the HTML element <span>
and the attribute style
. Here is one example where the secondary title will be displayed red and the default title underlined:
<span style="color:red;">%secondary_title%</span>: <span style="text-decoration:underline;">%title%</span>
Check this site for more information.