#11 closed enhancement (invalid)
Links: provide field to maintain TITLE
Reported by: | kishore | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Please allow maintaining the TITLE attribute for the links and either this could be displayed or the default could be the link name
Change History (10)
#4
@
20 years ago
- Owner changed from anonymous to matt
- Resolution changed from 10 to 70
- Status changed from assigned to closed
This is already covered by the link description field.
#5
@
20 years ago
- Resolution changed from 70 to 30
- Status changed from closed to assigned
See http://www.kishore.org/weblog/ - top right corner
The code behind the display is
<li><a href='http://photomatt.net/' title='WP Dev.'>Matt</a>
WP Dev.
</li>
I want code to be
<li><a href='http://photomatt.net/' title='WP Dev.'>Matt</a>
</li>
I have maintained
URI: http://photomatt.net/
Link Name : Matt
Short Description: WP Dev.
Please provide separate field for TITLE
#6
@
20 years ago
- Resolution changed from 30 to 70
- Status changed from assigned to closed
That's an issue with your link category settings, not WordPress. Please see the relevant documentation. (Uncheck the show description box.) Description is the title field.
I believe it currently defaults to the link description, doesn't it? That is, unless $show_updated is being used.