Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, this is possible. I think this is a great plugin that has a lot of potential. You can pull in the title of the carousel by getting the post title in the shortcodes.php file here (around line 55 for me):

    $carousel_caption = get_the_title( $post->ID );

    And then you can call it in wherever you’d like. I put mine as an <h3> in the carousel_img <div> like this (about line 76):

    <h3><?php echo $carousel_caption; ?></h3>

    I’m thinking of forking this plugin and adding some of these options graphically in the back-end. I would have another that adds margin between each image in the carousel. Anyways, hope this helps.

    Thread Starter bradclampitt

    (@bradclampitt)

    Hello tharmann, I did figure it out a few months ago, I just never put my answer here since no one responded back then.

    But it is working just fine on the front page of one of my colleagues sites.
    https://helionova.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying Titles Under the Image’ is closed to new replies.