moving page-scroller component
This commit is contained in:
parent
d98baa1f7a
commit
ec3b1c8d42
|
|
@ -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',
|
||||
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user