Wordpress is_tag function. Copy. <?php if ( is_category() ) { echo 'Category Archive'; } elseif ( is_tag() ) { echo 'Tag Archive'; } ?>.
確定! 回上一頁