#15964 closed enhancement (wontfix)
support links in page titles
Reported by: | mattsains | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Menus | Keywords: | |
Focuses: | Cc: |
Description
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
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
screenshot