- + + + + + -
-
diff --git a/single-revues.php b/single-revues.php index 7e81c62..37e0873 100644 --- a/single-revues.php +++ b/single-revues.php @@ -3,19 +3,7 @@ 'articles', - 'posts_per_page' => 3, - 'orderby' => 'date', - 'order' => 'DESC', - 'meta_query' => array( - array( - 'key' => 'related_revue', - 'value' => $current_issue->ID, - 'compare' => '=', - ), - ), -)); +$issue_related_articles = get_field('articles', $current_issue->ID); $articles = get_field('articles', $current_issue->ID); ?> @@ -23,53 +11,82 @@ $articles = get_field('articles', $current_issue->ID);