[wp-trac] [WordPress Trac] #18548: Add a better option for <title> tags
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 26 23:03:07 UTC 2011
#18548: Add a better option for <title> tags
------------------------------------------------+--------------------------
Reporter: joostdevalk | Owner: joostdevalk
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting
Component: Template | Review
Severity: normal | Version: 3.3
Keywords: has-patch dev-feedback needs-codex | Resolution:
------------------------------------------------+--------------------------
Comment (by greenshady):
The big issue with just keeping `wp_title()` is how to handle
`is_front_page()`. Currently, `wp_title()` does not output anything for
the front page. This has left it up to theme devs to add in something to
display on the front page, which makes it tough for plugins to filter
since there's no hook.
Changing the function to output something for the front page would
obviously introduce backwards-compatibility issues.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18548#comment:62>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list