Wordpress Blog List

Hi guys,

I have made a blog list that is just text at this moment but I want to pull my posts from Wordpress instead of manually typing them if anybody knows this that would be great. Here is my current code:

<div class="container-fluid" style="margin-top:15%;">
        <div class="row">
          <div class="col" style="margin-left: 100px; padding:80px 100px 100px 100px">
            <hr>
            <h1 class="H1Home">Our Blog</h1>
            
          </div>
          <div class="col">
            <h3 style="margin-top:-20px;">OUR LATEST BLOG POSTS</h3>
            <h3 style="margin-top: 40px;">Blog Post 3</h3>
            <p>CLICK HERE</p>
            <hr/>
            
            <h3>Blog Post 3</h3>
            <p>CLICK HERE</p>
            <hr/>
     
            <h3>Blog Post 1</h3>
            <p>CLICK HERE</p>
            <hr/>
          </div>
        </div>
      </div>

Also if I can add some arrows to this and make it a slider type list then that would be good. ignore the inline styles they will become classes of their own!

Thanks

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