Hi @blossomthemessupport
Thank you for your reply.
However, I guess it will be hard to understand really with screen shot.
It was not a very good solution, but solved a problem unwillingly by modifying a source.
As follows:
diff -r blossomthemes-toolkit.2.2.0/includes/widgets/widget-posts-category-slider.php blossomthemes-toolkit/includes/widgets/widget-posts-category-slider.php
219c219
< <?php foreach( get_terms( ‘category’, ‘parent=0&hide_empty=0’ ) as $term ){ ?>
—
> <?php foreach( get_terms( ‘category’, ‘hide_empty=0’ ) as $term ){ ?>
In this way, I can make the sliders of plural child categories.
Except that trouble of this solution increases at the time of plug in update solving my trouble.
I am glad when I could use this option with this plugin by future update.
Thank you for a very wonderful tool.