diff --git a/acf-json/group_6305b2812bcc2.json b/acf-json/group_6305b2812bcc2.json index a82460e..e087365 100644 --- a/acf-json/group_6305b2812bcc2.json +++ b/acf-json/group_6305b2812bcc2.json @@ -20,6 +20,25 @@ "prepend": "", "append": "", "maxlength": "" + }, + { + "key": "field_63200cb8f872a", + "label": "Footer Copyright Text", + "name": "footer_copyright_text", + "type": "textarea", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "placeholder": "", + "maxlength": "", + "rows": "", + "new_lines": "wpautop" } ], "location": [ @@ -40,5 +59,5 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1661317966 + "modified": 1663050175 } \ No newline at end of file diff --git a/category.php b/category.php index b229f46..b26d33e 100644 --- a/category.php +++ b/category.php @@ -25,27 +25,30 @@ } ?> - + diff --git a/footer.php b/footer.php index d55b53b..ec4b753 100644 --- a/footer.php +++ b/footer.php @@ -6,7 +6,8 @@ * @package Base-Theme */ -$base_theme_container_class = 'grid-container'; +$base_theme_container_class = 'grid-container'; +$base_theme_footer_copyright = get_field( 'footer_copyright_text', 'option' ); if ( is_page_template( 'page-templates/fluid-width-template.php' ) ) { $base_theme_container_class = 'grid-container fluid'; @@ -49,7 +50,7 @@
-
+