Social Sharing Buttons within Loop for Elementor Custom Skin
This is a post with my code that solves social sharing buttons within a loop using elementor custom skin: https://wordpress.org/support/topic/social-sharing-buttons-within-loop/ // Function to add social sharing icons // social links hard coded function get_the_post_thumbnail_src($img) { return (preg_match('~\bsrc="([^"]++)"~', $img, $matches)) ? $matches[1] : ''; } function sense_social_buttons($atts, $content) {