Hello all, we're looking to create a custom blog post listing page for a client. In addition to control over the look and feel (we'll be using CSS/JavaScript for layout no problem), we hope to have sortable, filterable posts much like any standard listing page.
Are there any existing templates available to build off of/modify? I attempted copying the listing template file from CMS Boilerplate template but without any luck (the feature seems disabled/limited).
Worst case, if no basic system is available to build off, what is a solid resource for a first-time developing custom blog listing/postings for HubSpot's CMS? I'd pretty much be looking for a "from the beginning" resource, haven't stumbled across any yet.
@JimWib Yes, it is posible! Yet, it does get rather complex and way to long for a comment on here. If you are interested, give me or @Indra an message on what your looking for!
I have tried this way and it works as a starting point in a way that it really displays blog tags, and that it really adds them as UTMs to the URL. Where it fails tho, is the point of this exercise, and that is to get an actual filtering. I know this answer is one and half year old, so I wonder if anything has changed?
I'm testing it on this dummy blog that I imported some random posts from elsewhere
Sep 12, 20211:05 AM - edited Sep 12, 20211:07 AM
Contributor
Custom Blog Listing
SOLVE
This is great, but how does the filtering apply to the listing itself? What gets added to the {% for content in contents %} that actually does the filtering? Or does this use the "blog_recent_posts" workaround?