Viewing 1 replies (of 1 total)
  • Plugin Author Mohsin Rasool

    (@mohsinrasool)

    Your WP adding p tags to shortcode’s output. Following might help you to fix it. Paste the code in your theme’s functions.php

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Gettings one image under each other’ is closed to new replies.