I want to keep this category title on my pages, but I don't want it to be a link.
<?php echo get_the_term_list( get_the_ID(), 'portfolio_cats', ' ', ' , ', ' '); ?>
Can anyone help? Thanks
|
|
You could use
Another option:
|
||||
|
|
|
Why not use this?
Try a print_r with the returned array to see the contents. |
|||||||
|