This is not an optimal answer, but it works well enough for the client to have a page that does what they want. Since I cannot seem to find a function that will do the nested loops as described above, I used a series of query objects, one for each year the client would like to list.
‘$PastConferences2015 = new WP_Query(‘category_name=2015’);
‘while ( $PastConferences2015 -> have_posts() ) : $PastConferences2015->the_post();
This is not an efficient method, in my opinion, because the rest of the code that chooses the fields they want to show is repeated. (I am using the Types plugin to provide the fields they want for the conferences. That is not relative to the question, but it is relative to the efficiency of the solution because each field is called individually and exists in its own layer.)
Related Posts:
- Get the children of the parent category
- Check if a post is in any child category of a parent category
- How to make child categories recognize parent’s template displays
- Show children of top level category only
- How can I make wp_list_categories output li with category-slug as class, for its children?
- Show only first children level of current category?
- Query Posts Exclude Entire Category
- Category shows only top level child categories
- Give Children Unique ID’s
- Check is category parent with ids from the childs – get_term_children
- Check for parent category
- How to create template for children category?
- Children categories not shown in dashboard
- list first post of Child Category on Category page
- how to display page title only for child category pages
- How to retrieve posts from parent category, splitting them per children when displayed?
- How to display only 3 main categories, separated by commas, since they are marked in the post?
- How do I create a way for users to assign categories to a post from the frontend?
- is_category() function
- Give specific category its own permalink structure
- Create terms when registering taxonomy?
- Add category to custom post type automatically, using category slug
- How do I edit pre_get_post for the category the user is currently in?
- Assign different category colours to different categories in the main menu
- Category Alphabet List Broken
- Display Only One Category
- Display only one result from “get_the_category_list”
- Connecting WordPress gallery to custom categories (taxonomy)
- Assign an icon to a category post
- Multi-site or categories?
- Custom Category/Subcategory structure
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- Remove ‘rel’ attributes from the_category() output
- Default category link for a custom category is a broken link
- View the latest created categories
- If statement within PHP echo
- category hierarchy level as a body class – parent cat =1, child cat=2, grandchild=3
- How to show author name only if the post is in a specific category?
- Are Category or Tag Archive Pages Possible?
- 3 Columns, 3 Categories, One Archive, and Pagination
- Archives for each category on WP Multisite
- Update post title with category name after editing a category
- How to Exclude post from a category
- Hiding a Categories content on just the Homepage ‘Posts’?
- How to change a post category when the ACF datepicker Field is today
- Send to different single pages by category when multiple categories exist
- Multiple Loops on category.php with pagination on last loop
- How can you change the permalink for pages?
- woocommerce related products by specific categories [closed]
- Change the name Category – Not change category name
- About title on a page
- custom page for custom Taxonomy
- Why get_category() function is not working not working when embedded in a page?
- How to remove one specific category (uncategorized) from post permalinks
- Combining a meta_query with a category filter
- Theme for subcategories
- How to link a PDF file to a category URL
- Displaying year once in category.php [duplicate]
- Restrict CSS on one page
- Showing posts from 2 categories only on category.php
- Posts not listing out sub category in hierarchy
- Change Default Content when Creating a Post based on Previous Category Choice
- Display category and associated post listings
- show only sub categories if available?
- How to get sub-categories to display same look as there parents
- displaying the last product comment in the woocommerce category
- Show Posts via cat+cat in URL that are in both Categories doesn’t work
- Same category and post base
- exclude certain categories form archive widget
- get_object_term_cache duplicate terms after update to wordpress 6
- Ignore the Ad on Specific Categories
- How do I make an array to get the category name, dynamically, in an archive template?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- Hide specific category tag on single post page
- Filtering posts in category by tag URL
- Grab all the posts for particular category
- Get and display category name by category description
- Category pages redirecting to tab on Posts page grid
- How can I add different custom fields for each category in the same post?
- Custom Archive Template for Multiple Categories
- Sidebar by Category Conditional Statement not functioning
- Change the full slug for a specific category?
- Loop by category and meta_key
- Making my category headers smaller
- How to show the posts of some category first, and then the rest? Cant figure out the coding
- How to display get_categories selected category?
- Is it possible to query the result of a query?
- List Terms by category
- Add advertising box to a specific category page
- How do you add Author and date Published on Category Pages?
- Twenty Eleven Theme [duplicate]
- display certain category on custom template page
- Get post by Category in custom template
- Ajax call activate after submit in edit-tags.php page
- List products from current category
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- comments_number fails to print
- How to show posts of a specific category
- How to show child category name & post from it’s parent [closed]
- Open everything in new tab