4th of July sale! Selected Steaks 10% off now through July 4th, light up your taste buds and watch the fireworks! Check out our specials page.
function parent_css_theme_style() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } add_action( 'wp_enqueue_scripts', 'parent_css_theme_style' );