Creating a Sleek Combined Single Post and Preview Card Layout – The "Seek" Design in Voxel Theme
This article explains how to build a clean, efficient combined single post and preview card layout in the Voxel WordPress Theme, inspired by the Seek Jobs website.
Motivation: Inspired by Seek
Seek is a Jobs website with a straightforward design that pairs detailed job listings with concise preview cards. This layout allows users to quickly browse listings and access full details without confusion or excessive navigation. The goal was to replicate this streamlined experience within the Voxel theme.
The Concept
Combined View: Display the full single post content alongside a scrollable list of preview cards.
Consistent Styling: Uses CSS variables for fluid spacing, typography, and border radius, helping to maintain a simple, consistent design.
User-Friendly Navigation: Sticky elements to keep important details in front of your users.
No native visit tracking: Because the single post is displayed in a post feed, the user never visits the single post page – hence cannot be tracked using Voxel native analytics.
Page reload time: Depending on your website server or visitor location, the page reload time will vary.
Loss of preview card scroll position: As the page is reloaded, the scroll position of the preview cards is lost on each refresh.
Only for larger screens: This layout is not intended for mobile. The mobile design consists of standard preview cards that link to the single post.
Pagination lost on page reload: Issue when you have a large number of feed items.
Image Lightbox not triggering: Cannot expand/zoom in images.
Minor formatting issue: Seems to have lost borders of Table elements…
Next Steps
Want to implement this sleek “Seek” layout on your Voxel site? Follow the steps above to build it yourself, or contact me to hire a professional and get it done quickly and correctly.
Displaying parent categories with their child categories grouped underneath in Voxel is difficult and not directly supported by default term feed options. To achieve this, you need to use a term loop workaround that allows child terms to be looped inside a parent term preview. The steps below show how to do this using native […]
Voxel Framework is a new WordPress plugin in development that brings Voxel’s features to Bricks Builder and Gutenberg. While Voxel can create custom post types, taxonomies, and custom fields — and supports powerful dynamic data, conditional logic, and visibility rules — its real value goes far beyond content structure. Details below are speculative based on […]