Title: Paragraph tags problem
Last modified: August 30, 2016

---

# Paragraph tags problem

 *  Resolved [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [11 years ago](https://wordpress.org/support/topic/paragraph-tags-problem/)
 * Hi,
 * I’m facing the problem that the output of my text does not contain line breaks
   though using paragraph tags.
 * The field keeps removing the tags although I tested this with the plain paragraph
   text and the WYSIWYG field, enabled wpautop and added ‘p’ to allowed html tags.
 * The code I’m using in my theme: [http://pastebin.com/5NjTgjnN](http://pastebin.com/5NjTgjnN)
 * Anyone has a solution?
 * Thank you in advance!
 * [https://wordpress.org/plugins/pods/](https://wordpress.org/plugins/pods/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Contributor [Jim True](https://wordpress.org/support/users/jimtrue/)
 * (@jimtrue)
 * [11 years ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183326)
 * The display method is designed to output your field data as ‘displayed’ so yes,
   that should work. What settings do you have on the field in Advanced options?
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [11 years ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183331)
 * Thank you for your reply. I haven’t changed anything in the advanced options,
   so additional css classes is empty, as well as default value, set default value
   via parameter and all checkboxes on resctrict access are empty. Is this correct?
 *  Plugin Contributor [Jim True](https://wordpress.org/support/users/jimtrue/)
 * (@jimtrue)
 * [11 years ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183335)
 * I meant under the ‘Additional Field Options’ for your large text field? Several
   output options with checkboxes there; what do you have in those settings?
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [11 years ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183336)
 * Ah okay:
 * Editor: tinymce
    Output options: all enabled Allowed html tags: strong em a ul
   ol li b i p h1 h2 h3 &nbsp
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183350)
 * Do you have a solution for this?
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183354)
 * You can’t use wpautop and allow `<p>` tags, it reformats it.
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183362)
 * I really don’t get it. Tried to use (1) wpautop without using tags and (2) disabled
   wpautop and included <p> tags. Both didn’t work?
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183363)
 * Sorry, this has got to be frustrating for you, we’ll get it figured out.
 * In order for us to figure the exact issue and fix it (if it’s a bug), we’ll want
   to reproduce this on our side.
 * Can you help us make sure we have a complete grasp of your issue?
    - What pod type is this happening on?
    - What is the exact field type / options you have set?
    - Can you provide example content you’re putting into the field?
    - Can you provide an example of what you expect the output HTML to be?
    - Can you provide an example of what the output HTML actually ends up being?(
      the wrong HTML)
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183364)
 * Okay thank you,
 * * Pod type: Taxonomy (extended)
 * * Field type: WYSIWYG (visual editor),options checked: Allow shortcode, Allow
   html tags: strong em a ul ol li b i p h1 h2 h3 &nbsp
 * * Example content:
    <p>Groots leven voor weinig, dat is het motto van VidaXL.
   De enorme collectie van VidaXL is van topkwaliteit voor een zeer scherpe prijs.
   Bij VidaXL vind je alles voor in huis of in de tuin, maar ook een grote collectie
   sportartikelen, speelgoed, fotografie en dierbenodigdheden. Kortom: een warenhuis.
   </p><p> Naast de goede prijzen heeft VidaXL regelmatig leuke acties.
 * * Example expected output: above text with line breaks
 * * Output ends up:
    Groots leven voor weinig, dat is het motto van VidaXL. De 
   enorme collectie van VidaXL is van topkwaliteit voor een zeer scherpe prijs. 
   Bij VidaXL vind je alles voor in huis of in de tuin, maar ook een grote collectie
   sportartikelen, speelgoed, fotografie en dierbenodigdheden. Kortom: een warenhuis.
   Naast de goede prijzen heeft VidaXL regelmatig leuke acties.
 * Problem should be in the code?
    [http://pastebin.com/7JYX9fzk](http://pastebin.com/7JYX9fzk)
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183365)
 * Please paste your HTML example content into a pastebin or wrap them in the backtick(
   or click “code” above the reply text box here in the forums. I just want to be
   sure I understand exactly what you have and it ends up as.
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183366)
 * Example content: [http://pastebin.com/Mt0VZzPF](http://pastebin.com/Mt0VZzPF)
 * Output on website (at the bottom): [http://www.pakkortingscode.nl/winkel/vidaxl/](http://www.pakkortingscode.nl/winkel/vidaxl/)
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183367)
 * I see no issues with your output, can you clarify what’s not working exactly?
 *  Thread Starter [JM28](https://wordpress.org/support/users/jaapme/)
 * (@jaapme)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183368)
 * Well, I see no blank line?
 * Text now:
    .. Kortom: een warenhuis. Naast de goede prijzen ..
 * Should be:
    .. Kortom: een warenhuis.
 * Naast de goede prijzen ..
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183369)
 * That’s not how you should be using `<p>` tags. If you want line breaks like that,
   it should be done in the theme’s CSS. Try `div#content > p { margin-bottom: 12px;}`
   for instance.
 * If you really want a completely empty line, you want to use: `<p>&nbsp;</p>` 
   but that’s really a hack, you should do all display tweaks in CSS and not in 
   the content with that sort of thing.
 * In the “allowed html tags” option, you need to remove the   because that’s not
   how that option works and could lead to some weird results.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Paragraph tags problem’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [paragraph tags](https://wordpress.org/support/topic-tag/paragraph-tags/)

 * 14 replies
 * 3 participants
 * Last reply from: [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-tags-problem/#post-6183369)
 * Status: resolved