Hi Judirose, it looks like you have a couple of unclosed/misplaced tags in your September 14 post, as you can see here:
https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmyvagabondways.com%2F
Try flipping to Text/HTML view and looking at these portions of your code:
<div id="attachment_899" class="wp-caption aligncenter" style="width: 310px"><a href="https://myvagabondways.com/wp-content/uploads/2013/09/669.jpg"><img class="size-medium wp-image-898" alt="Thirsty work being a pirate!" src="https://myvagabondways.com/wp-content/uploads/2013/09/669-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Thirsty work being a pirate!</p></div>
<p><a href="https://myvagabondways.com/wp-content/uploads/2013/09/670.jpg"><img class="size-medium wp-image-899" alt="The gorgeous Suzannah" src="https://myvagabondways.com/wp-content/uploads/2013/09/670-225x300.jpg" width="225" height="300" /></a></dt>
<dd class="wp-caption-dd">The beautiful Suzannah</dd>
</dl>
</div>
and
<div id="attachment_904" class="wp-caption aligncenter" style="width: 235px"><a href="https://myvagabondways.com/wp-content/uploads/2013/09/692.jpg"><img class="size-medium wp-image-907" alt="Where would a Pirate Day be without a mermaid?" src="https://myvagabondways.com/wp-content/uploads/2013/09/692-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Where would a Pirate Day be without a mermaid?</p></div>
<p><a href="https://myvagabondways.com/wp-content/uploads/2013/09/685.jpg"><img class="size-medium wp-image-904" alt="Pirate cupcakes" src="https://myvagabondways.com/wp-content/uploads/2013/09/685-225x300.jpg" width="225" height="300" /></a></dt>
<dd class="wp-caption-dd">Pirate cupcakes</dd>
</dl>
</div>
Try removing the stray </dt>
and </dl>
tags in both of those code blocks and see if that fixes the issue.