Skip to content

Instantly share code, notes, and snippets.

@caralgar
Created November 9, 2015 11:38
Show Gist options
  • Save caralgar/6a28257ec3c6f6266f38 to your computer and use it in GitHub Desktop.
Save caralgar/6a28257ec3c6f6266f38 to your computer and use it in GitHub Desktop.
Get post meta for custom body id
<?php
$body_id = get_post_meta($post->ID,'body_id');
?>
<body <?php body_class() ?> <?php if (!empty($body_id[0])) echo 'id="'.$body_id[0].'"' ?>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment