Caption with additional button
-
I needed to add a button with a link in addition to title and caption. My quick and dirty solution abuses the description field and its possibility to save content as html. So you can put something like this into your media description field:
<a class="register-button" href="https://registration.com/">Register</a>
Then I added this code at line 292 to wp-bootstrap-carousel.php:
$carousel .= ( ! empty( $item->post_content ) ) ? wpautop( wptexturize( $item->post_content ) ) : '';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Caption with additional button’ is closed to new replies.