Learn Frontity with the New Step-by-Step Tutorial
- Post AuthorBy Michael Burridge
- Post DateFri Feb 05 2021
In this episode of Frontity Talks we discuss one of the questions that comes up most frequently in the Frontity community forum, namely how to use the WordPress menus in a Frontity project.
Meet the new Roadmap page: created to share our internal planning for features development and give you more visibility into what’s coming in Frontity.
In this post, we walk you through the process we followed to rebuild our website with Gutenberg and Frontity. We share all the challenges and lessons learned, and what we considered to be the best approach to solve them.
In this article, we’re going to look at how to set up and host a Frontity site using SpinupWP.
In this episode of Frontity Talks we outline a number of techniques you can use for debugging your Frontity project, both in the browser and on the server.
In this episode of Frontity Talks we demonstrate the correct way to use external CSS in your Frontity project using the
In this episode of Frontity Talks we demonstrate how to fetch posts and then order them by category, displaying the resulting content on the homepage.
In this episode of Frontity Talks we discuss Custom Post Types, providing you with a comprehensive guide to using CPTs with headless WordPress in your Frontity project.
In this episode of Frontity Talks we cover two topics. Michael demonstrates how to use beforeSSR to pre-fetch data, in this case a contact form, that can then be included anywhere on your site. JuanMa then explains how to use processors to parse incoming HTML and process it.