For some reason, the title and meta tags are not showing at all on any page of my site. I read through quite a few threads here trying to figure out what is causing the problem, but no joy thus far. I was successful in using the following:
<title>(php tag removed) wp_title(''); (php tag removed)</title>
<meta name="description" content="(php tag removed) echo WPSEO_Frontend::metadesc( false );(php tag removed)" />
(php tag removed) echo WPSEO_Frontend::metakeywords( false );(php tag removed)
to get them to show up, but that creates a fatal error every time a page is loaded. The site is http://www.healingrootsclinic.com - any suggestions?
Thank you