FIX correcting the data-article-id name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bd9df55e64
commit
0eb39603a9
|
|
@ -3,7 +3,7 @@ get_header();
|
|||
$revueID = get_field('related_revue', get_the_ID());
|
||||
?>
|
||||
|
||||
<div class="page--single-articles" data-revue-id="<?php echo get_the_ID(); ?>">
|
||||
<div class="page--single-articles" data-article-id="<?php echo get_the_ID(); ?>">
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('template-parts/post-header'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user