badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Double title tag in the home page

#59775

Hi,

You can simply add below code to remove it only from the home page.

<?php 
if ( !is_front_page() ) {
    wp_head();
}
?>

Thank you for using our theme.