Well there is no Generic solution for your problem/query as WordPress is not Specifically made Biography directory.
Solution will depend on the approach you have followed.
Have you created Custom User Role and add biography user under that user role OR Have you created Custom Post Type for Biography and add posts under that ?
If its User then you must be storing Date of Birth of User in user_meta table OR if its Custom Post Type then you must be storing Date of Birth in post_meta table.
Related Posts:
- How do I use WP_query with multiple post IDs?
- Query multiple custom post types in single loop
- Inject post (from specific category) between posts in Loop
- is_page() not working from within a plugin
- Build a content and excerpt grid loop with paging and options for # of posts
- Passing JSON data from WP Query into AJAX causing NULL errors
- Using Cookie Data For WP_Query Loop
- AJAX / Read More: multiple check_ajax_referer() and wp_create_nonce() not working independentely
- wp_delete_post deletes all posts instead of just expired ones
- Alter secondary loop to exclude posts from current page category
- How to add 2 posts under another post? Formatting should be intact
- Trim first 2 words of the exceprt
- Count number of published posts by type
- How to display custom field on homepage
- Can an array be used as a meta_query value?
- Can’t increase posts_per_page by variable
- Get taxonomy terms only of the WP_Query current posts
- Get category name from custom loop and echo it once
- Hide post if matches current month and year
- Get the last month with posts using a recursive function…
- How to do multiple searches (with logical OR) in WP_Query in hook pre_get_posts?
- How to query for pages/post depending on slug?
- WordPress custom slug (endpoint) and compare all links
- get current custom post ID by WP_Query method
- How to securely provide a $_POST var in WP_Query with PHP 7?
- Create WP_Query to search for posts by their categories or their parent/child categories
- wp_query with cat not working
- If Query In Sidebar
- Recent Posts slider, using WP_Query(), loads duplicate sliders
- Compare post-IDs within WP_Query? (Less than / Greater than)
- How to use $query->set with post__in?
- Why do WP_Query results change after updating unrelated Advanced Custom Fields (ACF)?
- Display a specific category of products in shop page and disable code for specific actions
- get_posts() and WP_query limits ‘AND’ conditions to a maximum of 6 for meta value queries in WordPress
- Custom query, checking values of multiple meta keys
- Security for data obtained from the database
- How to get all author posts outside of author templates
- How to get post ID in a Page?
- How to retrieve the data from the sever and displaying it in a page?
- How to overwrite orderby with add_query_var
- get_the_ID() in the footer returns wrong value
- How to override url params with rewrite rules vars?
- How to display SQL query that ran in WC_Order_Query?
- Store metakey value as an array
- Post not populating for custom post type based on category selection
- WP_Query multiple post results
- Infinite Loop – WP_Query
- echo var into wp_query
- Toolbar Hidden in a Virtual Page
- WordPress SQL JOIN query
- WP_Query and help with the loop for magazine front page
- Wp Query : Order by distance lat,lon
- How to WP_Query posts order by parent title?
- search.php to search only the post title
- Let current user know pending posts counts using wp_query
- WP_Query – How to query all of post types categories
- How to work Woocommerce pagination inside shortcode?
- get different meta-data of a complicated query at the same time
- Using a new WP_Query inside the loop
- wp_Query with mutuplea values returns all posts
- WordPress sorting posts by date and title using a dropdown
- How to get specific multiple pages excerpts at homepage?
- Use WPQuery to match to specific repeater row in post
- Query on a repeater date (acf)
- WP_QUERY post_in problem
- how to get data from two different table from wordpress database
- Assign meta_query value to php variable
- Trying to get pagination working on WP_Query() post grid
- WordPress search query, how to modify the sql
- Modify post image in full size
- Wp-query output correct, but the loop shows one less item (only sometimes)
- How to display sticky post always at the top (before regular post) in wordpress?
- Making list of posts with chosen description
- Ordering / grouping posts by datepicker ACF
- Include search tags and users in my search results system
- Add custom taxonomy to custom search for posts
- My query keeps looping infinitely ! how to stop it?
- Transfer WordPress Login Session to an Extended Webpage on the Same Domain
- How to add thumbnails from recent posts to owl-carousel in wordpress automatically?
- direct query to post_meta table
- Only Get A Certain Number of Posts From WP_Query
- Querying posts based off a jquery datepicker
- Use custom get results query to show posts WordPress
- List sibling pages widget, exclude current page
- WP Query conflict on tag.php and category.php template
- Does wp_query and query_posts affect website performance? [duplicate]
- WordPress post pagination on custom template not working
- Ajax Load More or View More functionality for woocommerce category layout by template overriding
- How do I run the following script from my articles page?
- Execute multiple PHP Snippets causes error?
- Three different queries on same page
- How to sort custom sortable column by custom table value
- /page/2/ redirect to 404
- How to use a conditional statement in a post loop but not count towards the “posts_per_page” if false
- How to show correct td of table tags in wp_query loop
- External WP_Query call from PHP crashed after version update
- How could I prevent using the same custom loop in a template file when I only need to change one meta_query parameter?
- WordPress query_posts with multiple tax_query
- Filtering with Attributes – how to display all non-queried products below query
- WordPress Query with meta_key and order by another meta_key