Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38972

Reply To: About blog post template

$
0
0

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


Viewing all articles
Browse latest Browse all 38972

Trending Articles