RECIPE: Gluten-Free Salsa Chicken

<?php
if ( is_singular() ) {
    $terms = get_the_terms( get_the_ID(), 'department' );
    if ( $terms && ! is_wp_error( $terms ) ) {
        foreach ( $terms as $term ) {
            $group = get_field( 'department_ads', 'department_' . $term->term_id );
            if ( ! empty( $group['above_content_full_width'] ) ) {
                echo do_shortcode( $group['above_content_full_width'] );
                break;
            }
        }
    }
}
?>

World's most simple dinner recipe. Ever.

4-6 chicken breast

1 jar GF mild salsa

1 jar GF medium salsa

There are two ways to cook this. One, toss everything in an oven bag, and cook in an oven preheated at 350 for 1 hour. Or, toss everyting in the crock pot in the morning, set to low, and come home after work to the house smelling good and food that's ready. Serve with rice.

For more gluten-free recipes go to http://www.thatfamilywiththecats.blogspot.com

Author

Share

Further Reading

Leave the first comment