Conversation
supportI have installed the plugin, entered the Google Plus URL in my WordPress Users settings, added the link back from Google Plus Profile, but no author information is added to my blog posts. I assume it should use rel=”author”, but nothing like that is added to posts’ HTML. Or am I missing something? http://wordpress.org/extend/plugins/google-plus-authorship/
We’ve also installed it and aren’t getting anything to work – would love support on this!
Your wordpress template doesn’t show author information/link. Google Plus Authorship plugins relies on wordpress function used for creating author link in post page. To include google plus author link add this php code to your posts template: <?php get_the_author_link();?> This works for all wp templates.
I’ve tried it with <?php the_author_link();?> but what it does is just putting my username linked to my blog. No mention of Google Plus or anything.
doesn’t work here either. where do i have to put the <?php get_the_author_link();?> exactly?
This is not resolved man It will simply output usename
We’ve also installed it and aren’t getting anything to work – would love support on this!
Your wordpress template doesn’t show author information/link. Google Plus Authorship plugins relies on wordpress function used for creating author link in post page. To include google plus author link add this php code to your posts template: <?php get_the_author_link();?> This works for all wp templates.
I’ve tried it with <?php the_author_link();?> but what it does is just putting my username linked to my blog. No mention of Google Plus or anything.
doesn’t work here either. where do i have to put the <?php get_the_author_link();?> exactly?
This is not resolved man It will simply output usename