moving page-scroller component

This commit is contained in:
Antoine M 2024-01-10 16:45:36 +01:00
parent d98baa1f7a
commit ec3b1c8d42

View File

@ -1,4 +1,4 @@
<?php get_template_part('template-components/header/page-scroller'); ?>
<?php get_template_part('template-components/footer/page-scroller'); ?>
</main>
<?php do_action('tailpress_content_end'); ?>
@ -64,9 +64,6 @@
?>
</div>
<?php
wp_nav_menu(
array(
'container' => 'false',
@ -74,7 +71,6 @@
'li_class' => 'menu-navlink',
'fallback_cb' => false,
'menu_class' => 'menu-homegrade--footer',
)
);
?>