mirve
0
Q:

wordpress display post categories

<?php
$categories = get_the_category();
 
if ( ! empty( $categories ) ) {
    echo esc_html( $categories[0]->name ); // Show first item of category  
}
?>
2
<?php the_terms( $post->ID, 'topics', 'Topics: ', ', ', ' ' ); ?>
0

New to Communities?

Join the community