FEATURE Adding a page-single class to wrapper to best handle the styles

This commit is contained in:
Nonimart 2026-02-24 17:34:23 +01:00
parent 980a494795
commit 4d0912f964

View File

@ -7,7 +7,7 @@ $articles = get_field('articles', $current_issue->ID);
?>
<div class="page--single-revue" data-revue-id="<?php echo get_the_ID(); ?>">
<div class="page-single page--single-revue" data-revue-id="<?php echo get_the_ID(); ?>">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>