The Future of Content Management Systems

Search Engine Optimization
Web Development
User Experience
Content Management

Enhancing User Experience with Your CMS

User Experience
Web Development

The Relationship Between CMS and SEO

User Experience

Developing a Content Strategy for Your CMS

Search Engine Optimization
Web Development
Content Management
User Experience
Digital Marketing

CMS Trends to Watch in 2023

Search Engine Optimization
Web Development
Digital Marketing
Content Management
User Experience

Optimizing CMS Performance

Digital Marketing
User Experience
Content Management

CMS Security Best Practices

Search Engine Optimization
Web Development
Content Management
Digital Marketing

Top 5 CMS Platforms in 2023

Web Development

Understanding Content Management Systems

Search Engine Optimization
User Experience
No Result

This script allows for a simple filtering system in Webflow.

‍How to Use the Script:

  1. This example using 2 Collections that connect each other. In this case, Collection 1 is Blog post that have tags which is Collection 2. this can also be applied to others like portofolio etc.
  2. Create Collection Tags with button for the filter and Add the filter-button attribute to the buttons that will filter the posts, and the filter-button-all attribute for the β€œAll” button to display all posts. To change the wording, simply update the attribute value. The 'All' button will be added on the live site automatically.
  3. Create a Collection Blog Post and Collection Tags inside it. Add the filter_item-list attribute to the post tags collection list. If everything is set up correctly, you can hide the tag Collection.
  4. Add element with atttribute filter_no-result for the empty state.
  5. Copy the script and paste it just before the closing </body> tag. <script src="https://cdn.jsdelivr.net/gh/jeminids/webflow-codes@filter_v1.1/filter.min.js"></script>‍
  6. It's done πŸŽ‰