If you’ve landed here, you’ve watched my YouTube video on WordPress Playground. Thanks for watching! Here are the goodies:

Behind the scenes

Here’s the blueprint I used to create the example site I used for the presentation part of the video:

{
    "preferredVersions": {
        "php": "7.4",
        "wp": "6.5"
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],

    "features": {
        "networking": true
    },
    
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
            {
            "step": "importWordPressFiles",
            "wordPressFilesZip": {
                "resource": "url",
                "url": "https://block-museum.com/wp-content/uploads/2024/04/wordpress-playground-7.zip"
            }
        }
    ]
}

The above sets WordPress to 6.5, logs you in, and imports my presentation content. For the content, I used a bunch of Group blocks with the position set to sticky to give the scrolling effect.