Display posts grouped by category and author
-
Hi
I am trying to do Group by Category and Author and display posts but have been unsuccessful. Single grouping works
Like I can either group by Author or Category but not bothHere is what I am able to achieve
Category Name 1
+ Post 1
+ Post 2
+ Post 3Category Name 2
+ Post 4
+ Post 5
+ Post 6Similarly I am able to do this
Author Name 1
+ Post 1
+ Post 3
+ Post 5Author Name 2
+ Post 2
+ Post 4
+ Post 6But I need to do this
Category Name 1
+ Author Name 1
+ Post 1
+ Post 3+ Author Name 2
+ Post 2Category Name 2
+ Author Name 1
+ Post 5+ Author Name 2
+ Post 4
+ Post 6Any help is highly appreciated.
The topic ‘Display posts grouped by category and author’ is closed to new replies.