• On editing a page with Gutenberg it changed this:

    [loop type="post" count="1" category=ladies-match-notices after='8 weeks ago']<div class="GGCbox" style="padding: 5px;"><h4>[field title]</h4>[content]</div>[/loop]

    to this:

    [loop type="post" count="1" category=ladies-match-notices after='8 weeks ago']
    <div class="GGCbox" style="padding: 5px;">
    <h4>[field title]</h4>
    [content]
    
    </div>
    [/loop]

    The [loop] comes with the excellent plugin “Custom Content Shortcode” but if you use [loop] you must be careful with Carriage Returns. Gutenberg merrily sprayed <p> and </p>s inside the [loop] creating unwanted white space.

    Wordpress 4.9.8 at 3 Aug 2018

    • This topic was modified 7 years, 11 months ago by bdew.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘It wrecked my pages’ is closed to new replies.