Changes between Initial Version and Version 1 of Ticket #20047, comment 4
- Timestamp:
- 04/05/2012 12:54:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20047, comment 4
initial v1 1 1 I believe sirzooro is correct. 2 2 3 In this instance the get_the_author_link() gets the website URL that is entered into the text field on a user's profile which is usually an external URL (unless someone manually enters a link to the site site), not the users post archive page.3 In this instance the get_the_author_link() gets the website URL that is entered into the text field on a user's profile which is usually an external URL (unless someone manually enters a link to the site), not the users post archive page. 4 4 5 5 The link to the users post archive page can be retrieved using the_author_posts_link() which already adds a rel="author" attribute.