Tagged Questions
0
votes
0answers
29 views
add file upload to post type
Short question but how can I include a pdf file attachment upload inside a custom post type? currently creating a new custom post type and I can't see a supports for media upload without the editor... ...
0
votes
1answer
137 views
Image size filtering in Media uploader according to custom post type
I have three different custom post types which require an image upload in the admin post edit page.
Each type has its own image size setting. Let's say:
'news' type => picture size required: ...
3
votes
1answer
341 views
How to make a page template to list all galleries?
I'm trying to code a theme where I'll have a universal gallery page. Basically like:
http://www.engadget.com/galleries/
However I'm at a loss for what I'd use to call all the galleries. I need the ...
0
votes
1answer
105 views
Insert into post button missing on custom post type
I have just purchased a theme called HQ Photography from themeforest which has a custom post type called gallery.
I can add images from my hard drive no problem - but if I click the media tab and ...
1
vote
1answer
350 views
How to Removing fields from the Media Uploader/Gallery on a Custom Post Type Edit Page
This post shows how to remove unwanted fields from the media uploader. It works great, but I want to limit it to a custom-post-type and I can't seem to figure out how to do it. I've tried the ...
2
votes
1answer
568 views
Too much recursion error when chosing image from image library for two different meta boxes in one post
There must be a solution for this.
I am using this solution for chooosing images from media library.
http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/
...
1
vote
2answers
376 views
Should I use custom post types for a front page video feature (vimeo)?
I'd like to create a front page video feature that embeds a vimeo video of the users choosing. I'd like the user to only have to input the video code. For instance, for http://vimeo.com/24474320 - ...
3
votes
2answers
3k views
Creating a metabox to upload multiple images, Ignoring The Featured Image
My question is basically identical to this other question here, however my question is still slightly different. I basically have a custom post type called "Packages" each package can have a slideshow ...
0
votes
1answer
498 views
Duplicate Custom Header Functionality into the post edit screen
Within wordpress 3.0 you have the ability to create a custom header image with a very slick built in cropping tool.
I found out that the code being utilized for this is located within ...
1
vote
1answer
566 views
Using Default WordPress Custom Header Image Crop Feature in a Post Type / MetaBox
I am not sure how many of you have experimented with the new custom header image functionality of wordpress 3.0 but its actually very cool (enabled by adding the function to your functions.php file).
...