#11 closed enhancement (invalid)
Links: provide field to maintain TITLE
| Reported by: | kishore | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
22 years ago
- Owner changed from to
- Resolution 10 → 70
- Status assigned → closed
This is already covered by the link description field.
#5
@
22 years ago
- Resolution 70 → 30
- Status closed → 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
@
22 years ago
- Resolution 30 → 70
- Status assigned → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I believe it currently defaults to the link description, doesn't it? That is, unless $show_updated is being used.