[wp-hackers] $seplocation doesn't work for child pages
Bryan Harley
bryanharley at gmail.com
Mon Mar 30 22:13:09 GMT 2009
Don't know how to fix this, but I submitted it to trac:
http://core.trac.wordpress.org/ticket/9404
If you want to display your wp_title(); in reverse order you can make
$seplocation equal 'right'. However if you're displaying child pages,
$seplocation doesn't work correctly.
Current behavior: Parent -> Child -> Grandchild -> Blog Name
Desired behavior: Grandchild -> Child -> Parent -> Blog Name
More information about the wp-hackers
mailing list