April 21, 2020 at 5:32 am
#76966
Theme Horse Support Team
Keymaster
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.