Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 9 years ago

#9404 closed defect (bug) (wontfix)

$seplocation doesn't apply to page children

Reported by: bryan868's profile 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)

#1 @hakre
16 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

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.

#2 @DrewAPicture
9 years ago

  • Milestone 2.8 deleted
Note: See TracTickets for help on using tickets.