WordPress: How to add author and publisher meta tag?
Add the following to your header.php or you can use wp_head() action to these codes. $post_author_id = get_post_field( ‘post_author’, get_the_ID() );
Read moreAdd the following to your header.php or you can use wp_head() action to these codes. $post_author_id = get_post_field( ‘post_author’, get_the_ID() );
Read more