I want to add author link into the recent post widget. For example if any user post on my web from his LinkedIn ID (which I have allowed) so in Recent Posts where it shows, <time> By: <author> so user can go to his/her LinkedIn profile by clicking on his name <author>. I know its code will be something like get_author_link(); but don't know where and how to code it properly.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
||||
|
|
|
I think the rather simplistic approach would be: copy the whole In there, you could modify the output by customizing this part of the class:
I think there may be a better way to do this, but that's the only way I know at the moment. :s |
|||
|