Viewing 1 replies (of 1 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @rico76,

    Try something like this perhaps:

    <?php foreach (get_terms(‘name’) as $cat) : ?>
        <?php if ( !empty( $cat->name )) : ?>
            <?php echo $cat>name; ?>
        <?php endif; ?>
    <?php endforeach; ?>

    I removed some of your stuff, you’ll add it back.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Taxonomy Creator’ is closed to new replies.