<?php
if ( is_category() || is_archive() || is_home() ) {
if (get_field('articles_structure')) echo '<span class="entrys_structure">' . get_field('articles_structure') . '</span>' ,
if (get_field('articles_example')) echo '<span class="entrys_example">' . get_field('articles_example') . '</span>' }
?>
if ( is_category() || is_archive() || is_home() ) {
if (get_field('articles_structure')) echo '<span class="entrys_structure">' . get_field('articles_structure') . '</span>' ;
if (get_field('articles_example')) echo '<span class="entrys_example">' . get_field('articles_example') . '</span>'; };