I'm trying to customize the job board layout files to match my theme files, but I'm having trouble figuring out how to create a template file in my theme folder that will override the template files that the plugin normally uses.
As an example - with a plugin like WP Job Manager, if you create a folder inside the theme directory, you can edit that file, instead of the plugin template file. I tried this same thing with Job Board Manager, but it isn't working. Can anyone offer some insight?
Thanks, in advance!
![Overriding Job Board Manager Template via theme 1 Overriding Job Board Manager Template via theme 1](https://pickplugins.com/wp-content/litespeed/avatar/721cc1b76bf00a37c750167e7e0168ad.jpg?ver=1738586228)
![Overriding Job Board Manager Template via theme 3 Overriding Job Board Manager Template via theme 3](https://pickplugins.com/wp-content/litespeed/avatar/978ff02cf6cfb3e60ade623dd6942a3a.jpg?ver=1738285744)
![Overriding Job Board Manager Template via theme 4 Overriding Job Board Manager Template via theme 4](https://pickplugins.com/wp-content/litespeed/avatar/60b037d2fe05ceb39acb7f02dbd29bd8.jpg?ver=1738285093)
Welcome to our forum.
Thanks for the reported issue, we might be missed this feature,
here is the quick solution. please go edit following file at line 23
job-board-manager/templates/job-single-hook.php add_filter( 'template_include', 'portfolio_page_template', 99 );
commented out the line
//add_filter( 'template_include', 'portfolio_page_template', 99 );
http://imgur.com/a/uCKEx
I will check the issue and update next version.
Regards