Make WordPress Core

Opened 22 years ago

Closed 22 years ago

#717 closed enhancement (fixed)

Warning for empty title

Reported by: orangenormal Owned by: ryan
Priority: normal Milestone:
Component: General Version: 1.5
Severity: normal Keywords:
Cc: Focuses:

Description

The default permalink structure includes the post title in the URI; this is also a very popular choice for those with custom permalink URIs. Unfortunately, sometimes posters forget to type a title for an entry, creating invalid URIs for the permalink, RSS feed, comment form, and other features. I submit that WordPress should either somehow alert the user if a post title is missing, or automatically generate one for the URIs.

Change History (5)

#1 @orangenormal
22 years ago

  • PatchNo

#2 @orangenormal
22 years ago

To clarify the second suggestion--an automatically generated title should be used for the permalink structure only, so if the user doesn't want a title for their post, they can leave it blank (and not have it appear on their blog) but still have the URIs as valid.

#3 @ryan
22 years ago

The post id is now used for the post slug if no title is provided. Whether to issue warnings for a blank title and possibly other fields needs some UI debate.

#4 @ryan
22 years ago

  • Owner changed from anonymous to rboren
  • Status newassigned

#5 @ryan
22 years ago

  • fixed_in_version1.5
  • Resolution 1020
  • Status assignedclosed
Note: See TracTickets for help on using tickets.