Last active
January 1, 2016 15:49
-
-
Save nutsandbolts/8166536 to your computer and use it in GitHub Desktop.
Shortcode function for John K.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Add shortcode for closed job listings | |
function job_closed_text() { | |
return '<div id="jobclosed"><em><p>This job opening has been filled. Nonetheless, we encourage you to apply anyway. Many of our openings are filled within hours of being posted and if we do not know who you are, we will not be able to call on you.</p><p>We are not a Monster job board. We are real, live human beings whose job it is to make connections. We promise not to waste your time.</p></em></div>'; | |
} | |
add_shortcode("jobclosed", "job_closed_text"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment