diff --git a/single-articles.php b/single-articles.php index 1c54447..fdc191f 100644 --- a/single-articles.php +++ b/single-articles.php @@ -6,7 +6,15 @@ $revueID = get_field('related_revue', get_the_ID());
- + true, + 'thumbnail_position' => 'left' + ) + ); ?> + diff --git a/single-revues.php b/single-revues.php index 7c11b97..bad9847 100644 --- a/single-revues.php +++ b/single-revues.php @@ -15,7 +15,15 @@ $articles = get_field('articles', $current_issue->ID); $issue_number = get_field('issue_number', $current_issue->ID); ?> - + true, + 'thumbnail_position' => 'left' + ) + ); ?> + diff --git a/template-parts/post-header.php b/template-parts/oldpost-header_todelete.php similarity index 100% rename from template-parts/post-header.php rename to template-parts/oldpost-header_todelete.php