Please use
<?php bloginfo("wpurl"); ?>
instead of
<?php bloginfo("home"); ?>
as this breaks file references, in case you have a custom WP install.
I found this in the comments.php-file, but it might be other places as well.
Please use
<?php bloginfo("wpurl"); ?>
instead of
<?php bloginfo("home"); ?>
as this breaks file references, in case you have a custom WP install.
I found this in the comments.php-file, but it might be other places as well.
You must log in to post.