Can I list taxonomy terms in any ways ?

Posted in: Newspaper
Post count: 14

Hello,

I have worked my way to make a visual composer block to list all the terms from a specific taxonomy


$taxonomy = $a['taxonomy_slug'];
$tax_terms = get_terms($taxonomy);

$out ='

';
return $out;

Live example: http://dev-topspeedin.pantheon.io/body-styles/

But I would love to be able to use your blocks to list these terms instead.

It seems that your blocks can only list posts. I just wanted to see if there was another for me to get a taxonomy page listing all my terms.

Post count: 22421

Hello,
Unfortunately the custom taxonomy has limited options in our theme. At the moment the only way to implement more settings for it is with custom modification. We try to improve this part of the theme as much as we can, but there are other priorities at the moment which require urgent attention. We try to update this part of our website as much as we can.
Thank you for your understanding.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.