Echo author ID in author.php
This is probably a super simple question. But how do I echo the ID of a user on author.php? I’ve tried the_author_meta(‘ID’) But … Read more
This is probably a super simple question. But how do I echo the ID of a user on author.php? I’ve tried the_author_meta(‘ID’) But … Read more
So the default url to display a list of posts by a particular author looks like this: http://domain.com/author/{username} I am wondering how to … Read more
Hi to the community, is it possible to change the default username slug to nickname if is available? By default the url is … Read more
I want to be able to select a subscriber an author of a post in the admin so it displays their name as … Read more
I want to replace get_author_link() and get_the_author_meta($feld) with something equivalent to point to the author of the current post Buddypress user profile page … Read more
I submitted my site to Google and now the author page is showing up in the search results. http://www.domain.com/author/myusername How do I prevent … Read more
I can’t get the post author ID outside the loop to make the get_the_author_meta work. So far I’ve tried different approaches: 1. $author_id=$post->post_author; … Read more
I need to place in post edit dashboard metabox with post author e-mail (or other user meta fields). So it can be edited … Read more
I need to display the online status (online/offline) for each author page (custom author page template). is_user_logged_in() only applies to the current user … Read more