Title: Paragraph problem
Last modified: August 20, 2016

---

# Paragraph problem

 *  [Fredrik Hedlund](https://wordpress.org/support/users/fredrik-hedlund/)
 * (@fredrik-hedlund)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/paragraph-problem-2/)
 * So, when writing a post in wordpress I can format the text in the visual editor
   and always see the changes in the HTML-editor (header gets h1, adress gets <adress
   > etcetera) EXCEPT when using the “paragraph”-format. Which is a problem since
   this page has one part where my friend should be able to use paragraphs and hopefully
   without using any kind of html-tags.
 * As an example I’ll use the contact-part of the page (text on the right should
   be two paragraphs):
    [http://karinhoffner.se/blog.php/?page_id=34](http://karinhoffner.se/blog.php/?page_id=34)
 * php-code:
 *     ```
       <?php
       /*
       Template Name: Kontakt
       */
       ?>
   
       <?php get_header(); ?>
   
       	 <!-- ******* BODY ******* -->
       	 <div id="bd">
                   <div id="yui-main">
                      <div class="yui-b">
   
       		  <!-- *** OM MIG *** -->
                         <div class="yui-gf">
                            <div class="yui-u first">
                            <?php
                            $post_id = 40;
                            $queried_post = get_post($post_id);
                            ?>
                            <h2>Kontakt</h2>
                            </div>
                            <div class="yui-u">
   
                               <p>
                               <?php echo $queried_post->post_content; ?>
       		        </p>
   
       		     </div>
       		  </div>
   
                      </div>
                   </div>
                </div>
       <?php get_footer(); ?>
       ```
   
 * CSS-link:
    [http://karinhoffner.se/wp-content/themes/phpcv/style.css](http://karinhoffner.se/wp-content/themes/phpcv/style.css)

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

 *  Thread Starter [Fredrik Hedlund](https://wordpress.org/support/users/fredrik-hedlund/)
 * (@fredrik-hedlund)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/paragraph-problem-2/#post-2244678)
 * I’ve also tried ckeditor (or whatever the plugin is called) that some people 
   claim fixes the paragraph-problem, but for whatever reason that plugin won’t 
   load.
 * Nobody has a fix for this?
 *  Thread Starter [Fredrik Hedlund](https://wordpress.org/support/users/fredrik-hedlund/)
 * (@fredrik-hedlund)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/paragraph-problem-2/#post-2244709)
 * Also tried tinymce, which is supposed to have an option to tell WordPress editor
   NOT to remove `<p>` and `<br>`-tags. Doesn’t work with 3.2.1 though.

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

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

## Tags

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

 * 2 replies
 * 1 participant
 * Last reply from: [Fredrik Hedlund](https://wordpress.org/support/users/fredrik-hedlund/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/paragraph-problem-2/#post-2244709)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
