Ticket #3465 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Custom Header Support

Reported by: ryan Assigned to: ryan
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: image header cropper colorpicker
Cc:

Description

Let's support custom header images by default. The attached patch provides a simple API allowing themes to easily add a "Custom Image Header" page under the Presentation tab. Also attached is a sample functions.php that makes use of the API. This makes use of the colorpicker JS and the recently included cropper JS.

Attachments

custom-header.diff (12.0 kB) - added by ryan on 12/11/06 01:53:10.
Custom Image Header Support
functions.php (1.6 kB) - added by ryan on 12/11/06 01:54:02.
Sample theme functions.php

Change History

12/11/06 01:53:10 changed by ryan

  • attachment custom-header.diff added.

Custom Image Header Support

12/11/06 01:54:02 changed by ryan

  • attachment functions.php added.

Sample theme functions.php

01/03/07 23:49:36 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4673]) Custom Image Header. fixes #3465