Add your author meta information after if ( have_posts() ) :
<?php if ( have_posts() ) : the_post(); ?>
About <?php the_author(); ?>, the author of this blog
<?php userphoto_the_author_thumbnail() ?>
<?php echo get_the_author_meta( 'description' ); ?>
<?php rewind_posts();
while ( have_posts() ) : the_post(); ?>
<?php //loop stuff ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
Related Posts:
- Getting only direct child pages in WordPress with get_pages
- Query multiple custom post types in single loop
- Inject post (from specific category) between posts in Loop
- Knowing the total number of posts before to get into the loop
- Build a content and excerpt grid loop with paging and options for # of posts
- Installing wp3.2.1 on IIS; getting empty sessions
- How to loop over custom fields in a page template?
- Want to separate sections of posts. Can you restart loop?
- Alter secondary loop to exclude posts from current page category
- Specific Loop For 2 Within Each
- Two posts in same div – WP loop
- Store loop into array
- Looping through WP_Post Object
- Easiest way to show total number of subpages
- Show Custom Taxonomy Title
- How to exclude specific category from the get_the_category(); array
- spliting posts into two columns
- How to speed up a wordpress function with multiple loops?
- How to Display a Single Post Excerpt
- $wpdb->flush(); breaks the loop
- Use object in template part
- Get first URL from post content
- Changing layout with wp_customise
- Show css depending on activity type in BuddyPress activity-loop [closed]
- Why my filterable portfolio page work not perfectly between slug button and slug output WORDRPESS?
- Iterate through posts based on array of categories
- get author_name from queried post
- How to add condition in wordpress loop? [closed]
- Alert Bar section within WP loop is displaying even though there are no posts
- Checking array against author id in loop
- How do I Turn This Into An if statement?
- Load wordpress content in other domain
- How Can I use WP_Query to Only Display 1 Post from Custom Post Type if Query Returns Posts with Matching ID in Custom Field
- post thumbnail, conditions, else wont work
- wp_query get the 2nd post
- I’m trying to create an array with a foreach loop, but the array only stores the last item [closed]
- How to add div blocks after certain set of post
- How to avoid duplicates when creating recent network posts
- Why in my theme I can’t see all the statics content under the posts?
- How do I remove a category from a wordpress loop>
- variable value disappears in a second loop
- How to unlink all posts from tracking same amount of views
- Why my loop isn’t working? [closed]
- WordPress loop by meta key that is an array? and how loop multiple arrays
- Get all posts as an array ID => Name
- How to get post ID from button and pass title to Modal
- Problem with custom loop and wp_list_pluck [closed]
- Display child page content of a specific parent on home page
- Do not duplicate posts with multiple categories in multiple loops
- WordPress loop is not working
- Echo array value
- First post article different on Archives template
- How to add title attribute to archive items
- Strip from or something better?
- How to break up php code to avoid echo
- Problem in replacing the_content with the_excerpt()
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- Products listing check if meta checkbox is checked
- Pagination contents not changing in Front page WordPress
- in_array not working on dev server but works on localhost
- How to Create Carousel Indicators in PHP Loop using wp_get_attachment_url function?
- Get title of page containing post grid within the posts
- Is there anyway I can call the year once?
- Display all categories including sub categories under a list ul
- Foreach Loop Of Post Types With Nested If Else If Not Completing Process
- Where does php code to load data go?
- cURL needing to loop through all “next_page”
- Display page content in different sections – based on page break block?
- Filtering custom posts by using checkboxes for taxonomy in an ajax loop always gives server 500 error
- Show the subcategory name based on current product
- How can I get my pagination loop to display the correct number of total pages?
- How do if all posts has this category ID then do this
- ERR_TOO_MANY_REDIRECTS / To Force SSL Logins and SSL Admin Access
- View tag description on page
- Get current_post in reverse order with pagination
- Efficient way of querying for a “fallback” post?
- Insert div after every three posts in home.php [duplicate]
- Display product attributes for current product
- Div Missing In Custom Loop Query
- Create a hierarchical loop at predefined markup requirements
- enumerating custom taxonomies?
- Using page template to fetch posts in page
- Create Customization Controls from Array
- ACF loop and php formatting
- How to display thumbnail if post is assigned one otherwise not
- How to have post count after each listed category
- How can I put a custom field as the link of a button shortcode?
- Pagenav Not appearing on custom Template
- Transient Loop Not working as expected
- Remove the_content From Loop
- Custom Meta Box If Else Statement
- Alternative loop syntax error [closed]
- Pagination in category.php not functioning
- How to handle parent and child pages?
- How do I remove blog entries from home page Twenty Eleven child theme?
- How to create a loop that will display one post and stop?
- Woocommerce linking variations
- How do I display WooCommerce products in my query to rows of 3?
- How to get posts by a certain author in inner loop using outer loop variable or post title WordPress
- How do I use fields => ids in an array with WP Query?