Taxonomy Creator
-
Hello,
Thanks for this great plugin !
I want to put a Taxonomy Creator in content.php.
I have this and it’s working great :
<?php foreach (get_terms(‘name’) as $cat) : ?>
slug, ‘name’); ?>” title=””><?php echo $cat->name; ?>”>
<?php endforeach; ?>But i don’t know how to do for to put an “If” if there is not taxonomy to show.
I have try something like this but it doesn’t work
<?php if( !empty( $cat->name[0][‘name’] ) ) ?>
<?php foreach (get_terms(‘name’) as $cat) : ?>
slug, ‘name’); ?>” title=””><?php echo $cat->name; ?>”>
<?php endforeach; ?>Can you help me ?
Thanks a lot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Taxonomy Creator’ is closed to new replies.