Skip to content
WT PRO
WT PRO
Menu
Home
Notes
$note = get_post_meta($post->ID, ‘notely’, true);
if ($note) {
echo $note;
}