Good morning, I need to display my wordpress news with links in the footer for old and new posts. I'm using the bootstrap as a template for my site and I'm with the following code for the display layout of these new and old posts:
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="https://via.placeholder.com/286px180/"alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
Would you like to know how I can do this? If anyone can help me please thank you, because my head is at stake in this.