Opened 16 years ago
Closed 16 years ago
#14906 closed defect (bug) (invalid)
post-thumbnail is not a valid thumbnail size
| Reported by: | oncletom | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.0.1 |
| Severity: | normal | Keywords: | thumbnail |
| Cc: | Focuses: |
Description
If I refer to the documentation or the source code, if I pass no argument to the_post_thumbnail, we are supposed to have a thumbnail.
However, I always get the full size picture (which is pretty bad).
the_post_thumbnail('post-thumbnail') gives the full size.
the_post_thumbnail() gives the full size.
the_post_thumbnail('thumbnail') gives the thumbnail size.
I guess there is a problem there. The default value should be thumbnail and not post-thumbnail.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
From the docs of the_post_thumbnail():