Hello,
Thank you so much for using our theme and contacting us.
1. If you want to change social buttons for your blog posts from “Share” to “Social profiles” links you need to override content.php
file in your child theme and replace this code
<?php if( function_exists( 'basel_shortcode_social' ) ) echo basel_shortcode_social( array( 'style' => 'circle', 'size' => 'small' ) ); ?>
with this one
<?php if( function_exists( 'basel_shortcode_social' ) ) echo basel_shortcode_social( array( 'type' => 'follow', 'style' => 'circle', 'size' => 'small' ) ); ?>
2. Related posts are generated from blog posts with the same tags. Do you have multiple posts with the same tags?
Regards