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