fix: add php tag
This commit is contained in:
parent
de0f6d3fd3
commit
7dad950b1e
1 changed files with 1 additions and 7 deletions
|
@ -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 ) : ?>
|
||||
|
|
Reference in a new issue