Simple and Useless Plugin
-
Author replies to one support request and marked unresolved thread to resolved ???
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.
The above code will simply won’t do any thing since there is no echo
From his website
To fix this edit your theme and add one of the following code exaples:
echo get_the_author_link() (“echo” is required to work)
the_author_posts_link() (“echo” is not required)The above help is from his website which will simply out put your username. (one with link to your posts not to Google profile)
I request the developer to to try on his website
The topic ‘Simple and Useless Plugin’ is closed to new replies.