#21575 closed defect (bug) (invalid)
Media Uploader Featured Image
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.1 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
When I use the regular media uploader for post types I can browse for my uploaded media images and set a featured image for the post.
When I press on the link to the right for set the featured image UI I can't browse for my uploaded media files.
In find out that a custom taxonomy cause a conflict in functions.php but I've been using that from Codex and It shouldn't cause a conflict. And if my theme is corrupt, why does the regular uploader for set the featured image still works?
Attachments (2)
Change History (7)
#1
follow-up:
↓ 2
@
8 years ago
- Keywords reporter-feedback added
- Could you provide the code that causes a conflict?
- If you use the same code on a clean install, is there still a conflict?
#2
in reply to:
↑ 1
@
8 years ago
Replying to SergeyBiryukov:
- Could you provide the code that causes a conflict?
- If you use the same code on a clean install, is there still a conflict?
I have included my functions file.
I have reset the database but still no effect.
#3
@
8 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
On line 167, a 'type'
taxonomy is registered, which is one of the reserved terms.
Related/duplicate: #12917
#5
in reply to:
↑ 4
@
8 years ago
Replying to SergeyBiryukov:
Thanks for your incredible help!
Of all terms I could chosen I picked a reserved one ;)