Example 1: wordpress get post category name. <?php $categories = get_the_category(); if ( ! empty( $categories ) ) { echo esc_html( $categories[0]->name ) ...
確定! 回上一頁