1 jibberjab May 07, 2005 23:21
3 jibberjab May 09, 2005 06:21
Ok, on further research, it seems that the auto_p_Rendererplugin inserts the <p> tags around each post. However, that file has a configuration variable called:
var $apply_when = 'opt-out';
However, mine is currently configured as "opt-out" so why am I still getting the <p> tags around the body of each post?
jj.
4 graham May 09, 2005 11:42
That means that you can deselect it when you're making a post. It's enabled by default, but removing the tickbox next to the plugin in the edit screen will disable it.
Okay, maybe the way I worded that was a bit confusing...
I'm wondering which piece of code, in which file, inserts the <p></p> pair around the content of each post... and, is it possible to prevent that <p></p> pair from being inserted for only only blog (in this case, the linkblog)
jj.