How to modify an existing meta description?
Looks like a syntax error. Change this: return( $title ); to this: return $title; EDIT Sorry; mis-read your question. I believe the question is entirely Theme-dependent. The description normally is output in the template via bloginfo( ‘description’ ). The bloginfo() function uses get_bloginfo(), which uses a simple switch, and for the description parameter, the function … Read more