On home page remove link from logo
Its a template specific thing mate. You might have to edit the header.php and add a condition like: <?php //Check for homepage if(!is_front_page()) { //The link around logo markup } else { //Just the logo markup without the link } ?>