hi again!
somebody knows, what code causes the description specified in the field of SEO Deascription for one separate record?
in my theme this is
<meta name="description" content="<?php if (strlen($wpzoom_meta_desc) < 1)
{ bloginfo('description');}
else {echo"$wpzoom_meta_desc";}?>" />
and its all. Maybe i need to add or change something?