#2754 closed enhancement (fixed)
Add post_thumbnails function
| Reported by: | karmatosed | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
Whilst it may be up to user and a point of debate whether should have in default theme or not. Maybe the function for post_thumbnails should be in the functions file?
// This theme uses post thumbnails add_theme_support( 'post-thumbnails' );
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3496]) Refactor functions.php to use appropriate theme-loading actions.
Improved support for custom thumbnails; now supports global page header as well as a per-post/page header.
Key functions are now hookable.
Add full phpDoc.
Props to the WordPress team and Twenty Ten for some of the phpDoc.
Fixes #2749, #2754, #2751.