[Resolved] List subcategories

Home Forums Support [Resolved] List subcategories

Home Forums Support List subcategories

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #700210
    Tom
    Lead Developer
    Lead Developer

    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]

    #1558992
    Jeffrey

    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?

    #1559366
    Leo
    Staff
    Customer Support

    This topic is a bit old.

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

    Thanks ๐Ÿ™‚

    #1599695
    Jeffrey

    disregard

    #1599699
    Jeffrey

    sorry i meant to post this as a new ticket

    #1600205
    Leo
    Staff
    Customer Support

    Thanks ๐Ÿ™‚

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.