Definitely over thinking it
<div class="section group">
<?php
printf('<h1>%s</h1>', the_title());
foreach($users as $user)
{
?>
<div class="author">
<div class="col span_1_of_3">
<div class="authorAvatar">
<?php echo get_avatar( $user->user_email, '128' ); ?>
</div>
<div class="authorInfo">
<h2 class="authorName"><?php echo $user->display_name; ?></h2>
</div>
</div>
</div>
<?php
}
?>
</div>
Related Posts:
- Display all authors and their only one latest post
- Display more than 10 posts on author.php file
- Displaying posts limit: can’t get pagination to display [duplicate]
- Exclude Authors based off date of last post
- How to get Author ID outside the loop
- Display Authors Comments on Profile Page
- Authors Page : A page of authors
- Get List of all the Authors
- Loop starts from the beginning with second while loop on author.php
- Cannot retieve the_content() and the_author() – both returning empty strings
- Get author_id in wordpress
- Display Post Author Link above the loop
- How can I display other user avatars on an author profile page?
- Can’t grab author info outside of the loop
- Saving return value from the_author_posts_link()
- How to add a byline to all the pages?
- Display all authors in a theme template
- List ALL posts by author on author archive
- List of all authors avatars
- Show the most recent post for an author on the author page
- Jquery Slider for profile template
- Retrieve each widget separately from a sidebar
- Should I use loop in the single.php file?
- Where should I use post_class()?
- Landing Page – Redirect Loop?
- wp_list_authors including custom post types
- get_the_foo() in the loop – does it perform another query?
- Exclude filter on front page
- Is it possible to display previous post revision?
- Check if date of post is yesterday
- Exclude first 2 posts with meta_key from loop
- Fix inefficient loop breaks post.php on form submit
- Make a custom loop inside single.php with pagination
- Why do I get `Call to a member function have_posts() on a non-object `? [closed]
- Get Pagination (WP-PageNavi) not to work
- Filtering The Loop For Single Page and Blog Page
- the_content() seems to block my ACF-code
- Pulling current post/page data into header.php
- Loop and Page template : my WP_query don’t take args
- How to split a loop into two columns
- Transient loop issue
- popular post weekly and monthly
- Get single post from tags array
- Duplicated posts on category page
- WordPress loop: exclude if it is the latest post
- Apply an Incremental Counter in an Array Function
- Get all posts including sticky ones with get_posts(),setup_postdata(), and foreach loop?
- Custom Loop Using Shortcode in Custom Page Template
- Listing subpages title and content and styling the first iteration differently
- Post list based on the page author
- How to get the excerpt for is_home() outside of the loop isn’t working
- Make loop alphabetical
- How to check if a product is purchased within the last 365 days before displaying something
- How do I get my loop.php to properly paginate?
- Custom loop ordering not working
- First archive page with a few posts
- Loop through ACF taxonomies and output associated posts
- How to get user ID’s from multiple usernames?
- Query posts only with actual text content (not including shortcode or images)
- CPT while loop not working
- How can this multiple loop have pagination as described?
- Default featured image set as background image [closed]
- Breaking up the results of a loop
- Where to add offset?
- How do i create a list-posts-page?
- Exclude posts based on an array
- Is file_exists() compatible with timthumb.php? [closed]
- How to Add a cutsom slug to my custom author role
- Using is_page_template inside loop
- Author social media aren’t shown on the page
- Archive: Lists itself
- How to show the last article in a different way in my blog?
- Can’t limit posts_per_page in loop
- Reorder posts in a loop: have the posts by one particular author below the others
- Slug is changing when I use WP_Query in a metabox of a post
- how to get author comment inside the loop?
- How to create loop in custom page, and get id from url into this loop?
- How to fix pagination for custom loops?
- Check to see if a field is within an array in twig
- Add div after every 4 posts then every 2 posts for a responsive loop
- List of authors posts minus very latest
- Archive sorted by month – separate
- Display single post inside accordion based on form submission results
- One page loop issue with posts
- Humanmade | Custom meta box class: How to display a repeatable meta box group?
- Can’t print out returned value
- change the_content images for different sizes (Desktop, tablet, mobile)?
- Building theme so user can change header image [closed]
- Get query result before posts are displayed?
- WordPress Group By Problem
- Home page loop with pagination problem
- WooCommerce custom loop pagination on front page
- Eliminate duplicates in a foreach loop [closed]
- get_page() unlike Loop returns the post content without html tags. How can I fix this?
- Problem with ms-thumb-frame-selected class in Master Slider
- I want the first post on my home page to be lengthier than the rest (example included)
- Loop with Custom Post Type Taxonomies and Interstitial Code
- Question about custom plugin
- How can you make it so the comment box shows on some pages or posts but not all?
- Hook in the loop after the first post