Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#30803 closed defect (bug) (wontfix)

Press This - Featured image isnt added when using "Add Photos"

Reported by: jasontucker Owned by:
Priority: normal Milestone:
Component: Press This Version: 4.2
Severity: normal Keywords:
Cc: Focuses: javascript

Description

When using "Press This" bookmarklet and clicking "Add Photos" and selecting a photo the photo isnt added as a featured image the image is only added inline.

Change History (3)

#1 @nacin
12 years ago

Hey Jason, welcome to Trac :)

Has it ever worked like this in Press This?

#2 @stephdau
11 years ago

This isn't something that should be done automatically in WordPress core. It is, on the other hand, something perfect for and easy to do with a plugin, by hooking to post_updated (or similar). Running on updates is fine, since Press This creates a post early, to satisfy the media library requirements, etc.

Last edited 11 years ago by stephdau (previous) (diff)

#3 @azaozz
11 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

Agree with @stephdau. Setting a featured image is a somewhat advanced option. Can be added as default by a plugin, or the users can save a draft, go to the Edit Post screen and set it from there.

Note: See TracTickets for help on using tickets.