‘home’ returns “-” instead of “-“
-
when I use
<?php echo get_settings('home'); ?>
to return the URI of my blog (which has dashes in the URI, like “www.adress.com/blog-name”) it returns the dashes as “%2D” like “blog%2Dname.” which causes all of the problems that you might imagine. Any ideas how to make it return dashes (-) instead?
- The topic ‘‘home’ returns “-” instead of “-“’ is closed to new replies.