Skip to content

Instantly share code, notes, and snippets.

@nutsandbolts
Last active January 1, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nutsandbolts/8166536 to your computer and use it in GitHub Desktop.
Save nutsandbolts/8166536 to your computer and use it in GitHub Desktop.
Shortcode function for John K.
//* 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