diff --git a/Minecraft-Modern-Theme/functions.php b/Minecraft-Modern-Theme/functions.php index cb5df52..9cf91d0 100644 --- a/Minecraft-Modern-Theme/functions.php +++ b/Minecraft-Modern-Theme/functions.php @@ -388,4 +388,30 @@ add_action('login_head', 'customize_login_page'); function custom_login_url() { return home_url(); } add_filter('login_headerurl', 'custom_login_url'); function custom_login_title() { return get_bloginfo('name'); } -add_filter('login_headertext', 'custom_login_title'); \ No newline at end of file +add_filter('login_headertext', 'custom_login_title'); + +// ========================================================================= +// === SCROLL TO TOP BUTTON =============================================== +// ========================================================================= + +// Fügt den HTML-Code für den Button zum Footer hinzu +function add_scroll_to_top_button() { + ?> + + + +