I don’t have any social media accounts. So, I would like to remove all icons from the my site. How many I remove them all?
thanks a lot! Greetings
Tamás
]]>link to screenshot: https://imgur.com/a/HtJD0
https://www.ads-software.com/plugins/contact-form-7/
]]>I have the ” yith WooCommerce Social Login” ( PRO ) plugin and install the plugin Hammy the icons social networking are hidden .
I spoke to the plugin support “yith WooCommerce Social Login” and tell me That is not fault them.
I uninstalled the plugin Hammy .
Greetings .
Fault: The plugin removes icons social networking login : https://www.ads-software.com/plugins/yith-woocommerce-social-login/
https://www.ads-software.com/plugins/hammy/
]]>// Placing Sharing icons
function jptweak_remove_share() {
remove_filter( 'the_content', 'sharing_display',19 );
remove_filter( 'the_excerpt', 'sharing_display',19 );
if ( class_exists( 'Jetpack_Likes' )) {
remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
}
}
add_action( 'loop_start', 'jptweak_remove_share' );
But now I have created a custom page template and now the icons are appearing by the_content() on pages that utilize this template. How can I modify the above code to include removal of the icons on the custom template? Thanks
https://www.ads-software.com/plugins/share-this/
]]>I was wondering how I would remove the pencil icons next to my recent posts and the filing box type icon next to my archives links on the left side of my page?
Sorry if this is a simple question. I am new to all of this.
Thank you
]]>