I created a user-profile.php file in my theme so I could customize its appearance. I want to add a link to the author’s blog posts, but am getting stuck on the loop part. When I tried the standard default wordpress loop – it looped the entire profile itself.
Here is the code I am working with:
http://pastebin.com/LAnd9hRn
With the current code, I get a 404 not found error.
Thanks in advance for any suggestions or ideas you might have to try!