How can i changing the permalink "job" ?

0
How can i changing the permalink "job" ? 1
PickPlugins
Feb 12, 2016 11:50 PM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)

Hello,
I would like to know how i can change the permalink /job/ by /offre-demploi/
 
Thanks

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How can i changing the permalink "job" ? 2
PickPlugins
Feb 15, 2016
Flag(0)

Welcome to our forum,
 
Yes, you can changes as following,
Replace the line 54 as following file job-board-manager/includes/class-post-types.php , change the text "offer" as you want.

Before: 
'rewrite' => true,
After:
'rewrite'  => array( 'slug' => 'offer' ),

 
Please see the screenshot.
http://i.imgur.com/66DBPYy.png
 
Let me know for more help.
 
Best Regards

Sign in to Reply
Replying as Submit