Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 2, 2024 23:57
Show Gist options
  • Save henshaw/60585a198bb32010bcc6c4c47dff37a7 to your computer and use it in GitHub Desktop.
Save henshaw/60585a198bb32010bcc6c4c47dff37a7 to your computer and use it in GitHub Desktop.
Dynamically inserting the author’s URL in WordPress
<a href="<?php echo get_the_author_meta('user_url'); ?>"><?php the_author(); ?></a>
@henshaw
Copy link
Author

henshaw commented Jan 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment