1. kazhnuz.space
  2. ID, 'roman'); foreach( $romans as $roman ) { echo "
  3. " . $roman->name . "
  4. "; } } else { $categories = get_the_category(); foreach( $categories as $category ) { echo "
  5. " . $category->cat_name . "
  6. "; } } ?>