Found the answer myself:
<?php
$blogusers = get_users('include=2');
foreach ($blogusers as $user) {
echo '<h3>Over '. $user->first_name .'</h3>'
. get_user_meta($user->ID, 'description', true) .
'';
}
?>
Related Posts:
- Show different badge based upon the user role
- How do I create a separate page for each author?
- Change base URL of pages created by certain users
- This code won’t find authors page?
- Return subpages of an author if the parent page was published by an other author
- One author not showing in Author drop down list while editing page
- Authors posts on a author created page
- trying to add a author value in wp page links?
- Create custom page to author.php
- How to list pages from an author?
- Edit Page Content not showing
- Filter posts by author selected in page
- Create custom archive page for individual authors which is separate from the author.php page
- wordpress user profile page
- How to customize the author page in wordpress?
- Create a page without adding a page in the Database
- Restrict admin access to certain pages for certain users
- Require title for pages
- Add a new page to wordpress programmatically
- Get Permalink for the top level parent of child pages
- Get page id by title?
- List all pages and children in separate ul
- How do I load custom scripts and styles for a page?
- WP won’t save changes in post (any)
- Call the content of a page in AJAX in WordPress
- Password Protected Page Not Displaying Content After Entering Password
- Created pages not showing up in ‘All Pages’ list
- Registering multiple sidebars with data from an array
- How to exclude shortcode from specific page IDs if it’s set to global
- How to dynamically save a selected option from page “Templates” selectbox?
- Play Video on Homepage Only
- Extra title output with this function wp_list_pages
- Dynamically change page that loads
- Page title not showing up
- Where is the key _wp_page_template passed?
- How to add Posts to a Page
- Proper way to implement/access a built-in page in my theme
- remove/hide pages from users backend
- Page not found error when adding text `2 = 2 ^ 1` to the page
- Related Links Page with moderated, user suggested link submissions
- If a page does not exist, include a different page?
- Missing Page, But Still Exists In Preview
- Adding Author and Updated Schema Markup to WordPress Static Pages
- Trying to Edit a Page but it sends me to a Product Edit page
- Dynamic Landing Page
- Creating a dashboard menu page similar to the “Pages” page
- Get $post Object from another page
- How to edit a HTML list in WordPress?
- Is it possible to activate page template without manually selecting it in wp-admin?
- All Pages visible on the Frontpage
- How do we exclude multiple pages (like opposite of is_page)
- Create page template with some static contents
- Can I schedule my site to launch at a set time and date?
- If I use a static page-slug.php for a page, is the database still queried?
- Avoid pages losing template association on site re-deploy
- Using page-something.php as static front page
- Get all children titles of a page as a link to them
- Two different pages that share the same content?
- create 2 custom columns in page edit in Admin panel
- Having a series of pages created based on records in a table with fields populating the pages
- How should I set up a Tumblr blog at a WordPress Page?
- Hide links to pages that dont have any content
- custom page templating in WordPress
- WordPress – Retrieve a Page if it’s a direct descendant of another Page
- After creating a new page, filling the page with structure
- Identify that a page is a grandchild page
- Page Slug Won’t Change – Can’t Edit Archive Page With Slug or Reassign Slug
- accessing the Admin page
- Cover block always has margin
- When I enter password, I’m redirected to the WordPress login form
- How do I add a new item to this menu on the Add New Page section?
- how to change permalink for dynamic page without 404 error
- My English homepage will not update
- Problem with deleting a “Page”
- Display different pages based on form entry
- Adding styles/scripts to specific page
- when clicking update after page editing it returns this page not working in wordpress
- Maximum number of characters in a wordpress page?
- Redirect Every Instance of The Author Template Pages to Custom Author Pages
- Category Page Custom Layout [closed]
- How to copy specific page content and create child page?
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- 1st Level Page with No Children
- Add feed to a custom page
- Directory location of new page
- Grabbing the_content from “about us”
- making a pseudo-static page
- Page specific values in widgets
- Woocommerce – Making product pages child of shop
- Show different number of posts on second page of category
- Use get_posts() with ‘post’ and ‘page’ queries at the same time?
- how to show all type of author posts in author page (SOLVED)
- appearance of new page
- How to read a page’s “Shortcodes” from the Template File?
- For some reason my posts are not showing up on my front page [closed]
- My homepage is gone but header is still there
- Add tags to long page that is broken up into subpages?
- page title showing twice [closed]
- How to add page category slug to base url
- Need pages with same names in multiple subdirectories