#2653 closed defect (bug) (fixed)
In bp-default, header link should use home_url not blog_url
Reported by: | complex_confusion | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Templates | Keywords: | url, blog, home, link reporter-feedback |
Cc: |
Description
The linked blog name at the top of the default theme should be linked using home_url() instead of blog_url(). When you've installed wordpress in a directory other than the home dir, blog_url() returns the wrong url.
(for some reason, clicking that header always directs me to one single post. Maybe that post's url is the closest to my install directory's name?)
Note: See
TracTickets for help on using
tickets.
Can you be a little more specific as to where this is happening, and what version you are using. I've searched both WP (3.0.1) and BP (1.2.6-pre and trunk) and can't I can't even find a function named blog_url().