-
I’m trying to add support at the bottom of each page/post for the Google Profile per your article on your website.
It appears your SEO plug-in handles the creation of the custom field in the user->profile area, but that you use a different field name from your article.
I added this:
//google profile $google_profile = get_the_author_meta( 'googleplus' ); if ( $google_profile ) { echo '<p><a href="' . esc_url($google_profile) . '" rel="me">Google Profile</a></p>'; }
I got nothing – what is the correct meta tag?
Thanks,
Andrew
- The topic ‘Google’ is closed to new replies.