How to create a page template that display posts with a certain category in the Genesis Framework?

I don’t know if you’ve found a solution yet but this has always worked for me:

  1. Do not edit the file you’ve copied the code for
  2. Create a new page (or use an existing one) and set it’s template to Blog
  3. At the bottom of the same page under Custom Fields, type in query_args and then under value, type cat=CATERGORY
  4. Hit publish and you should be good.