Tagged Questions
1
vote
1answer
214 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
1k views
Turn off image captions in gallery view?
I've set up my loop-attachment.php to show the gallery of thumbnails above the main, selected image using this code from the WordPress Codex:
<?php
$gallery_shortcode = '[gallery id="' . ...
0
votes
1answer
695 views
How to display a shortcode caption somewhere other than the_content
I want to disable shortcode captions for posts in one of my themes, and display the content elsewhere, such as in a sidebar.
The images aren't uploaded to wordpress, but they're linked-to using the ...