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