I have a static home page but it will not show any description title apart from the site title blogname. The meta description content works fine
http://teambuilding-solutions.com
Toni
$title = is_home() ? $desc : $prepared;
$title = is_front_page() ? $desc : $prepared;