Hi there, I was wondering how I can make the names of post / comment authors link to their Wordpress Users profile pages?
For example, is it possible to replace <?php the_author() ?> with something like <?php the_author_posts_link(); ?>
Unfortunately, <?php the_author_posts_link(); ?> doesn't do the job as it takes you to an archive of the author's posts, not the profile page generated by Wordpress Users.
This would be a nice feature to add to the plugin but if you can explain how to hard-code it that would be great.