Overriding Job Board Manager Template via theme

0
Overriding Job Board Manager Template via theme 1
GDesigns
May 26, 2017 09:48 PM 1 Answers General
Member Since May 2017
Subscribed Subscribe Not subscribe
Flag(0)

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
Overriding Job Board Manager Template via theme 1
Overriding Job Board Manager Template via theme 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Overriding Job Board Manager Template via theme 4
PickPlugins
May 26, 2017
Flag(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

Sign in to Reply
Replying as Submit