Seattle Valet Discounts Display

Back to Reservations


[insert_php] $my_id = 641;
$post_id_641 = get_post($my_id);
$content = $post_id_641->post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
[/insert_php]