Bimber wordpress theme More from category list issue

This article will help you to resolve Bimber WordPress theme More from category list issue. Working solution.

Recently we tried to remove all the entries to list from the same category on the article page. We tried to change the change the value to 0 or -1 using BIMBER –> Customizing ▸ Posts –> Single

But with value 0 it used to show all the post from the category and with value -1 it shows 1 list

We didn’t find any solution to this issue in Bimber help document.

The workaround to resolve this issue is edit the theme Bimber: collection-more-from.php (template-parts/collection-more-from.php) page as follows

//Change
<?php if ( $bimber_query->have_posts()) : ?>

//to

<?php if ( $bimber_query->have_posts() && 1==3) : ?>

//If you want again to show entries remove && 1==3 

Click here to more tech help articles

Leave a Reply

Your email address will not be published. Required fields are marked *