diff --git a/public_html/wp-content/themes/wporg-events-2023/functions.php b/public_html/wp-content/themes/wporg-events-2023/functions.php index b9a07f01e4..9fa65aab0c 100644 --- a/public_html/wp-content/themes/wporg-events-2023/functions.php +++ b/public_html/wp-content/themes/wporg-events-2023/functions.php @@ -9,6 +9,7 @@ // Block files. require_once __DIR__ . '/src/event-list/index.php'; +require_once __DIR__ . '/src/event-list-chips/index.php'; add_action( 'after_setup_theme', __NAMESPACE__ . '\theme_support' ); add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_assets' ); diff --git a/public_html/wp-content/themes/wporg-events-2023/images/close.svg b/public_html/wp-content/themes/wporg-events-2023/images/close.svg new file mode 100644 index 0000000000..4dcdb34ec2 --- /dev/null +++ b/public_html/wp-content/themes/wporg-events-2023/images/close.svg @@ -0,0 +1,3 @@ + diff --git a/public_html/wp-content/themes/wporg-events-2023/images/location.svg b/public_html/wp-content/themes/wporg-events-2023/images/location.svg new file mode 100644 index 0000000000..ff676cc21c --- /dev/null +++ b/public_html/wp-content/themes/wporg-events-2023/images/location.svg @@ -0,0 +1,7 @@ + + diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/events-list-filters-with-count.php b/public_html/wp-content/themes/wporg-events-2023/patterns/event-list-filters-with-count.php similarity index 100% rename from public_html/wp-content/themes/wporg-events-2023/patterns/events-list-filters-with-count.php rename to public_html/wp-content/themes/wporg-events-2023/patterns/event-list-filters-with-count.php diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/events-list-filters.php b/public_html/wp-content/themes/wporg-events-2023/patterns/event-list-filters-with-nearby.php similarity index 91% rename from public_html/wp-content/themes/wporg-events-2023/patterns/events-list-filters.php rename to public_html/wp-content/themes/wporg-events-2023/patterns/event-list-filters-with-nearby.php index 3f6b5c4922..6b700ad5e7 100644 --- a/public_html/wp-content/themes/wporg-events-2023/patterns/events-list-filters.php +++ b/public_html/wp-content/themes/wporg-events-2023/patterns/event-list-filters-with-nearby.php @@ -1,7 +1,7 @@ + +