leoblanchette
Member
Posted 8 months ago #
Strangely wordpress is not formatting my content.
http://www.lb3d.com/about-lb3d/
See...all the text is jumbled.
I'm not aware that I did anything to break it...the theme should be friendly enough on the typical wordpress environment.
How is this fixed?
I searched google, couldn't find answer.
muntefer
Member
Posted 8 months ago #
leoblanchette
Member
Posted 8 months ago #
The H3 tag did a great job, but all the line breaks never turned into paragraphs. When I inserted html to compensate wordpress took away all my tags. Its a weird problem.
leoblanchette
Member
Posted 8 months ago #
Update: Looking back at the original theme, they removed paragraph tags.
remove_filter ('the_content', 'wpautop');
Whats the purpose in doing that???