WordPress Owl Carousel Blog List HELP!

Evening People,

I am currently making a Website and I would like to integrate Wordpress posts to a custom Owl Carousel.
I have never done this before without using a plugin and hopefully, you guys can help shed some light onto it.

So what I currently have made is a Custom Template and here is my current HTML:

<!-- My New Blog Section Start -->

      <div class="container-fluid" style="margin-top:15%;">
        <div class="row">
          <div class="col">
            <h1>Welcome To My Blog</h1>
            <h2>Go To Blog</h2>
          </div>
          <div class="col">
            <h3 style="margin-top:-20px;">My Blog Posts</h3>
            <h4 style="margin-top: 40px;">WORDPRESS BLOG TITLE HERE</h4>
            <p>BLOG CLICK HERE LINK HERE</p>
            <hr class="hr-BlogDivider">
            
            <h4>WORDPRESS BLOG TITLE HERE</h4>
            <p>BLOG CLICK HERE LINK HERE</p>
            <hr class="hr-BlogDivider">
            
            <h4>WORDPRESS BLOG TITLE HERE</h4>
            <p>BLOG CLICK HERE LINK HERE</p>
            <hr class="hr-BlogDivider">
          </div>
        </div>
      </div>

      <!-- My New Blog Section End -->

So my idea is I want to be able to use php to pull in the post title where it says ‘WORDPRESS BLOG TITLE HERE’ and use php to pull the post link to the ‘CLICK HERE BUTTON’ if this is making sense?

I then want to link this with Owl Carousel by having a vertical list with arrows at the bottom and when they are pressed it sliders to another 3 posts.

does anybody have a similar method or way of doing this, as I have no idea where to start, I have looked around but no help.

Thanks, Josh

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.