insert php at within the_content
-
Hi, I would like to insert the following php below and left aligned wrapped at the start of the_content. Hope someone can help me.
<?php the_post_thumbnail() ;?>
<?php if((get_post_meta($post->ID, “byline”, true))) { ?>
<p class=”inside_byline”>by <?php echo get_post_meta($post->ID, ‘byline’, true); ?>
<span class=”coltitle”><?php echo get_post_meta($post->ID, ‘column name’, true); ?></span></p>
<?php } ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘insert php at within the_content’ is closed to new replies.