wp_title() empty on a static front page

wp_title() is for the html title tags in your websites head section.

It’s not for outputting a title. Use the_title(), or get_the_title(),

Leave a Comment