As we know WordPress is a very powerful blogging open source CMS, so is development easy and flexible.
To get the home page URL use the following function.
$home_url = home_url();
<?php echo $home_url; ?>
You will get the home URL in the above variable.
No comments:
Post a Comment