[ad_1]
Is your front page using a classic custom template or a series of query loop blocks? Blocks only give you limited control over what is show. A classic template allows much greater control.
In a classic template, within each loop, collect an array of IDs for each post output. Then in subsequent queries, pass this array as the “post__not_in” query var to exclude posts already shown in the subsequent query.
I am using a classic theme. thank you for your guides. I try to solve the issue and will update the post if needed.
