Make Your Posts More Visible With the Related Posts Drop-in
Table of Contents
- Screenshots
- Installation
- Drop-in Notes
Screenshots

Show up to 6 related posts at the end of each blog post with the featured image and title.
Installation
Read the Dropin Installation Guide for general instructions on how to install any MD Dropin, including the Related Posts Drop-in. Also include this simple CSS somewhere in your style.css file:/* RELATED POSTS */ .related-posts a { border-bottom: 0; } .related-image { background-position: center center; background-size: cover; display: block; height: 120px; }
Drop-in Notes
- At the top of the main related-posts.php file you can adjust the title that shows above the posts, and how many posts you want to show.
- Related posts are determined by checking the existing post’s category and displaying other random posts from the same category in a neat list.
- Related posts look best and get clicked more when a featured image is attached, so make sure you attach an image to your posts (best practice)