[wp-trac] [WordPress Trac] #15964: support links in page titles
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 23 13:01:13 UTC 2010
#15964: support links in page titles
-------------------------+-----------------------------
Reporter: mattsains | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Menus | Version:
Severity: normal | Keywords:
-------------------------+-----------------------------
You can use a hyperlink in a page title to create a custom link in
navigation (Eg, a page title of <a href="example.com">Examples</a>)
The problem is that wordpress still puts the link to the wordpress page:
{{{
<ul>
<li class="page_item page-item-11"><a href="localhost/example/"
title="Example"><a href="http://example.com/">Example</a></a></li>
}}}
Which can screw up themes a bit (see screenshot)
In my humble opinion, Wordpress should detect this kind of page title and
not output the "<a href="localhost/example/" title="Example">" link.
I'm using the Greyzed theme
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15964>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list