FEATURE Adding a page-single class to wrapper to best handle the styles
This commit is contained in:
parent
980a494795
commit
4d0912f964
|
|
@ -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 if (have_posts()) : ?>
|
||||||
<?php while (have_posts()) : the_post(); ?>
|
<?php while (have_posts()) : the_post(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user