I'm new to wordpress and currently developing a theme on it. I have noticed that Wordpress adds <p>
tags all over the page. Do you know any plugin or a workaround to avoid this?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Is there a way to play audio on a mobile browser w
The WP Unformatted module will remove that default filter.
Add this to your functions.php, this should give the result you're looking for:
Try this, assuming you have the html code in variable
$html_code