A lightweight WordPress block that adds previous and next post navigation with featured images and post titles.
WPConstructor Previous Next Post Block adds a customizable previous and next post navigation section to your WordPress posts.
The block displays the previous and next posts with:
- Featured images
- Clickable post links
- Post titles
- Responsive layout
- Smooth hover effects
It is designed to work with WordPress block themes and classic themes using the block editor.
- ✅ Previous and next post navigation
- ✅ Featured image support
- ✅ Clickable images and titles
- ✅ Responsive design
- ✅ Lightweight and dependency-free
- ✅ Server-side rendering
- ✅ Custom styling support
- ✅ Works with WordPress custom post types
- WordPress 6.0 or higher
- PHP 7.6 or higher
- Download the plugin: Get the newest release.
- Upload the plugin folder to:
/wp-content/plugins/
- Activate the plugin through the WordPress admin dashboard.
- Add the WPConstructor Previous Next Post block to your post content.
After activating the plugin:
- Open the WordPress block editor.
- Search for:
Previous Next Post
- Insert the block e.g. at the end of your post content.
The block will automatically display:
- The previous post
- The next post
- Their featured images
- Their titles
The block supports custom post types as long as they use WordPress's standard post navigation functions and have published previous/next posts available.
The plugin includes default styling:
- Rounded featured images
- Hover scaling effect
- Responsive mobile layout
You can override the CSS classes in your theme:
.wpcn-post-navigation-images {
}
.wpcn-post-nav-image {
}
.wpcn-feature-image {
}
.wpcn-post-nav-title {
}Clone the repository:
git clone https://github.com/wpconstructor/wpconstructor-previous-next-post-block.gitwpconstructor-previous-next-post-block/
│
├── wpconstructor-previous-next-post-block.php
├── LICENSE
├── README.md
└── assets/
└── css/
└── style.css
└── js/
└── editor.js
- v0.1.0 9th July 2026
- First working MVP Release.
GPL-3.0-or-later
See:
https://www.gnu.org/licenses/gpl-3.0.html
WPConstructor
Website:
For support, feature requests, or bug reports, please visit:

