#15964 closed enhancement (wontfix)
support links in page titles
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Menus | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | mattsains |
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)
comment:2
SergeyBiryukov — 2 years ago
There's a plugin Page Links To for that.
- Resolution set to wontfix
- Status changed from new to closed
oh, indeed! my apologies and thanks :)
Note: See
TracTickets for help on using
tickets.

screenshot