Now we will also require a Read More button:
- We'll go right under the excerpt class, and use bootstrap class's btn and then btn-default. We will then use href and set that to the_permalink(). For the text, we'll say Read More and for the arrow symbol we can use ». We will also add a line break above the class:
<br> <a class="btn btn-default" href="<?php the_permalink(); ?>"> Read More » </a>
- Reload and let's take a look at that: