Introducing Custom Content Types: Unleash Your Creativity with Wisp CMS

I'm thrilled to announce a game-changing feature that's just landed on Wisp: Custom Content Types!

This powerful new addition empowers you to create and manage diverse content beyond traditional blog posts and articles. Let's dive into what this means for you and your website.

What are Custom Content Types?

Custom Content Types allow you to define and create specialized content structures tailored to your specific needs. Whether you're showcasing products, events, projects, or anything else you can imagine, Custom Content Types give you the flexibility to build it all within Wisp.

Getting Started with Custom Content Types

  1. Access the Dashboard: Head over to your Wisp dashboard.

  2. Find the Custom Content Manager: You'll see a new section dedicated to managing your custom content.

  3. Create a Content Collection: Start by defining a new content type and adding the necessary fields.

  4. Add Content: Once your content type is set up, use the content manager to create new entries.

Seamless Integration with Existing Projects

For those already using our JavaScript SDK, you're in luck! After a quick client upgrade, you can continue using the SDK with your new custom content types. Here's a quick example of how to fetch and populate a changelog page:

  const result = await wisp.getContents<Changelog>({
    contentTypeSlug: "changelog",
    limit: "all",
  });

We've Put It to the Test

We've already implemented Custom Content Types on our own blog by creating our own changelog.

Check out our detailed guide on how to add a changelog to your Next.js website. This post walks you through the entire process, from setup to implementation.

Endless Possibilities: What Can You Build?

The sky's the limit with Custom Content Types. Here are just a few ideas to get your creative juices flowing:

  • Event directories

  • E-commerce product catalogs

  • Project portfolios

  • Team member profiles

  • Customer testimonials

  • FAQ sections

  • Recipe collections

  • Book reviews

  • Travel itineraries

  • Course curricula

What's Next?

We're excited to see what you'll create with Custom Content Types. Whether you're building a complex directory or simply want more control over your content structure, this feature opens up a world of possibilities.

Stay tuned for more tutorials and case studies showcasing innovative uses of Custom Content Types. And as always, we're here to support you every step of the way. If you have any questions or need assistance, don't hesitate to reach out to our support team.

11/29/2024
Related Posts
Introducing Custom React Components in Wisp CMS

Introducing Custom React Components in Wisp CMS

Tired of static blog posts? Wisp's new custom React component feature is here to revolutionize your content. Discover how to create dynamic, engaging posts that stand out.

Read Full Story
Introducing Full-Text Search on Wisp CMS

Introducing Full-Text Search on Wisp CMS

Tired of complex search implementations? wisp's new Full-Text Search is here! Learn how this powerful feature can elevate your blog with minimal effort.

Read Full Story
Developing with a Headless CMS: A Comprehensive Guide

Developing with a Headless CMS: A Comprehensive Guide

Tired of CMS limitations? Dive into the dynamic world of headless CMS to unlock frontend freedom and content reusability for blazing-fast performance.

Read Full Story