I'd like to create a Page in blogger that is similar in function to the Blog Archive, except it will be sorted based on custom searches.
For example, in the Blog Archive, the search for the top option 2012 is this URL:
http://blogname.blogspot.com/search?updated-min=2012-01-01T00:00:00-05:00&updated-max=2013-01-01T00:00:00-05:00&max-results=5.
I would like to use the same structure as that hierarchy, the same styling, etc. except provide particular searches, such as: http://blogname.blogspot.com/search?label=abc-xyz.
This way users could come to this page, and easily navigate posts based on relative labels/search terms.
Is there a simple way to accomplish this, or will it have to be custom javascript/jQuery? If it has to be custom, are there any templates like the Blog Archive that you could refer me to?
Many thanks!