/ Published in: PHP
gets singular meta data items and displays them inline
Expand |
Embed | Plain Text
<?php $id = $post->ID; $vovtitle = get_post_meta($post->ID, "vov_title", true); $vovpage = get_post_meta($post->ID, "vov_page", true); echo '<span style="font-size:.8em;color:#9C9E9C;">This prayer is listed with the title <b>'.$vovtitle.'</b> in the <u>Valley of Vision</u>'; echo '.</span>'; } else { } } ?>
You need to login to post a comment.
