# FSE Themes Support / Using "Twenty Twenty Four" Theme with Radicle

**URL:** https://discourse.roots.io/t/fse-themes-support-using-twenty-twenty-four-theme-with-radicle/26560
**Category:** radicle
**Created:** 2024-01-19T16:00:04Z
**Posts:** 3

## Post 1 by @Vince44 — 2024-01-19T16:00:05Z

Hi everyone,

I’m pretty new with the roots stack and still evaluating it for my needs.

I’ve jumped right in Radicle and got very impressed, as I’ve been able to build a fully automated push to deploy workflow from GitHub to Digital Ocean in a matter of hours.

I understand the power of Radicle when it comes to “custom themes” development.

However, I’m wondering if it’s a viable option when using 3rd party (commercial) themes ?

I can’t enable “block themes” (also called “FSE themes”), that do not have an “index.php” file. For example :

- twenty twenty four
- twenty twenty three
- twenty twenty two

However, I can successfully enable “twenty twenty one”, which has an “index.php” file.

My question is : am I doing it right ? Maybe I’m not using Radicle as it was meant for.

Best,  
Vincent

Ressources :

- [https://fullsiteediting.com/](https://fullsiteediting.com/)
- [GitHub - strarsis/sage10-fse: Sage 10 theme adjusted for Gutenberg Full Site Editing (FSE)](https://github.com/strarsis/sage10-fse)

---

## Post 2 by @ben — 2024-01-19T16:03:13Z

You should be able to get up and running by doing this:

> [@Using Radicle with a different theme](https://discourse.roots.io/t/using-radicle-with-a-different-theme/25104/4):
>
> Try this — open up composer.json and remove these lines where providers are defined for Acorn: "App\\Providers\\AssetsServiceProvider", "App\\Providers\\ThemeServiceProvider", Then run wp acorn optimize:clear

---

## Post 3 by @Vince44 — 2024-01-19T17:30:48Z

Dear Ben you’re awesome.  
Works like a charm.  
Thank you so much. :pray:
