Related Posts

Leave a Comment

function add_social_boxes_after_title( $title ) { if ( is_singular('post') && in_the_loop() && is_main_query() ) { $custom_block = '

Join WhatsApp

Join Now

Join Telegram

Join Now
'; return $title . $custom_block; } return $title; } add_filter( 'the_title', 'add_social_boxes_after_title' );