Tagged Questions
2
votes
1answer
97 views
Adding a custom field or metabox to the post-thumbnail widget?
Is it possible to add a custom field to an existing "widget" in the backend?
What I wanna do is provide a way to have a checkbox to apply a thumbnail that is double the size of the normal one on the ...
0
votes
1answer
427 views
Custom field outside the loop and inside an array
I am trying to use a custom field inside a widget so it's therefore outside the loop. Taking it a step further, the theme I have is using an array to generate listings which makes it hard for me to ...
0
votes
1answer
803 views
Trying to use Advanced Custom Fields with custom image sizes
I have a product section on my wp-site. I am trying to display the attached thumbnail image in specific sizes that are automatically cropped to the right size.
I have used Advanced Custom Fields to ...
0
votes
1answer
919 views
wp_get_attachment_image_src() with advanced custom fields returning empty
I am using the advanced custom fields plugin to upload images for an image gallery. I am attempting to retrieve the different sizes of images that are saved in the uploads folder and having problems.
...