Site logo

Archived topic

List subcategories

20 replies · Started by ETO on September 16, 2018

Viewing posts 16–21 of 21

You could try building a shortcode like this:

add_shortcode( 'current_category_title', function() {
    return single_term_title( '', false );
} );

Then use this: [current_category_title]

So I'm using the [list_subcats] short code. Is there a way to list the sub-categories side by side instead of the bullet formet?

This topic is a bit old.

Can you open a new topic and link us to the page in question?

Thanks :)

disregard

sorry i meant to post this as a new ticket

Thanks :)

This archived topic is closed to new replies.