BUG found 1.5.1.2
-
If the URI for the wordpress address and URI for the blog address are different then ‘<?php echo get_settings(‘siteurl’); ?>’ tag produces a link for the wordpress address and not for the blog address.
example:
{I am using the default wordpress theme}
My wordpress address: https://www.anat.moved.in/blog
My blog address: https://www.anat.moved.in/
1) goto https://www.anat.moved.in
2) from the right sidebar, select any archive month (say january 2005)
3) the archives for that month are displayed
4) now look at the right sidebar again and you shall see “You are currently browsing the meri lekhni weblog archives for January, 2005.” {here “meri lekhni” is the name of my blog}
5) the hyperlink, when u click on “meri lekhni”, is for “https://www.anat.moved.in/blog”
6) but the link should have been for “https://www.anat.moved.in” because this the blog address.
The wordpress directory URI is not the blog address so the “siteurl” php tag should not link to the wordpress URI.
- The topic ‘BUG found 1.5.1.2’ is closed to new replies.