Hi @jchardron,
Thanks for writing to us.
You can change the written text by adding the following code in the function.php file of your activated theme:
function sjb_job_submit_message( $message ) {
$message = esc_html__( 'Write your Custom Message Here', 'simple-job-board');
return $message;
}
add_filter( ‘sjb_job_submission_alert’, ‘sjb_job_submit_message’ );
The code above will change the job submission message.
Feel free to reach out for further assistance.
Regards,
Hello
I copied and pasted the code but nothing changes.
You state in your reply
add_filter( ‘sjb_job_submission_alert’, ‘sjb_job_submit_message’ );
What should I do with this?
Thank you very much`
Hi @jchardron,
We apologize for the confusion.
Please add the code in the following manner in the function.php file of you activated theme:
function sjb_job_submit_message( $message ) {
$message = esc_html__( 'Write your Custom Message Here', 'simple-job-board');
return $message;
}
add_filter( 'sjb_job_submission_alert', 'sjb_job_submit_message' );
We hope this will resolve your query.
looking forward to hearing from you.
Regards,
Great, it works!
Last question, do you know how to make a line break in the text I want to insert?
Thanks 🙂
Hi @jchardron,
We are glad to know that issue is resolved.
Please use the <br> tag to add a line break in the text.
Feel free to reach out for further assistance.
Regards,
Hi @jchardron,
We’re glad to know that your query has been resolved.
We would request you to leave us a 5-star review against our continuous efforts on Simple Job Board @ https://ww.wp.xz.cn/support/plugin/simple-job-board/reviews/
Don’t be hesitant to reach out for assistance.
Regards,