Fast Food

Wendy’s

2017-03-15T21:56:56+00:00

[insert_php]$include_template = get_pages(‘include=916’);
$content_template = apply_filters(‘the_content’,$include_template[0]->post_content);
echo $content_template;
[/insert_php]

McDonald’s

2017-02-17T22:54:31+00:00

[insert_php]$include_template = get_pages(‘include=916’);
$content_template = apply_filters(‘the_content’,$include_template[0]->post_content);
echo $content_template;
[/insert_php]

Burger King

2016-07-08T20:09:03+00:00

[insert_php]$include_template = get_pages(‘include=916’);
$content_template = apply_filters(‘the_content’,$include_template[0]->post_content);
echo $content_template;
[/insert_php]