Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active September 16, 2017 00:09
Show Gist options
  • Save pablocattaneo/0127d162b3205097b794 to your computer and use it in GitHub Desktop.
Save pablocattaneo/0127d162b3205097b794 to your computer and use it in GitHub Desktop.
Muestra el custom field que se indica en la variable Key
// $key="mykey" nombre de custom field tal como se escribe en el post
<?php $key="mykey"; echo get_post_meta($post->ID, $key, true); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment