Tagged Questions
2
votes
0answers
58 views
Hide upload image fields for the different media upload popups
I am trying to change a few of the options in the Set Featured Image popup in the Wordpress admin. I can't seem to find anything that determines if the popup window is a Featured Image or an Add Media ...
0
votes
1answer
77 views
How to implement two separate featured images for each post/page
So I would like to set two separate feature images for each post/page. One would be a rectangle for use in a slider and another would be a square for use on archive pages, search pages, category ...
1
vote
1answer
105 views
How do I Add images uploaded in the post to a default custom field
I'm trying to add the URL of the post images in to a default custom field. Here is the code I got so far...
Here is how I add the default custom field:
add_action('wp_insert_post', ...
0
votes
2answers
746 views
Multiple Post Thumbnails Plugin - Need help with code
I am having problems getting this plugin to run but have had little success getting it to work, even after reading past entries. I would be grateful if you could see if the code is right.
Code in ...
0
votes
1answer
155 views
WordPress uploads directory. Featured Images storage
WordPress stores all uploads in:
/uploads/year/month/
I want to store featured images of my custom post type like:
/uploads/myCustomPostType/
No date subdirectories etc. I want all the files to ...
1
vote
1answer
262 views
Multiple Post thumbnails (at least three)
How do I attain multiple post thumbnails, and have more that three thumbnails for each post.
1
vote
2answers
2k views
wordpress custom walker for thumbnails with custom menu
I'm still very novice at PHP so any help is greatly appreciated. Typically I have found the codex to be very helpful but it appears custom walkers may be outside its scope.
I'd like to have ...