# Template overrides in radicle

**URL:** https://discourse.roots.io/t/template-overrides-in-radicle/29631
**Category:** radicle
**Created:** 2025-05-23T14:32:04Z
**Posts:** 5

## Post 1 by @Ronak_Karia — 2025-05-23T14:32:04Z

I am on the latest version of radicle project.

I am supposed to create a new file inside `yourtheme/wp-job-manager-resumes/resume-submit.php` but since we don’t edit the theme folder. Where should this file go?

Thanks

---

## Post 2 by @ben — 2025-05-23T14:55:15Z

Can’t say for sure without seeing how that plugin handles loading templates, but you could try `resources/views/wp-job-manager-resumes/resume-submit.php`

---

## Post 3 by @Ronak_Karia — 2025-05-26T06:35:39Z

Hi Ben, this is a paid extension of a free plugin. The template logic can be found in the free version on github. Please check URL

> <https://github.com/Automattic/WP-Job-Manager/blob/41d5048c9cf6c4d2636c878419added8979fcdc6/wp-job-manager-template.php#L47>

---

## Post 4 by @ben — 2025-05-26T14:50:28Z

Can you let me know what you’ve tried so far?

Does `resources/views/wp-job-manager-resumes/resume-submit.php` work?

If not, does `public/content/themes/radicle/wp-job-manager-resumes/resume-submit.php` work?

If not, you can see that there’s a filter for `job_manager_locate_template` that allows you to tell the plugin where to look for the templates — use that if necessary

---

## Post 5 by @Ronak_Karia — 2025-08-05T09:35:54Z

Hi Ben, sorry for the delay. Due to being low on time I’ve ignored it and pasted my code in the theme rather than creating blade templates
