Paragraphs not working in WordPress

Posted on October 10, 2007

If you are having problems getting paragraphs to work in WordPress, it may be due to having the E-Commerce plug-in turned on. It took me a while to figure this one out, but I’ve come up with a workaround for the time being. Digging through the plug-in code will take a bit, so here it is. It may not be elegant or correct for the matter, but it works.

Open your theme’s style sheet and add this code to it.

.myp { margin: .5em 0; }

Now anytime you use the paragraph code, simply add a

class=”myp”

update… I no longer use this method. It really was just a quick fix. Besides, if some plugin screws you pages up like that, there is no needto use that plugin.

Categories: Uncategorized


Leave a Reply