badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove Duplicate Posts in Editor’s Pick Section and Trending Stories Section

#76966

Hi there,

Just go to the header.php file on line no:340 and paste the below line of code.

if ( $newscard_settings['newscard_banner_featured_posts_1_hide'] === 0 ) {
    $featured_post_1_ids = wp_list_pluck( $newscard_get_featured_post_1->posts, 'ID' );
    $post_type_fp_2['post__not_in'] = array_unique( array_merge( $post_type_fp_2['post__not_in'], $featured_post_1_ids ) );
}

Note: Make sure to create child theme for any code customization so that your code won’t be lost while updating the theme to next version.