Anyone got the skills to merge this code?
-
My custom field is appearing like a champ, but I’d like this custom link to appear along with the custom field.
How would I go about combining this:
<?php $mymeta = get_post_meta($post->ID, 'h1-summary', true); if ($mymeta) { echo '<div class="summary"><h2>Hour 1</h2>'.$mymeta.'</div>'; } ?>
And this:
<a href="https://www.website.com/sites/website.com/files/ <?php echo $post->post_name; ?> a.mp3">Test</a>
I’d like the link to actually display below the <h2> if possible.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Anyone got the skills to merge this code?’ is closed to new replies.