Make WordPress Core

Opened 19 years ago

Closed 18 years ago

#1084 closed defect (bug) (wontfix)

Can't retrieve draft posts if Title is a link

Reported by: hooopla's profile hooopla Owned by:
Milestone: Priority: normal
Severity: minor Version: 1.5
Component: Administration Keywords:
Focuses: Cc:

Description

My post titles to point to things external rather than displaying the permalink page. A title would look something like...

<http://www.google.ca>This is the post title</a>

Everything works the way it should with one exception.

I discovered today that if I save a draft version of an article, I can't retrieve it! In the Write Post and Manage Posts views there's a link to "Your drafts", but clicking on it takes me to the external site -- not to the draft post.

How do I get to my draft?

Change History (3)

#1 @hooopla
19 years ago

  • Patch set to No

#2 @hooopla
19 years ago

That example title should, of course, look like...

<a href="http://www.google.ca">This is the post title</a>

#3 @markjaquith
18 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

If you want to be having your titles link offsite, you should be using a plugin.

This one of mine would do the trick:

http://txfx.net/code/wordpress/page-links-to/

Note: See TracTickets for help on using tickets.