#9404 closed defect (bug) (wontfix)
$seplocation doesn't apply to page children
Reported by: | bryan868 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7.1 |
Component: | General | Keywords: | seplocation, wp_title, page, children |
Focuses: | Cc: |
Description
If you want to display your wp_title(); in reverse order you can make $seplocation equal 'right'.
However if you're displaying children pages, the $seplocation doesn't function correctly.
Current behavior.
Page Parent -> Page Child -> Blog Name
Desired behavior.
Page Child -> Page Parent -> Blog Name
Change History (2)
Note: See
TracTickets for help on using
tickets.
As I understand wp_title() is used to create the contents (textnode) of the title-element of an html page and the parameter you are naming is usded to place a page's title in front or beind of the sites title.
quote: "There are also SEO benefits to having the blog title after or to the 'right' or the page title."
As you can see wp_title is not related to the directorion of how subpages are concatinated next to each other in a title.
Therefore: Won't fix.