Site Footer
Table of Contents
Anatomy

- Logo
 - Main Footer Menu
 - Contact Info
 - Copyright
 - Secondary Menu
 - Complaints Link
 - Social Links
 
Usage Guidelines
The below will showcase all features available in the CMS and what requires a developer to make code updates.
TUX Template URL: https://dev-tux-micro-template.edu.help/ TUX Template Header Settings: https://dev-tux-micro-template.edu.help/wp-admin/admin.php?page=theme-general-settings
WordPress
This component is automatically used as the footer on sites with the WES TUX Landing Pages plugin activated.
Various settings for the footer can be adjusted in Theme Settings → Footer.
Specifications
Properties
| Property | Type | Description | Required | Default | 
|---|---|---|---|---|
| logo | object | WordPress image object | Yes | - | 
| └ id | integer | WordPress image id | - | - | 
| footer_logo_size | string | 
		applies modifier class to logo to adjust size
		 Allowed Values: "small", "medium", "large" | No | false | 
| logo_link | object | if not provided will link to home page by default | No | - | 
| └ url | string | - | - | - | 
| └ target | string | 
		-
		 Allowed Values: "_blank", "_self", "_window" | - | - | 
| footer_text_align | string | 
		applies utility class to align contact info and menu on medium breakpoint and up
		 Allowed Values: "left", "center", "right" | No | false | 
| footer_links | object | WordPress menu object | No | - | 
| footer_utility_links | object | WordPress menu object | No | - | 
| school_name | string | No | - | |
| school_contact_name | string | No | - | |
| school_phone | string | No | - | |
| school_address_1 | string | No | - | |
| school_address_2 | string | No | - | |
| school_email | string | No | - | |
| student_complaints_link | string | No | - | |
| student_complaints_copy | string | No | - | |
| hide_mobile_cta | boolean | No | - | 
Styling
Colors
| Name | Application | Custom Property | Roles | Default Opacity | Description | 
|---|---|---|---|---|---|
| border-color | border | --tux-comp-site-footer--border-color | secondary, on-background | - | - | 
Changelog
6.34.0 (2025-08-28)
6.20.0 (2025-01-15)
6.16.2 (2024-10-30)
6.12.2 (2024-06-26)
6.12.1 (2024-06-12)
6.12.1 (2024-06-12)
6.6.0 (2024-01-24)
6.3.0 (2023-10-31)
2.3.0 (2022-12-13)
1.3.0 (2020-05-08)
- fix: set alt text of logo based on site title (63ecd25)
 
1.2.5 (2020-04-29)
- fix: check for custom RFI link in sticky CTA (7a707c7)
 
1.0.0
- site-footer added
 
Related
Contains
Other core components embedded within this template.
Examples
Default
{{ include( 'components/site-footer.twig', {
	class: "test"
} ) }}