Loading...

Blog

bootScore 5.3.2

Related Posts

This update brings Bootstrap 5.3.1, removes two WooCommerce templates, and includes minor improvements. Notably, we added related posts through bS Swiper.

No breaking changes since 5.2.0. Backup your site, download and update the theme via the WordPress theme-uploader. For more information, have a look at the changelog.

Related posts

Demo? Scroll down to the end of this post.

Some users asked for related posts, and we listened. Instead of directly integrating it into the theme, we decided to use the bS Swiper plugin for this purpose. In bootScore 5.3.1, we added a hook to all single-*-.php files:

<?php if (function_exists('bootscore_related_posts')) bootscore_related_posts(); ?>

bS Swiper 5.3.0 now has a related posts template that displays the last 12 posts from the same category. This template, like all others, can be overridden in the child theme.

If you have older overridden single-*.php files in your child theme, you need to add the hook to use this feature.

Have a great day!

To top