I would like to add some custom meta-information (meta tag) into my headers (post the excerpt under the meta description tag) when the user clicks on a post.
Where do I start? Is this even possible? My theme closes the head tag in the header file...
I would like to add some custom meta-information (meta tag) into my headers (post the excerpt under the meta description tag) when the user clicks on a post.
Where do I start? Is this even possible? My theme closes the head tag in the header file...
Nevermind, got it. You can get the necessary info from various functions like single_post_description and things like that. Just need to modify your header.php and check if you're in a post, i.e. not in home or in the archives or something.
This topic has been closed to new replies.