including the new notification component
This commit is contained in:
parent
8fe3112d1a
commit
06d565ad20
|
|
@ -1,5 +1,10 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<?php
|
||||
get_template_part('template-components/notifications/notifications-popup');
|
||||
?>
|
||||
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php
|
||||
while (have_posts()) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user