Replacing Variables with hardcoded values
-
Hi,
Does anyone know if anything “bad” would happen if I went into the file header.php and changed the line of code:<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
to:
<link rel=”pingback” href=”https://www.myurl.com/blog/xmlrpc.php”>I have WP installed on a subdomain and when the URL gets filled in from the pingback_url, it is the actual path on the server to the directory and which does not conform to the URLs that are clickable.
The same holds for the bloginfo(‘stylesheet_url’) variable.
Thanks,
Jim
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Replacing Variables with hardcoded values’ is closed to new replies.