The captions tag has no wiki summary.
1
vote
1answer
245 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
77 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
293 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 ...
1
vote
0answers
38 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 ...