Skip to content

Instantly share code, notes, and snippets.

@gnuget
Created October 18, 2009 19:05
Show Gist options
  • Save gnuget/212796 to your computer and use it in GitHub Desktop.
Save gnuget/212796 to your computer and use it in GitHub Desktop.
<?php
function yourfunction($atts) {
//get the value of the custom field.
$value = get("yourfieldname");
return $value;
}
add_shortcode('your_shortcode', 'yourfunction');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment