tomkinsg
Member
Posted 3 years ago #
Hi there I am using WP 2 and RunPHP plugin so that i can generate some database driven content and also my own forms on the site.
I think that this is a wordpress function that is putting and tags thru my generated html.
Is it possible to supress wordpress doing this where i don't require it as it is messing up my form from formatting.
perhaps there is a different PHP plug in that will prevent this or another solution.
many thanks.
Glyn
If you really want to disable Wordpress' auto-paragraph formatting, this plugin will do it. But be careful what you wish for...
http://ottodestruct.com/wpstuff/disableautop.zip
You'd be better off putting your forms directly into Page Templates and then creating Pages for them. Putting them in posts is not the best way to do things, in most cases.
tomkinsg
Member
Posted 3 years ago #
Thanks Otto ... I only have the one form so putting it into a specific page template would likely work quite simply for me.
thanks Glyn