WIP
This commit is contained in:
22
archive-location.php
Normal file
22
archive-location.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
get_header();
|
||||
|
||||
echo site()->render("locations", [
|
||||
"top_image" => get_field("locations_top_image", "options"),
|
||||
"headline" => get_field("locations_headline", "options"),
|
||||
"intro" => get_field("locations_intro_text", "options"),
|
||||
"locations" => site()->getDefaultPosts([
|
||||
"title",
|
||||
"latitude",
|
||||
"longitude",
|
||||
"address_1",
|
||||
"city",
|
||||
"state",
|
||||
"zip",
|
||||
"phone",
|
||||
"url",
|
||||
])
|
||||
]);
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user