Forums

New paragraphs without html tags in custom fields (2 posts)

  1. junihh
    Member
    Posted 3 years ago #

    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 ???

  2. Sonika
    Member
    Posted 3 years ago #

    http://wordpress.org/extend/plugins/custom-field-template/
    see screenshots

    Support for TinyMCE in the textarea

Topic Closed

This topic has been closed to new replies.

About this Topic