including the new notification component

This commit is contained in:
Antoine M 2024-08-07 16:27:39 +02:00
parent 8fe3112d1a
commit 06d565ad20

View File

@ -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; ?>