Getting/Displaying images in slider
-
Hey Willy (and other users),
I’ve got this custom post type, and I want to be able to display various pictures to some of the posts. SoI got your plugin. All is well, until I get up to the displaying part. This HTML code that I have works, but now I want to add the various images i added through your plugin. I tried various things but I just can’t seem to get it working. Could you help me out? I’ve got the following code in place:
<div class="carousel-inner"> <div class="item active"> <img class="img-responsive" src="https://placehold.it/750x500" /> </div> <div class="item"> <img class="img-responsive" src="https://placehold.it/750x500" /> </div> <div class="item"> <img class="img-responsive" src="https://placehold.it/750x500" /> </div> </div>
What I would like to have is something like this:
<div class="carousel-inner"> <div class="item active"> - 1st picture in this post - </div> <div class="item"> - 2nd picture in this post - </div> <div class="item"> - 3rd picture in this post - </div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Getting/Displaying images in slider’ is closed to new replies.