How to get home page link in WordPress when it is in subfolder?
How to get home page link in WordPress when it is in subfolder?
Like localhost/WordPress/
Or www.site.com/WordPress/?p=1
<?php echo get_option('home'); ?>
Try this :)
Like localhost/WordPress/
Or www.site.com/WordPress/?p=1
<?php echo get_option('home'); ?>
Try this :)
Comments
Post a Comment