Created
May 23, 2018 06:38
-
-
Save pixelstorm/0957cbd038d36da1b16a47ac062efa75 to your computer and use it in GitHub Desktop.
output the currently viewed page term name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $pxs_term_id = get_queried_object()->term_id; ?> | |
<?php $term = get_term($pxs_term_id); ?> | |
<h3><?php echo $term->name;?></h3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment