New paragraphs without html tags in custom fields
-
Hello there
I’m working on my own website based on WP.
The home page have some custom fields for specific info on each one. To get the values from the custom fields I’m using:
<?php echo get_post_meta($post->ID, "field_name", true); ?>
That code working great to get the values but some of those custom fields have descriptions about my services with multi-paragraphs data. Every paragraph i need to separate with <p>…</p> tags.
Is there a way to write paragraphs without <p> tags ???
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘New paragraphs without html tags in custom fields’ is closed to new replies.