> <?php the_title(); ?>
Cat: '; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { $output .= '' . esc_html( $category->name ) . '' . $separator; } echo trim( $output, $separator ); } ?>
Tags: term_id) . '">' . $tag->name . ''; } else { echo '' . $tag->name . '' . ', '; } $iter++; } } ?>