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>
If you want add link in menu manually follow below code ->
Go to header.php and add this function in link ->
Comments
Post a Comment