[Plugin: Subheading] Need PHP help to show sub-heading as italic
-
I’ve installed the Subheading plugin and it is working fine.
However, I want the subheading to show up in italic. But I’m unable to do so.
Here’s the code I am adding to single.php:
$subhead = the_subheading();
echo “<i>”.$subhead.”</i>”;The subheading is showing up in the intended place but it is appearing as normal text, not in italic.
How will I address the issue? Any help would be much appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Subheading] Need PHP help to show sub-heading as italic’ is closed to new replies.