diff --git a/env/page-manifest.json b/env/page-manifest.json index 0c0e161a..9bd86e86 100644 --- a/env/page-manifest.json +++ b/env/page-manifest.json @@ -114,5 +114,10 @@ { "slug": "search", "template": "page-search.html" + }, + { + "slug": "hosting", + "pattern": "hosting.php", + "template": "page-hosting.html" } ] \ No newline at end of file diff --git a/source/wp-content/mu-plugins/theme-switcher.php b/source/wp-content/mu-plugins/theme-switcher.php index dbf6faa6..d3abfc04 100644 --- a/source/wp-content/mu-plugins/theme-switcher.php +++ b/source/wp-content/mu-plugins/theme-switcher.php @@ -67,6 +67,7 @@ function should_use_new_theme() { '/about-2/etiquette-2/', '/about-2/swag-2/', '/about-2/logos-2/', + '/hosting/', ); if ( ! in_array( $request_uri, $new_theme_pages ) ) { return false; diff --git a/source/wp-content/themes/wporg-main-2022/patterns/hosting.php b/source/wp-content/themes/wporg-main-2022/patterns/hosting.php new file mode 100644 index 00000000..1860d74d --- /dev/null +++ b/source/wp-content/themes/wporg-main-2022/patterns/hosting.php @@ -0,0 +1,101 @@ + + +