codes

Disable Automatic Insert Of p, br Tags In Posts In WordPress

WordPress automatically inserts <p> </p> and <br /> tags in the “Text” section in your posts and pages. When you are writing any codes or in some situations it becomes very annoying when you get <p> </p> and <br /> tags automatically filled in your posts. To disable this feature, open the functions.php file of your WordPress theme. Add …

Disable Automatic Insert Of p, br Tags In Posts In WordPress Read More »

How To Disable Auto Format, Fix HTML Stripping In WordPress

When you are adding HTML  in WordPress in the text mode, after adding when you go back to the Visual mode you will see codes getting stripped out. There’s nothing wrong with the code, it’s just that WordPress auto formats the code and the spaces in your code. When spaces are formatted the codes are changed and so does your output …

How To Disable Auto Format, Fix HTML Stripping In WordPress Read More »