How to display a public profile page for registered users with custom slug?
I have a website where users can register, login and their edit profile, they can comment but not post.
I have a website where users can register, login and their edit profile, they can comment but not post.
I want to replace get_author_link() and get_the_author_meta($feld)
I’m developing my first theme for woocommerce.
I’m looking for a way to create a parent authors page and then use the author.php for the individual author pages.
I’ve been out of the loop (no pun) for a couple months and am wondering the best way to do it.
So i’m trying to make a follow button in wordpress where users can press a button that allows them to follow an author they like. (No, i’m not interested in buddypress)
What I’m looking to do it get the 16 latest posts from 16 different authors. In other words there would be the 16 latest posts, but no one single author would have more that 1 post on the page.
The original urls for users look like /author/login/
Given a user id, $user_id, and post id, $post_id, how can I programatically update a wordpress post author?
On a multi author WordPress blog I need to show a list with more posts from the current author. The list is inside the Loop, so I can use <?php the_author_meta('first_name'); ?> <?php the_author_meta('last_name'); ?> and <?php the_author_meta('description'); ?>, but how to retrieve the user’s posts?
So the default url to display a list of posts by a particular author looks like this: