%PDF- %PDF-
Direktori : /home/ |
Current File : //home/atv.sql |
-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 5.7.31-0ubuntu0.18.04.1 - (Ubuntu) -- Server OS: Linux -- HeidiSQL Version: 12.0.0.6468 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- Dumping structure for table atv.wp_commentmeta CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_commentmeta: ~0 rows (approximately) DELETE FROM `wp_commentmeta`; -- Dumping structure for table atv.wp_comments CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_comments: ~1 rows (approximately) DELETE FROM `wp_comments`; INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-08-10 08:22:52', '2022-08-10 08:22:52', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://en.gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0); -- Dumping structure for table atv.wp_links CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_links: ~0 rows (approximately) DELETE FROM `wp_links`; -- Dumping structure for table atv.wp_options CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=163 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_options: ~153 rows (approximately) DELETE FROM `wp_options`; INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://atv.localhost', 'yes'), (2, 'home', 'http://atv.localhost', 'yes'), (3, 'blogname', 'ATV', 'yes'), (4, 'blogdescription', 'Just another WordPress site', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'contact@digitalpresent.mk', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '0', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'F j, Y', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:93:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:2:{i:0;s:34:"advanced-custom-fields-pro/acf.php";i:1;s:33:"classic-editor/classic-editor.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'atv', 'yes'), (41, 'stylesheet', 'atv', 'yes'), (42, 'comment_registration', '0', 'yes'), (43, 'html_type', 'text/html', 'yes'), (44, 'use_trackback', '0', 'yes'), (45, 'default_role', 'subscriber', 'yes'), (46, 'db_version', '53496', 'yes'), (47, 'uploads_use_yearmonth_folders', '1', 'yes'), (48, 'upload_path', '', 'yes'), (49, 'blog_public', '0', 'yes'), (50, 'default_link_category', '2', 'yes'), (51, 'show_on_front', 'posts', 'yes'), (52, 'tag_base', '', 'yes'), (53, 'show_avatars', '1', 'yes'), (54, 'avatar_rating', 'G', 'yes'), (55, 'upload_url_path', '', 'yes'), (56, 'thumbnail_size_w', '150', 'yes'), (57, 'thumbnail_size_h', '150', 'yes'), (58, 'thumbnail_crop', '1', 'yes'), (59, 'medium_size_w', '300', 'yes'), (60, 'medium_size_h', '300', 'yes'), (61, 'avatar_default', 'mystery', 'yes'), (62, 'large_size_w', '1024', 'yes'), (63, 'large_size_h', '1024', 'yes'), (64, 'image_default_link_type', 'none', 'yes'), (65, 'image_default_size', '', 'yes'), (66, 'image_default_align', '', 'yes'), (67, 'close_comments_for_old_posts', '0', 'yes'), (68, 'close_comments_days_old', '14', 'yes'), (69, 'thread_comments', '1', 'yes'), (70, 'thread_comments_depth', '5', 'yes'), (71, 'page_comments', '0', 'yes'), (72, 'comments_per_page', '50', 'yes'), (73, 'default_comments_page', 'newest', 'yes'), (74, 'comment_order', 'asc', 'yes'), (75, 'sticky_posts', 'a:0:{}', 'yes'), (76, 'widget_categories', 'a:0:{}', 'yes'), (77, 'widget_text', 'a:0:{}', 'yes'), (78, 'widget_rss', 'a:0:{}', 'yes'), (79, 'uninstall_plugins', 'a:0:{}', 'no'), (80, 'timezone_string', '', 'yes'), (81, 'page_for_posts', '0', 'yes'), (82, 'page_on_front', '0', 'yes'), (83, 'default_post_format', '0', 'yes'), (84, 'link_manager_enabled', '0', 'yes'), (85, 'finished_splitting_shared_terms', '1', 'yes'), (86, 'site_icon', '0', 'yes'), (87, 'medium_large_size_w', '768', 'yes'), (88, 'medium_large_size_h', '0', 'yes'), (89, 'wp_page_for_privacy_policy', '3', 'yes'), (90, 'show_comments_cookies_opt_in', '1', 'yes'), (91, 'admin_email_lifespan', '1675671771', 'yes'), (92, 'disallowed_keys', '', 'no'), (93, 'comment_previously_approved', '1', 'yes'), (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'), (95, 'auto_update_core_dev', 'enabled', 'yes'), (96, 'auto_update_core_minor', 'enabled', 'yes'), (97, 'auto_update_core_major', 'enabled', 'yes'), (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'), (99, 'initial_db_version', '53496', 'yes'), (100, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), (101, 'fresh_site', '0', 'yes'), (102, 'user_count', '1', 'no'), (103, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"<!-- wp:search /-->";}i:3;a:1:{s:7:"content";s:154:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->";}i:4;a:1:{s:7:"content";s:227:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->";}i:5;a:1:{s:7:"content";s:146:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->";}i:6;a:1:{s:7:"content";s:150:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->";}s:12:"_multiwidget";i:1;}', 'yes'), (104, 'sidebars_widgets', 'a:2:{s:19:"wp_inactive_widgets";a:5:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";i:3;s:7:"block-5";i:4;s:7:"block-6";}s:13:"array_version";i:3;}', 'yes'), (105, 'cron', 'a:7:{i:1660119775;a:6:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:18:"wp_https_detection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1660119777;a:3:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1660119780;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1660119837;a:1:{s:28:"wp_update_comment_type_batch";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1660127085;a:1:{s:26:"upgrader_scheduled_cleanup";a:1:{s:32:"c9059feef497c200e69cb9956a81f005";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:5;}}}}i:1660206175;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'), (106, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (107, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (111, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (112, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (113, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (114, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (115, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (116, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (117, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (118, '_transient_doing_cron', '1660124500.8797719478607177734375', 'yes'), (119, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.0.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.0.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.0.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.0.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.0.1";s:7:"version";s:5:"6.0.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.9";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1660119885;s:15:"version_checked";s:5:"6.0.1";s:12:"translations";a:0:{}}', 'no'), (121, '_site_transient_timeout_theme_roots', '1660121578', 'no'), (122, '_site_transient_theme_roots', 'a:4:{s:3:"atv";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";s:15:"twentytwentyone";s:7:"/themes";s:15:"twentytwentytwo";s:7:"/themes";}', 'no'), (123, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1660119912;s:7:"checked";a:4:{s:3:"atv";s:4:"1.00";s:12:"twentytwenty";s:3:"2.0";s:15:"twentytwentyone";s:3:"1.6";s:15:"twentytwentytwo";s:3:"1.2";}s:8:"response";a:0:{}s:9:"no_update";a:3:{s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"2.0";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.2.0.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentytwentyone";a:6:{s:5:"theme";s:15:"twentytwentyone";s:11:"new_version";s:3:"1.6";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentyone/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.6";}s:15:"twentytwentytwo";a:6:{s:5:"theme";s:15:"twentytwentytwo";s:11:"new_version";s:3:"1.2";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentytwo/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip";s:8:"requires";s:3:"5.9";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'no'), (124, '_site_transient_timeout_browser_b20f96e5878b0a47ff8626c8f757e35b', '1660724579', 'no'), (125, '_site_transient_browser_b20f96e5878b0a47ff8626c8f757e35b', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"104.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'), (126, '_site_transient_timeout_php_check_118d929f49b3ffd1ee497e844fd6e1ce', '1660724580', 'no'), (127, '_site_transient_php_check_118d929f49b3ffd1ee497e844fd6e1ce', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'), (128, 'can_compress_scripts', '0', 'no'), (129, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1660162981', 'no'), (130, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";b:0;}s:6:"events";a:0:{}}', 'no'), (131, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1660162982', 'no'), (132, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:112:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"The latest news about WordPress and the WordPress community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 08:59:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=6.1-alpha-53872";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:29:"https://s.w.org/favicon.ico?2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:30:{i:0;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"The Month in WordPress – July 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 08:57:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:18:"month in wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13306";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:362:"July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community. WordPress 6.1 development cycle is now published Mark your calendars! The WordPress 6.1 development cycle […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:15049:"\n<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href="https://make.wordpress.org/core/6-1/">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href="https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href="https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href="https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href="https://wordpress.org/news/">WordPress.org/News</a> and the <a href="https://wordpress.org/gutenberg/">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href="https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/">kicked off</a> on July 8, 2022, and the <a href="https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/">development work</a> is already underway.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Take a look at the design mockups and <a href="https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href="https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href="https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Follow the <a href="https://make.wordpress.org/core/tag/gutenberg-new/">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href="https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href="https://wordpress.org/five-for-the-future/">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href="https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href="https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href="https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href="https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what’s new in this <a href="https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href="https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href="https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href="https://make.wordpress.org/performance">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href="https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href="https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/">Carla Doria</a>, a customer support specialist from South America.</li><li><a href="https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>WP Briefing celebrated <a href="https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Share your thoughts in this post</a>.</li><li>The <a href="https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href="https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href="https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href="https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>The Community Team is calling on all meetup members and organizers to <a href="https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href="https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href="https://profiles.wordpress.org/margheweb/">Margherita Pelonara</a>, <a href="https://profiles.wordpress.org/simo70/">Simona Simionato</a>, and <a href="https://profiles.wordpress.org/webtechpooja/">Pooja Derashri</a>!</li><li><a href="https://us.wordcamp.org/2022/underrepresented-speaker-supporters/">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href="https://us.wordcamp.org/2022/underrepresented-speaker-support/">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href="https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/">Call for Speakers</a> and <a href="https://asia.wordcamp.org/2023/call-for-media-partners/">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href="https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png" alt="🇺🇬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://jinja.wordcamp.org/2022/">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png" alt="🇳🇵" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://kathmandu.wordcamp.org/2022/">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://us.wordcamp.org/2022/">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png" alt="🇳🇱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://netherlands.wordcamp.org/2022/">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png" alt="🇪🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://pontevedra.wordcamp.org/2022/">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href="https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13306";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WP Briefing: Episode 37: The World of WordPress on World Wide Web Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Aug 2022 23:15:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13198";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:128:"Celebrating WWW Day, Josepha invites contributors from around the globe to share stories of how WordPress impacts their worlds. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/08/WP-Briefing-037.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:23618:"\n<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> & <a href="https://profiles.wordpress.org/cbringmann/">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href="https://profiles.wordpress.org/awarner20/">Adam Warner</a></li><li><a href="https://profiles.wordpress.org/aliceorru/">Alice Orrù</a></li><li><a href="https://profiles.wordpress.org/thewebprincess/">Dee Teal</a></li><li><a href="https://profiles.wordpress.org/femkreations/">Femy Praseeth</a></li><li><a href="https://profiles.wordpress.org/jillbinder/">Jill Binder</a></li><li><a href="https://wordpress.org/support/users/mariaojob/">Mary Job</a></li><li><a href="https://profiles.wordpress.org/onealtr/">Oneal Rosero</a></li><li><a href="https://profiles.wordpress.org/iamsirotee/">Theophilus Adegbohungbe</a></li><li><a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href="https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/call-for-speakers/">Call of Speakers – WordCamp Asia 2023</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13198"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39] </strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays – World Wide Web Day – which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let’s do some introductions. </p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/awarner20/">Adam Warner</a>, and I’m originally from a small town in west Michigan, now residing in Orlando, Florida. </p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15] </strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/aliceorru/">Alicia Orrù</a>. I’m Italian. I was born in the beautiful island of Sardinia, but I’ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/thewebprincess/">Dee Teal</a>; Dee is short for Denise. I’m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href="https://profiles.wordpress.org/femkreations/">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41] </strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/jillbinder/">Jill Binder</a>, and I’ve just moved back to Vancouver, Canada. </p>\n\n\n\n<p><strong>[Mary Job 00:01:47] </strong></p>\n\n\n\n<p>My name is <a href="https://wordpress.org/support/users/mariaojob/">Mary Job</a>. I’ve been using WordPress since 2015, and I’m from Nigeria. I’m from the Western part of Nigeria. Ijebu precisely. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href="https://profiles.wordpress.org/onealtr/">Oneal Rosero</a>. I am from the Philippines and I’ve been using WordPress since 2007. </p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06] </strong></p>\n\n\n\n<p>Thank you. My name is <a href="https://profiles.wordpress.org/iamsirotee/">Theophilus Adegbohungbe</a> . And I’m from Ilesa, Osun State in Nigeria. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a> and I’m from Bhutan. And I’m working with WordPress for more than five years. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22] </strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37] </strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15] </strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03] </strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it’s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself. There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it’s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29] </strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36] </strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it’s a community. It’s not a business. It’s not a company. It’s a community. It’s a community that’s always ready to help support, teach and encourage people. That’s how I felt when I joined the community. There’s always somebody who has your back.</p>\n\n\n\n<p>There’s always somebody who’s going to guide you. There’s always an expert who will take your hand and lead you into the beauty that is WordPress. </p>\n\n\n\n<p><strong>[Adam Warner 00:06:05] </strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there’s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I’m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that’s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39] </strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She’s from Nigeria; her name is Mary Job, and she’s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it’s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group. </p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we’ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39] </strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal 00:07:47] </strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I’ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven’t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly. </p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there’s this instant, ‘Oh, we’re brothers,’ or ‘Oh, we’re sisters!’ You know? There’s that feeling? That’s how I feel. </p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I’m like, ‘Oh yeah, we’re, kin.’ You know? We are family. That’s how I feel when I meet people who do WordPress. And I’ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he’s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I’ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12] </strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It’s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a “tribe” meeting, where I think people [can] get more connected. It’s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51] </strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place – it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong> </p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here’s a chance to name the three programs that we’ve been working on this year. So as mentioned a few times, we have our <a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you’ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn’t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that’s the Diverse Speaker channel <a href="https://wordpress.slack.com/archives/C028SE81N3H">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I’ll try to remember the new change it’s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We’ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We’ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13] </strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it’s nice to meet new people. It’s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That’s how they do their, their meetings, their discussions. It’s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn’t accessible. </p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you’re living in the city, when you’re living in the provinces, in the country. So it’s so many things that you learn about people and how they’re able to adapt. </p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong> </p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they’re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it’s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson’s terms that might not be as familiar. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been – has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I’ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it’s making to the world and I, and that’s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I’ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that’s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it’s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that’s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It’s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24] </strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we’ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you’d like, and there are also directions on how to request support, if you are part of an underrepresented group. </p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That’s taking place in February, 2023. But it’s never too early to brush up those presentations and get them submitted. </p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I’ll have a link to the full write up in the show notes so that you don’t have to guess or hold it all in your memory. </p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that). </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And next up I’ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13198";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"People of WordPress: Carla Doria";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 31 Jul 2022 19:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13201";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:324:"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Meher Bala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12021:"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br>Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes. While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident she could learn things on her own. </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br><br>“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind. </p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="600" height="900" src="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&ssl=1" alt="" class="wp-image-13189" srcset="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?w=600&ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=200%2C300&ssl=1 200w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize. </p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href="https://www.meetup.com/Cochabamba-WordPress-Meetup/">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="684" height="391" src="https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&ssl=1" alt="The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks." class="wp-image-13236" srcset="https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?w=684&ssl=1 684w, https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=300%2C171&ssl=1 300w" sizes="(max-width: 684px) 100vw, 684px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>WordPress meeting in Cochabamba explored creating your website with blocks</em></figcaption></figure>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with vast experience with WordPress to people with no experience but who wanted to learn. </p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<figure class="wp-block-image aligncenter size-full"><img decoding="async" loading="lazy" width="600" height="900" src="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&ssl=1" alt="Carla reading a book under a tree" class="wp-image-13191" srcset="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?w=600&ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=200%2C300&ssl=1 200w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></figure>\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href="https://mexicocity.wordcamp.org/2019/">2019</a> and <a href="https://mexicocity.wordcamp.org/2020/">2020</a>, <a href="https://guayaquil.wordcamp.org/2019/">WordCamp Guayaquil 2019</a>, and <a href="https://colombia.wordcamp.org/2020/">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="977" height="419" src="https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&ssl=1" alt="WordCamp Cochabamba\'s logo with blue and grey lettering and a hat" class="wp-image-13228" srcset="https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?w=977&ssl=1 977w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=300%2C129&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=768%2C329&ssl=1 768w" sizes="(max-width: 977px) 100vw, 977px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href="https://cochabamba.wordcamp.org/2021/">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.” </p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href=\'https://profiles.wordpress.org/carlisdm/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Jul 2022 11:05:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13162";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:164:"Thinking of contributing to WordPress? Josepha Haden Chomphosy guides you through the five stages of contribution on the latest episode of the WP Briefing podcast! ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/07/WP-Briefing-036.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:16474:"\n<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner’s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href="https://make.wordpress.org/performance" data-type="URL" data-id="make.wordpress.org/performance">Performance Team Information</a></li><li><a href="https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/" data-type="URL" data-id="https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/">WordCamp US Contributor Day Table Lead Info</a></li><li><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/">Call for Testing #15: Category Customization </a></li><li><a href="https://europe.wordcamp.org/2019/contributor-orientation-tool/">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13162"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I’m going to assume that since you listen to this podcast, you’re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything. </p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43] </p>\n\n\n\n<p>I’m a roadmap sort of person. So I’m going to start by sharing the stages I’ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I’ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration. </p>\n\n\n\n<p>All right, the five stages. So these are they: </p>\n\n\n\n<ol><li><strong>Connecting</strong>. That’s when you’re first learning about the community. You know WordPress exists, but now you’ve just discovered that the community exists. That’s where you are. </li><li>The second phase is <strong>Understanding</strong>. It’s when you are researching the community, like, you know it exists, you think you want to give back, and so you’re trying to figure out where everything is. </li><li>The third phase is what I call <strong>Engaging</strong>. It’s when you’re first interacting, you’ve downloaded the CMS, you have figured out which team you think you’re interested in, and you’re headed to events or meetings or whatever. </li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that’s when you’ve decided that you’re gonna volunteer and you’re gonna take some action. You’re going to like a contributor day or running a release or whatever. I think that’s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that. </li><li>And then phase five, which is the <strong>Leading</strong> phase. That’s when you’re taking responsibility for things getting done. </li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08] </p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they’re really struggling, it’s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it’s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they’re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31] </p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress’s success, but in that leadership area, you’re kind of taking responsibility for 40% of the web or whatever’s going on there. And not a lot of people make it there, and that is completely fine, too. So that’s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It’s almost never intentional, but from what I’ve observed, that’s what makes it really difficult to get started and what makes it difficult to keep going once you’ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it’s guided exploration time. </p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you’ve just learned the community exists, people are talking about it, you don’t know much more. The first step for you is asking yourself what it is you could do. Or if there’s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36] </p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running. </p>\n\n\n\n<p>So once you’ve asked yourself those things, it’s on to phase two, the understanding phase. This is when you’re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit. </p>\n\n\n\n<p>So if you said that you’re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you’re good at working with code PHP or JavaScript, you’re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46] </p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that’s where you’ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that’s your phase two. </p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we’re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it’s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you’ve got a sense for the team that looks right. There are two things that you do next. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34] </p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they’re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you’re there and you’re observing. Folks will welcome you and just kind of give you some concept of what they’re working on. Easy as that. You’ve done your first time meeting attendance. </p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you’re new and you’re just trying to figure out where you are and what you wanna do. </p>\n\n\n\n<p>If you’ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations! </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37] </p>\n\n\n\n<p>Phase four is the phase where you’ve decided you’re brave enough to volunteer – to do some contribution. You’re volunteering your time. That’s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There’s this feeling that you can’t say that you’re gonna do something. That you can’t just assign something to yourself and say that you’re gonna do it. But in open source projects, you always can. You find a task where you’re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it’s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I’m talking things like, ‘I will test that patch that you mentioned in the meeting.’ Or ‘I will review the docs and make sure that they’re up to date with the most recent release.’ Or ‘I can help run meetings for the next release.’</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40] </p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don’t mean leading in the 1950s sort of way, where you have like a corner office and you’re ordering people around. I mean, in the warm, inviting millennial way where you’re leading by inspiring people to do something or you’re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you’re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn’t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn’t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won’t instantly make them a contributor. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46] </p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it’s been a while since you contributed and you’re thinking about returning, or if you’ve been listening to me for a while and you’re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20] </p>\n\n\n\n<p>Let’s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they’re meeting, what they’re aiming to get into the WordPress 6.1 release, and if that’s something that you would like to contribute to. </p>\n\n\n\n<p>The second thing is that there’s a brand new call out for testing. This time it’s focused on templates and retroactively applying them to an entire category of posts. So it’s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today’s podcast, we are looking for table leads for WordCamp US’ contributor day that’s coming up in September. There’s a whole blog post about it, I’ll link to it in the show notes so that you’ll have all the info and can raise your hand if you want. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25] </p>\n\n\n\n<p>And speaking of things that I’ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn’t make any sense to you and you just need something to direct you specifically to potential teams, I’m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13162";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 6.0.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jul 2022 16:58:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:5:"6.0.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:14:"minor-releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13138";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:236:"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting WordPress.org/news.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5452:"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href="https://core.trac.wordpress.org/query?milestone=6.0.1">13 bug fixes in Core</a> and <a href="https://github.com/WordPress/gutenberg/commits/wp/6.0">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href="https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href="https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/">version 6.1</a> planned for later in 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-6.0.1.zip">download WordPress 6.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href="https://wordpress.org/support/wordpress-version/version-6-0-1/">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href="https://profiles.wordpress.org/sergeybiryukov/">@sergeybiryukov</a> and <a href="https://profiles.wordpress.org/zieladam/">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/zieladam/">Adam Zielinski</a>, <a href="https://profiles.wordpress.org/addiestavlo/">Addie</a>, <a href="https://profiles.wordpress.org/oztaser/">Adil Öztaşer</a>, <a href="https://profiles.wordpress.org/andrewserong/">Andrew Serong</a>, <a href="https://profiles.wordpress.org/annezazu/">annezazu</a>, <a href="https://profiles.wordpress.org/bernhard-reiter/">Bernie Reiter</a>, <a href="https://profiles.wordpress.org/cbravobernal/">Carlos Bravo</a>, <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/critterverse/">Channing Ritter</a>, <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a>, <a href="https://profiles.wordpress.org/petitphp/">Clement Boirie</a>, <a href="https://profiles.wordpress.org/danieliser/">Daniel Iser</a>, <a href="https://profiles.wordpress.org/denishua/">denishua</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/kebbet/">Erik Betshammar</a>, <a href="https://profiles.wordpress.org/gabertronic/">Gabriel Rose</a>, <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/georgestephanis/">George Stephanis</a>, <a href="https://profiles.wordpress.org/glendaviesnz/">Glen Davies</a>, <a href="https://profiles.wordpress.org/grantmkin/">Grant M. Kinney</a>, <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a>, <a href="https://profiles.wordpress.org/ironprogrammer/">ironprogrammer</a>, <a href="https://profiles.wordpress.org/jameskoster/">James Koster</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jnz31/">jnz31</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a>, <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a>, <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/luisherranz/">Luis Herranz</a>, <a href="https://profiles.wordpress.org/onemaggie/">Maggie Cabrera</a>, <a href="https://profiles.wordpress.org/manfcarlo/">manfcarlo</a>, <a href="https://profiles.wordpress.org/manzurahammed/">Manzur Ahammed</a>, <a href="https://profiles.wordpress.org/matveb/">Matias Ventura</a>, <a href="https://profiles.wordpress.org/czapla/">Michal Czaplinski</a>, <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/navigatrum/">navigatrum</a>, <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a>, <a href="https://profiles.wordpress.org/ntsekouras/">Nik Tsekouras</a>, <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a>, <a href="https://profiles.wordpress.org/ramonopoly/">Ramon James Dodd</a>, <a href="https://profiles.wordpress.org/ravipatel/">Ravikumar Patel</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/samikeijonen/">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tobifjellner/">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href="https://profiles.wordpress.org/nathannoom/">Trinadin</a>, and <a href="https://profiles.wordpress.org/grapplerulrich/">Ulrich Pogson</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13138";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WP Briefing: Episode 35: Five for the Future’s True Intentions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 Jul 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13132";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/07/WP-Briefing-035.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14788:"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href="https://make.wordpress.org/themes/2022/06/30/create-block-theme/" data-type="URL" data-id="https://make.wordpress.org/themes/2022/06/30/create-block-theme/">New Create Block Theme plugin</a></li><li><a href="https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/" data-type="URL" data-id="https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/">Open Sourcing Theme Designs </a></li><li><a href="https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/" data-type="URL" data-id="https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/">Exploration in Meta to improve DevHub </a></li><li><a href="https://en.wikipedia.org/wiki/Tragedy_of_the_commons" data-type="URL" data-id="https://en.wikipedia.org/wiki/Tragedy_of_the_commons">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13132"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>Today I’m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today’s episode. It’s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it’s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come. </p>\n\n\n\n<p>But I also bring it up today because there’s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46] </p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it’s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you’re defining it, it is an aspiration, not a requirement. </p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you’ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It’s all coming from generosity of heart. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52] </p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you’re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one’s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06] </p>\n\n\n\n<p>So that’s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people’s wordpress.org profiles. </p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don’t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up. </p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30] </p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it’s worth that discussion then also raised a third question that I don’t think we’ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it’s a great question. I don’t have an answer and just so that I don’t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion. </p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it’s recognition of the other people who helped to solve a problem along the way. That is what props are. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47] </p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it’s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that’s also why I’d like to automate more and more of them so that you don’t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51] </p>\n\n\n\n<p>So the second question that I’ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won’t be able to see every contribution to WordPress, but that doesn’t mean that they aren’t valuable. And it doesn’t mean that they don’t matter. </p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don’t have to do a super ton of them before someone has noticed that you’ve done even one of them. </p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don’t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don’t think that’s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I’m so glad you’re here. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02] </p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that’s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it’s not about assessing the worthiness of people or companies or any of their contributions. For me, it’s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I’m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we’re looking at. And so you’ll be able to find those in the show notes, or you can go to wordpress.org/news if you’re listening to this in a podcast player of your choice that is not wordpress.org. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10] </p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it’s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I’m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below. </p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That’s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes. </p>\n\n\n\n<p>It’s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30] </p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it’s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there’s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes. </p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"The Month in WordPress – June 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 Jul 2022 14:19:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:18:"month in wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13069";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:313:"With WordPress 6.1 already in the works, a lot of updates happened during June. Here’s a summary to catch up on the ones you may have missed.  WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12416:"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here’s a summary to catch up on the ones you may have missed. </p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href="https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/matveb/">Matías Ventura</a> published the preliminary <a href="https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size"><p>Tune in to the <a href="https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href="https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size"><p>Follow the “<a href="https://make.wordpress.org/core/tag/gutenberg-new/">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href="https://wordpress.org/gutenberg/">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href="https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href="https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/">meetup venue support funds</a> for community organizers.</li><li>The Themes Team released a <a href="https://make.wordpress.org/themes/2022/06/30/create-block-theme/">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href="https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href="https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href="https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href="https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href="https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href="https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href="https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href="https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href="https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href="https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href="https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href="https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href="https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/">Leo Gopal</a>.</li><li><a href="https://block-museum.com/">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href="https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href="https://profiles.wordpress.org/wolly/">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href="https://blackpresswp.com">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href="https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href="https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href="https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href="https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href="https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the “<a href="https://make.wordpress.org/test/tag/build-test-tools/">Week in Test</a>” posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href="https://asia.wordcamp.org/2023/call-for-sponsors/">Call for Sponsors</a>.</li><li><a href="https://us.wordcamp.org/2022/">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href="https://us.wordcamp.org/2022/tickets/">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href="https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/">this post</a>.</li><li><a href="https://europe.wordcamp.org/2022/">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href="https://wordpress.tv/event/wordcamp-europe-2022/">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href="https://europe.wordcamp.org/2023/call-for-organisers/">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href="https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href="https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13069";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"People of WordPress: Leo Gopal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Jun 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13020";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:355:"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Meher Bala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11776:"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class="wp-block-image size-full is-resized"><img decoding="async" loading="lazy" src="https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&ssl=1" alt="Portrait of Leo Gopal in a black shirt with a blue sky behind." class="wp-image-13037" width="680" height="420" srcset="https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&ssl=1 768w" sizes="(max-width: 680px) 100vw, 680px" data-recalc-dims="1" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo’s story, and have mapped with his WordPress journey. </p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. </p>\n\n\n\n<h2>It all began with WordPress 1.2 ‘Mingus’</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&ssl=1" alt="Leo sat in front of a pond. " class="wp-image-13027" width="720" height="960" srcset="https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&ssl=1 225w" sizes="(max-width: 720px) 100vw, 720px" /></figure>\n\n\n\n<p>As Leo’s confidence grew through expressing himself in writing, he was determined that his stutter would ‘no longer hold power over him’. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on ‘Customising WordPress’ and ‘Making WordPress your own’.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.” </p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone. </p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this. </p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href="https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1024" height="683" src="https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&ssl=1" alt="Leo speaking at the podium at WordCamp Cape Town in 2016" class="wp-image-13023" srcset="https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed. </p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 – 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“<em>The cost to start contributing is extremely low – start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href="https://wordpress.org/patterns/pattern/call-to-action-section-2/">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns. </p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="683" src="https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1" alt="Leo speaking at a WordCamp Cape Town in 2019" class="wp-image-13032" srcset="https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&ssl=1 1944w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“<em>Never, ever think you do not have the ‘right’ circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WP Briefing: Episode 34: WordPress 6.1 is Coming!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2022 15:13:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13013";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:154:"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/06/WP-Briefing-034.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8675:"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/" data-type="URL" data-id="https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href="https://make.wordpress.org/core/tag/6-1/">All WordPress 6.1 posts on Make Core</a></li><li><a href="https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href="https://wordpress.org/photos/" data-type="URL" data-id="https://wordpress.org/photos/">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13013"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it’s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because, as most of you know, WordPress never sleeps. Y’all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn’t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you’ve never contributed to a major release of WordPress before, and you’re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you’re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11] </p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we’re seeing in track, a schedule, the whole kit, and caboodle. It’s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start. </p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we’re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23] </p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it’ll be okay. We’ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that’s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress’ overall success. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19] </p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can’t quite commit to grabbing an oar today, that’s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is. </p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what’s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14] </p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That’s taking place on September 24th and 25th. Uh, it’s happening over Zoom, so location or travel shouldn’t really be an obstacle for you. I’m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that. </p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07] </p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It’s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WP Briefing: Episode 33: Some Important Questions from WCEU";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 13 Jun 2022 11:01:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13005";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:165:"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing podcast. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/06/WP-Briefing-033.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13788:"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a></li><li>Production Assistance: <a href="https://profiles.wordpress.org/priethor/" data-type="URL" data-id="https://profiles.wordpress.org/priethor/">Héctor Prieto</a></li><li>Special Guests: <a href="https://profiles.wordpress.org/milana_cap/" data-type="URL" data-id="https://profiles.wordpress.org/milana_cap/">Milana Cap</a>, <a href="https://profiles.wordpress.org/daugis/">Daugirdas Jankus</a>, and <a href="https://profiles.wordpress.org/desrosj/" data-type="URL" data-id="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href="https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier" data-type="URL" data-id="https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier">L’esprit de l’escalier</a></em></li><li><a href="https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/" data-type="URL">Flexbox Layout Blocks</a></li><li><a href="https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/" data-type="URL" data-id="https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/">Translating Content on Learn WordPress</a></li><li><a href="https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/" data-type="URL" data-id="https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/">Translating Subtitles</a></li><li><a href="https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/" data-type="URL" data-id="https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/">Collaboration Across Cultures</a> (Blog)</li><li><a href="https://www.youtube.com/watch?v=8MzJCT2BVV0" data-type="URL" data-id="https://www.youtube.com/watch?v=8MzJCT2BVV0">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href="https://europe.wordcamp.org/2023/call-for-organisers/" data-type="URL" data-id="https://europe.wordcamp.org/2023/call-for-organisers/">WordCamp Europe Athens: Call for Organizers</a></li><li><a href="https://twitter.com/matias_ventura/status/1534602705456480260" data-type="URL" data-id="https://twitter.com/matias_ventura/status/1534602705456480260">6.1 Release Planning Twitter Thread</a></li><li><a href="https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/" data-type="URL" data-id="https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/">6.1 Release Planning Roadmap Post</a></li><li><a href="https://make.wordpress.org/meetings/" data-type="URL" data-id="https://make.wordpress.org/meetings/">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13005"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04] </p>\n\n\n\n<p>Honestly, it’s not a secret. It’s a big part of our business. And I think it’s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32] </p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That’s my crush, haha, because I love terminal. I love doing it. I’m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that’s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing– the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36] </p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l’esprit de l’escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I’m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn’t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn’t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you’re selecting multiple blocks and allow for easy side-by-side layouts. I’m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it’s harder to commit to prioritizing that over, for my example, translating WordPress core. </p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don’t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that’s recognized as in thank, not recognize as in, know it exists. In case it’s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work. </p>\n\n\n\n<p>And now the third question I’d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn’t really help anyone who’s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren’t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I’ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well. </p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41] </p>\n\n\n\n<p>Yeah, it’s definitely great to be back in person. Um, it’s been a long two years, two or three years for a lot of people and it’s, it’s, it’s great that we’re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can’t replace, like making friends with people and learning people’s demeanors and having some discussions in person that you can’t replace.</p>\n\n\n\n<p>And so, uh, I’m really excited to see people I haven’t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21] </p>\n\n\n\n<p>Which then brings us to our small list of big things. </p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It’s an experience that is absolutely irreplaceable. So I’ll link to that in the show notes, in case you’ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I’ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that’s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it’s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss & Héctor Prieto </strong>00:09:11] </p>\n\n\n\n<p>Hello! Mic test. One, two, one, two. </p>\n\n\n\n<p>We are testing the USB microphone. Let’s hope we’re using it actually. </p>\n\n\n\n<p>I think so. I think so. </p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes. </p>\n\n\n\n<p>And I am sitting in the same spot. </p>\n\n\n\n<p>Good. Hello? </p>\n\n\n\n<p>Hello! </p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two. </p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check. </p>\n\n\n\n<p>Mic check. </p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I’m close to the mic. I’m far from the mic. </p>\n\n\n\n<p>I’m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"13005";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"The Month in WordPress – May 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Jun 2022 11:35:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:18:"month in wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12993";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to WordPress […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12516:"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href="https://youtu.be/oe452WcY7fA">WordPress 6.0 video</a> and the <a href="https://wordpress.org/news/2022/05/arturo/">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/">Field Guide</a> might be for you.</p>\n\n\n\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<iframe loading="lazy" class="youtube-player" width="600" height="338" src="https://www.youtube.com/embed/oe452WcY7fA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://wordpress.org/download/"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn’t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href="https://wp19.day/">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href="https://wordpress.org/photos/">WordPress Photo Directory</a>.</p>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/"><strong><strong><strong>If you haven’t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href="https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/tag/gutenberg-new/"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href="https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href="https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href="https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href="https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href="https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/">Community Code of Conduct</a> section of the new <a href="https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href="https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/">Incident Response Training</a>. The course, which is live on <a href="https://learn.wordpress.org/course/incident-response-team-training/">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href="https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href="https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href="https://make.wordpress.org/community/tag/wpdiversity/">Stay tuned</a> for the next events!</li><li>A <a href="https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href="https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href="https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href="https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/">this post</a>. </li><li>The May editions of the <a href="https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/">Meetup Organizer Newsletter</a> and the <a href="https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href="https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/">Dee Teal</a>.</li></ul>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button"><a class="wp-block-button__link" href="https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on an experimental pull request (PR) to implement <a href="https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href="https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href="https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/">retrospective</a>.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href="https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/">Visit this post</a> for more information.</li><li>The WordCamp US <a href="https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png" alt="🇵🇱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://warsaw.wordcamp.org/2022/">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://montclair.wordcamp.org/2022/">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href="https://europe.wordcamp.org/2022/">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a></em>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"People of WordPress: Dee Teal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2022 17:51:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12946";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:90:"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"webcommsat AbhaNonStopNewsUK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14938:"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="515" src="https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&ssl=1" alt="" class="wp-image-12955" srcset="https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&ssl=1 1247w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" src="https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&ssl=1" alt="Dee with other contributors getting things ready for a WordCamp" class="wp-image-12961" srcset="https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&ssl=1 1200w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption>Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“WordPress and any other software package exist to serve people.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="329" src="https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&ssl=1" alt="Dee pictured second from left as part of the WordPress 5.6 contributors" class="wp-image-12957" srcset="https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&ssl=1 1200w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption>Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.”</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="576" src="https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&ssl=1" alt="Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'" class="wp-image-12958" srcset="https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&ssl=1 1920w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped ‘fuel the transitions’ through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WP Briefing: Episode 32: An Open Source Reading List";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2022 17:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=12940";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:448:"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Santana Inniss and Chloé Bringmann Song: […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/05/WP-Briefing-032.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11975:"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> and <a href="https://profiles.wordpress.org/cbringmann/">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://producingoss.com/en/index.html">Producing Open Source Software</a>, Karl Fogel</li><li><a href="https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href="https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href="https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&keywords=Humble+Inquiry&qid=1653587884&s=books&sprefix=humble+inquiry%2Cstripbooks%2C63&sr=1-1">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href="https://github.com/WordPress/book/">WordPress Milestones</a></li><li><a href="https://europe.wordcamp.org/2022/">WordCamp Europe 2022</a></li><li><a href="https://wp.me/p2U65r-9f3">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-12940"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I’ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there’s also like a chunk that’s about cross-cultural group theory and economics, and then like some beach reads, but there’s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that’s a group that’s sort of like a back-to-FOSS basics list. So I’ll share my top few with you in case you want to pack a copy for your next getaway. </p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y’all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone’s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven’t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress’s basic philosophies. It’s all available online, under a creative commons, ShareAlike license. And so it’s worth the read. I’ll put a link to it in the show notes so it’s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that’s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it’s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn’t necessarily mean that you will have a similar experience. And so I’m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you’re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who’ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it’s often hard to understand it if you don’t have those practical applications. And so that is why this one is on my read and reread list this year. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I’m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I’m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year. </p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we’ve come sometimes. I talk about our work frequently. And I talk about what we’re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we’re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it’s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let’s see what we got in the old lineup today. </p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it’s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I’ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter. </p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I’ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn’t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it’s an item cause it’s in this list, but it’s less of, like, a thing to know and more of a general thing to be aware of. It’s a general awareness item. There’s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who’s looking at this all day every day that, yeah, it’s a lot. And it’s hard to get your bearings. So if you have a team that you contribute to already, don’t forget to reach out to each other, just to check-in. Sometimes we don’t think to ask for help. Sometimes we don’t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone’s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12940";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:63:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 6.0 “Arturo”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://wordpress.org/news/2022/05/arturo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 May 2022 20:01:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12879";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:278:"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:57729:"\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="4161" height="2822" src="https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&ssl=1" alt="WordPress 6.0 Arturo" class="wp-image-12919" srcset="https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&ssl=1 3000w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h2>Welcome to “Arturo”</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href="https://en.wikipedia.org/wiki/Arturo_O\'Farrill">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades. </p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href="https://wordpress.org/wordpress-6.0.zip">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href="#footnote">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button"><a class="wp-block-button__link" href="https://wordpress.org/wordpress-6.0.zip">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&ssl=1" alt="Selecting multiple lines of text from two blocks" class="wp-image-12887" srcset="https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&ssl=1" alt="Style variations of Twenty Twenty Two theme" class="wp-image-12893" /></figure>\n\n\n\n<h3>Style Switching </h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&ssl=1" alt="Popover listing available templates" class="wp-image-12889" srcset="https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release: </p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&ssl=1" alt="Browsing footer patterns in the quick inserter" class="wp-image-12890" srcset="https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href="https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include: </p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance. </li><li>New border controls offer a simpler way to set your border exactly as you like it. </li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&ssl=1" alt="Selecting multiple blocks in the list view" class="wp-image-12891" srcset="https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block. </p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="1204" height="700" src="https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&ssl=1" alt="Unlocking the block in the block toolbar" class="wp-image-12892" srcset="https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href="https://make.wordpress.org/core/tag/performance/">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href="https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href="https://www.youtube.com/watch?v=oe452WcY7fA">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<iframe loading="lazy" class="youtube-player" width="600" height="338" src="https://www.youtube.com/embed/oe452WcY7fA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href="https://learn.wordpress.org/">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href="https://learn.wordpress.org/social-learning/">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href="https://wordpress.org/support/wordpress-version/version-6-0/">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a> </li><li>Release Coordinators: <a href="https://profiles.wordpress.org/priethor/">Héctor Prieto</a> and <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a></li><li>Core Tech Lead: <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a></li><li>Editor Tech Leads: <a href="https://profiles.wordpress.org/zieladam/">Adam Zieliński</a> and <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href="https://profiles.wordpress.org/chaion07/">Ahmed Chaion</a> and <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a></li><li>Editor Triage Lead: <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a></li><li>Documentation Leads: <a href="https://profiles.wordpress.org/bph/">Birgit Pauli-Haack</a>, <a href="https://profiles.wordpress.org/milana_cap/">Milana Cap</a>, and <a href="https://profiles.wordpress.org/webcommsat/">Abha Thakor</a></li><li>Marketing & Communications Lead: <a href="https://profiles.wordpress.org/dansoschin/">Dan Soschin</a></li><li>Test Leads: <a href="https://profiles.wordpress.org/boniu91/">Piotrek Boniu</a> and <a href="https://profiles.wordpress.org/ironprogrammer/">Brian Alexander</a></li><li>Design Lead: <a href="https://profiles.wordpress.org/critterverse/">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class="is-style-wporg-props-long alignfull"><a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a> · <a href="https://profiles.wordpress.org/aaronrobertshaw/">Aaron Robertshaw</a> · <a href="https://profiles.wordpress.org/abdullahramzan/">Abdullah Ramzan</a> · <a href="https://profiles.wordpress.org/webcommsat/">Abha Thakor</a> · <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a> · <a href="https://profiles.wordpress.org/zieladam/">Adam Zielinski</a> · <a href="https://profiles.wordpress.org/addiestavlo/">Addie</a> · <a href="https://profiles.wordpress.org/adi64bit/">adi64bit</a> · <a href="https://profiles.wordpress.org/oztaser/">Adil Öztaşer</a> · <a href="https://profiles.wordpress.org/aadilali/">Adil Ali</a> · <a href="https://profiles.wordpress.org/agepcom/">agepcom</a> · <a href="https://profiles.wordpress.org/chaion07/">Ahmed Chaion</a> · <a href="https://profiles.wordpress.org/wildworks/">Aki Hamano</a> · <a href="https://profiles.wordpress.org/atachibana/">Akira Tachibana</a> · <a href="https://profiles.wordpress.org/schlessera/">Alain Schlesser</a> · <a href="https://profiles.wordpress.org/alanjacobmathew/">Alan Jacob Mathew</a> · <a href="https://profiles.wordpress.org/alansyue/">alansyue</a> · <a href="https://profiles.wordpress.org/aljullu/">Albert Juhé Lluveras</a> · <a href="https://profiles.wordpress.org/albertomake/">albertomake</a> · <a href="https://profiles.wordpress.org/alefesouza/">Alefe Souza</a> · <a href="https://profiles.wordpress.org/alex897/">Aleksandar Kostov</a> · <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a> · <a href="https://profiles.wordpress.org/ajlende/">Alex Lende</a> · <a href="https://profiles.wordpress.org/viper007bond/">Alex Mills</a> · <a href="https://profiles.wordpress.org/alexstine/">Alex Stine</a> · <a href="https://profiles.wordpress.org/aliakseyenkaihar/">aliakseyenkaihar</a> · <a href="https://profiles.wordpress.org/alkesh7/">Alkesh Miyani</a> · <a href="https://profiles.wordpress.org/alokstha1/">Alok Shrestha</a> · <a href="https://profiles.wordpress.org/shedonist/">Amanda Giles</a> · <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a> · <a href="https://profiles.wordpress.org/andraganescu/">Andrei Draganescu</a> · <a href="https://profiles.wordpress.org/_smartik_/">Andrei Surdu</a> · <a href="https://profiles.wordpress.org/aandrewdixon/">Andrew Dixon</a> · <a href="https://profiles.wordpress.org/nacin/">Andrew Nacin</a> · <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a> · <a href="https://profiles.wordpress.org/andrewserong/">Andrew Serong</a> · <a href="https://profiles.wordpress.org/rarst/">Andrey "Rarst" Savchenko</a> · <a href="https://profiles.wordpress.org/oandregal/">André</a> · <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a> · <a href="https://profiles.wordpress.org/la-geek/">Angelika Reisiger</a> · <a href="https://profiles.wordpress.org/ankit-k-gupta/">Ankit K Gupta</a> · <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a> · <a href="https://profiles.wordpress.org/anoopranawat/">Anoop Ranawat</a> · <a href="https://profiles.wordpress.org/antpb/">Anthony Burchell</a> · <a href="https://profiles.wordpress.org/paranoia1906/">Anthony Ledesma</a> · <a href="https://profiles.wordpress.org/antonvlasenko/">Anton Vlasenko</a> · <a href="https://profiles.wordpress.org/antonrinas/">antonrinas</a> · <a href="https://profiles.wordpress.org/antonynz/">Antony Booker</a> · <a href="https://profiles.wordpress.org/arcangelini/">arcangelini</a> · <a href="https://profiles.wordpress.org/aristath/">Ari Stathopoulos</a> · <a href="https://profiles.wordpress.org/arnee/">Arne</a> · <a href="https://profiles.wordpress.org/arpitgshah/">Arpit G Shah</a> · <a href="https://profiles.wordpress.org/artdecotech/">artdecotech</a> · <a href="https://profiles.wordpress.org/madeinua/">ArteMa</a> · <a href="https://profiles.wordpress.org/arthur791004/">Arthur Chu</a> · <a href="https://profiles.wordpress.org/asaquzzaman/">Asaquzzaman mishu</a> · <a href="https://profiles.wordpress.org/atomicjack/">atomicjack</a> · <a href="https://profiles.wordpress.org/ajoah/">Aurélien Joahny</a> · <a href="https://profiles.wordpress.org/aurooba/">Aurooba Ahmed</a> · <a href="https://profiles.wordpress.org/barryhughes/">Barry</a> · <a href="https://profiles.wordpress.org/barryceelen/">Barry Ceelen</a> · <a href="https://profiles.wordpress.org/bartoszgadomski/">Bartosz Gadomski</a> · <a href="https://profiles.wordpress.org/bedas/">Beda</a> · <a href="https://profiles.wordpress.org/scruffian/">Ben Dwyer</a> · <a href="https://profiles.wordpress.org/utz119/">Benachi</a> · <a href="https://profiles.wordpress.org/bernhard-reiter/">Bernie Reiter</a> · <a href="https://profiles.wordpress.org/bettyjj/">BettyJJ</a> · <a href="https://profiles.wordpress.org/bhrugesh12/">Bhrugesh Bavishi</a> · <a href="https://profiles.wordpress.org/binarymoon/">binarymoon</a> · <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a> · <a href="https://profiles.wordpress.org/bph/">Birgit Pauli-Haack</a> · <a href="https://profiles.wordpress.org/supercleanse/">Blair Williams</a> · <a href="https://profiles.wordpress.org/blogaid/">BlogAid</a> · <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a> · <a href="https://profiles.wordpress.org/wpe_bdurette/">Brandon DuRette</a> · <a href="https://profiles.wordpress.org/kraftbj/">Brandon Kraft</a> · <a href="https://profiles.wordpress.org/ironprogrammer/">Brian Alexander</a> · <a href="https://profiles.wordpress.org/bronsonquick/">bronsonquick</a> · <a href="https://profiles.wordpress.org/brookemk/">Brooke Kaminski</a> · <a href="https://profiles.wordpress.org/brookedot/">Brooke.</a> · <a href="https://profiles.wordpress.org/ribaricplusplus/">Bruno Ribaric</a> · <a href="https://profiles.wordpress.org/caraya/">caraya</a> · <a href="https://profiles.wordpress.org/cbravobernal/">Carlos Bravo</a> · <a href="https://profiles.wordpress.org/carlosgprim/">Carlos Garcia</a> · <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a> · <a href="https://profiles.wordpress.org/cbigler/">cbigler</a> · <a href="https://profiles.wordpress.org/shireling/">Chad Chadbourne</a> · <a href="https://profiles.wordpress.org/critterverse/">Channing Ritter</a> · <a href="https://profiles.wordpress.org/charleyparkerdesign/">charleyparkerdesign</a> · <a href="https://profiles.wordpress.org/charlyox/">charlyox</a> · <a href="https://profiles.wordpress.org/chintan1896/">Chintan hingrajiya</a> · <a href="https://profiles.wordpress.org/cbringmann/">Chloe Bringmann</a> · <a href="https://profiles.wordpress.org/chouby/">Chouby</a> · <a href="https://profiles.wordpress.org/clubkert/">Chris Lubkert</a> · <a href="https://profiles.wordpress.org/chrisvanpatten/">Chris Van Patten</a> · <a href="https://profiles.wordpress.org/chriscct7/">chriscct7</a> · <a href="https://profiles.wordpress.org/clonemykey/">clonemykey</a> · <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a> · <a href="https://profiles.wordpress.org/conner_bw/">conner_bw</a> · <a href="https://profiles.wordpress.org/cr0ybot/">Cory Hughart</a> · <a href="https://profiles.wordpress.org/courane01/">Courtney Robertson</a> · <a href="https://profiles.wordpress.org/mitogh/">Crisoforo Gaspar</a> · <a href="https://profiles.wordpress.org/dansoschin/">Dan Soschin</a> · <a href="https://profiles.wordpress.org/danielbachhuber/">Daniel Bachhuber</a> · <a href="https://profiles.wordpress.org/danieliser/">Daniel Iser</a> · <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a> · <a href="https://profiles.wordpress.org/danieldudzic/">danieldudzic</a> · <a href="https://profiles.wordpress.org/darerodz/">darerodz</a> · <a href="https://profiles.wordpress.org/htdat/">Dat Hoang</a> · <a href="https://profiles.wordpress.org/get_dave/">Dave Smith</a> · <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a> · <a href="https://profiles.wordpress.org/davidbinda/">David Biňovec</a> · <a href="https://profiles.wordpress.org/dpcalhoun/">David Calhoun</a> · <a href="https://profiles.wordpress.org/dgwyer/">David Gwyer</a> · <a href="https://profiles.wordpress.org/dlh/">David Herrera</a> · <a href="https://profiles.wordpress.org/dshanske/">David Shanske</a> · <a href="https://profiles.wordpress.org/devutpol/">Deb Nath Utpol</a> · <a href="https://profiles.wordpress.org/delowardev/">Delowar Hossain</a> · <a href="https://profiles.wordpress.org/denishua/">denishua</a> · <a href="https://profiles.wordpress.org/dennisatyoast/">Dennis Claassen</a> · <a href="https://profiles.wordpress.org/dmsnell/">Dennis Snell</a> · <a href="https://profiles.wordpress.org/dhanendran/">Dhanendran</a> · <a href="https://profiles.wordpress.org/dharm1025/">Dharmesh Patel</a> · <a href="https://profiles.wordpress.org/dhusakovic/">dhusakovic</a> · <a href="https://profiles.wordpress.org/dilipbheda/">Dilip Bheda</a> · <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a> · <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a> · <a href="https://profiles.wordpress.org/donmhico/">donmhico</a> · <a href="https://profiles.wordpress.org/drago239/">drago239</a> · <a href="https://profiles.wordpress.org/drewapicture/">Drew Jaynes</a> · <a href="https://profiles.wordpress.org/dromero20/">dromero20</a> · <a href="https://profiles.wordpress.org/eddystile/">Eddy</a> · <a href="https://profiles.wordpress.org/ehtis/">ehtis</a> · <a href="https://profiles.wordpress.org/eliezerspp/">Eliezer Peña</a> · <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a> · <a href="https://profiles.wordpress.org/manooweb/">Emmanuel Hesry</a> · <a href="https://profiles.wordpress.org/lopo/">Enrico Battocchi</a> · <a href="https://profiles.wordpress.org/eric3d/">eric3d</a> · <a href="https://profiles.wordpress.org/kebbet/">Erik Betshammar</a> · <a href="https://profiles.wordpress.org/espiat/">espiat</a> · <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a> · <a href="https://profiles.wordpress.org/etaproducto/">etaproducto</a> · <a href="https://profiles.wordpress.org/everpress/">EverPress</a> · <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian Kägy</a> · <a href="https://profiles.wordpress.org/iogui/">Fabio Blanco</a> · <a href="https://profiles.wordpress.org/faison/">Faison</a> · <a href="https://profiles.wordpress.org/felipeelia/">Felipe Elia</a> · <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a> · <a href="https://profiles.wordpress.org/femkreations/">Femy Praseeth</a> · <a href="https://profiles.wordpress.org/florianbrinkmann/">Florian Brinkmann</a> · <a href="https://profiles.wordpress.org/mista-flo/">Florian TIAR</a> · <a href="https://profiles.wordpress.org/foliovision/">FolioVision</a> · <a href="https://profiles.wordpress.org/francina/">Francesca Marano</a> · <a href="https://profiles.wordpress.org/fcoveram/">Francisco Vera</a> · <a href="https://profiles.wordpress.org/frankei/">frankei</a> · <a href="https://profiles.wordpress.org/furi3r/">furi3r</a> · <a href="https://profiles.wordpress.org/gabertronic/">Gabriel Rose</a> · <a href="https://profiles.wordpress.org/gadhiyaravi/">gadhiyaravi</a> · <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a> · <a href="https://profiles.wordpress.org/voldemortensen/">Garth Mortensen</a> · <a href="https://profiles.wordpress.org/garyj/">Gary Jones</a> · <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a> · <a href="https://profiles.wordpress.org/genosseeinhorn/">genosseeinhorn</a> · <a href="https://profiles.wordpress.org/revgeorge/">George Hotelling</a> · <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a> · <a href="https://profiles.wordpress.org/georgestephanis/">George Stephanis</a> · <a href="https://profiles.wordpress.org/geriux/">Gerardo Pacheco</a> · <a href="https://profiles.wordpress.org/glendaviesnz/">Glen Davies</a> · <a href="https://profiles.wordpress.org/greglone/">Grégory Viguier</a> · <a href="https://profiles.wordpress.org/grantmkin/">Grant M. Kinney</a> · <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a> · <a href="https://profiles.wordpress.org/gregoiresailland/">gregoiresailland</a> · <a href="https://profiles.wordpress.org/wido/">Guido Scialfa</a> · <a href="https://profiles.wordpress.org/gumacahin/">gumacahin</a> · <a href="https://profiles.wordpress.org/gvgvgvijayan/">gvgvgvijayan</a> · <a href="https://profiles.wordpress.org/hareesh-pillai/">Hareesh S</a> · <a href="https://profiles.wordpress.org/hasanuzzamanshamim/">Hasanuzzaman</a> · <a href="https://profiles.wordpress.org/hasnainashfaq/">Hasnain Ashfaq</a> · <a href="https://profiles.wordpress.org/azhiyadev/">Hauwa Abashiya</a> · <a href="https://profiles.wordpress.org/hazdiego/">Haz</a> · <a href="https://profiles.wordpress.org/helen/">Helen Hou-Sandi</a> · <a href="https://profiles.wordpress.org/helgatheviking/">HelgaTheViking</a> · <a href="https://profiles.wordpress.org/henrywright/">Henry Wright</a> · <a href="https://profiles.wordpress.org/hilayt24/">Hilay Trivedi</a> · <a href="https://profiles.wordpress.org/hitendra-chopda/">Hitendra Chopda</a> · <a href="https://profiles.wordpress.org/hristok/">HristoK</a> · <a href="https://profiles.wordpress.org/hlashbrooke/">Hugh Lashbrooke</a> · <a href="https://profiles.wordpress.org/priethor/">Héctor Prieto</a> · <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a> · <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a> · <a href="https://profiles.wordpress.org/ianatkins/">ianatkins</a> · <a href="https://profiles.wordpress.org/ianmjones/">ianmjones</a> · <a href="https://profiles.wordpress.org/credo61/">ImanGM</a> · <a href="https://profiles.wordpress.org/imokol/">imokol</a> · <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a> · <a href="https://profiles.wordpress.org/ishitaka/">ishitaka</a> · <a href="https://profiles.wordpress.org/itsamoreh/">itsamoreh</a> · <a href="https://profiles.wordpress.org/iulia-cazan/">Iulia Cazan</a> · <a href="https://profiles.wordpress.org/ivanlutrov/">Ivan Lutrov</a> · <a href="https://profiles.wordpress.org/jadpm/">jadpm</a> · <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock</a> · <a href="https://profiles.wordpress.org/jakeparis/">jakeparis</a> · <a href="https://profiles.wordpress.org/jameskoster/">James Koster</a> · <a href="https://profiles.wordpress.org/codente/">Jamie VanRaalte</a> · <a href="https://profiles.wordpress.org/rumpel2116/">Jan Weiss</a> · <a href="https://profiles.wordpress.org/janh2/">janh2</a> · <a href="https://profiles.wordpress.org/jarretc/">Jarret</a> · <a href="https://profiles.wordpress.org/jsnjohnston/">Jason Johnston</a> · <a href="https://profiles.wordpress.org/madtownlems/">Jason LeMahieu (MadtownLems)</a> · <a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a> · <a href="https://profiles.wordpress.org/jprieton/">Javier Prieto</a> · <a href="https://profiles.wordpress.org/grandeljay/">Jay Trees</a> · <a href="https://profiles.wordpress.org/jazbek/">jazbek</a> · <a href="https://profiles.wordpress.org/audrasjb/">Jean-Baptiste Audras</a> · <a href="https://profiles.wordpress.org/jblz/">Jeff Bowen</a> · <a href="https://profiles.wordpress.org/jeffmatson/">Jeff Matson</a> · <a href="https://profiles.wordpress.org/jffng/">Jeff Ong</a> · <a href="https://profiles.wordpress.org/jeffpaul/">Jeff Paul</a> · <a href="https://profiles.wordpress.org/jdy68/">Jenny Dupuy</a> · <a href="https://profiles.wordpress.org/miss_jwo/">Jenny Wong</a> · <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a> · <a href="https://profiles.wordpress.org/jeherve/">Jeremy Herve</a> · <a href="https://profiles.wordpress.org/jeremyyip/">Jeremy Yip</a> · <a href="https://profiles.wordpress.org/sausajez/">Jez Emery</a> · <a href="https://profiles.wordpress.org/jhned/">jhned</a> · <a href="https://profiles.wordpress.org/jhnstn/">jhnstn</a> · <a href="https://profiles.wordpress.org/jigar-bhanushali/">jigar bhanushali</a> · <a href="https://profiles.wordpress.org/jiteshdhamaniya/">jiteshdhamaniya</a> · <a href="https://profiles.wordpress.org/jnz31/">jnz31</a> · <a href="https://profiles.wordpress.org/joedolson/">Joe Dolson</a> · <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a> · <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a> · <a href="https://profiles.wordpress.org/goaroundagain/">Johannes Kinast</a> · <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a> · <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a> · <a href="https://profiles.wordpress.org/johnregan3/">John Regan</a> · <a href="https://profiles.wordpress.org/johnwatkins0/">John Watkins</a> · <a href="https://profiles.wordpress.org/jb510/">Jon Brown</a> · <a href="https://profiles.wordpress.org/jrchamp/">Jonathan Champ</a> · <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a> · <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a> · <a href="https://profiles.wordpress.org/jonoaldersonwp/">Jono Alderson</a> · <a href="https://profiles.wordpress.org/jorgecontreras/">Jorge</a> · <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a> · <a href="https://profiles.wordpress.org/josearcos/">José Arcos</a> · <a href="https://profiles.wordpress.org/chanthaboune/">Josepha</a> · <a href="https://profiles.wordpress.org/jostnes/">Josepha Dambul</a> · <a href="https://profiles.wordpress.org/joshf/">Joshua Fredrickson</a> · <a href="https://profiles.wordpress.org/joyously/">Joy</a> · <a href="https://profiles.wordpress.org/jrivett/">jrivett</a> · <a href="https://profiles.wordpress.org/jsnajdr/">jsnajdr</a> · <a href="https://profiles.wordpress.org/juanlopez4691/">juanlopez4691</a> · <a href="https://profiles.wordpress.org/juanmaguitar/">JuanMa Garrido</a> · <a href="https://profiles.wordpress.org/jrf/">Juliette Reinders Folmer</a> · <a href="https://profiles.wordpress.org/junaidkbr/">Junaid Ahmed</a> · <a href="https://profiles.wordpress.org/justinahinon/">Justin Ahinon</a> · <a href="https://profiles.wordpress.org/justinbusa/">Justin Busa</a> · <a href="https://profiles.wordpress.org/certainstrings/">Justin Tucker</a> · <a href="https://profiles.wordpress.org/kafleg/">KafleG</a> · <a href="https://profiles.wordpress.org/kevin940726/">Kai Hao</a> · <a href="https://profiles.wordpress.org/kajalgohel/">Kajal Gohel</a> · <a href="https://profiles.wordpress.org/kapacity/">kapacity</a> · <a href="https://profiles.wordpress.org/kapilpaul/">Kapil Paul</a> · <a href="https://profiles.wordpress.org/karolinakulinska/">karolinakulinska</a> · <a href="https://profiles.wordpress.org/kasparsd/">Kaspars</a> · <a href="https://profiles.wordpress.org/kbat82/">kbatdorf</a> · <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a> · <a href="https://profiles.wordpress.org/w33zy/">Kemory Grubb</a> · <a href="https://profiles.wordpress.org/gwwar/">Kerry Liu</a> · <a href="https://profiles.wordpress.org/kprovance/">Kev Provance</a> · <a href="https://profiles.wordpress.org/kharisblank/">Kharis Sulistiyono</a> · <a href="https://profiles.wordpress.org/kirtan95/">Kirtan Gajjar</a> · <a href="https://profiles.wordpress.org/kjellr/">Kjell Reigstad</a> · <a href="https://profiles.wordpress.org/kmix39/">KMix</a> · <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell</a> · <a href="https://profiles.wordpress.org/konradyoast/">Konrad.K</a> · <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a> · <a href="https://profiles.wordpress.org/kpegoraro/">kpegoraro</a> · <a href="https://profiles.wordpress.org/kubiq/">kubiq</a> · <a href="https://profiles.wordpress.org/sainthkh/">Kukhyeon Heo</a> · <a href="https://profiles.wordpress.org/laurlittle/">laurlittle</a> · <a href="https://profiles.wordpress.org/0mirka00/">Lena Morita</a> · <a href="https://profiles.wordpress.org/lenasterg/">lenasterg</a> · <a href="https://profiles.wordpress.org/uzumymw/">leskam</a> · <a href="https://profiles.wordpress.org/layotte/">Lew Ayotte</a> · <a href="https://profiles.wordpress.org/linux4me2/">linux4me2</a> · <a href="https://profiles.wordpress.org/lschuyler/">Lisa Schuyler</a> · <a href="https://profiles.wordpress.org/lkraav/">lkraav</a> · <a href="https://profiles.wordpress.org/louislaugesen/">Louis</a> · <a href="https://profiles.wordpress.org/thelovekesh/">Lovekesh Kumar</a> · <a href="https://profiles.wordpress.org/karpstrucking/">Lucas Karpiuk</a> · <a href="https://profiles.wordpress.org/zaguiini/">Luis Felipe Zaguini</a> · <a href="https://profiles.wordpress.org/luisherranz/">luisherranz</a> · <a href="https://profiles.wordpress.org/lukecavanagh/">Luke Cavanagh</a> · <a href="https://profiles.wordpress.org/pyrobd/">Lukman Nakib</a> · <a href="https://profiles.wordpress.org/michelangelovandam/">M. van Dam</a> · <a href="https://profiles.wordpress.org/macbookandrew/">macbookandrew</a> · <a href="https://profiles.wordpress.org/mashikag/">Maciej</a> · <a href="https://profiles.wordpress.org/onemaggie/">Maggie Cabrera</a> · <a href="https://profiles.wordpress.org/maguijo/">maguijo</a> · <a href="https://profiles.wordpress.org/mhimon/">Mahbub Hasan Imon</a> · <a href="https://profiles.wordpress.org/malthert/">malthert</a> · <a href="https://profiles.wordpress.org/manfcarlo/">manfcarlo</a> · <a href="https://profiles.wordpress.org/manzurahammed/">Manzur Ahammed</a> · <a href="https://profiles.wordpress.org/fullofcaffeine/">Marcelo de Moraes Serpa</a> · <a href="https://profiles.wordpress.org/mciampini/">Marco Ciampini</a> · <a href="https://profiles.wordpress.org/mkaz/">Marcus Kazmierczak</a> · <a href="https://profiles.wordpress.org/tyxla/">Marin Atanasov</a> · <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a> · <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a> · <a href="https://profiles.wordpress.org/mkox/">Markus Kosmal</a> · <a href="https://profiles.wordpress.org/marv2/">marv2</a> · <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a> · <a href="https://profiles.wordpress.org/mat-lipe/">Mat Lipe</a> · <a href="https://profiles.wordpress.org/paapst/">Mathieu</a> · <a href="https://profiles.wordpress.org/matveb/">Matias Ventura</a> · <a href="https://profiles.wordpress.org/mmaattiiaass/">matiasbenedetto</a> · <a href="https://profiles.wordpress.org/mattchowning/">Matt Chowning</a> · <a href="https://profiles.wordpress.org/sivel/">Matt Martz</a> · <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a> · <a href="https://profiles.wordpress.org/themattroyal/">Matt Royal</a> · <a href="https://profiles.wordpress.org/mjstoney/">Matt Stoney</a> · <a href="https://profiles.wordpress.org/mattwiebe/">Matt Wiebe</a> · <a href="https://profiles.wordpress.org/mauriac/">maur</a> · <a href="https://profiles.wordpress.org/azouamauriac/">Mauriac AZOUA</a> · <a href="https://profiles.wordpress.org/maxkellermann/">Max Kellermann</a> · <a href="https://profiles.wordpress.org/mehedi890/">Mehedi Foysal</a> · <a href="https://profiles.wordpress.org/meher/">Meher Bala</a> · <a href="https://profiles.wordpress.org/mgol/">mgol</a> · <a href="https://profiles.wordpress.org/mburridge/">Michael Burridge</a> · <a href="https://profiles.wordpress.org/czapla/">Michal Czaplinski</a> · <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a> · <a href="https://profiles.wordpress.org/mauteri/">Mike Auteri</a> · <a href="https://profiles.wordpress.org/mikeschroder/">Mike Schroder</a> · <a href="https://profiles.wordpress.org/miken32/">miken32</a> · <a href="https://profiles.wordpress.org/dimadin/">Milan Dinić</a> · <a href="https://profiles.wordpress.org/milana_cap/">Milana Cap</a> · <a href="https://profiles.wordpress.org/multidots1896/">Minal Diwan</a> · <a href="https://profiles.wordpress.org/mirkolofio/">Mirco Babini</a> · <a href="https://profiles.wordpress.org/mmdeveloper/">MMDeveloper</a> · <a href="https://profiles.wordpress.org/mohadeseghasemi/">Mohadese Ghasemi</a> · <a href="https://profiles.wordpress.org/ahsan03/">Mohammad Ahsan Habib</a> · <a href="https://profiles.wordpress.org/opurockey/">Mohammad Rockeybul Alam</a> · <a href="https://profiles.wordpress.org/mjkhajeh/">MohammadJafar Khajeh</a> · <a href="https://profiles.wordpress.org/mor10/">Morten Rand-Hendriksen</a> · <a href="https://profiles.wordpress.org/moushik/">moushik</a> · <a href="https://profiles.wordpress.org/computerguru/">mqudsi</a> · <a href="https://profiles.wordpress.org/muhammadfaizanhaidar/">Muhammad Faizan Haidar</a> · <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a> · <a href="https://profiles.wordpress.org/amustaque97/">Mustaque Ahmed</a> · <a href="https://profiles.wordpress.org/nabil_kadimi/">Nabil</a> · <a href="https://profiles.wordpress.org/nagpai/">Nagesh Pai - a11n</a> · <a href="https://profiles.wordpress.org/nalininonstopnewsuk/">Nalini Thakor</a> · <a href="https://profiles.wordpress.org/nhadsall/">Nathan</a> · <a href="https://profiles.wordpress.org/navigatrum/">navigatrum</a> · <a href="https://profiles.wordpress.org/nayana123/">Nayana Maradia</a> · <a href="https://profiles.wordpress.org/eidolonnight/">Nicholas Garofalo</a> · <a href="https://profiles.wordpress.org/nickciske/">Nick Ciske</a> · <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a> · <a href="https://profiles.wordpress.org/rahe/">Nicolas Juen</a> · <a href="https://profiles.wordpress.org/nidhidhandhukiya/">nidhidhandhukiya</a> · <a href="https://profiles.wordpress.org/ntsekouras/">Nik Tsekouras</a> · <a href="https://profiles.wordpress.org/knilkantha/">Nil</a> · <a href="https://profiles.wordpress.org/nmschaller/">nmschaller</a> · <a href="https://profiles.wordpress.org/noahtallen/">Noah Allen</a> · <a href="https://profiles.wordpress.org/oakesjosh/">oakesjosh</a> · <a href="https://profiles.wordpress.org/oguzkocer/">oguzkocer</a> · <a href="https://profiles.wordpress.org/domainsupport/">Oliver Campion</a> · <a href="https://profiles.wordpress.org/alshakero/">Omar Alshaker</a> · <a href="https://profiles.wordpress.org/opr18/">opr18</a> · <a href="https://profiles.wordpress.org/otshelnik-fm/">Otshelnik-Fm</a> · <a href="https://profiles.wordpress.org/overclokk/">overclokk</a> · <a href="https://profiles.wordpress.org/ovidiul/">ovidiul</a> · <a href="https://profiles.wordpress.org/paaljoachim/">Paal Joachim Romdahl</a> · <a href="https://profiles.wordpress.org/pablohoneyhoney/">Pablo Honey</a> · <a href="https://profiles.wordpress.org/pls78/">Paolo L. Scala</a> · <a href="https://profiles.wordpress.org/paragoninitiativeenterprises/">Paragon Initiative Enterprises</a> · <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a> · <a href="https://profiles.wordpress.org/pbearne/">Paul Bearne</a> · <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a> · <a href="https://profiles.wordpress.org/figureone/">Paul Ryan</a> · <a href="https://profiles.wordpress.org/pschrottky/">Paul Von Schrottky</a> · <a href="https://profiles.wordpress.org/paulkevan/">paulkevan</a> · <a href="https://profiles.wordpress.org/pavanpatil1/">Pavan Patil</a> · <a href="https://profiles.wordpress.org/malinevskiy/">Pavlo</a> · <a href="https://profiles.wordpress.org/pbking/">pbking</a> · <a href="https://profiles.wordpress.org/pedromendonca/">Pedro Mendonça</a> · <a href="https://profiles.wordpress.org/petaryoast/">Petar Ratković</a> · <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits</a> · <a href="https://profiles.wordpress.org/westi/">Peter Westwood</a> · <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a> · <a href="https://profiles.wordpress.org/petitphp/">petitphp</a> · <a href="https://profiles.wordpress.org/petrosparaskevopoulos/">petrosparaskevopoulos</a> · <a href="https://profiles.wordpress.org/walbo/">Petter Walbø Johnsgård</a> · <a href="https://profiles.wordpress.org/pgpagely/">pgpagely</a> · <a href="https://profiles.wordpress.org/johnstonphilip/">Phil Johnston</a> · <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys</a> · <a href="https://profiles.wordpress.org/pikamander2/">pikamander2</a> · <a href="https://profiles.wordpress.org/boniu91/">Piotrek Boniu</a> · <a href="https://profiles.wordpress.org/webtechpooja/">Pooja Derashri</a> · <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar</a> · <a href="https://profiles.wordpress.org/pravinparmar2404/">Pravin Parmar</a> · <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a> · <a href="https://profiles.wordpress.org/presstoke/">presstoke</a> · <a href="https://profiles.wordpress.org/priyank9033/">Priyank</a> · <a href="https://profiles.wordpress.org/pypwalters/">pypwalters</a> · <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a> · <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a> · <a href="https://profiles.wordpress.org/rafiahmedd/">Rafi Ahmed</a> · <a href="https://profiles.wordpress.org/superpoincare/">Ramanan</a> · <a href="https://profiles.wordpress.org/rahmohn/">Ramon Ahnert</a> · <a href="https://profiles.wordpress.org/ramonopoly/">Ramon James</a> · <a href="https://profiles.wordpress.org/nextend_ramona/">Ramona</a> · <a href="https://profiles.wordpress.org/jontyravi/">Ravi Vaghela</a> · <a href="https://profiles.wordpress.org/ravipatel/">Ravikumar Patel</a> · <a href="https://profiles.wordpress.org/razvanonofrei/">Razvan Onofrei</a> · <a href="https://profiles.wordpress.org/rehanali/">Rehan Ali</a> · <a href="https://profiles.wordpress.org/tabrisrp/">Remy Perona</a> · <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a> · <a href="https://profiles.wordpress.org/rianrietveld/">Rian Rietveld</a> · <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a> · <a href="https://profiles.wordpress.org/richybkreckel/">Richard B. Kreckel</a> · <a href="https://profiles.wordpress.org/ricomoorman/">ricomoorman</a> · <a href="https://profiles.wordpress.org/r0bsc0tt/">Rob Scott</a> · <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a> · <a href="https://profiles.wordpress.org/ravanh/">Rolf Allard van Hagen</a> · <a href="https://profiles.wordpress.org/rolfsiebers/">Rolf Siebers</a> · <a href="https://profiles.wordpress.org/costasovo/">Rostislav Wolný</a> · <a href="https://profiles.wordpress.org/rufus87/">Rufus87</a> · <a href="https://profiles.wordpress.org/ryan/">Ryan Boren</a> · <a href="https://profiles.wordpress.org/bookdude13/">Ryan Fredlund</a> · <a href="https://profiles.wordpress.org/rmccue/">Ryan McCue</a> · <a href="https://profiles.wordpress.org/welcher/">Ryan Welcher</a> · <a href="https://profiles.wordpress.org/sebastienserre/">Sébastien SERRE</a> · <a href="https://profiles.wordpress.org/soean/">Sören Wrede</a> · <a href="https://profiles.wordpress.org/sabbir1991/">Sabbir Ahmed</a> · <a href="https://profiles.wordpress.org/sabbirshouvo/">Sabbir Hasan</a> · <a href="https://profiles.wordpress.org/samiff/">Sami Falah</a> · <a href="https://profiles.wordpress.org/samikeijonen/">Sami Keijonen</a> · <a href="https://profiles.wordpress.org/sanzeeb3/">Sanjeev Aryal</a> · <a href="https://profiles.wordpress.org/santosguillamot/">santosguillamot</a> · <a href="https://profiles.wordpress.org/mikachan/">Sarah Norris</a> · <a href="https://profiles.wordpress.org/arasae/">Sarah Snow</a> · <a href="https://profiles.wordpress.org/sarayourfriend/">sarayourfriend</a> · <a href="https://profiles.wordpress.org/sathyapulse/">Sathiyamoorthy V</a> · <a href="https://profiles.wordpress.org/sayedulsayem/">Sayedul Sayem</a> · <a href="https://profiles.wordpress.org/sbossarte/">sbossarte</a> · <a href="https://profiles.wordpress.org/sclayf1/">sclayf1</a> · <a href="https://profiles.wordpress.org/swb1192/">Scott Buscemi</a> · <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a> · <a href="https://profiles.wordpress.org/wonderboymusic/">Scott Taylor</a> · <a href="https://profiles.wordpress.org/omaeyusuke/">Segayuu</a> · <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a> · <a href="https://profiles.wordpress.org/sheepysheep60/">sheepysheep60</a> · <a href="https://profiles.wordpress.org/shital-patel/">Shital Marakana</a> · <a href="https://profiles.wordpress.org/shreyasikhar26/">Shreyas Ikhar</a> · <a href="https://profiles.wordpress.org/rsiddharth/">siddharth ravikumar</a> · <a href="https://profiles.wordpress.org/nomnom99/">Siddharth Thevaril</a> · <a href="https://profiles.wordpress.org/silb3r/">silb3r</a> · <a href="https://profiles.wordpress.org/lumpysimon/">Simon Blackbourn</a> · <a href="https://profiles.wordpress.org/pross/">Simon Prosser</a> · <a href="https://profiles.wordpress.org/simonhammes/">simonhammes</a> · <a href="https://profiles.wordpress.org/siobhyb/">Siobhan</a> · <a href="https://profiles.wordpress.org/smit08/">Smit Rathod</a> · <a href="https://profiles.wordpress.org/snapfractalpop/">snapfractalpop</a> · <a href="https://profiles.wordpress.org/socalchristina/">socalchristina</a> · <a href="https://profiles.wordpress.org/spencercameron/">Spencer Cameron-Morin</a> · <a href="https://profiles.wordpress.org/stacimc/">stacimc</a> · <a href="https://profiles.wordpress.org/stefanfisk/">stefanfisk</a> · <a href="https://profiles.wordpress.org/satollo/">Stefano Lissa</a> · <a href="https://profiles.wordpress.org/ryokuhi/">Stefano Minoia</a> · <a href="https://profiles.wordpress.org/hypest/">Stefanos Togoulidis</a> · <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt</a> · <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a> · <a href="https://profiles.wordpress.org/stephenharris/">Stephen Harris</a> · <a href="https://profiles.wordpress.org/stevegrunwell/">Steve Grunwell</a> · <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a> · <a href="https://profiles.wordpress.org/5um17/">Sumit Singh</a> · <a href="https://profiles.wordpress.org/sumitsingh/">Sumit Singh (WP Lovers)</a> · <a href="https://profiles.wordpress.org/csesumonpro/">Sumon Sarker</a> · <a href="https://profiles.wordpress.org/sunil25393/">SunilPrajapati</a> · <a href="https://profiles.wordpress.org/sunyatasattva/">sunyatasattva</a> · <a href="https://profiles.wordpress.org/mahype/">Sven Wagener</a> · <a href="https://profiles.wordpress.org/cybr/">Sybre Waaijer</a> · <a href="https://profiles.wordpress.org/synchro/">Synchro</a> · <a href="https://profiles.wordpress.org/inc2734/">Takashi Kitajima</a> · <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a> · <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a> · <a href="https://profiles.wordpress.org/legendusmaximus/">Theo H</a> · <a href="https://profiles.wordpress.org/thimalw/">Thimal Wickremage</a> · <a href="https://profiles.wordpress.org/twistermc/">Thomas McMahon</a> · <a href="https://profiles.wordpress.org/thomasplevy/">Thomas Patrick Levy</a> · <a href="https://profiles.wordpress.org/xiven/">Thomas Pike</a> · <a href="https://profiles.wordpress.org/tillkruess/">Till Krüss</a> · <a href="https://profiles.wordpress.org/waterfire/">Tim Blankenship</a> · <a href="https://profiles.wordpress.org/tnolte/">Tim Nolte</a> · <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a> · <a href="https://profiles.wordpress.org/tobifjellner/">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href="https://profiles.wordpress.org/tomjdevisser/">Tom</a> · <a href="https://profiles.wordpress.org/tomasztunik/">Tomasz Tunik</a> · <a href="https://profiles.wordpress.org/tomalec/">Tomek</a> · <a href="https://profiles.wordpress.org/shimotomoki/">Tomoki Shimomura</a> · <a href="https://profiles.wordpress.org/ttahmouch/">Tony Tahmouch</a> · <a href="https://profiles.wordpress.org/hellofromtonya/">Tonya Mork</a> · <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a> · <a href="https://profiles.wordpress.org/zodiac1978/">Torsten Landsiedel</a> · <a href="https://profiles.wordpress.org/sierratr/">Tracy</a> · <a href="https://profiles.wordpress.org/rilwis/">Tran Ngoc Tuan Anh</a> · <a href="https://profiles.wordpress.org/trex005/">trex005</a> · <a href="https://profiles.wordpress.org/nathannoom/">Trinadin</a> · <a href="https://profiles.wordpress.org/tszming/">tszming</a> · <a href="https://profiles.wordpress.org/tumas2/">tumas2</a> · <a href="https://profiles.wordpress.org/twstokes/">twstokes</a> · <a href="https://profiles.wordpress.org/junsuijin/">Tynan Beatty</a> · <a href="https://profiles.wordpress.org/tzipporahwitty/">tzipporahwitty</a> · <a href="https://profiles.wordpress.org/uday17035/">Uday Kokitkar</a> · <a href="https://profiles.wordpress.org/ugljanin/">ugljanin</a> · <a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a> · <a href="https://profiles.wordpress.org/grapplerulrich/">Ulrich</a> · <a href="https://profiles.wordpress.org/utkarshpatel/">Utkarsh</a> · <a href="https://profiles.wordpress.org/valer1e/">valer1e</a> · <a href="https://profiles.wordpress.org/versusbassz/">versusbassz</a> · <a href="https://profiles.wordpress.org/vcanales/">Vicente Canales</a> · <a href="https://profiles.wordpress.org/elifvish/">Vishal Kumar</a> · <a href="https://profiles.wordpress.org/vladolaru/">vlad.olaru</a> · <a href="https://profiles.wordpress.org/volodymyrkolesnykov/">Volodymyr Kolesnykov</a> · <a href="https://profiles.wordpress.org/vortfu/">vortfu</a> · <a href="https://profiles.wordpress.org/webmandesign/">WebMan Design | Oliver Juhas</a> · <a href="https://profiles.wordpress.org/wendyjchen/">Wendy Chen</a> · <a href="https://profiles.wordpress.org/west7/">Wes Theron</a> · <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a> · <a href="https://profiles.wordpress.org/whoisnegrello/">whoisnegrello</a> · <a href="https://profiles.wordpress.org/skorasaurus/">Will Skora</a> · <a href="https://profiles.wordpress.org/wpmakenorg/">wpmakenorg</a> · <a href="https://profiles.wordpress.org/wpsoul/">wpsoul</a> · <a href="https://profiles.wordpress.org/wraithkenny/">WraithKenny</a> · <a href="https://profiles.wordpress.org/wslyhbb/">wslyhbb</a> · <a href="https://profiles.wordpress.org/upsuper/">Xidorn Quan</a> · <a href="https://profiles.wordpress.org/fierevere/">Yui</a> · <a href="https://profiles.wordpress.org/dolphingg/">Yunus Ertuğrul</a> · <a href="https://profiles.wordpress.org/zebulan/">Zebulan Stanphill</a> · <a href="https://profiles.wordpress.org/znuff/">znuff</a> · <a href="https://profiles.wordpress.org/chesio/">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href="https://wordpress.org/support/">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href="https://make.wordpress.org/">Make WordPress</a> and explore the product roadmap on the <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission & You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href="https://opensource.org/osd-annotated">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href="https://wordpress.org/about/">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p id="footnote">1 <a href="https://w3techs.com/technologies/overview/content_management">According to W3Techs as of May 5, 2022</a>. </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12879";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 May 2022 16:39:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12866";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:166:"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4240:"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href="https://github.com/WordPress/gutenberg/commits/wp/6.0">Gutenberg</a> and <a href="https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F10%2F2022..05%2F17%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.0-RC3.zip">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>. </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12866";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:127:"WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:140:"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=12855";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:392:"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/05/WP-Briefing-031.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:33186:"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> and <a href="https://profiles.wordpress.org/cbringmann/">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://accessibility.day/about/">About GAAD</a></li><li><a href="https://gaad.foundation/gaadpledge/">GAAD Foundation Pledge</a></li><li><a href="https://www.who.int/health-topics/disability#tab=tab_1">World Health Organization on Disability </a></li><li><a href="https://en.wikipedia.org/wiki/The_dress">The Dress Phenomenon</a></li><li>The Guardian on <a href="https://www.youtube.com/watch?v=7X_WvGAhMlQ">Yanny or Laurel </a></li><li><a href="https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href="https://webaim.org/projects/million/">The WebAim Million 2022 Report</a></li><li><a href="https://make.wordpress.org/core/6-0/">WordPress 6.0 Development Cycle </a></li><li><a href="https://europe.wordcamp.org/2022/">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-12855"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40] </p>\n\n\n\n<p>Y’all, we’ve got an absolutely jam-packed couple of weeks in WordPress. We’ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That’s also what they’re doing. I’ll share some of those highlights in today’s small list of big things, but I did want to specifically call out something that’s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27] </p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself? </p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I’m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15] </p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it’s me and the mouse in my pocket—we in the WordPress community that’s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I’d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it’s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don’t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn’t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I’m like, “all right, let’s write this blog post and this can definitely work. Right?” And then you finish the blog post to hit send, and you’re like, “this is not going to work.”</p>\n\n\n\n<p>But I wasn’t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, “this is a great idea. Let’s make it happen.”</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you’re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn’t work very well. Well, that’s, that’s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days? </p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It’s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I’d look back at old code and be like, “oh, I suck,” you know, or write an email even and you look back on it a day later and are like “what a stupid email, how stupid am I?” You know? But I look back on that one after ten years; I was scared to look at it because I’m like, it must’ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened – to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it’s kinda nice, though, to look back and be like, “oh, I used to be much dumber.”</p>\n\n\n\n<p>Cause then you’re like, look how far I’ve come. I’m no longer that dumb. I’m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I’m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general? </p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it’s not enough. It’s certainly improved a lot. I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I’d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there’s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they’re scared that they’re going to be told that “no, it’s not accessible,” or that they’re going to say the wrong word or offend somebody. So I’d say that there’s some degree of trepidation, but also developers, and it’s not just developers, designers, and product people. There’s so much to learn, and it’s like, “oh God, there’s another piece that I have to learn.” </p>\n\n\n\n<p>And I’m so glad that you invited me on this podcast because it’s the developers that, you know, I am a developer, not anymore, I haven’t touched code in years, but that’s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don’t mind, I’m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I’ve had over the years, it frequently has to do with visual things. Because it’s just screens all day, right? And that’s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you’re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you’re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we’re going through it from the beginning to the end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that’s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I’m including the, you know, the product people, the designers, and the developers. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We’re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50] </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they’re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don’t remember the exact thing cause it’s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it’s if there’s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that’s really great when you’re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I’m included in that population. And I can say that when you’re over 50, you know, I’ve got clouds in my eyes.</p>\n\n\n\n<p>I don’t know where they came from, but they definitely make it harder to see. When I’m in a restaurant, I can’t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won’t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people’s minds with disability. And they’ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they’re like, “well, I don’t even know any people in that category possibly,” and as a result, they’re like, “well, how important is this?” Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it’s because they don’t realize that everybody has different abilities. And so, I’m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I’ve, and I do this in some of my presentations. I play that, that sound. And usually, it’s Laurel for me, but sometimes it’s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There’s a different kind of blindness. If you try and remember, let’s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I’ve been asking people, and I’d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It’s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I’m like, Woah, so maybe I’m blind in a way. Right? So how do you see it? How do you remember things? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I’m a, I’m a real visual person and a tactile person. And so, like if I interacted with someone, I’m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don’t, I don’t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don’t have mental pictures. </p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don’t have an inner dialogue. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don’t understand that either, </p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you’re presenting all of this information.</p>\n\n\n\n<p>And if you don’t pay attention to accessibility, you’re really just missing out. And then there’s colorblindness. If you’re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I’m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you’re not good at your job. I mean, I don’t mean to say it in an offensive way, but you’re not good at your job if you’re unaware. If you break a rule on purpose, great. But if you don’t know the rule, it’s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you’re not doing it as a charity. You’re doing it because you care about your users, and you care about your craft, and you want to build things well, and it’s a necessity. And I think that this is the kind of message that our community needs to hear. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it’s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that’s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don’t, we talk about accessibility a lot, but I don’t want to. It’s part of the plumbing for us. We’ve made it part of the plumbing, and I can tell you it’s a struggle to take accessibility and make it part of an organization, even when you’re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they’re learning because they’re improving their craft.</p>\n\n\n\n<p>And design is typically where there’s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it’s really about the approach because UX and design it’s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it’s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven’t run into somebody that has that disability and therefore you build it better, and it’s, it’s completely blown their mind. They love it. They love doing it. And I’m not hiring people with accessibility coming in. We’re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it’s interesting that you talk about empathy as part of being able to make sure that you’re creating something that’s accessible because I actually feel like empathy is. Like it’s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don’t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, “does this make that experience better or worse?” is the more sustainable option from my perspective, this is specifically leadership. Still, I think it’s true for accessibility as well, and probably product design as a whole, but it’s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What’s your thought on that? I think you kind of agree based on what your answer was </p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can’t never about us without us, as the common saying, and we’ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we’re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we’re like, all right, they were smart. They said, “vet this with users for us, please,” because they didn’t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we’re blown away, always blown away because there are so many things you just don’t know unless you’ve lived with a particular disability. You can’t guess, and you’ve got to speak to your users and a wide variety of them. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it’s a personal passion of mine, so I’m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can’t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you’ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I’m sure you’re familiar with The Onion, the satirical clip, there’s the Blind Onion. And they tweet out, “Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.” And that really hurt at the time, but at the same time, and I was told to ignore it, don’t worry about it, but I’m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn’t too to just give everybody an opportunity to say, “Hey, look at what we’re doing,” and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I’ve created a state of accessibility report that through my company, we’re able to run for a few years, and it’s not, you know, the state is not great.</p>\n\n\n\n<p>And I’m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you’re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there’s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It’s really important because even the frameworks that try to pay attention to accessibility. You’ll often see that people from the community will provide examples, and they’re inaccessible. And it’s really sad when you see that because so many people are just copy-pasting. That’s typically how it works, and they’re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we’re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it’ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We’re about to announce the next one, but we’re still two weeks away.</p>\n\n\n\n<p>So I can’t say anything yet, but yeah, we’re, uh, we’re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress’s what percent of the web right now? 43%? So there you go. That’s so many people. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I’m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let’s what keeps you up at night when it comes to the state of accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it’s, it’s a monster.</p>\n\n\n\n<p>It’s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they’re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that’s, that’s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we’ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that’s I put it in my tagline in my email like that’s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you’ve accomplished so far is what you accomplish, you feel still like you’ve had an impact?</p>\n\n\n\n<p>I feel like you have had an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I’m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I’m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it’s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we’re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don’t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I’ll just record it live. And so. You know you’ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2022 18:06:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12840";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:171:"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4830:"\n<p>The next release candidate for WordPress 6.0 is now available! </p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 – just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href="https://github.com/WordPress/gutenberg/commits/wp/6.0">Gutenberg</a> and <a href="https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F03%2F2022..05%2F10%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.0-RC2.zip">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>. </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12840";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"The Month in WordPress – April 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 May 2022 15:01:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:22:"the month in wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:10652:"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href="https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href="https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/" target="_blank" rel="noreferrer noopener"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href="https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/tag/gutenberg-new/" target="_blank" rel="noreferrer noopener"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href="https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href="https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href="https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/">in this post</a>.</li><li>The Training team plans to <a href="https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href="https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel="noreferrer noopener" href="https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/" target="_blank">version 1.0.0</a> of the <a href="https://wordpress.org/plugins/performance-lab/">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href="https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href="https://make.wordpress.org/photos/">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel="noreferrer noopener" href="https://wordpress.slack.com/messages/photos" target="_blank">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href="https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href="https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href="https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href="https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href="https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel="noreferrer noopener" href="https://wordpress.slack.com/archives/C0FRG66LR" target="_blank">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href="https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button"><a class="wp-block-button__link" href="https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/" target="_blank" rel="noreferrer noopener"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href="https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href="https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href="https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href="https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-11 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/" target="_blank" rel="noreferrer noopener"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href="https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href="https://europe.wordcamp.org/2022/schedule/">schedule</a> and get your <a href="https://europe.wordcamp.org/2022/tickets/">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href="https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/">announced</a> a new program to support underrepresented speakers.</li><li><a href="https://irun.wordcamp.org/2022/">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-12 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/" target="_blank" rel="noreferrer noopener"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 6.0 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 May 2022 17:18:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12799";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:171:"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7242:"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today. </p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.0-RC1.zip">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href="https://core.trac.wordpress.org/ticket/55643">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href="https://core.trac.wordpress.org/ticket/55658">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href="https://core.trac.wordpress.org/ticket/55567">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href="https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons. </li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on. </li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks. </li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor. </li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href="https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href="https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate <br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12799";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.0 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2022/05/wordpress-6-0-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 May 2022 16:46:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12787";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:103:"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5813:"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.0-beta4.zip" data-type="URL" data-id="https://wordpress.org/wordpress-6.0-beta4.zip">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update –version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month! </p>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href="https://github.com/WordPress/gutenberg/pull/40177">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href="https://github.com/WordPress/gutenberg/pull/40628">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href="https://github.com/WordPress/gutenberg/pull/40598">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href="https://github.com/WordPress/gutenberg/pull/40662">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href="https://github.com/WordPress/gutenberg/pull/40696">#40696</a>)</li><li>Navigation: Improve selector performance (<a href="https://github.com/WordPress/gutenberg/pull/40700">#40700</a>)</li><li>Comments Title: Count toggle working in ‘Singular’ editing mode (<a href="https://github.com/WordPress/gutenberg/pull/40728">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href="https://github.com/WordPress/gutenberg/pull/40687">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href="https://github.com/WordPress/gutenberg/pull/40610">#40610</a>)</li><li>Comment Content: Show moderation message (<a href="https://github.com/WordPress/gutenberg/pull/40612">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href="https://github.com/WordPress/gutenberg/pull/40667">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href="https://github.com/WordPress/gutenberg/pull/40681">#40681</a>)</li><li>Fix: Page patterns don’t show when only one pattern is available (<a href="https://github.com/WordPress/gutenberg/pull/40707">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href="https://github.com/WordPress/gutenberg/pull/40178">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href="https://core.trac.wordpress.org/ticket/55617">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href="https://core.trac.wordpress.org/ticket/53621">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href="https://core.trac.wordpress.org/ticket/55634">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href="https://core.trac.wordpress.org/ticket/55218">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12787";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 May 2022 13:03:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=12742";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/04/WP-Briefing-030.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:33449:"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href="https://profiles.wordpress.org/critterverse/" data-type="URL" data-id="https://profiles.wordpress.org/critterverse/">Channing Ritter</a></li><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://wordpress.org/themes/twentytwentytwo/">Twenty Twenty-Two Theme</a></li><li><a href="https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/">Block Locking</a></li><li><a href="https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/">Beginner’s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel="noreferrer noopener" href="https://wordsesh.com/" data-type="URL" data-id="https://wordsesh.com/" target="_blank">WordSesh</a></li><li><a rel="noreferrer noopener" href="https://learn.wordpress.org/social-learning/" data-type="URL" data-id="https://learn.wordpress.org/social-learning/" target="_blank">Social Learning Spaces</a></li><li><a rel="noreferrer noopener" href="https://europe.wordcamp.org/2022/contributor-day/" data-type="URL" data-id="https://europe.wordcamp.org/2022/contributor-day/" target="_blank">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-12742"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow’s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you’re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing. </p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that’s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we’re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She’s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what’s going into the 6.0 release, her role in that process, and then we’ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I’d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I’m excited to have you here. If I understand, you are working on the design side of things with the release. So why don’t you tell me a little bit about the role you’ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I’m kind of the first person to step in over the past few releases. And I think that’s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I’m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who’ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I’m most excited about the style switcher within the global styles panel. Um, so if folks still don’t know what I’m talking about there, it’s the ability to change between different variations of the theme.json without actually switching the theme. </p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they’re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know! </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It’s a really high contrast, bold variation. It’s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That’s excellent. So for folks who do not know what we’re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I’ll put a link to both the classic and block-based versions in our show notes, but you’ll want to use the block-based version to look at these style variations that Channing has mentioned here. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we’re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it’s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we’re talking about the Twenty Twenty-Two default theme, when we’re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there’s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business. </p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users. </p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That’s a great question. I think it’s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That’s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we’re introducing some interface UI around block locking, but also there’ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we’ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that’s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I’m sure that I can find a link for us in our show notes below as well. If for anyone who’s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors? </p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won’t break your website’. </p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client’s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I’m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It’s such a long-requested feature. I mean, we’ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it’s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that’s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it’s not <em>that</em> kind of ‘maintainer.’ So if you’re a WordPress contributor and we said maintainers there, um, just know that that’s not what we’re referring to. If you don’t know what I’m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there’s, ya know…. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn’t mean you, but I did mean <em>you</em>, which makes it harder. I know. </p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it’s not something that you just were gone in one release and then it all gets released and then it’s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:14:06] </p>\n\n\n\n<p>It’s something that has to be staggered across many releases, and there’s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there’s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn’t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it’s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you’re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could, </p>\n\n\n\n<p>Like, there are always things that you can’t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who’s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it’s all a big, big undertaking to understand what is happening and where it happens. And so there’s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren’t around the last time, that WordPress was, was this experimental in public, like it’s always been open source. It’s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don’t be mad. It’ll be… we’re coming for it. We’re going to fix it. Like, that’s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don’t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer. </p>\n\n\n\n<p>And it’s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn’t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project. </p>\n\n\n\n<p>Right now, we’re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there’s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren’t going out too early. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there’s always that difficulty, we’re going to just leap right into open source areas now. There’s always that difficulty around, like, there’s this concept that when, like, we always want to ship something that doesn’t break backward compatibility when possible, we don’t want to ship vulnerabilities. Like, that’s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that’s not our best, but like it skates, right? </p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that’s kind of where we’ve got to aim some days. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:46] </p>\n\n\n\n<p>And that’s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was. But, like, as big a change as those represented, it still skates. And that’s, I think what makes the work especially hard, especially nuanced. And like, we haven’t gotten together as human beings in two years. And so sometimes people just kind of forget there’s a human being back there.</p>\n\n\n\n<p>We’re humans. Everyone be nice. Yeah. I don’t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was 2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we’ve ever experienced in life.</p>\n\n\n\n<p>That’s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it’s kind of terrifying that you’re leaping on me in this—like you’re scaring me a lot right now. And that was quite a thing to say to like, all these… it’s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that’s a real sign of growth in the project. Like when I first started contributing, I don’t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That’s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It’s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven’t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that’s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You’re not expected to be an expert-expert in every single domain. It’s okay to say, I don’t really have a good idea or a good concept of this feature. I don’t have a good feeling for it. What do other folks think? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you’re over-communicating, it’s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that’s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don’t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it’s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That’s when we have the opportunity to make what we’re offering to the world more solid and always better. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it’s the, one of the most lovely things about the WordPress community. There’s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about. </p>\n\n\n\n<p>I think that’s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it’s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don’t have to, if you don’t want to, not everyone has like a final sign off. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I’m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer’s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that’s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that’s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that’s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week. </p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you’re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you’re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30] </p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you’ve never heard of a contributor day, then I’ll include a link to the beginner’s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a> and the <a href="https://make.wordpress.org/meta/">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I’m really excited about this. It’s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you’ve not been over there lately, if you’re not super sure what I’m talking about, there’s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12742";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:75:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"People of WordPress: Meher Bala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 30 Apr 2022 09:20:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:15:"WordCamp Mumbai";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:16:"wptranslationday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12706";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:106:"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"webcommsat AbhaNonStopNewsUK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:16742:"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="515" src="https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&ssl=1" alt="Meher pictured against the backdrop of a window overlooking trees " class="wp-image-12728" srcset="https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&ssl=1 1247w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT. </p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities. </p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem – she had never worked with WordPress before!</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.” </p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress. She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front. </p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="999" height="667" src="https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&ssl=1" alt="Meher at WordCamp Nagpur in 2017" class="wp-image-12762" srcset="https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&ssl=1 768w" sizes="(max-width: 999px) 100vw, 999px" data-recalc-dims="1" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips. The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class="wp-block-image size-full is-resized"><img decoding="async" loading="lazy" src="https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&ssl=1" alt="Meher pictured with the WordCamp Mumbai 2016 sign " class="wp-image-12758" width="600" height="800" srcset="https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&ssl=1 225w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp. </p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="900" height="600" src="https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&ssl=1" alt="WordCamp Mumbai 2017 group photo of the team" class="wp-image-12765" srcset="https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&ssl=1 768w" sizes="(max-width: 900px) 100vw, 900px" data-recalc-dims="1" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises. </p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building. </p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India. </p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="515" src="https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&ssl=1" alt="Meher speaking at WordCamp Mumbai 2019" class="wp-image-12731" srcset="https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&ssl=1 1247w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href="https://wptranslationday.org/">WordPress Translation month long events</a> and contributor events in India. </p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases. </p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class="wp-block-quote"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: “Through WordPress, I have an opportunity to build unique out of the box websites and work remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.” </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. </p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12706";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:69:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.0 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2022/04/wordpress-6-0-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2022 16:43:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12690";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:103:"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5387:"\n<p>WordPress 6.0 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.0-beta3.zip">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month! </p>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href="https://core.trac.wordpress.org/ticket/55433">#55433</a></li><li>Fix duotone rendering in site editor <a href="https://github.com/WordPress/gutenberg/pull/37727">#37727</a> </li><li>Create Comments Title block with simple styling <a href="https://github.com/WordPress/gutenberg/pull/40419">#40419</a> </li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href="https://github.com/WordPress/gutenberg/pull/40390">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href="https://github.com/WordPress/gutenberg/pull/40268">#40268</a></li><li>Add post-comments-form block to comments template <a href="https://github.com/WordPress/gutenberg/pull/40256">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href="https://github.com/WordPress/gutenberg/pull/37728">#37728</a></li><li>Add default comment status to discussion settings <a href="https://core.trac.wordpress.org/ticket/55567">#55567</a></li><li>Fix styles for nested elements (link color) <a href="https://core.trac.wordpress.org/ticket/55567">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href="https://core.trac.wordpress.org/ticket/55182">#55182</a>, <a href="https://core.trac.wordpress.org/ticket/55148">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href="https://core.trac.wordpress.org/ticket/54795">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href="https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href="https://core.trac.wordpress.org/ticket/55433">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12690";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.0 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2022/04/wordpress-6-0-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Apr 2022 16:43:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12666";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:337:"WordPress 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.  You can test the WordPress […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5119:"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site. </p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href="https://wordpress.org/wordpress-6.0-beta2.zip"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away. </p>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=6.0&group=component&order=priority">209 tickets in WordPress 6.0</a>, including <a href="https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=04%2F12%2F2022..04%2F19%2F2022&type=enhancement&type=feature+request&milestone=6.0&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically: </p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href="https://core.trac.wordpress.org/ticket/55567">55567</a>)</li><li>Patterns REST API: Add ‘inserter’ to the schema (#<a href="https://core.trac.wordpress.org/ticket/55567">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href="https://core.trac.wordpress.org/ticket/55567">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href="https://core.trac.wordpress.org/ticket/54690">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href="https://core.trac.wordpress.org/ticket/54586">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href="https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href="https://wordpress.org/support/forum/alphabeta/"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href="https://core.trac.wordpress.org/newticket"> file one on WordPress Trac</a>. This is also where you can find a list of<a href="https://core.trac.wordpress.org/tickets/major"> known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h4>And now a WordPress Haiku:</h4>\n\n\n\n<p>We code fervently</p>\n\n\n\n<p>A breathless pause for the test</p>\n\n\n\n<p>Key tapping resumes</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12666";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WP Briefing: Episode 29: How to Make a WordPress Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wordpress.org/news/2022/04/episode-29-how-to-make-a-wordpress-blog/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Apr 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=12658";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Join our host Josepha Haden Chomphosy as she takes us back to WordPress basics. Learn everything you need to know about how to make a WordPress blog! ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/04/WP-Briefing-029.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:16764:"\n<p>In the twenty-ninth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy reminds us of our WordPress roots — blogging — and discusses the basics of starting your first blog on WordPress.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/">Getting Started with WordPress: Get Setup</a></li><li><a href="https://make.wordpress.org/core/2022/04/07/6-0-product-walk-through-recap/">6.0 Product Walkthrough</a></li><li><a href="https://www.meetup.com/wordpress-social-learning/events/285233962/" data-type="URL" data-id="https://www.meetup.com/wordpress-social-learning/events/285233962/">How to Make a WordPress Blog Social Learning Space Event </a></li><li><a href="https://make.wordpress.org/community/events/">Upcoming WordPress Events</a></li><li><a href="https://www.meetup.com/pro/wordpress/" data-type="URL" data-id="https://www.meetup.com/pro/wordpress/">WordPress Meetup Groups</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-12658"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong> </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:39] </strong> </p>\n\n\n\n<p>All right. So you’ve been listening to this podcast for a while. You may be one of these contributors I keep mentioning; you may be an agency owner or freelancer. Maybe you’ve wondered how to make a WordPress blog for your big idea. Or, maybe you’re one of the many people who use WordPress for their project or business. Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool.</p>\n\n\n\n<p>We have long since outgrown that, but even 19 years into our journey, blogging is still a key part of what WordPress enables you to do. That’s because even after those 19 years, the mission of WordPress is still the same. And that is to democratize publishing, to help people have a place online where they can tell their stories or share their projects or set up their businesses.</p>\n\n\n\n<p>If you’ve ever tried to set up a blog, you know that there isn’t a lot of information about what to know before you get going at all. So I’m going to talk about that a little bit today. And just by the way, if you heard the word blog right now and thought, oh, Josepha, how old fashioned? I think it’s important to remember that there’s a business advantage to having well-written, relevant content on your website.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:59]</strong></p>\n\n\n\n<p>And if you’re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. Anyway, back to the topic at hand. Before we can get to any of the fancy things that WordPress can do nowadays, it’s important to know a few things as you get ready to set up your first ever website. </p>\n\n\n\n<p>So let’s dive in. Here is how you need to get yourself started. First, have an idea and a plan. So have an idea for what you’re doing, the concept of your content, who you want to reach, and some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first. Cause, like, if you want the domain name, wordpress.org, like we own that, you can have that! But if you know that you want a domain like WordPressbloggingforthefuture.com, like that one might be more available. And if you know the kind of words you want in your domain, you can be a bit flexible about what is there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:09]</strong></p>\n\n\n\n<p>The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mentioned all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start, before you even know what WordPress is most of the time.</p>\n\n\n\n<p>So, the earliest question that you have to answer for yourself is what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. </p>\n\n\n\n<p>There’s this whole spectrum of hosting options, and they range from full service where they will keep your WordPress software up to date, provide daily backups, and have customer support if something goes really wrong. So it ranges all the way from full service like that all the way down to essentially zero services, just kind of hands-off.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:11] </strong></p>\n\n\n\n<p>They give you a space to keep your WordPress software, to keep your WordPress site. But they leave everything else up to you. They leave the backups up to you. They leave updating up to you, things like. So that’s the first thing you have to ask yourself. And the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software and what you want and what you need, and you have the ability to learn in the time that you have, the more that you can add on either service with the existing hosts that you chose or moving to a different host; however that works out for you.</p>\n\n\n\n<p>So if that one sounds like the right option, then you choose a host, go to their site, and actually most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it’s just one click and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:10] </strong></p>\n\n\n\n<p>The other option that on the like zero, zero service side, that’s not quite fair, but you know, the other side of that spectrum that probably will be appealing to you if you are already familiar with code or already know how to manage a server or, or you know how to work in this thing called c-panel, et cetera.</p>\n\n\n\n<p>So if you already have a lot of information on how all of that works, you can, if you want to, head over to wordpress.org/download, and you can download a zip file of the WordPress software and set that up in your own environment. </p>\n\n\n\n<p>Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we’re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little.</p>\n\n\n\n<p>I’ve got you covered. In the show notes, you’ll find a link to one of the Learn WP courses for getting started with WordPress. There’s a section on choosing a host as well as various other early steps of this process. So if you felt like I blazed through all of that, which honestly I kind of did, you can work through those lessons in that course, at your own pace, and it’s, and it’s really a very good guide.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:24] </strong></p>\n\n\n\n<p>All right. Let’s pretend we did all of that. Now you’ve got yourself a website. The thing that you will want to do next, or rather the first thing that you’ll notice once you get your site up and running, is that there’s this ‘Hello World’ post– there’s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare like, okay, the Hello World part over here on this page, exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you’re more familiar with WordPress or CMS in general, you can simply remove that and start fresh. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:17]</strong></p>\n\n\n\n<p>So we’ve got now a website, we know, kind of, how to look at our posts and create posts, where comments are, where they can kind of be moderated and stuff. And so, the most fun task for everyone is choosing a theme. But if it’s not a fun task, if it doesn’t sound like a fun task to you, I can help you kind of do some, choose your own adventure guiding questions here. </p>\n\n\n\n<p>Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words, mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There’s like a filtering system where you can put in, like, you want three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:12]</strong></p>\n\n\n\n<p>There’s also a way to look for themes inside your instance, your WordPress site, but like, if you haven’t set that up yet, but you do still want to see kind of what your theme options are, you can go to wordpress.org/themes and and take a look at what’s out there. Just as a quick side note, if you get to that theme directory, if you get to wordpress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically so that you can see how things look right away.</p>\n\n\n\n<p>And there’s actually a theme that does come with every WordPress site. So if you’re not ready, you can skip this thing entirely and just work with the theme that’s already there. Every word, press instance ships with a theme and it is fully functional when you, when you get your site up and running. So you don’t need to choose a theme right now if you don’t feel ready.</p>\n\n\n\n<p>And then the other very fun thing that people do with their WordPress sites is to add plugins to them. So plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want, what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which theme. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>So figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions?</p>\n\n\n\n<p>If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need. Also, there are just endless lists of recommended plugins out there; if that is something that you find valuable as part of your research, those are also easy to find.</p>\n\n\n\n<p>And as a general side note here, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don’t quite know the answers to the questions that I shared, and, and it’s going to be a while until you feel like you can know what those answers are. That’s totally fine.</p>\n\n\n\n<p>I’ll tell you this. I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms and it can kind of help you figure out how to work with plugins in that way. So yeah, I made it sound like you can get a WordPress website built in like seven minutes and on the one hand you definitely can.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>And on the other hand, it’s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem. And obviously, here, are some things that could make you feel a little nervous about doing this for the first time. Things like the five-second installation, which WordPress has been famous for years.</p>\n\n\n\n<p>But also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009 and I started learning how to use WordPress in 2010. So I can say with confidence that once you learn it, it’s easy.</p>\n\n\n\n<p>We are the easiest of the hard options for CMS. Like content management systems are just complicated, but we are the easiest one out there. And so, as you’re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you’re late to this blogging game, like you should have had a website for years. I mean, sure that could be true. And yes, the best time to plant a tree was 20 years ago. But the second-best time to plant that tree is today. </p>\n\n\n\n<p>WordPress didn’t start out powering over 40% of the web, and your first site can’t be immediately measured in the millions of readers. So, what will your small beginning lead you to? </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:12:25]</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things. </p>\n\n\n\n<p>The first one, the next release of WordPress, WordPress 6.0, has reached its beta phase. That means the full focus is on finding and fixing the bugs we accidentally created during this development cycle. Beta two comes out tomorrow and you can follow along in the core channel in the Making WordPress Slack.</p>\n\n\n\n<p>If you’ve never seen how those releases get packaged, and if you just want to keep an eye on what everybody’s doing so that you can be the first to know, yeah, Making WordPress Slack is the way to go. </p>\n\n\n\n<p>The second thing on our small list is that speaking of WordPress 6.0, we had the public walk through a couple of weeks ago, which means that in a few weeks, I’ll do a WordPress 6.0 sneak peek. I’ll share some highlights of the release features and why I think they are super important for you to take a look. Sooner rather than later. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:13:22]</strong></p>\n\n\n\n<p>And then the final, big thing, if you are new to WordPress and this episode has you all fired up to start your blog, we have a bunch of contributors over on the Learn WP team that have just the thing for you.</p>\n\n\n\n<p>You can join the online social learning space called How to Make a WordPress Blog. It’s a free online event that will help you get started. I’ll link the information in the show notes below. And I’ll also share in the show notes, a list of WordPress Meetup groups, where you can find more opportunities to learn and get support from other people locally who are also doing things with WordPress. </p>\n\n\n\n<p>But you can also find a list in the dashboard of your newly installed WordPress blog you no doubt have after this podcast. </p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:63:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.0 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Apr 2022 19:08:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"6.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12644";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"WordPress 6.0 Beta 1 is now available for download and testing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7809:"\n<p>WordPress 6.0 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 1 on a test server and site. </p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Option 2: Direct download the <a href="https://wordpress.org/wordpress-6.0-beta1.zip">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=6.0-beta1</code>. <br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about six weeks away. </p>\n\n\n\n<p>Additional information on the full <a href="https://make.wordpress.org/core/6-0/">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/dev-notes+6-0/">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress Bug Free – Help with Testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href="https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/">this detailed guide</a> will walk you through how to get started.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. And anyone can do it – especially great WordPress community members just like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href="https://make.wordpress.org/test/">testing initiatives</a> that happen in Make Core. You can also join a <a href="https://wordpress.slack.com/messages/core-test/">publicly-accessible channel</a> on the <a href="https://wordpress.slack.com">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. This is also where you can find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 5.9 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for 13.0 (release pending), <a href="https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/">12.9</a>, <a href="https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/">12.8</a>, <a href="https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/">12.7</a>, <a href="https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/">12.6</a>, <a href="https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/">12.5</a>, <a href="https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/">12.4</a>, <a href="https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/">12.3</a>, <a href="https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/">12.2</a>, <a href="https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/">12.1</a>, and <a href="https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/">12.0</a>. </p>\n\n\n\n<p>Beyond the noted changes, which include more than 400 updates and 500 bug fixes for the editor, contributors have fixed <a href="https://core.trac.wordpress.org/query?status=closed&milestone=6.0&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority">189 tickets for the WordPress 6.0</a> core, including <a href="https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=6.0&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime">91 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.0? Read on for some highlights.</em></p>\n\n\n\n<p>The WordPress 6.0 release will be packed with all kinds of improvements. Here are just a few:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href="https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons. </li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on. </li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Comments, Read More, No results in Query Loop, Post Author biography, Avatar blocks. </li><li><strong>Block Locking UI: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor. </li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li><li><strong>Webfonts API: </strong>Manage local fonts with PHP or theme.json. </li></ul>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12644";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 5.9.3 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2022/04/wordpress-5-9-3-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Apr 2022 19:50:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"5.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12575";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"WordPress 5.9.3 is now available! This maintenance release features 9 bug fixes in Core and 9 bug fixes in the block editor.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Jb Audras";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3896:"\n<p>WordPress 5.9.3 is now available!</p>\n\n\n\n<p>This maintenance release features 9 bug fixes in Core and 10 bug fixes in the block editor.</p>\n\n\n\n<p>WordPress 5.9.3 is a short-cycle maintenance release. The next major release will be version <a href="https://make.wordpress.org/core/6.0/">6.0</a>.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-5.9.3.zip">download WordPress 5.9.3 from WordPress.org</a>, or visit your Dashboard → Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the <a href="https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the <a href="https://wordpress.org/support/wordpress-version/version-5-9-3/">changelog of version 5.9.3 on HelpHub</a>.</p>\n\n\n\n<h2 id="thanks-and-props">Thanks and props!</h2>\n\n\n\n<p>The 5.9.3 release was led by <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a> and <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a> for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.3 happen:</p>\n\n\n\n<p class="alignfull is-style-wporg-props-medium"><a href="https://profiles.wordpress.org/wildworks/">Aki Hamano</a>, <a href="https://profiles.wordpress.org/alexstine/">Alex Stine</a>, <a href="https://profiles.wordpress.org/aliakseyenkaihar/">aliakseyenkaihar</a>, <a href="https://profiles.wordpress.org/antonvlasenko/">Anton Vlasenko</a>, <a href="https://profiles.wordpress.org/binarymoon/">binarymoon</a>, <a href="https://profiles.wordpress.org/cbravobernal/">Carlos Bravo</a>, <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a>, <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/glendaviesnz/">glendaviesnz</a>, <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a>, <a href="https://profiles.wordpress.org/ironprogrammer/">ironprogrammer</a>, <a href="https://profiles.wordpress.org/iulia-cazan/">Iulia Cazan</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/joedolson/">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joen/">Joen A.</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a>, <a href="https://profiles.wordpress.org/jsnajdr/">jsnajdr</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a>, <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a>, <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits</a>, <a href="https://profiles.wordpress.org/pgpagely/">pgpagely</a>, <a href="https://profiles.wordpress.org/rafiahmedd/">Rafi Ahmed</a>, <a href="https://profiles.wordpress.org/richybkreckel/">Richard B. Kreckel</a>, <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a>, <a href="https://profiles.wordpress.org/rufus87/">Rufus87</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/tobifjellner/">Tor-Bjorn Fjellner</a>, <a href="https://profiles.wordpress.org/hellofromtonya/">Tonya Mork</a>, <a href="https://profiles.wordpress.org/webcommsat/">Abha Thakor</a>, <a href="https://profiles.wordpress.org/webmandesign/">Oliver Juhas</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12575";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"The Month in WordPress – March 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2022/04/the-month-in-wordpress-march-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Apr 2022 13:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:22:"the month in wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12583";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:325:"We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to this episode of WP Briefing. There you will find a list of Non-Governmental Organizations (NGOs) that can help. In parallel to the work […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13376:"\n<p>We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to <a href="https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/">this episode of WP Briefing</a>. There you will find a list of Non-Governmental Organizations (NGOs) that can help.</p>\n\n\n\n<p>In parallel to the work the community is doing in preparation for the next major release, WordPress 6.0, March has seen the launch of some exciting projects and proposals. Read on to find out more about the latest updates and how to get involved. </p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>The Pattern Directory is open for public submissions</h2>\n\n\n\n<figure class="wp-block-image size-large"><a href="https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?ssl=1"><img decoding="async" loading="lazy" width="1024" height="659" src="https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&ssl=1" alt="View of the Pattern Directory page at WordPress.org." class="wp-image-12584" srcset="https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=300%2C193&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=768%2C494&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1536%2C988&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=2048%2C1318&ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></a></figure>\n\n\n\n<p>The <a href="https://wordpress.org/patterns/new-pattern/">WordPress Pattern Creator</a> is live! This new tool allows anyone with a WordPress.org user account to build, edit and submit their best block patterns to the <a href="https://wordpress.org/patterns/">Pattern Directory</a>.<br><br>If you’ve used patterns in WordPress, you’ll know that they make it easy to add unique layouts to your website. These include galleries, testimonials, pricing tables, and more. Opening the directory to public submissions enables any WordPress user to enjoy a wider variety of patterns to use on their sites.</p>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/" target="_blank" rel="noreferrer noopener"><strong>Check out the Pattern Creator announcement to learn more</strong></a></div>\n</div>\n\n\n\n<h2>WordPress 6.0 Walkthrough scheduled for April 5, 2022</h2>\n\n\n\n<p>A few updates to the <a href="https://make.wordpress.org/core/2022/03/11/wordpress-6-0-planning-update/">WordPress 6.0 planning</a> were published last month. In case you missed them, <strong>today (April 5) at 15:00 UTC</strong> there is a live and interactive <a href="https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/">WordPress 6.0 walkthrough</a> hosted by contributors of the release squad.</p>\n\n\n\n<p>The event will take place via Zoom and include a discussion on the new features, potential blockers, and a Q&A session with the community. Attendance is open to anyone who wants to know more about what’s coming in WordPress 6.0.</p>\n\n\n\n<div class="is-layout-flex wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/" target="_blank" rel="noreferrer noopener"><strong>Join the WordPress 6.0 product walkthrough</strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.8 and 12.9 are here</h2>\n\n\n\n<p>Versions 12.8 and 12.9 of the Gutenberg plugin were released last month. With them, some new exciting features and updates.</p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/">Gutenberg 12.8</a> includes a new Webfonts API, iterative UX enhancements, and bug fixes to increase the editor’s stability.</li><li><a href="https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/">Gutenberg 12.9</a> introduces the new block locking UI and support for spacing between Gallery images. Also, many other improvements to give you more control over what is editable and presented to users.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-15 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/tag/gutenberg-new/" target="_blank" rel="noreferrer noopener"><strong>Follow #gutenberg-new to stay updated on the latest Gutenberg releases</strong></a></div>\n</div>\n\n\n\n<div class="is-layout-flex wp-block-buttons"></div>\n\n\n\n<h2>Team updates: Team Reps for the Photo Directory team, community proposals, and more</h2>\n\n\n\n<ul><li><a href="https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/">WordPress 5.9.2</a> is available for download. This security and maintenance release features one bug fix and three security fixes.</li><li>The Team Representatives for the Make Photo Directory team for 2022 <a href="https://make.wordpress.org/photos/2022/03/23/announcement-photo-directory-team-reps-2022/">have been announced</a>. Congrats to Marcus Burnette (<a href=\'https://profiles.wordpress.org/mdburnette/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdburnette</a>), Katie Richards (<a href=\'https://profiles.wordpress.org/katiejrichards/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>katiejrichards</a>), and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)!</li><li>The Community team considered <a href="https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/">revisiting the existing guidelines</a> for in-person regional WordCamps. Conclusions and next steps will be shared soon.</li><li>On a similar note, Cate DeRosia (<a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>) is <a href="https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/">looking for ideas</a> on how to support organizers who are trying to restart in-person events in their communities. Share yours by April 13, 2022.</li><li>The Training team published new lesson plans, workshops, and social learning spaces on Learn WordPress. <a href="https://make.wordpress.org/updates/2022/04/01/whats-new-on-learnwp-in-march-2022/">Check out what’s new in March 2022.</a></li><li>How has WordPress helped grow your story? The Make Marketing team <a href="https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/">wants to hear about your experience</a>!</li><li>The <a href="https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/">Performance Lab plugin</a>, a set of modules that aim to improve performance in WordPress, was released last month.</li><li>Openverse released <a href="https://make.wordpress.org/openverse/2022/03/10/openverse-frontend-v3-1-1-release/">new updates</a> in March. They include a redesigned content reporting flow and new image detail pages.</li><li>WordPress Executive Director Josepha Haden Chomphosy posted a <a href="https://make.wordpress.org/project/2022/03/23/removal-of-the-zamir-plugin/">public statement</a> on the removal of the Zamir plugin a few weeks ago.</li><li>The March 2022 editions of the <a href="https://make.wordpress.org/community/2022/03/14/meetup-organizer-newsletter-march-2022/">Meetup Organizer Newsletter</a> and the <a href="https://make.wordpress.org/polyglots/2022/03/22/polyglots-monthly-newsletter-march-2022/">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the contributor story of the Argentinian web developer and product manager <a href="https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/">Juanfra Aldasoro</a>.</li><li>WordPress community members launched the <a href="https://block-museum.com/">Museum of Block Art (MOBA)</a>. This initiative seeks to inspire creativity and push the limits around what can be done with WordPress. All the art curated in this virtual museum is built using the block editor.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-17 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/community/2022/03/30/proposal-steps-to-integrate-wpdiversity-into-wordpress-event-organizing/" target="_blank" rel="noreferrer noopener"><strong>Help us build a thriving and inclusive community. Share your thoughts on this </strong><strong>proposal</strong><strong> to introduce WordCamp and Meetup organizers to #WPDiversity programs by April 8, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>Testing requests: WebP feature, template for author pages</h2>\n\n\n\n<ul><li>The Performance Team published a <a href="https://make.wordpress.org/core/2022/03/28/enabling-webp-by-default/">proposal</a> to integrate the WebP image format by default into WordPress core. Your feedback on this feature is appreciated.</li><li><a href="https://make.wordpress.org/mobile/2022/04/04/call-for-testing-wordpress-for-ios-19-6/">Version 19.6</a> of WordPress for iOS is available for testing.</li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-18 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/test/2022/03/31/fse-program-testing-call-13-authoring-an-author-template/" target="_blank" rel="noreferrer noopener"><strong> There’s a new call for testing as part of the Full Site Editing Outreach Program: Authoring an Author Template. The deadline to participate is April 21, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>The first flagship WordCamp Asia is looking for organizers</h2>\n\n\n\n<ul><li>WordCamp Asia is tentatively scheduled for February 2023. After two years since the organizing team announced that the first flagship WordCamp Asia was canceled due to the pandemic, they are back together and <a href="https://asia.wordcamp.org/2023/call-for-organisers/">looking for more members</a> to join them in planning the event.</li><li>The <a href="https://us.wordcamp.org/2022/apply-to-speak-at-wcus/">Call for Speakers</a> for WordCamp US 2022 is now open. You can submit your application by April 17, 2022.</li><li>Three in-person WordCamps are happening this month:<ul><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png" alt="🇨🇭" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://geneve.wordcamp.org/2022/">WordCamp Genève</a>, Switzerland on April 9, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png" alt="🇬🇷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://athens.wordcamp.org/2022/">WordCamp Athens</a>, Greece on April 9-10, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png" alt="🇦🇹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://vienna.wordcamp.org/2022/">WordCamp Vienna</a>, Austria on April 23-24, 2022</li></ul></li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden:<ul><li><a href="https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/">Coming to a WordCamp Near You: A Return to In-Person WP Events</a></li><li><a href="https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/">Is WordPress Made for Me?</a></li></ul></li></ul>\n\n\n\n<div class="is-content-justification-center is-layout-flex wp-container-19 wp-block-buttons">\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://europe.wordcamp.org/2022/call-for-volunteers/" target="_blank" rel="noreferrer noopener"><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp Europe 2022 is still open. If you want to get involved with the WordPress community and have a lot of fun, this is your chance!</strong></strong></a></div>\n</div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12583";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:61:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WP Briefing: Episode 28: Coming to a WordCamp Near You: A Return to In-Person WP Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Apr 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=12506";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:172:"Curious about returning to WordPress events safely? Tune in as WordPress Executive Director Josepha Haden Chomphosy discusses guidelines for returning to in-person events. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2022/03/WP-Briefing-028.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11997:"\n<p>In the twenty-eighth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses returning to in-person WordPress events.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id="credits">Credits</h2>\n\n\n\n<ul><li>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a></li><li>Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a></li><li>Production: <a href="https://profiles.wordpress.org/cbringmann/">Chloé Bringmann</a> & <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li><li>Special thanks to: <a href="https://profiles.wordpress.org/angelasjin/" data-type="URL" data-id="https://profiles.wordpress.org/angelasjin/">Angela Jin</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href="https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist">Event Safety Checklist</a></li><li><a href="https://asia.wordcamp.org/2023/call-for-organisers/">WordCamp Asia Call for Organizers</a></li><li><a href="https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/">Open Discussion: Returning to In-Person Events</a></li><li><a href="https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/">Open Discussion: Returning to Regional Events</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-12506"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong> </p>\n\n\n\n<p>Hello everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:40] </strong></p>\n\n\n\n<p>I was checking the list of upcoming events recently as part of just my regular work and saw that the call for organizers for WordCamp Asia is open. On the one hand, it made my heart skip a beat with excitement. That event is six years or so in the making. And on the other hand, it reminded me of February 10th, 2020, the day that Matt told me that we had to proactively cancel WordCamp Asia. That week was truly heartbreaking for me as well as I think the entire organizing team.</p>\n\n\n\n<p>But it also, fortunately, was prescient. As I think back over the two years since then, I’m grateful for our community wranglers and deputies who have consistently hosted important discussions about how to return to in-person events safely. And with two of our major flagship events returning this year, I’m here to summarize, sort of, what the rules and guidelines are.</p>\n\n\n\n<p>But certainly I hope that you come away from this with an idea of what’s being done to keep everyone safe as we are best able.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:44] </strong></p>\n\n\n\n<p>Firstly, before we dig into specifics, I want to be clear upfront that the guidelines for COVID-aware events are mandatory, unless otherwise stated. For folks who’ve been attending WordPress events, or participating in the community for a long time, this is a change. As a program, we have always done our best to be flexible with guidelines so that we can prioritize local knowledge. But our responsibility is to the long-term success of this community and this program. So moving forward with in-person events that risk the health of our community members poses risks to the program itself. So with that in mind, let’s learn what we’re going to see at events for the rest of the. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:28] </strong></p>\n\n\n\n<p>For any WordPress event that is gathering more than 50 people, the new mandatory guidelines are:</p>\n\n\n\n<p>Number one, follow local laws and guidelines. If your area has suggested guidelines on top of the mandatory ones, follow those.</p>\n\n\n\n<p>Second, is if you are in a location where laws or guidelines require or permit venues to limit admission based on a person’s vaccination status and masking, then events can only happen in venues that are willing to provide staff to check for vaccination status at the door. And then also to remind participants to wear masks during the event.</p>\n\n\n\n<p>And the third thing is if your area or venue legally cannot check vaccination status, your area must pass the in-person checklist, which I will link in the show notes below. But that in-person checklist has to be passed at the time of the application and then again at the time of the event. And in addition to that, the venue must be willing to provide staff who will remind participants to wear masks and check for temperature during the event.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:33] </strong></p>\n\n\n\n<p>Organizers in these areas must be prepared to move online or cancel if the region fails the safety checklist, which again, will be linked in the show notes below. So those are the three things and they are pretty dense, but also I think allow for a fair amount of flexibility. There is also a tidy flow chart linked in the sidebar of make.wordpress.org/community that will help you to decide what sort of event your own area can support right now. </p>\n\n\n\n<p>So those are the mandatory guidelines for WordPress events in general right now, but you probably also have a few specific questions. So I’ve got the three most common questions ready to go with answers from Angela Jin who helped me to kind of pull together the information for this particular podcast props to Angela. Thank you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:25] </strong></p>\n\n\n\n<p>So, first question, anything specific to know about WordCamp Europe? WordCamp Europe will be following these guidelines as well. All attendees and participants are expected to wear a mask while they are at the event and catering will be offered outside so people can remove their masks to eat. </p>\n\n\n\n<p>The second common question is how will these guidelines change as countries and local governments begin deescalating restrictions and safety measures? We should consider these guidelines to be subject to evolution based on what the team is hearing and seeing from the community. But right now we intend to keep these stricter guidelines in place until we see how the loosened rules play out elsewhere. </p>\n\n\n\n<p>And then a third frequent question is what’s going to happen to all these online events?</p>\n\n\n\n<p>The community team will continue to support online events right now. So if your community doesn’t feel ready to have an in-person event, but still wants to kind of get everyone together that is still allowed, and still encouraged. And finally the community team will continue to keep a close eye on situations around the world.</p>\n\n\n\n<p>If it becomes safe to do so, and your community is interested, they of course will be happy to chat with you about a WordCamp. There is an application that I will share the link to in the show notes below as well. In case that is something that your community is wanting to look into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:54]</strong></p>\n\n\n\n<p>Oh, and I have a little postscript also. I know I was like finally, and now I’m doing a finally, finally. That’s what postscripts are about. P.S. If you have not stopped by the community team’s site or any of their meetings, they’ve been doing a really great job of keeping things moving through two years of unpredictable changes. If you are a community team member, I want to offer you a huge thanks. Thank you so much for helping us to stay aware and able to move forward. </p>\n\n\n\n<p>If you are an organizer, pat yourself on the back. I want to thank you for pivoting with us, moving through online events, even though they are not at all the same as in-person events and certainly they don’t share the reasons that we get people together sometimes.</p>\n\n\n\n<p>And finally, if you are an end to end attendee, if you go to WordPress meetups or you go to any sort of WordPress online events or WordCamps, anything like that, thank your local organizer. They have been doing this probably for a while, and I’m sure that they are looking forward to getting back to in-person events themselves, but even, so they have been putting in a lot of volunteer hours to help make sure that we all know how to use WordPress.</p>\n\n\n\n<p>And so find them, thank them, and I’m sure that they’ll appreciate it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:20]</strong></p>\n\n\n\n<p>And with that, it is time for our small list of big things. Number one, WordCamp Asia has a call for organizers open! This event will be in 2023. And I think that we all simply cannot wait. So I’ll link the call for organizers in the show notes. And then of course you can follow that whole site to stay up to date on what’s happening there.</p>\n\n\n\n<p>The second thing is, while we’re on the topic of events, there’s also an open discussion about how we can best support organizers who are getting back to in-person events. We’d like thoughts from both organizers and attendees. So feel free to drop by and leave a note in the comments section. And while you’re over there, the third thing in my small list of big things, there’s also an open discussion about regional events. So go over there, get all your thoughts about WordPress events together. Get them all sorted out in one go. Just leave comments, boom, boom, boom, boom, boom. All over the place. </p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>And I’ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:54]</strong></p>\n\n\n\n<p>So my most embarrassing WordCamp story actually has to do with where I was supposed to be versus where people thought I was supposed to be. This was early on in my time with WordPress, with Automattic. And I had convinced someone, I had convinced a colleague and friend of mine to go to my home WordCamp, WordCamp Fayetteville over there in Arkansas.</p>\n\n\n\n<p>And then I didn’t go. But I knew I wasn’t going, I knew I was going to WordCamp Boston, but he did not know that I was not going to go. And so he arrived at WordCamp Fayetteville, WordCamp Northwest Arkansas. I can’t remember what it was called at the time. And immediately was confused about where I was and why I wasn’t there.</p>\n\n\n\n<p>And so there was this excellent moment of mass confusion among states where the folks at WordCamp Fayetteville started tweeting about how I had convinced this contributor to go to that event and then didn’t show up. And then the folks at WordCamp Boston, we’re looking at all of those tweets, because if you are a WordCamp organizer, you are always looking at the tweets from all the other WordCamps happening in your weekend.</p>\n\n\n\n<p>And people got very confused about why I was in Boston while they were thinking that I was in Fayetteville, even though the tweets were talking about how, like, I wasn’t in Fayetteville. They probably didn’t say that it was probably more along the lines of like, “Hey, let’s share a photo with Josepha” to, like, make fun of the fact that I wasn’t there.</p>\n\n\n\n<p>And so I caused mass confusion in multiple states. That’s probably my most embarrassing WordCamp story. You’re welcome. Bye!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12506";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:75:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"People of WordPress: Juan Aldasoro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Mar 2022 21:42:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:20:"Polyglot Contributor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:12:"Support Team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=12512";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"The People of WordPress feature this month shares the story of web and plugin developer Juanfra Aldasoro from Argentina.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"webcommsat AbhaNonStopNewsUK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:20058:"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and product manager from Argentina, who found in the software a way to live his life in the way he dreamed.</strong></p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" src="https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333.jpg?resize=1024%2C768&ssl=1" alt="Juan standing in front of a mural" class="wp-image-12525" srcset="https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1536%2C1152&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=2048%2C1536&ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>WordPress offers something to everyone. For Juan Aldasoro, a developer and product manager for a large distributed company, it provides an opportunity to combine his different interests and skills to live the type of life he wanted. </p>\n\n\n\n<p>“I like visual, creative and technical things. The joy of WordPress is that you can do all of these things, you don’t have to limit yourself to any one aspect . You can also do this from almost anywhere in the world!”</p>\n\n\n\n<p>From working in products since 2012, Juan sees WordPress as a major part of his skillset and toolbox. He said: “It gives you an opportunity to be part of building a product which could potentially be used by thousands of people and more on your site. It encourages you to think about different languages and how you can make it accessible. It allows you to work on different platforms. Working in WordPress gives you this broad approach. Working this way on products ended up pushing me into learning about all these different things. Only in open source can you really do this and use your creative side to find solutions.”</p>\n\n\n\n<h2><strong>Learning about being part of a community</strong></h2>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="924" src="https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813.jpeg?resize=1024%2C924&ssl=1" alt="Juan standing in a astreet with murals behind him" class="wp-image-12529" srcset="https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1024%2C924&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=300%2C271&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=768%2C693&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1536%2C1386&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=2048%2C1847&ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Born in a mid-sized city in Argentina, Juan was raised in a family in which music, arts and sports were always an essential part of everyday life.</p>\n\n\n\n<p>“These activities encourage human beings to be creative and participative, and at the same time they are highly formative when it comes to mould people in order to become part of a group, a team, a community.”</p>\n\n\n\n<p>The youngest of five siblings, Juan became highly motivated, trying to follow the steps of his siblings. Having a computer at home, he started to make connections that laid the foundation for his career as a developer. His interest in computers grew through that access to a machine running MS-DOS – the one with the black screen command line! Mastering this became a challenge to him and something to share with others. Through doing this, he found a way to more social interaction and new friendships. </p>\n\n\n\n<blockquote class="wp-block-quote"><p>Without being conscious of it, my friends and I were sharing pieces of code.</p></blockquote>\n\n\n\n<p>He said: “I started learning some super easy stuff that made me feel like Houdini at that time. I could save a game play, something intangible, on a floppy disk and carry that piece of plastic and magnetic material back home. I was saving the play or game in a square object and then loading that back at home. I now realize, those were my first interactions with computer commands. Without being conscious of it, my friends and I were sharing pieces of code in a unique way.”</p>\n\n\n\n<p>This interest grew further through computer magazines and experimenting as “there was always something new to learn.” Although sport became a big part of Juan’s life in his teens, he kept up his computer learning. Taking a new direction, he found online tutorials enabling him to learn how to play the guitar. This led to setting up a punk rock band with his friends. </p>\n\n\n\n<p>“Education has always been important in my family, and thanks to my parent’s efforts, I attended a school where I learned to express myself in another language.” The school had hired a satellite internet connection in the mid-nineties and had HTML on the computer studies program. These facilities were not that common in Argentina or many other countries either at that time. Also, his parents had the foresight to secure a rare internet connection at the house in 1997. </p>\n\n\n\n<p>Juan recalled: “Browsing around the Internet opened a new universe in my mind. This new universe was extremely fantastic but also extremely expensive. I needed to make the most of every second online.”<br><br>“It was a whole new world and one thing led to the other. I started learning a bit of everything, editing graphics, scripting and so on. I still remember my first website in the fantastic sunset strip, Geocities.”</p>\n\n\n\n<h3><strong>Trying to go pro</strong></h3>\n\n\n\n<p>After high school, Juan moved to the city along with his brother and began to study IT at University. When he was asked by a friend to work at a software company, he decided to try that whilst continuing his studies. Through his job he had the chance to explore web-related opportunities, and with a friend from university, they started managing teams and projects across Latin America and Spain.<br><br>Juan describes this experience as one of the most fulfilling in his life. He was able to travel abroad for work, experience remote working, manage teams, present projects and speak formally in front of senior people. As the company grew at a fast pace, they learned how to set up and run a large organization. Eventually, he decided to drop out of his university program and focus on the opportunity of learning first hand.</p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="600" height="600" src="https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=600%2C600&ssl=1" alt="Juan riding a bicycle in a historical city during his travels" class="wp-image-12509" srcset="https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=150%2C150&ssl=1 150w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></figure>\n\n\n\n<p>One of the key early learning from working internationally was that business and web development could be just as fast-moving and successful in Argentina as in other places. “I realized there’s no such thing as a secret sauce for success. Projects are backed by people’s talent and time, and you can find that in any latitude.”<br><br>By his mid-20s, Juan decided he wanted to try building something from scratch. He created a social network for photo sharing in Latin America, which was used by more than 30,000 people across Latin America and Spain in its time. Through this, he discovered that other people had a blog and he did not want to be left behind. The discovery of WordPress was to change the focus of his life.<br></p>\n\n\n\n<h2>Hello to WordPress</h2>\n\n\n\n<p>Spending some time traveling around Europe, Juan found himself ‘surrounded by uncertainty’ and worried about what the future could bring. “I had some clues, but under uncertainty, the more you ask the less you answer. I started thinking about embracing the following philosophy: I didn’t want to be part of a large company, I didn’t want to continue studying and I wanted to travel as much as I could.” He did not realize at that time how this vision for his life was to mirror what he would find in WordPress.</p>\n\n\n\n<p>He started using WordPress for a few sites in 2005. By 2007 he was using it for almost everything. He was struck by the magnitude and range of what the software could do, from a simple tool used to create a blog in the blink of an eye through to complex projects.</p>\n\n\n\n<p>His first problem-solving project was simple and saved data received through a contact form plugin. “To complete this project I discovered the Codex and I learned how easy and intuitive it is to create a plugin. I had fallen in love with WordPress.”</p>\n\n\n\n<blockquote class="wp-block-quote"><p>I was truly amazed by how I could learn from others.</p></blockquote>\n\n\n\n<p>As he explored the options with the software, Juan was unsure of how intellectual property worked and wanted to be respectful of other people’s work. “I didn’t understand open source yet, and I wasn’t sure if I was stealing from others. That was my first interaction with GPL and open source. I was truly amazed by how I could learn from others and improve things created by others or by myself.”</p>\n\n\n\n<p>He realized: “WordPress was the way to go if I wanted to pursue a dream of traveling, skipping winter, and working at the same time; what we now call a digital nomad. I already knew how to work remotely, I could work for companies located anywhere, as long as they could communicate in English or Spanish.”</p>\n\n\n\n<p>Juan started his own web agency, where he provided services to small and medium-sized companies abroad in the USA, UK, and Australia. He built his reputation and developed strong relationships in WordPress. “The experience couldn’t be better. I was learning, having fun, making a living out of it, and at the same time exploring the world.”</p>\n\n\n\n<p>In mid-2012, he discovered the full power of the WordPress community firsthand. In his spare time he started developing themes and from all he heard, wanted to attend a major event with lots of others in WordPress, a WordCamp. He took the plunge and booked for WordCamp in Edinburgh, in the UK. He said: “I got to meet many super talented people, and the atmosphere of the event was awesome. A place where competitors were also colleagues. Seeing the humility of somebody like Mike Little, the co-founder of WordPress, was amazing.”</p>\n\n\n\n<p>He added: “While there, unconsciously, I started dreaming of holding something like that in Argentina – the joy of hosting the WordPress community in my home country.”</p>\n\n\n\n<p>Back home, while browsing the Codex, he happened to see that WordPress was turning 10. A lot of meetups were going to be organized worldwide to celebrate the birthday. But there was nothing organized in Argentina. This was a catalyst for starting a local meetup. Together with a colleague, he organized an Argentinian 10th birthday meetup. </p>\n\n\n\n<p>More than 20 people showed up. “There was a common denominator. We all loved WordPress, it was part of our day-to-day life. We wanted to share experiences, make new friends and continue growing from what we could learn from others. That day we were a group of people with shared interests. That’s the simplest way to define a community, isn’t it?” This early meetup led to the formation of what is now called <a href="http://wpargentina.org/">WordPress Argentina</a>.</p>\n\n\n\n<p>In his desire to skip winters and do more traveling, his next adventure was to take him to visit family working in the US and attend one of the biggest WordCamps in the world in San Francisco. His interest kept growing and he traveled across Europe to be part of the first edition of WordCamp Europe in the Netherlands in 2013.</p>\n\n\n\n<p>He said: “There’s almost nothing I could write to fully express what you experience in such events. They are the main WordPress events worldwide. The best part: I made a lot of good friends from many different places. I’m glad I have more excuses to continue traveling.”</p>\n\n\n\n<p>Once again in Argentina, our organization started growing thanks to the energy of the whole group, we started hosting formal meetups. In May 2015, we crowned all these efforts with a new <a href="https://buenosaires.wordcamp.org/2015/">WordCamp in Buenos Aires</a>, Argentina.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="683" src="https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51.jpg?resize=1024%2C683&ssl=1" alt="Juan speaking at WordCamp Buenos Aires" class="wp-image-12528" srcset="https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=2048%2C1365&ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>“Organizing such an event in my home country with many of the contributors I had met from the very first meetup was an experience I will always keep with me.”</p>\n\n\n\n<p>Juan believes one of his biggest contributions to open source was as part of being able to expand the community in Argentina and to share this with other Latin American and Spanish speaking countries. He also contributes as a volunteer translator in the Polyglots Team, to the Make WordPress Support team, and contributes to code blocks and Gutenberg. “I am really excited about seeing the future of Gutenberg as it is the future of WordPress.”</p>\n\n\n\n<p>Throughout his time contributing, Juan believes in helping to set the foundations and encouraging others to give their time and talents. He is keen to share that contributing does not have to be the same all the time and that you can have breaks and focus on one area in a particular period too. He gives the example of how in his spare time he watches Trac, where tickets about the software are logged, and looks where he might be able to help or think of solutions.</p>\n\n\n\n<p>He said: “Anytime I find I can contribute to or make improvements in code-related areas, I will do as it is important to keep giving to the community. I enjoy crawling over meta, trac, GitHub and the different places that are requesting help. There is always somewhere you can help. At the moment, my focus is code and translations. I always try to save time to help these two areas. It is like you give and you get, you learn things. You meet amazing people and opportunities arrive.”</p>\n\n\n\n<h2>Finding your path in WordPress</h2>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="768" height="1024" src="https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505.jpeg?resize=768%2C1024&ssl=1" alt="Juan sat in a street cafe surrounded by parked motorcycles" class="wp-image-12527" srcset="https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=768%2C1024&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=225%2C300&ssl=1 225w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1152%2C1536&ssl=1 1152w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1536%2C2048&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?w=1920&ssl=1 1920w" sizes="(max-width: 768px) 100vw, 768px" data-recalc-dims="1" /></figure>\n\n\n\n<p>“Life is about experiences, it is about the people you surround yourself with and trying to do what you love. What you can find in an open source project like WordPress is an environment full of people who work with a tool they love. An environment that is ready to help and to give advice. Follow what makes you happy, try to be surrounded by people who make you better, try to empower others, try to give back. Try. Make your own path.”</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2 id="contributors-to-this-feature">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Juan Aldasoro (<a href=\'https://profiles.wordpress.org/juanfra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanfra</a>) for sharing his story. </p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>). Reviews by Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>) and Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>).</p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) and others for their support </em>of this initiative.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"12512";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 10 Aug 2022 08:23:00 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Fri, 05 Aug 2022 08:59:15 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20211220193300";}', 'no'), (133, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1660162982', 'no'), (134, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1660119782', 'no'), (135, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1660162983', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"WPTavern: ServerPress Is Shutting Down";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wptavern.com/serverpress-is-shutting-down";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4381:"<p><a href="https://serverpress.com/">ServerPress</a>, makers of DesktopServer, a WordPress local development tool, announced it is shutting down after 12 years in business. The company <a href="https://us7.campaign-archive.com/?e=67f8ccf1b1&u=219119f2736c2f38b536dc982&id=f379709090">emailed</a> its customers and posted a farewell message on its website after disabling new purchases and is in the process of canceling renewals for existing subscriptions.</p>\n\n\n\n<p>ServerPress was founded by Steve Carnam in 2010. His leadership helped the company remain independent of large hosting companies that have scooped up WordPress development tools of all kinds. Carnam described how the market has changed, forcing ServerPress’ partners to make the difficult decision to close:</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>Earlier this year, one of the team members questioned whether or not DesktopServer v5.0 would have a viable market share. We had been so focused on building it out that throughout the development, we lost sight of constantly checking the temperature in the room. Once we started discussing this we came to the conclusion that DS5’s potential market share has changed significantly over the last 10 years. The WordPress development tool landscape has grown and diversified greatly. This has diluted DesktopServer’s overall market share. The time, effort, and costs to bring in new users to DesktopServer’s workflow would be too much overhead for ServerPress to be sustainable. While many larger, well-funded companies would be able to absorb such costs involved, a company of our position cannot.</p>\n</blockquote>\n\n\n\n<p>ServerPress did not communicate any plans for the future of its software products beyond the fact that they will no longer be supported. Longtime users and fans were disappointed to learn that the company is shutting down and some asked if they might consider making DesktopServer available to the public.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">I am so gutted about <a href="https://twitter.com/DesktopServer?ref_src=twsrc%5Etfw">@DesktopServer</a> shutting down. This was a tool that truly transformed my WordPress life, I\'ve been using it for YEARS! Would be awesome if someone (not a hosting company) took it over. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f62d.png" alt="😭" class="wp-smiley" /> <a href="https://t.co/0NluEhLHqs">https://t.co/0NluEhLHqs</a></p>— Lucy Beer (@webtw) <a href="https://twitter.com/webtw/status/1555567490117169152?ref_src=twsrc%5Etfw">August 5, 2022</a></blockquote>\n</div>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">For WordPress Dev, I have previously tried Vagrant, Local by Flywheel, Xammp, Docker and always fell back to my trust <a href="https://twitter.com/hashtag/desktopserver?src=hash&ref_src=twsrc%5Etfw">#desktopserver</a>. Where are people going to go now? Any chance they\'ll consider open sourcing it <a href="https://twitter.com/DesktopServer?ref_src=twsrc%5Etfw">@DesktopServer</a></p>— Mase Ventura (@Mase_Ventura) <a href="https://twitter.com/Mase_Ventura/status/1554871736822382595?ref_src=twsrc%5Etfw">August 3, 2022</a></blockquote>\n</div>\n\n\n\n<p>I asked Carnam if ServerPress is in talks with another company to sell or if they are considering making DesktopServer’s code available. He could not offer any further details but said he may have more news in the near future.</p>\n\n\n\n<p>“With regards to selling, or open sourcing the code (which would be great); I’m unfortunately not at liberty to say at this time,” Carnam said.</p>\n\n\n\n<p>The small ServerPress team, which includes Stephen J Carnam, Marc Benzakein, and Gregg Franklin, have not yet announced what their next ventures will be, but they plan to support current customers for the duration of their subscriptions.</p>\n\n\n\n<p>“If you are a Premium Subscriber, we will continue to support you until your subscription is up,” Carnam said. “For some, that will mean support on issues with DesktopServer v3.9.x. For others, it may mean assistance with migrating to another local development tool. We will continue to help those of you with Premium Memberships with site deployments until your subscription expires.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 10 Aug 2022 01:26:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: WordCamp US 2022 Publishes Speaker Schedule, Livestream Will Be Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136774";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"https://wptavern.com/wordcamp-us-2022-publishes-speaker-schedule-livestream-will-be-available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2409:"<img />\n\n\n\n<p>WordCamp US (WCUS) kicks off one month from today in San Diego, CA, and organizers have published the full <a href="https://us.wordcamp.org/2022/schedule/">schedule</a> for all sessions. The three-day event will feature three tracks with a combination of lightning talks (15 min), standard talks (45 min), and workshops (1 hr+).</p>\n\n\n\n<p>This year’s lineup is heavy on educating professionals on building with blocks. Attendees and livestream viewers can expect to learn how to <a href="https://us.wordcamp.org/2022/session/customizing-core-blocks-for-clients/">customize core blocks for clients</a> and <a href="https://us.wordcamp.org/2022/session/lets-build-a-custom-block-in-15-minutes/">create a custom block in 15 minutes</a>. Speakers will also offer a glimpse into the future of <a href="https://us.wordcamp.org/2022/session/the-future-of-themes-designing-for-the-block-editor-and-beyond/">designing themes for the block editor</a>, the foundational concepts of the <a href="https://us.wordcamp.org/2022/session/a-new-era-of-wordpress-themes-is-here-block-themes/">new era of block themes</a>, and demonstrate <a href="https://us.wordcamp.org/2022/session/build-your-first-block-theme/">how to build a block theme</a>. </p>\n\n\n\n<p>Block themes and plugins aren’t the only things on the menu for WCUS attendees. The event will include a diverse range of topics, including WordPress and the creator economy, accessibility, multichannel e-commerce, performance, community, and creating editorial experiences.</p>\n\n\n\n<p>The sessions begin on September 9, and continue through the next day, capped off with a chat with Matt Mullenweg, who will also answer live questions from the audience. Contributor Day is scheduled for Sunday, September 11.</p>\n\n\n\n<p>Unfortunately, for many hoping to attend, all 650 of the available tickets <a href="https://wptavern.com/wordcamp-us-2022-tickets-now-on-sale-limited-to-650-attendees">sold out within the first day</a>. Everyone else across the world of WordPress will need to tune into the livestream, which organizers expect will be fairly popular this year due to the limited in-person tickets. The sessions in Sun track and Palm track will be live streamed, but the Surf track workshops will not. The <a href="https://us.wordcamp.org/2022/livestream/">livestream page</a> is already published and no special tickets will be required.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Aug 2022 21:30:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Matt: Gaiman on Tumblr";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=58841";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"https://ma.tt/2022/08/gaiman-on-tumblr/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3340:"<p>From a nice new Polygon article, <a href="https://www.polygon.com/23289362/neil-gaiman-books-list-best">Our favorite Neil Gaiman books, comics, and more</a>:</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p id="y3OElA">Before I elaborate —<em> yes,</em> people still use Tumblr and it’s far more popular than most people think. Neil Gaiman has been an active Tumblr user since 2011, and he still actively uses the microblogging platform to this day. This is notable, because celebrities have notoriously been bullied off of Tumblr. Yet somehow, Neil Gaiman has outlived them all, watching from the shadows of his own dashboard.</p>\n\n\n\n<p id="boJiHf">He keeps his ask box open and answers questions from fans. He <a href="https://neil-gaiman.tumblr.com/post/689452050371723264/getting-my-wisdom-teeth-out-today-any-wise-words">gives life</a> <a href="https://neil-gaiman.tumblr.com/post/688900605247438848/dear-neil-i-used-to-love-reading-id-stay-up">and</a> <a href="https://neil-gaiman.tumblr.com/post/688102709959835648/hi-neil-i-hope-youre-well-i-really-enjoy-your">writing advice</a>. He talks about the various adaptations of his works, <a href="https://neil-gaiman.tumblr.com/post/688701872087990272/hi-neil-im-sorry-to-bother-you-i-was-just">giving information he is able to give</a> and answering with a signature <a href="https://neil-gaiman.tumblr.com/post/688351019503058944/hi-neil-please-tell-me-if-number-one-song-in">“wait and see” when he cannot</a>. He plays <a href="https://neil-gaiman.tumblr.com/post/690151373249085440/glanced-at-your-wikipedia-page-and-was-absolutely">along with dumb jokes</a> and <a href="https://neil-gaiman.tumblr.com/post/655191408578265088/who-even-are-you-like-what-did-you-write">reblogs additions</a>. He helps fans track down <a href="https://neil-gaiman.tumblr.com/post/689935702067200000/i-read-this-quote-attributed-to-you-but-i-cant">obscure lines he’s written</a>. And as is the reality of the internet, he deals with his share of <a href="https://neil-gaiman.tumblr.com/post/690075850470768640/a-short-story-in-two-asks-i-wonder-where-the">haters and trolls</a>, but he’s always remarkably graceful toward them.</p>\n\n\n\n<p id="7FY6Dx">He also reblogs posts, <a href="https://neil-gaiman.tumblr.com/post/689248951545806848/neil-gaiman-ewan-mcgregor-food-in-movies">adding on new information</a>, <a href="https://neil-gaiman.tumblr.com/post/688076462799175680/an-elaborate-decade-long-imposter-at-this-point">providing funny commentary</a>, or <a href="https://neil-gaiman.tumblr.com/post/689454123592171520/50-words-to-use-instead-of-said">giving helpful tips</a> (this usually causes some surprise from people who organically stumble upon a comment from Neil Gaiman in the wild, and it’s always really amusing to see).</p>\n\n\n\n<p id="ebhxNC">He’s just a good presence on the internet, which is exceedingly rare to see these days.</p>\n</blockquote>\n\n\n\n<p>I’m seeing more and more people use Tumblr in this way, and it’s nice to be part of making the web a more interesting place. If you haven’t tried Tumblr recently, download the app and start <a href="https://neil-gaiman.tumblr.com/">with Neil’s blog</a> as a subscription. <em>Hat tip: Matthew Ryan.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Aug 2022 14:05:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"Do The Woo Community: Software Licensing Solutions for WooCommerce Builders with Anh, Phil and James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72597";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://dothewoo.io/software-licensing-solutions-for-woocommerce-builders-with-anh-phil-and-james/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:498:"<p>A great discussion on the options for software licensing with WooCommerce, both out-of-the-box or should you roll your own custom built solution.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/software-licensing-solutions-for-woocommerce-builders-with-anh-phil-and-james/">Software Licensing Solutions for WooCommerce Builders with Anh, Phil and James</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Aug 2022 10:08:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Post Status: Local Development Tools and the Open Web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=104119";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://poststatus.com/local-development-tools-and-the-open-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6294:"<div class="wp-container-2 wp-block-group"><div class="wp-block-group__inner-container">\n<div class="wp-container-1 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container"><div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">Who is <em>not</em> using Local? Is it an Open Web tool? Let\'s review some “Local history” and consider where WP Engine\'s popular developer tools could be headed. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">3</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n</div></div>\n\n\n\n<p class="has-drop-cap">Once upon a time, I used <strong>XAMP</strong>. Then I used <a href="https://serverpress.com/"><strong>Desktop Serv</strong>er</a>. I liked it and soon bought into a subscription. It was very host-agnostic and could be set up to push/pull to/from local and development sites. <strong>MAMP</strong> <a href="https://www.mamp.info/">remains a good choice</a> for this, but Desktop Server was the best for WordPress until about 2019. This past week <a href="https://twitter.com/ShawnHooper/status/1554900277987360768">Desktop Server closed its doors</a>. </p>\n\n\n\n<p>Whatever market share Desktop Server once had long ago went to “<strong><a href="https://localwp.com/">Local</a> by Flywheel</strong>,” which was the result of <a href="https://siliconprairienews.com/2016/12/flywheel-acquires-pressmatic/">their 2016 acquihire</a> of <strong>Clay Griffiths</strong> and <strong>Pressmatic</strong>. Pressmatic <a href="https://poststatus.com/notes/pressmatic-wants-new-standard-local-wordpress-development/">was first released that year</a> and cost $99 with no freemium pricing. Rebranded and rapidly developed for <strong>Mac</strong>, <strong>Linux</strong>, or <strong>Windows</strong>, Local was also completely free — for a while.</p>\n\n\n\n<blockquote><p><strong>Connectability</strong> — Anyone should be able to connect to anyone else who wants their connection. This is the foundation for community and well exemplified in tools that are easy to take for granted, like email and Open Source projects like Matrix. </p><cite><a href="https://poststatus.com/open-web-manifesto/">The Open Web Manifesto</a></cite></blockquote>\n\n\n\n<p><a href="https://poststatus.com/wp-engine-acquires-flywheel/">WP Engine acquired Local</a> in 2019 along with <strong>Flywheel</strong>, and there was a brief period when <a href="https://localwp.com/pro-for-everyone/">a separate, subscription-based “Pro” version</a> was rolled out with essential developer features. That didn\'t last long, apparently due to the <a href="https://community.localwp.com/t/connect-to-any-host-that-offers-ssh-or-maybe-even-just-ftp-with-a-php-script-for-the-db/25792">user community reactions</a>, which focused heavily on the lack of host-agnostic support for syncing files and databases. Some features in Local still require additional subscription fees, but most users won\'t be crippled without them.</p>\n\n\n\n<p>Local was already a raging success three years ago when WP Engine acquired it, and I am sure it has only grown in its userbase. Better integration with WP Engine\'s tools for headless sites, like <strong>Atlas</strong>, along with <strong>Migrate</strong> and other tools acquired from <strong>Delicious Brains</strong> will make Local an even more potent toolkit. Add <strong>Genesis</strong> and <a href="https://wpengine.com/blog/open-web-commitment-genesis/">where it\'s likely headed</a> with <strong>Full-Site Editing</strong> — see the work <strong>Mike McAlister</strong> has been doing on <a href="https://deliciousbrains.com/wp-engine-acquisition/">FSE Studio</a> — and you can imagine the end result being just about anything needed for WordPress site builds, from relatively simple brochureware to complex sites and headless installs. </p>\n\n\n\n<blockquote><p>“I feel its time for a bump to this issue but the issue of Connect at large. Connect is a closed aspect of Local and we don’t seem to have any sort of mechanism or ability to add to or modify it ourselves, meaning we can’t even write our own extensions to Connect for other hosts and feel this needs to be addressed in totality not just adding a new connection to appease just a handful of users.”</p><cite><a href="https://community.localwp.com/t/connect-to-siteground/25624/24">User dsnid3r on the Local Community Forum</a></cite></blockquote>\n\n\n\n<p>There was a short period of time where Local was <a href="https://localwp.com/pro-for-everyone/">re-released as a “Pro” subscription product</a> with the most useful basic features moved out of the free version. Due to the negative reactions that came in, the plug was quickly pulled on “Local Pro.” At that point, <a href="https://wptavern.com/wp-engine-makes-local-pro-free-for-all-users">it had 300,000 users</a>.</p>\n\n\n\n<p>Local and newer developer tools in the WP Engine portfolio are all either free or reasonably priced freemium products. How well will any of them will work with other hosting platforms down the line is the question that might have otherwise happy Local users a little worried. </p>\n\n\n\n<p>I\'d love it if Local\'s MagicSync worked with any host — including SpinupWP and InstaWP. In the past, there was some mention of Local\'s “Connect” feature potentially being open to other hosts, and <a href="https://community.localwp.com/c/feature-requests/connect-hosts/32">developer requests for this have never let up</a>. <a href="https://community.localwp.com/c/feature-requests/connect-hosts/32">That hasn\'t happened</a>. Local plus Migrate (which is host agnostic) would easily deliver that longstanding request to customers. </p>\n\n\n\n<p>Will it happen? If it doesn\'t, can we really say Local supports the <a href="https://poststatus.com/open-web-manifesto/">Open Web</a>? </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Aug 2022 05:38:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Post Status: Pentesting as Contributing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=104114";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://poststatus.com/pentesting-as-contributing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2305:"<p><strong>Robert Rowley</strong> at <strong>Patchstack</strong> <a href="https://patchstack.com/articles/patchstack-weekly-svg-xss-reported-in-gutenberg/">explains</a> what I believe is the <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33994">first-ever reported vulnerability in Gutenberg</a> (the plugin, not in WordPress core) to make the National Vulnerability Database. Robert has <a href="https://github.com/WordPress/gutenberg/issues/43039">opened an issue</a> for discussion in the Gutenberg <strong>GitHub</strong> repo that has a good quick summary of the vulnerability. It appears to be only a theoretical vulnerability. To exploit it, an attacker would need the ability to create content in WordPress along with other conditions. As Robert explains: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>Gutenberg allows users to click “insert URL” and paste in a remote URL that points to an SVG file. Gutenberg then uses that value in the <code><img></code> tag when generating the HTML. SVG files may contain javascript, which makes them a security concern similar to XSS.</p><cite>Safely handling SVG via “Insert URL” (Discussion around CVE-2022-33994) #<a href="https://github.com/WordPress/gutenberg/issues/43039#issue-1330374315">43039</a></cite></blockquote>\n\n\n\n<p>There is no immediate risk of this vulnerability being exploited in the wild, so it represents a theoretical security concern that might help shape future development around SVGs in WordPress.</p>\n\n\n\n<p>Notably, this theoretical vulnerability was discovered by <strong>Jitendra Patro</strong>, a software developer and WordPress user. Jitendra found the vulnerability in his own pentesting and has shared all the details <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33994">on his blog</a>. As a self-described WordPress enthusiast, Jitendra has had it as a goal to find a vulnerability in WordPress. That might seem like strange fan behavior outside open source, but it\'s actually a high compliment. </p>\n\n\n\n<p>While closed source SaaS platforms seldom get their security issues aired widely in public, <a href="https://techcrunch.com/2022/08/05/twitter-zero-day-vulnerability-millions/">when they\'re massive</a> like this recent one at <strong>Twitter</strong>, it\'s hard to hide. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Aug 2022 05:30:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: Gutenberg 13.8 Introduces Fluid Typography Support and Revamped Quote Block";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136772";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://wptavern.com/gutenberg-13-8-introduces-fluid-typography-support-and-revamped-quote-block";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4354:"<p><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support">Gutenberg 13.8</a> was released last week with some major enhancements that should delight block theme authors and users alike. The long-awaited fluid typography support landed in this version. It provides smooth scaling between smaller and larger viewports, adapting in a fluid way to varying widths.</p>\n\n\n\n<p>Release lead George Mamadashvili demonstrated how this works in a video: </p>\n\n\n\n\n\n\n\n<p>“Contrast that idea with font sizes that <em>respond</em> to specific viewport sizes, such as those defined by <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries">media queries</a>, but do nothing in between those sizes,” Automattic developer Ramon Dodd said in the <a href="https://github.com/WordPress/gutenberg/pull/39529">fluid type PR</a>.</p>\n\n\n\n<p>“Theme.json already allows authors to insert their own fluid font size values. This won’t change, but this PR offers it to folks who don’t want to worry about the implementation details.”</p>\n\n\n\n<p>Theme developers who want to opt into fluid typography need only set <code>typography.fluid</code> to be <code>true</code> in theme.json and add <code>fluid</code> to each of the <code>settings.typography.fontSizes</code> with <code>min</code> and <code>max</code> values.</p>\n\n\n\n<p> Gutenberg contributors are requesting feedback from theme developers on this first iteration, as it is an experimental new feature. In the future, the feature may be configurable for users through the Global Styles UI.</p>\n\n\n\n<p>“The intention is to garner feedback on the formulae and API, before we think about any editor UI and, beyond that, introducing fluidity to other properties such as spacing,” Dodd said.</p>\n\n\n\n<p>Theme authors have already started updating to use the new fluid typography. Brian Gardner<a href="https://twitter.com/bgardner/status/1556636761228513283"> updated his Frost Theme</a> to use the feature, and Rich Tabor updated his Wei and Wabi themes.</p>\n\n\n\n<p>“As one of the bigger efforts towards making publishing beautifully rich pages in WordPress, fluid typography is a pretty big experience win for both the folks building with WordPress — and those consuming the content,” Tabor said in a tutorial on <a href="https://richtabor.com/fluid-typography-block-themes/">adding support for fluid typography in block themes</a>.</p>\n\n\n\n<p>“It’s also a part of making WordPress more powerful, while not more complicated (which we all know is quite the challenge).”</p>\n\n\n\n<p>Gutenberg 13.8 also includes a<a href="https://github.com/WordPress/gutenberg/pull/25892"> revamped Quote block</a> that is capable of nesting other blocks inside. Previously, the Quote block did not allow inner blocks, but users have often requested the ability to add lists or headings inside of them.</p>\n\n\n\n<img />Quote block with nested blocks\n\n\n\n<p>Other user-facing improvements in 13.8 include the following:</p>\n\n\n\n<ul><li>Template part UX improvements that make specific template part variations available in the block inserter</li><li>Border controls for image blocks</li><li>Post Comments and Comments blocks <a href="https://github.com/WordPress/gutenberg/pull/41807">merged</a> into a single block – Comments</li><li>New <a href="https://github.com/WordPress/gutenberg/pull/42309">content size and wide size controls</a> in Global Styles, under “Layout” allows users to override content dimensions defined by a theme</li><li>Accessibility enhancements – improved and labels and tooltips across the editors, added more keyboard-friendly clickable elements in the “Add template” modal</li><li>New WhatsApp icon added to the Social Icon block</li></ul>\n\n\n\n<p>This update erased performance gains from previous updates in both the post and site editor but future improvements may be able to chisel the times back into the range of previous benchmarks.</p>\n\n\n\n<p>Check out the 13.8 <a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support">release post</a> for the full changelog and more details on all the enhancements and bug fixes.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Aug 2022 20:28:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"Gutenberg Times: Layouts and Wide Alignments in WordPress: Then, Now, and Upcoming Changes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=21803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://gutenbergtimes.com/layouts-and-wide-alignments-in-wordpress-then-now-and-upcoming-changes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6232:"<p>For most of WordPress’ history, the platform accepted a single layout width, defined by the active theme’s global <code>$content_width</code> variable. Theme authors were required to handle the CSS for it and any other sizes they wanted on output.</p>\n\n\n\n<p>When WordPress 5.0 launched the block editor, it introduced the concept of wide and full alignments (technically, they are “widths” or “sizes,” but let’s jump past this oddity of pigeon-holing sizing into the existing alignment system). Themes could add support via <code>add_theme_support( \'align-wide\' )</code> to allow users to select these additional widths for blocks, which would expand beyond the content area:</p>\n\n\n\n<img />Full-width group with nested content with no width set in Twenty Twenty-One.\n\n\n\n<p>The solution was a groundbreaking first step. However, once again, theme authors were mostly left to figure out how this worked on their own. The flagship Twenty Twenty-One theme had dozens of lines of CSS to cover various scenarios to get it to work. WordPress had yet to include a standardized layout system at that point.</p>\n\n\n\n<p>Fast forward to the WordPress 5.9 release in early 2022. The update added a global settings and styles feature, which included a layout system for handling wide sizes. Theme authors merely needed to define <code>settings.layout.contentSize</code> and <code>settings.layout.wideSize</code> in a <code>theme.json</code> file, as shown in the following code snippet:</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-json shcb-code-table shcb-line-numbers shcb-wrap-lines"><span class="shcb-loc"><span>{\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">"version"</span>: <span class="hljs-number">2</span>,\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">"settings"</span>: {\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">"layout"</span>: {\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">"contentSize"</span>: <span class="hljs-string">"38rem"</span>,\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">"wideSize"</span>: <span class="hljs-string">"64rem"</span>\n</span></span><span class="shcb-loc"><span> }\n</span></span><span class="shcb-loc"><span> }\n</span></span><span class="shcb-loc"><span>}\n</span></span></code></div><small class="shcb-language" id="shcb-language-1"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">JSON / JSON with Comments</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">json</span><span class="shcb-language__paren">)</span></small></pre>\n\n\n<p>This meant that developers could remove most (all in some cases) of their custom CSS around content, wide, and full-width layouts. Compared to the previous default theme, Twenty Twenty-Two only had a handful of CSS workarounds for issues related to full-width alignments and root-level padding.</p>\n\n\n\n<p>The new layout system came with new “rules” for aligning nested children of container-type blocks, such as Group. And, WordPress would only show the wide and full options if they were allowed. This caused some compatibility issues for classic theme adoption of <code>theme.json</code>, which we will get to. However, overall the system was finally coming together.</p>\n\n\n\n<img />A full-width group with nested content-width text and a wide image.\n\n\n\n<p>Users had a standard system that was cross-theme compatible (at least those with <code>theme.json</code> support), and theme authors only had to plug in a few configuration values.</p>\n\n\n\n<h2>A Problem with Classic Theme Layout Support</h2>\n\n\n\n<p>The introduction of WordPress’ built-in layout system made for a lot less hassle coping with the multitude of page designs that users might attempt. It gave theme authors a much-needed standard that core could build atop in the future. However, the new system broke compatibility with some scenarios in classic themes.</p>\n\n\n\n<p>For classic theme authors who adopted <code>theme.json</code>, they began <a href="https://github.com/WordPress/gutenberg/issues/33374">noticing two primary issues</a>:</p>\n\n\n\n<ol><li>When using a wide container block in classic themes, most themes defaulted to automatically showing nested blocks at the content width. However, in the new <code>theme.json</code>-based system, child blocks fill the width of their parent.</li><li>In classic, users could assign a wide/full width to any block, regardless of its container. The new system only supports wide/full alignments on children if the parent supports it, such as when the Group block sets nested blocks to inherit the default (content) width.</li></ol>\n\n\n\n<p>The default user experience changed and broke compatibility for classic themes that adopted <code>theme.json</code> after the WordPress 5.9 release. The mere existence of this file moves the user to the new layout system, regardless of whether <code>settings.layout</code> is explicitly set. Developers have no mechanism for opting out of it. This makes it a blocker for gradually adopting FSE components.</p>\n\n\n\n<p>For this reason, I recommend classic theme authors temporarily postpone adopting <code>theme.json</code> if they have an existing userbase. For new projects, adding support should be a non-issue.</p>\n\n\n\n<p>There is good news in store. First, I (along with others) <a href="https://github.com/WordPress/Documentation-Issue-Tracker/issues/392">updated the layout documentation</a> to provide a <a href="https://developer.wordpress.org/themes/advanced-topics/theme-json/#layout">warning in the Theme Handbook</a> about this issue.</p>\n\n\n\n<p>However, a more permanent fix may be on the way. There is an open pull request to <a href="https://github.com/WordPress/gutenberg/pull/42763">create a new content width layout type</a>. It would also make this the default setting for newly-created Group blocks, returning the user experience to the original behavior. There is no set-in-stone deadline for this, but I hope it lands in WordPress 6.1.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 07 Aug 2022 06:05:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:113:"Gutenberg Times: Gutenberg Changelog #71 – Gutenberg 13.8, Fluid Typography, updates to the Block API and more";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://gutenbergtimes.com/?post_type=podcast&p=21815";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://gutenbergtimes.com/podcast/gutenberg-changelog-71-fluid-typography-block-api/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:64661:"<p>Grzegorz Ziolkowski subbed for Mary Job as co-host with Birgit Pauli-Haack. They discuss Gutenberg 13.8, Fluid Typography, updates to Block APIs and WordPress 6.1 Planning. </p>\n\n\n\n<p><a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes">Show Notes</a> / <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript">Transcript</a></p>\n\n\n\n<ul><li>Music: <a href="https://soundcloud.com/xirclebox">Homer Gaines</a></li><li>Editor: <a href="https://www.linkedin.com/in/sandy-reed/">Sandy Reed</a></li><li>Logo: <a href="https://markuraine.com/">Mark Uraine</a></li><li>Production: <a href="https://icodeforapurpose.com">Birgit Pauli-Haack</a></li></ul>\n\n\n\n<p class="has-larger-font-size" id="shownotes"><strong>Show Notes</strong></p>\n\n\n\n<h2>Announcements</h2>\n\n\n\n<p><a href="https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/">WordPress 6.1 Planning Roundup v2</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/">Proposal: A new kind of default theme</a></p>\n\n\n\n<p>Proposal: <a href="https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/">Moving Core block styling to JSON</a></p>\n\n\n\n<p>PR in 13.5 <a href="https://github.com/WordPress/gutenberg/pull/34180">Prototype: merge block CSS with theme.json styles</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/">Design Exploration: Encourage editor configuration during on-boarding</a></p>\n\n\n\n<h2>Community Contributions</h2>\n\n\n\n<p><a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Giving FSE a More User Friendly Name</a> </p>\n\n\n\n<p><a href="https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/">FSE Program Category Customization Summary</a></p>\n\n\n\n<h2>What’s released</h2>\n\n\n\n<p><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/">What’s new in Gutenberg 13.8? (3 August)</a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/pull/39529">Block supports: Add fluid typography</a></p>\n\n\n\n<p><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-blocks/">New examples for Block Types Data (core/blocks package</a></p>\n\n\n\n<h2>What’s in active development and discussed</h2>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/41236">Block API: Tracking issue</a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/33542">Blocks: Further improve assets handling for blocks</a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/pull/42430">Reference PHP file necessary for the block from block.json. It could be a new setting render_template</a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/pull/42485">Injecting dynamic data to block HTML markup in PHP</a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/38167#issuecomment-1203474520">Updated: Tracking: Add a Style Engine to manage rendering block styles</a></p>\n\n\n\n<p class="has-large-font-size">Stay in Touch</p>\n\n\n\n<div class="wp-container-2 wp-block-group"><div class="wp-block-group__inner-container">\n<ul><li>Did you like this episode? <a href="https://lovethepodcast.com/gutenbergchangelog"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href="https://twitter.com/gziolo">@gziolo </a>and <a href="https://twitter.com/bph">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href="https://gutenbergtimes.com/itunes/">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p class="has-larger-font-size"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 71st episode of the Gutenberg Changelog. In today’s episode, we’ll talk about Gutenberg 13.8 release updates to the block APIs, WordPress 6.1 planning, giving FSE a new name and so much more. I am Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate, and today my cohost is Grzegorz Ziolkowski, JavaScript developer and WebPress core contributor. Thank you so much, Grzegorz for subbing for Mary today. Mary sends her regards. She’s really inundated with work, which is good at one point, but we miss her today, and she will be again on the next episode. So how are you, Grzegorz? Thanks for joining us.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hello, Birgit. Hello, dear listeners. I’m great. So happy to join you again and talk about everything related to Gutenberg, which is always fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and we are so glad to have you. You will bring… We will talk about some block APIs because there are big changes coming. Can you let us in or should we wait ’til we get through the release?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh yeah. Like there are a lot of things going on. We are trying to better organize the roadmap for more technical aspects of Gutenberg. So that was one of the talking points during WordCamp Europe. Many core contributors brought that. It’s like the roadmap for user facing features is pretty well defined. You have a lot of references for that, but sometimes, like with so many open issues, it’s really hard to find what’s the most important bits on the technical level and how we can improve building blocks for core and for all extenders, how we can better integrate customizing blocks to work better with blog patterns and with teams in general. So this is what we are trying address with that and we can cover that at the end of the show.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And just wanted to tease it out so people stay on beyond the Gutenberg Changelog for the last Plugin release. </p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p>But before we head into that, there are a few things that happen on the team. One is the WordPress 6.1 planning is done. We have a preliminary schedule and the post also contains a full slate of release leads. So the Feature-Freeze and Beta I for 6.1 is September 20th, and that brings us with Gutenberg up to the version 14.1 if the team keeps the two-week release cycle. There’s no reason why it wouldn’t. And then a release Candidate I would be October 11. That’s when all the Field Guide is going to be published and now more any string, it’s also hard string freeze so that the translators are able to kind of continue the work. And then the final release is November 1st. That moved from the preliminary schedule that was published four weeks ago or something like that, but with the comments from that planning, it didn’t have a third Beta release, but that is now on the schedule and that pushed the final release date a week into November 1st.</p>\n\n\n\n<p>The release squad is release leaders, Matt Mullenweg with the release candidate coordinators again with Hector Prieto and Jonathan Derosia, two veterans leading the release, coordinate the release. And then core-tech co-leads, sorry, is Mike Schroeder, David Bombard and Jeff Paul. And editor tech co-leads, Michael Chaplinsky and Bernie Reider. And then core triage co-leads is Jean-Baptiste Audras and Ahmad Jayon. And editor triage co-leads are Nick Diego and Anne McCarthy. Documentation co-leads is Milana Kapp and Femi Pressid, and yours truly again. So now I’m not a rookie anymore and it’s good to do two releases in a row, because first you learn a lot and the second one you can actually really contribute and not be a pain in the whatnot with all the questions. Marketing and communications lead is Jonathan Pantanni. Test lead is Brian Alexander and Ana Lakisik, and design lead is Rich Tabor. So this is a great squad, again, for the 6.1 release. That’s the third release in 2022.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah, I think the squad is excellent. We have a lot of people that were involved in the previous release and also in the release from many months ago, so that’s always a good mix of people. And I guess you did excellent in the 6.0, Birgit, so you are too humble.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, we also have something new on the release lead. Femi Pressid, she’s new to the release cycle, but she has been working on the Gutenberg end user documentation for about a year now and has done an excellent job keeping up with all of it. And now being on the Release co-lead for documentation means the end user documentation gets a lot more weight and she also can start earlier to triage what will be in the Release and what is user facing to update the documentation. If it’s not before the release, then it’s very close after the Release. So we give her all the support that she can get and if you, dear listeners, are inclined to do some writing and want to do some updates on the end user documentation, because you do it for your clients anyway, or you are, you always wanted to start contributing to the documentation team. Don’t hesitate to come and either ping me or ping Femi or Milana that you want to contribute. And believe me, we will put you to work, so you can definitely make a great difference on the documentation team for that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. It’s also the last release of the year, which means that there should be a new default team. I don’t know how it’s going to be handled this year, because with block teams, there are so many options. You can use block team variations or type variations. There’s many options like block patterns. So I have no idea how the design team is go going to sort that out. I know that Rich Tabor as a team lead, that’s an excellent choice. He has a lot of teams in the repository. I mean, in the directory, so you can check them out, look buy out or name and see what he’s capable of. So that’s going to be very interesting. And I also am really excited that the blog editor triage leads, this idea is continued. It was a last minute edition for 6.0 and Nick Diego, he did excellent job helping Core editor Dech Letes with picking the right back fixes and improvements, enhancements, and stuff like that during the holiday. So now having him and Anne McCarty that should be a dream team to work with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I totally agree with that. He and George Mamadashvili, who also was release lead for this latest Gutenberg Plugin release, they do actually weekly triage meetings now in the Core editor channel and they started that, I think about a month ago. And this has been quite helpful because they sometimes close issues or can push some of the PRs further and see if it gets to a solution quicker. We also have, thank you for pointing out the proposal or mentioning the new default theme. If you missed that, there is a proposal for a new kind of default theme. What was that name? Man, Jenny Ritter. She posted that about two weeks ago and it’s more like it’s going to be a base theme, but then it’s a call for the community to send in style variations as well as for that theme that then totally can change how a site looks, even if it doesn’t change the theme.</p>\n\n\n\n<p>So I think it’s an excellent new approach using all the different tools that are available, especially the style variations. I find that very… And Rich Tabor also has, he’s not on the team for the default team, but he’s definitely raised his hand to say, “Well, I will contribute some style variation for the default theme.” And please, we will share the post in the show notes, of course so you can share your feedback. That’s one thing, but also you can be updated on the next version of this, because the next iteration will be that there will be a basic theme and then how to submit style variations that hasn’t been yet finalized. How the process going to work, it’s always with the new things. You need to find the right process to make it work, but Jenny Ritter and the design team and the theme team are working closely together to make this a great new default theme experience.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So we have one more news to share. So because the date for the WordPress 6.1 is so far ahead, we are also preparing a bug fix release for WordPress major version, which is going to be 6.0.2. And we still didn’t decide on the exact dates, but we are shooting at the end of month and you should expect some official announcements soon, probably after The core chat that happens every Wednesday.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that is good. That’s good. There are a few bug fixes that came out and having them fixed sooner rather than later is really good. Thanks for pointing that out, Grzegorz. We also have a link to the design explorations that James Koster did and he published it on the Design Team post, and that is a new way to offer editor configuration to new people who encounter the blog editor for the first time to select on their, the placement of their toolbar and has some little jiffs in there that actually shows the user, what does it mean? One is the toolbar, the other one, and then the document tool being on top, and then the block toolbar, as well as the accessibility. Like you want to see only the icons or also the text for the buttons in the toolbar and similar things.</p>\n\n\n\n<p>So it’s very interesting. It makes the model, the grading model a little larger, but it actually conveys so much more information and it’s so much more helpful I find than the current user experience. So take a look at it. Right now, these are explorations. There’s nothing decided on yet, but that’s the right moment to offer your opinions and offer suggestions and ideas and be part of the process. So we will share that link in the show notes, of course, and it’s called “Design exploration, encourage editor configuration during onboarding.” So Ben Dwyer just merged a prototype to merge blog CSS with the theme JSON Styles. And that definitely is something that theme developers should take a look at to see if that works with how they want to approach it or with their themes. It’s in combination with a new post that says, “Moving core blog styling to JSON.” And that’s certainly something that is ahead of 6.1 to figure out, to make the process of, to give more customization optimizations options through the global styles UI, and that themes can override block JSON styles as well.</p>\n\n\n\n<p>So it’s going to be interesting to see how that is received by the design and theme developers, as well as the Plug-in developers. Do you have any thoughts on that?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, so like we are training in the very interesting situation because, so far team could have opinions about styles, like default styles for blogs, and that’s like something that can scale well, but sometimes, because we have this interface that unifies how you deal with so many aspects of how blogs look like. So you can change spacing, padding, fonts, and all the types, all that everything created to typography. You can change background color, foreground color, links, and so many things that we constantly see new things arriving. And that’s like in the past, you would customize that for the individual blogs using CSS. But now the same styles can be replaced by the same construct that exists for themes in the theme JSON file. So like the idea is how to leverage that also on the blog level.</p>\n\n\n\n<p>And it brings a lot of power because you can use one language to change everything, but then it creates a lot of questions, like what comes first? Which one should be applied on top of another one? And there’s also a similar exploration for Plugins. So there’s Plugins that change a lot of things. For instance, WooCommerce comes and they can have opinions about styles for blocks as well. So they also trying to find a way using the same representation in the JSON file. So you could combine them together. And it’s definitely very powerful. The benefit of using this common language to express styles is that you can use all type of tools that we see popping up in the community. There is a few tools that allow you to generate those theme JSON files.</p>\n\n\n\n<p>So that could be extended for in the future for block JSON. And for maybe, I don’t know, what’s going to be for Plugins, maybe a theme JSON, but maybe Plugin JSON. Time will tell, but it’s about having programmatic control over all those things and having a coherent way to change the same aspects of the front, on the front end how everything looks like. And some people describe that this is how the design system gets introduced to WordPress which is like a good change from the design perspective. But it’s a very complex to come up with a good approach. So that’s why we have this proposal, the call for feedback. So people can share their ideas and their concerns, how that might evolve, how that might impact their projects and products and so on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah, it’s going to be… It’s some interesting times, especially as you said, kind of the roadmap for, at the beginning for UI and for the no code users is pretty much well spelled out and there’s a vision, but now that it’s almost done with the underlying architecture, there are now the things that need to be happening for extenders, for plugin developers, theme developers. And because everything is now at least understood how it’s in place, there are still a few things like the style engine and this, the common language of how blogs are styled that are coming together. And yeah, these are exciting times. I love it. </p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p>For the community, so Josepha Haden Chomphosy, executive director of the WordPress open source project has posted a post with a headline, “Giving FSE a more user friendly name.” And the TLDR for it is that the terms full site editing or full site editor also abbreviated FSE were actually just a code name internally.</p>\n\n\n\n<p>And they were developed to easily refer to all the collection of features under, that are for site editing and global styles and that. And I integrate in the WordPress experience, but how can we best update the wording to be more user friendly? Because it doesn’t tell the user anything. And naming is really hard. We see that all the time. There are few issues that she has with it, or sees with it that it’s already possible to edit every part on WordPress using code. So the term for that editing doesn’t differentiate between the phases of the project and does not show the new capabilities of the CMS per se. And it also implies the use of blocks, but for new users, there’s no reason for them to expect anything else. So the term isn’t descriptive enough for a user that comes to WordPress, what does it do?</p>\n\n\n\n<p>And then she goes in a little bit more detail and asked then a few questions for you. We’ve referred to it this way for a long time is one of the reasons how can we tackle renaming it together? And then it’s in the code base. So how will we make sure people who aren’t regular contributors see that there will be a change and repeating in line? What other context do you think we need to be aware to look at when we refer to the collective work in the future? So this is one of the more discussed posts. But your opinion is definitely worth bringing in. There are 88 replies already, but I don’t think that a lot of people have seen that yet. So if you haven’t read it yet, and haven’t thought about that, it’s definitely worth your attention, unless you say, “Okay, well, I don’t know how, what they call it. I don’t care.”</p>\n\n\n\n<p>So, but yeah, most of the time, if you are an educator, if you are a theme developer, you have to talk to your users and just explain what it is. This is what we call full set editing now. And there might be a better way and there should be a better way, I think. So that’s one of the pieces I have for you and the other one… So there was a call for testing out from the FSE program, the 15th in a row. And Anne had a deadline of August 1st for comments. I think it ran for four weeks and she now published the summary post for it. And yeah, it was amazing. There were two translations again for the Japanese community, as well as for the Italian community. So there were other voices heard while speaking of translation. Yeah, full site editing doesn’t translate well into a lot of languages.</p>\n\n\n\n<p>So there was also a concern. And then she also used for the first time for a test release, a feature or a service called Insta WP, which lets her set up a site and give you a link to it, so you can spin up your own test website without having to do a local install or any of that. So you could use it for seven days to go through the test. That was really interesting. So the high level summary is there’s still a lot of confusion about certain things, especially it was heavy on the Query Loop, but it was also when you create a new template, you get an empty view. Is there a way to make it replicate some of the footers and headers that is on other templates also for a new one. So they know, okay, this is what I have on every website and something like that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So to clarify, what was the text as exactly. I read that you were asked to go to the editor, like full site editor, just to make a pun of the name and then go to the toolbar and probably create a new template and pick a category, like version of the template and then like go and like use Query Loop to display all the posts from that category and provide everything else that you want to see on this type of pages. Right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Right. And that was one task. And the other task was to create new posts, to explore patterns that were already available on the site. That’s why the Insta WP was an important, that a pattern for a new event announcement and a pattern for an event recap, meaning there were also additional information that we’re supposed to be in there in the pattern and how it worked.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. But still, this is very exciting that you can go and create a template using your browser without having any access to the server and like, you know it’s just like, it’s a so huge change for site owners.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. And up until those changes were in the block editor, it was always more like a catch up for what has been around in page builders for maybe a decade or something like, well, no, no six or seven years apart, that was not in core. But now with this new template editor, this is something that you couldn’t do before without code. That you have an author template and the in 13.7. There were a whole range of new templates available now. And in this version we have, yet another one and that is probably the conclusion of, how many different template types can we create. Yeah, I’m really excited about that. That’s a total new thing for site owners that don’t need any developer to not only have a new template, but also can create the pattern creation that is still the missing link.</p>\n\n\n\n<p>But you can do a combination of having for every new user on your site that edits, you could as a developer, you can actually have patterns for a certain blog type or post type show up in the create new methods. So that is also something that is highly underused right now. I think those things all come together with time and we need to really have more educational posts around that, like the call for testing. That’s the best way to learn what the new features are when you follow those calls for testing, because they’re very detailed and very distinct and make sure that you can accomplish that, but you learn so much. All right. Yeah, that brings us to what’s released?</p>\n\n\n\n<h3><strong>What’s Released</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> I mean, finally, there is a lot of cover that’s happening in the community. That’s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So Gutenberg 13.8, it was released. George Mamadashvili, was a release lead and he noted that we are almost really 3 releases away from 6.1. I did some calculations and it seems that 14.1 will be the last Plugin release that will make it into 6.1. And that is supposed to come out on September 17, something like that. Yeah. So 13.8 comes with fluid typography, accessibility improvements, revamped quote blog template parts, UX enhancements. And it’s also of course always full of bug fixes and code quality improvements. So let’s take it from the top.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. So the flow typographic is a huge change. It’s something that probably a lot of designers expected to see and, it’s something that still isn’t exposed in the UI. So we need to wait for that. It’s a pretty common approach that we seen in the past. And we talk about the other future that our first available through code and then the UI comes after, after it’s properly tested. So maybe Birgit will tell more about what’s exciting about this feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, the fluid topography, what that does is that you can, as a theme developer set a minimum size of your font sizes for the smaller screen and the maximum size for the big, big, big screens. And then what the theme does is, or WordPress does is kind of scales from the small to the screen, seamlessly the typography. So the size of the letters, the spacing of the letters, and also how the paragraphs kind of form. So there is no set viewpoint or view port for the mobile version or the tablet version. It is seamless. And that is kind of the approach that the Gutenberg developers have taken to more implement intrinsic design rather than the certain viewpoints that are along the way, which other page builders have. It’s now available in theme JSON and the fourth theme JSON. So you need to, can set it in the theme JSON file and then how to implement that is in the PR that’s 39529.</p>\n\n\n\n<p>And I know there is a certain, a post in the works to flash that out a bit for the theme developers and it’s coming out in the next week or two, but in the PR which we will separately share in the show notes, you are able to set the settings dot typography dot font sizes, and then give it presets for your theme. You set the fluid field to true, and then you have the minimum size and the maximum size, or you can name them. And your theme then is able to, and WordPress will create the variables for it, for the units. It seems that the best use would be to use the REM units for the relative size propagation. Right now the maximum view port is 1600 pixels. And yeah, I don’t know if that’s right, that it says here 768 for the smaller size.</p>\n\n\n\n<p>So it will not go all the way down to the mobile, but this is the first version. So it’s not going to be perfect and it’s going to be, it’s really going to be rough. So the developers really need you to test it out and give some feedback on it, how your implementation is either stifled or what are the blockers? What does work, what does not work. How you would kind of proceed with that, because as Grzegorz said, the first version is just to get it out in front of the people to be testing and then iterate on the implementation with the feedback from the community.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Although I must say that all the demos I’ve seen so far look pretty great. Maybe it isn’t like so rough, as you mentioned, maybe it’s like good enough for some themes to enable that and see how it plays in practice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I certainly have a “it’s good enough kind of approach to many, many things.” But I know that separates me from the professional theme developers and designers. They want it to be pixel perfect. And they want it to be very granular, have flexibility, very granular form. So I think I would not be a good judge of the feature because I also don’t make a living selling themes. So I really would love to see what Anna Sekoda for instance does with it, or what Ellen Bauer who is also, has been a theme developer since the beginning of blocks and FSE. And they have already published quite a few like Rich Tabor, quite a few themes in the theme directory or also on the WooCommerce marketplace. So that is definitely something they will test it out and figure out what’s needs to be done.</p>\n\n\n\n<h3><strong>Enhancements</strong></h3>\n\n\n\n<p>So other enhancements that we have in the 13.8 release is that the social icon block has a variation now or an icon for the WhatsApp app, has a WhatsApp icon. So you can also connect your profile, your WhatsApp profile on your website. What I also am quite excited about is actually talking about theme JSON, that quite a few things in this release that are concerning the theme JSON on file. This one is also support for heading and caption elements in the theme JSON schema, meaning that you can target with your CSS directly, the HTML elements without having to create another class name or something with your styling. One is also a little minor. That’s the merge of comments and post comments blocks. That’s a big deal, but it’s also kind of the merging of the old thing with a new thing. So when you use the old comments block and now use the new post comments block, it will update your comments.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. It’s mostly before the themes that use the old block. So right now, if you use that, it’ll migrate to the new one, but it will still retain the old behavior. And you will be able to switch to the version with blocks, which like within the blocks, which is like more powerful in terms of all the types of customization that users can do inside the editor in WordPress. Whereas the old one, it depends on templates that are PHP based. And in like by fault, it uses what every WordPress instance provides that can be written by teams, but every site could also provide their own. But you need to code that so that the new version is what we would prefer, because with the block concept, you can do more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So another great feature is now added to the image block and that is border support for color, width and style. And I think that’s the last piece missing to make it really flexible what you do with themes. And George wrote that he’s very curious to see what the creative folks at the museum for block art can accomplish with that, because now you can actually change the border width and differently from the right and left on top and bottom, and then change the color of each. And it’s very flexible and you also can change the radius of the border. So you have round a corner on two sides and square corners on the other side. And it’s just really amazing what you can do with it when you have border controls. So yeah, definitely check it out and see what you want to do with it. The block museum for block art is definitely open for submissions. And I will share in the show notes, how you can submit your creations and see what you can come up with.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, there were also a couple of changes to template parts, which makes them even more powerful. The one thing that I like a lot is that right now it was quite difficult to explore existing template parts in the inserter because they were hidden and you had to insert the template part and you’d, once the block was in the editor canvas you had two options. One was, set existing template part, the other one, you could create it from the scratch. So right now all the existing template parts are also exposing the inserter, which is like a shortcut for everyone. It’s easier to find them, which is a good change. It also aligns more with how usable blocks work, which are in their own tab in this inserter here. Like those template parts, as far as I remember, there are inside blocks, which is like, might be a little bit confusing, so maybe that’s something that could be iterated full there. However, if you search, you don’t care so much and you will be able to see them. So I find it like a great step in their right direction.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Yeah, it’s interesting how people explore interfaces completely differently. So having multiple ways to do the same thing, really exposes more users to the intuition on how to change things and streamlining the process, like these shortcuts is definitely a way to go. Yay. There is a minor change to the color palette. It now displays of checkout preview background and the value is transparent. So you couldn’t see from the color settings, if there is a transparent color or transparent background on a group blog or on a cover block, now you can see it through the checkout preview. That’s definitely a quality of life kind of change that your brain really can absorb that and see that there and give you the signal. There’s a transparent value there. You can now also, and that was missing for a while, you could do the layout content size settings through the theme JSON, but the user didn’t have any way to correct that or change that. Now a site owner has. You can now do it through the interface that you can set the content with as well as the wide width and also the padding for, for those blocks. So that is really for the layout of the template, so that has…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There’s one change that I’m pretty excited about. It’s about the placement of the inline toolbar when using feature text tools like bold italic underlying. So at the moment, like in the past, like in most cases you would see that in the block toolbar that could be either dock to the header or on the top of your block, especially when you write a longer paragraph is like is far away when you want to use a mouse to interact with that. So now you can change the setting and that will be like a floating toolbar that’s always next to the text that you have highlighted, which is very similar to what you will see on mobile devices or tablets when you interact with the apps that come with the system, like iOS or Android. So I like that one. And I’m hoping that people find useful as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I really like that. I saw that first in medium, when they came out that they had this, you highlight a text and then they offered you a formatting toolbar. And I really loved that. And I was missing that in Gutenberg forever, obviously. But I also tested the distraction free writing tool that Rich Tabor and Jeffrey Carandang created that was the iceberg editor. And they actually implemented that as well. And I’m glad that it now came to core and that we have the first iteration of that. And I’m eager to test it out and use it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Also from the experience, I know it’s a bit tricky to use that feature, especially when you are using mobile devices because their system provides their own toolbar. So if in that context, it might be very disruptive, because you don’t know whether that toolbar will come from the system or from the block editor. So, not all features might be available if you see the system one. So, it’s something that needs to still to be tested, but because it’s a setting you can for the mobile, you can disable that. And for the browsers, you can have it enabled. So I’m sure that we all see some improvements on that front.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent, yes. And a whole new, so the quote has received a total revamp, so to speak the quote block, now you can use it and it’s coming out of experimentation with this 13.8 version. So it gets quite a few more testing in before it actually will come to 6.1. Now you can use nested blocks with your quote block. So you could have a quote from someone and add an image to it, or have multiple paragraphs in there, or have a list in a quote block. Often, you couldn’t do a list and make it a quote. So now you can, and I’m really happy that it made it into this version.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it’s very powerful, especially for developers who use GitHub and they know what you can do using markdown that you often quote something which includes code examples, images, videos, and so on. So like this is like bringing the same functionality into the block ward. So I’m really excited about that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, especially when you have code quotes and tutorials also. Yeah, it definitely helps to have that, also have the citation with it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> And also there’s ongoing work to bring the same set of features for the list block, which is another level of complexity. So now you would be able to have a quote that has a list that has inside that nester blocks, you can have paragraphs headings and code examples, even in list, which you know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Icon, emojis. Emojis in a list block. Yes. Nice.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: These are much more complex because they’re like, at least are not two dimensional and it’s not only like the nest of blocks can be on one level, but you can have, the list itself can have a nest at least. So it’s like the interactions between those internal, nested blocks are much more complex. I don’t know if that’s going to be ready for 6.1, but it’s definitely in works and might happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you are very interested in that list version two, list block version two is still in experiments. So you need to enable it through the experiment settings before you can test it out in your local or test site. I wouldn’t do it in production, but yeah, for testing, it’s definitely, you need to enable it in the experiment settings. Yeah, I’m really looking forward to that, especially because you’re not, so when you change from a bullet list to an ordered list, you change the whole mockup in it. So what happens then? There are quite some complexities there. We have seen that in discussions also with the table of contents block that comes out of the gate with a numbered list. But many people don’t like the numbered list and there is no way to change it over to a bulleted list. Say maybe the experiences that come with the list development with the list block version two can actually be replicated for other great blocks that are out there. So what else is in there? So anything that stood out for you?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, I think we covered the most important aspects, like enhancements and new features. That’s quite a huge list. There are some accessibility improvements as usual. It’s always great to see contributors focus on that area, which is like never good enough because the interactions in the editor are so complex. That is very hard to do it right on field first run.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There have been changes to the border controls, which are trigger quite some creativity. So getting that right for accessibility, with labeling and tool tips and field sets and legends that is now available in the Plugin. And then there were some fixes for descriptions or for some other labeling and semantics in the paragraph block. And then also to, they also replace some diff elements, clickable diff elements with actually buttons because that’s a better experience for all users.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There’s also, like in that, related to that, there’s a very interesting change now. When you are focused on the group block, you can use, enter key to create a new empty paragraph just after the group block. So before you would just like, it wouldn’t like, nothing would happen. So you would have to use maybe the drop down menu from the toolbar for the block to find insert a block after the group, or maybe like find some other way, like in between line easier there with mouse. Now it’s much more convenient just to press enter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, definitely. I always appreciated that with, for instance, the list block where you can enter, enter, and then you’re out of the list block and can start. But getting that to more than one blocks is really good. There are also some big change, not big, but yeah good changes in the documentation of things, especially, having many more examples in the core blocks, a data API on how you use it. And some of the examples are also with great comments, so you can make more sense out of things. I think that Ryan Welcher does the great work there and he definitely can use some help. He is determined to have for every function call or store call or something like that. He has an example that is ready to copy paste into some other code, or at least with adaptions. The docs for the block JSON are also updated because it was missing the block variations. And that has been added to the JSON schema definition so now.</p>\n\n\n\n<p>Now you can point to the block variations as well as to the styles with your block metadata. And then the data module had some missing references and that have been updated. So you can actually find them in the documentation now.</p>\n\n\n\n<p>And again, theme JSON got some clarifications on the null true and false values for the block gap setting. That was a little confusing before. So it’s now straight net, as I would say.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it’s ongoing effort to improve developer documentation. There is a lot of public APIs that are documented, but they miss examples. And I think that the work that Ryan Welcher is shepherding is so important to get it because like having code examples makes it so much easier to actually use the code.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah, totally agree with that. So I think we are at the end of the Changelog for the 13.8 Plugin release that happened this week on our third. </p>\n\n\n\n<h3><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>And now we come to the section, what’s an active development and what’s discussed. And before we head into the block API issues, I think there was one thing that I wanted to point out and that is that Ramon published an update also on the style engine tracking issue. So we will definitely point to that in the show notes, but he has, so the style engine is at an experimentation, right or is in experimentation right now. So, but it has a phase one which is block supports and building the foundation. And then the phase two is the global styles consolidation, reducing style tags. And in both, he has some updates on some of the issues. So make sure if you’re theme developer, you’re definitely interested in what’s coming down with the style engine development.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah, it’s very related to what we are going to cover now, which is block API. So style engine is in fact, subset of that, it’s related to how class names and style attributes are added to the block HTML output. And the idea we style engine is that eventually we would have everything generated on the server only on the front end, so that means that only styles and class names would be included on the page when the given block is there, which means an excellent reduction of unused CSS, which a lot of websites struggle with today and the progress on that is really promising. And I hope that in a few months we will see all the benefits of the work happening on that front.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So you revamped some of the… You created a tracking issue for the block API that had quite a few chapters on it and does seem to only have 35 tasks and there are other tracking issues with much longer, but it covers issues that are around block assets, block registration, block attributes, variations, block supports, and then the inserting and moving blocks and block editing, dynamic block manipulation, server side rendering component and of course documentation. So what stands out for you on this? What is the big effort here?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So first of all, we have over 4,000 issues open in the Gutenberg repository. You know it’s very hard to triage all of them, go back and see what’s there. So the effort that I made together with Matias just was, can we identify the most common, occurring issue that people rise and they want to see improved and that we wanted to collect items that make the biggest impact in the short term. And it’s not like the list is close. We will be constantly revisiting whether the list makes sense. We will be adding new features based on the feedback from people in general. It’s just a way for us to bring better focus on what we can work on in the upcoming WordPress releases and Gutenberg releases and, like it’s dividing the sections, just like it tries to follow how the milestones for how the WordPress, the block editors and the full site editing should evolve.</p>\n\n\n\n<p>It’s always like milestone for template parts, milestone for global styles and so on. We try to mirror the same structure. And for now it’s because issues that we’ve been talking about, some of them for years now, and there were never clear focus to work on them. And we are trying to change that because we see that stuff like block validation and block deportation comes back every now and then, this people often complain about. So we just want to make sure that there is single place that people can go and see, “Okay, is that on the roadmap? Is that being tracked? How can I get involved and help move that forward?” So instead of saying that, find the issue on GitHub throughout all those 4,000 issues. Like there’s a single place. It’s pinned when you go to the Gutenberg repository and you go to issues like on the top of the page, there are three pinned issues.</p>\n\n\n\n<p>It’s one of them now. So it’s easy to find for people if they know about that thing. And so it’s easier to discover and this is also a good way to see what’s actually being worked on because if you go to this issue and the tracking number is 41236, you can see because there is an icon is a ranch or how you call it like that like…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, toolbox tool.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Toolbox.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Tool set.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Toolbox, tool set. So you can see this icon. It means that someone is actually working on this feature or there is open PR, so you can leave your feedback there. And once we have some issues done, then we just be marked as finished. So people can see at some point a history of the progress what’s being worked there. It’s also a nice way if someone opens a new issue and you know, like Fabian Kagy, he opened recently some issues related to how we could better control inserting blocks in the editor.</p>\n\n\n\n<p>So you could define, for instance, this blog goes only when there is no block inside the template, or maybe I want to have only a single instance of this block when it is inside a given parent block, like very complex use cases and those type of issue, they’re great ideas, but it’s not so easy to define how that could be done. So this tracking issue will try to combine similar issues like that and put that into the tracking issue. So you can have a single reference and find those issues also from the perspective of project management, like when someone opens a new issue and we can easily say, “Okay, please check this tracking issue and see what we already have on this topic and see how that fits to the proposed solutions so far.” Like this type of capabilities are open and I mean, I’m really excited about that because so far it was really hard to identify how people can get involved to improve the API blocks.</p>\n\n\n\n<p>So it impacts how you develop blocks and to make it easier, more straightforward for all the developers. But also it impacts the core blocks. Everyone would benefit from the ideas that are in short in decision.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, let’s see at some of the examples and so in the assets there isn’t one tasks to explore how to tree shake block styles on the front end and has an example issue and that is how, what does it mean? That’s kind of how the CSS cascades through the front end. Another one is combined.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes it is.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Go ahead.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So the idea here is for instance, the idea was whether we can find a way to define, okay, this style is present on the page when the following conditions happen. For instance, in the block has a special class name called, whatever. And then the system that would be built behind that could say, “Okay, and this blog doesn’t have this class. That means that we can skip that and we don’t have to serve it to the user.” So it’s fairly technical, but that gives you idea what exciting things we can do with blocks, having better understanding of how they are structured, what they contain and like these ideas. Also, there’s a lot of requests from Plugin outdoors. So they would like to have a better ways to inject their own styles to blocks or JavaScripts. So, we are discussing different ways how it to make it easier so you could just define okay to all blogs that met certain criteria, let’s add this style that brings some additional visual effects.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Okay, I understand that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: One of the things that we are actively working on is related to dynamic block manipulation. So we always wanted to have a way to, let’s say, use some data that comes from database or some external service. So for instance, the ideas are the simplest one, you have a block inside the footer that shows a copyright note, like in PHP it’s easy because you are using date function and just like changes every year. So you don’t have to go to your website and update that. And how to define some, some ways. So you could just insert a token that says, “Okay, this is a date.” And it displays a year and it will change automatically inside the block. So it’s shortening the database, something dynamic, on the render of the front end it changes.</p>\n\n\n\n<p>So, this is very advanced concept. And however we are now, we should see next week a proposal on make core block for something more simple. Often people want to replace some text or token or something, the credit that like a pattern inside your block. For instance, the cover block has a featured image and it’s really powerful. And we’ll be seeing a proposal for special API that will make that simpler so you can define like, let’s find this stack and change this attribute source with the value that comes from the featured image and this type of thing. So everything is very technical. And I think that is a good common, like good place for people who are very familiar with JavaScript, but also with PHP. So like everyone finds something to think about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, especially the inline token. We actually had Danny Schnell as a guest on our podcast here when he was working and trying to think through that. And he took us quite deeply into what needs to happen. And so make it complex, make it easy, make it simple. And we call it back then, we call it kind of the short codes 2.0, so it’s not nothing new to WordPress, but it’s the innovative version, the better blocks version for it to have these inline tokens for replacing some variable with something else or with some values. And I’m glad that you said that’s kind of in the works for next week to try out or to at least kick it around in theory, so that’s wonderful. There’s also something that’s in the works that’s…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> And for block registration, there is like a very quite simple proposal. Like right now to define how the dynamic block gets rendered with PHP you need to like define a function. Inside this function you will get some, like content of the block attributes and the block type, and use all those variables to generate the output that’s going to be displayed on the front end. And we are also thinking ahead and trying to combine efforts with how in the future you could like to write simpler blocks in that you would provide a PHP template that generates that output instead. So you don’t have to deal with functions. You just provide a function that just prints everything. And this proposal covers that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That sounds really interesting.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So in the future, we could have something similar for JavaScript. So also you could provide like, depends would we peak and land on.</p>\n\n\n\n<p>And, but there is this in the WordPress like organization on GitHub, there is block hydration, experiments, repository, and like explores exactly what I said for JavaScript, how to make blocks interactive on the front end. So for instance, they can have buttons that change state of the block, and you can have like dynamic data that updates, for instance the simple example, people always use the counter. Like you click the plus sign and the number changes, so this type of features. And at some point we hope that this PHP template and JavaScript template could be somehow unified. So maybe not in a sense that you would be writing a single code, but with some tooling, maybe we could have some format that allows you to generate PHP and JavaScript. So you don’t have to bother and write it twice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. Yeah, that was a big discussion between Helen Busandy and Mark Jakeworth and Riad Benguela about, I think it was in October last year. And then I know Michael Chaplinsky has done some more exploration. And then there was, did you work with Ellen Cherser on the, there is a new JavaScript.</p>\n\n\n\n<p><em>Grzegorz Ziolkowsk</em>i: Bento?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bento. Yeah, Bento JavaScript. Kind of replace the JavaScript framework with a different framework. It’s not certainly the best approach, but if it works for people who use that. Before that you can use it for blocks with different languages or languages and variations and frameworks.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: In some ways the Bento components that Google is working on are similar to the ideas because it just exactly does that. So they have some way to define components and they have different representation for web components for PreAct and you can just, it’s the same UI, but you can use different code, depending whatever you want to have on your website. And it sort of falls in the same category. But it’s just like Bento is done by Google. And it’s hard to tell how it evolves. So we are exploring different parts for now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, I get it. Well, so is there anything else then, do you want to point out from this tracking issue or discussion?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I guess I’m good. One of the ideas that Fabian mentioned is very interesting, so because the way to control where you display blocks has always been troublesome for people. So people want to have flexibility. For instance, you have custom post type, you don’t want to see all blocks, so how to do that. And we have some ways on the server you can provide allowed blocks to which is list of types of blocks that are allowed. But sometimes we want to have the positive approach. How do I say that? Which blocks I don’t want, and I want the rest. So that’s also some of the discussions happening that the people like our listeners could chime in and share their ideas. And in general, with WordPress 6.0, we added our sister Field, which allows you to define, “Okay, I want to have this block when one of the parent or grandparent or grand grandparent blocks are this and that block.”</p>\n\n\n\n<p>And it’s gives more flexibility, like the comments lock uses that because it allows you have comments and you can have group, then you can have, I don’t know, what else do you want? You can have several groups and then you use a common title, for instance, I mean, in small complex, but make it shorter. And this gives a lot of flexibility and one of the ideas I had originally, how you say like, “I want to have this parent and this ancestor, but I don’t want to have this ancestor.” This type of way of defining, which would satisfy a lot of use cases.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, indeed. And I think we need to really write much more use cases for it, and tutorials so people can actually imagine things here because theoretically, what’s an ancestor? What’s a parent, what’s a child, where’s a child? It’s all a little bit more, little bit too abstract when you’re kind of try to figure out how to get it all together. There are so many ways to skin, the cat. So are there answers, so I have a question for you and one is that, is there a way to actually pick up custom fields for custom post types if they were kind of already created or if they are kind of available to use them also in a template or? It’s probably very hard to do it via UI. That’s why our advanced custom fields is still for many developers that go to place instead of creating custom blocks for the custom fields. But I think that. Are there any thoughts on that, in this reiteration of the block API?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So for now, the proposal, that’s going to be shared next week for replacing parts of HTML with API that allows you to change attributes. That could be a way, you could say that, “Okay, this field is like going to be replaced with custom field.” So you give you the name and something like that, but it’s still not good enough, in my opinion. We need to have a proper way for that in the future. And maybe even more advanced way of defining dynamic in my tokens. The way it works with blocks, ACF Plugin is that they allow linking between an attribute, so it stores the reference to the exact filter in the database. So it stores the number and based on that, it can provide the correct value. So whenever it changes, it updates on the server as well. So it’s not that easy to do that, but for that ACF has created a special way of writing templates, which takes that into account. It’s dynamic.</p>\n\n\n\n<p>It is able to link all the correct numbers and so on. So, I mean, it’s like having something like that in a more flexible way that works, not only with what ACF provides, it’s a bigger task and it is definitely something we would like to have, we just need to do it in steps.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, no, so that will be the block API, third iteration. Now it’s the second iteration and then the next iteration is going to maybe, kind of thinking about through that part. Well, excellent. Thank you so much for walking us all through that. And what’s in the works and what the next iteration of extensibility for blocks actually will look like. That is definitely now that the foundation is in place. Now extensibility has a higher priority, it seems for the Gutenberg project. So I’m really glad that this took a lot of work to find all the right issues and figure out how to structure that. So thank you for going through that and also leading us through that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Although to be fair, most of the issues were opened by our excellent contributors. I just only did the part of finding them and putting them in one place.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And yeah, you helped a lot of people kind of get a good roadmap through that, or at least an idea of what the vision is going to be, so. Because that’s always a question that we get, so what’s the vision? And only these tracking issues and overview issues like Matias did and what you did and was also Andrew does for layouts and for style engine all that. Maybe I should share some of the tracking issues. I think I collected about 10 or 15 tracking issues now. From the Gutenberg project, it’s probably a better way to figure out what’s current on what people are working on. So yeah, that’s a call for me to maybe think about some curation of that. </p>\n\n\n\n<p>All right. Well, thank you very much. At the end of the show, we are way over whatever we wanted to do as an hour limit or so, but that’s okay because you brought so much more insights into what the second iteration of block API is going to hold. Is there anything else that you want to leave our listeners with?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I don’t have anything.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You don’t have anything. I don’t have anything. I said everything that I wanted to say at the beginning in the announcement, in the community and no, I’m glad you were on the show. Thank you so much for coming. As always the listeners, the show notes will be published on Gutenberg Times.com/podcast. This is episode 71. And if you have questions, suggestions, especially answer for Grzegorz with all the questions that you might have for the blocks API, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>, that’s <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a> or ping me or Grzegorz on Twitter or WebPress slack. My handle is BPH. That’s my initials on both of them. What’s yours, Jergus?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Mine is G-Z-I-O-L-O</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Giolo? Gizolo?</p>\n\n\n\n<p>Grzegorz Ziolkowski: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, cool. Well, this was it. And thank you very much for listening. If you find this helpful, create a review and we read that out loud here. So you would get a little shout out on the next episode. Thank you for listening, and I wish you a great week. And next two weeks until we hear you again.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Thank you for the invitation Birgit. It was as your role, a pleasure to catch up what’s happening with Gutenberg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you so much, and it’s always a pleasure to have you thanks so much, Grzegorz.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Aug 2022 21:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Gutenberg Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"Gutenberg Times: Fluid typography, Gutenberg 13.8, Moving block styling to JSON – Weekend Edition 225";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=21775";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://gutenbergtimes.com/fluid-typography-gutenberg-13-8-moving-block-styling-to-json-weekend-edition-225/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:27494:"<p>Howdy, </p>\n\n\n\n<p>Greetings from Berlin with a view of The Cube near the main station of Berlin. My husband and I connected with family and did some sightseeing of the German capital. I also visited the Museum Barbarini in Potsdam and thoroughly enjoyed the exhibition: <a href="https://www.museum-barberini.de/en/ausstellungen/4785/the-shape-of-freedom-international-abstraction-after-1945">The Shape of Freedom. International Abstraction after 1945</a>. Interestingly, enough, ‘Abstraction’ is also a topic for software makers. And that’s enough distraction. Let’s catch up together on two weeks of WordPress and Gutenberg news. </p>\n\n\n\n<p>As mentioned before, you don’t have to read it all in one sitting. You can always come back gain to read more. It’s summer time in the Northern hemisphere. Hope you can stay cool. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class="wp-container-3 wp-block-group has-light-background-background-color has-background"><div class="wp-block-group__inner-container">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class="wp-block-sortabrilliant-guidepost"><ul><li><a href="https://gutenbergtimes.com/feed/#0-word-press-release-information">Developing Gutenberg and WordPress</a><ul><li><a href="https://gutenbergtimes.com/feed/#1-gutenberg-13-8-is-now-available">Gutenberg 13.8 is now available</a></li></ul></li><li><a href="https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</a></li><li><a href="https://gutenbergtimes.com/feed/#3-si">Site owners and nocode site builders using the Block editor</a></li><li><a href="https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor. </a></li><li><a href="https://gutenbergtimes.com/feed/#5-b">Block editor and block themes at WordCamp US</a></li><li><a href="https://gutenbergtimes.com/feed/#5-s">Upcoming WordPress events</a><ul><li><a href="https://gutenbergtimes.com/feed/#6-word-camps-around-the-world">WordCamps around the World</a></li><li><a href="https://gutenbergtimes.com/feed/#1-l">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id="0-word-press-release-information">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Various team published new initiatives and updates. </p>\n\n\n\n<p>Always seeing the bigger picture, <strong>Josepha Haden Chomphosy</strong>, executive directory of the WordPress open-source project, ask for you help to <strong><a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Giving FSE a More User Friendly Name</a>.</strong> Not all commenters are convinced that there needs to be a name change. I also wasn’t thrilled by the outlook to update lots of post, documentation etc, after discussion Full-Site Editing for over 2.5 years, but I must admit, it’s more the resistance to let go of something I am used to, then a good reason to not try for a more user-friendly name. Some commenters are delighted because they feel it doesn’t translate well into other languages and they already started shortening it to something like site editor or layout editor. I favor something that ends in ‘designer’, like Layout designer, or template designer. The comments are still open. Chime in with your opinion. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Hector Prieto </strong>published <strong><a href="https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/">WordPress 6.1 Planning Roundup v2</a> </strong>with the updated release schedule and the release squad. Feature Freeze and Beta 1 are scheduled for September 20, 2022, Release Candidate 1 for October 11, 2022 and final release will make WordPress 6.1 available on November 1, 2022. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>For the WordPress design team, <strong>Channing Ritter </strong>posted <a href="https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/"><strong>Project Update: WordPress.org Homepage and Download page mockups</strong></a>. I am excited about this new look of the WordPress open-source project on the Internet. What do you think? Share your comment on the post. </p>\n\n\n\n<img />\n\n\n\n<p><strong>James Koster,</strong> also on the WordPress Design team published about his <a href="https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/"><strong>Design Exploration: Encourage editor configuration during on-boarding</strong></a>. It shows a bigger Welcome guide that also help the user make decisions on several settings and features when they first start using the block editor. </p>\n\n\n\n<img />\n\n\n\n<p><strong>Ben Dwyer</strong> outlines in his post <strong><a href="https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/">Moving Core block styling to JSON</a> </strong>the reasoning behind an effort to enable styling of block via the block.json file rather then via css styling. This will have to standardize and streamline ways themes can override 3rd party plugins styling. It will also enable the user to modify the look and feel withouth the need to dive into CSS syntax and language. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>In her article, <a href="https://wptavern.com/gutenberg-contributors-experiment-with-custom-labeling-of-blocks-in-list-view"><strong>Gutenberg Contributors Experiment with Custom Labeling of Blocks in List View</strong></a>, <strong>Sarah Gooding</strong> explains the exploratory efforts by developers to allow users to name sections of their page/site to better find them in the List View. <strong>Dave Smith</strong> create the <a href="https://github.com/WordPress/gutenberg/pull/42605">PR ready for review</a>. If you haven’t tested a PR before the merge, I would recommend following <strong>Paal Joachim Romdahl</strong>‘s <a href="https://make.wordpress.org/design/2021/03/03/testing-a-gutenberg-pull-request-pr/">Testing a Gutenberg Pull Request (PR)</a></p>\n\n\n\n<h3 id="1-gutenberg-13-8-is-now-available">Gutenberg 13.8 is now available</h3>\n\n\n\n<p>George Mamadashvili was the release lead for the Gutenberg plugin v 13.8 release. In his post <a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/">What’s new in Gutenberg 13.8? (3 August)</a>, he highlighted: </p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support">Fluid typography support</a></li><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#revamped-quote-block-leveraging-inner-blocks">Revamped Quote block leveraging inner blocks</a></li><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#template-part-ux-improvements">Template part UX improvements</a></li><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#border-controls-for-image-blocks">Border controls for Image blocks</a></li><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#accessibility-enhancements">Accessibility enhancements</a></li></ul>\n\n\n\n<p>Fluid typography has been requested by theme developers for quite some time. It’s only available to theme developers/designer via the theme.json for now. Before the settings can be made available via the Global Styles interface, this first iteration could use some thorough testing. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>This week, <strong>Grzegorz Ziolkowski</strong> and I discussed the Gutenberg 13.8 release, changes to the Block API and so much more for the next episode of the <strong>Gutenberg Changelog</strong> (episode 71). It will arrive at your favorite podcast player over the weekend. </p>\n\n\n\n<img />\n\n\n\n<div class="wp-container-4 wp-block-group has-light-background-background-color has-background"><div class="wp-block-group__inner-container">\n<p><strong>🎙️ </strong> New episode: <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-71-fluid-typography-block-api/">Gutenberg Changelog #71 – Gutenberg 13.8, Fluid Typography, updates to the Block API and more</a> – with co-hosts Grzegorz Ziolkowski and Birgit Pauli-Haack </p>\n</div></div>\n\n\n\n\n<div class="ngl-articles colored ngl-articles-30_70 ngl-articles-frontend">\n\n \n <div class="ngl-articles-wrap ngl-articles-webview">\n \n \n <div class="ngl-article-mobile">\n <table width="100%" border="0" cellpadding="0" cellspacing="0">\n <tr>\n <td valign="top">\n <div class="ngl-article-mob-wrap">\n <div class="ngl-article-featured"><a href="https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/" target="_blank" rel=""><img src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/Tanvir-Rahman-Hridoy-Comailla-Bangladesh-web.jpg?w=652&ssl=1" /></a></div><div class="ngl-article-title"><a href="https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/" target="_blank" rel=""><span>Classic Widgets in FSE, 3D Cut-out Image, Open-Source Theme Designs and more – Weekend Edition 221</span></a></div><div class="ngl-article-excerpt">Howdy, Some great Block themes resources are now available. And if you haven’t yet, consider joining the Full-Site-Editing Outreach program channel on WordPress Slack. Anne McCarthy always invites members to… <a href="https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/" class="ngl-article-read-more" target="_blank">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n <div class="ngl-article-mobile">\n <table width="100%" border="0" cellpadding="0" cellspacing="0">\n <tr>\n <td valign="top">\n <div class="ngl-article-mob-wrap">\n <div class="ngl-article-featured"><a href="https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/" target="_blank" rel=""><img src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/unsupported-block-in-pattern.jpg?w=652&ssl=1" /></a></div><div class="ngl-article-title"><a href="https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/" target="_blank" rel=""><span>Conditionally Registering Patterns in Themes with Third-Party Blocks</span></a></div><div class="ngl-article-excerpt">What happens when a theme registers a pattern with a third-party block? If the user has the block plugin installed, it appears as it should. WordPress also does a good… <a href="https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/" class="ngl-article-read-more" target="_blank">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n <div class="ngl-article-mobile">\n <table width="100%" border="0" cellpadding="0" cellspacing="0">\n <tr>\n <td valign="top">\n <div class="ngl-article-mob-wrap">\n <div class="ngl-article-featured"><a href="https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/" target="_blank" rel=""><img src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/Screen-shot-Pew-Research-Center-july-0222-.png?w=652&ssl=1" /></a></div><div class="ngl-article-title"><a href="https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/" target="_blank" rel=""><span>Live Q & A: Block-First Approach at Pew Research Center</span></a></div><div class="ngl-article-excerpt">On July 22, 2022, Michael Piccorossi, Head of Digital Strategy and Seth Rubenstein, Lead Developer at Pew Research Center talked to co-hosts Anne McCarthy, WordPress Product Liason and Birgit Pauli-Haack,… <a href="https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/" class="ngl-article-read-more" target="_blank">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<h2 id="2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Carolina Nymark</strong> updates instructions on how to implement <a href="https://fullsiteediting.com/lessons/theme-json-typography-options/#h-fluid-typography-with-gutenberg">Fluid Typography via Theme.json</a> that are now available via 13.8. It’s part of the Typography lesson on of her Theme builder course for developers. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Daisy Olsen</strong> held a workshop on Learn. WordPress that is now available on WordPressTV: <a href="https://wordpress.tv/2022/08/04/theme-development-workflows-for-different-types-of-developers/"><strong>Theme Development Workflows For Different Types of Developers. </strong></a>During this workshop, Daisy Olsen discussed the different workflows that someone might use in the creation of block themes. Discover the best development workflow that is right for you.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n\n<p><strong> <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/" target="_blank" rel="noreferrer noopener">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Anne McCarty</strong> published <strong><a href="https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/">FSE Program Category Customization Summary</a> </strong>of the 15th call for testing. It’s an interesting read to learn what people struggle with and also what they appreciate when creating category templates and interact with patterns for custom post types. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Ari Stathopoulos</strong>, from the WordPress Themes team, details how themes submitted to teh themes directory are to <a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">Use locally-hosted Google fonts in themes</a> and answer frequently asked questions. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>Shout-out for the theme.json feature of block themes by <strong>Daniel Schutzsmith</strong> via <a href="https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE1NywiOTE1NWJlYmMwYmViIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3IiwzNzAsMF0">The Repository</a> under <em>A concept worth understanding</em><strong> </strong>he wrote. “As a developer, I’ve been playing with the new theme.json concept and I can easily say it is something we all should be adopting as we create new websites. The concept of using a JSON file to set up the common styles used throughout WordPress core works well, especially in a traditional version control workflow on a team. It’s worth digging into <a href="https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjM3MCIsImQ2MGExZjZlZDBlYiIsZmFsc2Vd" target="_blank" rel="noreferrer noopener">fullsiteediting.com</a> and <a href="https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjM3MCIsIjA4NjI3ZjQ1YjQzZiIsZmFsc2Vd" target="_blank" rel="noreferrer noopener">learn.wordpress.org</a>. Both of these resources provide some terrific materials to make it all easier to understand.”</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Sean Blakeley</strong> was a guest on the WP Tavern Jukebox podcast and talked with Nathan Wrigley on <a href="https://wptavern.com/podcast/36-sean-blakeley-on-transitioning-a-large-agency-over-to-gutenberg"><strong>Transitioning a Large Agency Over to Gutenberg</strong></a>. “After years of experiments with different approaches and collaborations between designers and developers, their team has begun to rely heavily on block patterns, and they’ve found it is greatly increasing their productivity. It’s fair to say that block patterns have revolutionised the team’s approach to the entire design process.” Wrigley sumarizes. </p>\n\n\n\n<p><strong>Sean Blakeley</strong> also talked about <a href="https://wordpress.tv/2022/06/27/sean-blakeley-the-block-pattern-revolution/"><strong>Block Pattern Revolution at WordCamp Europe.</strong></a> The talk is available on WordPressTV. </p>\n\n\n\n<h2 id="3-si">Site owners and nocode site builders using the Block editor</h2>\n\n\n\n<p>In his post and video , <a href="https://wptuts.co.uk/im-switching-to-gutenberg-for-wordpress-and-you-should-too-probably/">I’m Switching to Gutenberg For WordPress | And YOU SHOULD Too (Probably!)</a>, Paul Charlton of <a href="https://twitter.com/WPTutz"><strong>WPTutz</strong></a> talks about his reason, why he sticks with WordPress’ core block editor, plus 3rd party plugins to extend the features set to his needs, mostly more controlas for animation and grid block layouts. What are some of the tools you are using to augment the WordPress block editor? </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Vikas Singhal</strong> announced a new plugin <strong><a href="https://wordpress.org/plugins/newsletter-block-by-gutena/">Newsletter Block</a></strong> and Jamie Marsland reviewd it on his YouTube Channel and called it <a href="https://www.youtube.com/watch?v=Idy5H0TziBA">The Best WordPress Gutenberg Block for Mailchimp</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>In his video on WordPressTV, <strong>Ben Evans</strong> introduces you to <a href="https://wordpress.tv/2022/08/05/an-introduction-to-the-9-design-blocks/">Nine Design Blocks</a>. He shows you how these blocks behave differently on different screen sizes and let’s you take part on how he experiments making different layouts using these blocks. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Wes Theron</strong> shows you the steps necessary to <strong><a href="https://wordpress.tv/2022/08/04/creating-a-landing-page-with-a-block-theme/">Create a landing page with a block theme</a></strong>. You’ll learn how to create a custom template and build two landing pages using different methods.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Nick Diego</strong>‘s part 2 of <strong><a href="https://wordpress.tv/2022/08/02/nick-diego-builder-basics-lets-build-a-custom-theme-no-coding-required-part-2/">Let’s Build a Custom Theme (No Coding Required)</a></strong> is now available on WordPress TV. <a href="https://wordpress.tv/2022/06/16/nick-diego-builder-basics-lets-build-a-custom-theme-no-coding-required/">Part 1 is also online</a></p>\n\n\n\n<h2 id="3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Berhard Kau</strong> helps fellow developers to creata <a href="https://kau-boys.com/3121/wordpress/a-first-simple-block-with-some-es6-code-its-not-as-scary-as-it-sounds"><strong>A first simple block with some ES6 code – it’s not as scary as it sounds</strong></a>. It’s a follow-up post on creating a block via React. Kau suggests relying on the official scaffolding tool for block creation, tool called ‘create block’ that is available from the Gutenberg repository. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Nick Diego</strong> helps you to <strong><a href="https://wpengine.com/builders/block-locking-api/">Unlock the Power of the Block Locking API</a></strong>. In this article, Diego explored the block locking API, how to implement locking in a real-world example, and discussed ways to extend this functionality by restricting <em>who</em> can lock and unlock blocks. Coincidently, Core contributores also update the documentation with a new page in the handbook: <a href="https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/"><strong>Curating the Editor Experience</strong></a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Jonathan Bossenger</strong>‘s session on <a href="https://wordpress.tv/2022/08/05/lets-code-an-introduction-to-block-development/"><strong>Let’s Code: An Introduction to Block Development </strong></a>is now available on WordPressTV. In this session, Bossenger walks you through the software required to develop blocks, and how to set it all up. Then he shows a tool called create-block to create our first block, and then looks at the code that this generates and what each piece does.</p>\n\n\n\n<h2 id="5-b">Block editor and block themes at WordCamp US</h2>\n\n\n\n<p>The organizer at WordCamp US published the <a href="https://us.wordcamp.org/2022/schedule/">schedule of talks.</a> it’s a great line-up of speakers. Below list might make it onto your calendar. The WordCamp will livetstream the sessions. </p>\n\n\n\n<p><strong>Friday, Septemberg 9, 2022 </strong></p>\n\n\n\n<p><em>A series of 15-minute talks:</em></p>\n\n\n\n<p>4 pm EDT / 20:00 UTC <br /><strong><a href="https://us.wordcamp.org/2022/session/customizing-core-blocks-for-clients/">Customizing Core Blocks for Clients</a> </strong>with <strong>Alex Ball</strong></p>\n\n\n\n<p>5 pm EDT/ 21:00 UTC <br /><a href="https://us.wordcamp.org/2022/session/lets-build-a-custom-block-in-15-minutes/"><strong>Let’s Build a Custom Block in 15 Minutes</strong></a> with <strong>Nick Diego</strong></p>\n\n\n\n<p>5:15 pm EDT / 21:15 UTC <br /><strong><a href="https://us.wordcamp.org/2022/session/fse-for-the-win/">FSE For the Win</a> with Evan Mullins</strong></p>\n\n\n\n<p><strong>Saturday, September 10, 2022</strong></p>\n\n\n\n<p>12:15 PM EDT / 16:15 UTC <br /><a href="https://us.wordcamp.org/2022/session/build-your-first-block-theme/"><strong>Build Your First Block Theme</strong></a> with Daisy Olsen, a 2 hrs Workshop</p>\n\n\n\n<p>4 pm EDT / 20:00 UTC <br /><strong><a href="https://us.wordcamp.org/2022/session/a-new-era-of-wordpress-themes-is-here-block-themes/">A New Era of WordPress Themes is Here: Block Themes</a></strong> wtih <strong>Rich Tabor</strong> (45 min) </p>\n\n\n\n<p>5pm EDT / 21:00 UTC <br /><strong><a href="https://us.wordcamp.org/2022/session/the-future-of-themes-designing-for-the-block-editor-and-beyond/">The Future Of Themes: Designing for the Block Editor and Beyond</a></strong> with <strong>Michelle Schlup</strong> (45 min)</p>\n\n\n\n\n<p><strong><a href="https://gutenbergtimes.com/need-a-zip-from-master/">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt="GitHub all releases" src="https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge" /></p>\n\n\n\n\n<h2 id="5-s">Upcoming WordPress events</h2>\n\n\n\n<p><strong>November 18, 2022</strong><br /><a href="https://www.wordfest.live/2022/november/"><strong>WordFest Live 2022</strong></a><br />Call for speakers ends August 15, 2022</p>\n\n\n\n<h3 id="6-word-camps-around-the-world">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022<br /><strong><a href="https://jinja.wordcamp.org/2022/">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now.</p>\n\n\n\n<p>September 3 + 4, 2022<br /><a href="https://kathmandu.wordcamp.org/2022/"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 – 11, 2022<br /><strong><a href="https://us.wordcamp.org/2022/">WordCamp US</a></strong> in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022<br /><a href="https://netherlands.wordcamp.org/2022/"><strong>WordCamp Netherlands</strong></a> at the <a href="https://www.burgerszoo.com/">Royal Burger’s Zoo</a> in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href="https://pontevedra.wordcamp.org/2022"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<p>February 17 – 19, 2023<br /><strong><a href="https://asia.wordcamp.org/2023/">WordCamp Asia</a></strong>, Bangkok, Thailand<br /><a href="https://asia.wordcamp.org/2023/call-for-speakers/">Call for speaker was just published</a>. Deadline: September 15th, 2022 (UTC +7)<br />Contributor Day is planned for February 17, 2023 (Day 1)</p>\n\n\n\n<h3 id="1-l">Learn WordPress Online Meetups</h3>\n\n\n\n<p>August 10, 2022 – 3 pm EDT / 19:00 UTC <br /><strong><a href="https://www.meetup.com/learn-wordpress-online-workshops/events/287622279/">Block Theme Builders: Design With Figma</a></strong> w/ Damon Cook & Sarah Snow</p>\n\n\n\n<p>August 16, 2022 – 5 pm EDT / 21:00 UTC <br /><a href="https://www.meetup.com/learn-wordpress-online-workshops/events/287388518/"><strong>Showcasing Content with Query Loops</strong> </a>with Wes Theron</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n\n<p>Featured Image: The Cube at the main train station in Berlin, Germany. Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n\n\n\n<p class="has-text-align-left"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class="wp-block-newsletterglue-form ngl-form ngl-portrait" action="https://gutenbergtimes.com/feed/" method="post"><div class="ngl-form-container"><div class="ngl-form-field"><label class="ngl-form-label" for="ngl_email"><br />Type in your Email address to subscribe.</label><div class="ngl-form-input"><input type="email" class="ngl-form-input-text" name="ngl_email" id="ngl_email" /></div></div><button type="submit" class="ngl-form-button">Subscribe</button><p class="ngl-form-text">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class="ngl-message-overlay"><div class="ngl-message-svg-wrap"></div><div class="ngl-message-overlay-text">Thanks for subscribing.</div></div><input type="hidden" name="ngl_list_id" id="ngl_list_id" value="26f81bd8ae" /><input type="hidden" name="ngl_double_optin" id="ngl_double_optin" value="yes" /></form>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 19:52:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Post Status: Post Status Picks for the Week of August 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103948";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://poststatus.com/post-status-8-1-22/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3763:"<div class="has-background has-theme-palette-7-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">Adam Silverstein on Performance in large plugins, GDPR and accessibility, World Wide Web Day in the global WordPress community, Jonathan Wold on partnerships, women in software, and Michelle Frechette on building communities. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 id="h-post-status-podcast-picks">Post Status Podcast Picks <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /></h2>\n\n\n\n<ul><li><strong>Woo Dev Chat: Adam Silverstein</strong>, part of the performance team for WordPress core, <a href="https://dothewoo.io/wordpress-core-performance-with-adam-silverstein/">talks about performance</a> for large plugins like <strong>WooCommerce</strong>.</li><li><strong>WP Builds</strong>: <a href="https://wpbuilds.com/2022/07/28/289-legal-stuff/">Some legal issues to consider</a> when building sites, including <strong>GDPR</strong> and accessibility.</li><li><strong>WP Briefing</strong>: For World Wide Web Day, nearly a dozen <a href="https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/">short clips from people around the world</a> reflecting on how WordPress has changed their understanding of the web.</li><li><strong>WP Tavern Jukebox</strong>: <strong>Jonathan Wold</strong> <a href="https://wptavern.com/podcast/37-jonathan-wold-on-how-partnerships-might-help-your-wordpress-business">on partnerships</a> and what they offer your WordPress business in today\'s economy.</li><li><strong>Syntax.fm</strong>: If you\'re looking for a way to <a href="https://syntax.fm/show/491/how-to-spark-your-imagination-and-get-excited-about-coding">spark your imagination and get excited about coding again</a>, this episode explains how to lower your “time to first smile” (TTFS).</li><li><strong>Delicious Brainwaves</strong>: <strong>Sanjucta Ghose</strong> and <strong>Sam Munoz</strong> <a href="https://podcast.deliciousbrains.com/podcasts/12445/episodes/episode-13-women-in-wordpress-and-development">discuss their experiences</a> as women in the software industry.</li><li><strong>Themeisle Interviews</strong>: <strong>Michelle Frechette</strong> talks about <a href="https://themeisle.com/blog/michelle-frechette-interview/">building a quality community</a>.</li></ul>\n\n\n\n<h2>Video Pick:</h2>\n\n\n\n<ul><li><strong>The Gamechangers</strong>: <a href="https://twitter.com/chrislubkert" target="_blank" rel="noreferrer noopener">Chris Lubkert</a> and <a href="https://twitter.com/arturgrabo" target="_blank" rel="noreferrer noopener">Artur Grabowski</a> from <strong>Extendify</strong> explain <a href="https://www.youtube.com/watch?v=X_K-PuF-9Hc">how WordPress founders can build a network</a> of potential buyers early on to enhance the sellability of their product for a future exit.</li></ul>\n\n\n\n<p></p>\n\n\n\n<div class="wp-container-5 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href="https://poststatus.com/news-and-insights/week-in-review/">Week in Review</a> — also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href="https://poststatus.com/make-wordpress/">This Week at WordPress.org</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png" alt="⚙" class="wp-smiley" /></p>\n</div></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 14:41:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Do The Woo Community: WooBits: Do the Woo 4.0 Coming Your Way";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72586";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://dothewoo.io/woobits-do-the-woo-4-0-coming-your-way/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"<p>The next big version of Do the Woo is on the road map.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/woobits-do-the-woo-4-0-coming-your-way/">WooBits: Do the Woo 4.0 Coming Your Way</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 10:40:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WordPress.org blog: The Month in WordPress – July 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13306";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14623:"<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href="https://make.wordpress.org/core/6-1/">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href="https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href="https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href="https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href="https://wordpress.org/news/">WordPress.org/News</a> and the <a href="https://wordpress.org/gutenberg/">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href="https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/">kicked off</a> on July 8, 2022, and the <a href="https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/">development work</a> is already underway.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Take a look at the design mockups and <a href="https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href="https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href="https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Follow the <a href="https://make.wordpress.org/core/tag/gutenberg-new/">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href="https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href="https://wordpress.org/five-for-the-future/">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href="https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href="https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href="https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href="https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what’s new in this <a href="https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href="https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href="https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href="https://make.wordpress.org/performance">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href="https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href="https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/">Carla Doria</a>, a customer support specialist from South America.</li><li><a href="https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>WP Briefing celebrated <a href="https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Share your thoughts in this post</a>.</li><li>The <a href="https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href="https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href="https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href="https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>The Community Team is calling on all meetup members and organizers to <a href="https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href="https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href="https://profiles.wordpress.org/margheweb/">Margherita Pelonara</a>, <a href="https://profiles.wordpress.org/simo70/">Simona Simionato</a>, and <a href="https://profiles.wordpress.org/webtechpooja/">Pooja Derashri</a>!</li><li><a href="https://us.wordcamp.org/2022/underrepresented-speaker-supporters/">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href="https://us.wordcamp.org/2022/underrepresented-speaker-support/">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href="https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/">Call for Speakers</a> and <a href="https://asia.wordcamp.org/2023/call-for-media-partners/">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href="https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png" alt="🇺🇬" class="wp-smiley" /> <a href="https://jinja.wordcamp.org/2022/">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png" alt="🇳🇵" class="wp-smiley" /> <a href="https://kathmandu.wordcamp.org/2022/">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" /> <a href="https://us.wordcamp.org/2022/">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png" alt="🇳🇱" class="wp-smiley" /> <a href="https://netherlands.wordcamp.org/2022/">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png" alt="🇪🇸" class="wp-smiley" /> <a href="https://pontevedra.wordcamp.org/2022/">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href="https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-css-opacity" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href="https://profiles.wordpress.org/chaion07/" class="mention"><span class="mentions-prefix">@</span>chaion07</a>, <a href="https://profiles.wordpress.org/laurlittle/" class="mention"><span class="mentions-prefix">@</span>laurlittle</a>, <a href="https://profiles.wordpress.org/mysweetcate/" class="mention"><span class="mentions-prefix">@</span>mysweetcate</a>, <a href="https://profiles.wordpress.org/sereedmedia/" class="mention"><span class="mentions-prefix">@</span>sereedmedia</a>, <a href="https://profiles.wordpress.org/dansoschin/" class="mention"><span class="mentions-prefix">@</span>dansoschin</a>, <a href="https://profiles.wordpress.org/rmartinezduque/" class="mention"><span class="mentions-prefix">@</span>rmartinezduque</a>.</em></em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Aug 2022 08:57:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:105:"Post Status: Building and Sustaining the WordPress Community Through Mentorship — Post Status Draft 123";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103831";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://poststatus.com/building-and-sustaining-the-wordpress-community-through-mentorship/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7364:"<blockquote class="wp-block-quote"><p>Mentor someone. Today! Don\'t wait. Start today! Talk to people. Connect with them. Go on Twitter. Just 15 minutes a day. Tell them why this community is great. Make them want to join!</p><cite>Nyasha Green</cite></blockquote>\n\n\n\n<div class="wp-container-7 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container"><div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">For Nyasha Green, a healthy tech community prioritizes mentoring. She credits her mentors with helping her find her place in WordPress. How well does your part of the WordPress ecosystem support mentorship? Can we make mentoring a key way people contribute to WordPress\'s future? </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">3</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n<p class="has-drop-cap">In this episode of Post Status Draft, <strong>Nyasha Green</strong> joins <strong>Dan Knauss</strong> to tell her story about joining the WordPress community relatively recently. Ny is a Software Developer at <strong>Howard Development and Consulting</strong> as well as the Editorial Director for <strong>MasterWP</strong>. Ny credits <strong>Ken Elliot</strong> and <strong>Shambi Broome</strong> as mentors who got her into WordPress. Together they\'re getting two new WordPress Meetups up and running in Columbia, SC and Charlotte, NC.</p>\n\n\n\n<p>Picking up on one of <strong>Kim Lipari</strong>‘s comments last week (<a href="https://poststatus.com/not-a-small-village-anymore-kim-lipari/">“We\'re not a small village anymore.” A Conversation with Kim Lipari</a> — <strong>Post Status Draft 121</strong>), Nyasha shares her thoughts on the ways the WordPress community can better embrace growth and change by enlarging its circles of leadership, innovation, and talent. For Ny, a culture that prioritizes mentoring relationships is essential. She sees value in paid internships at WordPress companies, intentional programming at <strong>Meetups</strong> and <strong>WordCamps</strong>, and the continued use of travel scholarships to welcome new people to an increasingly inclusive WordPress community.</p>\n\n\n\n<p>Finally, we also talk about dealing with grief, loss, and emotional health in tech, how social media hurts and helps, and resources like <strong>Big Orange Heart</strong> that are there for you <a href="https://www.patientsrising.org/what-is-spoonie/">when you\'re all out of spoons</a>.</p>\n\n\n\n\n\n\n\n<div class="wp-container-10 wp-block-columns has-theme-palette-8-background-color has-background" id="WP-Engine">\n<div class="wp-container-8 wp-block-column">\n<h3><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <a href="https://poststat.us/a2-hosting">A2 Hosting</a></h3>\n\n\n\n<p><strong>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable.</strong> WordPress can be easily deployed on <em>ANY</em> web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at <a href="http://a2hosting.com" target="_blank" rel="noreferrer noopener">a2hosting.com</a> today!</p>\n</div>\n\n\n\n<div class="wp-container-9 wp-block-column is-vertically-aligned-center"><div class="wp-block-image">\n<img width="304" height="304" src="https://cdn.poststatus.com/wp-content/uploads/2022/07/88b63da0-f90b-11e6-bc40-730c4553c727.png" alt="A2 Hosting" class="wp-image-101225" title="WP Engine" /></div></div>\n</div>\n\n\n\n<h3 id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href="https://twitter.com/kennethspeaks">Ken Elliot</a> (Twitter)</li><li><a href="https://twitter.com/webgyrl2">Shambi Broome</a> (Twitter)</li><li><a href="https://poststatus.com/not-a-small-village-anymore-kim-lipari/">“We\'re not a small village anymore.” A Conversation with Kim Lipari </a>— Post Status Draft 121</li><li><a href="https://poststatus.com/barriers-to-contributing/">Barriers to Contributing</a> (to 5ftF for freelancers, small teams, and agencies.)</li><li><a href="https://poststatus.com/what-does-five-for-the-future-mean-to-you-2/">Mentorship as a form of contribution</a> (5ftF) </li><li><a href="https://howarddc.com/">Howard Development and Consulting</a></li><li><a href="https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/">Supporting Underrepresented Speakers at WCUS</a></li><li><a href="https://winstinahughes.com/reducing-barriers-to-the-full-inclusion-of-underrepresented-minority-speakers/">Sponsor Inclusion in Tech</a> (<a href="https://winstinahughes.com/">Winstina Hughes</a>)</li><li><a href="https://www.underrepresentedintech.com/">Underrepresented in Tech</a></li><li><a href="https://www.bigorangeheart.org/">Big Orange Heart</a> and <a href="https://wpandup.slack.com/archives/CM8N8J9UK">#spoonies</a></li><li><a href="https://butyoudontlooksick.com/articles/written-by-christine/the-spoon-theory/">Spoon Theory</a></li><li>There\'s even <a href="https://cmt.blog/about/#this-isn-t-a-private-blog-anyone-can-join">a Spoonie Wapuu</a>…of course. </li></ul>\n\n\n\n<h3 id="h-you-can-follow-nyasha-and-dan-on-twitter"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> You can follow Nyasha and Dan on Twitter:</h3>\n\n\n\n<ul><li><a href="https://twitter.com/Ny_The_Creator">Nyasha Green</a> (Twitter)</li><li><a href="https://twitter.com/dan_knauss">Dan Knauss</a> (Twitter)</li><li><a href="https://twitter.com/post_status">Post Status</a> (Twitter)</li></ul>\n\n\n\n<p class="has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Aug 2022 22:15:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Olivia Bisset";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Post Status: WP.events — Find out what’s happening next";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103894";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"https://poststatus.com/wp-events-find-out-whats-happening-next/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14190:"<p>Have you recently thought it would be nice to have one comprehensive source for all WordPress community events? </p>\n\n\n\n<p>Thanks to <strong>The Events Calendar</strong> and some nice people at <strong>StellarWP</strong> — <strong>Hazel Quimpo</strong>, <strong>Zach Tirrell</strong>, and <strong>Michelle Frechette</strong> — there\'s a great new place to go exactly for that: <a href="https://wp.events/">WP.events</a>! </p>\n\n\n\n<p><strong>Javier Casares</strong>‘ wonderful wpcalendar.io has been deeply missed, as he covered all the meetups happening around the world. Maybe it will be back one day… <a href="https://www.casares.blog/about-wpcalendario/">Sounds like he needs time and maybe some help to revamp it</a>. There\'s only so much you can do with RSS though.</p>\n\n\n\n<p>Still, it\'s a wonderful open web technology…</p>\n\n\n\n<h2 id="h-wp-events">WP.events</h2>\n\n\n<ul class="is-grid columns-3 has-dates has-excerpts alignleft wp-block-rss"><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/wordcamp-netherlands/">WordCamp Netherlands</a></div>September 15, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Nederland takes place on the 15th and 16th of September 2022 at Burgers’ Zoo […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/rochester-wordpress-meetup-pagebuilders/">Rochester WordPress Meetup: Pagebuilders</a></div>September 12, 2022 <div class="wp-block-rss__item-excerpt">We’re going to talk about Page Builders – with attention to Kadence and Kadence blocks. […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/wordcamp-us/">WordCamp US</a></div>September 9, 2022 <div class="wp-block-rss__item-excerpt">WordCamp US 2022 will take place in San Diego, California! Tickets are sold out. The […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/wordcamp-kathmandu/">WordCamp Kathmandu</a></div>September 3, 2022 <div class="wp-block-rss__item-excerpt">The post WordCamp Kathmandu appeared first on wp.events.</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/wordcamp-jinja/">WordCamp Jinja</a></div>September 2, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Jinja 2022 (Friday 2nd– Saturday 3rd September 2022) will be a major community event in Jinja […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/santa-cruz-wordpress-meetup-helpdesk/">Santa Cruz WordPress Meetup Helpdesk</a></div>August 18, 2022 <div class="wp-block-rss__item-excerpt">A great opportunity to network with other WordPress users, get questions answered, share ideas and […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/native-stripe-payments-integration-for-managed-wordpress/">Native Stripe Payments Integration for Managed WordPress</a></div>August 17, 2022 <div class="wp-block-rss__item-excerpt">It’s a fact that each plugin you add to your WordPress site comes with a […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/wordpress-security-ssl-hsts-htaccess-and-more/">WordPress Security – SSL, HSTS, htaccess and more</a></div>August 16, 2022 <div class="wp-block-rss__item-excerpt">WordPress is a complex and one of the most popular CMS platforms in use today. […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/how-to-fix-bugs-in-php-faster-with-the-ray-debugger/">How to fix bugs in PHP faster with the Ray debugger</a></div>August 10, 2022 <div class="wp-block-rss__item-excerpt">Learn how to implement Ray into your PHP/Laravel development workflow to understand what exactly went […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wp.events/event/list-building-school-3/">List Building School 3</a></div>August 8, 2022 <div class="wp-block-rss__item-excerpt">Go behind the scenes with 20+ email marketing experts to grow an email list with […]</div></li></ul>\n\n\n<h2 id="h-wordcamp-central">WordCamp Central</h2>\n\n\n<ul class="is-grid columns-3 has-dates has-excerpts alignleft wp-block-rss"><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-valencia/">WordCamp Valencia</a></div>July 28, 2022 <div class="wp-block-rss__item-excerpt">Dates: October 21, 2022 – October 22, 2022 Location: Valencia, Spain Venue: Complejo deportivo y […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-gresik-east-java-indonesia/">WordCamp Gresik, East Java, Indonesia</a></div>May 25, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Gresik will be the first WordCamp in Gresik, and in Indonesia since 2019. Gresik […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-kathmandu-bagmati-nepal-2/">WordCamp Kathmandu, Bagmati, Nepal</a></div>April 5, 2022 <div class="wp-block-rss__item-excerpt">Namaste, everyone! We’re so happy to announce that WordCamp Kathmandu 2022 is officially on the […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-jinja-2022/">WordCamp Jinja</a></div>March 28, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Jinja 2022 (Friday 2nd– Saturday 3rd September 2022) will be a major community event […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-netherlands-2/">WordCamp Netherlands</a></div>February 9, 2022 <div class="wp-block-rss__item-excerpt">After six years, WordCamp The Netherlands is back with a physical event! And in a […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-warsaw-poland-3/">WordCamp Warsaw, Poland</a></div>February 3, 2022 <div class="wp-block-rss__item-excerpt">Mamy przyjemność ogłosić i zaprosić na długo wyczekiwane, WordPressowe wydarzenie w Polsce. 11-12 czerwca 2022 […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-bangkok-thailand-wordcamp-asia/">WordCamp Asia</a></div>December 17, 2021 <div class="wp-block-rss__item-excerpt">The wait is over – WordCamp Asia is finally happening! The first flagship WordCamp in […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-pontevedra-pontevedra-spain-2/">WordCamp Pontevedra</a></div>December 11, 2021 <div class="wp-block-rss__item-excerpt">WordCamp Pontevedra is going to be the third physical WordCamp in Galicia, a well-known region […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-seville-spain/">WordCamp Sevilla</a></div>December 9, 2021 <div class="wp-block-rss__item-excerpt">La WordCamp de Sevilla de este año tiene como objetivo dar un paso atrás y […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-geneve-suisse/">WordCamp Genève</a></div>November 25, 2021 <div class="wp-block-rss__item-excerpt">[EN] The WordCamp Genève is a conference day about WordPress. Developers, designers, web professionals, and […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-athens-attica-greece-2022/">WordCamp Athens</a></div>November 15, 2021 <div class="wp-block-rss__item-excerpt">We’re happy to announce that WordCamp Athens 2022 is officially on the calendar! We can’t […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://central.wordcamp.org/wordcamps/wordcamp-us-2022/">WordCamp US</a></div>November 4, 2021 <div class="wp-block-rss__item-excerpt">WordCamp U.S. is the flagship WordPress event in the Western Hemisphere. This annual, three-day event […]</div></li></ul>\n\n\n<h2 id="h-wp-tavern-event-news">WP Tavern Event News</h2>\n\n\n<ul class="is-grid columns-3 has-dates has-excerpts alignleft wp-block-rss"><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordpress-accessibility-day-2022-opens-call-for-speakers-and-sponsors">WordPress Accessibility Day 2022 Opens Call for Speakers and Sponsors</a></div>July 22, 2022 <div class="wp-block-rss__item-excerpt">WordPress Accessibility Day, a free, 24-hour virtual event, is set for November 2-3, 2022. The […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordcamp-asia-2023-opens-call-for-speakers">WordCamp Asia 2023 Opens Call for Speakers</a></div>July 16, 2022 <div class="wp-block-rss__item-excerpt">After years of planning and one canceled event, WordCamp Asia 2023 is just seven months […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/gutenberg-times-to-showcase-the-pew-research-centers-block-first-approach-in-a-live-qa-on-july-22-2022">Gutenberg Times to Showcase the Pew Research Center’s “Block First Approach” in a Live Q&A; on July 22, 2022</a></div>July 7, 2022 <div class="wp-block-rss__item-excerpt">The Gutenberg Times will be hosting representatives from the Pew Research Center in its Live […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordcamp-us-2022-tickets-now-on-sale-limited-to-650-attendees">WordCamp US 2022 Tickets Now On Sale: Limited to 650 Attendees</a></div>June 30, 2022 <div class="wp-block-rss__item-excerpt">WordCamp US will be hosting its first in-person event since 2019 in San Diego this […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/community-team-removes-red-tape-from-regional-wordcamp-applications">Community Team Removes Red Tape From Regional WordCamp Applications</a></div>May 26, 2022 <div class="wp-block-rss__item-excerpt">After a lengthy discussion, the Community Team has decided to make it easier for organizers […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/online-meetup-wordpress-nyc-to-host-series-on-modern-privacy-respecting-analytics-and-leveraging-first-party-data">Online Meetup: WordPress NYC to Host Series on Modern, Privacy-Respecting Analytics and Leveraging First-Party Data</a></div>May 17, 2022 <div class="wp-block-rss__item-excerpt">One of the positive effects of the COVID-19 pandemic is local meetups are more frequently […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordsesh-2022-kicks-off-monday-may-16-featuring-a-world-class-speaker-lineup-and-hands-on-workshops">WordSesh 2022 Kicks Off Monday, May 16, Featuring a World-Class Speaker Lineup and Hands-On Workshops</a></div>May 13, 2022 <div class="wp-block-rss__item-excerpt">WordSesh 2022, the live, virtual conference for WordPress professionals, is right around the corner. The […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordcamp-us-trials-new-program-connecting-underrepresented-speakers-with-sponsors-for-travel-and-lodging-costs">WordCamp US Trials New Program Connecting Underrepresented Speakers with Sponsors for Travel and Lodging Costs</a></div>April 22, 2022 <div class="wp-block-rss__item-excerpt">WordCamp US, scheduled for September 9-11 in San Diego, is trialing a new program that […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordpress-updates-covid-19-guidelines-for-in-person-events-masks-strongly-recommended">WordPress Updates COVID-19 Guidelines for In-Person Events: Masks Strongly Recommended</a></div>April 21, 2022 <div class="wp-block-rss__item-excerpt">In-person WordPress events are ramping up again, with in-person meetups happening all over the world […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordcamp-europe-publishes-schedule-for-upcoming-event-in-porto">WordCamp Europe Publishes Schedule for Upcoming Event in Porto</a></div>April 14, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Europe published its schedule today, to the delight of prospective attendees around the world. […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordcamp-asia-2023-tentatively-set-for-february-17-19-in-bangkok-thailand">WordCamp Asia 2023 Tentatively Set For February 17-19 in Bangkok, Thailand</a></div>March 28, 2022 <div class="wp-block-rss__item-excerpt">WordCamp Asia is tentatively back on the schedule of in-person WordPress events with new dates: […]</div></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://wptavern.com/wordpress-community-team-reconsiders-guidelines-for-in-person-regional-wordcamps">WordPress Community Team Reconsiders Guidelines for In-Person Regional WordCamps</a></div>March 19, 2022 <div class="wp-block-rss__item-excerpt">The pandemic has dramatically slashed the number of in-person WordPress events that volunteers are organizing […]</div></li></ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Aug 2022 17:50:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Do The Woo Community: WordPress Core Performance with Adam Silverstein";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72577";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://dothewoo.io/wordpress-core-performance-with-adam-silverstein/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:422:"<p>Adam Silverstein talks about WordPress core performance and how it ties into the performance of larger plugins like WooCommerce.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/wordpress-core-performance-with-adam-silverstein/">WordPress Core Performance with Adam Silverstein</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Aug 2022 10:18:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"Post Status: Free Rider Problem, JSON Core Block Styling, Redesigned Home & Download Pages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103568";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://poststatus.com/free-rider-problem-json-core-block-styling-redesigned-home-download-pages/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16340:"<h2 id="h-this-week-at-wordpress-org-august-2-2022">This Week at WordPress.org (August 2, 2022)</h2>\n\n\n<div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">Have you seen the new home page demo? \nIs there a problem with Free Riders?\nDo you want block styling standardized? </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div id="kt-info-box_03177a-50" class="wp-block-kadence-infobox"><div class="kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kt-info-svg-icon kt-info-svg-icon-fe_home"></span></div></div></div></div><div class="kt-infobox-textcontent"><h2 class="kt-blocks-info-box-title">Resigning the Home and Download Pages</h2><p class="kt-blocks-info-box-text"><a href="https://github.com/WordPress/wporg-main-2022/">Development work is already underway</a> on a block-based theme implementing a new design. A recent copy of the theme is running on a <a href="https://wordpress.org/main-test/">temporary staging site</a>. </p></div></div></div>\n\n\n\n<h2 id="h-news">News</h2>\n\n\n\n<ul><li><a href="https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/">The Month in WordPress – July 2022</a></li><li><a href="https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/">WP Briefing: Episode 37: The World of WordPress on World Wide Web Day</a></li><li><a href="https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/">People of WordPress: Carla Doria</a></li><li><a href="https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/">Project Update: WordPress.org Homepage and Download page mockups</a></li></ul>\n\n\n\n<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider" /></div></div>\n\n\n\n<div class="wp-container-17 wp-block-columns">\n<div class="wp-container-15 wp-block-column">\n<h2 id="h-accessibility"><a href="https://make.wordpress.org/accessibility">Accessibility</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/">Call for Team Rep Nomination – July 2022</a></li><li><a href="https://make.wordpress.org/accessibility/2022/08/05/accessibility-team-meeting-notes-july-15-2022/">Accessibility Team Meeting Notes: July 15, 2022</a></li></ul>\n\n\n\n<h2 id="h-community">Community</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/community/2022/08/04/community-team-meeting-agenda-4-aug-2022/">Community Team Meeting Agenda 4 Aug 2022</a></li><li><a href="https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/">Announcing the 2021-2022 Annual Meetup Survey!</a></li><li><a href="https://make.wordpress.org/community/2022/07/22/report-inclusion-and-diverse-speaker-workshops-june-2022/">Report: Inclusion and Diverse Speaker Workshops June 2022</a></li><li><a href="https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/">July Meetup Organizer newsletter</a></li><li><a href="https://make.wordpress.org/community/2022/07/22/deputy-feedback-wanted-streamlining-wordcamp-phases/">Deputy Feedback Wanted: Streamlining WordCamp Phases</a></li></ul>\n\n\n\n<h2 id="h-core"><a href="https://make.wordpress.org/core">Core</a> </h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/">What’s new in Gutenberg 13.8? (3 August)</a></li><li><a href="https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/">Moving Core block styling to JSON</a></li><li>FEEDBACK REQUESTED: <a href="https://github.com/WordPress/gutenberg/pull/42485">WP_HTML_Walker: Inject dynamic data to block HTML markup in PHP</a></li><li><a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Giving FSE a More User-Friendly Name</a></li><li><a href="https://make.wordpress.org/core/2022/08/01/a-week-in-core-august-1-2022/">A Week in Core – August 1, 2022</a></li></ul>\n\n\n\n<h3 id="h-meetings">Meetings</h3>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/08/02/editor-chat-agenda-3-august-2022/">Editor Chat Agenda: 3 August 2022</a></li><li><a href="https://make.wordpress.org/core/2022/07/27/editor-chat-summary-27-july-2022/">Editor chat summary: 27 July 2022</a></li><li><a href="https://make.wordpress.org/core/2022/07/27/devchat-agenda-july-27-2022/"></a><a href="https://make.wordpress.org/core/2022/08/03/devchat-agenda-august-3-2022/">Devchat agenda, August 3, 2022</a></li><li><a href="https://make.wordpress.org/core/2022/07/27/devchat-agenda-july-27-2022/"></a><a href="https://make.wordpress.org/core/2022/08/02/devchat-summary-july-27-2022/">Dev chat summary, July 27, 2022</a></li></ul>\n\n\n\n<h2 id="h-design"><a href="https://make.wordpress.org/design">Design</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/">Design Exploration: Encourage editor configuration during on-boarding</a></li><li><a href="https://make.wordpress.org/design/2022/08/01/design-share-july-18-29/">Design Share: July 18–29</a></li><li><a href="https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/">Proposal: A new kind of default theme</a></li></ul>\n\n\n\n<h2 id="h-docs"><a href="https://make.wordpress.org/docs">Docs</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/docs/2022/08/03/summary-of-docs-team-biweekly-meeting-august-2-2022/">Summary of Docs Team Biweekly Meeting August 2, 2022</a></li><li><a href="https://make.wordpress.org/updates/2022/08/01/documentation-team-update-august-1-2022/">Documentation Team Update – August 1, 2022</a></li></ul>\n\n\n\n<h3 id="h-developer-docs">Developer Docs</h3>\n\n\n\n<ul><li><a href="https://developer.wordpress.org/themes/advanced-topics/block-patterns/">Block patterns</a></li></ul>\n\n\n\n<h2><a href="https://wordpress.org/five-for-the-future/">Five for the Future</a></h2>\n\n\n\n<ul><li><a href="https://github.com/WordPress/five-for-the-future/issues/207">Expand inactivity notifications to more teams</a></li></ul>\n\n\n\n<h2 id="h-marketing"><a href="https://make.wordpress.org/marketing">Marketing</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/marketing/2022/07/27/agenda-global-wordpress-marketing-meeting-july-27-2022/">Agenda: Global WordPress Marketing Meeting, July 27, 2022</a></li><li><a href="https://make.wordpress.org/marketing/2022/07/25/notes-global-marketing-team-meeting-20-july-2022/">Notes: Global Marketing Team Meeting, 20 July, 2022</a></li></ul>\n\n\n\n<h2 id="h-meta"><a href="https://make.wordpress.org/meta">Meta</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/">Developing the redesigned Home and Download Pages</a></li><li><a href="https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/">Pattern Previews for Themes in the Directory – Beta</a></li></ul>\n\n\n\n<h2 id="h-mobile"><a href="https://make.wordpress.org/mobile">Mobile</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">Refocusing the WordPress App on Core Features</a><a href="https://make.wordpress.org/mobile/2022/07/12/call-for-testing-wordpress-for-ios-20-3/"></a></li><li><a href="https://make.wordpress.org/updates/2022/07/28/mobile-team-update-july-28th-2/">Mobile Team Update – July 28th</a></li></ul>\n\n\n\n<h2 id="h-openverse"><a href="https://make.wordpress.org/openverse">Openverse</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/openverse/2022/08/03/openverse-prioritization-meeting-2022-08-10/">Openverse Prioritization Meeting 2022-08-10</a></li><li><a href="https://make.wordpress.org/openverse/2022/07/27/community-meeting-recap-27-july-2022/">Community Meeting Recap (27 July 2022)</a></li></ul>\n</div>\n\n\n\n<div class="wp-container-16 wp-block-column">\n<h2 id="h-performance"><a href="https://make.wordpress.org/performance/">Performance</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/07/26/performance-team-meeting-summary-26-july-2022/"></a><a href="https://make.wordpress.org/core/2022/08/02/performance-team-meeting-summary-2-august-2022/">Performance team meeting summary 2 August 2022</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images">Dominant color proposal</a></li><li><a href="https://github.com/WordPress/performance/issues/445">Regenerate Existing Images for non-technical users</a></li></ul>\n\n\n\n<h2 id="h-plugins"><a href="https://make.wordpress.org/plugins">Plugins</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/updates/2022/08/01/plugin-review-team-1-aug-2022-%f0%9f%90%b0/">Plugin Review Team: 1 Aug 2022 <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f430.png" alt="🐰" class="wp-smiley" /></a></li></ul>\n\n\n\n<h2 id="h-project"><a href="https://make.wordpress.org/project">Project</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/project/2022/08/01/open-source-and-the-free-rider-problem/">Open Source and the Free Rider Problem</a></li><li><a href="https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/">Updates on the Five for the Future program, and proposed improvements</a></li></ul>\n\n\n\n<h2 id="h-test"><a href="https://make.wordpress.org/test">Test</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/"></a><a href="https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/">FSE Program Category Customization Summary</a></li><li><a href="https://make.wordpress.org/updates/2022/07/27/test-team-update-26-july-2022/">Test Team Update: 26 July 2022</a></li></ul>\n\n\n\n<h2 id="h-themes"><a href="https://make.wordpress.org/themes">Themes</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">Using locally-hosted Google fonts in themes</a></li><li><a href="https://make.wordpress.org/updates/2022/08/02/themes-team-update-august-02-2022/">Themes team update August 02, 2022</a></li></ul>\n\n\n\n<h2 id="h-training"><a href="https://make.wordpress.org/training">Training</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/training/2022/08/02/training-team-meeting-recap-july-26-28/">Training Team Meeting Recap – July 26 & 28</a></li><li><a href="https://make.wordpress.org/training/2022/07/27/july-2022-faculty-meeting-recap/">July 2022 Faculty Meeting Recap</a></li></ul>\n\n\n\n<h3 id="h-video-tutorials">Video Tutorials</h3>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/tutorial/building-a-home-page-with-a-block-theme/">Building a home page with a block theme</a></li></ul>\n\n\n\n<h3 id="h-online-workshops">Online Workshops:</h3>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/?meeting=introducing-domains">Introducing… Domains!</a></li><li><a href="https://learn.wordpress.org/?meeting=lets-code-an-introduction-to-block-development">Let’s Code! An Introduction to Block Development</a></li><li><a href="https://learn.wordpress.org/?meeting=%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%83%bc%e3%81%a7%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86%ef%bc%81-2">ブロックエディターでホームページを作ろう!</a></li><li><a href="https://learn.wordpress.org/?meeting=%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%83%bc%e3%81%a7%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86%ef%bc%81">ブロックエディターでホームページを作ろう!</a></li><li><a href="https://learn.wordpress.org/?meeting=the-wide-world-of-wordpress-events">The Wide World of WordPress Events</a></li><li><a href="https://learn.wordpress.org/?meeting=an-introduction-to-the-9-design-blocks">An introduction to the 9 Design blocks</a></li><li><a href="https://learn.wordpress.org/?meeting=the-creative-side-of-blocks">The Creative Side of Blocks</a></li><li><a href="https://learn.wordpress.org/?meeting=showcasing-content-with-query-loops-3">Showcasing Content with Query Loops</a></li><li><a href="https://learn.wordpress.org/?meeting=creating-a-landing-page-with-a-block-theme">Creating a landing page with a block theme</a></li><li><a href="https://learn.wordpress.org/?meeting=lets-code-common-apis-shortcodes">Let’s code! Common APIs: Shortcodes</a><a href="https://github.com/courtneyr-dev/make-wp/#test"></a></li></ul>\n\n\n\n<h2 id="h-wordcamp-central">WordCamp Central</h2>\n\n\n\n<ul><li><a href="https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/">WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!</a></li></ul>\n\n\n\n<h2 id="h-wptv">WPTV</h2>\n\n\n\n<ul><li><a href="https://wordpress.tv/category/year/2022/">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2 id="h-related-news">Related News:</h2>\n\n\n\n<ul><li><a href="https://www.php.net/archive/2022.php#2022-07-21-1">PHP 8.2.0 Beta 1 available for testing</a></li><li><a href="https://php.watch/articles/composer-24">What\'s New in Composer 2.4</a></li></ul>\n\n\n\n<p class="has-theme-palette-7-background-color has-background">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://wordpress.org/support/article/contributing-to-wordpress/">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href="https://poststatus.com/news/week-in-review/">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile has-background"><a href="https://poststatus.com/"><img src="https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png" alt="Post Status" class="wp-image-85823 size-full" /></a><div class="wp-block-media-text__content">\n<p class="has-text-align-left has-normal-font-size" id="h-get-ready-for-remote-work">You — and <a href="https://poststatus.com/business-membership/">your whole team</a> can <a href="https://poststatus.com/post-status-membership-club/">Join Post Status</a> too!</p>\n\n\n\n<p class="has-text-align-left has-small-font-size"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href="https://poststatus.com/newsletter/">newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png" alt="✉" class="wp-smiley" /> Listen to <a href="https://poststatus.com/podcasts/">podcasts</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /> Follow <a href="https://twitter.com/post_status/">@Post_Status</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Aug 2022 17:59:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Courtney Robertson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: #37 – Jonathan Wold on How Partnerships Might Help Your WordPress Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=136733";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wptavern.com/podcast/37-jonathan-wold-on-how-partnerships-might-help-your-wordpress-business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39237:"<p>On the podcast today we have <a href="https://profiles.wordpress.org/sirjonathan/">Jonathan Wold</a>.</p>\n\n\n\n<p>Jonathan joined the WordPress community seventeen years ago, and he’s been here ever since.</p>\n\n\n\n<p>He likes to think about WordPress as an operating system for creating on the open web, and invests his time and energy into growing the WordPress ecosystem.</p>\n\n\n\n<p>With that in mind he gave a talk at the recent WordCamp Europe called “Growing in WordPress through partnerships”, in which he laid out his thoughts on how WordPress companies can enable greater growth by joining with other, like minded companies.</p>\n\n\n\n<p>There’s a lot of WordPress products out there, and whilst building a product can be a challenge, getting that product into the market, gaining growth and recognition can be another hurdle altogether.</p>\n\n\n\n<p>Jonathan talks today about how strategic partnerships can, in some cases, make the job of selling a product easier and more rewarding.</p>\n\n\n\n<p>We talk about how the WordPress ecosystem has grown over time, and how discoverability of your product is harder now that it used to be.</p>\n\n\n\n<p>We discuss the fact that WordPress has a heritage of solopreneurs who might not be as good at marketing as they are at coding, and how joining forces with partners can make it easier to succeed in the marketplace.</p>\n\n\n\n<p>Are partnerships for everyone, or are they only for a subset of companies? How do you go about finding a partner and what are the ways that you can ensure that you’re working with the companies which offer the most benefit to you and your customers?</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, creating partnerships to grow your WordPress business.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WP Tavern dot com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you, and hopefully we can get you or your idea featured on the show. Head over to WP Tavern dot com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have Jonathan Wold. Jonathan joined the WordPress community 17 years ago. And he’s been here ever since. He likes to think about WordPress as an operating system for creating on the open web, and invests his time and energy into growing the WordPress ecosystem.</p>\n\n\n\n<p>With that in mind, he gave a talk at the recent WordCamp Europe called growing in WordPress through partnerships, in which he laid out his thoughts on how WordPress companies can enable greater growth by joining with other like-minded companies.</p>\n\n\n\n<p>There’s a lot of WordPress products out there. And whilst building a product can be a challenge, getting that product into the market, gaining growth and recognition can be another hurdle all together.</p>\n\n\n\n<p>Jonathan talks today about how strategic partnerships can, in some cases, make the job of selling a product easier and more rewarding. We talk about how the WordPress ecosystem has grown over time, and how discoverability of your product is harder now than it used to be. We discussed the fact that WordPress has a heritage of solopreneurs who might not be as good at marketing as they are at coding. And how joining forces with partners can make it easier to succeed in the marketplace.</p>\n\n\n\n<p>Are partnerships for everyone, or are they only for a subset of companies? How do you go about finding a partner and what are the ways that you can ensure that you’re working with the companies which offer the most benefit to you and your customers?</p>\n\n\n\n<p>Typically when we record the podcast there’s not a lot of background noise. But that’s not the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning, and whilst the podcasts are more than listenable. I hope that you understand that the vagaries of the real world we’re at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading over to WP Tavern dot com forward slash podcast, where you’ll find all of the other episodes as well. And so, without further delay, I bring you Jonathan Wold.</p>\n\n\n\n<p>I am joined on the podcast by Jonathan Wold. Hello?</p>\n\n\n\n<p>[00:03:43] <strong>Jonathan Wold:</strong> Hey Nathan, how are you?</p>\n\n\n\n<p>[00:03:44] <strong>Nathan Wrigley:</strong> Oh, you sound truly excellent on this microphone.</p>\n\n\n\n<p>[00:03:47] <strong>Jonathan Wold:</strong> We have an awesome little set here.</p>\n\n\n\n<p>[00:03:49] <strong>Nathan Wrigley:</strong> Yes. Well, we’re in the bowels of the Super Bock Arena in the most undiscoverable bit, but you’ve managed to find me. It’s early morning. It’s the first day. We’re you here yesterday?</p>\n\n\n\n<p>[00:03:59] <strong>Jonathan Wold:</strong> Yeah, contributor day was fantastic. It’s so good to see so many faces, including faces that I thought I’d seen before, but hadn’t. You find out that people are taller or shorter than you expected.</p>\n\n\n\n<p>[00:04:09] <strong>Nathan Wrigley:</strong> That’s right. Over Zoom over the last couple of years, you’ve basically been reduced to a postage stamp.</p>\n\n\n\n<p>[00:04:13] <strong>Jonathan Wold:</strong>Yes.</p>\n\n\n\n<p>[00:04:14] <strong>Nathan Wrigley:</strong> And people actually have legs. Yeah. So what did you contribute to, what was your bit?</p>\n\n\n\n<p>[00:04:18] <strong>Jonathan Wold:</strong> I floated around. Mostly trying to support other folks. There are a lot of first time contributors yesterday, which is fantastic. It’s so good to see that. So I did what I could to support them.</p>\n\n\n\n<p>[00:04:26] <strong>Nathan Wrigley:</strong> My understanding was that it was about 60% of people who showed up today will be first timers.</p>\n\n\n\n<p>[00:04:33] <strong>Jonathan Wold:</strong> Yeah I think that’s fantastic. Like it’s so good to see so many returning faces, but really we want to see the new people coming in.</p>\n\n\n\n<p>[00:04:40] <strong>Nathan Wrigley:</strong> You’re doing a talk we’re gonna talk about that I think. Tell us what the premise of the talk is.</p>\n\n\n\n<p>[00:04:45] <strong>Jonathan Wold:</strong> The talk is focused on this idea of growing in WordPress through partnerships. I’ve had the privilege working with a lot of product businesses over the years and, I’ve seen this recurring theme of frustration where a product business, they’ll have a good product, they’ll get some good market validation. Maybe some customers that really love the product. And then this frustration where they can’t seem to tap into the larger ecosystem, like WordPress is huge. Or even just take a sub ecosystem like WooCommerce. There are millions of WooCommerce installs and for a product business, oh, we’re gonna serve WooCommerce customers.</p>\n\n\n\n<p>And then it’s this challenge of how do you get to ’em? There’s not this like one central place. You could work with WooCommerce, certainly, but even if you do a partnership with WooCommerce, that doesn’t guarantee that you get in front of all their audience. So it becomes very challenging and frustrating for product businesses, because of how decentralized our ecosystem is. Of which there are many benefits and things that we enjoy.</p>\n\n\n\n<p>It can be challenging to say, okay, how do we navigate this? Who do we talk to? Where are all the customers? There’s some good reasons for that. So in my talk today, I’m trying to kind of unpack that. Give some perspective, especially to folks who are coming from outside the immediate ecosystem. There’s a lot of SaaS businesses that have built great products that work well with WordPress. They come in though, and they hit these roadblocks where they’re like, okay, what do we do? Like, how does this community work?</p>\n\n\n\n<p>Where do we go? How do we act? Where do we focus our energies? And I think it’s a lot harder right now than it needs to be. Like growth in WordPress is difficult if you don’t know where to go. And I think that hurts all of us. So, my intent anyway is to try and demystify some of that and then give a clearer path to like, hey, if you wanna grow a product business in the WordPress space, partnerships today is probably your best way of doing so, and here’s how to do that.</p>\n\n\n\n<p>[00:06:32] <strong>Nathan Wrigley:</strong> Do you think this is a function of personality a bit? And what I mean by that is, if you are a born coder and you spend your time in your room and you’re extremely good at that, this comes out of personal experience. I’ve encountered lots of people who are extremely good at that side of things. And then they build the thing and the thing is brilliant, but they are not the person to make it go out into the ecosystem.</p>\n\n\n\n<p>Because they code and then they struggle with that piece of getting it recognized. So they contact podcast owners. They write to blog vendors and so on and so forth. But, it’s very difficult because you have to be that effervescent, outgoing marketing type of person.</p>\n\n\n\n<p>[00:07:09] <strong>Jonathan Wold:</strong> That is part of it, but it’s also a timing thing because the coder, if you will, was able to pull it off before. If you think about how WordPress has grown over the past 18 plus years. In the early days, that was enough. You could build a great product and other people would do it for you.</p>\n\n\n\n<p>Right? You go to a meetup, oh, you gotta use this plugin. That worked, and I think there are folks now who will look at that and like, why isn’t it working for me as well? Well, that worked more because of just where WordPress was and it’s life cycle at the time And it doesn’t work anymore. It’s just because of how big it is. Or rather it can still work. You can still absolutely grow something by word of mouth.</p>\n\n\n\n<p>You’re gonna hit a ceiling though. And if your ambitions are greater, if you’re wanting to create something that’s more ubiquitous that solves needs for a much larger swath of the ecosystem, that’s not gonna be enough. You’re] gonna have to do the work and get in front of the audience.</p>\n\n\n\n<p>[00:07:58] <strong>Nathan Wrigley:</strong> Is it a product of geography as well? Where you are in the world?</p>\n\n\n\n<p>[00:08:02] <strong>Jonathan Wold:</strong> That’s always a factor in that it can limit who you’re connected to. Because someone who’s a great coder, maybe they’re introverted and, but they’ve gone to their local WordCamps, and that’s where they make connections and other folks do the recommendations for them. And so yeah, in that sense, geography could be a limiting factor if you haven’t had the chance to go all the way around.</p>\n\n\n\n<p>[00:08:19] <strong>Nathan Wrigley:</strong> So I was thinking of an example, let’s say that you live in North America or something. There’s hundreds of different events that you could attend and there’s conferences and there’s countless things where you could present your face. Whereas if you live in a different part of the world where the community just isn’t there, that’s gonna be a, a bit of a struggle.</p>\n\n\n\n<p>[00:08:33] <strong>Jonathan Wold:</strong> It is, and from my point of view, the struggle existing doesn’t fit with the ethos of WordPress and it’s international nature. And that’s why I think at least in my experience so far and where I’ve seen product companies have success, like they’ll be something that very few folks will know about. And then they begin to do the partnership work and approach it in the WordPress way, and then they can build success on that.</p>\n\n\n\n<p>[00:08:55] <strong>Nathan Wrigley:</strong> So map out for us what you actually mean by partnership. Obviously everybody gets what that word is basically, but tell us what is it that you are gonna be advising somebody who wants to make hay out of their brand new plugin, theme, block, whatever.</p>\n\n\n\n<p>[00:09:07] <strong>Jonathan Wold:</strong> The way that I think about it, and at least I found most helpful is to start with the audience. You’re building a product. What audience are you focusing on? Who has a problem that you’re trying to solve? Be really clear who that is. You could say, oh, small business. Well, small business is still very broad and general. Maybe you have a specific type of small business, whatever that may be.</p>\n\n\n\n<p>Start with that audience of like, okay, we’re gonna build a product or maybe you have a product already. And some folks will maybe have a product, they’re not sure what audience it’s for, but let’s just set that aside for a moment. But once you, as the product owner have a clear audience in mind, then it’s like, okay, who else is already serving that audience?</p>\n\n\n\n<p>One of the common mistakes I’ve seen folks make is they’ll make a product, and they’re like, okay, we need partnerships and they’ll go partner with, uh, a hosting company for instance, but that serves a different audience. Because it’s like once you know who your audience is, you find a potential partner where you can work together on it.</p>\n\n\n\n<p>Then all you’re really doing is say, okay, what’s the mutual win. Like how can we together provide more value to that audience? Where I see most partnerships fall apart is where it’s an audience mismatch. Or maybe they got the right audience, but they still don’t have a clear value proposition for that audience. The ones that work really well are, same audience or very similar, nice overlap. And then they’re just providing them value in a way that benefits all the parties involved.</p>\n\n\n\n<p>[00:10:26] <strong>Nathan Wrigley:</strong> I feel like a lot of the stuff that you’re saying makes perfect sense to you, you know, find the audience and so on and so forth. You’ve probably been through this many, many times. Those kind of processes aren’t necessarily obvious because you, you might just think I’ve got a plug in. It’s for every body, and the whole ecosystem can use this. What is the actual process? I mean, are you literally pen on paper? Have you got like a spreadsheet that you fill out or.</p>\n\n\n\n<p>[00:10:47] <strong>Jonathan Wold:</strong> So, it’s a good point to bring up the, all the audience. I actually love working on plugins and with authors that are going for all of WordPress. It’s a smaller subset in general, right? Because like, one of the things I love about how we approach core development in WordPress is, what are the things that serve the 80%. Because WordPress, we’re not trying to, in the core solve for everyone. And in similar vein, there are product businesses that can be wildly successful that aren’t trying to do it for everyone in WordPress, right.</p>\n\n\n\n<p>So I think that’s worth calling out. There’s still a lot of opportunity to go for ubiquity in the ecosystem. Be clear though on whether that, whether or not that’s actually your intention. So let’s say for instance, you are not going for all of WordPress, you’re going for a, just a sub ecosystem. WooCommerce for instance, a smaller part of WordPress and within WooCommerce you could go for small businesses. You could go for mid-market. You could go for enterprise. Let’s say you went small business WooCommerce. This is the audience that we wanna work on. They do less than a million dollars a year in revenue, and we have a specific problem we’re solving for them.</p>\n\n\n\n<p>So in just this example, most folks I talk to, if they’re that clear, they’re more than halfway there, right. They’re often not though where it’s like, oh, we want to do this for everyone, right. It’s very difficult. And especially when it comes to partnerships where it’s like, we’ll work with everyone. In some cases that might be the play, but it’s often not. Does that make sense?</p>\n\n\n\n<p>[00:12:06] <strong>Nathan Wrigley:</strong> Yeah for me, it’s the actual going through the process. Like, I usually need a form to fill out. Firstly, do this. Secondly, do this. And then, you know, it might be creating the customer avatar and giving them a name and trying to figure out what industry they’re in and so on. And having that structure, something to hang it on works for me. But it may not be the kind of thing that you would advise people to do when, when going out to get partnerships.</p>\n\n\n\n<p>[00:12:27] <strong>Jonathan Wold:</strong> Yeah It’s a good question. It’s a good question, because I guess I am making the assumption that someone’s clear on who they want to serve.</p>\n\n\n\n<p>[00:12:33] <strong>Nathan Wrigley:</strong> Yeah, and that’s difficult.</p>\n\n\n\n<p>[00:12:34] <strong>Jonathan Wold:</strong> It can be difficult, because there’s an inherent choice in who you’re not gonna serve, right? And again, it’s worth calling out that when I think about positioning for a product company, to say who, okay, this is who we’re gonna serve. Doesn’t mean that you can’t also serve others who come to you. It’s not that you have to turn them away. It’s making a choice though, on who you’re gonna focus your energies and your messaging, your positioning on.</p>\n\n\n\n<p>And that, it is hard. And it’s often hard because of that fear of what you’re gonna miss out on. But when it comes to your marketing efforts, your even your, like your product development, and then in this case, partnerships, if you’re not clear on who you’re serving, it’s very hard to find ways to reach them.</p>\n\n\n\n<p>[00:13:13] <strong>Nathan Wrigley:</strong> Okay. So let’s assume that we’ve got that piece of the puzzle nailed down, and we know who we’re trying to serve. What’s the next step? What does a partner look like? How much are you giving away of your company? How do you contact these people? How do you give the pitch? In a way, trying to find a partner is perhaps equally as difficult as trying to find a customer.</p>\n\n\n\n<p>[00:13:31] <strong>Jonathan Wold:</strong> Well, so it’s a fair point on what does it mean to partner. In general, what I’m talking about with these strategic partnerships would pretty much never involve any, like giving away part of the company. It’s more a transaction of like, hey, you have this audience, we have this product, how can we work together to serve them, right? And sure there are a lot of ways that could work. In some cases you might take investment from the partner that you’re working with.</p>\n\n\n\n<p>There’s lots of ways you can approach it. Which is, in my mind a key is to not go into these conversations with everything figured out, but to say, okay, how can we together provide more value to the audience? I sometimes I see folks jump too quickly to like, okay, what are the commercials?</p>\n\n\n\n<p>And saying, that’s a little bit of the cart before the horse, right? Where’s the value we can provide for the audience. If we’re not both really clear on that value, it’s gonna make negotiations difficult, and ultimately probably not be as successful for either party. I’ve seen product companies do distribution deals with hosting companies, for instance, that are pretty terrible. Where it’s like, okay, we wanna get our product in front of all your customers. And they’re like, okay, well, here you go. And it’s not a good deal.</p>\n\n\n\n<p>[00:14:36] <strong>Nathan Wrigley:</strong> Are events like this, like WordCamp Europe, are events like this a great way to sort of short circuit the whole finding a partner thing? There’s thousands of people in this case, all in one room. A proportion of those are they’re playing that game. They wanna find partners and they’re looking for people to hook up with. I mean, you’re in a room it’s difficult. There’s no sort of your head saying, I want to partner. So, is that a part of the jigsaw puzzle of an event like this?</p>\n\n\n\n<p>[00:14:59] <strong>Jonathan Wold:</strong> It is, and this is perhaps where personality is more of a factor. I would not advise someone to approach events like this as okay, we’re gonna go get partners. This is really in my mind more about context development and connecting with folks. Like, yeah, you might have folks, this is someone who I’d like to work with. And WordCamp can be a great place to build some shared context.</p>\n\n\n\n<p>In general, for instance, I would see a WordCamp more as adding personal context to a conversation that’s already happening. You could certainly meet new folks, but I guess what I’m trying to say is like, I would hate to see someone put too much pressure on themself. To like attend a WordCamp and like try to get all this stuff done. That’s not really the vibe of it. It’s more about building context. If someone’s new to the space, it’s like go to contributor day first. Just soak it up a bit. Like one of the mistakes that I’ll see product companies from outside the ecosystem make, is just be really off on their messaging and positioning. Or being overly aggressive.</p>\n\n\n\n<p>It’s like, no. That stuff is fine. Like it’s good to see the ambition. Take some time though, to understand the ecosystem, and WordCamps to me are really good for that. So it’s more about go in curious, and see what you can learn and don’t make assumptions. And yes, you’ll probably find some really good opportunities. In general though, it’s like, if you had a list of folks that you want to connect with, be talking to them already before WordCamp, and WordCamp is more about just seeing them in person.</p>\n\n\n\n<p>[00:16:19] <strong>Nathan Wrigley:</strong> So everything that you’ve just said, I totally identify with, and I do see people not doing that, and I see people showing up and they’ve clearly got the laundry list of people they want to contact. And it all feels a bit clumsy. Is that a unique thing about the WordPress ecosystem? And what I mean by that is the whole FOSS thing, the free open software. For example, if I was to attend, I don’t know, a conference about podcasting or something. Is the same audience there?</p>\n\n\n\n<p>Are there different rules at play here? And it feels a little bit like you’ve got to be a bit more restrained. You’ve gotta do your homework a bit more because there’s trip wires everywhere, and sometimes even just etiquette and the things that you mentioned about just don’t overstep the line, we don’t know each other yet. We’re not ready for that bit, but maybe if you are a different kind of an event, that stuff is, I’m open for it.</p>\n\n\n\n<p>[00:17:05] <strong>Jonathan Wold:</strong> In my experience, yes, but most of it’s hearing that relayed from a software as a service companies, for instance, who are used to other industries where it’s lot more, not business oriented, but yeah, perhaps more transactional. And it’s a bit of a system shock to come to a WordCamp. Or even just the idea of how involved volunteers are. Many of us, like if we’re involved, I’m helping organize WordCamp US this year. I’m doing it as a volunteer.</p>\n\n\n\n<p>And that idea of volunteers is kind of an odd one for folks coming from outside. And I think that well typifies, like this is different. People are here because they really want to be here, at least from what I hear. And the other events I attend, it is a very different vibe. Which is why it’s like, yeah, you can prepare for it, but the starting point is just be open and put out your preconceived notions and take a deep breath. It’s gonna be okay.</p>\n\n\n\n<p>[00:17:52] <strong>Nathan Wrigley:</strong> The whole partnerships thing, is that a piece of what you do when you’re not at a WordCamp? Is that part of your business life?</p>\n\n\n\n<p>[00:17:59] <strong>Jonathan Wold:</strong> It is, mostly from like an advising perspective. Part of the challenge that I’m personally trying to see us solve is, I don’t like that there’s and it’s getting better, but having just a handful of folks who do partnerships work in the ecosystem is not good for the ecosystem. It’s something that I’d like us to see, just become a lot more professionalized and this is just how to do it. I don’t think it’s healthy to have it locked up in just a few people who do it.</p>\n\n\n\n<p>So yes, I’ll help folks do it. I’m much more interested though in seeing us open source, like how should this get done? How do we professionalize this aspect of our ecosystem? There’s a lot more of it starting to happen, but I feel like the advantage in our ecosystem is, has been more to like the few hosting companies who are better at it than others, or the product companies that are better at it than others. Where really, if we can all get better at it, I think the ecosystem as a whole benefits.</p>\n\n\n\n<p>[00:18:49] <strong>Nathan Wrigley:</strong> So is this more that for the last decade or so, we’ve had a lot of people who’ve had a cottage industry for want better word for their job, and the ecosystem, I’m gonna use the word matured. I dunno the right word, but the ecosystem has matured. It’s become more professional, so the people who had the cottage industry need to up their game and figure out what the rules are, how to piece that jigsaw together.</p>\n\n\n\n<p>[00:19:10] <strong>Jonathan Wold:</strong> Yes. There’s a few factors to it. There’s the folks who’ve come up through it, like upping their game, which is hard. Well, what’s happening is that there are a lot of folks, software as a service companies, for instance, wake up and say, hey, more than 30% of our customers are on WordPress. Like 40% of our customers are on WordPress. We need to have a strategy. We need to have an approach. Even just to serve our existing customers better.</p>\n\n\n\n<p>The company that wakes up and says, we need to have an integration. We need to have our own plugin. And there’s them serve their customers better, which is good for all of us. But then many of them will say, hey, we can grow through WordPress. Like there’s opportunities here to grow our audience.</p>\n\n\n\n<p>So it’s a bit of a clash where what’ll happen sometimes is these companies from outside will look in and they’ll see existing behavior and think that’s how it should be done. But they’re watching the cottage industry approach. And it’s like, no, we all need to grow here. The folks who have been in it this whole time, we need to get better at how we do this.</p>\n\n\n\n<p>And then the folks who are coming from outside need to take a cue and say, okay, well, how do you change and, and work within this culture? It’s challenging. I’m encouraged with the progress that I’m seeing, but it’s not enough.</p>\n\n\n\n<p>[00:20:15] <strong>Nathan Wrigley:</strong> It feels like you’re a bit worried that if we leave this whole partnership thing unchecked, a decade from now there’ll be a few major players. There’ll just be this pyramid structure with a…</p>\n\n\n\n<p>[00:20:24] <strong>Jonathan Wold:</strong> Yeah, that’s part of it. And I think it’s just not healthy for the ecosystem as whole. A great example is contribution to core, right? What I love about all these new folks coming in. I’ve talked to some of them where they’ll explicitly call out, like it’s intimidating to go into like one of the core with thousands of people. And put a reference to a ticket or something. Yeah, it’s intimidating. And that’s why we have days like this to sit alongside someone and help them feel comfortable.</p>\n\n\n\n<p>If we’re gonna continue to grow as an ecosystem, we have to be welcoming to new ideas, new input, and we have to make it accessible for them. And I think partnerships is just a good example of that. Right now, because we’re so decentralized and may it ever be so, you have to do that work to make the connections happen. And I just, I see a lot of opportunity for that to become professionalized.</p>\n\n\n\n<p>[00:21:11] <strong>Nathan Wrigley:</strong> That’s a really interesting point because when I started building websites, basically you built a website. You found a client, you built a website, you passed it on.</p>\n\n\n\n<p>And then as the industry matured, the job of an SEO expert came along and the job of a copywriter came along. All these little jobs in, WordPress came along. And it feels like you are advocating for a job of some kind of partner interface career. That’s the job. You need people like that. You need little, little businesses that are set up to figure out how to get plugin company, a theme company, a hooked up with other company B.</p>\n\n\n\n<p>[00:21:40] <strong>Jonathan Wold:</strong> Yep.</p>\n\n\n\n<p>[00:21:41] <strong>Nathan Wrigley:</strong> So that they can figure out a way to move forward.</p>\n\n\n\n<p>[00:21:43] <strong>Jonathan Wold:</strong> I’m sure I’m exaggerating, but if there were only 50 people like really doing this professionally today in the ecosystem, there needs to be a thousand. And this is not a new thing. Partnership management, like business development is not new. It’s well established, but the folks who, what I’ve noticed is folks will have those roles in software as a service companies. And just not know how to navigate our ecosystem because they didn’t grow up in it.</p>\n\n\n\n<p>So I think for the folks from the outside coming in, it’s figuring out how to do that same work, the WordPress way. And for us in, it’s like, how do you embrace that, and learn, okay, well, how do we have to think about this? Like where do we have to grow up? And I think we are more than big enough. And I think that that idea, if there’s 50 today, there should be a thousand next year.</p>\n\n\n\n<p>[00:22:26] <strong>Nathan Wrigley:</strong> If somebody was thinking, actually, do you know what I would like to pivot and become that person? I wanna become some sort of partnership company, whatever it may be. What would be some sort of key things that you think they should be doing today in order to set that business up, you know, move away from whatever it is that they’re doing and stray into partnerships.</p>\n\n\n\n<p>[00:22:42] <strong>Jonathan Wold:</strong> To me, these types of roles always start with curiosity. Being someone who’s curious, and really looking for the wins. At its simplest level, it’s a mutual win between three parties. The customer first, like the audience that you’re trying to create value for. And then the two other parties that serve that same audience. There will tend to be common patterns of what that looks like. For instance, a product company is often looking for distribution. Like they want to get in front of a bigger audience. And hosting companies often have the distribution.</p>\n\n\n\n<p>So there, there’ll be some common patterns. Yet, I think there’s a lot of room for creativity, especially in these earlier days. And it’s just being open and curious and staying focused on who are we serving and what problem can we solve for them, and letting that kind of direct how you go.</p>\n\n\n\n<p>[00:23:26] <strong>Nathan Wrigley:</strong> We’ve got a few minutes left. So I’m gonna pivot the conversation just for a few minutes. We’re gonna go to acquisitions and mergers. Some interesting news over the last few days that a company that I’m sure many of us have heard of called Delicious Brains has just recently sold to WP Engine with kind of looks like 90% of their product suite, which is really interesting. But over the last couple of years, lots and lots and lots.</p>\n\n\n\n<p>Are you sanguine about this? Is this a good thing on the whole? Does it concern you that a lot is being bought by the same few companies? And at some point we’re gonna be left with, well, if you wanna do anything with WordPress, you’re gonna have to go with this hosting company or this other company.</p>\n\n\n\n<p>[00:24:00] <strong>Jonathan Wold:</strong> I’m, very optimistic by nature. So in general, it’s like, yeah, I think that’s all great. There are always trade offs with things I like this in particular. WP Engine they’ve made some great acquisitions. We could have a whole discussion on the strategy behind this because I think, I think you’re gonna have less if we just sort of continue as we are, you’re gonna have, there’s not that many more Delicious Brains left, no pun intended.</p>\n\n\n\n<p>So it makes sense at a high level. Advanced Custom Fields fits their narrative, like the nature of some of the plugins and their suite fits the WP Engine narrative, this focus on developer tools, what they’re doing with Atlas. At a high level, it makes sense.</p>\n\n\n\n<p>Also, I wasn’t surprised and it makes sense to see Spinup separated from that, right. That’s what they said they wanna focus on. So I like it. In terms of concerns or thinking about the ecosystem broadly, one of the limiting factors I think we have right now is that it is difficult for folks from outside the ecosystem to invest in the ecosystem.</p>\n\n\n\n<p>I think it also comes to a bit to that, like professionalizing. There is plenty of capital out there and, I’ll talk to founders who don’t know how to get to it. Like they’re building a WordPress business. And so there’s an interesting disconnect right now where if you’re from outside the ecosystem, they might not get it. Like, what is this WordPress thing? Like, how does this work? They’ll hear the market share stuff. And it’s like, okay, we wanna invest, but where do we do that? How do we do that? There’s some curious gaps at the moment.</p>\n\n\n\n<p>I’ll put it this way. WordPress businesses in general, in my experience are quite undervalued. If you compare a typical WordPress business to a SaaS, the SaaS will get multiples of value, quite higher than the WordPress business. Where the WordPress business, if you look at it objectively is a stronger investment. So there’s a disconnect there where the reality is there’s a lot of opportunity for investors, and the challenge for them is like, how do we navigate this?</p>\n\n\n\n<p>[00:25:43] <strong>Nathan Wrigley:</strong> Curiously, it feels to me like the more things that are acquired, the more need there will be for partnerships.</p>\n\n\n\n<p>[00:25:50] <strong>Jonathan Wold:</strong> Yeah.</p>\n\n\n\n<p>[00:25:50] <strong>Nathan Wrigley:</strong> It kind of feels like the two go hand in hand, if there’s hosting company X over there, who’s acquired all the things. And you’ve got a rival of one of their things. Fighting their marketing machine is gonna difficult.</p>\n\n\n\n<p>[00:26:00] <strong>Jonathan Wold:</strong> It’s gonna be difficult.</p>\n\n\n\n<p>[00:26:01] <strong>Nathan Wrigley:</strong> So need a partner that can help you get through that. Yeah,</p>\n\n\n\n<p>[00:26:04] <strong>Jonathan Wold:</strong> Put one way the downside of too much consolidation is that you risk losing the innovation and the market is way more than big enough for new players to be coming in. There’s lots of sub ecosystems. I think in general, folks just need more help navigating and, as long as we keep seeing new folks come in, we’re gonna be just fine.</p>\n\n\n\n<p>[00:26:23] <strong>Nathan Wrigley:</strong> Very last question and a curious little bit of a curve ball. You were talking about the market. The watch word there seems to be growth, growth, growth, the market’s growing. And yet very interestingly over the last month or so we had some sort of interesting data. This first data point where the market just took a tiny little bit of a dive, not 0.2% or something like that. Any thoughts in your head that the curve is beginning to go in the other way? The seesaw has finally tipped.</p>\n\n\n\n<p>[00:26:44] <strong>Jonathan Wold:</strong> We have different sources of data.</p>\n\n\n\n<p>[00:26:45] <strong>Nathan Wrigley:</strong> That’s right.</p>\n\n\n\n<p>[00:26:45] <strong>Jonathan Wold:</strong> So there’s a whole discussion first about you know, what’s our basis for data. I think we could have an interesting discussion if we felt confident that that was the case. I’m working with, um, the HTTP archive on the Web Almanac project this year. And we’re about to have a new set of data in the next month or so. No particular thoughts. I think, sometimes we overreact. While I am an optimist, we will hit a point at some point.</p>\n\n\n\n<p>I’m much more interested right now in focusing on like for that big swath of market we already have, how can we serve them better?</p>\n\n\n\n<p>Because that’s really where the growth is gonna come from. Is how do we help more people have success in WordPress? Because in general, there’s a lot of frustration, like lots of success, lots of things that are going well. When it’s not working though, where are people going? And they’re tending to go to the proprietary platforms. Which is fine, but at the end of the day, if we want a healthy open web, we need a healthy WordPress ecosystem. And there’s still plenty of work to do, regardless of what the numbers are saying.</p>\n\n\n\n<p>[00:27:41] <strong>Nathan Wrigley:</strong> Jonathan Wold. Thank you very much for talking to me today.</p>\n\n\n\n<p>[00:27:44] <strong>Jonathan Wold:</strong> Thanks for having me.</p>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Aug 2022 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Nathan Wrigley";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"HeroPress: Life At The End Of Your Comfort Zone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=4658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:146:"https://heropress.com/essays/life-at-the-end-of-your-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=life-at-the-end-of-your-comfort-zone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7014:"<img width="1024" height="512" src="https://heropress.com/wp-content/uploads/2023/08/080322-min.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: WordPress is big enough for everyone to thrive." />\n<p>It is often said that life, adventure, challenge, growth, etc, begins at the end of your comfort zone. Like all much-abused aphorisms, that is both true and not. Yes, growth comes from outside your comfort zone, but then your comfort zone just becomes bigger.</p>\n\n\n\n<p>Before I get ahead of myself though, I should introduce myself. Hi, my name is Akshat, and I am the founder of BlogVault, MalCare, WP Remote, MigrateGuru and AirLift. I have spent 12 years on a rollercoaster WordPress journey, building these solutions for high performance WordPress sites.</p>\n\n\n\n<p>Today, I am going to tell you about my comfort zone. If you are wondering what WordPress has to do with my comfort zone, you’re about to find out.</p>\n\n\n\n<h3 id="h-but-first-a-little-context">But first, a little context</h3>\n\n\n\n<p>In the pre-BlogVault world, I was working at Citrix, doing kernel hacking for a product called NetScaler. This is as far removed from WordPress as you can possibly imagine. I was about to discover my new path rather abruptly.</p>\n\n\n\n<p>One fine day, The Coding Horror blog crashed. In case you are unfamiliar with this stalwart of the programming world, it is Jeff Atwood’s blog. Jeff Atwood is the founder of StackOverflow, another keystone of the programming community. If Jeff Atwood’s blog didn’t have backups, I thought, what about the legions of sites out there?</p>\n\n\n\n<p>Thus, BlogVault was born; its siblings mentioned above soon to follow.</p>\n\n\n\n<h3 id="h-stage-1-products-for-problems">Stage 1: Products for problems</h3>\n\n\n\n<p>When I created BlogVault, I wasn’t thinking about building for people. I saw a problem that I could fix, and created a solution for it. In fact, I understood so little about how people purchase products that every time someone bought a subscription, I thought it was a miracle.</p>\n\n\n\n<p>Obviously, magic wasn’t part of the equation, so I figured that I would have to actually meet people in WordPress. I needed to understand them, and why they were buying my product at all. This was a big step out of my comfort zone, by the way. I do not excel at meeting new people. That may be the understatement of the year.</p>\n\n\n\n<h3 id="h-hello-strangers">Hello strangers!</h3>\n\n\n\n<p>Enter WordCamps.</p>\n\n\n\n<p>Now, everyone knows that WordCamps are events of inclusion, bringing people from all walks of life together. I didn’t at the time, and attending my first few conferences was me actively putting myself out there. I volunteered at a few, and spoke at others. None of this came easily or naturally, because it was innately difficult to interact with strangers.</p>\n\n\n\n<blockquote><p>Over a few events, the discomfort became less and less, till it has gone entirely.</p></blockquote>\n\n\n\n<p>I met wonderful people and built lasting friendships. For instance, I attended a WordCamp Europe in Spain one year, and got in touch with a friend who lived in the country. We’d never met before, but we’d corresponded a few times. He and his wife came to pick me up, and they showed me around for 2 days. It is incredible that someone can have so much generosity for a virtual stranger.</p>\n\n\n\n<h3 id="h-stage-2-products-for-people">Stage 2: Products for people</h3>\n\n\n\n<p>Once I crossed the hurdle of interacting with strangers, I started to understand that building a product cannot be done in a vacuum. It is important to consider the people who are going to use it, why they would use it, and how it solves their problems.</p>\n\n\n\n<p>The WordPress community helped me reframe our products in terms of value propositions. Our marketing evolved to be about creating and showcasing value, and solving issues. I also learned how to use the right metrics to measure interaction. I found myself moving towards a more analytical mindset.</p>\n\n\n\n<p>This was in stark contrast to how I started: with a gut-based approach and the joy of making. I pivoted quickly to add people into the mix. It feels great—almost romantic—to say we build for the joy of making, but it is not a viable business model unless you factor in people.</p>\n\n\n\n<h3 id="h-the-courage-to-be-imperfect">The courage to be imperfect</h3>\n\n\n\n<p>BlogVault is a great backup product, even if I do say so myself. MalCare is too. MigrateGuru is the stuff of dreams, even. But. BUT. AirLift isn’t. Not yet, anyway.</p>\n\n\n\n<p>These are all products that we have made for WordPress, and have continued to improve over the years. It took us ages after we built MalCare to actually release it. </p>\n\n\n\n<blockquote><p>It wasn’t perfect, how could we possibly release it?</p></blockquote>\n\n\n\n<p>Eventually, I realized that this wasn’t the way to grow. And, I’m not going to lie, it took a lot to overcome this mindset. There were unexpected cheerleaders in every corner, and bit by bit, we were emboldened to take a leap of faith. Customers who loved our existing products encouraged us to let them try our new ones.</p>\n\n\n\n<p>Slowly I developed the courage to be imperfect, and trust in the process. We moved forward with the certainty that we would make it better.</p>\n\n\n\n<h3 id="h-a-fair-field-and-no-favor">A fair field and no favor</h3>\n\n\n\n<p>WordPress has been around for decades, and there are competitors on every level. This knowledge contributed to the desire to perfect our product. How will something that is less-than compete with established products in the market? I needed to develop a competitive mindset!</p>\n\n\n\n<p>Not quite. WordPress is big enough for everyone to thrive. But more than that, it isn’t a dog-eat-dog world. </p>\n\n\n\n<blockquote><p>The community doesn’t have a win-at-all-costs mentality. </p></blockquote>\n\n\n\n<p>People here have a lifestyle approach to business, without the hyper competitive spirit. It is a wholesome and largely ethical ecosystem.</p>\n\n\n\n<p>I discovered that the competitive spirit I thought I needed to develop—which didn’t come naturally—wasn’t necessary. I could succeed and make a mark, without that trample-to-get-ahead mentality.</p>\n\n\n\n<p>(If only I could stop using trite-but-true phrases as adjectives as easily.)</p>\n\n\n\n<h3 id="h-the-wheel-has-come-full-circle">The wheel has come full circle</h3>\n\n\n\n<p>12 years ago, I started my entrepreneurial journey with BlogVault, a definite outsider to WordPress. While I have encountered the boundaries of my comfort zone many times over the years, WordPress has helped me push past them. Today, I can proudly claim to not only be part of this amazing community, but contribute to it in a meaningful way. It is now my comfort zone.</p>\n<p>The post <a rel="nofollow" href="https://heropress.com/essays/life-at-the-end-of-your-comfort-zone/">Life At The End Of Your Comfort Zone</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Aug 2022 02:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Akshat Choudhary";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Post Status: Barriers to Contributing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103614";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://poststatus.com/barriers-to-contributing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3377:"<h2 id="h-small-teams-face-frustrating-barriers-trying-to-make-their-contributions-count">Small teams face frustrating barriers trying to make their contributions count</h2>\n\n\n\n<p class="has-theme-palette-8-background-color has-background"><strong>TL;DR:</strong> Small teams have common barriers to contributing to Five for the Future. Making efficient use of their time and team members is hard when tooling and communication can soak up the hours. Learning how to contribute — and keeping up with WordPress core — makes it hard to get started and sustain effective contributions. How much of this has to do with Trac/SVN and the Make WordPress Slack “firehose,” I wonder? </p>\n\n\n\n<p>In Post Status Slack last month, Cory <a href="https://poststatus.slack.com/archives/C038426SA/p1658527463090219">got a number of responses when he asked</a>, </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“As a manager or owner of a WordPress company (or a WP professional), what are your obstacles/frustrations/challenges for contributing to Five for the Future?”</p></blockquote>\n\n\n\n<p>A helpful pattern emerged in the responses, which I hadn\'t considered previously.</p>\n\n\n\n<h2>Direction and Feedback Needed</h2>\n\n\n\n<p><strong>Patrick Garman</strong> asked for clarity on what\'s wanted and what\'s actually being done for 5ftF. He also shared how tasking a dedicated staff member with a half day to contribute each week was far more effective than spreading it around his team on a totally voluntary basis. Sharing best practices for efficient contribution widely would be valuable.</p>\n\n\n\n<h2>A Sustainable Model of Contribution for Small Teams</h2>\n\n\n\n<p><strong>Justin Sainton</strong> agreed that “sustainable” contribution for a 1-10 person agency needs a good working model, and he hasn\'t found one yet. Barriers “include infrastructural issues” on both ends — the contributor and project.</p>\n\n\n\n<p><strong>Timi Wahalahti</strong> also spoke to time management challenges in a small 8-person agency.</p>\n\n\n\n<h2>Just Keeping Up Takes a Lot of Time</h2>\n\n\n\n<p><strong>Thomas Maier</strong> noted the challenges of keeping up with the firehose of WordPress core communication and information: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>Keeping up to date with something happening in a team I am interested in working in already needs more than 5% of my and my companies time. That’s the burden for us. I don’t feel that there is a chance to make contributions that count to the project that only need 1-2 hours per week. Assuming that publishing code on GitHub or blogging about solutions don’t officially “count.”</p></blockquote>\n\n\n\n<h2>Trying to Make the Most of a Few Hours</h2>\n\n\n\n<p><strong>Brian Coords</strong> also related to feeling like a few hours a week is not helpful or accomplishing much. He also opined that many employers might rather just donate money to a non-profit at arm\'s length from any interested parties in the WordPress community.</p>\n\n\n\n<p>One takeaway here for me is that learning/teaching how to contribute and keeping up with WordPress core is hard enough to make it feel like you can barely get to square one as a contributor with a few hours a week. </p>\n\n\n\n<p>How much of this has to do with things like Trac/SVN and the WordPress Slack “firehose,” I wonder? </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2022 22:03:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"Post Status: Laura Nelson on WordPress and Email Marketing — Post Status Draft 122";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=101223";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://poststatus.com/laura-nelson-on-wordpress-and-email-marketing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3230:"<p class="has-drop-cap">Laura is the Content Marketer at WooCommerce — a popular email marketing plugin for WordPress. She’s been working in the WordPress space for the past eight years, with experience in both agency and in-house marketing teams.</p>\n\n\n\n<p><strong>Laura Nelson and Cory Miller talk about creating content for email marketing.</strong></p>\n\n\n\n\n\n\n\n<div class="wp-container-23 wp-block-columns sponsor has-theme-palette-8-background-color has-background" id="Gravity-Forms">\n<div class="wp-container-21 wp-block-column">\n<h3><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <a href="https://poststat.us/gravity">Gravity Forms</a></h3>\n\n\n\n<p><strong><a href="https://poststat.us/gravity">Gravity Forms</a></strong> is a powerful form builder for WordPress and the #1 choice for businesses and web professionals across the globe. Its vast array of features, intuitive drag-and-drop form editor, and extensive ecosystem of add-ons, ensure customers can design beautiful, intelligent, and accessible forms for any project requirement.</p>\n</div>\n\n\n\n<div class="wp-container-22 wp-block-column is-vertically-aligned-center"><div class="wp-block-image cloudways-logo">\n<a href="https://poststat.us/gravity"><img width="392" height="299" src="https://cdn.poststatus.com/wp-content/uploads/2021/07/gravity-forms-logo-stacked.png" alt="Gravity Forms" class="wp-image-88956" title="Cloudways Logo" /></a><a href="https://poststat.us/gravity">Gravity Forms</a></div></div>\n</div>\n\n\n\n<h3 id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href="https://twitter.com/corymiller303">Cory Miller (Twitter)</a></li><li><a href="https://twitter.com/laura_nelson_">Laura Nelson (Twitter)</a></li><li><a href="https://twitter.com/post_status">Post Status (Twitter)</a></li></ul>\n\n\n\n<p class="has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2022 21:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Olivia Bisset";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"Do The Woo Community: What is a WordPress Developer with Ebonie, Lisa, Kathy and Robbie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72557";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://dothewoo.io/defining-a-worpress-developer/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:391:"<p>Defining the parameters of what a WordPress or WooCommerce developer is has never been cut and dry.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/defining-a-worpress-developer/">What is a WordPress Developer with Ebonie, Lisa, Kathy and Robbie</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2022 09:43:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"Post Status: Does “Full-Site Editing” Need a New, “User-Friendly” Name?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103515";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://poststatus.com/does-full-site-editing-need-a-new-user-friendly-name/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1821:"<p class="has-drop-cap">I\'ve been thinking about this question and the others related to it that <strong>Josepha Haden Chomphosy</strong> <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">posted last week</a>. There\'s been a strong comment discussion so far, and I discovered <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/#comment-43537">what my view on it is now</a> by noticing what is going on in the grammar of “Editing” versus “Editor.” </p>\n\n\n\n<p>“Full Site Editing” ends with a gerund, which is a verb that\'s used like a noun, <a href="https://theeditorsblog.net/2018/03/07/talk-about-gerunds/">but even more specifically</a>: “a gerund names or identifies actions, states of being, and states of mind rather than people, places, things, and ideas.”</p>\n\n\n\n<blockquote class="wp-block-quote"><p>A gerund isn’t a verb showing what someone or something is doing; it is the thing itself that’s doing something or being something or having something done to it.</p></blockquote>\n\n\n\n<p>“The … Editor” is a noun describing a thing that is also a place. You can “go into the editor.” But you “go into editing mode” — a change of state, not a different place. You acquire different capabilities. </p>\n\n\n\n<p>Maybe eventually full site editing mode in some WordPress themes will mean you can edit layout (presentation) and content comprehensively. Maybe there will still need to be an option to zero in and focus on one piece of content. Currently, these are two distinct things that feel very different even in FSE themes. Complicating matters, classic, block, and hybrid themes without FSE are totally different user experience contexts.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2022 03:38:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WordPress.org blog: WP Briefing: Episode 37: The World of WordPress on World Wide Web Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13198";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:23622:"<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br />Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a><br />Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a> & <a href="https://profiles.wordpress.org/cbringmann/">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href="https://profiles.wordpress.org/awarner20/">Adam Warner</a></li><li><a href="https://profiles.wordpress.org/aliceorru/">Alice Orrù</a></li><li><a href="https://profiles.wordpress.org/thewebprincess/">Dee Teal</a></li><li><a href="https://profiles.wordpress.org/femkreations/">Femy Praseeth</a></li><li><a href="https://profiles.wordpress.org/jillbinder/">Jill Binder</a></li><li><a href="https://wordpress.org/support/users/mariaojob/">Mary Job</a></li><li><a href="https://profiles.wordpress.org/onealtr/">Oneal Rosero</a></li><li><a href="https://profiles.wordpress.org/iamsirotee/">Theophilus Adegbohungbe</a></li><li><a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href="https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/call-for-speakers/">Call of Speakers – WordCamp Asia 2023</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href="https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13198"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39] </strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays – World Wide Web Day – which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let’s do some introductions. </p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/awarner20/">Adam Warner</a>, and I’m originally from a small town in west Michigan, now residing in Orlando, Florida. </p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15] </strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/aliceorru/">Alicia Orrù</a>. I’m Italian. I was born in the beautiful island of Sardinia, but I’ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/thewebprincess/">Dee Teal</a>; Dee is short for Denise. I’m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href="https://profiles.wordpress.org/femkreations/">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41] </strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/jillbinder/">Jill Binder</a>, and I’ve just moved back to Vancouver, Canada. </p>\n\n\n\n<p><strong>[Mary Job 00:01:47] </strong></p>\n\n\n\n<p>My name is <a href="https://wordpress.org/support/users/mariaojob/">Mary Job</a>. I’ve been using WordPress since 2015, and I’m from Nigeria. I’m from the Western part of Nigeria. Ijebu precisely. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href="https://profiles.wordpress.org/onealtr/">Oneal Rosero</a>. I am from the Philippines and I’ve been using WordPress since 2007. </p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06] </strong></p>\n\n\n\n<p>Thank you. My name is <a href="https://profiles.wordpress.org/iamsirotee/">Theophilus Adegbohungbe</a> . And I’m from Ilesa, Osun State in Nigeria. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a> and I’m from Bhutan. And I’m working with WordPress for more than five years. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22] </strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37] </strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15] </strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03] </strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it’s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself. There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it’s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29] </strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36] </strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it’s a community. It’s not a business. It’s not a company. It’s a community. It’s a community that’s always ready to help support, teach and encourage people. That’s how I felt when I joined the community. There’s always somebody who has your back.</p>\n\n\n\n<p>There’s always somebody who’s going to guide you. There’s always an expert who will take your hand and lead you into the beauty that is WordPress. </p>\n\n\n\n<p><strong>[Adam Warner 00:06:05] </strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there’s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I’m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that’s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39] </strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She’s from Nigeria; her name is Mary Job, and she’s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it’s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group. </p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we’ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39] </strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal 00:07:47] </strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I’ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven’t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly. </p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there’s this instant, ‘Oh, we’re brothers,’ or ‘Oh, we’re sisters!’ You know? There’s that feeling? That’s how I feel. </p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I’m like, ‘Oh yeah, we’re, kin.’ You know? We are family. That’s how I feel when I meet people who do WordPress. And I’ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he’s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I’ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12] </strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It’s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a “tribe” meeting, where I think people [can] get more connected. It’s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51] </strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place – it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong> </p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here’s a chance to name the three programs that we’ve been working on this year. So as mentioned a few times, we have our <a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you’ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn’t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that’s the Diverse Speaker channel <a href="https://wordpress.slack.com/archives/C028SE81N3H">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I’ll try to remember the new change it’s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We’ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We’ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13] </strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it’s nice to meet new people. It’s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That’s how they do their, their meetings, their discussions. It’s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn’t accessible. </p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you’re living in the city, when you’re living in the provinces, in the country. So it’s so many things that you learn about people and how they’re able to adapt. </p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong> </p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they’re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it’s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson’s terms that might not be as familiar. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been – has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I’ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it’s making to the world and I, and that’s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I’ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that’s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it’s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that’s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It’s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24] </strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we’ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you’d like, and there are also directions on how to request support, if you are part of an underrepresented group. </p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That’s taking place in February, 2023. But it’s never too early to brush up those presentations and get them submitted. </p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I’ll have a link to the full write up in the show notes so that you don’t have to guess or hold it all in your memory. </p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that). </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And next up I’ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Aug 2022 23:15:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"Do The Woo Community: dev_life snippet: Back-end, Front-end WooCommerce Performance Insights";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72483";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://dothewoo.io/back-end-front-end-woocommerce-performance-insights/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:436:"<p>When it comes to performance on a WooCommerce site, without proper diagnostics, you\'re wasting your time quite often.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/back-end-front-end-woocommerce-performance-insights/">dev_life snippet: Back-end, Front-end WooCommerce Performance Insights</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Aug 2022 09:42:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WordPress.org blog: People of WordPress: Carla Doria";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=13201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10299:"<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br />Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes. While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident she could learn things on her own. </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br /><br />“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind. </p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<img width="600" height="900" src="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&ssl=1" alt="" class="wp-image-13189" />\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize. </p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href="https://www.meetup.com/Cochabamba-WordPress-Meetup/">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<img width="684" height="391" src="https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&ssl=1" alt="The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks." class="wp-image-13236" /><em>WordPress meeting in Cochabamba explored creating your website with blocks</em>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with vast experience with WordPress to people with no experience but who wanted to learn. </p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<img width="600" height="900" src="https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&ssl=1" alt="Carla reading a book under a tree" class="wp-image-13191" />\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href="https://mexicocity.wordcamp.org/2019/">2019</a> and <a href="https://mexicocity.wordcamp.org/2020/">2020</a>, <a href="https://guayaquil.wordcamp.org/2019/">WordCamp Guayaquil 2019</a>, and <a href="https://colombia.wordcamp.org/2020/">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<img width="977" height="419" src="https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&ssl=1" alt="WordCamp Cochabamba\'s logo with blue and grey lettering and a hat" class="wp-image-13228" />\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href="https://cochabamba.wordcamp.org/2021/">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.” </p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href="https://profiles.wordpress.org/wpfiddlybits/" class="mention"><span class="mentions-prefix">@</span>wpfiddlybits</a>), Abha Thakor (<a href="https://profiles.wordpress.org/webcommsat/" class="mention"><span class="mentions-prefix">@</span>webcommsat</a>), Larissa Murillo (<a href="https://profiles.wordpress.org/lmurillom/" class="mention"><span class="mentions-prefix">@</span>lmurillom</a>), Meher Bala (<a href="https://profiles.wordpress.org/meher/" class="mention"><span class="mentions-prefix">@</span>meher</a>), Chloe Bringmann (<a href="https://profiles.wordpress.org/cbringmann/" class="mention"><span class="mentions-prefix">@</span>cbringmann</a>), and Surendra Thakor (<a href="https://profiles.wordpress.org/sthakor/" class="mention"><span class="mentions-prefix">@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href="https://profiles.wordpress.org/carlisdm/" class="mention"><span class="mentions-prefix">@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href="https://profiles.wordpress.org/topher1kenobe/" class="mention"><span class="mentions-prefix">@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center"><img width="180" height="135" src="https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" /><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 31 Jul 2022 19:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Meher Bala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: Gutenberg Contributors Experiment with Custom Labeling of Blocks in List View";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/gutenberg-contributors-experiment-with-custom-labeling-of-blocks-in-list-view";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3384:"<p>It’s easy to get lost among a sea of Cover, Group, and Paragraph blocks while navigating the block editor’s List View. Clicking around wildly will generally surface the block you’re seeking, but it’s not efficient or intuitive. Gutenberg contributors have some ideas and prototypes aimed at giving the List View more context.</p>\n\n\n\n<p>Rich Tabor <a href="https://github.com/WordPress/gutenberg/issues/33583">proposed</a> a solution where users can double-click to rename a block within the list, giving it a unique identifier. Gutenberg developer Dave Smith created <a href="https://github.com/WordPress/gutenberg/pull/42605">an experimental PR</a> that adds custom labeling/naming of blocks in the List View. It currently works for Group blocks only. Tabor posted a demo to Twitter and the response was overwhelmingly positive.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">It\'s coming → <a href="https://t.co/A9sbjIzYmL">https://t.co/A9sbjIzYmL</a> <a href="https://t.co/FHEhqOxjZL">pic.twitter.com/FHEhqOxjZL</a></p>— Rich Tabor (@richard_tabor) <a href="https://twitter.com/richard_tabor/status/1550155092837470208?ref_src=twsrc%5Etfw">July 21, 2022</a></blockquote>\n</div>\n\n\n\n<p>“Custom block labels in the List view is a must-have,” Chris Bell <a href="https://github.com/WordPress/gutenberg/issues/33583#issuecomment-938557620">commented</a> on the original proposal. “It improves productivity and adds psychological order/control over the layout.</p>\n\n\n\n<p>“I think popovers should only be used for extra long edge-case custom labels as I imagine most labels will be 2-3 words max.” He posted an example of what that might look like.</p>\n\n\n\n<img />\n\n\n\n<p>Extra long labels would simply be truncated to maintain the width of the List View:</p>\n\n\n\n<img />\n\n\n\n<p>Smith posted a list of questions regarding the technical implementation he proposed:</p>\n\n\n\n<ul><li>Is <code>alias</code> attribute the best place to store the data?</li><li>Should the custom label be local to the editor or should it be attached to the block?</li><li>Can we add a means to “reset” the custom label and go back to the standard label?</li><li>Do we need a “submit” button as well as the <code>ENTER</code>-to-submit mechanic?</li></ul>\n\n\n\n<p>Contributors are currently testing and weighing in on these questions. Smith recommended progress on the feature wait to align with the solution in another active <a href="https://github.com/WordPress/gutenberg/pull/40393">ticket</a> that seeks to add a metadata attribute to blocks, allowing section naming and future semantic meta information. Once that is resolved, custom labeling for blocks in the List View will have a more straightforward technical solution.</p>\n\n\n\n<p>In the meantime, Gutenberg 13.7 added a related <a href="https://github.com/WordPress/gutenberg/pull/41855">update</a> as a first step that improves navigation in the List View. It will now automatically display Heading content for the button label text when available. </p>\n\n\n\n<img />\n\n\n\n<p>If you are using the Gutenberg plugin, this is available right now in the most recent update. Custom labels will be coming next to provide a clearer overview of other types of blocks and make page building/editing much easier.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jul 2022 20:23:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Post Status: Post Status Picks for the Week of July 25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103385";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://poststatus.com/post-status-picks-july-25-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2581:"<div class="has-background has-theme-palette-7-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt"><strong>Syntax.fm</strong> has an interview with <strong>Syed Balkhi</strong> about <strong>Awesome Motive</strong>, how <strong>WordPress</strong> and <strong>PHP</strong> are viewed by developers, and his charity efforts. <strong>The WP Minute</strong> features <strong>Amber Hinds</strong> on <strong>Equalize Digital</strong>’s first exit. <strong>Sean Blakeley</strong> <a href="https://wptavern.com/podcast/36-sean-blakeley-on-transitioning-a-large-agency-over-to-gutenberg">talks about transitioning a large agency</a> over to <strong>Gutenberg</strong> at the <strong>WP Tavern</strong>‘s <strong>Jukebox</strong>. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 id="h-post-status-podcast-picks">Post Status Podcast Picks <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /></h2>\n\n\n\n<ul><li><strong>Syntax.fm</strong>: <a href="https://syntax.fm/show/490/supper-club-syed-balkhi-and-wordpress">An interview with</a> <strong>Syed Balkhi</strong> about <strong>Awesome Motive</strong>, how <strong>WordPress</strong> and <strong>PHP</strong> are viewed by developers, and his charity efforts.</li><li><strong>The WP Minute:</strong> <strong>Amber Hinds</strong> <a href="https://thewpminute.com/selling-wp-conference-schedule/">shares her point of view</a> on <strong>Equalize Digital’s</strong> first “exit.”</li><li><strong>WP Tavern</strong>: <strong>Sean Blakeley</strong> <a href="https://wptavern.com/podcast/36-sean-blakeley-on-transitioning-a-large-agency-over-to-gutenberg">talks about transitioning a large agency</a> over to Gutenberg.</li></ul>\n\n\n\n<div class="wp-container-27 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href="https://poststatus.com/news-and-insights/week-in-review/">Week in Review</a> — also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href="https://poststatus.com/make-wordpress/">This Week at WordPress.org</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png" alt="⚙" class="wp-smiley" /></p>\n</div></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jul 2022 17:48:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: WebP by Default Merged Into Core for WordPress 6.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136600";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4981:"<p>WebP, an image format developed by Google, which is intended to replace JPEG, PNG, and GIF file formats, will soon be generated by default for new JPEG image uploads in WordPress and used for website content. The main work for this feature was <a href="https://core.trac.wordpress.org/changeset/53751">committed</a> to core for inclusion in the upcoming WordPress 6.1 release.</p>\n\n\n\n<p>The initial proposal was <a href="https://wptavern.com/wordpress-performance-team-revises-proposal-for-webp-by-default">revised after significant critical feedback</a>. The most notable changes include automatically generating WebP versions of only core image sizes, keeping secondary (WebP) sub-sizes only if they are smaller than the primary MIME type, and only generating WebP images for image sizes that are intended for use in user-facing front-end content.</p>\n\n\n\n<p>Despite a raft of revisions, and filters to control or disable WebP uploads, the proposal remained controversial. Contributors continue to report issues after testing. Many still have reservations about whether this should be opt-in or on by default.</p>\n\n\n\n<p>“When converting medium-resolution photographs (approx 1600px – 2500px on the long edge), WebP files are often larger than the JPEG equivalent,” WordPress developer Mark Howells-Mead <a href="https://core.trac.wordpress.org/ticket/55443#comment:14">commented</a> on the main ticket for WebP work. “(In my tests using my own photography, in around 60% of cases.) This change might make the ‘modern image format’ test of Page Speed Insights happy, but enforcing WebP by default on sites which use a lot of photography will often cause longer image loading times.”</p>\n\n\n\n<p>Some developers are supportive of the change but prefer for it to be off by default when it is first rolled out, to allow the ecosystem to prepare for the change.</p>\n\n\n\n<p>“I definitely see it as a big advantage to add Core support for additional MIME types for sub-sized image files,” Matthias Reinholz <a href="https://core.trac.wordpress.org/ticket/55443#comment:40">said</a>. “But I can’t see adding conversion to a specific other file format as preferred behavior. This may help to optimize the market position of WebP but it will also be a serious threat to plugin authors and existing larger websites that do not pay attention to this change.</p>\n\n\n\n<p>“Therefore, I’m questioning why this functionality should be activated by default at this stage. <strong>IMHO, it should be opt-in only.</strong> Plus ideally, we would already start to think about adding further image formats to be supported by this feature.”</p>\n\n\n\n<p>NerdPress founder Andrew Wilder created a separate <a href="https://core.trac.wordpress.org/ticket/56263">ticket</a> urging contributors to consider making the feature opt-in, but the ticket was closed and conversation directed back to the main ticket so as not to splinter the discussion.</p>\n\n\n\n<p> “Making these new features opt-in instead of opt-out would be the best way to be cautious about potential impacts,” Wilder <a href="https://core.trac.wordpress.org/ticket/55443#comment:44">said</a>.</p>\n\n\n\n<p>“There have been many requests for this to be opt-in (as well as some asking for a setting on the Media page, rather than only a filter for developers). So far there hasn’t been any open conversation about why that’s not being taken into consideration.”</p>\n\n\n\n<p>The notion that WebP by default should be opt-in was summarily dismissed and the conversation was not revisited before the changes were committed.</p>\n\n\n\n<p>“The feature will have widespread benefits for users by opting in core sizes (to start) – if it were entirely opt-in it would have little impact – or benefit,” Google-sponsored Core Committer Adam Silverstein <a href="https://core.trac.wordpress.org/ticket/55443#comment:62">said</a> in response to opponents.</p>\n\n\n\n<p>In response to suggestions that this feature ship with a UI for enabling it on the media page, Silverstein said, “We have discussed both suggestions in chats and issues with mixed responses. Project <a href="https://wordpress.org/about/philosophy/">philosophy</a> is regularly mentioned as aligning with the current approach.” </p>\n\n\n\n<p>The <a href="https://core.trac.wordpress.org/ticket/55443#comment:69">ticket</a> remains open awaiting patches for a few loose threads on the technical implementation. Contributors have continued to chime in with additional concerns.</p>\n\n\n\n<p><a href="https://make.wordpress.org/performance/2022/07/26/welcome-to-the-performance-team-blog/">The Performance team has a new blog</a> where people can follow updates on their current projects and proposals. Now that the main WebP work has been committed, the next steps will discussed in future meetings with notes posted to the new Core Performance blog.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jul 2022 17:47:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:113:"Post Status: “We’re not a small village anymore.” A Conversation with Kim Lipari — Post Status Draft 121";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103274";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://poststatus.com/not-a-small-village-anymore-kim-lipari/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4561:"<div class="wp-container-25 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container"><div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">WordPress as an economy or ecosystem is big, but the community and culture at its heart still feel small. Have we taken the time to really absorb the change that\'s come over the past decade? What questions should we be asking about what got us here and where we\'re going or want to go? </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">1</span><span class="yoast-reading-time__time-unit"> minute</span></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="has-drop-cap"><strong>Kim Lipari</strong> is our guest for this episode of Post Status Draft. Kim started building her career in WordPress over ten years ago, and her agency, <strong>Valet</strong>, is almost that old. WordPress isn\'t a small village community anymore, says Kim, but we still talk about it as if it is. That tightly knit community is still there because — not in spite of — incredible growth. </p>\n\n\n\n<p>But what does the fact of growth mean for a small village culture? Can it turn into an enclave or cult? Is the language of a small village still an appropriate language for leadership? Do we need to act more like we\'re a busy city — and make an effort to get to know our newer neighbors\' stories? Can we keep (let alone scale) the values, culture, and kindness of a healthy small community as we grow?</p>\n\n\n\n\n\n\n\n<div class="wp-container-28 wp-block-columns has-theme-palette-8-background-color has-background" id="WP-Engine">\n<div class="wp-container-26 wp-block-column">\n<h3 id="sponsor-wpengine"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <a href="https://poststat.us/pagely">WP </a><a href="https://poststat.us/wpengine">Engine</a></h3>\n\n\n\n<p><strong>WP Engine</strong> is <a href="https://poststat.us/wpengine/">the WordPress Digital Experience Platform that drives your business forward faster</a>. WP Engine makes WordPress easier and faster. It does the heavy lifting so you can focus on your core business and win online.</p>\n</div>\n\n\n\n<div class="wp-container-27 wp-block-column is-vertically-aligned-center"><div class="wp-block-image">\n<a href="https://poststat.us/wpengine/"><img width="112" height="151" src="https://cdn.poststatus.com/wp-content/uploads/2022/01/WPE-LOGO-S-Default.svg" alt="WP Engine" class="wp-image-95924" title="WP Engine" /></a></div></div>\n</div>\n\n\n\n<h3 id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href="https://twitter.com/kimberlylipari">Kim Lipari (Twitter)</a></li><li><a href="https://twitter.com/dan_knauss">Dan Knauss (Twitter)</a></li><li><a href="https://twitter.com/post_status">Post Status (Twitter)</a></li></ul>\n\n\n\n<p class="has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jul 2022 03:17:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Olivia Bisset";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: WordPress Theme Authors Are Moving to Host Fonts Locally";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=135783";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/wordpress-theme-authors-are-moving-to-host-fonts-locally";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5235:"<img />\n\n\n\n<p>The WordPress Themes team is poised to change its guidelines on remote hosting Google Fonts and is once again strongly urging theme authors to host their fonts locally. Yoast-sponsored contributor Ari Stathopoulos published an <a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">update</a> today to answer some questions the team has been receiving about fonts in themes:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Historically, WordPress themes hosted in the <a href="https://w.org/themes">w.org themes repository</a> were not allowed to use third-party resources. This included images, javascript files, CSS files, webfonts, and other assets loaded from a remote server.</p><p>Google fonts was an exception to this rule because, at the time, there was no reliable way to implement locally-hosted webfonts, and typography is an integral part of a theme’s design.</p><p>Google fonts, however, can no longer be considered an exception to this guideline because of the GDPR and privacy implications.</p></blockquote>\n\n\n\n<p>The team is responding to a recent German court case, which <a href="https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts">fined a website owner for violating the GDPR by using Google-hosted webfonts</a>. This case spurred a few other threats against website owners and many questions for the Themes team.</p>\n\n\n\n<p>What was previously a strong <a href="https://wptavern.com/wordpress-org-strongly-urges-theme-authors-to-switch-to-locally-hosted-webfonts">recommendation</a> from WordPress.org is now a warning that guidelines will be changing imminently. </p>\n\n\n\n<p>“A theme should not be allowed to use external resources,” Stathopoulos said. “The guidelines right now allow for remote Google fonts, but that will probably change soon. If the theme is using external assets, then yes, it should call a privacy function and ensure that these assets don’t get loaded without the user’s explicit consent.”</p>\n\n\n\n<p>A <a href="https://core.trac.wordpress.org/ticket/55985">ticket</a> for updating WordPress’ default themes to load Google fonts locally has a patch but the milestone is set for WordPress 6.1. This will make all the core themes GDPR compliant but will not arrive until October.</p>\n\n\n\n<p>Some theme authors saw the writing on the wall a few weeks ago and have been working to update their themes to load fonts locally. </p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">I spent the day updating all* of my WordPress themes to replace Google Fonts with locally hosted font files, given the recent policy change on the theme directory. <a href="https://t.co/yp6ZHduHjI">https://t.co/yp6ZHduHjI</a><br /><br />(*Chaplin excluded – it supports disabling them in the Customizer.) <a href="https://t.co/eKyRFT4wGm">pic.twitter.com/eKyRFT4wGm</a></p>— Anders Norén (@andersnoren) <a href="https://twitter.com/andersnoren/status/1542126387078864901?ref_src=twsrc%5Etfw">June 29, 2022</a></blockquote>\n</div>\n\n\n\n<p>“I’ve decided to do this too,” Rough Pixels founder André Jutras said. “Although a few themes have a font-choosing option in the Customizer with the full Google selection. This is going to be hard to change with existing users that use it. My new theme will definitely have local fonts.”</p>\n\n\n\n<p>Offering font selection for users inside the theme is not as straightforward as simply including one or two fonts bundled with the theme.</p>\n\n\n\n<p>“I’ve been trying to do the same with Blockbase,” Automattic developer Jason Crist said. “But Blockbase ships with a LOT of fonts to choose from so it’s been a bit of a unique challenge.”</p>\n\n\n\n<p>In 2020, the Themes team <a href="https://make.wordpress.org/themes/2020/09/25/new-package-to-allow-locally-hosting-webfonts/">created a package</a> that helps theme authors host their webfonts locally. It was created in anticipation of removing Google Fonts as the exception to the rule prohibiting the use of CDNs to load assets. </p>\n\n\n\n<p><a href="https://fonts.bunny.net/">Bunny Fonts</a> are are an alternative to Google Fonts that some plugin authors have on their radar now that some European jurisdictions are cracking down on Google-hosted fonts. It is an open-source, privacy-first web font platform with no tracking or logging and is fully GDPR compliant. Bunny Fonts is compatible with the Google Fonts CSS v1 API so it can function as a drop-in replacement to Google Fonts by just switching the hostname. If the Themes Team was to add any service to its exception list, Bunny Fonts would be a more privacy respecting option than Google Fonts.</p>\n\n\n\n<p>The Themes Team is waiting on core to implement <a href="https://core.trac.wordpress.org/ticket/46370">better support for loading local fonts</a> before making a sweeping requirement for themes hosted in the directory. In the meantime, WordPress theme authors have the time to update their themes to load Google Fonts locally before a requirement is put in place.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jul 2022 20:01:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Do The Woo Community: When You Really Do the Woo with Ronald Gijsel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://dothewoo.io/woocommerce-ronald-gijsel/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:362:"<p>Co-host Ronald shares his experience so far having joined the WooCommerce team at Automattic. </p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/woocommerce-ronald-gijsel/">When You Really Do the Woo with Ronald Gijsel</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jul 2022 08:59:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:127:"WordCamp Central: WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"https://central.wordcamp.org/?p=3151988";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:148:"https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:13466:"<a href="https://central.wordcamp.org/files/2022/07/image.png"><img /></a>\n\n\n\n<p><em><a href="https://jinja.wordcamp.org/2022/">WordCamp Jinja 2022</a> (Fri 2nd– Sat 3rd Sept 2022) will be a major community event in Jinja City, Uganda, where WordPress developers, website designers, online publishers, students and teachers will converge to share comprehensive knowledge and experiences, and to meet other WordPress users. Its going to be a great networking event that will also attract guests from all over Uganda and beyond. The main host venue will be <a href="https://www.google.com/maps/place/The+Innovation+Village+-+Jinja/@0.4241821,33.2067269,3a,75y,90t/data=!3m8!1e2!3m6!1sAF1QipOQ2B4MxWlVvX3YXh2TrPo-KBaUlEwA1KYOsPBX!2e10!3e12!6shttps:%2F%2Flh5.googleusercontent.com%2Fp%2FAF1QipOQ2B4MxWlVvX3YXh2TrPo-KBaUlEwA1KYOsPBX%3Dw114-h86-k-no!7i4608!8i3456!4m12!1m6!3m5!1s0x177e7b8c49a3ea9b:0xea6213d867b205e!2sThe+Innovation+Village+-+Jinja!8m2!3d0.4241821!4d33.2067269!3m4!1s0x177e7b8c49a3ea9b:0xea6213d867b205e!8m2!3d0.4241821!4d33.2067269">The Innovation Village, Plot 5 Main Street, Jinja City</a>.</em></p>\n\n\n\n<p><em>There will be something for everyone – beginner’s training, inspirational talks, showcases, best practices, latest trends, plus an after party with lots of fun and camping at the Source of the Nile in Jinja!</em></p>\n\n\n\n<h2><strong>Planned Activities</strong></h2>\n\n\n\n<ol><li><strong>Diverse Speaker Presentations</strong> will be delivered on various topics ranging from what’s new in the WordPress ecosystem, show cases, website optimization (SEO, security, performance), developer tools and best practices, contributing to open source and the WordPress project, web business and professionalism, digital marketing, etc.</li><li><strong>Web Design Hackathon</strong> will connect volunteer developers with local startups in need of websites. There will be a dev challenge for Websites to be setup and a showcase of work-done be presented on the last day of the WordCamp! The Hackathon will also serve as an opportunity for meeting and working with new people! More details about the hackathon in <a href="https://twitter.com/WordPressJinja/status/1551111250544939008">this tweet</a>.</li><li><strong>Teachers Workshop</strong> will explore the integration of WordPress in the local education curriculum. Teachers will be trained on how to introduce WordPress to their students for web design topic in O-level computer studies exam, for project work and world of work assessment. Vital teaching and learning resources such as the lesson plans at <a href="https://learn.wordpress.org">learn.wordpress.org</a> will be shared. Teachers will also be inspired to take on Web Design as a side business to earn extra income alongside their school salaries! Registration of teachers and students is being done by the ICT Teachers Association via this link: <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTKI37jKRIULq1hbBgovtDV1_WsQMDNFzySsKJSn0OdW4rGQ/viewform">bit.ly/wordcampjinja</a>.</li><li><strong>A visit to the Source of the Nile</strong> – Jinja city is nestled on the shores of Lake Victoria, Africa’s largest lake, and is deeply rooted in colorful history. The city is home to the source of the Nile, the longest river in the world. River Nile is one of the major geographic superlatives on the earth and from time immemorial, and it has been an outstanding natural land feature worth mentioning in historical books including the holy bible. The New Iconic Nile Bridge is the gateway to Jinja City. WordCamp Jinja will be wrapped up in style with a group photo and fun at the Source of Nile!</li></ol>\n\n\n\n<p>Full <a href="https://jinja.wordcamp.org/2022/schedule/">schedule </a>of activities will be published soon.</p>\n\n\n\n<p><strong>Accommodation</strong> For those coming to Jinja for their first time, there are several hotels and guest houses where you can reside. Check through this listing by booking.com: bit.ly/jinjahotels. You can also contact the WordCamp team at jinja@wordcamp.org for more inquiries and guidance.</p>\n\n\n\n<h2><strong>Get Involved</strong></h2>\n\n\n\n<p>There are several ways to get involved! Check out the details below:</p>\n\n\n\n<ul><li><strong>Purchase Attendee Tickets:</strong> <a href="https://jinja.wordcamp.org/2022/tickets/">https://jinja.wordcamp.org/2022/tickets/</a></li><li><strong>Call for Sponsors:</strong> <a href="https://jinja.wordcamp.org/2022/call-for-sponsors/">https://jinja.wordcamp.org/2022/call-for-sponsors/</a></li><li><strong>Call for Speakers:</strong> <a href="https://jinja.wordcamp.org/2022/call-for-speakers/">https://jinja.wordcamp.org/2022/call-for-speakers/</a></li><li><strong>Call for Volunteers:</strong> <a href="https://jinja.wordcamp.org/2022/call-for-volunteers/">https://jinja.wordcamp.org/2022/call-for-volunteers/</a></li></ul>\n\n\n\n<h2>Join the discussion via #WordCampJinja hashtag on Twitter</h2>\n\n\n\n<div class="is-layout-flex wp-container-3 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Preparations for <a href="https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw">#WordCampJinja</a> are in high gear! Visit <a href="https://t.co/BwFGg9CSyL">https://t.co/BwFGg9CSyL</a> to apply as speaker, volunteer or sponsor! <a href="https://twitter.com/TheVillageUG?ref_src=twsrc%5Etfw">@TheVillageUG</a> <a href="https://twitter.com/bluehost?ref_src=twsrc%5Etfw">@bluehost</a> <a href="https://twitter.com/jetpack?ref_src=twsrc%5Etfw">@jetpack</a> <a href="https://twitter.com/mrkwordpress?ref_src=twsrc%5Etfw">@mrkwordpress</a> <a href="https://twitter.com/nexcess?ref_src=twsrc%5Etfw">@nexcess</a> <a href="https://twitter.com/weglot?ref_src=twsrc%5Etfw">@weglot</a> <a href="https://twitter.com/WooCommerce?ref_src=twsrc%5Etfw">@WooCommerce</a> <a href="https://twitter.com/wordpressdotcom?ref_src=twsrc%5Etfw">@wordpressdotcom</a> <a href="https://twitter.com/techrtblog?ref_src=twsrc%5Etfw">@techrtblog</a> <a href="https://twitter.com/ictteachersug?ref_src=twsrc%5Etfw">@ictteachersug</a> <a href="https://twitter.com/WordPressKLA?ref_src=twsrc%5Etfw">@WordPressKLA</a> <a href="https://twitter.com/WordcampEntebbe?ref_src=twsrc%5Etfw">@WordcampEntebbe</a> <a href="https://t.co/PFKwQgPZGp">pic.twitter.com/PFKwQgPZGp</a></p>— WordPress Jinja Meetup (@WordPressJinja) <a href="https://twitter.com/WordPressJinja/status/1549326219027644416?ref_src=twsrc%5Etfw">July 19, 2022</a></blockquote>\n</div>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Proud ICT Teacher @ <a href="https://t.co/A2YS8cBmH4">https://t.co/A2YS8cBmH4</a> ready to attend the WordCamp 2022 at <a href="https://twitter.com/TheVillageUG?ref_src=twsrc%5Etfw">@TheVillageUG</a> Jinja. <a href="https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw">@WordPressJinja</a> <a href="https://twitter.com/SteveUG?ref_src=twsrc%5Etfw">@SteveUG</a> <a href="https://twitter.com/ICTClubsUg?ref_src=twsrc%5Etfw">@ICTClubsUg</a> <a href="https://twitter.com/MatovuHermanJo1?ref_src=twsrc%5Etfw">@MatovuHermanJo1</a> <a href="https://t.co/huCnYTguLa">pic.twitter.com/huCnYTguLa</a></p>— Kibuuka Simon Peter (@SimonKibuuka2) <a href="https://twitter.com/SimonKibuuka2/status/1551487870070042624?ref_src=twsrc%5Etfw">July 25, 2022</a></blockquote>\n</div>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Looking forward to WordCamp Jinja in Uganda Africa Great things are happening in <a href="https://twitter.com/hashtag/Africa?src=hash&ref_src=twsrc%5Etfw">#Africa</a> <a href="https://twitter.com/LoveBuiltLife?ref_src=twsrc%5Etfw">@LoveBuiltLife</a> and <a href="https://twitter.com/myquesttoteach?ref_src=twsrc%5Etfw">@myquesttoteach</a> excited about another awesome WordCamp in Africa<a href="https://twitter.com/WordcampEntebbe?ref_src=twsrc%5Etfw">@WordcampEntebbe</a> <a href="https://twitter.com/wordcampegypt?ref_src=twsrc%5Etfw">@wordcampegypt</a> <a href="https://twitter.com/WordCampAfrica?ref_src=twsrc%5Etfw">@WordCampAfrica</a> <a href="https://twitter.com/WordCampKE?ref_src=twsrc%5Etfw">@WordCampKE</a> <a href="https://twitter.com/WordCampLagos?ref_src=twsrc%5Etfw">@WordCampLagos</a> <a href="https://twitter.com/wordcampnigeria?ref_src=twsrc%5Etfw">@wordcampnigeria</a> <a href="https://twitter.com/WordCampMsa?ref_src=twsrc%5Etfw">@WordCampMsa</a> <a href="https://t.co/eNHahBPnsn">https://t.co/eNHahBPnsn</a></p>— Wm Jackson, M.Ed 33yrs Teaching; SCSU Grad (@wmjackson) <a href="https://twitter.com/wmjackson/status/1550465693358952448?ref_src=twsrc%5Etfw">July 22, 2022</a></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<div class="is-layout-flex wp-container-6 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">I am so looking forward to what may be my first <a href="https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw">#WordCamp</a> post-covid & the after-party at the Source of the Nile<img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png" alt="🥳" class="wp-smiley" />! – at <a href="https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw">@WordPressJinja</a> – speaker & volunteer applications are open – sponsors are also welcome, please<img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f60a.png" alt="😊" class="wp-smiley" /><br /><br />Get your tickets at <a href="https://t.co/b1yQxad2LZ">https://t.co/b1yQxad2LZ</a><br /> <a href="https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw">#WordCampJinja</a> <a href="https://t.co/yjm6HyJHHG">pic.twitter.com/yjm6HyJHHG</a></p>— Mary Job (@maryojob) <a href="https://twitter.com/maryojob/status/1551177175704944647?ref_src=twsrc%5Etfw">July 24, 2022</a></blockquote>\n</div>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f310.png" alt="🌐" class="wp-smiley" />Volunteer developers will offer <a href="https://twitter.com/hashtag/FreeWebDesign?src=hash&ref_src=twsrc%5Etfw">#FreeWebDesign</a> and support during the <a href="https://twitter.com/hashtag/hackerthon?src=hash&ref_src=twsrc%5Etfw">#hackerthon</a> session on day one of <a href="https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw">#WordCampJinja</a> <a href="https://twitter.com/TheVillageUG?ref_src=twsrc%5Etfw">@TheVillageUG</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f310.png" alt="🌐" class="wp-smiley" />Interested? Here\'s the Website data collection form: <a href="https://t.co/x8UZL5HsMV">https://t.co/x8UZL5HsMV</a> <br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f310.png" alt="🌐" class="wp-smiley" />Call for volunteer web developers: <a href="https://t.co/llyCAUfd80">https://t.co/llyCAUfd80</a> <a href="https://t.co/aDLs9ESaYI">pic.twitter.com/aDLs9ESaYI</a></p>— WordPress Jinja Meetup (@WordPressJinja) <a href="https://twitter.com/WordPressJinja/status/1551111250544939008?ref_src=twsrc%5Etfw">July 24, 2022</a></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<div class="is-layout-flex wp-container-9 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Watch: Listen in to testimonies from some teachers as they share past WordCamp experiences: <a href="https://t.co/IQwzCIU1T6">https://t.co/IQwzCIU1T6</a><br /><br />This year\'s <a href="https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw">#WordCampJinja</a> is your chance to be transformed FOREVER! Register with us via <a href="https://t.co/VEocuou0JJ">https://t.co/VEocuou0JJ</a> or buy general ticket at <a href="https://t.co/uK4a0qXd5O">https://t.co/uK4a0qXd5O</a></p>— ICT Teachers Association of Uganda (ITAU) (@ictteachersug) <a href="https://twitter.com/ictteachersug/status/1549632060414894087?ref_src=twsrc%5Etfw">July 20, 2022</a></blockquote>\n</div>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">We\'re excited to sponsor WordCamp Jinja at <a href="https://twitter.com/TheVillageUG?ref_src=twsrc%5Etfw">@TheVillageUG</a> on September 2-3, 2022. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png" alt="🎉" class="wp-smiley" /><br /><br />Join us and the Ugandan <a href="https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw">#WordPress</a> community as we learn from and support each other. We\'d <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f49c.png" alt="💜" class="wp-smiley" /> to see you there – get your ticket today at the link below. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f447.png" alt="👇" class="wp-smiley" /><a href="https://t.co/lpQhWmdxWV">https://t.co/lpQhWmdxWV</a></p>— WooCommerce (@WooCommerce) <a href="https://twitter.com/WooCommerce/status/1549363522957705216?ref_src=twsrc%5Etfw">July 19, 2022</a></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<p>Looking forward to a wonderful WordCamp at the Nile Source! </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jul 2022 08:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Mukalele Rogers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Post Status: EMEA and AMER Member Huddles";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=103136";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://poststatus.com/emea-and-amer-member-huddles/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1516:"<h2 id="h-new-post-status-member-huddles">NEW: Post Status <a href="https://poststatus.com/huddles/" target="_blank" rel="noreferrer noopener">Member Huddles</a> ›</h2>\n\n\n\n<p>We are hosting <a href="https://poststatus.com/huddles/" target="_blank" rel="noreferrer noopener"><strong>Two Weekly Post Status Member Huddles</strong></a> now.<strong> </strong>Huddles open time and space for our community of peers designed for<strong> camaraderie and connection for all WordPress Professionals, </strong><em>even if you\'re not a member yet.</em><br /><br /><strong>Sign up</strong> for one of our current Huddles:</p>\n\n\n\n<ul><li><a href="https://us02web.zoom.us/meeting/register/tZcuf-uprT0oGdx2Pg91t1eADl5JOow2YwLR" target="_blank" rel="noreferrer noopener">Wednesdays @ 9am Central (-6) / 4pm Paris (+2)</a> — Hosted by PS members <strong>Jason Rouet </strong>and<strong> Evangelia Pappa</strong></li><li><a href="https://us02web.zoom.us/meeting/register/tZEldeGtrjgsHNZEvzSYTIxv8vHmZb7T_3Tn" target="_blank" rel="noreferrer noopener">Wednesdays @ 11am Central (-6) / 6pm Paris (+2)</a> — Hosted by PS teammates <strong>Michelle Frechette </strong>and<strong> Cory Miller</strong></li></ul>\n\n\n\n<p><a href="https://poststatus.com/huddles/#survey" target="_blank" rel="noreferrer noopener"><strong>What Days/Times Work Best To Join a Huddle?</strong></a><strong> — </strong>We’re looking to expand our Member Huddles offerings with new days/times to support our global community and need host/facilitators.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jul 2022 01:18:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"WPTavern: WordPress Contributors Consider Renaming Full-Site Editing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136635";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wptavern.com/wordpress-contributors-consider-renaming-full-site-editing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3425:"<p>WordPress Executive Director Josepha Haden Chomphosy is <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">proposing</a> contributors rename the terms “full-site editing” and “full-site editor” to something more user friendly. The terms came into use as WordPress moved into the Customization phase and are still used to differentiate the work being done on site editing as opposed to content editing in the block editor.</p>\n\n\n\n<p>Haden Chomphosy has identified two issues with using the term “full-site editing:”</p>\n\n\n\n<ul><li>It was already possible to edit every part of a WordPress site using code. The term “full site editing” differentiated between phases of a project, rather than a new capability in the CMS.</li><li>To us, “full site editing” implies the use of blocks, but for new users there’s no reason for them to expect anything else. The term isn’t descriptive of what makes it unique.</li></ul>\n\n\n\n<p>Contributors who work in WordPress every day may not be fully aware of how specialized some of these terms are and how little they mean to a newcomer. Haden Chomphosy proposes WordPress adopt a new term that is “immediately meaningful for new users of our software, while also being an easy to reference term for all of us building and supporting the software.”</p>\n\n\n\n<p>She opened a conversation today on updating our shared lexicon to use a new term for this aspect of editing and asked for feedback on additional contexts that need to be considered.</p>\n\n\n\n<p>Ideas are already pouring in as it’s much easier to name something than to build it. “Site Editor” has been one of the must popular suggestions so far, but participants in the discussion have also suggested “Template Editor” and “Theme Builder,” as well as “Builder” and “Site Builder.”</p>\n\n\n\n<p>“Future view, looking back from collaborative editing, what I would want to tell a user: The Editor,” Rob Glidden said. “In the WordPress editor you and your team can edit posts, pages and themes in the same, consistent user interface.”</p>\n\n\n\n<p>WP Engine developer advocate Nick Diego suggested it’s too late to unring the bell on full-site editing and that WordPress should stick with the term. </p>\n\n\n\n<p>“Many still refer to the Editor as Gutenberg,” Diego said. “I would be hesitant to introduce a new name when ‘Full Site Editing,’ now that it has been so publicly talked about, will likely live on for years and years to come.</p>\n\n\n\n<p>“I kind of like the term ‘Full Site Editing.’ For new users in WordPress, it implies that they will be able to edit their entire site, which is true. Of course, there are many Classic themes and page builders that also allow you to do the same thing, but a theme that supports FSE differentiates it from traditional Classic themes.”</p>\n\n\n\n<p>The discussion was just opened today and the community is invited to participate with comments on the <a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">post</a>. Those who have knowledge of what users, clients, and people outside of WordPress call the editor in the context of full-site editing should also weigh in to help contributors get a better picture.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 21:46:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:107:"Post Status: PHP 8.2 Compatibility, Renaming FSE, Custom Template Options, WP Feature Notifications Project";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=102947";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:115:"https://poststatus.com/php-8-2-compatibility-renaming-fse-custom-template-options-wp-feature-notifications-project/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16930:"<h2 id="h-this-week-at-wordpress-org-july-27-2022">This Week at WordPress.org (July 27, 2022)</h2>\n\n\n<div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">Getting Ready for PHP 8.2, Rebooting Feature Notifications, Additional Custom Template Options, and Renaming Full Site Editing. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div id="kt-info-box_03177a-50" class="wp-block-kadence-infobox"><a class="kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kt-info-svg-icon kt-info-svg-icon-fas_paint-brush"></span></div></div></div></div><div class="kt-infobox-textcontent"><h2 class="kt-blocks-info-box-title">Custom Template Options</h2><p class="kt-blocks-info-box-text">In WordPress 6.1 you\'ll be able to add custom post type or taxonomy templates. Watch how this area evolves as we anticipate it improving the 3rd party plugin support for Full Site Editing.</p></div></a></div>\n\n\n\n<h2 id="h-news">News</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/">Updates on the Five for the Future program, and proposed improvements</a></li><li><a href="https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/">Giving FSE a More User Friendly Name</a></li><li><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/">FSE Program Testing Call #15: Category Customization</a></li><li><a href="https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/">A Mid-Year Look at 2022 Goals</a></li><li><a href="https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/">WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0</a></li><li><a href="https://core.trac.wordpress.org/ticket/56009">Prepare for PHP 8.2</a></li><li><a href="https://core.trac.wordpress.org/ticket/56034">PHP 8.2: proposal for handling unknown dynamic properties deprecations</a></li><li><a href="https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/">Project Update: WordPress.org Homepage and Download page mockups</a></li></ul>\n\n\n\n<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider" /></div></div>\n\n\n\n<div class="wp-container-33 wp-block-columns">\n<div class="wp-container-31 wp-block-column">\n<h2 id="h-accessibility"><a href="https://make.wordpress.org/accessibility">Accessibility</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/">Call for Team Rep Nomination – July 2022</a></li></ul>\n\n\n\n<h2 id="h-community">Community</h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/">July Meetup Organizer newsletter</a></li><li><a href="https://make.wordpress.org/community/2022/07/22/deputy-feedback-wanted-streamlining-wordcamp-phases/">Deputy Feedback Wanted: Streamlining WordCamp Phases</a></li><li><a href="https://make.wordpress.org/community/2022/07/20/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-july-13-2022/">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on July 13, 2022</a></li><li><a href="https://make.wordpress.org/community/2022/07/22/report-inclusion-and-diverse-speaker-workshops-june-2022/">Report: Inclusion and Diverse Speaker Workshops June 2022</a></li></ul>\n\n\n\n<h2 id="h-core"><a href="https://make.wordpress.org/core">Core</a> </h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/">WordPress 6.1 Planning Roundup v2</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/">Proposal: Add a dominant color background to images.</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/">[Request for feedback] Feature Notifications Proof of Concept</a></li><li><a href="https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/">Core Editor Improvement: Deeper customization with more template options</a><ul><li><a href="https://github.com/WordPress/gutenberg/pull/42007">Pre-populating new templates</a></li></ul></li><li><a href="https://make.wordpress.org/core/2022/07/25/a-week-in-core-july-25-2022/">A Week in Core – July 25, 2022</a></li><li><a href="https://make.wordpress.org/core/2022/07/26/editor-chat-agenda-27-july-2022-2-2/">Editor chat agenda: 27 July 2022</a></li></ul>\n\n\n\n<h2 id="h-design"><a href="https://make.wordpress.org/design">Design</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/">Proposal: A new kind of default theme</a></li></ul>\n\n\n\n<h2 id="h-docs"><a href="https://make.wordpress.org/docs">Docs</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/updates/2022/07/25/documentation-team-update-july-25-2022/">Documentation Team Update – July 25, 2022</a></li></ul>\n\n\n\n<h3 id="h-support-articles"><a href="https://wordpress.org/support/articles">Support Articles:</a></h3>\n\n\n\n<ul><li><a href="https://wordpress.org/support/article/comment-author-name-block/">Comment Author Name Block</a></li><li><a href="https://wordpress.org/support/article/comment-date-block/">Comment Date Block</a></li></ul>\n\n\n\n<h3 id="h-developer-articles">Developer Articles:</h3>\n\n\n\n<ul><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-keyboard-shortcuts/">The Keyboard Shortcuts Data</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-customize-widgets/">Customize Widgets</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-block-directory/">Block directory</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-site/">Edit Site</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-rich-text/">Rich Text</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-widgets/">Edit Widgets</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-preferences/">Preferences</a></li><li><a href="https://developer.wordpress.org/block-editor/reference-guides/data/data-core-reusable-blocks/">Reusable blocks</a></li></ul>\n\n\n\n<h2 id="h-marketing"><a href="https://make.wordpress.org/marketing">Marketing</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/marketing/2022/07/20/agenda-global-marketing-team-meeting-20-july-2022/">Agenda: Global Marketing Team Meeting, 20 July 2022</a></li></ul>\n\n\n\n<h2 id="h-meta"><a href="https://make.wordpress.org/meta">Meta</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/">Pattern Previews for Themes in the Directory – Beta</a></li><li><a href="https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/">Exploration: improving DevHub</a> (Developer Docs)</li></ul>\n\n\n\n<h2 id="h-mobile"><a href="https://make.wordpress.org/mobile">Mobile</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">Refocusing the WordPress App on Core Features</a><a href="https://make.wordpress.org/mobile/2022/07/12/call-for-testing-wordpress-for-ios-20-3/"></a></li><li><a href="https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/">Call for Testing: WordPress for Android 20.4</a></li><li><a href="https://make.wordpress.org/mobile/2022/07/12/call-for-testing-wordpress-for-ios-20-3/"></a><a href="https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/">Call for Testing: WordPress for iOS 20.4</a></li></ul>\n</div>\n\n\n\n<div class="wp-container-32 wp-block-column">\n<h2 id="h-openverse"><a href="https://make.wordpress.org/openverse">Openverse</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/openverse/2022/07/14/community-meeting-recap-12-july-2022/">Community Meeting Recap (12 July 2022)</a></li><li><a href="https://make.wordpress.org/openverse/2022/07/13/check-in-meeting-idea/">Check-in meeting idea</a></li></ul>\n\n\n\n<h2 id="h-performance"><a href="https://make.wordpress.org/performance/">Performance</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/core/2022/07/19/performance-team-meeting-summary-19-july-2022/"></a><a href="https://make.wordpress.org/core/2022/07/26/performance-team-meeting-summary-26-july-2022/"></a><a href="https://make.wordpress.org/core/2022/07/26/performance-team-meeting-summary-26-july-2022/">Performance team meeting summary 26 July 2022</a></li><li><a href="https://core.trac.wordpress.org/ticket/55443">Create WebP sub-sizes and use for output</a></li><li><a href="https://github.com/WordPress/performance/issues/445">Regenerate Existing Images for non-technical users</a></li></ul>\n\n\n\n<h2 id="h-plugins"><a href="https://make.wordpress.org/plugins">Plugins</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/updates/2022/07/25/plugin-review-team-update-25-july-2022/">Plugin Review Team Update: 25 July 2022</a></li></ul>\n\n\n\n<h2 id="h-test"><a href="https://make.wordpress.org/test">Test</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/">FSE Program Testing Call #15: Category Customization</a></li></ul>\n\n\n\n<h2 id="h-themes"><a href="https://make.wordpress.org/themes">Themes</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/">Using locally-hosted Google fonts in themes</a></li><li><a href="https://make.wordpress.org/themes/2022/07/27/gutenberg-13-6-themes/">Gutenberg 13.6 + Themes</a></li><li><a href="https://make.wordpress.org/themes/2022/07/25/themes-team-meeting-agenda-for-july-26-2022/">Themes team meeting agenda for July 26, 2022</a></li><li><a href="https://make.wordpress.org/updates/2022/07/26/themes-team-update-july-26-2022/">Themes team update July 26, 2022</a></li></ul>\n\n\n\n<h2 id="h-training"><a href="https://make.wordpress.org/training">Training</a></h2>\n\n\n\n<ul><li><a href="https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/">What’s new on LearnWP in July 2022</a></li><li><a href="https://make.wordpress.org/training/2022/07/19/proposal-to-merging-lesson-plans-video-tutorials-and-slides/">Proposal: Merging Lesson Plans, Video Tutorials, and Slides</a></li><li><a href="https://make.wordpress.org/training/2022/07/21/summary-update-courses-currently-in/">Summary Update: Courses Currently in…</a></li></ul>\n\n\n\n<h3 id="h-lesson-plans">Lesson Plans:</h3>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/lesson-plan/locking-blocks-in-the-full-site-editor/">Locking Blocks in the Full Site Editor</a></li><li><a href="https://learn.wordpress.org/lesson-plan/create-a-basic-child-theme-for-block-themes/">Create a Basic Child Theme for Block Themes</a></li><li><a href="https://learn.wordpress.org/lesson-plan/webp-images-in-wordpress/">WebP images in WordPress</a></li></ul>\n\n\n\n<h3 id="h-video-tutorials">Video Tutorials</h3>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/tutorial/wordpress-filter-hooks/">WordPress Filter Hooks</a></li><li><a href="https://learn.wordpress.org/tutorial/horizontal-pyramid-gallery/">Horizontal Pyramid Gallery</a></li><li><a href="https://learn.wordpress.org/tutorial/wordpress-action-hooks/">WordPress Action Hooks</a></li></ul>\n\n\n\n<h3 id="h-online-workshops">Online Workshops:</h3>\n\n\n\n<ul><li><a href="https://learn.wordpress.org/?meeting=theme-development-workflows-for-different-types-of-developers">Theme Development Workflows for Different Types of Developers</a></li><li><a href="https://learn.wordpress.org/?meeting=lets-code-creating-your-first-wordpress-plugin">Let’s code! Creating your first WordPress Plugin</a></li><li><a href="https://learn.wordpress.org/?meeting=19634">[CANCELED – Moved to July 28] Theme Development Workflows for Different Types of Developers</a></li><li><a href="https://learn.wordpress.org/?meeting=power-up-with-free-wireframe-templates-and-advanced-blocks">Power Up With Free Wireframe Templates And Advanced Blocks</a></li></ul>\n\n\n\n<h2 id="h-wordcamp-central">WordCamp Central</h2>\n\n\n\n<ul><li><a href="https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/">WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!</a></li></ul>\n\n\n\n<h2 id="h-wptv">WPTV</h2>\n\n\n\n<ul><li><a href="https://wordpress.tv/category/year/2022/">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<h2><a href="https://wordpress.org/five-for-the-future/">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href="https://github.com/WordPress/five-for-the-future/pull/206">Send notification emails when contributors are inactive</a></li><li><a href="https://github.com/WordPress/five-for-the-future/issues/205">Outreach: emails to send to individuals who are dormant/inactive/etc</a></li><li><a href="https://github.com/WordPress/five-for-the-future/issues/204">Handle duplicate activities – added as a presenter activity (and other activities?) </a></li><li><a href="https://github.com/WordPress/five-for-the-future/issues/203">Noting milestones in contributions</a></li><li><a href="https://github.com/WordPress/five-for-the-future/issues/202">Charting corporate contributions over time</a></li><li><a href="https://github.com/WordPress/five-for-the-future/issues/201">New options in sponsored contributor profiles to show non-sponsored contributions too</a></li></ul>\n\n\n\n<p class="has-theme-palette-7-background-color has-background">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://wordpress.org/support/article/contributing-to-wordpress/">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href="https://poststatus.com/news/week-in-review/">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile has-background"><a href="https://poststatus.com/"><img src="https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png" alt="Post Status" class="wp-image-85823 size-full" /></a><div class="wp-block-media-text__content">\n<p class="has-text-align-left has-normal-font-size" id="h-get-ready-for-remote-work">You — and <a href="https://poststatus.com/business-membership/">your whole team</a> can <a href="https://poststatus.com/post-status-membership-club/">Join Post Status</a> too!</p>\n\n\n\n<p class="has-text-align-left has-small-font-size"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href="https://poststatus.com/newsletter/">newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png" alt="✉" class="wp-smiley" /> Listen to <a href="https://poststatus.com/podcasts/">podcasts</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /> Follow <a href="https://twitter.com/post_status/">@Post_Status</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 19:58:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Courtney Robertson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"Post Status: Refocusing the WordPress Mobile App on the Core User Experience — without Jetpack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=102985";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://poststatus.com/refocusing-the-wordpress-mobile-app-on-the-core-user-experience/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12305:"<h2 id="h-jetpack-s-mobile-app-will-absorb-outgoing-features">Jetpack\'s mobile app will absorb outgoing features</h2>\n\n\n\n<div class="wp-container-29 wp-block-group has-theme-palette-8-background-color has-background"><div class="wp-block-group__inner-container"><div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">The boundaries between WordPress .com and .org have never been very clear. That may change as the WordPress mobile app sheds features the Jetpack app will gain. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<ul><li><strong>The WordPress mobile app will be dedicated to self-hosted WordPress.org sites without Jetpack-enabled services or core features enabled by the WordPress.com REST API.</strong></li><li><strong>The Jetpack mobile app will be possible to use with any WordPress site, with or without the Jetpack plugin installed.</strong></li><li><strong>Users and core contributors will face fewer blurred lines between community-owned features and third-party hosted services.</strong></li></ul>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">7</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p class="has-drop-cap">Today, Paul Von Schrottky, a core contributor and WordPress Mobile/iOS Engineer at Automattic <a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">announced some big changes</a> on the Make WordPress Mobile blog. Currently in its 20.3 release, the mobile app has been part of the WordPress project since 2008 in the <a href="https://wordpress.slack.com/archives/C02RQC4LY">#Mobile team</a>‘s care. </p>\n\n\n\n<p>According to Paul\'s Make blog post, the WordPress app\'s features and user experience will be simplified this year to reflect the WordPress core experience — by removing its WordPress.com and Jetpack-enabled features. Core features enabled by the WordPress.com REST API will be removed from the WordPress app as well. Everything that\'s being removed from the WordPress mobile app will be added to the Jetpack counterpart app, which <a href="https://jetpack.com/blog/jetpack-mobile-app/">debuted in 2021</a> for iOS and Android. </p>\n\n\n\n<div class="wp-container-30 wp-block-group has-theme-palette-7-background-color has-background"><div class="wp-block-group__inner-container">\n<h3 id="h-what-s-moving-from-the-wordpress-app-to-the-jetpack-app"><strong>What\'s moving from the WordPress app to the Jetpack app:</strong> </h3>\n\n\n\n<p><strong>Stats</strong>, <strong>Activity Log</strong>, <strong>Backup</strong>, <strong>Sharing</strong> (Jetpack Social), <strong>Reader</strong>, <strong>Notifications</strong>, <strong>Jetpack Blocks</strong> (Gutenberg Editor), <strong>@-Mentions</strong>, <strong>Crossposting</strong> (Gutenberg Editor) — and potentially more features.</p>\n</div></div>\n\n\n\n<blockquote><p>Everything being removed will be added to the WordPress app\'s Jetpack counterpart, which debuted in 2021 for iOS and Android.</p></blockquote>\n\n\n\n<p>The Jetpack app recently saw its <a href="https://jetpack.com/blog/jetpack-11-1-under-the-hood-improvements-for-your-site/">11.1 release</a> and the first stages of <a href="https://jetpack.com/blog/build-your-own-jetpack-now-with-individual-plugins/">decoupling its major features into standalone plugins</a>. Currently, the Backup, Boost, Protect, Social, Search, and CRM add-ons for Jetpack <a href="https://jetpack.com/blog/meet-jetpack-11-0-and-our-new-individual-plugins/">can be downloaded separately</a> from <a href="https://wordpress.org/plugins/search/jetpack/">the WordPress.org directory</a>. As mobile app features, they will become exclusively available through the Jetpack app. </p>\n\n\n\n<p>Additionally, People, Themes, and Menus are features in the WordPress mobile app that rely on the WordPress.com API and will be moved to the Jetpack app to refocus the WordPress app on core-provided APIs.</p>\n\n\n\n<img width="752" height="414" src="https://cdn.poststatus.com/wp-content/uploads/2022/07/multiple-devices-space-752x414.webp" alt="" class="wp-image-102986" />Automattic\'s mobile app for Jetpack.\n\n\n\n<h2 id="h-a-response-to-user-login-confusion">A Response to User Login Confusion</h2>\n\n\n\n<p>One significant influence motivating these changes comes from user feedback in app reviews and support requests. These channels often “indicate confusion around which username and password people should use” to log into the app and their sites. Since it\'s possible to log into individual WordPress sites or use a WordPress.com account across multiple sites, it\'s not clear which should be used. Worse, “Using the wrong credentials can lead to vastly different experiences within the app, or frustrating experiences when creating a new account or resetting a password.” </p>\n\n\n\n<blockquote><p>We’d like this change to help make those boundaries clear going forward. Jetpack powers WordPress.com as well as millions of self-hosted sites. For people that use Jetpack on a self-hosted site or via a WordPress.com site, the Jetpack app will be the best experience. </p><cite>Automattic\'s Jetpack Team</cite></blockquote>\n\n\n\n<p>Eventually, the goal for the WordPress app is to ask only for user credentials on the site being logged into. It\'s hoped this clearer distinction between Automattic properties (WordPress.com and Jetpack) and any particular WordPress site will foster greater community contribution to the WordPress mobile app. The WordPress mobile app hasn\'t been clearly represented as a community-owned part of the WordPress.org project for quite some time, so this is a needed and welcome clarification. </p>\n\n\n\n<p>It\'s not going to be an overnight transition, however. Paul\'s Make WordPress blog post notes user authentication is “a trickier challenge and something [the Mobile team is] still figuring out.” It\'s likely to take a longer time to transition .com logins out of the WordPress app to avoid stranding .com users who have been using it.</p>\n\n\n\n<h2 id="h-a-response-to-app-store-confusion">A Response to App Store Confusion</h2>\n\n\n\n<p>Another reason for differentiating the WordPress mobile apps is that the Apple App Store and Google Play naturally focus on in-app purchases because they take a cut of those sales. In the past, <a href="https://www.theverge.com/2020/8/21/21396316/apple-wordpress-in-app-purchase-tax-update-store" target="_blank" rel="noreferrer noopener">Apple rejected the WordPress app</a> because it wanted a 30% cut of non-existent sales in this free app without in-app purchases! To issue updates to the WordPress app, it <a href="https://9to5mac.com/2020/08/22/apple-agrees-to-allow-wordpress-app-on-the-app-store-without-in-app-purchases-after-update/">had to take in some paid features</a> to comply with Apple\'s rules. Now the Jetpack app will have the freemium model in the app store while the WordPress app will go back to being free without upselling anything to its users.</p>\n\n\n\n<img width="752" height="376" src="https://cdn.poststatus.com/wp-content/uploads/2022/07/wordpress-com-vs-org-what-is-the-difference-header-752x376.webp" alt="" class="wp-image-103002" />The differences and boundaries between WordPress .com and .org have always been difficult to identify.\n\n\n\n<h2 id="h-clarifying-the-boundaries">Clarifying the Boundaries</h2>\n\n\n\n<p>A large part of the problem for WordPress that Jetpack may help mitigate but can\'t address all by itself has been Automattic\'s branding and messaging. The differences between the WordPress.com and .org brands have always been indistinct. For example, the “WordPress mobile app” has been (and still is) identified as a “WordPress.com app” at <a href="https://apps.wordpress.com/mobile/">apps.wordpress.com/mobile</a> — but it\'s also the .org app. Referring to all instances of WordPress other than .com as “.org” is awkward too, and only WordPress community insiders are likely to be familiar with that term and its meaning. </p>\n\n\n\n<p>Fortunately, more consistent naming across Automattic properties is in the works, according to Sean Marier. Sean told me “references to the WordPress app will be updated as part of these changes. It’s worth noting that this may not be immediate but is part of an overall transition plan that the team will be working on in the coming months.” </p>\n\n\n\n<div class="wp-container-31 wp-block-group has-theme-palette-7-background-color has-background"><div class="wp-block-group__inner-container">\n<h2 id="h-what-about-akismet">What about Akismet? </h2>\n\n\n\n<p>Akismet has long been a standalone, mostly donation-based, virtually unmonetized plugin and a part of Jetpack, as well as fresh WordPress installs. It\'s not going anywhere amid all these other changes to the mobile apps. Akismet will remain everywhere, and based on current hiring at Automattic for a <a href="https://automattic.com/work-with-us/job/director-of-product-marketing-jetpack/">Director of Product Marketing for Jetpack</a>, it looks like Akismet will have a place alongside Jetpack, WPScan, and VideoPress as mid-market products. We can expect to see them introduced with a new pricing structure in the near future.</p>\n</div></div>\n\n\n\n<h2 id="h-changing-perceptions">Changing Perceptions</h2>\n\n\n\n<p>I asked the team rolling out all these changes to the mobile apps how they hope Jetpack will be viewed by WordPress users who have looked at it with suspicion because of the blurred boundaries. Their answer:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“We’d like this change to help make those boundaries clear going forward. Jetpack powers WordPress.com as well as millions of self-hosted sites. For people that use Jetpack on a self-hosted site or via a WordPress.com site, the Jetpack app will be the best experience.”</p><cite>Automattic\'s Jetpack.com team via Chenda Ngak, head of communications for WordPress.com</cite></blockquote>\n\n\n\n<p>These changes to the WordPress and jetpack mobile apps definitely take big steps in the direction of better boundaries where the community and commercial editions of WordPress are clearly delineated. It\'s important this is happening with a focus on decentralization, core contributors, and the unique ways SaaS and self-hosted WordPress can work together to mutual benefit, as I wrote <a href="https://poststatus.com/an-operating-system-for-the-web/">a few weeks ago</a>. </p>\n\n\n\n<blockquote><p>In an increasingly competitive market, WordPress can uniquely embrace the strengths of an open platform, taking form as either a SaaS or self-hosted platform — or a mix of both. </p></blockquote>\n\n\n\n<p>Jetpack is available now as an all-in-one plugin or an à la carte mix of freemium add-ons that allow any WordPress site to leverage WordPress.com\'s services and infrastructure. That\'s quite a step <em>forward</em> by going <em>back</em> to the product\'s original promise. Given sufficient clarity on the boundaries between the free .org community code and freemium .com features, this might be a good and needed model for others. In an increasingly competitive market, WordPress can uniquely embrace the strengths of an open platform, taking form as either a SaaS or self-hosted platform — or a mix of both. </p>\n\n\n\n<div class="wp-container-33 wp-block-group has-theme-palette-7-background-color has-background"><div class="wp-block-group__inner-container">\n<h3 id="h-what-are-your-thoughts-and-questions-leave-a-comment">What are your thoughts and questions? <a href="https://poststatus.com/planet/feed/#comments">Leave a comment</a>.</h3>\n\n\n\n<div class="wp-container-32 wp-block-group"><div class="wp-block-group__inner-container">\n<p>Can the WordPress and Jetpack mobile apps help clarify the boundaries of the WordPress .org and .com brands and services — and improve the WordPress community\'s view of Jetpack?</p>\n</div></div>\n</div></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 17:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Dan Knauss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"WPTavern: Automattic Is Removing WordPress.com Features from the Official WordPress Mobile Apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136516";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wptavern.com/automattic-is-removing-wordpress-com-features-from-the-official-wordpress-mobile-apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6188:"<p>The WordPress mobile team <a href="https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/">announced</a> today that it will be pulling all the Jetpack and WordPress.com features from the official WordPress mobile apps. They will be moved into the Jetpack app through a gradual process that is anticipated to conclude by the end of this year.</p>\n\n\n\n<p>“Over the years, the WordPress app has evolved to meet a diverse range of site administration needs and use cases,” Automattic mobile engineer Paul Von Schrottky said. “Features like Stats, Reader, and Notifications were introduced with the hope of meeting some of these needs. However, these features require the Jetpack plugin or a WordPress.com account to function and can make the app overwhelming for folks who want a simpler experience.</p>\n\n\n\n<p>“For the sake of clarity and closer-to-core experience, the mobile team will be working to refocus the app on staple features you’d find with a fresh download of WordPress.”</p>\n\n\n\n<p>The following features will be removed and relocated to the Jetpack app:</p>\n\n\n\n<ul><li>Stats</li><li>Activity Log</li><li>Backup</li><li>Sharing (Jetpack Social)</li><li>Reader</li><li>Notifications</li><li>Jetpack blocks (Gutenberg Editor)</li><li>@-Mentions and Crossposting (Gutenberg Editor)</li><li>More features as the team goes about this effort</li></ul>\n\n\n\n<p>Automattic’s products in the official WordPress apps have been <a href="https://wptavern.com/matt-mullenweg-on-ensuring-the-future-of-wordpress">a source of controversy</a> for nearly a decade. Two years ago, when <a href="https://wptavern.com/automattic-tangles-with-apple-over-lack-of-in-app-purchases-in-the-wordpress-for-ios-app">Automattic tangled with Apple over a lack of in-app purchases in the WordPress for iOS App</a>, the community renewed its call for the company to separate its commercial interests from the official apps. Because Automattic has heavily subsidized the apps’ development, it has been able to add WordPress.com and Jetpack-specific features without contest, but these pose a conflict of interest and are unnecessary for many self-hosted site owners.</p>\n\n\n\n<p>In 2014, Automattic CEO Matt Mullenweg <a href="https://wptavern.com/matt-mullenweg-on-ensuring-the-future-of-wordpress">said</a> the goal with the mobile apps was to get more mobile app users, which included developing things that Automattic deemed most compelling on mobile – notifications, stats, and the reader. The company has now changed its stance on this, citing “less user confusion” as a primary motivator for the upcoming change.</p>\n\n\n\n<p>“By attempting to cater to such a diverse range of users and needs, there are flows in the app that present many options to users,” Von Schrottky said. “An example of this is the current login flow. User feedback (via the app reviews) and support channels indicate confusion around which username and password people should use when authenticating.”</p>\n\n\n\n<p>Historically, the mobile apps have had almost zero contributions from people outside of Automattic. Improving the contributor experience is one of the goals in decoupling Automattic’s commercial interests from the official apps.</p>\n\n\n\n<p>“Although everything is open source, new contributors need to understand the blurred line between community-owned features and 3rd-party hosted services if all they want is to contribute to one or the other,” Von Schrottky said. “Also, it can be challenging to understand what functionality and which features are available based on the user’s authentication.”</p>\n\n\n\n<p>The user confusion and contributor complexities have been evident for years. Providing a more straightforward experience for users has just now become an actionable priority. It appears that this is because Automattic is planning to add more paid features. At this point, the more principled move is to expand commercial features in the Jetpack app, instead of bombarding self-hosted users with upgrade prompts.</p>\n\n\n\n<p>“The mobile team has been trying for years to provide a solid, modern experience on mobile, with the goal of helping all users start their WordPress adventure,” Von Schrottky said. “We’ve learned from the diversity and evolving needs of the app user base. In addition to the confusion caused by the current arrangement, the team found that user expectations are confounded by a lack of paid features, such as domain purchases. To better serve the needs of both self-hosted and Jetpack/WordPress.com users in the future, the team is now convinced that adding these specific features in a separate app is the way forward.”</p>\n\n\n\n<p>Automattic plans to continue maintaining the official mobile apps, advancing the block editor development, and will be listed as the publisher in the store listings for the apps. Once the Jetpack features are removed, users will still be able to do everything included in the core publishing experience, as well as manage settings.</p>\n\n\n\n<p>“With this change, we plan for the WordPress app to be a more focused companion to the WordPress.org open source project, leaving the Jetpack app to complement the WordPress.com experience,” Von Schrottky said. “This is more straightforward for users of the WordPress open source project and simplifies the relationship between the WordPress app and platform owners like Apple and Google.”</p>\n\n\n\n<p>Von Schrottky said Automattic is not considering renaming the Jetpack app at this time. WordPress.com users will be able to access the Reader and other .com platform-specific features there. The transition will happen in phases and the mobile team will soon start introducing messages in the app to inform users about which features will be moved.</p>\n\n\n\n<p>“The team is still working out the details of the plan as explained in the post, but this will be followed up with other relevant communications to make this change as frictionless as possible for users,” Von Schrottky said.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 15:32:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: #36 – Sean Blakeley on Transitioning a Large Agency Over to Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=136608";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wptavern.com/podcast/36-sean-blakeley-on-transitioning-a-large-agency-over-to-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:38714:"<p>On the podcast today we have <a href="https://profiles.wordpress.org/sean-blakeley/">Sean Blakeley</a>.</p>\n\n\n\n<p>Sean works for a large agency called <a href="https://www.americaneagle.com/">Americaneagle.com</a>, a platform agnostic organisation working with enterprise clients on a wide variety of projects.</p>\n\n\n\n<p>After years of experiments with different approaches and collaborations between designers and developers, their team has begun to rely heavily on block patterns, and they’ve found it is greatly increasing their productivity. It’s fair to say that block patterns have revolutionised the team’s approach to the entire design process.</p>\n\n\n\n<p>In case you’ve not explored block patterns, they are collections of blocks which can be built by anyone. With thoughtful design, these blocks can be repurposed across pages and even different websites. Build once, deploy everywhere.</p>\n\n\n\n<p>We talk about how and why Sean’s team decided to jump in early with block patterns. When they did, this was a somewhat risky strategy. There was no guarantee that patterns would begin to be widely adopted, but this strategy is now starting to bear fruit. It’s allowing their team to work with their clients in new and unexpected ways.</p>\n\n\n\n<p>Clients are now working more closely with the American Eagle team in what Sean describes as less ‘impress us’ and more ‘collaborate with us’. It’s fostering a closer relationship with clients which encourages them to use the block editor and patterns and have some ownership in the process.</p>\n\n\n\n<p>It’s an interesting episode, and if you’re curious about how you can start to use blocks and patterns with your clients, there’s sure to be something here for you.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href="https://wordpress.org/patterns/">Block Patterns Directory</a></p>\n\n\n\n<p><a href="https://wordpress.org/patterns/new-pattern/">Create a new pattern</a></p>\n\n\n\n<p><a href="https://wordpress.org/openverse/">Openverse</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the adoption of block patterns.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players. If there’s anything you’d like us to feature on the podcast, I’d love to hear from you, and hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Sean Blakeley. Sean works for a large agency called American Eagle. A platform agnostic organization working with enterprise clients on a wide variety of projects. After years of experiments with different approaches and collaborations between designers and developers, their team has begun to rely heavily on block patterns. And they found it’s greatly increasing their productivity. It’s fair to say that block patterns have revolutionized the team’s approach to the entire design process.</p>\n\n\n\n<p>If you’ve not explored block patterns, they’re collections of blocks, which can be built by anyone. With thoughtful design, these blocks can be repurposed across pages and even different websites. Build once deploy everywhere.</p>\n\n\n\n<p>We talk about how and why Sean’s team decided to jump in early with block patterns. When they did, this was a somewhat risky strategy. There was no guarantee that patterns would begin to be widely adopted. But this strategy is now starting to bear fruit. It’s allowing their team to work with their clients in new and unexpected ways.</p>\n\n\n\n<p>Clients and are working more closely with the American Eagle team, in what Sean describes as, less impress us and more collaborate with us. It’s fostering a closer relationship with clients, which encourages them to use the block editor and patterns and have some ownership in the process.</p>\n\n\n\n<p>It’s an interesting episode. And if you’re curious about how you can start to use blocks and patterns with your clients, there’s sure to be something here for you.</p>\n\n\n\n<p>Typically when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europeans have use. We were competing against crowds and the air conditioning. And whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world we’re at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast. And you’ll find all of the other episodes there as well.</p>\n\n\n\n<p>And so without further delay, I bring you. Sean Blakeley.</p>\n\n\n\n<p>I am joined on the podcast today by Sean Blakeley. How are you doing Sean?</p>\n\n\n\n<p>[00:03:48] <strong>Sean Blakeley:</strong> I’m doing very well. Thank you, Nathan.</p>\n\n\n\n<p>[00:03:49] <strong>Nathan Wrigley:</strong> Sean and I have just been chatting for a few minutes and I think we’re going to be good friends.</p>\n\n\n\n<p>[00:03:53] <strong>Sean Blakeley:</strong> I think you’re right.</p>\n\n\n\n<p>[00:03:54] <strong>Nathan Wrigley:</strong> So you’re at WordCamp Europe. We’re currently sitting in the basement having a chat, but you did a presentation, which you are now very relieved to have done. It’s behind you now. What was it about?</p>\n\n\n\n<p>[00:04:05] <strong>Sean Blakeley:</strong> I mean, it was a wonderful, it’s a wonderful feeling to have been the post talk feeling. Uh, it was about block patterns. The block pattern revolution. I was talking about how we’re using block patterns in our creative process. How we are evolving and adapting our creative process. Bringing together the designers and the developers, and we’re finding that block patterns is opening up all sorts of opportunities. Explore and adapt the collaborative space between designers and developers. So, I was really talking about those exciting opportunities that we see today.</p>\n\n\n\n<p>[00:04:38] <strong>Nathan Wrigley:</strong> You’re working at the helm, maybe the helm’s the wrong word, but you’re near the helm of a very large agency. So I guess making that transition to block patterns was, is a big deal. You got a lot riding on that. Tell us a little bit about the company that you work for.</p>\n\n\n\n<p>[00:04:54] <strong>Sean Blakeley:</strong> So I work for a company called American Eagle. American Eagle are 700 strong. It’s a large organization. It’s platform agnostic. Obviously there are dedicated teams to a number of sort of key platforms, including Sitecore and Sitefinity, but also of course WordPress. And that’s how it’s really reached that scale. What it tends to focus on is those big enterprise engagements and it, it’s able to address those kind of cross platform, those big digital transformation pieces, those big integrations.</p>\n\n\n\n<p>And so you’re quite right that, you know, as we talk about transitions in organizations of that size, it can very challenging. But because we are, as we are building the WordPress enterprise team, we’re able to explore some of these different technologies and keep pushing at the boundaries of what we’re doing.</p>\n\n\n\n<p>We have this incredible opportunity to keep exploring. Exploring WordPress at scale, and I’m sure we’ll talk in a minute about the sort of headness and composable kind of paradigm, but it enables us to keep exploring, to keep pushing these boundaries, and block patterns increasingly feel like they’re part of that journey and are beginning to become an important part of that journey.</p>\n\n\n\n<p>[00:06:07] <strong>Nathan Wrigley:</strong> I would imagine that if we asked a typical WordPress user, how do you build your website? I think there’s gonna be a significant proportion who, maybe do it the old fashioned way, but I feel that’s dwindling. Template files and all that.</p>\n\n\n\n<p>And then there’ll be a proportion of people probably still I’m guessing the majority who are using page builders, the commercial page builders. There does seem to be, especially very recently, by that, I mean maybe in the last six months, it does feel like there’s a lot more chatter about blocks and patterns and almost like, okay, this is a thing now. The time has come, we’re gonna shift over in that direction.</p>\n\n\n\n<p>But, what would you say are the key benefits? The things that you identified in your business which made you say, oh, actually this is worthwhile now. We’ll stop doing it the way we used to do it, and we’re gonna start doing it with blocks. What were the key metrics that you judged that worthwhile against?</p>\n\n\n\n<p>[00:06:52] <strong>Sean Blakeley:</strong> So, the commercial metrics is a kind of separate piece. And we’ll come back to that, because it is an interesting question. But from a technical or an implementation sort of perspective, it always felt jarring when we were bringing software, proprietary software, be it a page builder or some other service into the WordPress platform.</p>\n\n\n\n<p>It always felt like we were introducing something that we would either have to be pulling out of WordPress at a later date, or we’re then tying our clients to this particular tool that we had chosen, or, or maybe us as an agency, you know, we preferred a particular page builder. And so that’s the one that our clients got because that was our preferred approach. And that always felt jarring.</p>\n\n\n\n<p>It felt like there wasn’t, you know, we weren’t developing for the longevity. That we were slightly tunnel vision and, and narrow focused in terms of our needs as the agency, And so it always felt like we should be coming as close to core as we can. Moving our dependency to WordPress itself, rather than this sort of separate proprietary software. And it’s been a challenging journey at times as we’ve, we were early adopters for Gutenberg and, you know, we felt some of the pain that, that all of us, or many of us in the community have felt. Some of the challenges around creating custom blocks back in the day.</p>\n\n\n\n<p>But it was very clear that this felt like the right journey, and it was the right journey to go on. And as we thought about, and talked to our clients about their experience, and their experience for creating content, That goal to move from shortcodes and the abstraction of dropdowns and filling in an input box. And then that leap of faith, as you hope something has changed on the front of your website, and it’s gonna work in the way that you hoped it would.</p>\n\n\n\n<p>Well, that WYSIWYG experience has been something that we’ve been asked for for years, and of course that’s where the page builder space came from. But to be able to fulfill that in a drag and drop within the WordPress editor itself is, it’s a great thing to be able to provide our clients with that experience, that true WYSIWYG experience. And so the goals are so clear as we’re on this journey together.</p>\n\n\n\n<p>And so, and we’ll come back to that final point around the commercial decision in terms of investing our, our efforts as a technical team. I mean, it was very clear that this is, this is the longevity. This is where we are empowering our clients to own their UI, their UI components. They can start to build out some of their own UI components as well as custom blocks that we might build. And there isn’t a dependency. If they wanna move to, you know, they wanna change their implementations. They can keep WordPress exactly the same.</p>\n\n\n\n<p>And that, that notion of switching a theme, and a theme should be easy to change. Your styling, you know, re styling, making small design changes should be relatively easy. Yeah, that’s becoming true within the Gutenberg paradigm. That we can offer that longevity of, of architecture of platform. And that they can iterate in terms of a design on top of that.</p>\n\n\n\n<p>So that’s been a hugely empowering journey, that incidentally that we’re, we’re still on. But we’re thoroughly enjoying the journey and it’s, you know, every step that we take can be daunting at times. But, we’ve found the value in each and every of those steps that we’ve been on so far as the community, working with Gutenberg.</p>\n\n\n\n<p>[00:10:03] <strong>Nathan Wrigley:</strong> So at the point where you made the decision to hop on, presumably you’ve not just said, okay, everything from now on will be based upon Gutenberg. Maybe some clients are embedded in something in the WordPress space, like a proprietary page builder. Maybe you’re gonna carry that on, maybe not, I don’t know. But there must have been a lot of retraining, process changes, every which way for your staff. Just talk us through what that was, because obviously if you’re working within your company and building websites, you want to know, what’s the education piece? How am I gonna learn all of this stuff? What’s my company gonna provide for me to make sure that I’m skilled? Was there a lot of that, that had to be put into place?</p>\n\n\n\n<p>[00:10:39] <strong>Sean Blakeley:</strong> There was a huge amount. There’s a kind of duality here that the first challenge was to enable developers to feel confident within React. And so feeling confident within a modern JavaScript framework. And we found that that was a hugely valuable first step to sort of, you know, allow them to ease them into familiarity with React.</p>\n\n\n\n<p>Once we did that, we then moved into Gutenberg specifically and sort of eased our developers into Gutenberg. And we did it some ways from the interface. So getting familiarity with the interface, but of course, things, and we’re talking maybe two or three years ago now, things were moving so quickly that actually, it was, it was often easier to actually go from the backend forward.</p>\n\n\n\n<p>And so look at, the anatomy of a block. How a block fits together and, we had some really curious developers and developers that were often looking under the bonnet and seeing how these things were constructed and it added to that sense, less of intimidation and more of awe that we’re on a journey together. And actually, you know, we can be part of this dialogue.</p>\n\n\n\n<p>We can be part of this journey and, exploring the how we can evolve our processes. And I think that early, understanding the value that Gutenberg, this journey was gonna provide. Even when we were hesitant to put it into production, but it always felt like this was the direction we wanted to go in. We wanted to provide that extraordinary editorial, content creation experience. And then of course, you know, the value that we can give to end users as well.</p>\n\n\n\n<p>[00:12:14] <strong>Nathan Wrigley:</strong> I’m imagining that if you had clients that were on the classic editor, There’s just no downside to that. One thing is nothing like the other, so a big boost. But I’m wondering about the clients who may be, were on those page builders. How are they coping, regardless of all that, how are they coping with the UI? Because even though it is a WYSIWYG, it’s kind of got some quirk still hasn’t it?</p>\n\n\n\n<p>The UI is a bit funky in places and things don’t quite match up on the back as they do in the front. I’m just wondering how your clients and, you’re a big agency, there must be a lot of feedback coming in. How are they adopting it? Are they welcoming of it?</p>\n\n\n\n<p>[00:12:48] <strong>Sean Blakeley:</strong> Yes, so they are in…</p>\n\n\n\n<p>[00:12:50] <strong>Nathan Wrigley:</strong> That sounded like aqualified yes.</p>\n\n\n\n<p>[00:12:52] <strong>Sean Blakeley:</strong> Well, it is a qualified yes. There is hesitation there at times, because as you’re quite right to point out, there are some rough edges in the implementation. We try and make sure that we are very transparent. That this is an exciting yet evolving part of the WordPress ecosystem. You know, don’t consider this as fully finished. It’s still evolving and adapting. But what we’re increasingly doing is focusing on a opt in approach.</p>\n\n\n\n<p>So, the dashboard of blocks can be very intimidating. You know, there is a huge list, particularly if you include the embed options as well. That’s a huge list. If you happen to be running plugins on your site that are also introducing blocks, you can be talking about many dozens in that interface and you, and I might know the difference with a, a media and text block, but our clients aren’t going to know that unless we take them on that journey, unless we educate them.</p>\n\n\n\n<p>So what we find ourselves doing increasingly is, is white listing blocks. So actually removing, and, and increasingly this is, this is often a principle in enterprise when you’re working with large scale projects that, it’s actually putting the guardrails in place, you know. It’s, it’s having your brand library or implementation, maybe your UI components. But you are limiting the ability of the editorial team to kind of work within those guidelines, that framework. And that’s how we treat Gutenberg, is that we provide those atomic building blocks, you know, those core blocks, and maybe a few custom blocks as well. We then put limitations in.</p>\n\n\n\n<p>So those are your design system, essentially. Those are the UI, the library of UI components that our clients can use. And that’s really attractive then, because becomes very clear what the tools are that they can use to tell their stories, to tell their narratives to their users.</p>\n\n\n\n<p>And it’s not this self serve mentality where you are kind of building from the atoms and trying to build everything from scratch. Actually they’re, they’re sort of pre-baked for you, and you are just going down and, and selecting the ones that you want.</p>\n\n\n\n<p>[00:14:53] <strong>Nathan Wrigley:</strong> In WordPress 6.0, we’ve got, maybe it’s not the most fleshed out of block locking features, but does something, it puts a padlock icon there anyway, and you can unlock it. That feels like that would be a, a nice direction to go in as well. That particular feature, you know, the client can access this bit, but not that bit. And they can edit this bit, which our team have built. And if they don’t like the text, they can just go in and do it themselves. And it’s kind of empowering people to edit their own stuff, but not edit this piece.</p>\n\n\n\n<p>[00:15:18] <strong>Sean Blakeley:</strong> We absolutely love this feature. And interestingly, we’re actually on a huge project at the moment, a huge headless project. And we were looking at our own custom solution for doing exactly this. So what we’re doing is, we’re bringing in quarter of a million programmatically generated pages, that we’re injecting into Gutenberg blocks.</p>\n\n\n\n<p>So we’re kind of generating these Gutenberg blocks. We’re creating these slot in between the blocks to enable them to insert custom content. But essentially we’re programmatically generating that content. And then we’re locking down certain aspects. It’s almost like a, it’s a programmatically generated templated page, if you like, which is locked. And then they can add in between these sort of sections or indeed update some of the images. And there are certain areas that we allow them to update and some not so. And so that feature of locking blocks has been already incredibly valuable for us.</p>\n\n\n\n<p>And exactly, as you say, it chimes with that notion of guidelines, of having a brand language. Of having that visual rhythm, your design system, and then you are working within those confines of your visual language.</p>\n\n\n\n<p>[00:16:33] <strong>Nathan Wrigley:</strong> The reason I was talking about it being fairly basic is it can be unlocked by anybody. Doesn’t matter who you are, you just click the button and you’ve unlocked it, but, maybe in the future there’ll be a more granular permissions model that, it doesn’t matter how many times you click the button, you’re not unlocking it. That will be nice, you know, so the editor can edit this, and the subscriber could edit this, and the administrator can obviously edit everything. That was a much needed feature, I think.</p>\n\n\n\n<p>[00:16:54] <strong>Sean Blakeley:</strong> And I think you’re right. And incidentally, as we talk about maybe block patterns forming that kind of notion of templates that maybe you and I are gonna create a custom post type. And as we click into that custom post type, we’ve got these pre-baked templates that we can select from and using block patterns to do that.</p>\n\n\n\n<p>You’re exactly right that actually we can even allow editors to edit those templates, but we do have the challenge of permissions. And so we need to think about who has that meta level, almost like the super admin we could think of in terms of multisite. You know, who has that top level, that they can edit the template? And then who are the editorial level can just edit implementations of reflections of that.</p>\n\n\n\n<p>[00:17:34] <strong>Nathan Wrigley:</strong> Really interesting. So let’s get into the whole block pattern thing. I would be staggered if anybody listening to this, hadn’t heard of them at least. But nevertheless, there’s probably some who haven’t. So let’s just address that. Tell us about block patterns. What are they? They’re in use, I think more and more. As each day goes by, there’s gonna be more and more use of them. But just tell us what they are briefly.</p>\n\n\n\n<p>[00:17:54] <strong>Sean Blakeley:</strong> In the simplest terms, block patterns are a contain for blocks. They’re a kind of vessel, that contain these, whichever blocks you want to allow to be within this pattern. But that’s deceptively simple. And what I talk about, the analogy that I like to use is that there are a finite number of musical notes, and so whatever your piece of music, your chosen interest is, be it Pixie’s Debasser, or Mozart or Beethoven, they’re still utilizing that finite number of notes. And yet they can create truly extraordinary, original compositions from those finite number of notes.</p>\n\n\n\n<p>And I think for us Gutenberg are our notes, and the patterns are our favorite songs. Are those extraordinary compositions that we can create.</p>\n\n\n\n<p>[00:18:42] <strong>Nathan Wrigley:</strong> Here’s an interesting thought. If you have a Spotify account, there’s more songs than you can ever listen to. Block patterns, so in the same way, we’ve got plugins 50,000, 60,000, whatever the number is. There’s loads of plugins. If you want a form plugin, go and pick out of the 40 over there.</p>\n\n\n\n<p>Is there gonna be overload? If everybody’s got hundreds and thousands and possibly millions in the future, of patterns. The impediment to creating patterns is so low. The impediment to creating a plugin is quite high. So it’s contained at roughly 50,000. But if block patterns are gonna be really, really easy to create, which they are, especially with things like the pattern creator tool. Then the library, the way that we download these is, presumably at some point gonna be deluged. Your clients may be faced with this atrophy of, I have no idea where to begin. There are 748,000 in there. And I do not even know where to start.</p>\n\n\n\n<p>[00:19:33] <strong>Sean Blakeley:</strong> I think you’re quite right. That sort of paralysis, choice paralysis will undoubtedly be an issue that we need to deal with, but less like limiting the ability of people to create these block patterns. And really what we need to do is, is have a way of rating those block patterns or seeing those patterns, the popularity of those patterns. The one that seemed to be solving problems that maybe are achieving conversions in a greater way in your particular sector or your area.</p>\n\n\n\n<p>And it’s, it’s having that validation. I think right now are in the, the wild west of we’re just so excited, and as you say, the friction is so low for creating block patterns. But that in and of itself, isn’t the goal. You know, and that’s not where we want to be. Where we want to be is creating truly original and amazing patterns that we can then validate against the use cases for our clients. The way that they want to introduce them into their sites. But yes, we will have a huge number of block patterns very soon.</p>\n\n\n\n<p>[00:20:34] <strong>Nathan Wrigley:</strong> There is some editorial on the back of that. It’s not like you submit a block pattern and it’s just immediately in the library. There will be a team there looking and inspecting, and hopefully if your block pattern, I can’t remember what the exact reasons for dismissal were, but it was things along the lines of, if it’s not really using more than one block, if it’s not doing something innovative, for example, something along those lines. But given all of that, there could be this problem of just too many things to pick from.</p>\n\n\n\n<p>[00:20:58] <strong>Sean Blakeley:</strong> I think you’re absolutely right. And then, trying to decide which patterns solve which problems and which to use. That choice paralysis will undoubtedly be an issue that as a community, we then need to start thinking about what’s the value, what’s the added value that block patterns are bringing and find a way of communicating that. Both to us as technologists, but also to our clients.</p>\n\n\n\n<p>[00:21:18] <strong>Nathan Wrigley:</strong> One of the interesting ancillary bits of block patterns or blocks or WordPress in general. I don’t know if you’ve followed this thing, but the Openverse. The idea that you can submit block patterns that have all of the images already in, they’re probably placeholders. You probably won’t end up using them, but I do find that’s quite an interesting piece. For the first time you’ll be able to download these block patterns and you can actually stick with it. You can use that thing forever and a day, and there’ll be no license that you are treading on.</p>\n\n\n\n<p>It’s totally usable. And I think that’s really interesting. I’ve actually been taking tons of photos this week with the intention of, as soon as I get home and I’ve got a reliable internet, it’s just to stick them onto Openverse, then people can see pictures of Porto for free.</p>\n\n\n\n<p>[00:22:02] <strong>Sean Blakeley:</strong> Beautiful. Definitely, and I think it then raises an interesting question about reusable blocks and how block patterns interact with reusable blocks. And if we have these that you can really just drop in and they’re instantly displaying those images or instantly sort of showing that you really, you don’t change, you just drop those in. Whether that’s more the direction that reusable blocks will go in. Those kind of global blocks. So global entities that we use repeatedly. Or whether block patterns will actually evolve into a version of that. That rather than just being templates, UI components that we reuse, maybe they will evolve into something equally like an opportunity to be global. So, there’s definitely areas to explore there.</p>\n\n\n\n<p>[00:22:45] <strong>Nathan Wrigley:</strong> When you agreed to have a podcast with me, it sounds subtle, but when I was thinking about it, the more I thought about it, the more I thought, actually, this is fairly seismic. You said that your design process in your agency, as a result of using patterns and the block editor had moved away, I’ll quote, you said it has moved the expectation, and I’m guessing we’re talking about the clients expectation.</p>\n\n\n\n<p>It’s moved the expectation from impress us, to collaborate with us. And I think that’s really interesting because that is a big change. But it sounds like a really subtle one on the face of it. But so you are now it’s almost like do it, it’s not DIY, it’s more like do it with us.</p>\n\n\n\n<p>[00:23:23] <strong>Sean Blakeley:</strong> It’s a profound change. You’re absolutely right .From being a passive consumer of that process.</p>\n\n\n\n<p>[00:23:32] <strong>Nathan Wrigley:</strong> Taking it off the shelf, the website’s off the shelf. There it is. It’s a commodity.</p>\n\n\n\n<p>[00:23:37] <strong>Sean Blakeley:</strong> Exactly that, but also, when we’ve struggled through a design process and we present that design and we’ve often got that big gamble moment when it’s sort of Tada, and hoping fingers cross the client likes the designs that we’ve created.</p>\n\n\n\n<p>That’s what we’re trying to address is, want to move away from these big gamble moments. These big, almost waterfall by designers. We’re doing big design stages and then big build processes. And so Bringing the clients in closer. Often I feel that we solve thousands of micro problems in the course of the design process and the course of the development process, but we kind of hide that away.</p>\n\n\n\n<p>We’re not very good at being communicative and transparent about all of those problems that we’ve solved on that journey. And as we try and bring clients in closer, we want them to own the outcomes. We want them to be on that journey of, here’s some problems, like framing the problem and, and helping them to go on that journey of, okay, there’s some compromises here and there’s some reasoning here that maybe we need to be more mindful of.</p>\n\n\n\n<p>And so when they’ve been part of that process, when they reach the outcomes, when we present that design, it’s no longer a Tada moment where there’s surprise, actually they become champions of that design because they have a sense of ownership. That they’ve bought into it, because they’ve been part of that ideation session and part of those sessions.</p>\n\n\n\n<p>And so, they go into their organizations and they defend those designs. They can answer any questions about what’s the reasoning behind this? Or, or why is this like this? Well, well they know, they’ve been part of those processes.</p>\n\n\n\n<p>Now, that’s when it works beautifully, and I’m not gonna pretend for one moment that we’ve found the unicorn, that we can all rest happy in our beds, that we’ve solved design and development, project builds. But with the right client and that right collaboration spirit, we are seeing huge value from this approach to design and development.</p>\n\n\n\n<p>[00:25:37] <strong>Nathan Wrigley:</strong> I’m really curious as to what that actually looks like on the ground. In other words, presumably there was a transition over to this during the pandemic. Was this, like okay, we’re gonna screen share on Zoom, and we’re gonna show you what we’re doing and you are gonna interrupt us and tell us what you want us to do. Is it literally that? That they are contributing as they watch you do things and learning the process? Or is there more kind of instructional things that you are sending out to them and they approve one as opposed to the other? I’m just curious what the process really, really looks like.</p>\n\n\n\n<p>[00:26:09] <strong>Sean Blakeley:</strong> So there’s no one size fits all. We tend to kind of move with the needs of the client and some clients are more collaborative than others. It sort of bubbled up to two approaches. So one might be that we are providing more regular feedback and regular check-ins. It’s worth mentioning because it’s, often designers work in sort of isolation and they, they don’t like to show their workings out. They don’t like to show the rough edges. They want to show something that’s beautiful that they’ve, worked very hard to create.</p>\n\n\n\n<p>So it’s often quite hard to get them to actually be more transparent in terms of that process. In terms of their building up of ideas and their iterative, internal iterative approach. And so we’re increasingly encouraging that. And sometimes that might be the collaboration is that they’re seeing things much earlier.</p>\n\n\n\n<p>But, with the right type of client, we can go much deeper. And so what we do is, and I think Nathan, you were kind of alluding to, this is actually we create collaboration sessions. We jump on zoom or equivalent, and we get the designers, we get the developers there, we open up Codepen or something similar.</p>\n\n\n\n<p>And really we start like through the conduit, we kind of play what Dan Mall calls the kind of hot potato process where, you know, maybe the designer is center stage for a moment as we are looking at some typography and maybe some color elements, maybe we’ve already got a palette established from the guidelines from a brand existing brand guidelines.</p>\n\n\n\n<p>And then the developer using Tailwind, or again, something similar, you know, there’s that friction to getting something on the screen is very low. We can start to explore and collaborate together. And, and this is where the client’s opinion can start to come in, you know? Well, well, what do you think about the use of, this color in, in this formation. Or, what do you feel about the interplay of these different elements?</p>\n\n\n\n<p>And so what we’ve found is that trying to do that at the meta level, trying to do that in a kind more old fashioned template driven design. That’s really challenging. Because that, that doesn’t really work until you see the whole, and the interplay of all of those components. It’s, it’s hard to kind of break it down.</p>\n\n\n\n<p>If you are truly component driven. Well then you can break off, let’s work on the hero component. And what’s incredibly valuable about these sessions is the client can tell you instantly that, oh no, we can’t do that because the marketing team must have a dot, dot dot. Or actually we sell a bit of, we get some, a revenue stream from one of those. It has to be a carousel because we get a revenue stream from one of their slides.</p>\n\n\n\n<p>Now that minutiae insight is very hard to unfold in a discovery and definition process. That complexity emerges over time. But if you are in that space, if you are collaborating in real time, you get those insights. You get the business objective insights, coming right into the design and development process.</p>\n\n\n\n<p>[00:28:58] <strong>Nathan Wrigley:</strong> How do you feel about, I’m pretty sure that I know that you don’t use any of these, but just as a sort of short circuit. How do you feel about these pattern libraries, which have popped up in the last year or so. Where you can go and you can discover template libraries and block pattern libraries. And so these are not the free open source ones that you can get through WordPress, but the proprietary ones.</p>\n\n\n\n<p>Have you embedded and explored any of those and decided to use them. A minute ago, you were talking about the fact that you were free of all of that with Gutenberg. And I just wondered if you’d strayed into any of that or had any thoughts.</p>\n\n\n\n<p>[00:29:32] <strong>Sean Blakeley:</strong> So I felt a for a long time that I don’t like to bring proprietary software into WordPress. As we should all be very mindful of creating dependencies. And that was always true of page builders. It was always a concern that we’re creating a dependency, a future dependency for our clients, you know, whatever our choice of page builder may have been.</p>\n\n\n\n<p>And so the exact principle, the same principle applies here, that we are really creating a dependency. And exactly, as you say, Nathan, this is a young and evolving and adapting area, and maybe we back the wrong horse. You know, maybe the one that we choose is the one that just deprecates into GitHub.</p>\n\n\n\n<p>And then we’ve suddenly got this dependency in one or two of our sites that we have to maintain. And, you know, the support desk need to learn this particular implementation. So, you know, it’s always interesting to explore. It’s always interesting to see what the community are creating both in terms of commercial offerings as well as open source.</p>\n\n\n\n<p>But I’m very mindful that we are, it’s an infinite game. We’re not looking for those quick shortcuts in terms of implementing something today. And then we are thinking about that partnership with our clients, that life cycle of a platform, you know, of a, a true solution to their needs.</p>\n\n\n\n<p>And that almost invariably means trying to stay as close to core as we can. We’re trying to reduce dependencies. We’re trying to reduce any sort of proprietary dependencies. With those sort of parameters in mind, it’s not really been part of our journey and I don’t, as yet, you know, we haven’t seen something that has bubbled up that has, has seemingly been so good that we feel like it’s worthy, worth taking in that compromise.</p>\n\n\n\n<p>[00:31:12] <strong>Nathan Wrigley:</strong> Sean Blakeley, thank you for joining me on the podcast.</p>\n\n\n\n<p>[00:31:16] <strong>Sean Blakeley:</strong> Thank you.</p>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Nathan Wrigley";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"Do The Woo Community: What Storytelling Means to a WooCommerce Product Builder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://dothewoo.io/storytelling-for-woocommerce-product-builders/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:436:"<p>A story, to be effective, has to have certain components to help people understand that story and to reach and to be moved by that story.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/storytelling-for-woocommerce-product-builders/">What Storytelling Means to a WooCommerce Product Builder</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 08:09:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"Gutenberg Times: Conditionally Registering Patterns in Themes with Third-Party Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=21723";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8608:"<p><em>What happens when a theme registers a pattern with a third-party block?</em> If the user has the block plugin installed, it appears as it should. WordPress also does a good job at handling the flipside of this scenario: the user does not have the block installed.</p>\n\n\n\n<p>When users attempt to use such a pattern in the editor, they will see an error like the following for self-closing blocks:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Your site doesn’t include support for the “pluginslug/test” block. You can leave this block intact or remove it entirely.</p></blockquote>\n\n\n\n<p>If the block encompasses some HTML, the user will see a different message sitting above the HTML output:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Your site doesn’t include support for the “pluginslug/test” block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.</p></blockquote>\n\n\n\n<p>On the front end, self-closing blocks are simply not shown. However, if the block has HTML, its output will appear. This system is better than something like a fatal PHP error on the front end. However, it is often not ideal.</p>\n\n\n\n<p>Last week, WordPress.org <a href="https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/">began showing pattern previews</a> in the theme directory, as shown in the following screenshot from the <a href="https://wordpress.org/themes/bright-mode/">Bright Mode</a> theme page:</p>\n\n\n\n<img />\n\n\n\n<p>This change is a huge win in showing off a theme’s design. In the past, users could not see the patterns without manually installing and testing. </p>\n\n\n\n<p>However, it brought back that original question about dealing with third-party blocks in patterns. WordPress.org’s preview system does not have these blocks installed, so it has no way of showing them. There is currently an <a href="https://meta.trac.wordpress.org/ticket/6420">open Meta ticket</a> to address this issue, and the ideal solution would be for the theme directory to simply not attempt to preview patterns for unsupported blocks.</p>\n\n\n\n<p>Regardless of how things are handled in the theme directory, WordPress theme authors have control over whether their patterns appear. Plus, it is generally good practice to not clutter the UI with patterns that do not work.</p>\n\n\n\n<p>The easiest way to disable a pattern, keeping it from showing in the UI, is by checking if a particular plugin is active. All you need to know is a function or class name from the plugin.</p>\n\n\n\n<p>Themes can register patterns either via the <code>register_block_pattern()</code> function or by placing headered files into the <code>/patterns</code> subfolder. I will cover each scenario in this tutorial. Then, I will offer a couple of alternative solutions that may work, depending on the scenario.</p>\n\n\n\n<h2>When Registered via register_block_pattern()</h2>\n\n\n\n<p>If registering a pattern via the <code>register_block_pattern()</code> function, you should only need to check if a plugin is active before calling the function. The simplest way to do this is to conditionally check for the plugin via <code>function_exists()</code> or <code>class_exists()</code>.</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-php">add_action( <span class="hljs-string">\'init\'</span>, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{\n <span class="hljs-keyword">if</span> ( function_exists( <span class="hljs-string">\'pluginslug_some_function\'</span> ) ) {\n register_block_pattern( <span class="hljs-string">\'themeslug/pattern-abc\'</span> );\n }\n} );</code></div><small class="shcb-language" id="shcb-language-5"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">PHP</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">php</span><span class="shcb-language__paren">)</span></small></pre>\n\n\n<p>This method is no different from classic PHP-based themes when calling a function or class from a third-party plugin.</p>\n\n\n\n<h2>When Registered via the /patterns Folder</h2>\n\n\n\n<p>Patterns housed in the <code>/patterns</code> folder are auto-registered by WordPress on the <code>init</code> action hook. There is currently no filter to short-circuit this process. This method requires unregistering the pattern instead.</p>\n\n\n\n<p>Once again, you must conditionally check if a function or class exists. If not, unregister the pattern:</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-php">add_action( <span class="hljs-string">\'init\'</span>, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{\n <span class="hljs-keyword">if</span> ( ! function_exists( <span class="hljs-string">\'pluginslug_some_function\'</span> ) ) {\n unregister_block_pattern( <span class="hljs-string">\'themeslug/pattern-abc\'</span> );\n }\n} );</code></div><small class="shcb-language" id="shcb-language-6"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">PHP</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">php</span><span class="shcb-language__paren">)</span></small></pre>\n\n\n<h2>An Alternative: Conditionally Adding Blocks to Patterns</h2>\n\n\n\n<p>It is possible to register a pattern while conditionally supporting a particular block. For example, suppose your theme supports a contact form block named <code>pluginslug/contact</code> that you want to display in a “Contact” pattern. Further suppose that the contact form only makes up one section of the pattern but isn’t necessarily a requirement for the layout to work.</p>\n\n\n\n<p>This method allows all users to make use of the pattern but does not require the third-party block to be installed. It will simply not be a part of the pattern if the user doesn’t have it.</p>\n\n\n\n<p>Since we have access to PHP when building patterns, we can do the same conditional check within the pattern itself. The following is an example of a such a pattern:</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-php"><span class="hljs-meta"><?php</span>\n<span class="hljs-comment">/*\n * Title: Contact\n * Slug: themeslug/contact\n */</span>\n<span class="hljs-meta">?></span>\n<!-- some core WordPress blocks -->\n\n<span class="hljs-meta"><?php</span> <span class="hljs-keyword">if</span> ( function_exists( <span class="hljs-string">\'pluginslug_some_function\'</span> ) ) : <span class="hljs-meta">?></span>\n <!-- wp:pluginslug/contact /-->\n<span class="hljs-meta"><?php</span> <span class="hljs-keyword">endif</span> <span class="hljs-meta">?></span>\n\n<!-- some other core WordPress blocks --></code></div><small class="shcb-language" id="shcb-language-7"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">PHP</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">php</span><span class="shcb-language__paren">)</span></small></pre>\n\n\n<p>This method can grow complex quickly for themes that require multiple third-party blocks in a pattern or need to perform checks in dozens of pattern files. It is more suited to simple or one-off uses. Otherwise, it may become a management headache.</p>\n\n\n\n<h2>Alternative to function/class_exists()</h2>\n\n\n\n<p>It is also possible to check if a specific block is registered instead of relying on a plugin function/class name. However, this only works if the block is registered on the server-side.</p>\n\n\n\n<p>WordPress does not have a dedicated <code>is_block_type()</code> or <code>is_registered_block_type()</code> helper function, but the <code>WP_Block_Type_Registry</code> class does have a public <code>is_registered()</code> method that you can use to check if a block exists:</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-php"><span class="hljs-keyword">if</span> ( WP_Block_Type_Registry::get_instance()->is_registered( <span class="hljs-string">\'pluginslug/test\'</span> ) ) {\n register_block_pattern( <span class="hljs-string">\'themeslug/pattern-abc\'</span> );\n}</code></div><small class="shcb-language" id="shcb-language-8"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">PHP</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">php</span><span class="shcb-language__paren">)</span></small></pre>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 08:01:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"HeroPress: Finding My Place In The World";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=4641";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:132:"https://heropress.com/essays/finding-my-place-in-the-world/#utm_source=rss&utm_medium=rss&utm_campaign=finding-my-place-in-the-world";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22222:"<img width="1024" height="512" src="https://heropress.com/wp-content/uploads/2022/07/072622-min.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: The experience was so great and the community so warm, that it pulled me all the way in." />\n<p><a href="https://heropress.com/feed/#finnish">Tämä kirjoitus on luettavissa myös suomeksi.</a></p>\n\n\n\nHere is Timi reading his own story aloud.\n\n\n\n<p>From a young age, I’ve been interested in computers. That probably comes from our family tree, as my grandad was a home appliance repairer and father has had a career related to the Internet since the early 2000s dot-com boom.</p>\n\n\n\n<p>I remember looking at schematics of different household appliances at our grandad’s repair shop. Thinking how on earth the television game shows, where you could send a text message to “throw” a ball towards the goal on the virtual background behind the host, do work. Spending time at the computer, going thru different websites and being impressed by those. Father being head of e-commerce for a hairdressing industry chain and seeing the growth of e-commerce during the mid-2000s.</p>\n\n\n\n<p>At that time I was in primary school and didn’t understand much of what all that was about. And surely wouldn’t have even guessed that someday I would have a career in IT.</p>\n\n\n\n<h2 id="h-getting-familiar-with-the-internet">Getting familiar with the Internet</h2>\n\n\n\n<p>Sure, back in the days, you had MySpace, virtual horse stables, guestbooks, IRC-Galleria, and different “website builders”… everyone explored the possibilities of these tools and technologies. You almost weren’t cool if you didn’t. So of course I built a few websites mainly just for fun, like almost everyone else of my age at that time. I also purchased my first domains and made a few sites public. One of those, for a scout group, was “coded” with excel. That’s how I started learning HTML and CSS.</p>\n\n\n\n<p>When secondary school started, I did get really interested in sewing, and light-and-audio equipment for live productions. And politics.</p>\n\n\n\n<blockquote><p>Copyright, patent law, freedom of information and net neutrality were hot topics around that time in Finland. </p></blockquote>\n\n\n\n<p>I felt that the Internet I had grown with, was threatened. The Pirate Party movement had just landed in Finland and they were defending everything I believed in: open access to information and people’s online rights. Despite my young age, they welcomed me, so I got involved with registering the party for elections and in general.</p>\n\n\n\n<p>They used IRC for all the communications, and soon I became frustrated because of missed conversations due to shutting off the computer and thus signing off from IRC as well. That led me to assemble, install and run my first home server so I would always have IRC on. Of course, the new server intrigued me and almost invited to try out hosting the websites myself. That way I learned the basics about Linux, Apache, PHP and MySQL. My interest in these things was understood by only a few classmates and for everyone else, I was a bit of a weirdo. Because of that, I didn’t make many friends from the same age group with me – and that stays true to this day.</p>\n\n\n\n<h2 id="h-finding-wordpress">Finding WordPress</h2>\n\n\n\n<p>At some point in all this, I found WordPress. It was around 2009 and version 2.8 when I installed WordPress for the first time. I immediately started looking for ways to modify and extend the website. One thing lead to another. Soon I had installed WordPress quite a few more times, and even helped one of my friends to set up a website for their parliamentary election campaign. For getting the timeline right in this post, I looked up my old websites and found out that in 2010 I had published a guide on how to translate WordPress into Finnish and even offered some theme translations to download.</p>\n\n\n\n<p>And yet I still didn’t think that IT, servers, websites or WordPress could be my career. When secondary school ended, I applied to study live production. Like audio and lights in concerts and all that stuff. Didn’t get selected for that school, because of the low numbers on the diploma. That was devastating.</p>\n\n\n\n<p>But little did I know. The third school I applied to, selected me and there I was, going to study multimedia for three years. Photography, video editing, design and a little bit of web development.</p>\n\n\n\n<h2 id="h-the-most-inspiring-and-toughest-times-of-life-at-the-same-time">The most inspiring and toughest times of life at the same time</h2>\n\n\n\n<p>Looking back, this was one of the most pivotal points in my life. Three years in that school taught me how to be creative with design and boosted my self-confidence in coding skills. Starting almost from the first web development classes, teachers saw my skills and encouraged me to continue coding. I started helping other students during the classes, as most of the web development stuff was already familiar to me. I really enjoyed the print design classes, photography and school in general after a long time.</p>\n\n\n\n<p>I had also become active in running one of the few Internet cafes in Helsinki that were left in the early 2010s. At the time, we were one of the few places which served only vegetarian food, had open wifi and laptops available for customers. As I was interested in tech and some knowledge, the natural thing was to be involved with maintaining those laptops and the website for the cafe.</p>\n\n\n\n<p>Some same founders of that cafe cooperative had founded another cooperative in the early 2000s, to offer reasonably priced hosting and email services for associations and other NGOs. After some time, they invited me to join and soon I started helping with server upkeep and customer service. I would also make a number of websites with WordPress for our clients. </p>\n\n\n\n<blockquote><p>For the first time in my life, I was getting some money from doing things on the Internet.</p></blockquote>\n\n\n\n<p>I started to feel that I had found what I want to do in my life.</p>\n\n\n\n<p>Then my partner at the time did get severely ill mentally. That started to affect me as well, and the last year of school with one half at on-the-job training and another half at school doing a bigger final project was very emotional and filled with deep worry. During that year we broke up and that led to depression.</p>\n\n\n\n<p>I didn’t go to school. I didn’t answer the emails or phone calls from my teachers. For a good few months, my life was filled with going out to nightclubs and doing the cooperative work for which I felt a responsibility.</p>\n\n\n\n<p>One day, when one of the teachers was calling yet again, I gathered myself and picked up the phone. It was only a month before graduation and I had some courses and a final project to complete before that. Somehow we managed to arrange everything and with the support of all my teachers, the last course was accepted as completed two days before the graduation ceremony.</p>\n\n\n\n<h2 id="h-not-finding-a-job-in-the-industry">Not finding a job in the industry</h2>\n\n\n\n<p>Right after graduation, I started looking for a job in the web industry. Tens of applications lead to few interviews, but nobody wanted to hire a newly graduated 18-year-old. I had some experience working in the kitchen from summer jobs, so I started applying to those types of openings, from fast-food chains to being a dishwasher at restaurants in need of income. </p>\n\n\n\n<blockquote><p>Finally, one small school kitchen hired me to do the salads and desserts and help with dishwashing.</p></blockquote>\n\n\n\n<p>A few months passed, and even though the school kitchen work was nice, I knew that it was something I didn’t want to do for too long. Finland has mandatory military or civil service for all adult males, so I started planning to complete my service soon with the hopes of finding a job in web development after that.</p>\n\n\n\n<p>Only a few weeks before my civil service was due to start, one of the companies I had applied to reached out to me and offered a job. Being thrilled about finally getting a job offer in the industry, I did take that offer right away to learn that I would be a sole developer. At the age of 19. At a company with multiple seriously big clients and custom systems written in PHP.</p>\n\n\n\n<h2 id="h-finding-wordpress-community">Finding WordPress community</h2>\n\n\n\n<p>During that time, I also learned about the WordPress community in Finland and attended a few very early unofficial meetups. A bit earlier, I had met <a href="https://rolle.design/">Rolle</a> online, who happened to found a WordPress agency around the same time we started offering WordPress websites, on my initiative, at the company I was working for. At its best, we chatted daily and helped each other with our work.</p>\n\n\n\n<p>Fast-forward a year. I was hired by a newly founded digital agency whose owners previously used me as a freelancer. It was really inspiring. I learned a lot and submitted my first patch to WordPress core during that employment. But something was missing. The owners didn’t really see the value in the community and, in fact, denied me from attending the first WordCamp in Finland.</p>\n\n\n\n<p>Being very stubborn at that age and really interested in the community based on meetups, I cheated a little and booked train tickets to WordCamp Finland 2015. Ignoring the fact that my bosses haven’t allowed using one workday for that.</p>\n\n\n\n<p>It was worth it and a second pivotal point in my life. I finally met Rolle in person and many other Finnish WordPress’ers I looked up to. Including Daniel, who was responsible for Finnish translations for years and Mikko, who was considered a WordPress guru.</p>\n\n\n\n<h2 id="h-growing-in-the-wordpress-community">Growing in the WordPress community</h2>\n\n\n\n<p>The experience was so great and the community so warm, that it pulled me all the way in. I started attending official meetups and over the years first became a volunteer at WordCamp, then organiser and lead the organiser. I also moved to another city and was the first hire in Rolle’s company.</p>\n\n\n\n<p>Nowadays, multiple years later, I’m a partner in the very same company called <a href="https://www.dude.fi/">Dude</a>. A Community Deputy and a WordCamp mentor. Our company sponsors my time partially for the WordPress project. I’ve built WordPress websites for Finnish government agencies and big corporates. Mentored WordCamp Europe. Helped numerous WordPress’ers around the world in various ways.</p>\n\n\n\n<p>And found my place in the world. From an industry and community, I could not have predicted, but to which the journey is quite obvious when looking back. A community that does not only share the same ideology that is still important to me, the freedom of information, but helps to make it true. A community whose members I consider close friends, some even as an extended family.</p>\n\n\n\n<p>For those who are interested in my journey in WordPress Community, there’s a post titled “<a href="https://sipp.is/12-years-with-wordpress/">12 years with WordPress</a>” in my personal blog waiting for you.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p> </p>\n\n\n\n<h1>Miten löysin paikkani maailmassa</h1>\n\n\n\nTimi lukee tässä tarinansa ääneen.\n\n\n\n<p>Olin kiinnostunut tietokoneista ja nuoresta iästä lähtien. Sukurasite todennäköisesti, vaari kun oli kodinkonekorjaaja ja isä luonut uraa Internetin parissa 2000-luvun huumasta lähtien.</p>\n\n\n\n<p>Muistan ihmetelleeni eri kodinkoneiden korjauskaavioita vaarin pajalla. Miettineeni miten television peliohjelmat, joissa pystyit “heittämään” palloa tekstarilla virtuaalisen taustan edessä kekkuloivan juontajan iloksi, voi toimia. Kuluttaneeni aikaa tietokoneella selaten läpi Internetiä. Näheeni valtakunnallisen kampaamoketjun verkkokauppapäällikön, isäni, kautta verkkokaupan kasvun 2000-luvun puolivälissä.</p>\n\n\n\n<p>Tuohon aikaan olin ala-asteella enkä ymmärtänyt isommassa mittakaavassa mitä ympärilläni tapahtui. Enkä olisi koskaan osannut edes arvata, että joku päivä olisin IT-alalla.</p>\n\n\n\n<h2 id="h-tutustuminen-internetiin-alkaa">Tutustuminen Internetiin alkaa</h2>\n\n\n\n<p>Toki MySpace, virtuaalitallit, erilaiset vieraskirjat, IRC-Galleria, Suntuubi ja vastaavat oli tuohon aikaan pienimuotoinen juttu. Kaikki kokeilkivat ja testailivat näitä uusia työkaluja sekä tekniikoita. Et lähestulkoon ollut cool, jos et testaillut. Niinpä minkäkin rakensin ensimmäisiä verkkosivujani, kuten moni oman ikäiseni noihin aikoihin. Hankin myös muutaman ensimmäisen verkkotunnukseni ja laitoin sivuja julkiseksi. Yksi noista oli partiolippukunnalle excelillä “koodattu” sivusto. Tällä tavoin aloin oppimaan HTML:ää sekä CSS:ää.</p>\n\n\n\n<p>Ylä-asteen alkaessa kiinnostuin todella ompelusta sekä livetuotantojen ääni- ja valotekniikasta. Ja politiikasta.</p>\n\n\n\n<p>Noihin aikoihin tekijänoikeusasiat, patenttilaki, tiedon vapaus ja nettineutraliteetti olivat tapetilla suomessa. Tunsin, että Internet jonka kanssa olin kasvanut oli uhattuna. Piraattiliike oli juuri saapunut suomeen ja he puolustivat kaikkea mihin uskoin: vapaata pääsyä tietoon sekä ihmisten oikeuksia Internetissä. Nuoresta iästäni huolimatta minut toivotettiin tervetulleeki ja näin osallistuin Piraattipuolueen puoluerekisteriin saamiseen.</p>\n\n\n\n<p>Piraattipuolueessa käytettiin IRC:iä kaikkeen kommunikointiin, ja pian turhauduinkin kun menetin chattilokeja tietokoneen sammuttamisen takia. Näin päädyin rakentamaan, asentamaan ja pyörittämään ensimmäistä kotipalvelintani – jotta voisin pitää IRC:iä päällä koko ajan. Luonnollisesti tämä houkutti ja lähes kutsui minua testaamaan nettisivujen hostaamista itsekkin. Näin aloin oppimaan perusteita Linuxista, Apachesta, PHP:sta aj MySQL:ästä. Ainoastaan muutama luokkakaverini ymmärsi kiinnostukseni näihin asioihin, muille olin hieman outolintu. Ehkä siksi en saanutkaan kovin montaa ystävää oman ikäisistäni – asia joka muuten pätee edelleen.</p>\n\n\n\n<h2 id="h-wordpressin-loytamisen-hetki">WordPressin löytämisen hetki</h2>\n\n\n\n<p>Jossain kohtaa kaikkea tätä löysin WordPressin. Se oli joskus vuonna 2009 ja version 2.8 paikkeilla, kun asensin WordPressin ensimmäistä kertaa. Välittömästi aloin tutkia tapoja muokata sekä laajentaa luomaani nettisivua. Yksi asia johti toiseen. Pian olinkin asentanut WordPressin jo useampaan kertaan ja jopa auttanut ystävääni luomalla hänen eduskuntavaalikampanjasivuston. Tutkistekin tätä kirjoitusta varten vanhoja sivustojani, ja huomasin että 2010 olen julkaissut ohjeen miten saada WordPress suomeksi ja tarjosin jopa muutaman teeman käännöstä ladattavaksi.</p>\n\n\n\n<p>Silti en vieläkään uskonut, että IT, palvelimet, nettisivut tai WordPress voisi olla joskus ura minulle. Peruskoulun lähestyessä loppuaan, hain opiskelemaan livetuotantojen tekniikkaa. En tullut valituksi päättötodistuksen huonojen arvosanojen takia. Olin lannistunut.</p>\n\n\n\n<p>Mutta vähänpä tiesin. Pääsin kolmanteen hakuvaihtoehtooni ja siinä minä olin, aloittamassa media-assistentin opinnot. Valokuvausta, videoiden editointia, suunnittelua ja vähän nettisivujen tekemistä.</p>\n\n\n\n<h2 id="h-elamani-inspiroivimmat-ja-haastavimmat-ajat-samaan-aikaan">Elämäni inspiroivimmat ja haastavimmat ajat samaan aikaan</h2>\n\n\n\n<p>Taaksepäin katsoen tämä oli yksi elämäni käännekohdista. Kolme vuotta ammattikoulussa opetti minulle luovuutta ja vahvisti itsetuntoani koodaustaidoistani. Melkein ensimmäisistä tunneista lähtien, opettajat huomasivat kykyni ja kannustivat jatkamaan. Aloin auttamaan muita oppilaita verkkoviestinnän tunneilla, koska lähes kaikki mitä opiskelimme koodaamiseen liittyen oli jo tuttua minulle. Nautin printtimateriaalien suunnittelusta, valokuvauksesta ja pitkästä aikaa koulusta.</p>\n\n\n\n<p>Noihin aikoihin olin myös ryhtynyt aktiiviseksi yhdessä Helsingin ainoista jäljellä olevista internetkahviloista. Tuohon aikaan osuuskuntamme oli yksi harvoista, joilla oli täysin lihaton valikoima, vapaasti käytettävissä oleva langaton verkko sekä läppäreitä lainaan asiakkaille. Luonnollisesti, koska olin kiinnostunut teknologiasta ja jonkin verran kokenut, päädyin auttamaan näiden läppäreiden sekä kahvilan nettisivujen ylläpitämisessä.</p>\n\n\n\n<p>Samat perustajat olivat perustaneet toisen osuuskunnan 2000-luvun alussa, tarjotakseen järkevästi hinnoiteltuja verkkopalveluita yhdistyksille sekä yhteisöille. Tulin kutsutuksi mukaan tuohon osuuskuntaan ja pian aloin auttamaan palvelinten ylläpidossa sekä asiakaspalvelussa. Tein myös jonkin verran WordPress-sivustoja asiakkaillemme. Ensimmäistä kertaa elämässäni sain rahaa siitä, että tein asioita Internetissä.</p>\n\n\n\n<p>Alkoi tuntumaan, että olen löytänyt sen mitä haluan tehdä elämässäni.</p>\n\n\n\n<p>Sitten silloinen kumppanini sairastui mielenterveydeltään vakavasti. Se alkoi vaikuttaa myös minuun ja viimeinen vuosi koulussa, toinen puolisko työssäoppimassa ja toinen lopputyön parissa, täyttyi vahvoilla tunteilla sekä syvällä huolella. Erosimme tuon vuoden aikana, ja masennuin.</p>\n\n\n\n<p>En mennyt kouluun. En vastannut opettajien puheluihin tai sähköposteihin. Muutaman kuukauden ajan elämäni täyttyi yökerhoissa käymisellä sekä osuuskunnan töillä, joihin koin velvollisuutta.</p>\n\n\n\n<p>Eräs päivä, kun yksi opettajista soitti jälleen, keräsin itseni ja vastasin. Oli noin kuukausi valmistumiseen ja minulla oli muutama kurssi suoritettavana sekä lopputyö kesken. Jollain tavalla saimme asiat järjestynään opettajieni tuella, ja viimeinen kurssi merkittiin suoritetuksi kaksi päivää ennen valmistujaisia.</p>\n\n\n\n<p>Välittömästi valmistumisen jälkeen aloin etsimään töitä. Kymmenet hekmukset johtivat muutamaan haastatteluun, mutta kukaan ei halunnut palkata 18 vuotiasta vastavalmistunutta. Olin saanut kesätöistä jonkin verran koemusta keittiössä työskentelemisestä, joten rahan tarpeessa aloin hakemaan työpaikkoja mistä tahansa ravintola-alalta, pikaruokaketjuista aina ravintoloiden tiskariksi. Lopulta eräs pienempi koulukeittiö palkkasi minut auttamaan salaattien, jälkiruokien sekä tiskien kanssa.</p>\n\n\n\n<p>Jokunen kuukausi kului ja vaikka työ oli mukavaa, tiesin etten halua tehdä sitä turhan pitkään. Niinpä aloin suunnittelemaan siviilipalvelukseen astumista ja toivoin, että löytäisin sen jälkeen oman alan töitä.</p>\n\n\n\n<p>Vain muutama viikko ennen palvelukseen astumista, eräs yrityksistä joihin olin hakenut palasi asiaan ja tarjosi töitä. Olin innoissani, eikä tarvinnut miettiä pitkään paikan vastaanottamista. Pian kuitenkin opin, että tulisin olemaan yrityksen ainoa koodari. 19 vuoden ikäisenä. Yrityksessä jolla oli isoja asiakkuuksia ja lukuisia itse kehitettyjä PHP-sovelluksia.</p>\n\n\n\n<h2 id="h-wordpress-yhteison-loytaminen">WordPress-yhteisön löytäminen</h2>\n\n\n\n<p>Noihin aikoihin tulin myös tietoiseksi suomen WordPress-yhteisöstä ja osallistuin muutamaan ensimmäisistä epävirallisista tapaamisista. Hieman aiemmin, olin tustunut netissä <a href="https://rolle.design/">Rolleen</a>, joka sattui perustamaan WordPress-toimiston samoihin aikoihin kuin meidän yritys alkoi tarjoamaan WordPress-sivustoja aloitteestani. Parhaimmillaan juttelimme päivittäin ja autoimme toisiamme työssämme.</p>\n\n\n\n<p>Pikakelataan vuosi. Olin palkattu vastaperustettuun digitoimistoon, joiden omistajille olin tehnyt joitain vuosia aiemmin hommia freelancerina. Tuo aika oli todella inspiroivaa. Opin paljon uutta ja lähetin jopa ensimmäisen pienen korjaukseni WordPressin ytimeen. Mutta jotain puuttui. Omistajat eivät oikein nähneet arvoa yhteisössä, ja itseasiassa kielsivät osallistumasta suomen enimmäiseen WordCamp-tapahtumaan.</p>\n\n\n\n<p>Jääräpäinen kun olin, ja erittäin kiinnostunut yhteisöstä, huijasin hieman ja varasin junaliput osallistuaakseni WordCamp Finland 2015 -tapahtumaan. Huolimatta siitä, että minua oli kielletty kuluttamasta työpäivää siihen.</p>\n\n\n\n<p>Osallistuminen oli sen arvoista ja toinen käännekohdista elämässäni. Tapasin vihdoin Rollen ensimmäistä kertaa livenä, sekä muita suomen WordPress-maailman hahmoja joita ihailin. Mukaanlukien Daniel joka vastasi suomenkielisistä käännöksistä pitkään sekä Mikon, jota pidettiin lähes WordPress-guruna.</p>\n\n\n\n<h2 id="h-wordpress-yhteisossa-kasvaminen">WordPress-yhteisössä kasvaminen</h2>\n\n\n\n<p>Kokemus oli niin mahtava ja yhteisö niin lämmin, että se veti heti mukaansa. Aloin osallistumaan virallisiin WordPress meetuppeihin säännöllisesti ja vuosien aikana ilmoittauduin ensin vapaaehtoiseksi WordCamppiin, sitten järjestäjäksi ja lopulta pääjärjestäjäksi. Muutin toiseen kaupunkiin ja olin Rollen perustaman firman ensimmäinen palkkaus.</p>\n\n\n\n<p>Nykyään, vuosia myöhemmin, olen osakas tuossa samassa firmassa nimeltään Dude. Osa kansainvälistä yhteisötiimiä ja mentoroin WordCamppeja. Firma sponsoroi osan työajastani WordPress yhteisön hyväksi. Olen ollut mukana tekemässä nettisivuja valtionhallionhallinnolle ja isoille korporaatioille. Mentoroinut maailmans suurinta WordCampia. Auttanut lukuisia WordPressin käyttäjiä ympäri maailman.</p>\n\n\n\n<p>Ja löytänyt paikkani maailmassa. Alalta ja yhteisöstä jota en olisi voinut koskaan ennustaa, mutta johon matka on selkeästi nähtävissä kun katsoo taaksepäin. Yhteisössä, joka ei ainoastaan jaa kanssani samaa ideologiaa joka on edelleen minulle tärkeä, tiedon vapaus, vaan myös auttaa tekemään siitä totta. Yhteisössä, jonka jäsenet ovat tärkeitä ystäviä ja osa jopa melkein kuin perhettä.</p>\n\n\n\n<p>Matkastani WordPress-yhteisössä kiinnostuneille, henkilökohtaisesta blogistani löytyy kirjoitus “<a href="https://sipp.is/12-years-with-wordpress/">12 years with WordPress</a>”.</p>\n<p>The post <a rel="nofollow" href="https://heropress.com/essays/finding-my-place-in-the-world/">Finding My Place In The World</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2022 08:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Timi Wahalahti";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: Akismet 5.0 Adds New Spam Detection Feature That Analyzes How Comments Are Posted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136573";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/akismet-5-0-adds-new-spam-detection-feature-that-analyzes-how-comments-are-posted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2157:"<p>For years, the vast majority of Akismet releases have been centered around bug fixes and improving compatibility with various plugins. <a href="https://blog.akismet.com/2022/07/26/version-5-0-of-the-akismet-wordpress-plugin-is-now-available/">Version 5.0</a> was released today, following 4.2.5 earlier this month, with a <a href="https://blog.akismet.com/2022/07/26/spambots-theyre-not-just-like-us-introducing-akismets-newest-spam-fighting-feature/">new feature</a> that should improve Askismet’s ability to detect spam comments.</p>\n\n\n\n<p>Akismet engineer Christopher Finke explained how the plugin will now analyze how a comment is posted, in addition to analyzing what is posted:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>A typical human commenter on the Web takes about 40 seconds to read a blog post and another 40 seconds to write and submit a comment. Their typing speed varies significantly throughout the creation of their comment, and they regularly use their mouse to click around the page. An automated spambot (even one programmed to act like a person) doesn’t act so human-like: its typing speed and mouseclick speed are superhumanly consistent. It doesn’t spend time “reading” blog posts. Its mouse usage is sparse.</p></blockquote>\n\n\n\n<p>This new feature can detect spam that is posted in a machine-like fashion, even if the spambot is attempting to post a comment with content identical to one that has already been approved. </p>\n\n\n\n<p>“The Akismet plugin will begin observing these behaviors so that they can be used as part of the spam-checking process,” Finke said. “None of this data is personally identifiable, and it won’t be used for any purpose other than identifying spam.”</p>\n\n\n\n<p><a href="https://wordpress.org/plugins/akismet">Akismet</a> is bundled with WordPress and is active on more than 5 million sites. More than 62% of users are running on 4.2.x and ~38% are on version 4.1 or older. WordPress users who are having a lot of spam breaking through Akismet’s protection will want to upgrade to take advantage of the new spambot detection features in version 5.0. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Jul 2022 18:26:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"Akismet: Version 5.0 of the Akismet WordPress Plugin is Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.akismet.com/?p=2408";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://blog.akismet.com/2022/07/26/version-5-0-of-the-akismet-wordpress-plugin-is-now-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:614:"<p>Version 5.0 of <a href="http://wordpress.org/plugins/akismet/">the Akismet plugin for WordPress</a> is now available. This update contains one main improvement: <a href="https://blog.akismet.com/?p=2398">a new feature that helps stop spambots</a> by observing how they interact with the page, not just what content they submit.</p>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href="http://wordpress.org/plugins/akismet/">the WordPress plugins directory</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Jul 2022 16:16:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Christopher Finke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:102:"Akismet: Spambots: They’re (Not) Just Like Us. Introducing Akismet’s Newest Spam-fighting Feature.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.akismet.com/?p=2398";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"https://blog.akismet.com/2022/07/26/spambots-theyre-not-just-like-us-introducing-akismets-newest-spam-fighting-feature/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2153:"<p>For years, Akismet has improved life on the Web by analyzing comment form and contact form submissions and comparing them against millions of pieces of real-time content to catch and stop spam. This has gone well (533,000,000,000 times and counting), but it could be going even better.</p>\n\n\n\n<p>Starting with <a href="https://blog.akismet.com/2022/07/26/version-5-0-of-the-akismet-wordpress-plugin-is-now-available/">version 5.0 of the Akismet plugin for WordPress</a>, Akismet will begin analyzing <strong><em>how</em></strong> the content was posted in addition to <strong><em>what</em></strong> content is posted. What does this mean?</p>\n\n\n\n<p>A typical human commenter on the Web takes about 40 seconds to read a blog post and another 40 seconds to write and submit a comment. Their typing speed varies significantly throughout the creation of their comment, and they regularly use their mouse to click around the page. An automated spambot (even one programmed to act like a person) doesn’t act so human-like: its typing speed and mouseclick speed are superhumanly consistent. It doesn’t spend time “reading” blog posts. Its mouse usage is sparse. </p>\n\n\n\n<p>The differences in these behaviors between people and people-impersonating bots can be used to stop spam — even if <a href="https://blog.akismet.com/2007/11/27/it-really-is-spam/">a spambot is posting a comment identical to that of a real person</a>, the way it does it is uniquely machine-like. The Akismet plugin will begin observing these behaviors so that they can be used as part of the spam-checking process. (None of this data is personally identifiable, and it won’t be used for any purpose other than identifying spam.)</p>\n\n\n\n<p>To ensure that this latest anti-spam technology is being used to protect your website, upgrade to <a href="https://blog.akismet.com/2022/07/26/version-5-0-of-the-akismet-wordpress-plugin-is-now-available/">Akismet 5.0</a> by visiting the Updates page of your WordPress admin dashboard or by downloading it directly from <a href="http://wordpress.org/plugins/akismet/">the WordPress plugins directory</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Jul 2022 16:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Christopher Finke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"Do The Woo Community: The Twists and Turns to Becoming a Developer with Carmen Maymo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=72529";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://dothewoo.io/the-developer-journey-that-twists-and-turns/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:420:"<p>Carmen Maymo started out as an artist, and following a twisted path, ended up a WordPress and WooCommerce developer. </p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/the-developer-journey-that-twists-and-turns/">The Twists and Turns to Becoming a Developer with Carmen Maymo</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Jul 2022 09:59:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"WPTavern: Review Signal Publishes 2022 WordPress and WooCommerce Hosting Performance Benchmarks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136533";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wptavern.com/review-signal-publishes-2022-wordpress-and-woocommerce-hosting-performance-benchmarks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7716:"<p>Kevin Ohashi from Review Signal has published the <a href="https://wphostingbenchmarks.com/">2022 WordPress and WooCommerce hosting performance benchmarks</a>. These benchmarks are some of the most trusted review sources in the hosting industry due to Ohashi’s transparent <a href="https://wphostingbenchmarks.com/methodology/">methodology</a>. No hosting company sponsors the work. Instead, Ohashi charges a standard, publicly documented fee for participation that covers the cost of the tests.</p>\n\n\n\n<p>In 2022, Ohashi tested 33 companies with 79 different plans across seven different price tiers, including the WooCommerce tier.</p>\n\n\n\n<p>If speed is one of your chief concerns when selecting a hosting company, these performance reviews may be of interest. The benchmarks include a Load Storm test designed to simulate real users visiting the site, logging in, and browsing (uncached performance). They also test cached performance, SSL, WP queries per second, performance on some computational and database operations, and a WebPageTest that fully loads the homepage and records how long it takes from 12 different locations around the world.</p>\n\n\n\n<p>The results are easy to examine at a glance. Top Tier (Full Star) status is given to hosts that perform well under the battery of tests:</p>\n\n\n\n<blockquote class="wp-block-quote"><p><strong>Top Tier WordPress Hosting (Full Star)</strong></p><p>This is awarded to companies who maintain 99.9% uptime throughout the entire testing and show little to no performance degradation during load testing, primarily focused on error rate and consistent response times. Error rates above 0.1% and response times above 1000ms* will keep a company away from achieving Top Tier marks.</p></blockquote>\n\n\n\n<p>In the budget <$25/Month category, the 2022 Top Tier winners included 20i, 34SP, EasyWP by Namecheap, Eco Web Hosting, GreenGeeks, HostXNow, ICDSoft, LightningBase, MechanicWeb, Pressable, SiteGround, and WPX.</p>\n\n\n\n<img />\n\n\n\n<p>On the other end of the spectrum, in the <a href="https://wphostingbenchmarks.com/benchmark/2022-enterprise-wordpress/">Enterprise tier ($500+/month)</a>, there were far fewer participants but the majority of them achieved Top Tier status, including Performant Websites, Presslabs, Scaleforce powered by Virtuozzo, Servebolt (Scale + ACD), Servebolt, and WordPress VIP.</p>\n\n\n\n<img />\n\n\n\n<p>This is the second year Ohashi has performed WooCommerce hosting reviews. The tests are performed on a WooCommerce dummy website with Storefront set as the theme and <a href="https://raw.githubusercontent.com/woocommerce/woocommerce/master/sample-data/sample_products.xml">sample products</a> loaded.</p>\n\n\n\n<p>Top Tier winners for WooCommerce hosting include GreenGeeks, Pressable, Servebolt, and WordPress.com. Two others achieved Honorable Mentions – ICDSoft and SiteGround. </p>\n\n\n\n<img />\n\n\n\n<p>Clicking on “View full results” for any of the tiers will show a detailed breakdown of all the tests with comparison charts and summaries for each host participating.</p>\n\n\n\n<h3>WordPress Hosting Is Getting Faster</h3>\n\n\n\n<p>“I think the most remarkable trend is how fast things are getting,” Ohashi said. “For example if we look at the enterprise tier from 2021 vs 2022, the fastest average response time (Static test) was 9ms and 6.4ms and p95 was 41ms to 20ms. The 3rd fastest p95 last year was 65ms which would be 7th (out of 9) fastest this year if you moved it.</p>\n\n\n\n<p>“Despite the numbers already being staggeringly fast already, the whole cohort accelerated even faster.</p>\n\n\n\n<p>“And it’s not just at the high end, at the <25 tier, on the Static test there was 1 company with under 100ms p95 last year (CynderHost – 61ms). This year you have three – Pressable (18ms), SiteGround (67ms), WPX (89ms).</p>\n\n\n\n<p>“At the slow end, the slowest <25 Static average response time was 267ms, last year there were 5 companies with equal or slower averages (max being over 1200ms).”</p>\n\n\n\n<p>Ohashi said there may be some selection bias as companies who do badly may not want to participate again and filter themselves out. </p>\n\n\n\n<p>“But some of those companies improved quite a bit like GoDaddy was 295ms to 234ms which is a 61ms improvement,” he said. “I want to call out the companies who have sometimes struggled on these tests, and keep participating. I respect them and it makes me happy to see them making continuous improvements. </p>\n\n\n\n<p>“While I do give awards for companies who do well, I think it’s important to recognize that not doing as well isn’t a failure, it’s about what the companies do with that information and how they improve their services. Overall, it seems everyone is improving and that’s a win for hosts and consumers alike.”</p>\n\n\n\n<p>Ohashi said one of his goals for 2022 is talking with the companies to explain the value of participating. Beyond the value of the benchmarks themselves, these reviews help the ecosystem push for better performance. One of Ohashi’s testing policies is a big driver for this: </p>\n\n\n\n<blockquote class="wp-block-quote"><p>“The hosting packages are as close to default as possible. In some circumstances where turning on performance enhancements is very simple, e.g. clicking an option to turn on caching, this will be done. These changes must be obvious or communicated clearly in the welcome email so that every user is guaranteed to at least be presented the option. Otherwise everything is as-is for new customers upon sign up to avoid, as much as possible, the extra benefit of companies knowing they are being tested.”</p></blockquote>\n\n\n\n<p>Companies that do well in these tests are those that have embraced performance by default, so that any performance improving technology is already turned on or presented proactively to customers. </p>\n\n\n\n<p>“One of the things I got a degree in is economics and we talk about opt-in vs opt-out policies like organ donation and how defaults can drastically influence outcomes,” Ohashi said. “By forcing opt-in performance improvements, I don’t know how many thousands, or even hundreds of thousands of sites have been positively impacted by these benchmarks without ever being aware because hosting companies are forced to enable better defaults.”</p>\n\n\n\n<p>Ohashi also works with the companies on things that do not make it into the benchmarks, such as pointing out issues with onboarding/UI/UX experience and reporting bugs.</p>\n\n\n\n<p>“I’ve probably used more different WordPress hosting companies than anyone else in the world at this point (I have to be in the top 10 doing these benchmarks for a decade right?),” he said. “If I cannot figure out how to do something in your system, it’s probably your system, not me. I truly want to see everyone do better, because everyone wins in that scenario and I will try to help as much as I can to make that happen.”</p>\n\n\n\n<p>Check out the <a href="https://wphostingbenchmarks.com/">2022 WordPress Hosting Performance Benchmarks</a> for a more detailed breakdown of all the different pricing tiers and a full explanation of the testing methodology. Past years’ benchmarks are also available on the website. This year Load Storm went out of business, so Ohashi replicated the tests into k6. All of his load testing scripts are open source and <a href="https://github.com/ReviewSignal/k6-WordPress-benchmarks">available on GitHub</a>, so others are welcome to use them for testing their own sites or building their own testing suites.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Jul 2022 02:40:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: SiteCare Acquires Maintainn from WebDevStudios";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=136520";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/sitecare-acquires-maintainn-from-webdevstudios";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2720:"<p>More consolidation is happening in the WordPress maintenance services space, as SiteCare <a href="https://sitecare.com/blog/sitecare-acquires-maintainn/">announced</a> it has acquired <a href="https://maintainn.com/">Maintainn</a>, a long-time competitor, from WebDevStudios.</p>\n\n\n\n<p>“As we’ve grown and our clientele has grown [with] definitely more of a focus on the enterprise and big business, we’ve simply kind of grown away where that side of the house wasn’t really in line with the web dev side of the house in terms of the clients we’re working with,” WebDevStudios CEO Brad Williams said in an interview with <a href="https://thewpminute.com/wordpress-support-company-sitecare-acquires-maintainn-from-webdevstudios/">The WP Minute</a>.</p>\n\n\n\n<p>“So it’s been a bit of a, struggle in terms of how best to support those clients, because of course we want to take care of our clients and they are a big reason why we’re here. That’s why, Lisa, my partner, and myself, kind of took a step back and said, maybe this doesn’t make sense for WebDev, where we’re at, where we’re continuing to go.”</p>\n\n\n\n<p>As WebDevStudios began focusing more on taking on larger, more technical projects that run WordPress at scale for clients like The Wall Street Journal, Starbucks, Microsoft, Viacom, and the NBA, the company struggled to effectively market Maintainn with messaging that conveyed its distinction from WebDevStudios’ enterprise development offerings.</p>\n\n\n\n<p>“Struggle of the message, the marketing message to say, hey, we can support, blogs, SMB all the way up to, enterprise and Microsoft is a hard message to get across,” Williams said. </p>\n\n\n\n<p>“We knew that the marketing of that would be almost impossible for us to, to nail. It really just came from the separation of where WebDev was kind of growing more towards the enterprise and Maintainn was primarily supporting more of that SMB to to mid-tier.”</p>\n\n\n\n<p>Maintainn’s current maintenance plan customers, which range from $49-$249/month, will remain at the same pricing for one year. SiteCare may reevaluate these pricing tiers in the future. Customers are promised the same level of service as their current plan but may also receive some enhanced benefits that they had not received before. In addition to maintenance services, SiteCare also offers its customers a range of digital marketing services.</p>\n\n\n\n<p>This is SiteCare’s second acquisition of a WordPress site management company after acquiring WP Site Care in 2018. The company will take on all of Maintainn’s assets but the employees will remain with WebDevStudios.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Jul 2022 18:47:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"Gutenberg Times: Live Q & A: Block-First Approach at Pew Research Center";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=21696";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:67881:"<p>On July 22, 2022, Michael Piccorossi, Head of Digital Strategy and Seth Rubenstein, Lead Developer at Pew Research Center talked to co-hosts Anne McCarthy, WordPress Product Liason and Birgit Pauli-Haack, WordPress Developer advocate and curater at Gutenberg Times, on they use a mixture of Core and Custom Blocks to streamline their publishing process, and to create powerful charts and quizzes for the Pew Research Center.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<div class="toolbelt-video-wrapper"></div>\n</div>\n\n\n\n<h2>Resources</h2>\n\n\n\n<p><a href="https://github.com/sethrubenstein/gutenberg-times-livestream-examples">Seth Rubenstein’s Example Code Repo</a> (GitHub) </p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/37943">Issue: Allow usage of block based “template parts” without using block based “templates”</a>: <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbGFDbmN0Y3ViaFFBU1RHM0xtYkZ4cVV5RGgyZ3xBQ3Jtc0tsSGRKTzhCRGJQc3Bpd3kzc1A5cVo0dmM4WThacVJyLXhCa1NDSllzckwtLUNxSTlKajZDTmtKUFhfN3h2TXdNb29ESkh5MVczNVZGNE03WnlldDdDM09uNUlxZ3BEZTlBYTNPTGNNWlFEMHJyV3cwVQ&q=https%3A%2F%2Fbit.ly%2F3aWn55a&v=bvQYPa5vxVk" target="_blank" rel="noreferrer noopener">https://bit.ly/3aWn55a</a> (GitHub) </p>\n\n\n\n<p><a href="https://wordpress.org/support/article/comparing-patterns-template-parts-and-reusable-blocks/">Comparing Patterns, Template Parts, and Reusable Blocks</a> (WordPress Support) </p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/24934">Tracking issue: Missing Query block functionality</a> (GitHub) </p>\n\n\n\n<p><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/">FSE Program Testing Call #15: Category Customization</a> (WordPress Make Blog)</p>\n\n\n\n<p>Connect on Twitter </p>\n\n\n\n<ul><li>Michael Piccorossi <a href="https://twitter.com/mpiccorossi">@mpiccorossi</a></li><li>Seth Rubenstein <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbFYwNDRSQ2gzdEtDNUhYcFhLY0F5QmtrQlZEQXxBQ3Jtc0trVEdjY25XR1dFOWNWY3BvYS1vX0I0elcwbjlWeVhLaVFMRkM2T3hzWk1yV1g5QUxWeHlKbHMwX1R4bjR3Sm5lLUpEQlVaaUVqRno2TnpkcEJTbG9hUUdzaXJ6VWg1ckptSHRCTUtKTVJDNzVrZ3Jjcw&q=https%3A%2F%2Ftwitter.com%2FSethRubenstein&v=bvQYPa5vxVk" target="_blank" rel="noreferrer noopener">@SethRubenstein</a></li><li>Pew Research <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbVBuZ09tWjB1Nms5OVEyRUlsS3J5eEdfQVZNZ3xBQ3Jtc0tubXkzMkUxTDBsQ2FyQ2xma3dsYmRydkxldzlmUTZSMVJSZjZSSVZMdGMzbXVKbnNpdXhDeXVqQ2tQM3E4MU1kQzMyVi1tNmNxU3QteHg2VTNmMkc1ckJNOXZNVS1OUkJtLVJhRFJ6aWhVbWJTX2VMZw&q=https%3A%2F%2Ftwitter.com%2Fpewresearch&v=bvQYPa5vxVk" target="_blank" rel="noreferrer noopener">@pewresearch</a></li></ul>\n\n\n\n<h2>Speaker information</h2>\n\n\n\n<div class="wp-container-11 is-nowrap wp-block-group alignwide">\n<div class="wp-container-9 is-vertical wp-block-group">\n<img /><strong>Michael Pioccorossi, Director of Digital Strategy</strong>\n\n\n\n<p>Michael Piccorossi is the Director of Digital Strategy at the Pew Research Center where he leads a multidisciplinary team that includes web development, design, product, user experience, analytics, social media and video. He has extensive experience with all phases of digital product and audience development. Before Pew Research, he was Director of Online Operations at U.S. News & World Report. </p>\n</div>\n\n\n\n<div class="wp-container-10 is-vertical wp-block-group">\n<img /><strong>Seth Rubenstein, Lead Develope</strong>r\n\n\n\n<p>Seth Rubenstein is the Lead Developer at the Pew Research Center, where he leads a team of 3 developers. He has 12 years of experience in developing enterprise level WordPress applications. Before joining Pew Research, he was the Senior WordPress Developer at the Center for American Progress.</p>\n</div>\n</div>\n\n\n\n<h2>Transcript of Live Q & A</h2>\n\n\n\n<p> </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Welcome to our 32nd live Q&A on Gutenberg Times. It’s a great way to connect with people who are using Gutenberg and we have an excellent show today for you. My name is Birgit Pauli-Haack, and I’m the host of and the publisher of Gutenberg Times. Thanks for joining everybody. With me is a co-host, Anne McCarthy, who’s the WordPress Product Liaison. Howdy, Anne, thank you for being here.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Thanks for having me. I’m very excited to introduce how we’re going to talk to folks in the Pew Research Center about how they use a mixture of core and custom blocks to streamline their publishing process and to create a lot of the stuff that you know and love from them, with their charts and quizzes and all that good stuff. So with me here today, Seth Rubenstein, lead developer… Rubenstein. Apologies, lead developer and Michael Piccorossi Director of Digital Strategy. Thank you both so much for coming Seth and Michael apologies if I completely ruined both your last names and thank you so much for taking the time to just talk about all the cool stuff you’re doing at the WordPress block editor. I know it’s going to inspire a lot of folks. How are you both doing today? We’ll start with Seth.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Oh, I’m doing fine. I’m living in the middle of a post-home renovation construction zone, but other than that I’m doing great.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Amazing. Minor details, Michael, how are you doing?</p>\n\n\n\n<p><em>Michael Piccorossi</em>: I’m doing great. Thanks. Thanks for having us. We’re really excited to talk about the work that we’re doing and how we might help other people with what they’re trying to do. So, thanks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I’m so happy. Totally thrilled. I couldn’t wait because we were talking about this since end of May and now it’s end of June. I had to wait two months, but we do proper introduction in less than a minute, but I have a few housekeeping notes. So please use the chat feature to let us know where you are watching from.</p>\n\n\n\n<p>Then for the question process, for those who are watching on YouTube livestream, use the chat bot next to the video player for your questions. Here on Zoom, use the Q&A button on the bottom of the screen for your questions and the chat bubble to share your thoughts and comments.</p>\n\n\n\n<p>A little reminder, yes, please be kind even if you disagree. This is a family-friendly endeavor.</p>\n\n\n\n<p>So before we head first into the behind-the-scenes tour we are going to get, I want to ask both of you to tell us briefly about your WordPress story and how long have you been using it. Seth first, and then Michael.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure. I’ll go first. I mean, I’ve been using WordPress for, I don’t know, 18 years or something like that now? I started using WordPress in college. I was responsible for all the school’s clubs and newspaper, websites and all that stuff. So that’s when I started to learn WordPress.</p>\n\n\n\n<p>Then I just went successively from one job to the next, building out different WordPress products. I think I built one of the first learning management systems in WordPress many, many years ago, in my first job. Then I started at Pew in 2015 and they were doing some interesting stuff with WordPress and WordPress Multisite and we just went from there. I’m excited to show you what we have built over the last couple of years.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, that’s a great career and a lot of nonprofit and going from Drupal to WordPress must have been a major switch of culture as well. So, Michael, how about you? What is your story?</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Yeah, I’ve been doing digital stuff for more than 20 years, more years than I like to admit sometimes. Prior to Pew Research, I managed a team at U.S. News & World Report. We built a custom-based, a Python-based CMS and e-commerce system. That was back like in 2006. So I’ve been doing a lot of different content management things.</p>\n\n\n\n<p>I started at Pew Research in 2009. When I got here, we had four different CMSs, none of them WordPress, 2 DotNet, Drupal, custom PHP so it was really kind of a mess. One of my first hires after I got here was another person you may know from the WordPress community, Russ Heimlick. He was our first web developer and he and I talked about where we should take this organization and we decided that WordPress was the right way to go.</p>\n\n\n\n<p>So we ran a custom-hosted version out of a data center in Virginia for a while and then Seth joined us, as he said in 2015. For a couple of years, we were managing on our own AWS infrastructure and then we moved over to WordPress VIP in 2018, and we’ve been really happy working in that environment ever since. So we’ve really never been happier and we’re really committed to the platform.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I love this. This is very cool. I’m going to later have a question so just tuck this away for now, around why you chose WordPress, especially with what seems to be more of an emphasis on the data side of things. I’ve read books about how for humanity’s sake, we need to find ways to preserve data for the long term. So I’m curious, that played into part of, for human knowledge sake of, what platform can we choose that will have the most longevity and sustainability into the future? So I’m fascinated by that entire concept when it comes to this kind of work and research, but just tuck that away for later. I just had to mention it for now.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Sure.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Oh, Birgit, you’re muted. Sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: … to type some things. I apologize, our chat was disabled for a few minutes here and now you can all tell us where you’re watching from. I’m sorry about that, but it seems to be that Zoom is changing the default settings all the time, and I had this set up. Well anyway, so Michael, so what do you exactly do at the Pew Research Center?</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Sure, sure. So me personally, I’m the director of Digital Strategy. It’s really product and strategy and like I said, I’ve been here for 13 years now. So I oversee a larger team of 20 people. In addition to the web dev, I also oversee the design team, video products, social, email, user experience, and audience measurement. So basically I’m the chief cat hurder.</p>\n\n\n\n<p>I think we’re similar to a lot of news organizations. So I really describe us as, we’re news adjacent. So, the work of the center is, if you’re not familiar with it, we are a nonpartisan, non-advocacy, public opinion polling, demographic analysis and a variety of other social science research. Historically, the roots of the center is in survey research and polling, but in the last five years, we’ve really made a strategic shift to seek new ways of measuring public opinion and that facilitated us starting our data labs team. They’re doing data science and computational social science so that’s a new area of research for us.</p>\n\n\n\n<p>Our core product, as is baked into our name is, nonpartisan, non-advocacy research. So these authoritative, data-driven reports, they’re big things, they’re multi chapter, and those are still really in many ways, one of our core products, but we also do shorter but equally rigorous and authoritative data-rich blog posts and things like that.</p>\n\n\n\n<p>But the digital team here also, in addition to doing all of the regular day-to-day publishing, we’ll publish in a given year maybe 40 or 50 data-driven features based on center research. And they run the gamut from D3 visualizations to interactive maps, data lookup tools, essays, and quizzes. And I don’t want to overlook the fact that we’ll publish about 2,500 static charts in a given year and it’s really an important part of how we get our information out there. So shout out to our design team, I think they’re the best in the business and I think they do great stuff. So it just doesn’t have to be interactive to be important to us.</p>\n\n\n\n<p>I think in general, one of our real special sauce for these features that we do is, allowing users to see themselves in our data. So Anne mentioned some of our quizzes and things like that. That’s really in terms of broad reach, we know that for the public, that’s what they want to see. So that’s it.</p>\n\n\n\n<p>So, like I said, we are really similar to a news organization and we’re involved in a lot of the same communities as news orgs, Online News Association, NYCAR, the News Product Alliance, those are sort of the people we hang out with.</p>\n\n\n\n<p>In addition to being a pointing head and middle manager, I’m really a product guy at heart so I really do spend a lot of time in WordPress. So that’s my story.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Well, thank you, Michael. I had no idea about the full scope of the Pew Research Center. I only have been an avid reader of the internet research since the early 90s, I think because that was the one research where you knew who’s online and who’s online where, and especially then with the advent of user-generated content, social media, it was really nice. Yeah. It was the one authority about internet usage, especially in America. So I’m really happy that I know now more about it. So Seth, what do you do at Pew Research Center?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Well, I am the lead developer. So when I started at Pew, there were a few developers, but there wasn’t a defined dev team and there wasn’t modern dev team practices. So a lot of the challenge was getting that spun up in the first couple of years.</p>\n\n\n\n<p>Now, we have three other developers beside myself. We have two developers that focus on these digital features that Michael alluded to maps, interactives, we call them scrolly teleinteractives. You scroll through and different things happen. Then another developer and myself, we manage the majority of the WordPress app and especially now, the Gutenberg infrastructure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I just want to go through the chat. Hi to Washington DC. Heimlich is here. No. Nice, wonderful. Bud is here. Hi Bud. Henrietta, Matt and well, yeah, Ann is online the chat and thank you for greeting everybody.</p>\n\n\n\n<p>So the Genesis of this live Q&A is actually that I, around the Web 6.0 release, Seth tweeted the following, “For all its naysayers, Gutenberg is a gamechanger for digital and news apps. It’s a force multiplier for your team and we’ve spent about the last three years going all-in, in block development.” Then in the thread, you shared quite a few videos of examples and it was really interesting. I jumped at it and DMed you if you and your team come on the show. So what is it that you’re going to show us today?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure. So I have a couple of examples from that kind of thread. I think we’ll dive in and I’ll show you how we can build out homepages, that’s one thing, how we are using Gutenberg in a quasi full-site editing method to edit taxonomy archive pages, as well as a couple examples of how we build out digital features like quizzes, like charts and interactives now, some of these scrolly tele things I’ve told you about.</p>\n\n\n\n<p>We also have this other concept of a quote sorter, where we get quotes from the public and we sort them into different groups and things so you can browse that information. We’ve just created the ability for this, and it’s not launched yet, to build those out in Gutenberg. So let me share my screen here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that would be lovely. Well to the audience, if you have questions, just put it in the chat and after the demo, well, Anne and I get the privilege of first questions and then we’ll go through your questions and have Seth and Michael answer them.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Go ahead, Seth.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: So the first thing that you see when you hit pewresearch.org is this page here. In the past, this might have been something built out with God knows how many short codes, if that was even possible at all. So now, and I’ll just kind of, I have a couple tabs lined up here, now, it’s very simple for an editor to come in and build out a homepage, especially with things like block patterns. We’ve established some of these basic sections of the homepage that you can just drag and drop in.</p>\n\n\n\n<p>So let’s see, I’ll just throw one together real quick and maybe we’ll do that. So the first block that we built in our journey on Gutenberg was what we call story item block. It’s definitely our most used block. It’s our most custom, the most developed out block. With it, you can just drop in a story and we have a couple of different variations. We’re using block variations throughout our block library for quick shortcuts to…</p>\n\n\n\n<p><em>Anne McCarthy</em>: It’s so cool you’re using variations for this, I just have to say. I’m like… I’m already seeing the pieces and like this is amazing.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah. And using WordPress REST API and all of the WordPress components to build these things out. So let me just type in a post. I’m running this on my local dev so it will be a little bit slower. An editor can just search for a post or they can drop in either a live link or another feature that they requested, which I think has come in handy is the edit URL for like an article that’s not been published yet, so we can go try to grab some information about that.</p>\n\n\n\n<p>Then once in here, this block is using block context as well. We have found block context to be extremely important to our efforts, to guide producers into how things should be set up and set restrictions on how things should work. So for example, we have our own grid block as well. If I were redoing it today, I probably would stick with the core column blocks, but this was years ago and there were some features and stuff and we didn’t know how to tap into core blocks the way we do now. So we just went through and made our own grid block.</p>\n\n\n\n<p>The column block passes down through block context, the width of the column so that, for example, a story item block, when you’re choosing the image position can say, “Oh, you can’t do left or right position because this column is not large enough.” So this is great because this makes sure that, once again, I go back to shortcuts because this is how it used to be. With shortcuts, you really could place those restrictions on the interface that maybe had to happen on the back end and an editor would go and drop in a short code and they will, “This doesn’t look the way I wanted it to look. I didn’t know about these restrictions.”</p>\n\n\n\n<p>So now an editor can come in here and do all this visually. They could set an image size, enable different features, like bulleted items underneath here. They can include links in here, whatever.</p>\n\n\n\n<p>Then we are also using the query block. This is one of our more recent core block modifications. I’ll actually get rid of this to show you how that works. So you can drop in a query block and we are registering through the block API, our own variation here. We’ve got all the basic query block things, but we’ve added our own thing, which will drop in the default settings for the story item block.</p>\n\n\n\n<p>This, I think also alludes to what I was describing in that thread of our block first approach. Everything is a block in the site, or at least everything’s moving in that direction, to be a block in the site. To give you an idea of what that looks like, lets just save this real quick.</p>\n\n\n\n<p>Another important thing and probably the most important thing about Gutenberg is the fact that what you build here, hopefully is how it’s going to look on the front end. We’re still dealing with some typography stuff. I think when we go in all-in a full-site editing, that’ll be more one-to-one. But now if I come over to our new homepage… Come on. What I’ve built out here is exactly as you’re going to see it on the front so there should be no mistakes, there should be no, this doesn’t look how I thought it was going to look like, all that stuff is visible in the back end.</p>\n\n\n\n<p>On the front end here, in the query block, obviously, I’m sure most people aren’t aware the nuts and bolts on how the query block works, but on the back end, obviously there’s a block called post template block and that is rendering out your blocks using PHP on the backend. This is a story in a block, basically being rendered out in PHP on the backend. These aren’t actually static blocks. These are dynamic. So the query block gets the information. It says, “There’s a post type we want a query,” then it outputs all that using the story item block as a template. So that’s homepages.</p>\n\n\n\n<p>I think the other thing I wanted to dive into was the taxonomy pages. Where do I have that? So this is an example of a taxonomy page for us, our most important taxonomy topic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sorry, but so what I’m hearing is, that you are actually way ahead of the Gutenberg team. You have build query blocks and templates all before it actually went to the plugin.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: We did build out our own query block originally, because when we first started looking at doing query blocks in places, the query block did not have taxonomy support, or at least very, very minimal taxonomy support. That’s since changed so we have now moved over to the core query block, but there were a lot of cases where we had to build out stuff before it was ready in Gutenberg, and then come back later and figure out if we were going to use the core block that Gutenberg had built out. In the most cases we do, we do end up going with whatever the core block is.</p>\n\n\n\n<p>So this is, I think, our best example of our approach to full-site editing before we got full-site editing. So this is your standard taxonomy archive page, but we have two positions, one we call menu and the other we’re called top. Actually, we have another one at the bottom called bottom. These link up to a post type that we’re calling taxonomy block area, which is not super creative, but it describes what it does. There’s a taxonomy for that for location, menu, top, bottom. So you can go into here and you can say, edit the menu, edit the top, whatever and just like on the homepage, you can build out these featured content areas in Gutenberg using whatever block you want, in this case story item. We also have a promo block we built out on our own MailChimp block and that’s what you get.</p>\n\n\n\n<p><em>Michael Piccorossi:</em> Yeah. </p>\n\n\n\n<p><em>Seth Rubenstein</em>: Then… Yeah, go ahead.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: I just wanted to add, yes. So last summer we launched a site redesign with a whole new information architecture and a multi-level content taxonomy. As Seth pointed out, these topic pages were really the central component of that entire redesign. Being able to manage these in the ways that he’s discussing has really been transformational for us. One of the things I like is, you can create one of these topic blocks and assign it to multiple pages if they’re the same. We can also create these pages in a very short period of time, literally in minutes. Usually, it’s more the editorial decisions that take longer than any of the actual production stuff.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: So yeah. Yeah. The other nice thing is that you can schedule these, because we are ostensibly, a news site. We, I think we, Mike alluded to, like to think of ourselves as being a resource for the news rather than being an actual news service, but we post things that are on the topics of the day and so we can change these. We can schedule changes out. We can schedule tomorrow’s homepage, we can schedule next week’s big release of some report we have, we can schedule the topic page changes that’ll happen for that, because this is just a post-type. So we just create a new post, slot it into this topic in the top location and schedule it for next Wednesday to publish at 10:00 AM. This will change at 10:00 AM. So that’s also, I think been a really great feature and that of course applies to homepages and any of these full-site editing things that we’re doing.</p>\n\n\n\n<p>Then the other thing is that we… This is one of the things that we’re going to have to struggle with in the next couple months is, we also built out our own navigation block. When I say we built out, we forked the early efforts of the Gutenberg team’s navigation block and we went a little bit further with how we needed it to work. So a lot of that change was making these different menu links that would point to topic pages specifically, and stuff like this and the ability to have a sub menu and that would follow our CSS and stuff like that. So that’s taxonomy pages, that’s full-site editing.</p>\n\n\n\n<p>The other thing I wanted to show was quizzes. We might not have enough time to show us some of these other interactive, but the quizzes stuff, this we launched last fall in order to support what is by far, our most popular product. I mean, it blows our analytics out of the water every year. That is our political typology quiz. It’s definitely one of our complex interactives too. If you haven’t taken this, you should, it’s pretty fun. People will enjoy it.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I’ve taken this with friends, like at a bar years ago. We’re like, “Let’s all take the quiz and we can talk about it.” Yes. This is really fun.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: And we have a group feature too. So if you sign up for an account on our website, you get a little login and you can go create your own little community group. So you can say, here’s how this group of people is responding to this, which is fun. So here’s what it looks like. Go through, ask questions, to answer them, et cetera, et cetera, et cetera.</p>\n\n\n\n<p>Before, we were using Gravity Forms for this. Before that, there was a completely homegrown system. That was, we were finding, kind of taking down the site under load. So we switched to Gravity Forms pretty quickly when I started just to get things stable. We could have stayed there, right? We could have kept iterating on that Gravity Forms built system that we had, but we want everything to be a block, we want everything to be under Gutenberg. So we built our quiz builder in Gutenberg.</p>\n\n\n\n<p>To give you an idea of how that works, this is a framework that we’ve played around with, to great success. I’m just calling it the controller block paradigm. So here we have one parent level block, the controller. All it does is, it stores some attributes. It doesn’t really do anything, at least on the back end here and it’s just a way for us to contain inside blocks or inner blocks.</p>\n\n\n\n<p>Then within that, we have a pages block that controls the pages and a results block that controls the results. Then in each of these, you can insert any of the core blocks, headings, images, whatever, but we also have a question block and then an answer block. As you go through here, you just type out what the answer is or what the question is. You can set an image, question type, all these sort things. This is way more visual than we had, and what you build out here is what you see.</p>\n\n\n\n<p>I have a smaller example that I can show you a little bit more of what’s going on in the back end. For example, this quiz. This is a pretty simple quiz for us. This is what we call it knowledge quiz, as opposed to typology quiz, meaning there are correct answers here. So as you go through, you just click the little smiley face to determine that’s the correct answer, not correct answer. But then when we get down to the bottom here, I think this is the most exciting part, or the best example of block context, is, the results block. So here, an editor can drop in all the different things that you might see in a results page, “You scored X out of whatever, share your score.” You can build out some horizontal bar chart blocks that we’ve built out, all this sort of stuff.</p>\n\n\n\n<p>Then we have a general response table block. Let me just run through this quiz real quick and show you how that works. So when you hit the quiz, at first, what we do is, on the back end in PHP, we’re pulling out all of the question and the answer blocks and we’re formatting it out so that you get the correct layout. None of these are going to be right. I’m going to get a terrible score, but just click through some of these.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: We’re not here to judge.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: No. Might have missed one. That’s okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You won’t be graded.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Okay. So then you submit your quiz. When you submit the quiz, we store your results as an archetype rather than each individual entry. So we say, “Here’s all the possible combinations of answers. Here’s what you gave. Let’s store that.” That way, the next person that gives that possible combination of answers, we’re not duplicating database space for no reason. We just store that archetype of answers.</p>\n\n\n\n<p>When you hit the quiz page again, with URL rewrite here for this archetype query bar, we go to the database, we grab that. Then through block context, we pass that through the controller block as your score. So that means that all of the blocks put in the results block, grab that context from the controller block, what the score is, and they can change accordingly. Maybe the bar chart changes to match what your score is. This thing changes to whatever your score is. Then of course the table response goes through and it gets the database entry and returns all this stuff through block context to the table block.</p>\n\n\n\n<p>So that was really exciting for us. That proved out the concept that we could do interactive things. We could build out little mini web apps, basically, for users and they could interact with them and we could construct a data model around that. So that’s our quizzes. What else do I have for you?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Those are pretty neat, yeah.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Chart builder. This is definitely one of the more exciting things we’ve been working on lately. We launched this in the spring and it’s a twofold project for us. One there’s the backend charting library and then there is the WordPress plugin part of it.</p>\n\n\n\n<p>Let me get this load again. As I mentioned, we have three developers on our team. One other developer is working with me on all this stuff. This is from one of our other developers, Ben Wormald. He spearheaded this project and it came out just fantastic. Not only did we gain the ability for editors to come in and make charts, but using the Gutenberg PHP API, we are using this in a more static database, which I’ll show you in a moment, to generate charts for that. So it provides us one endpoint for accessing charts and creating charts.</p>\n\n\n\n<p>So it starts off with a table. This one has a lot of data, just an example I threw together. We’re using block transforms here, so we can target the table block and say-</p>\n\n\n\n<p><em>Anne McCarthy</em>: You are using everything, you have the you have the transforms, you have-</p>\n\n\n\n<p>Seth Rubenstein: We’re using the whole kitchen sink. Yes.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah, it’s amazing. This is really, really cool.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: So you can start off with the chart builder block and that’ll have a table in there and you can fill that information, or you can just start out with a table and convert that to a chart. So I’ll do that now.</p>\n\n\n\n<p>So once again, the concept here is, you have a controller block, the builder controller, you have your table for your data. Then if we come down to the bottom here, you’ve got your chart. As you edit data, let me just see if I can change this, you’ll see that this stuff updates in real time, which is fantastic.</p>\n\n\n\n<p>Then in the chart itself… Oops, I think this data’s not formatted for that, you can customize pretty much all the visual aspects, spacing, what type of chart it is, colors, et cetera, et cetera. Let me let this load again one more time.</p>\n\n\n\n<p><em>Anne McCarthy</em>: So fond of live demos.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Isn’t it? Isn’t it great.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I was doing some the other day where I was like, “Let me make this really dramatic,” and then it broke and I was like, “Got it. Okay, cool. I found the edge.”</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Seth, this is independent of whatever charting library you want to use, correct?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: That’s correct. Yeah. I spoke about this in the thread that I posted to Twitter. Some people were asking questions about it. And that we do intend to open source the block at some point so you’ll gain the ability to convert tables to charts and then pick all your different settings that you might have, but it will be up to you to create the middleware to link that to your own charting library. We won’t be open sourcing our charting library.</p>\n\n\n\n<p>So let me just see. I mean, we have a lot of options here. I’m not going to go through all of these. Let me just tweak some of the visual stuff for better effect. So you can tweak this however you want. We’re also using the resizing component so that you could do that visually in real time if you’d like. You can go in and give this title, test charts or a subtitle, whatever you want. So best chart builder, there’s a lot more complex things you can do with it. This is a very simple chart. To give you an idea of once again, our whole block process, let me just go to this page real quick.</p>\n\n\n\n<p>This is a database that we run. It’s very exhaustive, called the religious landscape study. It has a lot of information about all the various religious groups in the United States, populations, things like this. In those, we have a lot of charts. Maps are not part of it yet, but all of these charts, all the bar charts, pie charts, and things like that, you might see that in this product are actually rendering out a block via PHP. So this is just the chart builder block being manually rendered through PHP on the back end. That way, any updates we make to chart builder for editors also get applied here to this product.</p>\n\n\n\n<p>I think that’s another important part to make about Gutenberg is that it’s not just in the Gutenberg editor, anything you make there, any block you make there you can also do in PHP. I think that’s important for maybe the PHP-only developers in the WordPress community to know is that, this doesn’t have to be just a JavaScript-only thing. You can utilize this using PHP as well. So that’s chart builder.</p>\n\n\n\n<p>I think that’s all the demos I have for right now. I do have a repo I was going to share of some of the modifications that we’ve done to core blocks. So like I walk through those real quick. Let me just pull open a post, because I think that’s probably the best example of this.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: I would just one add one thing on chart builder. Since we do so many charts, it’s unlikely that we’re going to do all of our charts using chart builder, but for really custom-lead charts, or these data-driven acts like Seth just showed it, it’s really fantastic and we’d like to be able to use more of it when it’s appropriate for the content.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah. No not every chart will be this, so it’s right. Yeah. Sometimes it’s just the fidelity that you go with a static chart that we just can’t achieve. I don’t know that we’d ever be able to achieve in Wizzy Wig drag-and-drop builder.</p>\n\n\n\n<p>So this is an example of a post for us. Once again, what you see here is what you get. This is another block that we built out, the collapsible block. We use these at the top of all of our posts. What else was I going to show about that? Let this load.</p>\n\n\n\n<p>One of the other things that we had to build out with Gutenberg, one of the other things that Gutenberg gives you is, I think a great UI library that we’ve never really had in WordPress, with WordPress components and with inspector controls and advanced panels and stuff like this.</p>\n\n\n\n<p>So another part of our Gutenberg journey was not just the blocks, but how are we going to utilize this editor to its fullest extent for our publishing platform? Part of that is, we’ve built out some controls for the stuff that you might see here in the sidebar. So the report PDF, top line promo, you can change these things around, you can drag and drop them just in a more visual way than you were able to before.</p>\n\n\n\n<p>In the past, we used advanced custom fields for all this stuff, and that was great and all, but once again, there was only so much you could do to customize how that looked, how it worked. It had to fit in that ACF framework, but here, we’re given all those tools by Gutenberg through components to build out exactly what we want.</p>\n\n\n\n<p>One of the things here is, this is a block. The table contents is a block that’s being rendered out in PHP on the back end. What that also means is, that if you build out an essay or something and you want to throw a table of contents in, you can. You can just throw the table of contents block in the editor. But one of the core customizations that we had to do, we’ve done a number, is, add support to the heading block to support our table of contents block. So when you’re going through here, let’s go to… Well, actually this is using an older version of that block, not a good example, but I’ll change it out.</p>\n\n\n\n<p>When you’re going through here, you can type in a heading block, right? Just, and we’ve added a little icon. Not much is going on here. We’ve added one attribute called is chapter, and then we’ve added an icon to toggle that on or off. So I’m going to toggle that on. Then this might freak out because of the variety of blocks from this older post and it didn’t show up, but each of these is one of our older blocks called the chapter block, another thing we had to build out before we could figure out how we were going to book into core blocks.</p>\n\n\n\n<p>The way that works is… This is a high level, I’ll share this link in the chat so people can take a look at these examples. I’ve got two examples here. One is how we’ve added chapter support to headings and how we’ve added an alternate mobile background for the cover block. So that when you’re on mobile, maybe you get a different sized image for your cover block than you might get on desktop.</p>\n\n\n\n<p>So the heading block is comprised of two things obviously. One is using the PHP API that Gutenberg affords is adding an attribute in. It can be very easy to do. You can just use the block type metadata filter to change a lot of things, but specifically you can splice in new attributes in this case this chapter, which is just a bullion yes or no. Then you can affect the rendering of it using the render block filter. We’re doing this in a lot of places with the core blocks. We say if you do have the chapter attribute and it’s true, then we just add a little data attribute to the H element. So that’s a very simple example. People can take a look at this and use this.</p>\n\n\n\n<p>Another part of that obviously is the actual little toolbar icon itself. Once again, this is pretty simple too, using the filters, the JavaScript filters in Gutenberg. So you intercept the editing block. You say, Hey, if this isn’t the heading block, just give what was already there. Otherwise, we put in a little toolbar button and click it. Sets the attribute or unsets it. Then also have a variation which I alluded to. We use variations a lot as shortcuts. So you could just type in slash chapter if you wanted to and that would insert a heading with the chapter already selected. So it’s pretty easy to actually take a core block and give it completely new functionality that it didn’t have before, which I think is great. We’re trying to get more of our stuff into using core blocks.</p>\n\n\n\n<p>I don’t have any examples of this, but probably our most modified core block is the group block. We’ve added the ability to make it sticky, so that a group will stick to the top of the pages you scroll. We’ve added the ability to set a responsive threshold. When you reach set threshold, then it will move itself to this div or this idea or something that so that editors can change things around the page based on whether you’re on mobile or not.</p>\n\n\n\n<p>The other example is, in the cover block, we are adding another media field, or actually I guess, more of an ID field so that you can associate an image ID so that when you go to mobile, the cover block, we use a different version of the image. Same thing here. Intercept the block edit. You say, if you’re not the cover, just go ahead and return to what you’re doing.</p>\n\n\n\n<p>Otherwise, we have a little panel that we insert into the editor and a component that we’ve written. It’s a riff on a variety of different things in core for a drop zone for media. That’s also in this example if people want to use it. On the back end, it’s pretty simple here too. We’re using jetpack_is_mobile to detect if someone’s on mobile. If so, we get the image ID and splice it in, replace the image with that. So these are pretty easy, simple core block customizations, but I think if people dive in here, they might get a feel for what is possible for taking core blocks and making your own block library out of that basically.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Thanks so much for putting that in GitHub too.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah, no problem. No problem.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah. That’s awesome.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: But also just one last thing, this is a story in a block being rendered out in PHP. This is actually one of those full-site editing template block areas I told you about before. So we’re going to have something at the end of our sidebar. We have a little block area there that people can go into Gutenberg and drop this stuff out. Michael manages this most popular list using every usable block so that I can show up on the homepage or the sidebar anywhere else and we added it in one place and it edits everywhere. Yeah. So I think that’s all of my demos today.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Yeah. We use reusable blocks in a couple of different contexts so, there’s </p>\n\n\n\n<p><em>Seth Rubenstein</em>: Mm-hmm. Oh yeah. We use them at the end of posts as well for various promos, newsletter signups, this sort of things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: This was an awesome demonstration. Thank you so much. I’m totally thrilled that you brought some code examples that we can share with the developers that are watching and also maybe come back to in the recorded version and want to follow up on, on some of the things.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure. No problem. Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So what are our first questions here?</p>\n\n\n\n<p><em>Anne McCarthy</em>: I’ll just say I’m itching to ask a bunch of questions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Go ahead.</p>\n\n\n\n<p><em>Anne McCarthy</em>: Yeah. Can I jump in?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, absolutely.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I want to just drop this GitHub issue in that I think will be of interest. This is like hyper practical, but just around allowing usage of block-based template parts without actually accessing the whole template. A lot of what you’re describing with the taxonomy pages fuels very similar to that, where you can create template areas and then have access to just edit those. So that’s something I really look forward to and I see as a huge way… I’ve heard from a lot of different page agencies and organizations that’s what they’d love to have access to. It’s like we can define a template area and just allow people to edit that, that would be huge rather than opening up the whole gamut.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah.</p>\n\n\n\n<p><em>Anne McCarthy</em>: So I wanted to put that out there. And I definitely think you could have some really cool insights in helping shape this going forward so I want to encourage, be like, bring all your insights and all your experience of maybe what has tripped up users or what features you’d want to see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, absolutely.</p>\n\n\n\n<p><em>Anne McCarthy</em>: … all that good stuff. Yeah. I’d love to go back to the original, why WordPress? Was it part of wanting to rely on the open web? Was it what made you want to adopt Gutenberg? Is that also related to data consistency over time and not in the migrate stuff? I’m very curious with all the work that you do and the value brand.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure. I think I could touch on the why Gutenberg stuff real quick and I think maybe Michael can touch on the why word WordPress stuff. I’m sure that the audience here knows why WordPress. It’s, we’re all fans of it, but at the why Gutenberg front, I think that it was just kind of, I don’t know, kismet that we were looking to redo these topic pages. We were looking to make all these big editorial changes to the site and the question was, how are we going to manage all this? How are people going to slot in these different stories to these templates and so on and so forth? I think I had gone to a word camp for publishers in Chicago-</p>\n\n\n\n<p><em>Anne McCarthy</em>: Oh yeah.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: … a couple years back, and I really didn’t know much about Gutenberg. I knew it was coming and I really hadn’t tried it out. I think I was resistant to it. I think a lot of WordPress devs were and part of the reason I made the thread is, because I think some people still are, because it really is a complete sea change for WordPress. I’m a self-taught WordPress developer and I’m only a self-taught WordPress developer because when I started in WordPress, there were frameworks, there were guidelines, coding standards, there was the WordPress way to do things so that made it easy to get in.</p>\n\n\n\n<p>Now, we’re dealing with something entirely new and a completely new paradigm with blocks. So the guidelines aren’t there yet, the frameworks aren’t there yet, the Gutenberg way isn’t really well defined yet. I’m hoping that what we show here and what we give back to the community in the next couple of months as we open source more of this stuff and review more code is, we can help shape what is the Gutenberg way of doing things. </p>\n\n\n\n<p><em>Michael Piccorossi:</em> Yeah, and if-</p>\n\n\n\n<p><em>Seth Rubenstein</em>: … yeah, it was just fortuitous that we stumbled upon it at the right time.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Yeah. Going back to the earlier times, as I mentioned, when I got here, we were running every different type of CMS except for WordPress. And actually Russell and I at the time, did an analysis. And kudos to Russell too, because he really sort of pushed me in this direction, but it was open web, was part of it. We liked the open source ethos. We liked the fact that we weren’t getting charged a per user license or anything like that. So, a lot of it was commitment to opensource and it really was I think a really smart decision for us and it got us into the WordPress ecosystem. Then when Russell moved on and I was looking for a new developer, the community was really strong and we were able to find Seth and it just has always been a really good, a good fit for us.</p>\n\n\n\n<p>One thing on the Gutenberg thing, I think Seth has been really great about, we don’t try to swallow the ocean at one time. As you pointed out, we dealt with the topic pages first and we roll out one little component of this thing to this one little portion of our site. As he mentioned, we’re about to bring a medium blog in-house and I think that’s going to be the first time we take our next big step with this full-site editing. So, really doing it incrementally is, I think, a really smart product ethos for us so that’s how it’s worked great for us.</p>\n\n\n\n<p><em>Anne McCarthy</em>: That’s really neat. It’s amazing to hear about both historically and just at the right time and working for publishers, folks should definitely check them out. I think two years ago went and talked to them about full siting, in the early, early, early days. So it’s neat to hear them mentioned as a way in.</p>\n\n\n\n<p>I’m curious too, because I know some folks have, I was talking to someone else this week who’s from Agencyland and how much the workflow has changed as people have adopted Gutenberg. I’m curious if that is the case with editors or people you’re working with, or it’s both a technology change and a workflow change. That’s the piece that I think often gets overlooked as people just talk about the technological change and mean to do things like learn JavaScript deeply or dig into blocks. But then I think there’s also a very real organizational way of how do you train people up in this new way or potentially have design look at things after the fact or before, and switching around the workflow. So I’d be curious to know what that’s been like.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: I was… Do you mind?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Go ahead definitely.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: One thing, I actually think to be candid, I think that’s an area we’re making sure that everybody’s on the same page, it’s an area where we’re always striving to do better. There is this tension between innovation and making sure that your editors understand what’s going on. I’m sure they would probably plus one on this. So I would say that it’s not something that we’ve really solved the problem. I think it’s common in most organizations like, so I think-</p>\n\n\n\n<p><em>Anne McCarthy</em>: You’re definitely not alone there.</p>\n\n\n\n<p><em>Michael Piccorossi</em>: Yeah. I think it’s one thing I think we’re aspire to is doing a better job at making sure that everybody’s up to speed as we roll stuff out, but I think we do what we can. So Seth, do you want to add to that or?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: I think that that is still a struggle for us, for anyone. I was listening to a Gutenberg podcast, it might have been Gutenberg Changelog or something like that a while back. There was some guest on. I think he’s the head of Florida’s state’s web properties or something. He had mentioned that what they did when they brought on Gutenberg was, they recorded a bunch of videos and snuck it into the help menu. I thought that was really clever. That’s something that we’re going to look to do by the end of the year, too.</p>\n\n\n\n<p>It has been a struggle to get people to understand Gutenberg and not just the editor interface, but the concept of blocks and inner blocks and how they’ll nest together and stuff like that. We have a lot of blocks and we’ve tried a bunch of different ideas as far as interface and how you interact with these things. I think we’re finally settling on a good practice. We try to keep things in the block toolbar if you need them a lot, otherwise we hide them away in panels. There’s a fine line of when to use a block style, when should that just be a toggle on an attribute or something. That stuff’s hard to figure out and I don’t know that anyone has the right answer yet, but we’re trying.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So we have one question from Matt Redford and I think it touches on that. “How do you find content editors with reusable blocks? When I’ve exposed them,” he writes, “to users before the idea that it was a global element they were inserting and changing rather than something they thought they would be duplicating, caused issues.”</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah. It has caused issues. We had… I think there’s a lot of confusion about the difference between a reusable block and a block pattern. I know there’s a ticket. It’s been pretty active the last couple days, actually on-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Actually yeah.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: … exploring the interface for that. I think it looks like it’s heading in the right direction to me. I’m pretty excited to see if this makes it into the plugin soon, but it’s been a problem because someone will drop in a reusable block thinking that this is like a template, a block template, and they’ll edit something. Maybe that something was a post ID attribute that told that block specific information about that post and now, every single post that was using that block is referencing that one thing. That has been a problem for us. So getting people to use block patterns I think has been harder to do. People instinctively go to the reusable blocks. I’m not sure why. Maybe it’s a little bit easier to surface, but it has been a problem.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It was also the first concept for two, for almost three years before pattern.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Oh, right, right. We didn’t have patterns. Yeah, exactly.</p>\n\n\n\n<p><em>Michael Piccorossi:</em> Yeah. I think it’s a UX issue right on the admin side and communicating to the end user what you’re… Yeah. I agree with Seth. It’s something where we haven’t really looked and so, and yeah.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I’ll note… Oh, sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Go ahead.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I was going to say, one of the things that I’m really looking forward to tied to this is, block locking and adding the ability to disable editing and block locking specifically for the reusable block. This was actually looked into for 6.0 and did not make the cut, but it is something that is on the line because this is something that has come up a lot in the community is, the reasonable block, being able to edit in a way that is more intuitive.</p>\n\n\n\n<p>This is also where I think I saw you all using some block locking whenever you’re going through the demos, which is very neat. So I’m excited to see that system expand, but we have to make it intuitive for editors too. So if you limit options, it needs to make sense. I liked how you were doing that, where some of the options with the custom blocks that you have going already pick different headers and different image sizes. There’s a lot of interesting work being done there.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah. We’re using block locking in some situations. We’re also… I have found, it’s useful if you’re making a custom block that has a lot of inner blocks is, you can set the template, lock that, but unlock maybe some of the inner blocks that you want people to edit. I think that’s worked out pretty well actually to funnel people into how you want people to use this block. They click and say, “Oh, I can’t change that,” you know?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There’s something that… Just with the 13.7 version of Gutenberg plugin, you can now with one toggle actually lock all the inner blocks as well. So you don’t have to go from block to block to block, but I’m now thinking about reversing a test for that to say, “Okay, what happens if I want to edit just one block? What do I have to do?” and if that block works. It’s kind of the QA person in me, that is saying, let’s see if we can go back to the original idea.</p>\n\n\n\n<p>So, but I wanted to go back to two things. Well, it’s actually one thing. So there is this whole 10 years big, great plugins that helped out a lot of people, millions of developers. One is Gravity Forms and the other one is ACF, advanced custom fields. You said you were using them, but then moved away from it. Can you dive in that a little bit more?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Sure. No shade to those plugs. I mean, Gravity Forms is phenomenal as is Advanced Custom Fields. I mean, I don’t know where we would’ve been without ACF years ago, honestly, because I think the broader, Hey, WordPress needs a field’s API stuff, stuttered out after a while and there really no movement happened there because Gutenberg was coming and ACF was great. So mad props to Eliot Condon and I guess Delicious Brains now owns them. I don’t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: They’re sold to WP Engine now.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Oh, okay. Wow. Yeah. So we stuck with ACF for a while into our Gutenberg transition. I think we have a few locations where it’s still being used, taxonomy term, edit page, we’re still using ACF for some fields there, but it just made sense that for all of the stuff that was in the editor screen when you’re actually editing a post or something, to go all-in on Gutenberg. That’s the whole point of what we’re doing. We are going all-in on Gutenberg.</p>\n\n\n\n<p>We have this UI library with WordPress components and it felt like a shame not to use it. So almost all the stuff that originally was in ACF report materials, I showed you that in the block side bar, table of contents, child posts… We do a lot of reports, so we have one post and we’ll associate other posts as a child of that so they appear in the information architecture correctly. That’s now all happening using WordPress components and REST API and stuff like that.</p>\n\n\n\n<p>So, there was no reason not to use ACF. There was no reason not to use Gravity Forms. It was just a matter of long term, we have to maintain these things. Everything you have to maintain, and it’s better, I think if we’re all-in on Gutenberg and the concept of blocks, to handle all that stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you. So with ACF, moving away from just kind of thinking about, you would need to build a block about that. Then with the block, came the interfaces, well, the inspector control on the right hand side of the side bar?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Mm-hmm. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. All right. Do we have any more questions from the audience? And do you have more questions?</p>\n\n\n\n<p><em>Anne McCarthy</em>: I mean, I feel like I always have more questions. I’m curious, what’s your wish? It looks like-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we’ve got another two minutes.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I know. Sure. It’s like, do you have anything that’s on your mind where maybe it’s really out there, but either current pain points or wishlist items far into the future? I’d be curious.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: I think a lot of them center around full-site editing and I haven’t gone deep into full site editing yet. That’s happening next month. As Michael said, we have a new sub-site we’re launching, so that we’re going to use that as an opportunity to learn about block themes and full-site editing.</p>\n\n\n\n<p>I think if there’s one wish that I would have it is, that on the PHP side of things, of core blocks, there were more filters. The query block is a good example of this. You have to intercept the whole thing. If you want to modify it, you have to intercept the whole post template block and the WP query there, which we are doing unfortunately. I would love it if you could just tap into the query arguments before they’re sent to WP query in the query loop block and modify things. So I think probably even more PHP APIs and more endpoints that we can access through PHP would be my top wish list. I think on the JavaScript side thing, I mean, whatever you want to change is there, it’s pretty easy to do. That’s probably my biggest thing.</p>\n\n\n\n<p><em>Anne McCarthy</em>: I dropped in an issue if you want to. I think it’s related to what you’re talking about, because this is also… I’ve heard from a lot of agency folks that they tend to hack apart the query block and extend it for their own purposes. So it’d be neat to gather what those main requests are, see what’s going on and see what can evolve from there, what’s missing. So that’s a great one. It’s a good call out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So there is JavaScript is one change coming. I don’t know if it will really affect you, but it is on the components. They are all now refactored with TypeScript and I think it’s a big project.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah, it is.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So to increase the developer experience because TypeScript, then your IDE taps into that and helps you with the types of the parameters and everything. So, yeah, I just wanted to tell you, this is coming.</p>\n\n\n\n<p><em>Seth Rubenstein</em>: That’ll be great. We use, many years ago now, we settled on Semantic UI as a way to bootstrap our theme redevelopment efforts. We were standardizing everything under one parent theme and we went with Semantic QI. They have a great react set of components. I actually think Microsoft hired the guy who made that to lead their TypeScript team, because they’re so good. So yeah, getting all those hints and stuff while you’re typing out those components is great so I look forward to that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Okay. So I think that’s all the time we had. It has been very, very interesting and totally inspiring to think a little bit beyond what normal websites do, especially in the news side. So at this point, I only have two more questions to all three of you. So are there any announcements that you have and couldn’t get into, because we were talking other things? The other thing is, when people want to get in touch with you, how could they? What’s the best way? Michael, did you want to start?</p>\n\n\n\n<p><em>Michael Piccorossi</em>: I would just say I don’t really have any announcements, but if you want to get in touch with me, you can email me <a href="mailto:mpiccorossi@pewresearch.org">mpiccorossi@pewresearch.org</a>. You can hit me up on Twitter. Those are the two ways to do it. If you can figure out how to spell my name from Twitter, then you can M that my last name @pewresearch, you can get to me. So thank you for having us. It’s really been enjoyable.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful, wonderful. Seth?</p>\n\n\n\n<p><em>Seth Rubenstein</em>: Yeah, you can get ahold of me on Twitter, LinkedIn, wherever I have links or might get a profile. If you’re interested in getting in touch with me, that link for that repo is in the chat so you can find that there. And yeah, thank you for having us. It’s great to show what we’ve built. We’re very proud of it. We think we’ve built a pretty rocksolid Gutenberg news publishing system and it’s cool to show it off.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Anne?</p>\n\n\n\n<p><em>Anne McCarthy</em>: I’ll close this off. I’m just going to plug the latest call for testing the cool setting outreach program I have too. So if you’re interested in the staff and whatever stage you were in, whether you’re deep in the customizations and Gutenberg first, like these folks are, or if you’re scared to adopt feedback on all this stuff and what would make it easier is really helpful, there’s a whole outreach program designed to bring that stuff in and I would love to hear about the blockers. So I just want to nudge that.</p>\n\n\n\n<p>Otherwise, I am not really on social media. So LinkedIn, I don’t know if that counts as social media, but I’m on LinkedIn and you can also find me at nomad.blog. There’s a contact form and I welcome people to use it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And for those who are on the WordPress Slack, it’s on the WordPress Slack and my name, Birgit Pauli-Haack, bph on Twitter, on Slack and also <a href="mailto:pauli@gutenbergtimes.com">pauli@gutenbergtimes.com</a>. So I don’t have an announcement either, but just my brain is really full of these great demos. I’m going to watch this probably quite a few times again.</p>\n\n\n\n<p>Speaking about recording, after YouTube is through the rendering, it will be on YouTube, on our Gutenberg Times channel and a big thank you to the viewers and to our panelists. It was fabulous. It’s wonderful to see that. I know there are quite a few developers on the Gutenberg team or around that are going to look for that, especially also digital strategists like Michael, to what is really possible. I think you’re really, really on the forefront on the… I’m not allowed to say that so I’m saying the leading edge of the Gutenberg development. So thank you so much.If you have questions or so, send me to <a href="mailto:pauli@gutenbergtimes.com">pauli@gutenbergtimes.com</a>. Thanks everybody and bye-bye. Let’s get out of here. Thank you. Bye-bye.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Jul 2022 13:18:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WordPress.org blog: WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=13162";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16313:"<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner’s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href="mailto:wpbriefing@wordpress.org">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br />Logo: <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a><br />Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href="https://make.wordpress.org/performance">Performance Team Information</a></li><li><a href="https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/">WordCamp US Contributor Day Table Lead Info</a></li><li><a href="https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/">Call for Testing #15: Category Customization </a></li><li><a href="https://europe.wordcamp.org/2019/contributor-orientation-tool/">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id="more-13162"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I’m going to assume that since you listen to this podcast, you’re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything. </p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43] </p>\n\n\n\n<p>I’m a roadmap sort of person. So I’m going to start by sharing the stages I’ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I’ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration. </p>\n\n\n\n<p>All right, the five stages. So these are they: </p>\n\n\n\n<ol><li><strong>Connecting</strong>. That’s when you’re first learning about the community. You know WordPress exists, but now you’ve just discovered that the community exists. That’s where you are. </li><li>The second phase is <strong>Understanding</strong>. It’s when you are researching the community, like, you know it exists, you think you want to give back, and so you’re trying to figure out where everything is. </li><li>The third phase is what I call <strong>Engaging</strong>. It’s when you’re first interacting, you’ve downloaded the CMS, you have figured out which team you think you’re interested in, and you’re headed to events or meetings or whatever. </li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that’s when you’ve decided that you’re gonna volunteer and you’re gonna take some action. You’re going to like a contributor day or running a release or whatever. I think that’s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that. </li><li>And then phase five, which is the <strong>Leading</strong> phase. That’s when you’re taking responsibility for things getting done. </li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08] </p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they’re really struggling, it’s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it’s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they’re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31] </p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress’s success, but in that leadership area, you’re kind of taking responsibility for 40% of the web or whatever’s going on there. And not a lot of people make it there, and that is completely fine, too. So that’s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It’s almost never intentional, but from what I’ve observed, that’s what makes it really difficult to get started and what makes it difficult to keep going once you’ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it’s guided exploration time. </p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you’ve just learned the community exists, people are talking about it, you don’t know much more. The first step for you is asking yourself what it is you could do. Or if there’s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36] </p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running. </p>\n\n\n\n<p>So once you’ve asked yourself those things, it’s on to phase two, the understanding phase. This is when you’re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit. </p>\n\n\n\n<p>So if you said that you’re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you’re good at working with code PHP or JavaScript, you’re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46] </p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that’s where you’ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that’s your phase two. </p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we’re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it’s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you’ve got a sense for the team that looks right. There are two things that you do next. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34] </p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they’re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you’re there and you’re observing. Folks will welcome you and just kind of give you some concept of what they’re working on. Easy as that. You’ve done your first time meeting attendance. </p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you’re new and you’re just trying to figure out where you are and what you wanna do. </p>\n\n\n\n<p>If you’ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations! </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37] </p>\n\n\n\n<p>Phase four is the phase where you’ve decided you’re brave enough to volunteer – to do some contribution. You’re volunteering your time. That’s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There’s this feeling that you can’t say that you’re gonna do something. That you can’t just assign something to yourself and say that you’re gonna do it. But in open source projects, you always can. You find a task where you’re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it’s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I’m talking things like, ‘I will test that patch that you mentioned in the meeting.’ Or ‘I will review the docs and make sure that they’re up to date with the most recent release.’ Or ‘I can help run meetings for the next release.’</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40] </p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don’t mean leading in the 1950s sort of way, where you have like a corner office and you’re ordering people around. I mean, in the warm, inviting millennial way where you’re leading by inspiring people to do something or you’re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you’re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn’t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn’t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won’t instantly make them a contributor. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46] </p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it’s been a while since you contributed and you’re thinking about returning, or if you’ve been listening to me for a while and you’re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20] </p>\n\n\n\n<p>Let’s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they’re meeting, what they’re aiming to get into the WordPress 6.1 release, and if that’s something that you would like to contribute to. </p>\n\n\n\n<p>The second thing is that there’s a brand new call out for testing. This time it’s focused on templates and retroactively applying them to an entire category of posts. So it’s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today’s podcast, we are looking for table leads for WordCamp US’ contributor day that’s coming up in September. There’s a whole blog post about it, I’ll link to it in the show notes so that you’ll have all the info and can raise your hand if you want. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25] </p>\n\n\n\n<p>And speaking of things that I’ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn’t make any sense to you and you just need something to direct you specifically to potential teams, I’m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Jul 2022 11:05:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 10 Aug 2022 08:23:02 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 10 Aug 2022 08:00:12 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20211220193300";}', 'no'), (137, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1660162983', 'no'), (138, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1660119783', 'no'), (139, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1660162984', 'no'), (140, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\'>The Month in WordPress – July 2022</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\'>WP Briefing: Episode 37: The World of WordPress on World Wide Web Day</a></li></ul></div><div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/serverpress-is-shutting-down\'>WPTavern: ServerPress Is Shutting Down</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-us-2022-publishes-speaker-schedule-livestream-will-be-available\'>WPTavern: WordCamp US 2022 Publishes Speaker Schedule, Livestream Will Be Available</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2022/08/gaiman-on-tumblr/\'>Matt: Gaiman on Tumblr</a></li></ul></div>', 'no'), (141, 'theme_mods_twentytwentytwo', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1660119866;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'yes'), (142, 'current_theme', 'ATV', 'yes'), (143, 'theme_mods_atv', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}}', 'yes'), (144, 'theme_switched', '', 'yes'), (145, 'recently_activated', 'a:0:{}', 'yes'), (146, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1660130676', 'no'), (147, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:5674;}s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4793;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2760;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2635;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:2036;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1882;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1882;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1578;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1547;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1529;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1525;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1509;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1490;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:1389;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1329;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1316;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1257;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1173;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1145;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:1118;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:1023;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:982;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:973;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:944;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:898;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:861;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:849;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:847;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:846;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:839;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:815;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:781;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:775;}s:9:"gutenberg";a:3:{s:4:"name";s:9:"gutenberg";s:4:"slug";s:9:"gutenberg";s:5:"count";i:764;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:763;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:758;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:728;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:726;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:720;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:710;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:699;}s:5:"block";a:3:{s:4:"name";s:5:"block";s:4:"slug";s:5:"block";s:5:"count";i:689;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:675;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:674;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:673;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:666;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:666;}s:9:"elementor";a:3:{s:4:"name";s:9:"elementor";s:4:"slug";s:9:"elementor";s:5:"count";i:660;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:619;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:611;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:605;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:599;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:598;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:586;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:585;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:579;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:576;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:573;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:573;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:566;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:558;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:553;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:538;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:537;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:532;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:530;}s:8:"shipping";a:3:{s:4:"name";s:8:"shipping";s:4:"slug";s:8:"shipping";s:5:"count";i:525;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:523;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:519;}s:14:"contact-form-7";a:3:{s:4:"name";s:14:"contact form 7";s:4:"slug";s:14:"contact-form-7";s:5:"count";i:508;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:507;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:506;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:501;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:500;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:496;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:484;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:466;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:459;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:459;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:451;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:446;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:441;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:434;}s:6:"blocks";a:3:{s:4:"name";s:6:"blocks";s:4:"slug";s:6:"blocks";s:5:"count";i:432;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:426;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:423;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:417;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:414;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:413;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:407;}s:6:"import";a:3:{s:4:"name";s:6:"import";s:4:"slug";s:6:"import";s:5:"count";i:406;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:398;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:398;}s:7:"gateway";a:3:{s:4:"name";s:7:"gateway";s:4:"slug";s:7:"gateway";s:5:"count";i:395;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:394;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:392;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:384;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:381;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:379;}s:5:"cache";a:3:{s:4:"name";s:5:"cache";s:4:"slug";s:5:"cache";s:5:"count";i:377;}}', 'no'), (149, 'acf_version', '5.9.5', 'yes'), (151, '_transient_timeout_acf_plugin_updates', '1660292687', 'no'), (152, '_transient_acf_plugin_updates', 'a:4:{s:7:"plugins";a:1:{s:34:"advanced-custom-fields-pro/acf.php";a:8:{s:4:"slug";s:26:"advanced-custom-fields-pro";s:6:"plugin";s:34:"advanced-custom-fields-pro/acf.php";s:11:"new_version";s:6:"5.12.3";s:3:"url";s:36:"https://www.advancedcustomfields.com";s:6:"tested";s:5:"6.0.1";s:7:"package";s:0:"";s:5:"icons";a:1:{s:7:"default";s:63:"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png";}s:7:"banners";a:2:{s:3:"low";s:77:"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102";s:4:"high";s:78:"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099";}}}s:10:"expiration";i:172800;s:6:"status";i:1;s:7:"checked";a:1:{s:34:"advanced-custom-fields-pro/acf.php";s:5:"5.9.5";}}', 'no'), (155, '_site_transient_timeout_wp_remote_block_patterns_c63075678dd01b32e1ee54eace0ac22e', '1660123505', 'no'), (156, '_site_transient_wp_remote_block_patterns_c63075678dd01b32e1ee54eace0ac22e', 'a:13:{i:0;O:8:"stdClass":7:{s:2:"id";i:184;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:7:"Heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:509:"\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:17:"large text, title";s:16:"wpop_description";s:12:"Heading text";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:1:{i:0;s:12:"core/heading";}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:621:"<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"48px","lineHeight":"1.1"}}} -->\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->";}i:1;O:8:"stdClass":7:{s:2:"id";i:185;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with left-aligned text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2170:"\n<div class="wp-block-cover alignfull has-background-dim-60 has-background-dim" style="min-height:800px"><img decoding="async" class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container">\n<h2 class="alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n\n\n\n<div class="wp-container-3 wp-block-columns alignwide">\n<div class="wp-container-1 wp-block-column" style="flex-basis:55%">\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-1 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-1 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-1 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-1 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-1 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-2 wp-block-column"></div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-3 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-3 > * { margin: 0; }</style></div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:29:"Cover image with quote on top";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1610:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/forest.jpg","dimRatio":60,"minHeight":800,"align":"full"} -->\n<div class="wp-block-cover alignfull has-background-dim-60 has-background-dim" style="min-height:800px"><img class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:heading {"align":"wide","style":{"color":{"text":"#ffe074"},"typography":{"fontSize":"64px"}}} -->\n<h2 class="alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"55%"} -->\n<div class="wp-block-column" style="flex-basis:55%"><!-- wp:spacer {"height":330} -->\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#ffe074"},"typography":{"lineHeight":"1.3","fontSize":"12px"}}} -->\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:2;O:8:"stdClass":7:{s:2:"id";i:186;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with text and a button";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2363:"\n<div class="wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax" style="background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh"><div class="wp-block-cover__inner-container">\n<h2 class="alignwide has-white-color has-text-color" style="font-size:48px;line-height:1.2"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class="wp-container-7 wp-block-columns alignwide">\n<div class="wp-container-5 wp-block-column" style="flex-basis:60%">\n<p class="has-text-color" style="color:#ffffff">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class="wp-container-4 wp-block-buttons">\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background no-border-radius" style="background-color:#000000;color:#ffffff">Visit</a></div>\n</div>\n<style>.wp-container-4 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-4 > * { margin: 0; }</style></div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-6 wp-block-column"></div>\n<style>.wp-container-6 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-6 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-6 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-6 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-6 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-7 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-7 > * { margin: 0; }</style></div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:62:"Large header with background image and text and button on top.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:1:{i:0;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1865:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/art-01.jpg","hasParallax":true,"dimRatio":40,"customOverlayColor":"#000000","minHeight":100,"minHeightUnit":"vh","contentPosition":"center center","align":"full"} -->\n<div class="wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax" style="background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:heading {"style":{"typography":{"fontSize":"48px","lineHeight":"1.2"}},"className":"alignwide has-white-color has-text-color"} -->\n<h2 class="alignwide has-white-color has-text-color" style="font-size:48px;line-height:1.2"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"60%"} -->\n<div class="wp-block-column" style="flex-basis:60%"><!-- wp:paragraph {"style":{"color":{"text":"#ffffff"}}} -->\n<p class="has-text-color" style="color:#ffffff">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"borderRadius":0,"style":{"color":{"text":"#ffffff","background":"#000000"}},"className":"is-style-outline"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background no-border-radius" style="background-color:#000000;color:#ffffff">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:3;O:8:"stdClass":7:{s:2:"id";i:196;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:41:"Media and text in a full height container";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1385:"\n<div class="wp-block-cover alignfull has-background-dim" style="background-color:#ffffff;min-height:100vh"><div class="wp-block-cover__inner-container">\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill" style="grid-template-columns:56% auto"><figure class="wp-block-media-text__media" style="background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%"><img decoding="async" src="https://s.w.org/images/core/5.8/soil.jpg" alt="Close-up of dried, cracked earth." /></figure><div class="wp-block-media-text__content">\n<h2 class="has-text-color" style="color:#000000;font-size:32px"><strong>What’s the problem?</strong></h2>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class="wp-container-8 wp-block-buttons">\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link">Learn more</a></div>\n</div>\n<style>.wp-container-8 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-8 > * { margin: 0; }</style></div></div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Media and text block with image to the left and text and button to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:1:{i:0;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1858:"<!-- wp:cover {"customOverlayColor":"#ffffff","minHeight":100,"minHeightUnit":"vh","contentPosition":"center center","align":"full"} -->\n<div class="wp-block-cover alignfull has-background-dim" style="background-color:#ffffff;min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:media-text {"mediaLink":"https://s.w.org/images/core/5.8/soil.jpg","mediaType":"image","mediaWidth":56,"verticalAlignment":"center","imageFill":true} -->\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill" style="grid-template-columns:56% auto"><figure class="wp-block-media-text__media" style="background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%"><img src="https://s.w.org/images/core/5.8/soil.jpg" alt="Close-up of dried, cracked earth." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"style":{"typography":{"fontSize":"32px"},"color":{"text":"#000000"}}} -->\n<h2 class="has-text-color" style="color:#000000;font-size:32px"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->";}i:4;O:8:"stdClass":7:{s:2:"id";i:192;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Media and text with image on the left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:537:"\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content">\n<h3 class="has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n\n\n\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the left and text to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:827:"<!-- wp:media-text {"align":"full","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"center","level":3,"style":{"color":{"text":"#000000"}}} -->\n<h3 class="has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","fontSize":"extra-small"} -->\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->";}i:5;O:8:"stdClass":7:{s:2:"id";i:195;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:38:"Media and text with image on the right";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:702:"\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default" style="grid-template-columns:auto 56%"><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/art-02.jpg" alt="A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints." /></figure><div class="wp-block-media-text__content">\n<h2 class="has-text-color" style="color:#000000"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class="has-text-color" style="color:#636363;font-size:17px;line-height:1.1">Eleanor Harris (American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the right and text to the left.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:1:{i:0;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1138:"<!-- wp:media-text {"align":"full","mediaPosition":"right","mediaLink":"#","mediaType":"image","mediaWidth":56,"verticalAlignment":"center","className":"is-style-default"} -->\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default" style="grid-template-columns:auto 56%"><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/art-02.jpg" alt="A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"style":{"color":{"text":"#000000"}}} -->\n<h2 class="has-text-color" style="color:#000000"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"17px"},"color":{"text":"#636363"}}} -->\n<p class="has-text-color" style="color:#636363;font-size:17px;line-height:1.1">Eleanor Harris (American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->";}i:6;O:8:"stdClass":7:{s:2:"id";i:27;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:5:"Quote";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:673:"\n<hr class="wp-block-separator is-style-default" />\n\n\n\n<div class="wp-block-image is-style-rounded"><figure class="aligncenter size-large is-resized"><img decoding="async" loading="lazy" src="https://s.w.org/images/core/5.8/portrait.jpg" alt="A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed." width="150" height="150" /></figure></div>\n\n\n\n<blockquote class="wp-block-quote has-text-align-center is-style-large"><p>“Contributing makes me feel like I’m being useful to the planet.”</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class="wp-block-separator is-style-default" />\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:10:"core/quote";}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:1:{i:0;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1012:"<!-- wp:separator {"className":"is-style-default"} -->\n<hr class="wp-block-separator is-style-default" />\n<!-- /wp:separator -->\n\n<!-- wp:image {"align":"center","width":150,"height":150,"sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->\n<div class="wp-block-image is-style-rounded"><figure class="aligncenter size-large is-resized"><img src="https://s.w.org/images/core/5.8/portrait.jpg" alt="A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed." width="150" height="150" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {"align":"center","className":"is-style-large"} -->\n<blockquote class="wp-block-quote has-text-align-center is-style-large"><p>"Contributing makes me feel like I\'m being useful to the planet."</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {"className":"is-style-default"} -->\n<hr class="wp-block-separator is-style-default" />\n<!-- /wp:separator -->";}i:7;O:8:"stdClass":7:{s:2:"id";i:200;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:21:"Three columns of text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2429:"\n<div class="wp-container-12 wp-block-columns alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000">\n<div class="wp-container-9 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="http://wordpress.org">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-10 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-10 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-10 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-10 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-10 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-10 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-11 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-11 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-11 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-11 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-11 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-11 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-12 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-12 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:22:"Three columns of text.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:7:"columns";i:1;s:8:"featured";i:2;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1496:"<!-- wp:columns {"align":"full","style":{"color":{"text":"#000000","background":"#ffffff"}}} -->\n<div class="wp-block-columns alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="http://wordpress.org">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:8;O:8:"stdClass":7:{s:2:"id";i:199;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:34:"Three columns with images and text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:6557:"\n<div class="wp-container-22 wp-block-group alignfull has-background" style="background-color:#f8f4e4">\n<div class="wp-container-14 wp-block-columns alignwide">\n<div class="wp-container-13 wp-block-column">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h6 class="has-text-color" id="ecosystem" style="color:#000000">ECOSYSTEM</h6>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:5vw;line-height:1.1"><strong>Positive growth.</strong></p>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-13 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-13 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-13 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-13 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-13 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-14 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-14 > * { margin: 0; }</style>\n\n\n<div class="wp-container-18 wp-block-columns alignwide">\n<div class="wp-container-15 wp-block-column" style="flex-basis:33.38%">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-15 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-15 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-15 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-15 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-15 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-16 wp-block-column" style="flex-basis:33%">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n</div>\n<style>.wp-container-16 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-16 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-16 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-16 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-16 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-17 wp-block-column" style="flex-basis:33.62%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n</div>\n<style>.wp-container-17 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-17 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-17 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-17 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-17 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-18 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-18 > * { margin: 0; }</style>\n\n\n<div class="wp-container-21 wp-block-columns alignwide">\n<div class="wp-container-19 wp-block-column" style="flex-basis:67%">\n<div class="wp-block-image"><figure class="alignright size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure></div>\n</div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-20 wp-block-column is-vertically-aligned-center" style="flex-basis:33%">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-21 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-21 > * { margin: 0; }</style></div>\n<style>.wp-container-22 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-22 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-22 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-22 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-22 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Three columns with images and text, with vertical spacing for an offset look.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3990:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f8f4e4"}}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f8f4e4"><!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {"level":6,"style":{"color":{"text":"#000000"}}} -->\n<h6 class="has-text-color" id="ecosystem" style="color:#000000">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"5vw"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:5vw;line-height:1.1"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"5px"} -->\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.38%"} -->\n<div class="wp-block-column" style="flex-basis:33.38%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33%"} -->\n<div class="wp-block-column" style="flex-basis:33%"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33.62%"} -->\n<div class="wp-block-column" style="flex-basis:33.62%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"67%"} -->\n<div class="wp-block-column" style="flex-basis:67%"><!-- wp:image {"align":"right","sizeSlug":"large","linkDestination":"none"} -->\n<div class="wp-block-image"><figure class="alignright size-large"><img src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"33%"} -->\n<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->";}i:9;O:8:"stdClass":7:{s:2:"id";i:201;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:32:"Three columns with offset images";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2762:"\n<div class="wp-container-26 wp-block-columns alignwide">\n<div class="wp-container-23 wp-block-column" style="flex-basis:25%">\n<figure class="wp-block-image size-large is-style-default"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-01.jpg" alt="Close-up, abstract view of geometric architecture." /></figure>\n</div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-24 wp-block-column" style="flex-basis:25%">\n<div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-02.jpg" alt="Close-up, angled view of a window on a white building." /></figure>\n</div>\n<style>.wp-container-24 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-24 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-24 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-24 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-24 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-25 wp-block-column" style="flex-basis:45%">\n<figure class="wp-block-image size-large is-style-default"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-03.jpg" alt="Close-up of the corner of a white, geometric building with both sharp points and round corners." /></figure>\n\n\n\n<div style="height:285px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-25 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-25 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-25 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-25 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-25 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-26 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-26 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:33:"Three columns with offset images.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"gallery";i:1;s:6:"images";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1753:"<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-style-default"><img src="https://s.w.org/images/core/5.8/architecture-01.jpg" alt="Close-up, abstract view of geometric architecture." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"><!-- wp:spacer {"height":500} -->\n<div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {"height":150} -->\n<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/architecture-02.jpg" alt="Close-up, angled view of a window on a white building." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"45%"} -->\n<div class="wp-block-column" style="flex-basis:45%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-style-default"><img src="https://s.w.org/images/core/5.8/architecture-03.jpg" alt="Close-up of the corner of a white, geometric building with both sharp points and round corners." /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":285} -->\n<div style="height:285px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:10;O:8:"stdClass":7:{s:2:"id";i:29;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:29:"Two columns of text and title";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2486:"\n<h2 style="font-size:38px;line-height:1.4"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class="wp-container-29 wp-block-columns">\n<div class="wp-container-27 wp-block-column">\n<p style="font-size:18px">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n<style>.wp-container-27 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-27 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-27 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-27 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-27 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-28 wp-block-column">\n<p style="font-size:18px">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband’s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n<style>.wp-container-28 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-28 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-28 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-28 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-28 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-29 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-29 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:47:"Two columns of text preceded by a long heading.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1711:"<!-- wp:heading {"style":{"typography":{"fontSize":38,"lineHeight":"1.4"}}} -->\n<h2 style="font-size:38px;line-height:1.4"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":18}}} -->\n<p style="font-size:18px">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":18}}} -->\n<p style="font-size:18px">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:11;O:8:"stdClass":7:{s:2:"id";i:197;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:39:"Two columns of text with offset heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:5105:"\n<div class="wp-container-37 wp-block-group alignfull has-background" style="background-color:#f2f0e9">\n<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-container-32 wp-block-columns alignwide are-vertically-aligned-center">\n<div class="wp-container-30 wp-block-column" style="flex-basis:50%">\n<p class="has-text-color" style="color:#000000;font-size:30px;line-height:1.1"><strong>Oceanic Inspiration</strong></p>\n</div>\n<style>.wp-container-30 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-30 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-30 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-30 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-30 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-31 wp-block-column" style="flex-basis:50%">\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n</div>\n<style>.wp-container-31 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-31 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-31 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-31 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-31 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-32 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-32 > * { margin: 0; }</style>\n\n\n<div class="wp-container-36 wp-block-columns alignwide">\n<div class="wp-container-33 wp-block-column"></div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-34 wp-block-column">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-35 wp-block-column">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n<style>.wp-container-35 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-35 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-35 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-35 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-35 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-36 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-36 > * { margin: 0; }</style>\n\n\n<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-37 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-37 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-37 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-37 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-37 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:43:"Two columns of text with an offset heading.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2837:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f2f0e9"}}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f2f0e9"><!-- wp:spacer {"height":70} -->\n<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"30px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:30px;line-height:1.1"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:separator {"customColor":"#000000","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {"height":40} -->\n<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->";}i:12;O:8:"stdClass":7:{s:2:"id";i:19;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:23:"Two images side by side";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:878:"\n<figure class="wp-container-39 wp-block-gallery-38 wp-block-gallery alignwide columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img decoding="async" src="https://s.w.org/images/core/5.8/nature-above-01.jpg" alt="An aerial view of waves crashing against a shore." data-full-url="https://s.w.org/images/core/5.8/nature-above-01.jpg" data-link="#" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" src="https://s.w.org/images/core/5.8/nature-above-02.jpg" alt="An aerial view of a field. A road runs through the upper right corner." data-full-url="https://s.w.org/images/core/5.8/nature-above-02.jpg" data-link="#" /></figure></li></ul></figure>\n<style>.wp-container-39 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-39 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:41:"An image gallery with two example images.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:1:{i:0;s:7:"gallery";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:737:"<!-- wp:gallery {"ids":[null,null],"linkTo":"none","align":"wide"} -->\n<figure class="wp-block-gallery alignwide columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="https://s.w.org/images/core/5.8/nature-above-01.jpg" alt="An aerial view of waves crashing against a shore." data-full-url="https://s.w.org/images/core/5.8/nature-above-01.jpg" data-link="#" /></figure></li><li class="blocks-gallery-item"><figure><img src="https://s.w.org/images/core/5.8/nature-above-02.jpg" alt="An aerial view of a field. A road runs through the upper right corner." data-full-url="https://s.w.org/images/core/5.8/nature-above-02.jpg" data-link="#" /></figure></li></ul></figure>\n<!-- /wp:gallery -->";}}', 'no'), (157, '_site_transient_timeout_wp_remote_block_patterns_77a1e64afc6d7daa731213fad55d4f1b', '1660123505', 'no'), (158, '_site_transient_wp_remote_block_patterns_77a1e64afc6d7daa731213fad55d4f1b', 'a:14:{i:0;O:8:"stdClass":7:{s:2:"id";i:591;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:5:"Event";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2147:"\n<div class="wp-elements-4 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color" style="background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg" alt="" class="wp-image-590 size-full" srcset="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">\n<div class="wp-elements-3 wp-container-2 wp-block-group has-link-color" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 style="font-size:48px;font-weight:700;line-height:1.15">Opening <br>Party</h2>\n\n\n\n<p class="wp-elements-1 has-text-color has-link-color" style="color:#fffdc7"><strong><a href="#">RSVP →</a></strong></p>\n<style>.wp-elements-1 a{color: #fffdc7;}</style></div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-3 a{color: #fffdc7;}</style></div></div>\n<style>.wp-elements-4 a{color: #fffdc7;}</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"header";i:2;s:6:"images";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1592:"<!-- wp:media-text {"align":"full","mediaPosition":"right","mediaId":590,"mediaLink":"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/","mediaType":"image","mediaWidth":60,"verticalAlignment":"top","style":{"color":{"background":"#121c1c","text":"#fffdc7"},"elements":{"link":{"color":{"text":"#fffdc7"}}}}} -->\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color" style="background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%"><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg" alt="" class="wp-image-590 size-full" /></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}},"elements":{"link":{"color":{"text":"#fffdc7"}}}}} -->\n<div class="wp-block-group has-link-color" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontWeight":"700","fontSize":"48px","lineHeight":"1.15"}}} -->\n<h2 style="font-size:48px;font-weight:700;line-height:1.15">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"#fffdc7"}}},"color":{"text":"#fffdc7"}}} -->\n<p class="has-text-color has-link-color" style="color:#fffdc7"><strong><a href="#">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->";}i:1;O:8:"stdClass":7:{s:2:"id";i:566;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:30:"Event announcement and details";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4242:"\n<div class="wp-elements-12 wp-container-11 wp-block-group alignfull has-black-color has-text-color has-background has-link-color" style="background-color:#d2cdc7">\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="alignwide" style="font-size:46px;font-weight:400;line-height:1.1">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class="alignwide" style="font-size:46px;font-weight:400;line-height:1.1">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-container-7 wp-block-columns alignwide">\n<div class="wp-container-5 wp-block-column" style="flex-basis:25%"></div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-6 wp-block-column" style="flex-basis:75%">\n<figure class="wp-block-image size-full"><img decoding="async" src="https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg" alt="" class="wp-image-3173" /></figure>\n</div>\n<style>.wp-container-6 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-6 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-6 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-6 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-6 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-7 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-7 > * { margin: 0; }</style>\n\n\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-container-10 wp-block-columns alignwide">\n<div class="wp-container-8 wp-block-column">\n<p style="font-size:25px">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n<style>.wp-container-8 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-8 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-8 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-8 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-8 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-9 wp-block-column">\n<p class="has-text-align-right" style="font-size:25px">INSTAGRAM · <a href="#">TICKETS</a></p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-10 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-10 > * { margin: 0; }</style>\n\n\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-11 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-11 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-11 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-11 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-11 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-12 a{color: var(--wp--preset--color--black);}</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:2622:"<!-- wp:group {"align":"full","style":{"color":{"background":"#d2cdc7"},"elements":{"link":{"color":{"text":"var:preset|color|black"}}}},"textColor":"black"} -->\n<div class="wp-block-group alignfull has-black-color has-text-color has-background has-link-color" style="background-color:#d2cdc7"><!-- wp:spacer {"height":50} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"46px","lineHeight":"1.1","fontWeight":"400"}}} -->\n<h2 class="alignwide" style="font-size:46px;font-weight:400;line-height:1.1">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3,"align":"wide","style":{"typography":{"fontSize":"46px","lineHeight":"1.1","fontWeight":"400"}}} -->\n<h3 class="alignwide" style="font-size:46px;font-weight:400;line-height:1.1">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {"height":50} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"75%"} -->\n<div class="wp-block-column" style="flex-basis:75%"><!-- wp:image {"id":3173,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg" alt="" class="wp-image-3173" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {"height":50} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"25px"}}} -->\n<p style="font-size:25px">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"25px"}}} -->\n<p class="has-text-align-right" style="font-size:25px">INSTAGRAM · <a href="#">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {"height":50} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->";}i:2;O:8:"stdClass":7:{s:2:"id";i:502;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:13:"Event details";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3229:"\n<figure class="wp-block-image alignwide size-full"><img decoding="async" loading="lazy" width="2560" height="1227" src="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg" alt="Image of a woman being carried through the air by swans." class="wp-image-501" srcset="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></figure>\n\n\n\n<div class="wp-container-17 wp-block-columns alignwide are-vertically-aligned-center">\n<div class="wp-container-13 wp-block-column is-vertically-aligned-center">\n<p style="line-height:2"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n<style>.wp-container-13 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-13 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-13 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-13 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-13 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-14 wp-block-column is-vertically-aligned-center">\n<p style="line-height:2"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n<style>.wp-container-14 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-14 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-14 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-14 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-14 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-16 wp-block-column is-vertically-aligned-center">\n<div class="wp-container-15 wp-block-buttons">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background" style="background-color:#262626;color:#efefef">Purchase Tickets</a></div>\n</div>\n<style>.wp-container-15 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-15 > * { margin: 0; }</style></div>\n<style>.wp-container-16 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-16 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-16 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-16 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-16 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-17 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-17 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:14:"Event details.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:4:"text";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1624:"<!-- wp:image {"align":"wide","id":501,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image alignwide size-full"><img src="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg" alt="Image of a woman being carried through the air by swans." class="wp-image-501" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"2"}}} -->\n<p style="line-height:2"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"2"}}} -->\n<p style="line-height:2"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"width":100,"style":{"color":{"background":"#262626","text":"#efefef"}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background" style="background-color:#262626;color:#efefef">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:3;O:8:"stdClass":7:{s:2:"id";i:184;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:7:"Heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:509:"\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:17:"large text, title";s:16:"wpop_description";s:12:"Heading text";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:1:{i:0;s:12:"core/heading";}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:621:"<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"48px","lineHeight":"1.1"}}} -->\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->";}i:4;O:8:"stdClass":7:{s:2:"id";i:669;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:31:"Image and quote on a background";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3161:"\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#f1f5c7"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png" alt="" class="wp-image-5263 size-full" srcset="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">\n<div class="wp-container-18 wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<p style="font-size:36px;line-height:1.2"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class="has-extra-small-font-size">– Terry a O’Neal</p>\n</div>\n<style>.wp-container-18 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-18 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-18 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-18 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-18 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#fffdea"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png" alt="" class="wp-image-673 size-full" srcset="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">\n<div class="wp-container-19 wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<p style="font-size:36px;line-height:1.2"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class="has-extra-small-font-size">– Molière</p>\n</div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:221:"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:2404:"<!-- wp:media-text {"mediaPosition":"right","mediaId":5263,"mediaLink":"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/","mediaType":"image","verticalAlignment":"center","style":{"color":{"background":"#f1f5c7"}}} -->\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#f1f5c7"><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png" alt="" class="wp-image-5263 size-full" /></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2","fontSize":"36px"}}} -->\n<p style="font-size:36px;line-height:1.2"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"extra-small"} -->\n<p class="has-extra-small-font-size">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {"mediaId":673,"mediaLink":"https://wordpress.org/patterns/pear-half/","mediaType":"image","verticalAlignment":"center","style":{"color":{"background":"#fffdea"}}} -->\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#fffdea"><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png" alt="" class="wp-image-673 size-full" /></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2","fontSize":"36px"}}} -->\n<p style="font-size:36px;line-height:1.2"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"extra-small"} -->\n<p class="has-extra-small-font-size">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->";}i:5;O:8:"stdClass":7:{s:2:"id";i:573;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Image on solid color with description";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3334:"\n<div class="wp-container-24 wp-block-columns alignfull">\n<div class="wp-container-20 wp-block-column" style="flex-basis:50%">\n<div class="wp-block-cover has-background-dim" style="background-color:#f6f6f6;min-height:600px"><div class="wp-block-cover__inner-container">\n<div class="wp-block-image"><figure class="aligncenter size-medium"><img decoding="async" loading="lazy" width="263" height="300" src="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg" alt="" class="wp-image-571" srcset="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w" sizes="(max-width: 263px) 100vw, 263px" /></figure></div>\n</div></div>\n</div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-23 wp-block-column is-vertically-aligned-center" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em">\n<div class="wp-container-22 wp-block-columns">\n<div class="wp-container-21 wp-block-column" style="flex-basis:320px">\n<p class="has-small-font-size" style="line-height:1.6"><strong>Airplane</strong></p>\n\n\n\n<p class="has-small-font-size" style="line-height:1.6">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n<style>.wp-container-21 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-21 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-21 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-21 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-21 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-22 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-22 > * { margin: 0; }</style></div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-24 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-24 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:38:"Image on solid color with description.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1826:"<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:cover {"customOverlayColor":"#f6f6f6","minHeight":600} -->\n<div class="wp-block-cover has-background-dim" style="background-color:#f6f6f6;min-height:600px"><div class="wp-block-cover__inner-container"><!-- wp:image {"align":"center","id":571,"sizeSlug":"medium","linkDestination":"none"} -->\n<div class="wp-block-image"><figure class="aligncenter size-medium"><img src="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg" alt="" class="wp-image-571" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"320px"} -->\n<div class="wp-block-column" style="flex-basis:320px"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}},"fontSize":"small"} -->\n<p class="has-small-font-size" style="line-height:1.6"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}},"fontSize":"small"} -->\n<p class="has-small-font-size" style="line-height:1.6">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:6;O:8:"stdClass":7:{s:2:"id";i:521;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:45:"Image with description below and to the right";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4531:"\n<div class="wp-container-29 wp-block-columns">\n<div class="wp-container-25 wp-block-column" style="flex-basis:10%"></div>\n<style>.wp-container-25 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-25 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-25 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-25 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-25 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-26 wp-block-column">\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg" alt="Vintage Cupid Illustration" class="wp-image-522" srcset="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>\n</div>\n<style>.wp-container-26 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-26 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-26 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-26 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-26 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-27 wp-block-column"></div>\n<style>.wp-container-27 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-27 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-27 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-27 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-27 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-28 wp-block-column" style="flex-basis:10%"></div>\n<style>.wp-container-28 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-28 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-28 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-28 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-28 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-29 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-29 > * { margin: 0; }</style>\n\n\n<div class="wp-container-32 wp-block-columns">\n<div class="wp-container-30 wp-block-column"></div>\n<style>.wp-container-30 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-30 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-30 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-30 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-30 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-31 wp-block-column">\n<p style="font-size:14px"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n<style>.wp-container-31 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-31 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-31 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-31 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-31 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-32 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-32 > * { margin: 0; }</style>\n\n\n<p></p>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:46:"Image with description below and to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"images";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1241:"<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"10%"} -->\n<div class="wp-block-column" style="flex-basis:10%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:image {"id":522,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg" alt="Vintage Cupid Illustration" class="wp-image-522" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"10%"} -->\n<div class="wp-block-column" style="flex-basis:10%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"}}} -->\n<p style="font-size:14px"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->";}i:7;O:8:"stdClass":7:{s:2:"id";i:185;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with left-aligned text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2185:"\n<div class="wp-block-cover alignfull has-background-dim-60 has-background-dim" style="min-height:800px"><img decoding="async" class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container">\n<h2 class="alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n\n\n\n<div class="wp-container-35 wp-block-columns alignwide">\n<div class="wp-container-33 wp-block-column" style="flex-basis:55%">\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-34 wp-block-column"></div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-35 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-35 > * { margin: 0; }</style></div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:29:"Cover image with quote on top";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1610:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/forest.jpg","dimRatio":60,"minHeight":800,"align":"full"} -->\n<div class="wp-block-cover alignfull has-background-dim-60 has-background-dim" style="min-height:800px"><img class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:heading {"align":"wide","style":{"color":{"text":"#ffe074"},"typography":{"fontSize":"64px"}}} -->\n<h2 class="alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"55%"} -->\n<div class="wp-block-column" style="flex-basis:55%"><!-- wp:spacer {"height":330} -->\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#ffe074"},"typography":{"lineHeight":"1.3","fontSize":"12px"}}} -->\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:8;O:8:"stdClass":7:{s:2:"id";i:192;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Media and text with image on the left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:537:"\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content">\n<h3 class="has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n\n\n\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the left and text to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:827:"<!-- wp:media-text {"align":"full","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"center","level":3,"style":{"color":{"text":"#000000"}}} -->\n<h3 class="has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","fontSize":"extra-small"} -->\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->";}i:9;O:8:"stdClass":7:{s:2:"id";i:526;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:32:"Offset images with descriptions.";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2842:"\n<div class="wp-container-38 wp-block-columns">\n<div class="wp-container-36 wp-block-column">\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="793" height="1024" src="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg" alt="" class="wp-image-525" srcset="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w" sizes="(max-width: 793px) 100vw, 793px" /></figure>\n\n\n\n<p style="font-size:14px"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n<style>.wp-container-36 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-36 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-36 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-36 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-36 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-37 wp-block-column">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p style="font-size:14px"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="707" height="1024" src="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg" alt="" class="wp-image-524" srcset="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w" sizes="(max-width: 707px) 100vw, 707px" /></figure>\n</div>\n<style>.wp-container-37 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-37 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-37 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-37 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-37 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-38 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-38 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:32:"Offset images with descriptions.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:7:"gallery";i:2;s:6:"images";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1175:"<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:image {"id":525,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg" alt="" class="wp-image-525" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"}}} -->\n<p style="font-size:14px"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"}}} -->\n<p style="font-size:14px"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":524,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg" alt="" class="wp-image-524" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:10;O:8:"stdClass":7:{s:2:"id";i:678;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:13:"Pricing table";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:5254:"\n<div class="wp-container-48 wp-block-columns alignwide">\n<div class="wp-elements-41 wp-container-40 wp-block-column has-text-color has-background has-link-color" style="background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 id="single" style="font-size:40px"><strong>Single</strong></h2>\n\n\n\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n\n\n\n<ul class="has-normal-font-size"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class="wp-container-39 wp-block-buttons alignfull">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$110 / year</a></div>\n</div>\n<style>.wp-container-39 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-39 > * { margin: 0; }</style></div>\n<style>.wp-container-40 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-40 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-40 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-40 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-40 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-41 a{color: #000000;}</style>\n\n\n<div class="wp-elements-44 wp-container-43 wp-block-column has-text-color has-background has-link-color" style="background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 id="family" style="font-size:40px"><strong>Family</strong></h2>\n\n\n\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class="wp-block-separator is-style-wide" />\n\n\n\n<ul class="has-normal-font-size"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class="wp-container-42 wp-block-buttons alignfull">\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$200 / year</a></div>\n</div>\n<style>.wp-container-42 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-42 > * { margin: 0; }</style></div>\n<style>.wp-container-43 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-43 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-43 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-43 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-43 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-44 a{color: #000000;}</style>\n\n\n<div class="wp-elements-47 wp-container-46 wp-block-column has-text-color has-background has-link-color" style="background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 id="patron" style="font-size:40px"><strong>Patron</strong></h2>\n\n\n\n<p class="has-normal-font-size"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class="wp-block-separator is-style-wide" />\n\n\n\n<ul class="has-normal-font-size"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class="wp-container-45 wp-block-buttons alignfull">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$400 / year</a></div>\n</div>\n<style>.wp-container-45 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-45 > * { margin: 0; }</style></div>\n<style>.wp-container-46 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-46 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-46 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-46 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-46 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-47 a{color: #000000;}</style></div>\n<style>.wp-container-48 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-48 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:272:"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:7:"buttons";i:1;s:7:"columns";i:2;s:8:"featured";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:5340:"<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"style":{"color":{"background":"#ffe97d","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}}} -->\n<h2 id="single" style="font-size:40px"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"normal"} -->\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"customColor":"#000000","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"color":{"background":"#d1d1e1","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}}} -->\n<h2 id="family" style="font-size:40px"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"normal"} -->\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator is-style-wide" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}},"className":"is-style-fill"} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"color":{"background":"#c0ebf1","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}}} -->\n<h2 id="patron" style="font-size:40px"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"fontSize":"normal"} -->\n<p class="has-normal-font-size"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator is-style-wide" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius" style="background-color:#000000">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:11;O:8:"stdClass":7:{s:2:"id";i:732;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:21:"Simple call to action";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1477:"\n<div class="wp-container-50 wp-block-group alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000">\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-align-center has-small-font-size" style="line-height:.9"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class="has-text-align-center" id="schedule-a-visit" style="font-size:59px;line-height:1.15"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class="wp-container-49 wp-block-buttons">\n<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-text-color has-background" style="border-radius:50px;background-color:#000000;color:#ffffff">Contact us</a></div>\n</div>\n<style>.wp-container-49 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-49 > * { margin: 0; }</style>\n\n\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-50 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-50 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-50 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-50 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-50 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:89:"A container with a white background. Inside is a centered paragraph, heading, and button.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"buttons";i:1;s:8:"featured";}s:13:"keyword_slugs";a:0:{}s:15:"pattern_content";s:1506:"<!-- wp:group {"align":"full","style":{"color":{"text":"#000000","background":"#ffffff"}}} -->\n<div class="wp-block-group alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000"><!-- wp:spacer {"height":64} -->\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":".9"}},"fontSize":"small"} -->\n<p class="has-text-align-center has-small-font-size" style="line-height:.9"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":59,"lineHeight":"1.15"}}} -->\n<h2 class="has-text-align-center" id="schedule-a-visit" style="font-size:59px;line-height:1.15"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"width":50,"style":{"color":{"background":"#000000","text":"#ffffff"},"border":{"radius":"50px"}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-text-color has-background" style="border-radius:50px;background-color:#000000;color:#ffffff">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":64} -->\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->";}i:12;O:8:"stdClass":7:{s:2:"id";i:200;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:21:"Three columns of text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2435:"\n<div class="wp-container-54 wp-block-columns alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000">\n<div class="wp-container-51 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="http://wordpress.org">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-51 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-51 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-51 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-51 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-51 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-52 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-52 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-52 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-52 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-52 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-52 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-53 wp-block-column">\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-53 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-53 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-53 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-53 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-53 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-54 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-54 > * { margin: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:22:"Three columns of text.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:3:{i:0;s:7:"columns";i:1;s:8:"featured";i:2;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1496:"<!-- wp:columns {"align":"full","style":{"color":{"text":"#000000","background":"#ffffff"}}} -->\n<div class="wp-block-columns alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="http://wordpress.org">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"24px","lineHeight":"1.3"}}} -->\n<h3 style="font-size:24px;line-height:1.3"><strong><a href="https://wordpress.org">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:13;O:8:"stdClass":7:{s:2:"id";i:199;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:34:"Three columns with images and text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:6557:"\n<div class="wp-container-64 wp-block-group alignfull has-background" style="background-color:#f8f4e4">\n<div class="wp-container-56 wp-block-columns alignwide">\n<div class="wp-container-55 wp-block-column">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h6 class="has-text-color" id="ecosystem" style="color:#000000">ECOSYSTEM</h6>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:5vw;line-height:1.1"><strong>Positive growth.</strong></p>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n<style>.wp-container-55 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-55 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-55 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-55 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-55 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-56 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-56 > * { margin: 0; }</style>\n\n\n<div class="wp-container-60 wp-block-columns alignwide">\n<div class="wp-container-57 wp-block-column" style="flex-basis:33.38%">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-57 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-57 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-57 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-57 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-57 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-58 wp-block-column" style="flex-basis:33%">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n</div>\n<style>.wp-container-58 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-58 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-58 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-58 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-58 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-59 wp-block-column" style="flex-basis:33.62%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n</div>\n<style>.wp-container-59 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-59 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-59 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-59 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-59 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-60 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-60 > * { margin: 0; }</style>\n\n\n<div class="wp-container-63 wp-block-columns alignwide">\n<div class="wp-container-61 wp-block-column" style="flex-basis:67%">\n<div class="wp-block-image"><figure class="alignright size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure></div>\n</div>\n<style>.wp-container-61 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-61 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-61 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-61 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-61 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class="wp-container-62 wp-block-column is-vertically-aligned-center" style="flex-basis:33%">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-62 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-62 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-62 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-62 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-62 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-63 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-63 > * { margin: 0; }</style></div>\n<style>.wp-container-64 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-64 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-64 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-64 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-64 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":6:{s:10:"spay_email";s:0:"";s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Three columns with images and text, with vertical spacing for an offset look.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3990:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f8f4e4"}}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f8f4e4"><!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {"level":6,"style":{"color":{"text":"#000000"}}} -->\n<h6 class="has-text-color" id="ecosystem" style="color:#000000">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"5vw"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:5vw;line-height:1.1"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"5px"} -->\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.38%"} -->\n<div class="wp-block-column" style="flex-basis:33.38%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33%"} -->\n<div class="wp-block-column" style="flex-basis:33%"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33.62%"} -->\n<div class="wp-block-column" style="flex-basis:33.62%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"67%"} -->\n<div class="wp-block-column" style="flex-basis:67%"><!-- wp:image {"align":"right","sizeSlug":"large","linkDestination":"none"} -->\n<div class="wp-block-image"><figure class="alignright size-large"><img src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"33%"} -->\n<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->";}}', 'no'), (160, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1660119914;s:8:"response";a:1:{s:34:"advanced-custom-fields-pro/acf.php";O:8:"stdClass":8:{s:4:"slug";s:26:"advanced-custom-fields-pro";s:6:"plugin";s:34:"advanced-custom-fields-pro/acf.php";s:11:"new_version";s:6:"5.12.3";s:3:"url";s:36:"https://www.advancedcustomfields.com";s:6:"tested";s:5:"6.0.1";s:7:"package";s:0:"";s:5:"icons";a:1:{s:7:"default";s:63:"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png";}s:7:"banners";a:2:{s:3:"low";s:77:"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102";s:4:"high";s:78:"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099";}}}s:12:"translations";a:0:{}s:9:"no_update";a:1:{s:33:"classic-editor/classic-editor.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/classic-editor";s:4:"slug";s:14:"classic-editor";s:6:"plugin";s:33:"classic-editor/classic-editor.php";s:11:"new_version";s:5:"1.6.2";s:3:"url";s:45:"https://wordpress.org/plugins/classic-editor/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671";s:2:"1x";s:67:"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671";s:2:"1x";s:69:"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.9";}}s:7:"checked";a:2:{s:34:"advanced-custom-fields-pro/acf.php";s:5:"5.9.5";s:33:"classic-editor/classic-editor.php";s:5:"1.6.2";}}', 'no'), (161, 'recovery_mode_email_last_sent', '1660120712', 'yes'), (162, 'recovery_keys', 'a:1:{s:22:"OHndlbILN4wK3pRP9BkycP";a:2:{s:10:"hashed_key";s:34:"$P$BBJIUXyppSx8CtZDYZGIE/hM2Y51AA0";s:10:"created_at";i:1660120712;}}', 'yes'); -- Dumping structure for table atv.wp_postmeta CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_postmeta: ~189 rows (approximately) DELETE FROM `wp_postmeta`; INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11, 8, '_edit_lock', '1660119761:1'), (12, 10, '_edit_last', '1'), (13, 10, '_edit_lock', '1660121860:1'), (14, 10, '_wp_page_template', 'default'), (15, 12, '_edit_last', '1'), (16, 12, '_edit_lock', '1660120423:1'), (17, 10, 'small_text', 'Hero'), (18, 10, '_small_text', 'field_62f36bbb805ff'), (19, 10, 'big_text', 'big'), (20, 10, '_big_text', 'field_62f36bc180600'), (21, 10, 'small_text_second', 'Small'), (22, 10, '_small_text_second', 'field_62f36bc680601'), (23, 10, 'button_label', 'explore'), (24, 10, '_button_label', 'field_62f36bcd80602'), (25, 10, 'small_title_adv', ''), (26, 10, '_small_title_adv', 'field_62f36bef799e8'), (27, 10, 'title_adv', ''), (28, 10, '_title_adv', 'field_62f36bfd799e9'), (29, 10, 'description_adv', ''), (30, 10, '_description_adv', 'field_62f36c07799ea'), (31, 10, 'right_image', ''), (32, 10, '_right_image', 'field_62f36c13799eb'), (33, 10, 'second_title_adv', ''), (34, 10, '_second_title_adv', 'field_62f36c27799ec'), (35, 10, 'second_description_adv', ''), (36, 10, '_second_description_adv', 'field_62f36c34799ed'), (37, 10, 'title_gallery', ''), (38, 10, '_title_gallery', 'field_62f36c72b4924'), (39, 10, 'gallery', ''), (40, 10, '_gallery', 'field_62f36c79b4925'), (41, 10, 'small_title_tours', ''), (42, 10, '_small_title_tours', 'field_62f36ca6b4927'), (43, 10, 'title_tours', ''), (44, 10, '_title_tours', 'field_62f36cb2b4928'), (45, 10, 'small_title_news', ''), (46, 10, '_small_title_news', 'field_62f36cf3b492a'), (47, 10, 'title_news', ''), (48, 10, '_title_news', 'field_62f36d13b492b'), (49, 34, 'small_text', 'Hero'), (50, 34, '_small_text', 'field_62f36bbb805ff'), (51, 34, 'big_text', 'big'), (52, 34, '_big_text', 'field_62f36bc180600'), (53, 34, 'small_text_second', 'Small'), (54, 34, '_small_text_second', 'field_62f36bc680601'), (55, 34, 'button_label', 'explore'), (56, 34, '_button_label', 'field_62f36bcd80602'), (57, 34, 'small_title_adv', ''), (58, 34, '_small_title_adv', 'field_62f36bef799e8'), (59, 34, 'title_adv', ''), (60, 34, '_title_adv', 'field_62f36bfd799e9'), (61, 34, 'description_adv', ''), (62, 34, '_description_adv', 'field_62f36c07799ea'), (63, 34, 'right_image', ''), (64, 34, '_right_image', 'field_62f36c13799eb'), (65, 34, 'second_title_adv', ''), (66, 34, '_second_title_adv', 'field_62f36c27799ec'), (67, 34, 'second_description_adv', ''), (68, 34, '_second_description_adv', 'field_62f36c34799ed'), (69, 34, 'title_gallery', ''), (70, 34, '_title_gallery', 'field_62f36c72b4924'), (71, 34, 'gallery', ''), (72, 34, '_gallery', 'field_62f36c79b4925'), (73, 34, 'small_title_tours', ''), (74, 34, '_small_title_tours', 'field_62f36ca6b4927'), (75, 34, 'title_tours', ''), (76, 34, '_title_tours', 'field_62f36cb2b4928'), (77, 34, 'small_title_news', ''), (78, 34, '_small_title_news', 'field_62f36cf3b492a'), (79, 34, 'title_news', ''), (80, 34, '_title_news', 'field_62f36d13b492b'), (81, 37, '_edit_last', '1'), (82, 37, '_edit_lock', '1660124185:1'), (83, 73, '_edit_lock', '1660124360:1'), (84, 73, '_edit_last', '1'), (85, 114, '_edit_last', '1'), (86, 114, '_edit_lock', '1660123397:1'), (87, 115, '_wp_attached_file', '2022/08/fff.png'), (88, 115, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:15:"2022/08/fff.png";s:8:"filesize";i:1785;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:15:"fff-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2435;}s:9:"thumbnail";a:5:{s:4:"file";s:15:"fff-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1658;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (89, 114, '_thumbnail_id', '115'), (90, 114, 'bullets_0_text', '123'), (91, 114, '_bullets_0_text', 'field_62f37819231c2'), (92, 114, 'bullets_1_text', '123'), (93, 114, '_bullets_1_text', 'field_62f37819231c2'), (94, 114, 'bullets_2_text', '123'), (95, 114, '_bullets_2_text', 'field_62f37819231c2'), (96, 114, 'bullets', '3'), (97, 114, '_bullets', 'field_62f37819152fb'), (98, 114, 'starting_from', ''), (99, 114, '_starting_from', 'field_62f37819153c6'), (100, 114, 'image_hero', ''), (101, 114, '_image_hero', 'field_62f3781915409'), (102, 114, 'small_title_about', ''), (103, 114, '_small_title_about', 'field_62f3781915490'), (104, 114, 'title_about', ''), (105, 114, '_title_about', 'field_62f37819154d4'), (106, 114, 'description_about', ''), (107, 114, '_description_about', 'field_62f3781915517'), (108, 114, 'image_about', ''), (109, 114, '_image_about', 'field_62f378191555b'), (110, 114, 'max_people', ''), (111, 114, '_max_people', 'field_62f378191559e'), (112, 114, 'slider', ''), (113, 114, '_slider', 'field_62f378b366e27'), (114, 114, 'small_title_rent', ''), (115, 114, '_small_title_rent', 'field_62f3781915776'), (116, 114, 'title_rent', ''), (117, 114, '_title_rent', 'field_62f37819157b9'), (118, 114, 'prices', ''), (119, 114, '_prices', 'field_62f37819157fc'), (120, 114, 'price_includes_0_text', ''), (121, 114, '_price_includes_0_text', 'field_62f378197f060'), (122, 114, 'price_includes', '1'), (123, 114, '_price_includes', 'field_62f3781915840'), (124, 114, 'price_not_includes_0_text', ''), (125, 114, '_price_not_includes_0_text', 'field_62f3792132e44'), (126, 114, 'price_not_includes', '1'), (127, 114, '_price_not_includes', 'field_62f3792132e43'), (128, 114, 'what_to_bring_0_icon', ''), (129, 114, '_what_to_bring_0_icon', 'field_62f3781989439'), (130, 114, 'what_to_bring_0_text', ''), (131, 114, '_what_to_bring_0_text', 'field_62f3781989485'), (132, 114, 'what_to_bring', '1'), (133, 114, '_what_to_bring', 'field_62f3781915883'), (134, 114, 'requirments_0_text', ''), (135, 114, '_requirments_0_text', 'field_62f37819979a1'), (136, 114, 'requirments', '1'), (137, 114, '_requirments', 'field_62f37819158c6'), (138, 114, 'footnote', ''), (139, 114, '_footnote', 'field_62f378191590a'), (140, 114, 'important_info', ''), (141, 114, '_important_info', 'field_62f378191594d'), (142, 116, '_edit_last', '1'), (143, 116, '_edit_lock', '1660123421:1'), (144, 116, 'description_home', 'asdasdqw43ascascascac'), (145, 116, '_description_home', 'field_62f37439c3a9a'), (146, 116, 'bullets_0_icon', '115'), (147, 116, '_bullets_0_icon', 'field_62f37470c3a9c'), (148, 116, 'bullets_0_text', '123123123'), (149, 116, '_bullets_0_text', 'field_62f3747bc3a9d'), (150, 116, 'bullets', '1'), (151, 116, '_bullets', 'field_62f37468c3a9b'), (152, 116, 'tour_duration', ''), (153, 116, '_tour_duration', 'field_62f374aa0d35a'), (154, 116, 'starting_time', ''), (155, 116, '_starting_time', 'field_62f374b50d35b'), (156, 116, 'image_hero', ''), (157, 116, '_image_hero', 'field_62f374cf0d35c'), (158, 116, 'small_title_about', ''), (159, 116, '_small_title_about', 'field_62f374ebd5fb7'), (160, 116, 'title_about', ''), (161, 116, '_title_about', 'field_62f374f4d5fb8'), (162, 116, 'description_about', ''), (163, 116, '_description_about', 'field_62f3750ad5fb9'), (164, 116, 'image_about', ''), (165, 116, '_image_about', 'field_62f37517d5fba'), (166, 116, 'max_people', ''), (167, 116, '_max_people', 'field_62f3752cd5fbb'), (168, 116, 'small_title_slider', ''), (169, 116, '_small_title_slider', 'field_62f3755788fc8'), (170, 116, 'title_slider', ''), (171, 116, '_title_slider', 'field_62f3755e88fc9'), (172, 116, 'description_slider', ''), (173, 116, '_description_slider', 'field_62f3756888fca'), (174, 116, 'image_slider', ''), (175, 116, '_image_slider', 'field_62f3757ae3e39'), (176, 116, 'small_title_book', ''), (177, 116, '_small_title_book', 'field_62f3760b3abec'), (178, 116, 'title_book', ''), (179, 116, '_title_book', 'field_62f376123abed'), (180, 116, 'price', ''), (181, 116, '_price', 'field_62f376323abee'), (182, 116, 'price_includes_0_text', ''), (183, 116, '_price_includes_0_text', 'field_62f376683abf1'), (184, 116, 'price_includes', '1'), (185, 116, '_price_includes', 'field_62f3763c3abef'), (186, 116, 'what_to_bring_0_icon', ''), (187, 116, '_what_to_bring_0_icon', 'field_62f376933abf5'), (188, 116, 'what_to_bring_0_text', ''), (189, 116, '_what_to_bring_0_text', 'field_62f376933abf6'), (190, 116, 'what_to_bring', '1'), (191, 116, '_what_to_bring', 'field_62f376933abf4'), (192, 116, 'requirments_0_text', ''), (193, 116, '_requirments_0_text', 'field_62f376a13abf9'), (194, 116, 'requirments', '1'), (195, 116, '_requirments', 'field_62f376a13abf7'), (196, 116, 'footnote', ''), (197, 116, '_footnote', 'field_62f376ad3abfa'), (198, 116, 'important_info', ''), (199, 116, '_important_info', 'field_62f3775393e1e'); -- Dumping structure for table atv.wp_posts CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_posts: ~108 rows (approximately) DELETE FROM `wp_posts`; INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2022-08-10 08:22:52', '2022-08-10 08:22:52', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-08-10 08:22:52', '2022-08-10 08:22:52', '', 0, 'http://atv.localhost/?p=1', 0, 'post', '', 1), (4, 1, '2022-08-10 08:23:00', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-08-10 08:23:00', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?p=4', 0, 'post', '', 0), (8, 1, '2022-08-10 08:25:03', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2022-08-10 08:25:03', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?page_id=8', 0, 'page', '', 0), (9, 1, '2022-08-10 08:25:05', '2022-08-10 08:25:05', '{"version": 2, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-atv', '', '', '2022-08-10 08:25:05', '2022-08-10 08:25:05', '', 0, 'http://atv.localhost/wp-global-styles-atv/', 0, 'wp_global_styles', '', 0), (10, 1, '2022-08-10 08:25:27', '2022-08-10 08:25:27', '', 'Homepage', '', 'publish', 'closed', 'closed', '', 'homepage', '', '', '2022-08-10 08:36:30', '2022-08-10 08:36:30', '', 0, 'http://atv.localhost/?page_id=10', 0, 'page', '', 0), (11, 1, '2022-08-10 08:25:27', '2022-08-10 08:25:27', '', 'Homepage', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2022-08-10 08:25:27', '2022-08-10 08:25:27', '', 10, 'http://atv.localhost/?p=11', 0, 'revision', '', 0), (12, 1, '2022-08-10 08:25:43', '2022-08-10 08:25:43', 'a:7:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:4:"page";s:8:"operator";s:2:"==";s:5:"value";s:2:"10";}}}s:8:"position";s:15:"acf_after_title";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";}', 'Homepage', 'homepage', 'publish', 'closed', 'closed', '', 'group_62f36b7e6961a', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 0, 'http://atv.localhost/?post_type=acf-field-group&p=12', 0, 'acf-field-group', '', 0), (13, 1, '2022-08-10 08:26:58', '2022-08-10 08:26:58', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Hero section', 'hero_section', 'publish', 'closed', 'closed', '', 'field_62f36bb0805fe', '', '', '2022-08-10 08:26:58', '2022-08-10 08:26:58', '', 12, 'http://atv.localhost/?post_type=acf-field&p=13', 0, 'acf-field', '', 0), (14, 1, '2022-08-10 08:26:58', '2022-08-10 08:26:58', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small text', 'small_text', 'publish', 'closed', 'closed', '', 'field_62f36bbb805ff', '', '', '2022-08-10 08:26:58', '2022-08-10 08:26:58', '', 12, 'http://atv.localhost/?post_type=acf-field&p=14', 1, 'acf-field', '', 0), (15, 1, '2022-08-10 08:26:58', '2022-08-10 08:26:58', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Big text', 'big_text', 'publish', 'closed', 'closed', '', 'field_62f36bc180600', '', '', '2022-08-10 08:26:58', '2022-08-10 08:26:58', '', 12, 'http://atv.localhost/?post_type=acf-field&p=15', 2, 'acf-field', '', 0), (16, 1, '2022-08-10 08:26:58', '2022-08-10 08:26:58', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small text', 'small_text_second', 'publish', 'closed', 'closed', '', 'field_62f36bc680601', '', '', '2022-08-10 08:26:58', '2022-08-10 08:26:58', '', 12, 'http://atv.localhost/?post_type=acf-field&p=16', 3, 'acf-field', '', 0), (17, 1, '2022-08-10 08:26:58', '2022-08-10 08:26:58', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Button label', 'button_label', 'publish', 'closed', 'closed', '', 'field_62f36bcd80602', '', '', '2022-08-10 08:26:58', '2022-08-10 08:26:58', '', 12, 'http://atv.localhost/?post_type=acf-field&p=17', 4, 'acf-field', '', 0), (18, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Adventures', 'adventures', 'publish', 'closed', 'closed', '', 'field_62f36be4799e7', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=18', 5, 'acf-field', '', 0), (19, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_adv', 'publish', 'closed', 'closed', '', 'field_62f36bef799e8', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=19', 6, 'acf-field', '', 0), (20, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Title', 'title_adv', 'publish', 'closed', 'closed', '', 'field_62f36bfd799e9', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=20', 7, 'acf-field', '', 0), (21, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_adv', 'publish', 'closed', 'closed', '', 'field_62f36c07799ea', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=21', 8, 'acf-field', '', 0), (22, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Right image', 'right_image', 'publish', 'closed', 'closed', '', 'field_62f36c13799eb', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=22', 9, 'acf-field', '', 0), (23, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Second title', 'second_title_adv', 'publish', 'closed', 'closed', '', 'field_62f36c27799ec', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=23', 10, 'acf-field', '', 0), (24, 1, '2022-08-10 08:28:55', '2022-08-10 08:28:55', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Second description', 'second_description_adv', 'publish', 'closed', 'closed', '', 'field_62f36c34799ed', '', '', '2022-08-10 08:28:55', '2022-08-10 08:28:55', '', 12, 'http://atv.localhost/?post_type=acf-field&p=24', 11, 'acf-field', '', 0), (25, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Gallery', 'gallery', 'publish', 'closed', 'closed', '', 'field_62f36c54b4923', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=25', 12, 'acf-field', '', 0), (26, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Title', 'title_gallery', 'publish', 'closed', 'closed', '', 'field_62f36c72b4924', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=26', 13, 'acf-field', '', 0), (27, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:18:{s:4:"type";s:7:"gallery";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:6:"insert";s:6:"append";s:7:"library";s:3:"all";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Gallery', 'gallery', 'publish', 'closed', 'closed', '', 'field_62f36c79b4925', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=27', 14, 'acf-field', '', 0), (28, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Tours', 'tours', 'publish', 'closed', 'closed', '', 'field_62f36c9eb4926', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=28', 15, 'acf-field', '', 0), (29, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_tours', 'publish', 'closed', 'closed', '', 'field_62f36ca6b4927', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=29', 16, 'acf-field', '', 0), (30, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Title', 'title_tours', 'publish', 'closed', 'closed', '', 'field_62f36cb2b4928', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=30', 17, 'acf-field', '', 0), (31, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'News', 'news', 'publish', 'closed', 'closed', '', 'field_62f36ce7b4929', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=31', 18, 'acf-field', '', 0), (32, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_news', 'publish', 'closed', 'closed', '', 'field_62f36cf3b492a', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=32', 19, 'acf-field', '', 0), (33, 1, '2022-08-10 08:32:25', '2022-08-10 08:32:25', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Title', 'title_news', 'publish', 'closed', 'closed', '', 'field_62f36d13b492b', '', '', '2022-08-10 08:32:25', '2022-08-10 08:32:25', '', 12, 'http://atv.localhost/?post_type=acf-field&p=33', 20, 'acf-field', '', 0), (34, 1, '2022-08-10 08:36:30', '2022-08-10 08:36:30', '', 'Homepage', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2022-08-10 08:36:30', '2022-08-10 08:36:30', '', 10, 'http://atv.localhost/?p=34', 0, 'revision', '', 0), (35, 1, '2022-08-10 09:00:06', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2022-08-10 09:00:06', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?post_type=acf-field-group&p=35', 0, 'acf-field-group', '', 0), (36, 1, '2022-08-10 09:00:39', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2022-08-10 09:00:39', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?post_type=acf-field-group&p=36', 0, 'acf-field-group', '', 0), (37, 1, '2022-08-10 09:00:52', '2022-08-10 09:00:52', 'a:7:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:5:"tours";}}}s:8:"position";s:15:"acf_after_title";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";}', 'Tours', 'tours', 'publish', 'closed', 'closed', '', 'group_62f373baa556f', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 0, 'http://atv.localhost/?post_type=acf-field-group&p=37', 0, 'acf-field-group', '', 0), (38, 1, '2022-08-10 09:04:12', '2022-08-10 09:04:12', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Homepage info', 'homepage_info', 'publish', 'closed', 'closed', '', 'field_62f373d7c3a99', '', '', '2022-08-10 09:04:12', '2022-08-10 09:04:12', '', 37, 'http://atv.localhost/?post_type=acf-field&p=38', 0, 'acf-field', '', 0), (39, 1, '2022-08-10 09:04:12', '2022-08-10 09:04:12', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_home', 'publish', 'closed', 'closed', '', 'field_62f37439c3a9a', '', '', '2022-08-10 09:04:12', '2022-08-10 09:04:12', '', 37, 'http://atv.localhost/?post_type=acf-field&p=39', 1, 'acf-field', '', 0), (40, 1, '2022-08-10 09:04:12', '2022-08-10 09:04:12', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:10:"Add bullet";}', 'Bullets', 'bullets', 'publish', 'closed', 'closed', '', 'field_62f37468c3a9b', '', '', '2022-08-10 09:04:12', '2022-08-10 09:04:12', '', 37, 'http://atv.localhost/?post_type=acf-field&p=40', 2, 'acf-field', '', 0), (41, 1, '2022-08-10 09:04:12', '2022-08-10 09:04:12', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Icon', 'icon', 'publish', 'closed', 'closed', '', 'field_62f37470c3a9c', '', '', '2022-08-10 09:04:12', '2022-08-10 09:04:12', '', 40, 'http://atv.localhost/?post_type=acf-field&p=41', 0, 'acf-field', '', 0), (42, 1, '2022-08-10 09:04:12', '2022-08-10 09:04:12', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f3747bc3a9d', '', '', '2022-08-10 09:04:12', '2022-08-10 09:04:12', '', 40, 'http://atv.localhost/?post_type=acf-field&p=42', 1, 'acf-field', '', 0), (43, 1, '2022-08-10 09:05:40', '2022-08-10 09:05:40', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Hero section', 'hero_section', 'publish', 'closed', 'closed', '', 'field_62f374a40d359', '', '', '2022-08-10 09:05:40', '2022-08-10 09:05:40', '', 37, 'http://atv.localhost/?post_type=acf-field&p=43', 3, 'acf-field', '', 0), (44, 1, '2022-08-10 09:05:40', '2022-08-10 09:05:40', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Tour duration', 'tour_duration', 'publish', 'closed', 'closed', '', 'field_62f374aa0d35a', '', '', '2022-08-10 09:05:40', '2022-08-10 09:05:40', '', 37, 'http://atv.localhost/?post_type=acf-field&p=44', 4, 'acf-field', '', 0), (45, 1, '2022-08-10 09:05:40', '2022-08-10 09:05:40', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Starting time', 'starting_time', 'publish', 'closed', 'closed', '', 'field_62f374b50d35b', '', '', '2022-08-10 09:05:40', '2022-08-10 09:05:40', '', 37, 'http://atv.localhost/?post_type=acf-field&p=45', 5, 'acf-field', '', 0), (46, 1, '2022-08-10 09:05:40', '2022-08-10 09:05:40', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_hero', 'publish', 'closed', 'closed', '', 'field_62f374cf0d35c', '', '', '2022-08-10 09:05:40', '2022-08-10 09:05:40', '', 37, 'http://atv.localhost/?post_type=acf-field&p=46', 6, 'acf-field', '', 0), (47, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'About', 'about', 'publish', 'closed', 'closed', '', 'field_62f374e5d5fb6', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=47', 7, 'acf-field', '', 0), (48, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_about', 'publish', 'closed', 'closed', '', 'field_62f374ebd5fb7', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=48', 8, 'acf-field', '', 0), (49, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Title', 'title_about', 'publish', 'closed', 'closed', '', 'field_62f374f4d5fb8', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=49', 9, 'acf-field', '', 0), (50, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_about', 'publish', 'closed', 'closed', '', 'field_62f3750ad5fb9', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=50', 10, 'acf-field', '', 0), (51, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_about', 'publish', 'closed', 'closed', '', 'field_62f37517d5fba', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=51', 11, 'acf-field', '', 0), (52, 1, '2022-08-10 09:07:02', '2022-08-10 09:07:02', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Max people', 'max_people', 'publish', 'closed', 'closed', '', 'field_62f3752cd5fbb', '', '', '2022-08-10 09:07:02', '2022-08-10 09:07:02', '', 37, 'http://atv.localhost/?post_type=acf-field&p=52', 12, 'acf-field', '', 0), (53, 1, '2022-08-10 09:08:07', '2022-08-10 09:08:07', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Slider', 'slider', 'publish', 'closed', 'closed', '', 'field_62f3753e88fc7', '', '', '2022-08-10 09:08:07', '2022-08-10 09:08:07', '', 37, 'http://atv.localhost/?post_type=acf-field&p=53', 13, 'acf-field', '', 0), (54, 1, '2022-08-10 09:08:07', '2022-08-10 09:08:07', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_slider', 'publish', 'closed', 'closed', '', 'field_62f3755788fc8', '', '', '2022-08-10 09:08:07', '2022-08-10 09:08:07', '', 37, 'http://atv.localhost/?post_type=acf-field&p=54', 14, 'acf-field', '', 0), (55, 1, '2022-08-10 09:08:07', '2022-08-10 09:08:07', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Title', 'title_slider', 'publish', 'closed', 'closed', '', 'field_62f3755e88fc9', '', '', '2022-08-10 09:08:07', '2022-08-10 09:08:07', '', 37, 'http://atv.localhost/?post_type=acf-field&p=55', 15, 'acf-field', '', 0), (56, 1, '2022-08-10 09:08:07', '2022-08-10 09:08:07', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_slider', 'publish', 'closed', 'closed', '', 'field_62f3756888fca', '', '', '2022-08-10 09:08:07', '2022-08-10 09:08:07', '', 37, 'http://atv.localhost/?post_type=acf-field&p=56', 16, 'acf-field', '', 0), (57, 1, '2022-08-10 09:08:20', '2022-08-10 09:08:20', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_slider', 'publish', 'closed', 'closed', '', 'field_62f3757ae3e39', '', '', '2022-08-10 09:08:20', '2022-08-10 09:08:20', '', 37, 'http://atv.localhost/?post_type=acf-field&p=57', 17, 'acf-field', '', 0), (58, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Book now', 'book_now', 'publish', 'closed', 'closed', '', 'field_62f375be3abeb', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 37, 'http://atv.localhost/?post_type=acf-field&p=58', 18, 'acf-field', '', 0), (59, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_book', 'publish', 'closed', 'closed', '', 'field_62f3760b3abec', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 37, 'http://atv.localhost/?post_type=acf-field&p=59', 19, 'acf-field', '', 0), (60, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";i:4;s:9:"new_lines";s:2:"br";}', 'Title', 'title_book', 'publish', 'closed', 'closed', '', 'field_62f376123abed', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 37, 'http://atv.localhost/?post_type=acf-field&p=60', 20, 'acf-field', '', 0), (61, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Price', 'price', 'publish', 'closed', 'closed', '', 'field_62f376323abee', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 37, 'http://atv.localhost/?post_type=acf-field&p=61', 21, 'acf-field', '', 0), (62, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Price includes', 'price_includes', 'publish', 'closed', 'closed', '', 'field_62f3763c3abef', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=62', 23, 'acf-field', '', 0), (64, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f376683abf1', '', '', '2022-08-10 09:15:57', '2022-08-10 09:15:57', '', 62, 'http://atv.localhost/?post_type=acf-field&p=64', 0, 'acf-field', '', 0), (65, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'What to bring', 'what_to_bring', 'publish', 'closed', 'closed', '', 'field_62f376933abf4', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=65', 24, 'acf-field', '', 0), (66, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Icon', 'icon', 'publish', 'closed', 'closed', '', 'field_62f376933abf5', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 65, 'http://atv.localhost/?post_type=acf-field&p=66', 0, 'acf-field', '', 0), (67, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f376933abf6', '', '', '2022-08-10 09:13:36', '2022-08-10 09:13:36', '', 65, 'http://atv.localhost/?post_type=acf-field&p=67', 1, 'acf-field', '', 0), (68, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Requirements', 'requirments', 'publish', 'closed', 'closed', '', 'field_62f376a13abf7', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=68', 25, 'acf-field', '', 0), (70, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f376a13abf9', '', '', '2022-08-10 09:15:57', '2022-08-10 09:15:57', '', 68, 'http://atv.localhost/?post_type=acf-field&p=70', 0, 'acf-field', '', 0), (71, 1, '2022-08-10 09:13:36', '2022-08-10 09:13:36', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Footnote', 'footnote', 'publish', 'closed', 'closed', '', 'field_62f376ad3abfa', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=71', 26, 'acf-field', '', 0), (72, 1, '2022-08-10 09:16:18', '2022-08-10 09:16:18', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Important info', 'important_info', 'publish', 'closed', 'closed', '', 'field_62f3775393e1e', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=72', 27, 'acf-field', '', 0), (73, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"rent";}}}s:8:"position";s:15:"acf_after_title";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";}', 'Rent', 'rent', 'publish', 'closed', 'closed', '', 'group_62f3781908fb1', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 0, 'http://atv.localhost/?p=73', 0, 'acf-field-group', '', 0), (74, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Homepage info', '', 'publish', 'closed', 'closed', '', 'field_62f3781915273', '', '', '2022-08-10 09:19:21', '2022-08-10 09:19:21', '', 73, 'http://atv.localhost/?post_type=acf-field&p=74', 0, 'acf-field', '', 0), (76, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";i:0;s:6:"layout";s:5:"table";s:12:"button_label";s:10:"Add bullet";}', 'Bullets', 'bullets', 'publish', 'closed', 'closed', '', 'field_62f37819152fb', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=76', 2, 'acf-field', '', 0), (78, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f37819231c2', '', '', '2022-08-10 09:20:21', '2022-08-10 09:20:21', '', 76, 'http://atv.localhost/?post_type=acf-field&p=78', 0, 'acf-field', '', 0), (79, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Hero section', '', 'publish', 'closed', 'closed', '', 'field_62f378191533f', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=79', 3, 'acf-field', '', 0), (81, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Starting from', 'starting_from', 'publish', 'closed', 'closed', '', 'field_62f37819153c6', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=81', 4, 'acf-field', '', 0), (82, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_hero', 'publish', 'closed', 'closed', '', 'field_62f3781915409', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=82', 5, 'acf-field', '', 0), (83, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'About', '', 'publish', 'closed', 'closed', '', 'field_62f378191544d', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=83', 6, 'acf-field', '', 0), (84, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_about', 'publish', 'closed', 'closed', '', 'field_62f3781915490', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=84', 7, 'acf-field', '', 0), (85, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Title', 'title_about', 'publish', 'closed', 'closed', '', 'field_62f37819154d4', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=85', 8, 'acf-field', '', 0), (86, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_about', 'publish', 'closed', 'closed', '', 'field_62f3781915517', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=86', 9, 'acf-field', '', 0), (87, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_about', 'publish', 'closed', 'closed', '', 'field_62f378191555b', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=87', 10, 'acf-field', '', 0), (88, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Max people', 'max_people', 'publish', 'closed', 'closed', '', 'field_62f378191559e', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=88', 11, 'acf-field', '', 0), (89, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Slider', '', 'publish', 'closed', 'closed', '', 'field_62f37819155e1', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=89', 12, 'acf-field', '', 0), (90, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_slider', 'publish', 'closed', 'closed', '', 'field_62f3781915625', '', '', '2022-08-10 09:22:42', '2022-08-10 09:22:42', '', 107, 'http://atv.localhost/?post_type=acf-field&p=90', 0, 'acf-field', '', 0), (91, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Title', 'title_slider', 'publish', 'closed', 'closed', '', 'field_62f3781915668', '', '', '2022-08-10 09:22:42', '2022-08-10 09:22:42', '', 107, 'http://atv.localhost/?post_type=acf-field&p=91', 1, 'acf-field', '', 0), (92, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Description', 'description_slider', 'publish', 'closed', 'closed', '', 'field_62f37819156ab', '', '', '2022-08-10 09:22:42', '2022-08-10 09:22:42', '', 107, 'http://atv.localhost/?post_type=acf-field&p=92', 2, 'acf-field', '', 0), (93, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:6:"medium";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Image', 'image_slider', 'publish', 'closed', 'closed', '', 'field_62f37819156ef', '', '', '2022-08-10 09:22:42', '2022-08-10 09:22:42', '', 107, 'http://atv.localhost/?post_type=acf-field&p=93', 3, 'acf-field', '', 0), (94, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:7:{s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Rent now', 'rent_now', 'publish', 'closed', 'closed', '', 'field_62f3781915732', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=94', 14, 'acf-field', '', 0), (95, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Small title', 'small_title_rent', 'publish', 'closed', 'closed', '', 'field_62f3781915776', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=95', 15, 'acf-field', '', 0), (96, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";i:4;s:9:"new_lines";s:2:"br";}', 'Title', 'title_rent', 'publish', 'closed', 'closed', '', 'field_62f37819157b9', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=96', 16, 'acf-field', '', 0), (97, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:9:"Add price";}', 'Price', 'prices', 'publish', 'closed', 'closed', '', 'field_62f37819157fc', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=97', 17, 'acf-field', '', 0), (98, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";i:0;s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Price includes', 'price_includes', 'publish', 'closed', 'closed', '', 'field_62f3781915840', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=98', 18, 'acf-field', '', 0), (99, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f378197f060', '', '', '2022-08-10 09:19:21', '2022-08-10 09:19:21', '', 98, 'http://atv.localhost/?post_type=acf-field&p=99', 0, 'acf-field', '', 0), (100, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";i:0;s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'What to bring', 'what_to_bring', 'publish', 'closed', 'closed', '', 'field_62f3781915883', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=100', 20, 'acf-field', '', 0), (101, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Icon', 'icon', 'publish', 'closed', 'closed', '', 'field_62f3781989439', '', '', '2022-08-10 09:19:21', '2022-08-10 09:19:21', '', 100, 'http://atv.localhost/?post_type=acf-field&p=101', 0, 'acf-field', '', 0), (102, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f3781989485', '', '', '2022-08-10 09:19:21', '2022-08-10 09:19:21', '', 100, 'http://atv.localhost/?post_type=acf-field&p=102', 1, 'acf-field', '', 0), (103, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";i:0;s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Requirements', 'requirments', 'publish', 'closed', 'closed', '', 'field_62f37819158c6', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=103', 21, 'acf-field', '', 0), (104, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f37819979a1', '', '', '2022-08-10 09:19:21', '2022-08-10 09:19:21', '', 103, 'http://atv.localhost/?post_type=acf-field&p=104', 0, 'acf-field', '', 0), (105, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Footnote', 'footnote', 'publish', 'closed', 'closed', '', 'field_62f378191590a', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=105', 22, 'acf-field', '', 0), (106, 1, '2022-08-10 09:19:21', '2022-08-10 09:19:21', 'a:10:{s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:9:"new_lines";s:2:"br";}', 'Important info', 'important_info', 'publish', 'closed', 'closed', '', 'field_62f378191594d', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=106', 23, 'acf-field', '', 0), (107, 1, '2022-08-10 09:22:42', '2022-08-10 09:22:42', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Slider', 'slider', 'publish', 'closed', 'closed', '', 'field_62f378b366e27', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=107', 13, 'acf-field', '', 0), (108, 1, '2022-08-10 09:24:24', '2022-08-10 09:24:24', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Duration', 'duration', 'publish', 'closed', 'closed', '', 'field_62f3793832e45', '', '', '2022-08-10 09:24:24', '2022-08-10 09:24:24', '', 97, 'http://atv.localhost/?post_type=acf-field&p=108', 0, 'acf-field', '', 0), (109, 1, '2022-08-10 09:24:24', '2022-08-10 09:24:24', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Price', 'price', 'publish', 'closed', 'closed', '', 'field_62f3793c32e46', '', '', '2022-08-10 09:24:24', '2022-08-10 09:24:24', '', 97, 'http://atv.localhost/?post_type=acf-field&p=109', 1, 'acf-field', '', 0), (110, 1, '2022-08-10 09:24:24', '2022-08-10 09:24:24', 'a:10:{s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"collapsed";s:0:"";s:3:"min";i:1;s:3:"max";s:0:"";s:6:"layout";s:5:"table";s:12:"button_label";s:0:"";}', 'Price not includes', 'price_not_includes', 'publish', 'closed', 'closed', '', 'field_62f3792132e43', '', '', '2022-08-10 09:39:19', '2022-08-10 09:39:19', '', 73, 'http://atv.localhost/?post_type=acf-field&p=110', 19, 'acf-field', '', 0), (111, 1, '2022-08-10 09:24:24', '2022-08-10 09:24:24', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Text', 'text', 'publish', 'closed', 'closed', '', 'field_62f3792132e44', '', '', '2022-08-10 09:24:24', '2022-08-10 09:24:24', '', 110, 'http://atv.localhost/?post_type=acf-field&p=111', 0, 'acf-field', '', 0), (112, 1, '2022-08-10 09:24:30', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2022-08-10 09:24:30', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?post_type=rent&p=112', 0, 'rent', '', 0), (113, 1, '2022-08-10 09:24:42', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2022-08-10 09:24:42', '0000-00-00 00:00:00', '', 0, 'http://atv.localhost/?post_type=rent&p=113', 0, 'rent', '', 0), (114, 1, '2022-08-10 09:25:40', '2022-08-10 09:25:40', '', 'rent', '', 'publish', 'closed', 'closed', '', 'rent', '', '', '2022-08-10 09:25:40', '2022-08-10 09:25:40', '', 0, 'http://atv.localhost/?post_type=rent&p=114', 0, 'rent', '', 0), (115, 1, '2022-08-10 09:25:36', '2022-08-10 09:25:36', '', 'fff', '', 'inherit', 'open', 'closed', '', 'fff', '', '', '2022-08-10 09:25:36', '2022-08-10 09:25:36', '', 114, 'http://atv.localhost/wp-content/uploads/2022/08/fff.png', 0, 'attachment', 'image/png', 0), (116, 1, '2022-08-10 09:26:00', '2022-08-10 09:26:00', '', 'tour', '', 'publish', 'closed', 'closed', '', 'tour', '', '', '2022-08-10 09:26:00', '2022-08-10 09:26:00', '', 0, 'http://atv.localhost/?post_type=tours&p=116', 0, 'tours', '', 0), (117, 1, '2022-08-10 09:32:44', '2022-08-10 09:32:44', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Price eur', 'price_eur', 'publish', 'closed', 'closed', '', 'field_62f37b32551d4', '', '', '2022-08-10 09:32:44', '2022-08-10 09:32:44', '', 37, 'http://atv.localhost/?post_type=acf-field&p=117', 22, 'acf-field', '', 0), (118, 1, '2022-08-10 09:39:18', '2022-08-10 09:39:18', 'a:15:{s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";}', 'Brand image', 'brand_image', 'publish', 'closed', 'closed', '', 'field_62f37cb0595bc', '', '', '2022-08-10 09:39:18', '2022-08-10 09:39:18', '', 73, 'http://atv.localhost/?post_type=acf-field&p=118', 1, 'acf-field', '', 0); -- Dumping structure for table atv.wp_termmeta CREATE TABLE IF NOT EXISTS `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_termmeta: ~0 rows (approximately) DELETE FROM `wp_termmeta`; -- Dumping structure for table atv.wp_terms CREATE TABLE IF NOT EXISTS `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_terms: ~2 rows (approximately) DELETE FROM `wp_terms`; INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0), (2, 'atv', 'atv', 0); -- Dumping structure for table atv.wp_term_relationships CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_term_relationships: ~3 rows (approximately) DELETE FROM `wp_term_relationships`; INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0), (9, 2, 0), (73, 1, 0); -- Dumping structure for table atv.wp_term_taxonomy CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_term_taxonomy: ~2 rows (approximately) DELETE FROM `wp_term_taxonomy`; INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 1), (2, 2, 'wp_theme', '', 0, 1); -- Dumping structure for table atv.wp_usermeta CREATE TABLE IF NOT EXISTS `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_usermeta: ~21 rows (approximately) DELETE FROM `wp_usermeta`; INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'digitalpresent'), (2, 1, 'first_name', ''), (3, 1, 'last_name', ''), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'syntax_highlighting', 'true'), (7, 1, 'comment_shortcuts', 'false'), (8, 1, 'admin_color', 'fresh'), (9, 1, 'use_ssl', '0'), (10, 1, 'show_admin_bar_front', 'true'), (11, 1, 'locale', ''), (12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (13, 1, 'wp_user_level', '10'), (14, 1, 'dismissed_wp_pointers', ''), (15, 1, 'show_welcome_panel', '0'), (16, 1, 'session_tokens', 'a:1:{s:64:"0f63635d4b34a595b247ba584424aea8683d1cfa81ebdb3adc032177db83ef5b";a:4:{s:10:"expiration";i:1661329377;s:2:"ip";s:3:"::1";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36";s:5:"login";i:1660119777;}}'), (17, 1, 'wp_dashboard_quick_press_last_post_id', '4'), (18, 1, 'closedpostboxes_dashboard', 'a:0:{}'), (19, 1, 'metaboxhidden_dashboard', 'a:4:{i:0;s:19:"dashboard_right_now";i:1;s:18:"dashboard_activity";i:2;s:21:"dashboard_quick_press";i:3;s:17:"dashboard_primary";}'), (20, 1, 'wp_user-settings', 'hidetb=1&libraryContent=browse'), (21, 1, 'wp_user-settings-time', '1660123535'); -- Dumping structure for table atv.wp_users CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- Dumping data for table atv.wp_users: ~1 rows (approximately) DELETE FROM `wp_users`; INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'digitalpresent', '$P$Bw9nCpnOZ8cr7pbuE/XsiQQm2F.PKG1', 'digitalpresent', 'contact@digitalpresent.mk', 'http://atv.localhost', '2022-08-10 08:22:52', '', 0, 'digitalpresent'); /*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;