Template overrides in radicle

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

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

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

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