0
GDesigns
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!
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
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
