Get post meta WITH formatting?
-
I’m using some custom text fields but the formatting (line/para breaks – itals seem fine) are being stripped out on the front end.
The code I’m using to pull the field is as follows:
<?php echo get_post_meta($post->ID, 'author_bio', true); ?>
I’m not sure if it’s a problem with the code or something else; can anyone recommend a way of showing the content of the custom field WITH its formatting?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get post meta WITH formatting?’ is closed to new replies.