Add static content on page with genesis_grid_loop
I am trying to create a template category page using a custom genesis_grid_loop. I am doing this by adding a new page and passing the category through the genesis custom field option. I get the posts for each category passed through fine using genesis_get_custom_field('cat') to the grid_args. No problems there. The thing that I need now is to have the content and images from that template Page to display along with the category posts' content. I have tried re-adding add_action('genesis_loop', 'genesis_standard_loop'), but with no luck. I have also tried adding the_content(), but with no luck either. It doesn't seem like it would be all that difficult, but I am sure having issues on this one.
Any help would be grateful.
|