Add homepage url in Header logo in wordpress

 First go to header.php and find the logo and add below code like ->

<h1 class="school-logo-text float-left">
        <a href="<?php echo site_url()  ?>"><strong>Fictional</strong> University</a>
      </h1>

and save

and also do the same in footer menu and footer logo.


Comments

Popular posts from this blog

Creating App.js for Node Application

WordPress Full Guide For Developer