Plugin Directory

Changeset 3208220


Ignore:
Timestamp:
12/15/2024 04:08:57 PM (16 months ago)
Author:
videlin
Message:

Blueprint update - attempt to set a page as the home page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • showcase-creator/assets/blueprints/blueprint.json

    r3208216 r3208220  
    77    "siteOptions": {
    88        "blogname": "Showcase Creator Playground",
    9         "show_on_front": "page"
     9        "show_on_front": "page",
     10        "page_on_front": "760"
    1011    },
    1112    "plugins": ["showcase-creator"],
     
    2526                "url": "https://videlinify.com/wp-content/uploads/scplayground/content.xml"
    2627            }
    27         },
    28         {
    29             "step": "runPHP",
    30             "code": "<?php\nrequire '/wordpress/wp-load.php';\n$frontpage = get_page_by_title('Showcase Creator');\nupdate_option('page_on_front',$frontpage->ID);"
    3128        }
    3229    ]
Note: See TracChangeset for help on using the changeset viewer.