• Back again; sorry –

    I’m trying to add a caption to the plugin – I see the code here;

    http://flex.madebymufffin.com/

    that says do so like;

    <div class="flex-container">
      <div class="flexslider">
        <ul class="slides">
          <li>
            <img src="slide1.jpg" />
            <p class="flex-caption">Captions and cupcakes. Winning combination.</p>
          </li>
          <li>
            <img src="slide2.jpg" />
            <p class="flex-caption">This image is wrapped in a link!</p>
          </li>
          <li>
            <img src="slide3.jpg" />
          </li>
        </ul>
      </div>
    </div>

    But I can’t find this markup within the plugin files; any suggestions? Thanks again.

    http://wordpress.org/extend/plugins/flex-slider-for-wp-rotator/

The topic ‘[Plugin: Flex Slider for WP Rotator] Adding Caption’ is closed to new replies.