plugin-icon

Just Output

WordPress automatically inserts p and br tags, but disables them in shortcodes.
Betyg
5
Senast uppdaterat
March 20, 2024
Version
0.9.7
Aktiva installationer
200

When you enter the HTML code directly, the layout changes depending on the p and br tags that WordPress automatically inserts.

remove_filter( 'the_content', 'wpautop' );

It can be solved by adding the above code. However, this will disable all auto-inserted p and br tags. It is not user-friendly.

This plugin can be partially disabled.

Just enter the part you want to disable in the shortcode.

[jo]your HTML code[/jo]

The author of this plugin loves text editors.

Gratispå Creator-paket
Aktiva installationer
200
Testat upp till
6.5.5
Det här tillägget är tillgängligt för nedladdning och kan användas på din WordPress-installation som drivs på egen server.