fix: add php tag

This commit is contained in:
Kazhnuz Klappsthul 2021-01-28 19:50:41 +01:00
parent de0f6d3fd3
commit 7dad950b1e
1 changed files with 1 additions and 7 deletions

View File

@ -14,13 +14,7 @@
<?php endwhile; ?>
<?php endif; ?>
<div class="previews-section">
<?
$terms = get_terms(
array(
'taxonomy' => 'roman',
'hide_empty' => false,
)
);?>
<?php $terms = get_terms(array('taxonomy' => 'roman','hide_empty' => false));?>
<?php if ( ! empty( $terms ) && is_array( $terms ) ) : ?>
<?php foreach ( $terms as $term ) : ?>