get_the_subtitle() returning NULL
-
The function get_the_subtitle() doesn’t seem to be working since it doesn’t return anything.
the_subtitle() is working fine though…
Temporary workaround for those encountering the same issue :
ob_start(); the_subtitle(); $subtitle = ob_get_clean();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘get_the_subtitle() returning NULL’ is closed to new replies.