The captions tag has no wiki summary.
1
vote
1answer
220 views
Caption shortcodes not including caption as attribute
I recently installed the bonpress theme and am having trouble with the captions showing correctly. The more I try to understand how captions are supposed to work in Wordpress, the more I suspect ...
0
votes
1answer
75 views
Wrap a post image with a div if it doesn't have a caption
I've tried the below code to wrap a post image with a div and it works. The problem I'm having is if the image has a caption. It screws up the the code that is generated when a caption is set for the ...
0
votes
1answer
279 views
Remove wp-caption but still show the image
I have been using wp-caption for so long but for a template I am working on I want to delete this tag and only show the image,
I used display:none; function but it does not show the image ,
any help ...
3
votes
0answers
16 views
Multi user site and image captions
On multi user sites when authors select images from the media library they can choose images that other authors have uploaded.
The problem is that they can edit the caption and it changes it for both ...
1
vote
0answers
31 views
Way to add captions to gallery images by code
I am creating posts by using wp_insert_post function. It works fine as I provide values in array required. Sometimes it is required to create a post having gallery. Without any problem, it also works ...