Insert Google authorship into WordPress header
This is a wild guess, because you didn’t provide (parts of) your template. Anyway, most probably (if lessons.php is a full template) there is get_header(); somewhere at the beginning of your template file. If you put the very code you posted in your question before this it will render, as the wp_head action is still … Read more