-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi Simon:
How could we add the Meta description tag?
- Something like this?
<meta name="description" content="<?php if ( is_single() ) {
single_post_title('', true);
} else {
bloginfo('name'); echo " - "; bloginfo('description');
}
?>" />
-
If so in which file you recommend I add this code?
-
Do you like this name: add_description_tag ()
Metadata
Metadata
Assignees
Labels
No labels