WIP
This commit is contained in:
15
footer.php
15
footer.php
@@ -5,7 +5,18 @@
|
||||
// php file.
|
||||
|
||||
echo site()->render("footer", [
|
||||
"powered-by" => "ofco-rad-theme-engine",
|
||||
"powered-by-url" => "https://github.com/open-function-computers-llc/rad-theme-engine",
|
||||
"menu" => site()->renderMenu("footer-nav"),
|
||||
"locations" => site()->getPosts(["type" => "location", "posts_per_page" => 99], ["title", "url"]),
|
||||
"tagline" => get_field("tagline", "options"),
|
||||
"address" => get_field("address", "options"),
|
||||
"city" => get_field("city", "options"),
|
||||
"state" => get_field("state", "options"),
|
||||
"contact_email" => get_field("contact_email", "options"),
|
||||
"contact_phone" => get_field("contact_phone", "options"),
|
||||
"year" => date("Y"),
|
||||
"facebook_url" => get_field("facebook_url", "options"),
|
||||
"twitter_url" => get_field("twitter_url", "options"),
|
||||
"linkedin_url" => get_field("linkedin_url", "options"),
|
||||
"youtube_url" => get_field("youtube_url", "options"),
|
||||
"instagram_url" => get_field("instagram_url", "options"),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user