DELETE Removing unecessary spaces and write log
This commit is contained in:
parent
b6ded8c56c
commit
32dd18482d
|
|
@ -21,7 +21,6 @@ $issue_related_articles = new WP_Query(array(
|
||||||
|
|
||||||
$articles = get_field('articles', $current_issue->ID);
|
$articles = get_field('articles', $current_issue->ID);
|
||||||
|
|
||||||
write_log($articles);
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -31,7 +30,6 @@ write_log($articles);
|
||||||
<?php if (have_posts()) : ?>
|
<?php if (have_posts()) : ?>
|
||||||
|
|
||||||
<?php while (have_posts()) : the_post(); ?>
|
<?php while (have_posts()) : the_post(); ?>
|
||||||
|
|
||||||
<section class="single-revue__header ">
|
<section class="single-revue__header ">
|
||||||
<div class="single-revue__header__inner ">
|
<div class="single-revue__header__inner ">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user