Make manually menu links for wordpress

 If you want add link in menu manually follow below code ->

Go to header.php and add this function in link ->

 <li><a href="<?php echo site_url('/about-us')  ?>">About Us</a></li>

Comments

Popular posts from this blog

Basics Of PHP

Creating App.js for Node Application

WordPress Full Guide For Developer