SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

CREATE TABLE `gw_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


CREATE TABLE `gw_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `gw_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/', '', '2019-01-09 13:03:56', '2019-01-09 13:03:56', '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://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

CREATE TABLE `gw_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


CREATE TABLE `gw_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `gw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/', 'yes'),
(2, 'home', 'http://localhost/', 'yes'),
(3, 'blogname', 'oliweb', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'plexbiz@protonmail.com', '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', '1', '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', '/index.php/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:96:{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:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', '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', 'twentytwentytwo', 'yes'),
(41, 'stylesheet', 'twentytwentytwo', 'yes'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '53496', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'initial_db_version', '43764', 'yes'),
(94, 'gw_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'),
(95, 'fresh_site', '1', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'cron', 'a:9:{i:1638963245;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:1638965038;a:1:{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;}}}i:1638968638;a:3:{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:1638968802;a:1:{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;}}}i:1638968803;a:1:{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;}}}i:1639006377;a:1:{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;}}}i:1639049576;a:1:{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;}}}i:1639049577;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'),
(112, 'theme_mods_twentynineteen', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(115, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638963182;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:3:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"wpgateway/wpgateway.php\";s:3:\"3.1\";}}', 'no'),
(119, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638963182;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.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.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(137, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(140, '_site_transient_timeout_theme_roots', '1638964982', 'no'),
(141, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}', 'no'),
(142, 'recovery_keys', 'a:0:{}', 'yes'),
(143, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'yes'),
(144, 'admin_email_lifespan', '1639222407', 'yes'),
(145, 'disallowed_keys', '', 'no'),
(146, 'comment_previously_approved', '1', 'yes'),
(147, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(148, 'auto_update_core_dev', 'enabled', 'yes'),
(149, 'auto_update_core_minor', 'enabled', 'yes'),
(150, 'auto_update_core_major', 'unset', 'yes'),
(151, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(152, 'finished_updating_comment_type', '0', 'yes'),
(153, 'db_upgraded', '', 'yes'),
(154, '_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-5.8.2.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-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1638963209;s:15:\"version_checked\";s:5:\"5.8.2\";s:12:\"translations\";a:0:{}}', 'no'),
(155, '_site_transient_timeout_browser_3b1f858232081161f48c9f461516f001', '1639568009', 'no'),
(156, '_site_transient_browser_3b1f858232081161f48c9f461516f001', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"96.0.4664.45\";s:8:\"platform\";s:5:\"Linux\";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'),
(157, '_site_transient_timeout_php_check_96314025ffed7f9d1b2dac177cea1337', '1639568009', 'no'),
(158, '_site_transient_php_check_96314025ffed7f9d1b2dac177cea1337', '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'),
(159, 'can_compress_scripts', '0', 'no'),
(160, '_site_transient_timeout_community-events-e9c55f175d1158291e222ac8c1138ada', '1639006415', 'no'),
(161, '_site_transient_community-events-e9c55f175d1158291e222ac8c1138ada', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"112.196.87.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:17:\"State of the Word\";s:3:\"url\";s:58:\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-12-14 17:00:00\";s:8:\"end_date\";s:19:\"2021-12-14 19:00:00\";s:20:\"start_unix_timestamp\";i:1639519200;s:18:\"end_unix_timestamp\";i:1639526400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:29.768241024468665045787929557263851165771484375;s:9:\"longitude\";d:-95.3676527650079748354983166791498661041259765625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Taiwan Online\";s:3:\"url\";s:33:\"https://taiwan.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-12-11 13:00:00\";s:8:\"end_date\";s:19:\"2021-12-12 00:00:00\";s:20:\"start_unix_timestamp\";i:1639198800;s:18:\"end_unix_timestamp\";i:1639238400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"TW\";s:8:\"latitude\";d:25.032963599999998649536792072467505931854248046875;s:9:\"longitude\";d:121.5654267999999973426383803598582744598388671875;}}}}', 'no'),
(162, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1639006416', 'no');
INSERT INTO `gw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, '_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:79:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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:\"Wed, 08 Dec 2021 09:58: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:\"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=5.9-beta2-52345\";s: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:20:{i:0;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:20:\"WordPress 5.9 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/2021/12/wordpress-5-9-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, 07 Dec 2021 22:02: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:8:\"category\";a:7:{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:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";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:6:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP 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=11794\";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:\"Can you help test the latest software version of WordPress? 5.9 Beta 2 was published on 7 December 2021, help find any bugs. \";s: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:\"Jonathan Bossenger\";s: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:6225:\"\n<p>WordPress 5.9 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software version is still under development.</strong> Please do not run this software on a production site. Instead, install it on a test site, where you can try out the newest features to get a feel for how they will work on your site.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <strong><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-beta2.zip\"><strong>zip</strong></a>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1 to Beta 2 on a case-insensitive filesystem, please use the following command sequence:<br></p>\n\n\n\n<p>Command One: </p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta1 </code></pre>\n\n\n\n<p>Command Two: </p>\n\n\n\n<pre class=\"wp-block-code\"><code> wp core update --version=5.9-beta2 --force </code></pre>\n\n\n\n<p>The current target for the final release of 5.9 is January 25, 2022, which is just seven weeks away. Your help testing this version is a vital part of making this release as good as it can be.</p>\n\n\n\n<h2 id=\"some-highlights\"><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since<a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\"> </a><a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F30%2F2021..12%2F07%2F2021&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">24</a> bugs have been fixed. Here are a few of the changes you will find in Beta 2:</p>\n\n\n\n<ul><li>Block Editor: Remove navigation areas (<a href=\"https://core.trac.wordpress.org/ticket/54506\">#54506</a>)</li><li>Block Editor: Navigation block view JavaScript error (<a href=\"https://core.trac.wordpress.org/ticket/54456\">#54456</a>)</li><li>Block Editor: Block template theme error related to child themes (<a href=\"https://core.trac.wordpress.org/ticket/54515\">#54515</a>)</li><li>General: Fixing existing links to Customizer when the Site Editor is enabled (<a href=\"https://core.trac.wordpress.org/ticket/54460\">#54460</a>)</li><li>Media: Media library showing only the selected image (<a href=\"https://core.trac.wordpress.org/ticket/53765\">#53765</a>)</li><li>Media: Fatal error uploading media on PHP8 (<a href=\"https://core.trac.wordpress.org/ticket/54385\">#54385</a>)</li><li>REST API: Add Global Styles REST API endpoints from Gutenberg into Core (<a href=\"https://core.trac.wordpress.org/ticket/54336\">#54336</a>)</li></ul>\n\n\n\n<p>Also, note that some users testing 5.9 Beta 1 faced some fatal errors upon upgrade. In turn, these errors revealed the need for some extra work on the filesystem and upgrader.&nbsp;Those fatal errors are no longer a problem, and the enhancements will be part of version 6.0.</p>\n\n\n\n<h2 id=\"how-you-can-help\"><strong>How You Can Help</strong></h2>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is vital for polishing the release in the beta stage and a great way to contribute.&nbsp;</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<h2 id=\"where-can-i-get-more-information\">Where can I get more information?</h2>\n\n\n\n<p>In the coming weeks, follow the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">5.9-related developer notes</a> that cover these items in detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=5.9&amp;resolution=fixed\">305 tickets in WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..12%2F07%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. More bug fixes are on the way with your help through testing.</p>\n\n\n\n<p><em>Props to</em><a href=\"https://profiles.wordpress.org/chanthaboune/\"><em> </em></a><em><a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a>, <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/davidb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidb</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, and </em><a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a><em> for contributions to this post.</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:\"11794\";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: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:40:\"The Month in WordPress – November 2021\";s: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/2021/12/month-in-wordpress-november-2021/\";s: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 Dec 2021 11:30: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:3:{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:\"\";}i:2;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=11763\";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:\"Despite the holiday season being around the corner, the WordPress project didn’t slow down. In a recent episode of WP Briefing, Executive Director Josepha Haden shares the first thing she wants people to notice about WordPress, which is also the heart of this open source project: “Now, the first thing I want people to see [&#8230;]\";s: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:12:\"Anjana Vasan\";s: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:18186:\"\n<p>Despite the holiday season being around the corner, the WordPress project didn’t slow down. In a <a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">recent episode</a> of <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> shares the first thing she wants people to notice about WordPress, which is also the heart of this open source project:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Now, the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has thousands of really smart people making sure it works and gets better every day.”</em></p></blockquote>\n\n\n\n<p>As always, contributors across various teams are working hard to ensure the upcoming release of WordPress 5.9 doesn’t disappoint. With State of the Word 2021 coming up soon, there are many exciting things in the works. Read the November 2021 edition of the Month in WordPress to learn more about what’s happening.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-expected-to-release-on-january-25-2022\">WordPress 5.9: Expected to release on January 25, 2022</h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img width=\"632\" height=\"309\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=632%2C309&#038;ssl=1\" alt=\"\" class=\"wp-image-11764\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=1024%2C501&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=300%2C147&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=768%2C376&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=1536%2C752&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?w=1830&amp;ssl=1 1830w, https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li>The Core Team announced the <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">WordPress 5.9 Revised Release Schedule</a>, and the release is now planned for January 25, 2022.</li><li><strong>WordPress 5.9 Beta 1 was recently released and is available for testing.</strong> This version of the WordPress software is under development. Check out the <a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">release post</a> to learn more about what’s new in version 5.9 and how you can help testing.&nbsp;</li><li>Check out “<a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\">A Look at WordPress 5.9</a>” for a first peek into the exciting features included in this major release.</li><li><a href=\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\">WordPress 5.8.2</a>, a security and maintenance release, was out on November 10, 2021. This release includes two bug fixes and one security fix.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><strong>Are you interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.</strong></p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"gutenberg-releases-11-9-and-12-0-are-out\">Gutenberg releases: 11.9 and 12.0 are out</h2>\n\n\n\n<p>Two new Gutenberg versions have been released!</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">Version 11.9.0</a> brings new Gutenberg blocks for working with post comments, a fullscreen pattern explorer modal, further iterations on the Navigation block, and many other improvements.</li><li><a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\">Gutenberg 12.0.0</a>, released on November 24, improves the Block Styles preview and includes featured image block visual enhancements, a site Editor welcome guide, official JSON schema updates, and much more.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">#gutenberg-new</a> for details on the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"state-of-the-word-2021-join-a-watch-party-in-your-local-community\">State of the Word 2021: Join a watch party in your local community</h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"422\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=632%2C422&#038;ssl=1\" alt=\"State of the Word 2021 Announcement, which will take place on December 14 between 5 pm and 7 pm ET (22 - 00 UTC).\" class=\"wp-image-11766\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=1024%2C683&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=768%2C512&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on December 14, 2021 <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">between 5 and 7 pm ET/10 pm – 12 am (December 15) UTC</a>. The event will be <a href=\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\">livestreamed from New York City</a>, and include a Question and Answer session.&nbsp;</li><li>Host or join a <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">State of the Word watch party</a> to enjoy the event with your WordPress friends. Check <a href=\"https://meetup.com/pro/wordpress\">Meetup</a> to see if a watch party is scheduled to be held in your local community!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\"><strong>Add the event to your calendar</strong></a><strong> so you don’t miss State of the Word 2021!</strong> Want to ask Matt a question during State of the Word? Please send your questions ahead of time to <a>ask-matt@wordcamp.org</a> or ask them live during the event via YouTube chat.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"team-updates-nominations-for-some-team-representatives-are-still-underway\">Team updates: Nominations for some team representatives are still underway</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/Requests/releases/tag/v2.0.0\">Requests 2.0.0 has been released</a>. This release is fully compatible with PHP 8.0 and 8.1, indicating that a legacy codebase can be modernized, made more stable and secure <em>without</em> breaking backward-compatibility. The Requests project is a dependency of WordPress core, which was adopted into the WordPress organization earlier this year.&nbsp;</li><li>The <a href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\">2020 WordPress Annual Survey</a> results are available to be viewed.&nbsp;</li><li>The Core Team added <a href=\"https://make.wordpress.org/core/2021/11/08/new-committers-2021/\">six new committers</a>.</li><li>Last month, the <a href=\"https://make.wordpress.org/marketing/2021/11/22/2022-team-nominations-for-marketing/\">Marketing Team</a> opened its call for team representatives, joining <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\">Core</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\">Support</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\">Hosting</a> from October 2021.</li><li>The <a href=\"https://make.wordpress.org/core/2021/11/24/core-team-reps-for-2020-and-beyond-2/\">Core Team announced its new Team Rep for 2022</a> (and beyond).</li><li>The <a href=\"https://make.wordpress.org/design/2021/10/08/moving-to-bi-weekly-meetings/\">Design Team</a> and the <a href=\"https://make.wordpress.org/accessibility/2021/11/19/accessibility-team-meeting-notes-november-19-2021/\">Accessibility Team’s</a> meetings will be held bi-weekly moving forward.</li><li>The Marketing Team published the latest edition of <a href=\"https://wordpress.org/news/2021/11/people-of-wordpress-devin-maeztri/\">People of WordPress, featuring Devin Maeztri</a> from Indonesia.</li><li>There’s an open call for suggestions for <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a>, <a href=\"https://make.wordpress.org/training/2021/11/16/team-goal-setting-2022/\">Training Team</a>, and <a href=\"https://make.wordpress.org/polyglots/2021/11/11/2022-polyglots-planning/\">Polyglots</a> goals for 2022. Please drop your ideas by December 6, 2021.</li><li>The Accessibility Team has opened 1-2 <a href=\"https://wordpress.slack.com/archives/C037W5S7X/p1637775719355600\">volunteer positions</a> for the <a href=\"https://make.wordpress.org/community/tag/diverse-speaker-support/\">#diverse-speaker-support</a> channel.</li><li>The <a href=\"https://make.wordpress.org/polyglots/2021/11/22/polyglots-monthly-newsletter-november-2021/\">November 2021 edition</a> of the Polyglots monthly newsletter is out.&nbsp;</li><li>The Marketing Team welcomes any help to <a href=\"https://make.wordpress.org/marketing/2021/11/17/help-promote-wordpress-meetups-each-week/\">promote WordPress Meetups</a> on a weekly basis and thus keep the community connected.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>We want to hear from you!</strong> Suggest your 2022 goals for the <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a> by December 6, 2021.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"feedback-testing-requests-test-wordpress-5-9-beta-1-take-the-2021-annual-wordpress-survey-to-share-your-experience\">Feedback/Testing requests: Test WordPress 5.9 Beta 1; Take the 2021 Annual WordPress Survey to share your experience</h2>\n\n\n\n<ul><li>WordPress 5.9 Beta 1 is now available for testing and we’d like to hear from you! Testing is vital to ensure the release is as good as it can be—it’s also a great way to contribute. Read the comprehensive guide, “<a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 Features</a>,” to learn how to test WordPress 5.9 Beta 1 and report any bugs.</li><li>There’s an open call for testing for <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-ios-18-7/\">WordPress iOS 18.7</a> and <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-android-18-7/\">Android 18.7</a>.</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>The </strong><a href=\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\"><strong>2021 WordPress Annual Survey</strong></a><strong> is out! </strong>Please respond to the survey, so <em>your</em> WordPress experience is reflected in the results.</p></blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"keep-an-eye-out-for-wordcamp-taiwan-and-sevilla-along-with-several-wordpress-workshops-in-december-2021\">Keep an eye out for WordCamp Taiwan and Sevilla, along with several WordPress workshops in December 2021</h2>\n\n\n\n<ul><li>Several <a href=\"https://www.meetup.com/wordpress-social-learning/\">WordPress Social Learning Meetups</a> were held in November by the Training Team, and there will be more in December 2021.</li><li><a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> sessions are paused until 2022.</li><li><a href=\"https://saopaulo.wordcamp.org/2021/\">WordCamp São Paulo</a> was held online on November 27, 2021.</li><li>Get excited for <a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a>, coming up on December 11-12! Sevilla is the first in-person WordCamp happening in over 18 months, since WordCamps moved online in March 2020 due to COVID-19.</li><li>Don’t miss the following upcoming WordCamps: <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a>, <a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham 2022</a>, and <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>!</li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden on<ul><li>“<a href=\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\">All Things Block Themes!</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">WordPress=Blogging+</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-19-the-people-of-wordpress/\">The People of WordPress</a>”</li></ul></li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Give back to open source. </strong>Please donate to<a href=\"https://wordpressfoundation.org/news/2021/give-back-to-open-source-this-giving-tuesday/\"> the WordPress Foundation</a>’s mission this holiday season.</p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know&nbsp; 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>.&nbsp;</em></strong></p>\n\n\n\n<p><em>The following folks contributed to November 2021’s Month in WordPress: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/callye/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>callye</a>, <a href=\'https://profiles.wordpress.org/jrf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jrf</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</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:\"11763\";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: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 5.9 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/2021/11/wordpress-5-9-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, 30 Nov 2021 23:35: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: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=11584\";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:307:\"WordPress 5.9 Beta 1 is now available for testing! This version of the WordPress software is under development. You don’t want to run this version on a production site. Instead, it is recommended that you run this on a test site. This will allow you to test out the new version. You can test the [&#8230;]\";s: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:10992:\"\n<p>WordPress 5.9 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. You don’t want to run this version on a production site. Instead, it is recommended that you run this on a test site. This will allow you to test out the new version.</p>\n\n\n\n<p>You can test the WordPress 5.9 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-5.9-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=5.9-beta1</code>. <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 January 25, 2022, which is just eight weeks away. Your help testing this version is vital to make sure the release is as good as it can be.</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/5-9+dev-notes/\">5.9-related developer notes</a> in the coming weeks which will break down all upcoming changes in greater detail.</p>\n\n\n\n<h2 id=\"how-you-can-help-testing\"><strong>How You Can Help – Testing!</strong></h2>\n\n\n\n<p>Testing for bugs is a critical part of polishing the release in the beta stage. It is also a great way to contribute. If you’ve never tested a beta release before, <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">this detailed guide will help</a> walk you through what and how to test.</p>\n\n\n\n<p>If you think you’ve found a bug, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s 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 see every feature in the Gutenberg releases since WordPress 5.8, check out the What’s New In Gutenberg posts for <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">10.8</a>, <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">10.9</a>, <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11.0</a>, <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">11.1</a>, <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">11.2</a>, <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">11.3</a>, <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">11.4</a>, <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">11.5</a>, <a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\">11.6</a>, <a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\">11.7</a>, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\">11.8</a>, and <a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">11.9</a>.&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include 580 enhancements and nearly 450 bug fixes, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">297 tickets for WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.9&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<p>Happy testing!</p>\n\n\n\n<p><em>Want to know what’s new in version 5.9? Read on for some highlights.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"full-site-editing\"><strong><strong>Full Site Editing</strong></strong></h2>\n\n\n\n<h3 id=\"styles-interface\">The <strong>Styles Interface</strong></h3>\n\n\n\n<p>Combine all the features that went live in 5.8 with those making their entrance in 5.9, and you get <strong>Full Site Editing.</strong></p>\n\n\n\n<p>Formerly known as Global Styles, the Styles Interface lets you interact directly with your blocks and elements right in the WordPress Admin. From typography to color palettes, this cohesive design interface means a design change—even a dramatic one—can happen without a theme switch. <strong>No code needed.</strong></p>\n\n\n\n<h3 id=\"theme-json\"><strong>Theme.json</strong></h3>\n\n\n\n<p>Introduced in WordPress 5.8, theme.json has been improved to enable features and default styles for your site and its blocks. With 5.9, theme.json can support child themes and the duotone treatment. Coordinate layers of style with theme.json, taking the weight off of your theme’s required CSS.</p>\n\n\n\n<p>Other features supported by theme.json include: </p>\n\n\n\n<ul><li><strong>Border:</strong> color, style, and width augment the border-radius property that landed in 5.8.</li><li><strong>Flex layouts:</strong> Block Gap support, courtesy of spacing.blockGap.</li><li><strong>Typography:</strong> font families, font style, font weight, text decoration, and text transform.</li><li><strong>Images</strong>: Duotones.</li></ul>\n\n\n\n<h3 id=\"a-new-navigation-block\"><strong>A New Navigation Block</strong></h3>\n\n\n\n<p>Welcome to the most intuitive way to build navigation: the Navigation Block.&nbsp;</p>\n\n\n\n<p>Here are the features that need testing the most:</p>\n\n\n\n<ul><li>Responsive menu options you can turn off, have always on, or opt to use only for small screens.</li><li>Built-in keyboard accessibility.&nbsp; For accessibility, for speed, or both.</li><li>Add extra blocks like Search and Site Icon blocks (and customize them to your liking).</li><li>Submenu items with styling options.</li><li>Horizontal or vertical alignment.</li><li>Reusable navigation? Even across themes? Yes. Because the Navigation Block you build gets saved as a custom post type.</li></ul>\n\n\n\n<h3 id=\"a-better-gallery-block\"><strong>A Better Gallery Block</strong></h3>\n\n\n\n<p>What if you could treat single images in your Gallery Block the same way you treat the Image Block? <strong>Now you can.</strong></p>\n\n\n\n<p> Make every image in your gallery different from the next, with inline cropping or a duotone and change layouts with the ease of drag and drop. With the improved gallery block, every image is its own Image block.</p>\n\n\n\n<p><strong>One thing to note: </strong>Have you built a plugin or theme on the Gallery Block functionality?<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> Be sure to review this Dev Note, which details what you need to do for compatibility</a>.</p>\n\n\n\n<h3 id=\"focused-template-part-mode\"><strong>Focused Template Part Mode</strong></h3>\n\n\n\n<p>Building template parts can take a level of focus all its own because you’re making decisions for the entire site. So WordPress 5.9 adds a focus mode that shows you only the part you’re working on right now (and you can get back to the regular view with a keystroke).&nbsp;</p>\n\n\n\n<h3 id=\"block-pattern-directory\"><strong>Block Pattern Directory</strong></h3>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a> offers a range of prebuilt block patterns, from a couple of blocks that show an image and text, to an entire page layout with columns and sections. Since the 5.8 release, the directory has become a hub for exploratory UI and patterns, taking submissions and offering them to the community. So now, your creation can help other people build out their perfect site.</p>\n\n\n\n<h2 id=\"twenty-twenty-two-default-theme\"><strong>Twenty Twenty-Two Default Theme</strong></h2>\n\n\n\n<p><strong>A whole new way of building WordPress themes.</strong></p>\n\n\n\n<p>WordPress 5.9 introduces features that make Full Site Editing possible, including <strong>the first default block theme</strong>.</p>\n\n\n\n<p>Using minimal CSS, theme styles reside in theme.json so that you can configure them in the Styles interface of the WordPress Admin. Make this theme take on its own personality site-wide, with a wide array of color schemes, type combinations, page templates, premade components (forms), and image treatments to choose from.</p>\n\n\n\n<h2 id=\"more-improvements-and-updates\"><strong>More Improvements and Updates</strong></h2>\n\n\n\n<ul><li>Do you love to blog? New tweaks to the publishing flow let you add new posts just seconds after hitting Publish on your latest post.</li><li>List View lets you drag and drop content as easily as you could always cruise through it – and collapse entire sections – so you can concentrate on a task or get the bigger picture.</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/33955\">The Buttons and Social icons blocks now absorb</a> and display their parent block’s toolbar controls.&nbsp;&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/43700\">Choose your language</a> on the login screen.</li><li>More <a href=\"https://github.com/WordPress/gutenberg/pull/33868\">performance improvements</a> (i.e., speed).</li></ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, and <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> for their research and copy.</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:\"11584\";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: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:34:\"People of WordPress: Devin Maeztri\";s: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/2021/11/people-of-wordpress-devin-maeztri/\";s: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, 30 Nov 2021 22:21: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: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: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:2;a:5:{s:4:\"data\";s:17:\"Contributor Story\";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:\"Indonesia\";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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11678\";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:111:\"Devin Maeztri, a campaigner from Indonesia talks about the difference WordPress makes in her life and her 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: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:16562:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a translator and campaigner who uses WordPress to highlight good causes and helps people in her area benefit from the open source platform.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"843\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat.jpg?resize=632%2C843&#038;ssl=1\" alt=\"Devin pictured with one of her cats\" class=\"wp-image-11690\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=768%2C1024&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=225%2C300&amp;ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=1152%2C1536&amp;ssl=1 1152w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?resize=1536%2C2048&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?w=1920&amp;ssl=1 1920w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat-scaled.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Going to a WordCamp can be a life-changing experience, as Devin Maeztri discovered. Every event she attends is a further step on a journey of discovering the WordPress community and its many opportunities.</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“It is not that hard to fall for WordPress if you have a chance to experience WordPress. For me, it took a WordCamp.”</p><cite>Devin Maeztri</cite></blockquote></figure>\n\n\n\n<p>Devin&#8217;s first experience with camps came when she volunteered impromptu at an Indonesian event, WordCamp Denpasar, Bali in 2016.&nbsp;</p>\n\n\n\n<p>Here, she made a profound discovery: “WordCamps can bring people who will give back to the community, even if they don’t get anything from WordPress directly.”</p>\n\n\n\n<p>With every WordCamp after that first experience, she became more interested in WordPress and the community.&nbsp;</p>\n\n\n\n<p>Over time, Devin found she wanted to be part of WordPress events more often. She became a regular at Meetups in Ubud and Jakarta, joining as a co-organizer at WordCamp Jakarta in 2017 and 2019. Later, she took on the role of co-organizer for Meetups in Jakarta and Ubud.&nbsp;</p>\n\n\n\n<p>Smitten by what WordCamps can offer and how they can bring people together across national borders, she joined the organizing team for WordCamp Asia 2020. Sadly, this event was to become the first major WordPress event to be cancelled in the COVID-19 pandemic.&nbsp;</p>\n\n\n\n<p>Naturally, Devin hopes WordCamp Asia will happen someday very soon. Beyond the expected WordPress learning and sharing that event will promote, she believes its very scale will showcase how WordCamps add international tourism and cultural understanding everywhere they take place.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=632%2C632&#038;ssl=1\" alt=\"Devin pictured with other WordCamp Asia organizers who attended WordCamp Europe in 2019\" class=\"wp-image-11692\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>WordCamp Asia 2020 Organizers at WordCamp Europe 2019. Devin is pictured in the front row, second from left. Photo Credit: Abha Thakor</figcaption></figure></div>\n\n\n\n<h2 id=\"showing-how-wordpress-can-be-used-locally\">Showing how WordPress can be used locally</h2>\n\n\n\n<p>After experiencing several events, Devin had questions: “At WordCamps and Meetups, you hear stories about how WordPress powers the web. How it changes the lives of so many people, how it helps dreams come true. It made me think, considering WordPress is that powerful, why are there not even more people in Indonesia using websites, and more using WordPress? Why aren’t more talented Indonesian WordPress users, developers, designers, and business owners taking part in WordPress.org projects? Language, for me, was the main answer.”</p>\n\n\n\n<p>The solution Devin felt was to make WordPress available in the main local language. She said: “I believe, the more content translated into Indonesian, the more Indonesian WordPress users see WordPress as more than just a blogging platform or a content management system. They will realize it’s a huge open source community that works together to make the web a better place. The more plugins and themes translated, the easier the work of the developer and designer will be. The more people see how WordPress can enhance their life, the better the ecosystem for business owners becomes.”</p>\n\n\n\n<h3 id=\"encouraging-others-to-translate-wordpress\">Encouraging others to translate WordPress</h3>\n\n\n\n<p>After talking with others about how WordPress could be even more useful in Indonesia, Devin felt she had to make a personal commitment to reviving the polyglot project in Indonesia. With another volunteer contributor and through promotion, the local polyglot team got bigger and the interest in translation grew. She also took on the responsibility of a General Translation Editor for the language.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"318\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=632%2C318&#038;ssl=1\" alt=\"Polyglot nominatee - Devin Maeztri\" class=\"wp-image-11706\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=300%2C151&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=768%2C386&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Through the efforts of Devin and the other translation editors, Indonesia took part in <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> in 2020, and in 2021 held sprints and learning sessions spanning the whole 30 days of the event. </p>\n\n\n\n<p>Her enthusiasm and dedication to helping others translate WordPress locally and promoting the global community were recognized in the Polyglot Appreciation Nominations for 2021. </p>\n\n\n\n<h2 id=\"helping-to-give-access-to-more-diverse-audiences\">Helping to give access to more diverse audiences</h2>\n\n\n\n<p>Through her involvement in translation, Devin noticed there were not many women involved in the WordPress community in Indonesia. Often, she found herself the only woman at an event.</p>\n\n\n\n<p>So, along with a couple of community members, she started Perempuan WordPress, a local initiative. This group is open for everyone to join, but prioritizes women as event speakers.</p>\n\n\n\n<p>Devin has gone on to support the work of the Diversity Speaker Training group in the Community Team, translating materials and promoting initiatives in Indonesia.&nbsp;She is keen to encourage others to get involved with this initiative which helps increase the diversity of presenters at Meetups and WordCamps. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"600\" height=\"534\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?resize=600%2C534&#038;ssl=1\" alt=\"\" class=\"wp-image-11689\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?resize=300%2C267&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption><em>Organizing at WordCamp Jakarta 2019</em></figcaption></figure></div>\n\n\n\n<p>In her professional roles, Devin is an advocate for WordPress as a tool for people with a wide variety of skill sets. She does not code, but uses the platform extensively for her projects. In 2014, she signed up for a free account on WordPress.com to keep and share notes about what she saw or was thinking about as she commuted on public transport to work. This site did not turn into a blog, but instead introduced her to other opportunities and the vast capabilities of the platform.</p>\n\n\n\n<h2 id=\"wordpress-can-support-your-skills-and-passions\">WordPress can support your skills and passions</h2>\n\n\n\n<p>With a background in environmental activism, Devin has worked for international development organizations on everything from policymaking to campaigning.&nbsp;</p>\n\n\n\n<p>Behind the desk, she worked with policymakers and organized conferences and meetings. That meant doing a lot of writing and translating and working with people on the ground who were impacted by the policies. “My work on the ground usually involved researching, movement building and community empowerment,” she noted.</p>\n\n\n\n<p>Her work with events inspired Devin to get involved in WordCamps and Meetups and share her energy for making things happen. As in her professional work, she felt WordPress was an opportunity to work and share with people about something that can make a positive impact on someone else’s life.</p>\n\n\n\n<p>“For me, everything comes from the heart. I do things that I feel so strongly about. Things that call me, and things that I am good at but still giving me room to learn and become better at. WordPress can be the perfect place for this.”</p>\n\n\n\n<p>While she was between jobs, Devin was encouraged to volunteer at WordCamp Denpasar 2016. With some help, she created an online CV. She also learned to manage a WordPress site, navigate the wp-admin, and make the content appeal to potential employers.&nbsp;</p>\n\n\n\n<p>She eventually got a job as a campaigner to build a movement online and offline. The brainchild of many university friends in America, who used digital campaigns to go global, the campaign used WordPress.&nbsp;</p>\n\n\n\n<p>Devin worked alongside a digital campaigner and helped shape the content, the call to action, and the user experience. She also had to use the wp-admin to make some amendments. As a global movement, it developed its resources in English, so she also reviewed the work of the translators she worked with.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation.jpg?resize=632%2C474&#038;ssl=1\" alt=\"One of Devin\'s cats watches the WPTranslationDay 2021 livestreamed events.\" class=\"wp-image-11688\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Devin&#8217;s cat became a regular on social media posts about #WPTranslationDay 2021</figcaption></figure></div>\n\n\n\n<p>She left her job as a campaigner at the end of 2018 to concentrate on freelancing – and to spend more of her free time contributing to the WordPress community. She also took up the initiative to help street cats in Jakarta.&nbsp;</p>\n\n\n\n<p>Devin said: “So, I am busy helping these cats but also learning how to fundraise using a website. I’m learning to use online forms, set up a payment service provider, work on SEO, and do other new things I need to learn to grow my initiative. I do have the privilege to learn directly from a personal guru. The same person who convinced me to volunteer at WordCamp Denpasar, and who I married in 2018.”</p>\n\n\n\n<h2 id=\"wordpress-gives-everyone-a-chance-to-learn\">WordPress gives everyone a chance to learn</h2>\n\n\n\n<p>Devin was so enthused by being a contributor for WordPress, she took part in the video shorts following the Translation Day events.</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=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/VsiQzdmAz8g?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div><figcaption>Devin talks about translating in this short <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=VsiQzdmAz8g\" target=\"_blank\">video</a> (opens in a new tab on YouTube)</figcaption></figure>\n\n\n\n<p>She is also active in other Contributor Teams and decided to become a Community Team Deputy to support meetups in new cities across Indonesia and perhaps future WordCamps.&nbsp;</p>\n\n\n\n<p>She said: “One of the things that I like about WordPress is that it is very welcoming and open to people like me, who don’t code at all. At the same time, it shows me a different way of looking at the world.”</p>\n\n\n\n<p>Devin believes in the power of WordPress to give ‘everyone a chance to learn new things’ and allows her to contribute and share her knowledge and experience. “By contributing, I hope to make a difference in someone’s life. I hope they feel the benefit of using WordPress and want to give back to create a healthier WordPress community.”</p>\n\n\n\n<h2 id=\"contributors\">Contributors</h2>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@</a><a href=\"https://profiles.wordpress.org/webcommsat/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/webcommsat/\">webcommsat</a>) and Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>) for the interviews and writing this feature, and to Devin Maeztri (<a href=\"https://profiles.wordpress.org/devinmaeztri/\">@devinmaeztri</a>) for sharing her story. Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>) for work on the images, and to Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Collieth Clarke (<a href=\'https://profiles.wordpress.org/callye/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>callye</a>) for proofing.</p>\n\n\n\n<p>Thanks to Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support for the series.</p>\n\n\n\n<p><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 #ContributorStory</p>\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:\"11678\";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:55:\"\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:49:\"WP Briefing: Episode 21: All Things Block Themes!\";s: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/2021/11/episode-21-all-things-block-themes/\";s: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, 29 Nov 2021 12:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11636\";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:436:\"In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless [&#8230;]\";s: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/2021/11/WP-Briefing-021.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:26887:\"\n<p>In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">5.9 Beta 1 Delay Announcement </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">5.9 Revised Release Schedule</a></li><li><a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a></li><li>Charitable Giving: <ul><li><a href=\"https://wordpressfoundation.org/donate/\">WordPress Foundation</a></li><li><a href=\"https://donate.bigorangeheart.org/\">Big Orange Heart</a></li><li><a href=\"https://heropressnetwork.com/support/\">HeroPress</a> <em>(Update: This organization is not a non-profit.)</em></li></ul></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11636\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</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&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it&#8217;s been a bit since I&#8217;ve had a guest, so I&#8217;m very excited to introduce you to who I have with me today. Today, I have <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I&#8217;m really excited to have this conversation with you today.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>01:39</p>\n\n\n\n<p>Thank you for having us. Excited to be here.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:45</p>\n\n\n\n<p>I&#8217;m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>02:34</p>\n\n\n\n<p>I can try to start unless, Maggie? Okay. Well, if you take a look at what I&#8217;ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it&#8217;s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it&#8217;s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>I think you can dare to say it.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>03:03</p>\n\n\n\n<p>And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that&#8217;s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they&#8217;ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>04:04</p>\n\n\n\n<p>But like patterns as this idea that a theme, hopefully, what it is, it&#8217;s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say &#8220;I want you this layout, like two columns of text or with like some images here.&#8221; Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that&#8217;s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I&#8217;m biased.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>I also think it&#8217;s a good example. Maggie, did you have anything that you wanted to add to that?</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>05:08</p>\n\n\n\n<p>Yeah, What I really like about patterns is how it empowers the user, even if they don&#8217;t really have like a deep knowledge of code, or they&#8217;re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it&#8217;s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it&#8217;s like, really, really easy to use, even if you&#8217;re not familiar with it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:07</p>\n\n\n\n<p>One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it&#8217;s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:57</p>\n\n\n\n<p>And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they&#8217;re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn&#8217;t destroy all of my work, just because I didn&#8217;t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it&#8217;s not gonna work, it&#8217;s kind of easy to fix too. So like, I&#8217;m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that&#8217;s really exciting.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:20</p>\n\n\n\n<p>I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we&#8217;re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it&#8217;s block themes. There was like this floating around the term, universal themes. And now we&#8217;re looking at just like block themes forever. And so I wondered if y&#8217;all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:11</p>\n\n\n\n<p>So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that&#8217;s where that term kind of came from is like, oh, let&#8217;s, let&#8217;s start talking about this idea that themes can be completely made up out of blocks. And what does that mean?&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:33</p>\n\n\n\n<p>I think over time, it wasn&#8217;t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it&#8217;s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they&#8217;ll just be called themes again. If we do a good enough they will just be called themes.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:57</p>\n\n\n\n<p>I&#8217;m gonna, I&#8217;m gonna take us into a philosophical area now that you&#8217;ve just put us in there. You said, someday they&#8217;ll be called Themes. Again, I&#8217;ve talked about this on this podcast a few times. And for anyone who&#8217;s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one&#8217;s like caffeinated coffee, because that&#8217;s what you expect out of it. And so when you&#8217;re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you&#8217;re probably right, there will be a time when the modifier isn&#8217;t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:08</p>\n\n\n\n<p>Maggie is nowhere near me. And so she&#8217;s never been in the room when I&#8217;ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I&#8217;m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question?&nbsp;</p>\n\n\n\n<p>12:29</p>\n\n\n\n<p>Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don&#8217;t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn&#8217;t something that you could actually do for production websites like you could build them to test some experiments, but they weren&#8217;t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:00</p>\n\n\n\n<p>There&#8217;s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it&#8217;s kind of like an on-ramp, it&#8217;s a safe way to get back to something that they do know, in the event that what they don&#8217;t know, really hinders their progress makes it hard for them to get the work done.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:31</p>\n\n\n\n<p>I think I wouldn&#8217;t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it&#8217;s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it&#8217;s not fully ready.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>14:54</p>\n\n\n\n<p>They still need to support the old way of doing things.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:58</p>\n\n\n\n<p>Like being backward compatible and being ready for any kind of user.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:05</p>\n\n\n\n<p>So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it. </p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>15:12</p>\n\n\n\n<p>It&#8217;s also good for users; If they feel secure in using the customizer.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:20</p>\n\n\n\n<p>Well, I think that there&#8217;s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that&#8217;s one way. Which works for a lot of companies in the world, I&#8217;m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what&#8217;s coming but also the ability to keep kind of working in your old space where you need to, I think it&#8217;s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can&#8217;t cut off all the methods. You can&#8217;t cut off all the ways people can get away from you. And even if we could, it wouldn&#8217;t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that&#8217;s supposed to bring in leads for you or generate revenue like you don&#8217;t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it&#8217;s moving forward, I think it&#8217;s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I&#8217;ve confused anyone, please email me at wpbriefing@wordpress.org. And tell me how I confused you. And I will do a follow-up to unconfuse everyone.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:40</p>\n\n\n\n<p>So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I&#8217;m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there&#8217;s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it&#8217;s moved ahead in the past 12 months or so.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>19:23</p>\n\n\n\n<p>So you&#8217;re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we&#8217;ve come?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:36</p>\n\n\n\n<p>Yeah, yeah. So like, if you&#8217;re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they&#8217;re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>20:05</p>\n\n\n\n<p>I think there&#8217;s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it&#8217;s full potential, and it&#8217;s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it&#8217;s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell [Reigstad]</a> has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It&#8217;s really, really amazing how that can turn into a reality. And it&#8217;s so easy for users to tinker with that if they want to. And it&#8217;s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>21:23</p>\n\n\n\n<p>Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It&#8217;s super fast. And it&#8217;s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it&#8217;s just yeah. And workers do for you. Exactly. And like that. That&#8217;s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it&#8217;s like, Wow, pretty cool.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:10</p>\n\n\n\n<p>Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y&#8217;all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don&#8217;t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:41</p>\n\n\n\n<p>So, Maggie, Jeff, thank you both for joining me. And I&#8217;m sure that we&#8217;ll talk to you all again soon.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:56</p>\n\n\n\n<p>That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I&#8217;m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:19</p>\n\n\n\n<p>Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It&#8217;s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I&#8217;ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:33</p>\n\n\n\n<p>The second small list of big things is that the first back to people WordCamp. I don&#8217;t think that&#8217;s what we&#8217;re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I&#8217;m so excited I wish I were local, but I&#8217;m not so if you are local stop by their website and pick up your ticket.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don&#8217;t know if you do your charitable giving at the end of the year or if that&#8217;s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There&#8217;s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you&#8217;re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:42</p>\n\n\n\n<p>And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;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:\"11636\";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:57:\"\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:68:\"Watch State of the Word at a Watch Party with your WordPress Friends\";s: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:104:\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\";s: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, 24 Nov 2021 18:30: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:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11641\";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:322:\"State of the Word 2021 is just around the corner!&#160; Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&#160; This year, as State of the Word is streamed live for the second time, we want to [&#8230;]\";s: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:\"Hari Shanker R\";s: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:16689:\"\n<p><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a> is just around the corner!&nbsp;</p>\n\n\n\n<p>Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&nbsp;</p>\n\n\n\n<p>This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —</strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>read this handbook to learn more</strong></a><strong>.</strong></p></blockquote>\n\n\n\n<h2 id=\"why-organize-a-watch-party\">Why organize a watch party?&nbsp;</h2>\n\n\n\n<ul><li>If you are a <a href=\"https://meetup.com/pro/wordpress\">WordPress meetup</a> organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.</li><li>As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.</li><li>Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.</li><li>And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!</li></ul>\n\n\n\n<h2 id=\"how-do-i-organize-a-state-of-the-word-watch-party\">How do I organize a State of the Word watch party?</h2>\n\n\n\n<p>You can choose to host a watch party online or in person. Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#schedule-a-state-of-the-word-watch-party-for-your-meetup\">our handbook</a> for detailed instructions on how to schedule an event (including event templates).</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3 id=\"online\">Online</h3>\n\n\n\n<p>The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement. </p>\n\n\n\n<div class=\"wp-container-61b0974f463a8 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-online-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Organize an Online Watch Party</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3 id=\"in-person\">In Person</h3>\n\n\n\n<p>If your region meets <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/\">the guidelines for in person events</a> (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.</p>\n\n\n\n<div class=\"wp-container-61b0974f4680a wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-in-person-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Plan an In person Watch Party</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>NOTE:</strong> If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If your Local WordPress Meetup is organizing an in person watch party, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/request-swag-for-in-person-watch-parties/\"><strong>fill out this form</strong></a><strong> so that we can ship some swag for your group to celebrate!</strong><br>Deadline: November 30, 2021</p></blockquote>\n\n\n\n<h2 id=\"what-else-do-i-need-to-know-about-organizing-a-state-of-the-word-watch-party\">What else do I need to know about organizing a State of the Word watch party?</h2>\n\n\n\n<p>Excited? To help you get started, we’ve put together a few resources:</p>\n\n\n\n<ul><li><strong>Check out this </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>handbook</strong></a><strong> for detailed instructions on how to organize a watch party, </strong>be it online or in person.</li><li>Looking for a Zoom Pro account to host your online watch party?&nbsp;<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Request a community zoom pro account</a>&nbsp;for your event right away!</li><li>We have prepared some <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/email-templates-for-state-of-the-word/\">email templates</a> that Meetup Organizers can use to spread the word in their Meetup groups.</li><li>Don’t forget to share on social media about your watch party events using the hashtag <strong>#StateOfTheWord</strong> so we can join in on the fun!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>NOTE: </strong> The guidelines in this post are primarily aimed at WordPress Meetup organizers. <strong>However, you do not need to be a Meetup organizer to schedule a watch party!</strong> You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!</p></blockquote>\n\n\n\n<h2 id=\"join-a-state-of-the-word-watch-party-near-you\">Join a State of the Word Watch Party near you!</h2>\n\n\n\n<p>We have compiled a list of State of the Word Watch Parties around the world. If you don&#8217;t see a watch party in your region listed here, <a href=\"https://meetup.com/pro/wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">check this page on Meetup.com</a>  to see if your local WordPress group is organizing one. If not, why don&#8217;t you consider organizing a watch party on your own? <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </p>\n\n\n\n<ul><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/WordPressNYC\">WordPress NYC Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressNYC/events/282276960/\" target=\"_blank\">An In Person MeetUp: The State of the Word 2021 is in Manhattan.</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup\">South Jersey WordPress Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/282402090/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group\" target=\"_blank\">Morris County NJ WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group/events/282402069/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup\" target=\"_blank\">WordPress Montclair Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/282326195/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/wordpressscv\">WordPress Santa Clarita Valley</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wordpressscv/events/282056842/\" target=\"_blank\">State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress\" target=\"_blank\">The Houston WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress/events/282402609/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/NEOWordPress/\">North East Ohio WordPress Meetup</a>] <a href=\"https://www.meetup.com/NEOWordPress/events/282456476/\">State of Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/Birmingham-WordPress-Meetup\">Birmingham WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Birmingham-WordPress-Meetup/events/282313212/\" target=\"_blank\">State of the Word Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup\" target=\"_blank\">Lehigh Valley WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup/events/282304472/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/\">Metro Detroit WordPress Meetup</a>] <a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/events/282519538/\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"🇬🇧\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry\" target=\"_blank\">WordPress Coventry Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry/events/282302051/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"🇬🇧\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter\" target=\"_blank\">WordPress Exeter</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter/events/282293408/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f7-1f1fc.png\" alt=\"🇷🇼\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup\" target=\"_blank\">Kigali WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup/events/282321636/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"🇳🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\" target=\"_blank\">Lagos WordPress Community</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"🇳🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Ijebu-WordPress-Meetup\" target=\"_blank\">Ijebu WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ed-1f1f9.png\" alt=\"🇭🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\">Port-au-Prince WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\" target=\"_blank\"></a><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup/events/282350488/\" target=\"_blank\">Rejoignez-nous le 14 décembre pour regarder State of the Word 2021 (online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f8-1f1ec.png\" alt=\"🇸🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore\" target=\"_blank\">WordPress Singapore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore/events/282296137/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore\" target=\"_blank\">WordPress Meetups Lahore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore/events/282311458/\" target=\"_blank\">State of the Word 2021 Watch Party (In-person)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin\" target=\"_blank\">WordPress Medellín</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin/events/282306436/\" target=\"_blank\">State of the Word 2021: Discurso de Matt &amp; Fiesta de Comunidad (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> [<a href=\"https://www.meetup.com/WordPress-Bhopal\">WordPress Bhopal</a>] <a href=\"https://www.meetup.com/WordPress-Bhopal/events/282470541/\">State of the Word 2021 Watch Party (In-person)</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>If you are planning a watch party for State of the Word, and have questions, please drop us an email to: <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> if you have any questions. We are happy to help you in the best way possible.</p>\n\n\n\n<p><em>The following folks contributed to this post: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <em><a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em></em> <em>and <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:\"11641\";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: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:23:\"A Look at WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2021/11/a-look-at-wordpress-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 21:02: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";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:\"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:2;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11625\";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:322:\"WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with Twenty Twenty-Two joining the fun and over 30 theme blocks to build all parts of your site. In anticipation of the January 25th release, we hope you enjoy this sneak peek of 5.9. New design tools will [&#8230;]\";s: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:\"Kelly Hoffman\";s: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:2987:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/XvEG9XWD4JI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;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>WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a> joining the fun and over 30 theme blocks to build all parts of your site. <a href=\"https://make.wordpress.org/core/5-9/\">In anticipation of the January 25th release</a>, we hope you enjoy this sneak peek of 5.9.</p>\n\n\n\n<p>New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes<strong>.</strong></p>\n\n\n\n<p>No matter what you’re editing, whether it&#8217;s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can&#8217;t wait to see what you create with WordPress 5.9! </p>\n\n\n\n<h2 id=\"stay-tuned\">Stay Tuned</h2>\n\n\n\n<p>Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">test everything</a>! For all the details, <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">check out this Make Core post</a>.</p>\n\n\n\n<p><em>Video props: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> (also co-wrote the post) <a href=\'https://profiles.wordpress.org/michaelpick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michaelpick</a> <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</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:\"11625\";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:57:\"\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:56:\"Join us for State of the Word 2021, in person or online!\";s: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://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\";s: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, 22 Nov 2021 21:08: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:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11611\";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:297:\"As previously announced, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on December 14, 2021, between 5 and 7 pm EST! To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or [&#8230;]\";s: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:7:\"Josepha\";s: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:1726:\"\n<p>As <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">previously announced</a>, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on <a href=\"https://www.worldtimebuddy.com/?qm=1&amp;lid=5128581,100&amp;h=5128581&amp;date=2021-12-14&amp;sln=17-19&amp;hf=0\">December 14, 2021, between 5 and 7 pm EST</a>!</p>\n\n\n\n<p>To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>, where the livestream will be embedded.&nbsp;</p>\n\n\n\n<p>If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30.&nbsp;</p>\n\n\n\n<p>In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees.&nbsp;</p>\n\n\n\n<div class=\"wp-container-61b0974f4e1c4 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2021\">Request a seat</a></div>\n</div>\n\n\n\n<p>Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question &amp; Answer session. If you have a question for Matt, you can send your question ahead of time to ask-matt@wordcamp.org, or ask during the event in the YouTube chat.</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:\"11611\";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:55:\"\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:44:\"WP Briefing: Episode 20: WordPress=Blogging+\";s: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/2021/11/episode-20-wordpressblogging/\";s: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, 15 Nov 2021 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11556\";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:386:\"In this episode, WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week&#8217;s small list of big things. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits [&#8230;]\";s: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/2021/11/WP-Briefing-020.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:10275:\"\n<p>In this episode, WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week&#8217;s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs WordPress Usage Statistics </a></li><li><a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 Development Cycle </a></li><li><a href=\"https://make.wordpress.org/updates/2021/10/22/team-rep-nominations/\">Call for Team Rep Nomination</a></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11556\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>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 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&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>So I was in a meeting recently, which I realize isn&#8217;t saying much for me since I spend a quarter of my time in meetings. But in this particular meeting, I was asked a couple of questions that I absolutely loved. The first question was, “if there were one thing you could change in people&#8217;s minds about WordPress, what would it be?” And my answer, predictable though it may be, was that I want to change the idea that WordPress is just a blogging platform.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:06</p>\n\n\n\n<p>WordPress has grown into a lot more than that. But the idea of a content management system, even now, sometimes gets a mental shorthand where content is a stand-in for the word writing or words. If you&#8217;re using WordPress today in an enterprise context, or as part of a governmental agency, or if you use it in a classroom setting, you know that your content cannot be confined that way. And if you&#8217;re supporting or building anything to hand off to clients, you know that timely, easy-to-ship changes on a site are considered a vital part of any overarching brand and marketing strategy. And when was the last time that any marketing strategy was literally only about the words?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:51</p>\n\n\n\n<p>So that was the first question. And also my first answer. There is also this kind of annual, not fear, necessarily, but this annual question that is sort of related that is raised to me and has been asked of me recently, that I&#8217;m just going to give you a small answer to. One annual worry that I get every year around November and December is, &#8220;What are we going to do about the fact that the term blog and blogging are declining in search popularity?&#8221; And I was gonna say it&#8217;s been a while since I answered that in any sort of public format. But I think maybe I&#8217;ve never answered it in a public format at all. And so I&#8217;m just going to answer it here. Because I think maybe a lot of people have that same question.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:36</p>\n\n\n\n<p>So number one, I think that the way that people search now is different. There&#8217;s a lot more semantic cognition. This is not the way to answer this &#8212;  search engines are smarter now. So like, it used to be the case with early search engines that yeah, there was a lot of just like, individual search terms that were looked for. But now, people are asking full questions; they have, essentially, an entire sentence that they are searching for. And then, search engines are able to parse that information better and get more high-quality answers and information for them. So like, that&#8217;s one thing that I&#8217;m already not worried about. If people are searching for individual words anymore, it&#8217;s so that they can get a definition of that word. So I&#8217;m not specifically worried about a decline in search volume for the word blog or blogging for that reason. But the answer to my first question, if there is probably the real reason that I&#8217;m not actually super worried about any decline in search volume for the word blog, or blogging, is that WordPress has really moved beyond that. And since we have moved beyond that, then it doesn&#8217;t necessarily make sense for WordPress as an entity for WordPress as a project to get overly hung up on the idea that the term blog has gone out of fashion.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:52</p>\n\n\n\n<p>Okay, now that I did my first question, and the answer, and then an additional question that only ever gets asked in private and is being answered by me for the first time in public, I will tell you now, the second question that I loved, someone asking of me, and that question is this: &#8220;What is one thing you&#8217;d like people to see or experience, right when they first land on wordpress.org?&#8221; Now, I often don&#8217;t get asked questions about the wordpress.org website, like administrative tasks, things that we need to update, move around where they should go. Sure. But like, “Josepha, what&#8217;s the point and purpose of this site?” Never. I&#8217;ve never been asked that, and so I was really excited that someone asked me, and I&#8217;m going to give you a heads up. I think some of you might disagree with my answer.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:40</p>\n\n\n\n<p>So the primary thing that I want people to see or experience when they first get to wordpress.org, the website is the depth of WordPress. Not which audience segment they should belong to or that we believe they should belong to or raw data about the CMS or even how much we care about the freedoms of open source. Now the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has 1,000s of really smart people making sure it works and gets better every day, now.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:19</p>\n\n\n\n<p>WordPress is a Goliath in its field. I know that we cite this bit of context. Frequently, we say that we are 42% of the web. And that is true that is the percentage by usage. But in its field, which is websites that are using a content management system, we actually have a 65% market share. This is very easy to find. It&#8217;s on the W3Techs website: I can put a link in the show notes, but you could find it just by searching for it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:46</p>\n\n\n\n<p>So WordPress is a Goliath in its field of websites that are run using a CMS. Because we have always brought our learnings forward with us with the understanding that knowledge, when shared grows rather than diminishes. But open source, the heart of what defines this project, open source is not a Goliath; it&#8217;s barely even David somedays. Even though the web is built on scads of open source software, there&#8217;s a pervasive public perception that it is built by and for hobbyists or that it is inherently risky, and that if there were if it were worth something, then people would pay something. And I just know that if the first impression of WordPress, we&#8217;re, &#8220;we&#8217;ve got 18 years of experience and learning that brought us to today,&#8221; the rest of the sale to adopt software that protects other people&#8217;s freedoms would take care of itself. And I guess, to quote John Oliver, at this point, &#8220;And now this.&#8221;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:59</p>\n\n\n\n<p>Alright, that brings us now to our small list of big things. There are actually quite a few big things on this small list today. So number one, we have reached the beta phase for the year&#8217;s final release, which means that WordPress 5.9 beta one is happening tomorrow, Tuesday, November 16. And then seven days later, I believe on the 23rd, if I recall correctly, comes beta two.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:24</p>\n\n\n\n<p>The second thing on my list is that team rep nominations are happening all over the project right now. I&#8217;ve got a post that I will share in the notes below that I believe all the team reps have put their team&#8217;s nomination posts on. So if you have had an interest in learning more about that and what it means to help keep teams kind of running in the WordPress project, then this is a great opportunity to check those out.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:49</p>\n\n\n\n<p>And the third thing, this last thing actually isn&#8217;t in the next two weeks, but it is very important, nonetheless. Matt&#8217;s annual State of the Word is coming up on December 14. So basically a month from today. It&#8217;s going to join the growing list of in-person events that are on the calendar. It will be in New York City but will also be live-streamed across the world as usual. Keep an eye out for additional updates about that for anyone who, like me, really looks forward to this particular presentation from our project co-founder every year.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:25</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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:\"11556\";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:57:\"\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:22:\"State of the Word 2021\";s: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:58:\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\";s: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, 13 Nov 2021 00:38: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:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11567\";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:\"Howdy, World!&#160; Mark your calendars; it’s almost time for State of the Word 2021! State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg. Every year, the event allows us to reflect on the project’s progress and the future of open source. This year will include that and [&#8230;]\";s: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:7:\"Josepha\";s: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:5053:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410-1024x696.png?resize=632%2C430&#038;ssl=1\" alt=\"State of the Word 2021\" class=\"wp-image-11568\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=1024%2C696&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=300%2C204&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=768%2C522&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>State of the Word 2021 is happening on Dec 14!</figcaption></figure></div>\n\n\n\n<p>Howdy, World!&nbsp;</p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">Mark your calendars</a>; it’s almost time for State of the Word 2021!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg. Every year, the event allows us to reflect on the project’s progress and the future of open source. This year will include that and more.</p>\n\n\n\n<p>Due to the pandemic, we moved the State of the Word online for the first time ever in 2020. This year, the event will be livestreamed from New York City. That will enable us to take as many folks as possible along for the ride!</p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2021, discusses the latest trends he’s seeing, celebrates the community’s amazing wins, and explores the future. Expect to hear about a range of topics, from WordPress 5.9 and Openverse to Web3 and non-fungible tokens (NFTs).</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2021</p>\n\n\n\n<p><strong>When:</strong> <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">December 14, 2021, between 5 and 7 pm ET/10 &#8211; 12 am (December 15) UTC</a></p>\n\n\n\n<p><strong>How:</strong> If you’re watching from the comfort of your home or <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">local watch party</a>, the livestream will be embedded on wordpress.org/news.</p>\n\n\n\n<p><strong>Have a question for Matt?</strong></p>\n\n\n\n<p>State of the Word will be followed by a Question &amp; Answer session. If you want to participate, you can either send your question ahead of time to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>, or ask during the event in the livestream chat on YouTube.</p>\n\n\n\n<p>If you’re new to State of the Word, the previous years’ recordings (below) will help you get a sense of what the event is about. Check them out:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\">State of the Word 2020 (online)</a></li><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\n\n\n\n<p>We hope to see you online on December 14th!</p>\n\n\n\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> for their work on this post. The featured image was created by <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</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:\"11567\";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:66:\"Take the 2021 WordPress Annual Survey (and view the 2020 results)!\";s: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/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\";s: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, 11 Nov 2021 23:52: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11551\";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:359:\"Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide their valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual State of the Word address, are shared in the public project blogs, and can influence the direction and [&#8230;]\";s: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:7:\"Josepha\";s: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:4885:\"\n<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide their valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual <a href=\"https://wordpress.tv/tag/state-of-the-word/\"><em>State of the Word</em></a> address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress Project.</p>\n\n\n\n<p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors’ experiences.&nbsp;&nbsp;</p>\n\n\n\n<p>To ensure that <strong><em>your</em></strong> WordPress experience is represented in the 2021 survey results, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">take the 2021 annual survey now.</a></p>\n\n\n\n<div class=\"wp-container-61b0974f54bde wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">Take the Annual Survey! (English)</a></div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>You may also take the survey in <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-french\" target=\"_blank\" rel=\"noreferrer noopener\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-german\" target=\"_blank\" rel=\"noreferrer noopener\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-japanese\" target=\"_blank\" rel=\"noreferrer noopener\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-russian\" target=\"_blank\" rel=\"noreferrer noopener\">Russian</a>, or <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-spanish\" target=\"_blank\" rel=\"noreferrer noopener\">Spanish</a>. These are the top five languages (other than English) based on the number of WordPress locale downloads. For 2022, additional languages may be considered for translation.</p>\n\n\n\n<p>The survey will be open through the end of 2021, and the results will be published in a future post on this blog for anyone to view. Next year, there will be a new format for this survey, including which segments and questions are included, so that your valuable time spent responding results in equally valuable information.</p>\n\n\n\n<h2 id=\"2020-survey-results\">2020 Survey Results</h2>\n\n\n\n<p>For the 2020 survey, more than 17,000 responses were collected, representing the highest submission volume in four years, up three times from the prior year. In the inaugural year of the survey (2015), over 50,000 responses were collected. Given the reach and adoption of WordPress, there is a significant number we have not reached. As you take the 2021 survey, consider sharing the link on social media and with other colleagues who use WordPress. Gathering feedback from more folks who benefit from WordPress will strengthen our project.</p>\n\n\n\n<div class=\"wp-container-61b0974f54f31 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">View the 2020 Survey Results (PDF)</a></div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>The 2020 survey results show that the pandemic has had a major impact on how we operate as a community. With few in-person events, many community members continue to find it challenging to balance community contributions with their own personal and professional obligations.&nbsp;</p>\n\n\n\n<h2 id=\"footnotes\">Footnotes:</h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses nor IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<p>Like last year, the 2021 survey will be promoted via a banner on WordPress.org, and throughout the make blogs. However, taking a moment to amplify these posts through your own social media and Slack accounts will ensure broader participation. Each of the translated surveys will be promoted through banners on their associated localized-language WordPress.org sites.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a> for the initial draft of this post, and to <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> &amp; <a href=\"https://profiles.wordpress.org/zackkrida/\">@zackkrida</a> for review!</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:\"11551\";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: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:48:\"WordPress 5.8.2 Security and 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:84:\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-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:\"Wed, 10 Nov 2021 18:20:45 +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:8:\"Security\";s: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=11546\";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:365:\"WordPress 5.8.2&#160;is now available! This security and maintenance release features 2 bug fixes in addition to 1 security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated. WordPress 5.8.2 is a small focus security and maintenance release. The next [&#8230;]\";s: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:\"Jonathan Desrosiers\";s: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:3030:\"\n<p><strong>WordPress 5.8.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">2 bug</a> fixes in addition to <a href=\"https://core.trac.wordpress.org/ticket/54207\">1 security</a> fix. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.2 is a small focus security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.2 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now. 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://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-2/\">version 5.8.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.8.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.2 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>.\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props </em><a href=\'https://profiles.wordpress.org/circlecube/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>circlecube</a><em> and </em><a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> <em>for peer review.</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:\"11546\";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:57:\"\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: October 2021\";s: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/2021/11/the-month-in-wordpress-october-2021/\";s: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 Nov 2021 23:35: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11501\";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:344:\"October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg. More notably, in the latest episode of WP Briefing, Executive Director Josepha Haden reminded us about the importance of freedom in open source platforms like WordPress. Free speech has with it a lot of responsibility, just like [&#8230;]\";s: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:12:\"Anjana Vasan\";s: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:24011:\"\n<p>October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg. More notably, in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/10/episode-18-the-economics-of-wordpress/\" target=\"_blank\">latest episode</a> of <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/podcast/\" target=\"_blank\">WP Briefing</a>, Executive Director <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">Josepha Haden</a> reminded us about the importance of freedom in open source platforms like WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Free speech has with it a lot of responsibility, just like being a part of a community. Governments or communities, or in our case, <strong>this software is built by the people who show up. </strong><br><br>For WordPress, at 42% of the web, every small choice we make can cause huge changes in the way that people experience the web today and tomorrow.</p><cite>Josepha Haden, Executive Director of the WordPress project</cite></blockquote>\n\n\n\n<p>Last month was yet another chapter in this journey. So keep reading to learn what&#8217;s new. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.9: All proposed updates will likely be included</h2>\n\n\n\n<ul><li>We announced the<strong> </strong><a href=\"https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>go/no-go for WordPress 5.9 features</strong></a><strong> </strong>in mid-October. The release will probably include all the proposed features—though not all of them are ready yet, they should be by the <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\" target=\"_blank\" rel=\"noreferrer noopener\">proposed release date</a> (December 14, 2021).</li><li><strong style=\"color: initial\">WordPress 5.9 will include a new default theme called </strong><a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Twenty Twenty-Two</strong></a><strong style=\"color: initial\">! </strong><span style=\"color: initial\">The theme&#8217;s foundation will be strong, and the unpredictable yet reliable behavior of birds inspired the intentionally subtle design. </span></li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"433\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=632%2C433&#038;ssl=1\" alt=\"WordPress Default Theme Twenty Twenty-Two released with WordPress Version 5.9\" class=\"wp-image-11509\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=1024%2C701&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=300%2C205&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=768%2C526&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=1536%2C1051&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=2048%2C1402&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<ul><li>5.9 bug scrub sessions began in September and will continue each week until the release on December 14, 2021. <strong>View the full </strong><a href=\"https://make.wordpress.org/core/2021/10/18/bug-scrub-schedule-for-5-9/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>bug scrub schedule</strong></a><strong>. </strong></li><li>Many of you requested a few <a href=\"https://make.wordpress.org/core/2021/10/25/wordpress-5-9-editor-update-26-october/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;must have&#8221; enhancements</a> for the 5.9 release—follow the <a href=\"https://github.com/WordPress/gutenberg/projects/62\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Must-Haves project board</a> to track their status.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/27/overview-of-the-5-9-test-leads-approach/\" target=\"_blank\" rel=\"noreferrer noopener\">shared an overview</a> of the team’s approach to testing WordPress 5.9.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-default\"><p><strong>Interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\" target=\"_blank\" rel=\"noreferrer noopener\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\" target=\"_blank\" rel=\"noreferrer noopener\">8 PM</a> UTC.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg releases: 11.6, 11.7, and 11.8 are here</h2>\n\n\n\n<p>We released three new versions of the Gutenberg block editor between the end of September and October:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Version 11.6</strong></a><strong> </strong>brings site logo cropping and rotation, block-level locking, improvements to Query Pagination block, support for child themes and <a href=\"https://make.wordpress.org/core/2021/10/29/thunks-in-gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">thunks</a>, template focus mode, and enhancements to the writing flow.</li><li><a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg version 11.7</strong></a><strong> </strong>includes bug fixes and polishes to the navigation block and editor, global styles and full site editing (including a handy back button that lets you quickly return to the site editor), and columns block support, among other improvements.</li><li>Finally, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg 11.8</strong></a> is the second to last version to make it into the <a href=\"https://make.wordpress.org/core/5-9/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9</a> release, and it comes with plenty of developments to the editing experience: featured Block Patterns, new animations for a few elements (like Dropzone and Insertion Point), spacing tools for heading blocks, and a lot more.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\" target=\"_blank\" rel=\"noreferrer noopener\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress Slack</a>. For details on the latest updates, follow the &#8220;<a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">What&#8217;s next in Gutenberg</a>&#8221; post.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp US returned virtually this year with more than 3,600 attendees</h2>\n\n\n\n<p><a href=\"https://us.wordcamp.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> 2021 was on October 1, and it was online for the first time. The event drew more than 3,600 attendees, 27 sponsors, and 18 remarkable speakers on topics ranging from accessibility and sustainability to e-commerce, to name a few. </p>\n\n\n\n<p>Matt Mullenweg&#8217;s “State of the Word” is expected to be held as a separate event later this year, rather than being part of WordCamp US.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p>If you missed the live event, <strong>you can still watch the <a href=\"https://www.youtube.com/watch?v=0Vkq4BFZbhI\" target=\"_blank\" rel=\"noreferrer noopener\">Yukon Track</a> and the <a href=\"https://www.youtube.com/watch?v=_6-yAZRXY8k\" target=\"_blank\" rel=\"noreferrer noopener\">Columbia Track</a> of WordCamp US 2021.</strong></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: Polyglots monthly newsletter, a new Performance team, and more</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/polyglots/2021/10/15/polyglots-monthly-newsletter-october-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">first edition</a> of the <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots monthly newsletter</a> went out on October 15, 2021.</li><li>The following teams opened up their call for team representatives last month, and more are coming soon: <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Core</a>, <a href=\"https://make.wordpress.org/community/2021/10/11/community-team-rep-nominations-for-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Community</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\" target=\"_blank\" rel=\"noreferrer noopener\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\" target=\"_blank\" rel=\"noreferrer noopener\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\" target=\"_blank\" rel=\"noreferrer noopener\">Support</a>, <a href=\"https://make.wordpress.org/training/2021/11/02/nominations-for-training-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Training</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Hosting</a>.</li><li>A draft of the <a href=\"https://make.wordpress.org/community/2021/10/08/proposal-2022-global-community-sponsorship-program/\" target=\"_blank\" rel=\"noreferrer noopener\">2022 Global Community Sponsorship program proposal</a> was released on October 8, 2021. </li><li>The October 2021 edition of <a href=\"https://wordpress.org/news/2021/10/people-of-wordpress-ecommerce-ronald-gijsel/\" target=\"_blank\" rel=\"noreferrer noopener\">People of WordPress</a>, featuring WordPress e-commerce specialist Ronald Gijsel, went live.</li><li>Following excellent responses to the <a href=\"https://make.wordpress.org/core/2021/10/12/proposal-for-a-performance-team/\" target=\"_blank\" rel=\"noreferrer noopener\">initial proposal</a>, members of the Core Team announced the next steps in <a href=\"https://make.wordpress.org/core/2021/10/28/wordpress-performance-team-kick-off/\" target=\"_blank\" rel=\"noreferrer noopener\">launching a performance team</a> that aims to increase the performance (speed) of WordPress.</li><li>The Polyglots Team kicked-off <a href=\"https://make.wordpress.org/polyglots/2021/10/12/new-glotpress-meetings/\" target=\"_blank\" rel=\"noreferrer noopener\">bi-weekly Glotpress meetings</a> aimed at improving the functionality of the plugin that powers <a href=\"https://translate.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">translate.wordpress.org</a>.</li><li>A <a href=\"https://make.wordpress.org/training/2021/10/27/documentation-sprint/\" target=\"_blank\" rel=\"noreferrer noopener\">sprint</a> is planned on November 10-12 to explore a <a href=\"https://make.wordpress.org/training/2021/10/04/a-dedicated-volunteer-program-for-the-training-team/\" target=\"_blank\" rel=\"noreferrer noopener\">dedicated volunteer program</a> for the Training Team, similar to the Deputy program in the Community Team.</li><li>WordPress.org profiles now display <a href=\"https://make.wordpress.org/meta/2021/10/11/wordpress-org-profiles-now-show-github-activity/\" target=\"_blank\" rel=\"noreferrer noopener\">activity from the WordPress GitHub organization</a>.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/21/fse-program-pattern-party-summary/\" target=\"_blank\" rel=\"noreferrer noopener\">shared results</a> of the tenth Full Site Editing (FSE) Outreach Program: Pattern Party. </li><li>Answers from the <a href=\"https://make.wordpress.org/core/2021/10/28/fse-program-answers-from-round-three-of-questions/\" target=\"_blank\" rel=\"noreferrer noopener\">third round of questions</a> from the FSE Outreach Program are now out!</li><li>The Docs Team is<a href=\"https://make.wordpress.org/docs/\" target=\"_blank\" rel=\"noreferrer noopener\"> consulting with independent legal experts</a> to explore whether there are issues with having Gutenberg (which is dual-licensed GPL + MPL) coexist with other contents in WordPress (our documentation has a CC0 license and the code is GPL). </li><li>The Themes Team shared a recap of work happening on <a href=\"https://make.wordpress.org/themes/2021/10/14/theme-tools-and-requirements-recap/\" target=\"_blank\" rel=\"noreferrer noopener\">automation and improvement processes</a> for the WordPress Themes directory. The Team also shared a p2 post highlighting the performance impact of<a href=\"https://make.wordpress.org/themes/2021/10/04/the-performance-impact-of-using-jquery-in-wordpress-themes/\" target=\"_blank\" rel=\"noreferrer noopener\"> jQuery on WordPress themes</a>.</li><li>The Marketing Team participated in a <a href=\"https://make.wordpress.org/marketing/2021/10/21/make-marketing-workshop-contributor-ladder/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor ladder workshop</a> to help plan their future activities.</li><li>The feature<a href=\"https://wptranslationday.org/blog/celebrating-wordpress-translation-day-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"> recap of the WordPress Translation Day 2021</a> is out from the Polyglots and Marketing teams, with the results of the <a href=\"https://wptranslationday.org/wptd-2021/polyglots-appreciation-nominees/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots appreciation nominations 2021</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><a href=\"https://wordpressfoundation.us17.list-manage.com/subscribe?u=0f93eb6000a019fcbd53d10be&amp;id=04c6fa5c90\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up </a>for the Polyglots monthly newsletter</strong>, if you haven’t already.</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: Deadline for redesigned Gutenberg landing page is November 5, 2021</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"396\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=632%2C396&#038;ssl=1\" alt=\"WordPress.Org redesigned Gutenberg page\" class=\"wp-image-11519\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=1024%2C642&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=300%2C188&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=768%2C482&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=1536%2C963&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=2048%2C1284&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<ul><li><strong>The Design Team is </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>working on redesigning</strong></a><strong> the </strong><a href=\"https://wordpress.org/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>wordpress.org/gutenberg</strong></a><strong> landing page, and has already shared a </strong><a href=\"https://www.figma.com/proto/Gl653sYvO3RBhVtWSFwMcD/Gutenberg-Page?page-id=1865%3A12926&amp;node-id=1919%3A14707&amp;viewport=241%2C48%2C0.15&amp;scaling=min-zoom&amp;starting-point-node-id=1919%3A14707\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>prototype</strong></a><strong>. </strong></li><li>The team has also shared a few other concepts where they have requested feedback from contributors:<ul><li>Site Editing iA Concepts: <a href=\"https://make.wordpress.org/design/2021/10/15/site-editing-ia-concepts-how-to-surface-and-access-new-features/\" target=\"_blank\" rel=\"noreferrer noopener\">Part1</a> and <a href=\"https://make.wordpress.org/design/2021/10/22/site-editing-ia-concepts-part-2/\" target=\"_blank\" rel=\"noreferrer noopener\">Part 2</a></li><li><a href=\"https://make.wordpress.org/design/2021/10/08/adventures-in-block-theme-switching/\" target=\"_blank\" rel=\"noreferrer noopener\">Block theme switching</a> concepts</li></ul></li><li>Version 18.5 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/10/18/call-for-testing-wordpress-for-ios-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/10/19/call-for-testing-wordpress-for-android-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">Android</a> are now available for testing!</li><li>The Accessibility Team is <a href=\"https://make.wordpress.org/accessibility/2021/10/30/accessibility-team-meeting-notes-october-22-2021-2/\" target=\"_blank\" rel=\"noreferrer noopener\">requesting feedback</a> on a new Gutenberg Pull request that <a href=\"https://github.com/WordPress/gutenberg/pull/35896\" target=\"_blank\" rel=\"noreferrer noopener\">announces formatting changes or screen readers</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Share your feedback on the new Gutenberg landing page design in </strong><a href=\"https://meta.trac.wordpress.org/ticket/5600\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Trac</strong></a><strong> or by </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>commenting on the blog post</strong></a><strong> by November 5, 2021.</strong></p></blockquote>\n\n\n\n<h2>Keep an eye out for WordCamp Spain, Sâo Paulo, and Taiwan 2021</h2>\n\n\n\n<p>We had several WordPress events in October, and several more to look forward to the rest of the year:</p>\n\n\n\n<ul><li>We’re seeking a new host city for <a href=\"https://us.wordcamp.org/2021/wordcamp-us-update-city-search-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US 2022</a>.</li><li>WordCamp Europe 2022 has extended its <a href=\"https://europe.wordcamp.org/2022/porto-is-calling/\" target=\"_blank\" rel=\"noreferrer noopener\">call for organizers</a>.</li><li><a href=\"https://italia.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Italia 2021</a> was held online on October 22-23, 2021. The event had 23 speakers, 17 sponsors, and more than 1,000 registrants. Check out its <a href=\"https://www.youtube.com/channel/UCGdoJtlsv9BhODCQ71cOFnQ\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube channel</a> to watch the event replay.</li><li>Another highlight of the month was <a href=\"https://nicaragua.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Nicaragua 2021</a> which was held on October 8-9, 2021.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\" target=\"_blank\" rel=\"noreferrer noopener\">#WPDiversity</a> working group of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Allyship workshop for event organizers</a> on October 28. <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up now</a> for the diversity events planned by the team for November! </li><li>A <a href=\"https://make.wordpress.org/training/2021/10/29/contribute2wp-learn-training-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">two-day contributor event</a> focused on <a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn WordPress</a>, took place on October 29 and 31, 2021. There was also another <a href=\"https://yoast.com/about-us/events/yoast-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor day</a> on October 8, 2021, which involved working groups across the board, from accessibility to user testing.</li><li>The Test Team organized the following Hallway Hangouts this week—check out their recaps:<ul><li><a href=\"https://make.wordpress.org/test/2021/10/06/hallway-hangout-pattern-party-testing-walkthrough-6-october/\" target=\"_blank\" rel=\"noreferrer noopener\">Pattern Party Testing Walkthrough </a></li><li><a href=\"https://make.wordpress.org/test/2021/10/20/hallway-hangout-5-9-go-no-go-site-editor-ia-and-more/\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Go/No go, Site Editor Internal Audit, and more</a></li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Don’t miss the following upcoming online WordCamps: </strong><a href=\"https://spain.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Spain 2021</strong></a><strong>, </strong><a href=\"https://saopaulo.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Sâo Paulo 2021</strong></a><strong>, and </strong><a href=\"https://taiwan.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Taiwan 2021</strong></a><strong>!</strong></p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\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/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to October 2021’s Month in WordPress: </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/anjanavasan/\" target=\"_blank\"><em>@anjanavasan</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker/\" target=\"_blank\"><em>@harishanker</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/rmartinezduque/\" target=\"_blank\"><em>@rmartinezduque</em></a><em>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/callye/\" target=\"_blank\">@callye</a></em>, <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\">@webcommsat</a></em>, and <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chaion07/\" target=\"_blank\">chaion07</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:\"11501\";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:55:\"\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:48:\"WP Briefing: Episode 19: The 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/11/episode-19-the-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Nov 2021 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11368\";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:463:\"In this nineteenth episode, WordPress&#8217;s Executive director, Josepha Haden Chomphosy, discusses and expresses gratitude for the inspiration behind the People of WordPress series, HeroPress. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless First by Kevin [&#8230;]\";s: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/2021/10/WP-Briefing-019.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:8207:\"\n<p>In this nineteenth episode, WordPress&#8217;s Executive director, Josepha Haden Chomphosy, discusses and expresses gratitude for the inspiration behind the People of WordPress series, HeroPress.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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<p><a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress series</a></p>\n\n\n\n<p><a href=\"https://heropress.com/\">HeroPress</a></p>\n\n\n\n<p><a href=\"https://heropressnetwork.com/\">HeroPress Network</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/updates/2021/10/22/team-rep-nominations/\">Call for Team Rep Nomination</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11368\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</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&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:29</p>\n\n\n\n<p>The month of November includes the Thanksgiving holiday in my part of the world and in my familial traditions. And one of the things that November always brings up for me is the concept of gratitude. I have a gratitude practice that lasts throughout the year. But this time of year always kind of lets me look outside what makes me feel routinely grateful and explore areas that I don&#8217;t always notice.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:05</p>\n\n\n\n<p>This year, I&#8217;m taking some time to do that in the context of the WordPress project, and it&#8217;s reminded me of one of the foundational things I talk about a lot that may be a little harder for folks to see. I am routinely grateful, of course, for the people who show up to maintain WordPress, the people who keep the back office work going, the contributors who contribute directly to the WordPress CMS and project, the folks who routinely go out and tell other people about WordPress and make sure others know how to use it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:35</p>\n\n\n\n<p>But there&#8217;s another group that I talk about a lot that is a little harder to grasp. And that&#8217;s this conceptual group of people whose lives have been changed by WordPress. I used to run into people like this all the time when I was organizing WordCamps. And the small but meaningful successes that they share year after year made me realize that my small contribution of organizing these events was really quite valuable; valuable to them, and I assumed also valuable to just other people in the WordPress project.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:09</p>\n\n\n\n<p>Now, if you&#8217;re contributing in a way that doesn&#8217;t let you have contact with the same users consistently over time, or if contributing doesn&#8217;t quite balance out in your ledger at the moment, it can be hard to put names to faces in a way that lets you see how your contributions are making an impact. To help with that, a few years ago, the WordPress project partnered with the community Marketing team and the HeroPress team to share the People of WordPress series which you can find monthly on wordpress.org/news. For me, this series provides a glimpse into the humanity of the people who use WordPress, and for me, that&#8217;s enough. If all the series ever did was to remind us that WordPress was made for people whose needs matter, that would be enough to continue to have that series forever. But fortunately, the series does quite a bit more than that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>The People of WordPress series also lifts up the stories of people who we don&#8217;t always hear from in technology. It highlights the wide array of origin stories that lead people to WordPress. It reminds us of the global nature of what we&#8217;re doing. It reconnects us to the hopefulness of our own first WordPress successes. And it draws a direct line to why we should care about refreshing the commons of this open ecosystem. I&#8217;m sure that there are more things that do as well. But those are just the things off the top of my head, we draw all of the people of WordPress stories that are inside that series directly from the HeroPress essays that have been submitted by users. And I was gonna say users like you in a kind of Reading Rainbow way. But I actually don&#8217;t know if any of you are everyday users who are also using WordPress but maybe not contributing yet. If you are then like I&#8217;m talking to you. And if you&#8217;re not, I&#8217;m probably still talking to you. Because all of these stories that go to HeroPress are very valuable and very important for us to know. Anyway, I digress.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:14</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>, who founded HeroPress, is among the first people I met in the community lo these many years ago. And I think the impact that HeroPress has on the WordPress community as a whole is not always well recognized. So in the spirit of expanding the scope of my gratitude, and in the context of refreshing the commons, I would encourage you to head over to HeroPress.com and their newly launched HeroPress Network and see if there&#8217;s any little way that you can contribute to their commons, submitting your story donating to their network offering a small bit of volunteer time if you happen to have any spare time lying around. I know that the team would be delighted to hear from you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:01</p>\n\n\n\n<p>That leads us now to our small list of big things. We are about a week away from the feature freeze for WordPress 5.9, the final release of the year. Feature freeze caused a little confusion last time. So I just want to clarify there won&#8217;t be a package released with this milestone. But no more enhancements or features will be worked on at that point. And bug fixing will become the primary focus. That will be on November 9, which I believe is next Tuesday. It&#8217;s definitely next week whenever the calendar turns to nine of November 2021. That&#8217;s the day that we&#8217;re going into feature freeze.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:38</p>\n\n\n\n<p>The second big thing in our small list of big things is that team rep nomination season is upon us. If you are a team rep or want to learn more about being one, now is the time to kind of look at what&#8217;s going on and how to keep everything moving in that way. I&#8217;ll include a link to the announcement post of that in the notes below.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:57</p>\n\n\n\n<p>And finally, Daylight Saving Time movements are also upon us. Some parts of the world are ending Daylight Saving Time others are starting it and some have already started or stopped that already. So no matter where you are, don&#8217;t forget to check and double-check the timing of things across time zones for the next few weeks.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:21</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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:\"11368\";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:78:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2021/10/people-of-wordpress-ecommerce-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Oct 2021 12:21: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:8:{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:17:\"Contributor Story\";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:7:\"meetups\";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:20:\"WordPress e-commerce\";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:5:{s:4:\"data\";s:17:\"WordPress journey\";s: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=11370\";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:\"Ronald Gijsel on his path from chef to WordPress e-commerce specialist, in the latest People of WordPress feature. #ContributorStory\";s: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:11713:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress e-commerce specialist on the difference it makes.</p>\n\n\n\n<h2 id=\"empowered-to-make-a-change\">Empowered to make a change</h2>\n\n\n\n<p><strong>For WordPress contributor Ronald Gijsel, open source is a lifeline and a perfect place for people with creative minds. It led him on a transformational journey from chef to WordPress e-commerce specialist. Originally from the Netherlands, where he trained in hospitality, he was to find a restorative and energizing power within the WordPress local and global community. </strong></p>\n\n\n\n<p>Ten years ago, life took a sad turn for Ronald and his wife Nihan when their baby daughter passed away only a few days after she was born. At that time, Ronald was a restaurant owner in the UK, working hard in a challenging economic environment.&nbsp;Discovering open source was in many ways his lifeline and helped him and his wife through their considerable heartache. Through this community, a journey to understand the opportunities of the web and new career paths began.</p>\n\n\n\n<p>Ronald believes that working together in WordPress and other open source communities can lead to massive benefits for a large number of users. Not least, an online presence has been essential to the survival of many businesses during the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>During recent years, he has visited open source events worldwide as a partnership manager at a WordPress e-commerce plugin company and community supporter. His enthusiasm for WordPress has steered him to being part of local support, solutions and collaboration as a co-organizer of <a href=\"https://central.wordcamp.org/\">WordCamp</a> Bristol, the <a href=\"https://www.meetup.com/Cheltenham-WordPress-Meetup/\">WordPress Cheltenham Meetup</a> and more.</p>\n\n\n\n<h2 id=\"moving-forward\">Moving forward&nbsp;</h2>\n\n\n\n<p>When Nihan enrolled in the UK&#8217;s Open University to complete her computer science degree, Ronald found her course materials stirring his own interest. He started to follow the lectures with her and even attempted some of the course work for himself &#8211; all whilst he continued to work as a chef in various local pubs.&nbsp;</p>\n\n\n\n<p>Through this, he discovered how to generate affiliate commission earnings through blogging on different platforms. “Creating websites was slowly becoming a passion. In these first few years, I enjoyed every part of the steep learning curve, from tackling the basics to more advanced coding and designs,” said Ronald.</p>\n\n\n\n<h2 id=\"the-start-of-a-web-career\">The Start of a Web Career</h2>\n\n\n\n<p>Ronald reduced his hours as a chef and devoted more time to online courses learning coding, e-commerce, SEO, and online marketing. Yet when he applied for a job as a WordPress designer, he had only heard of the platform in the context of blogging. This was all to change when an online tutor on one of the training sites revealed the many functions available with WordPress. It was the start of a new career and life journey. This tutor was Topher DeRosia, who went on to create <a href=\"https://heropress.com/\">HeroPress</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"467\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=632%2C467&#038;ssl=1\" alt=\"Ronald Gijsel and Topher De Rosia at \na WordCamp\" class=\"wp-image-11398\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=300%2C222&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=768%2C567&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Ronald with Topher at WordCamp London in 2019</figcaption></figure>\n\n\n\n<p>To learn WordPress, Ronald ‘binge-watched’ webinars on various development topics and over time he became more familiar with it. Securing a job as a designer was only the beginning of his journey into the WordPress ecosystem.</p>\n\n\n\n<p>A year later in 2015, after landing the job as a WordPress designer, Ronald&#8217;s boss asked him to consider taking on the business and its clients. With his wife, Ronald decided to take on the firm and to expand their work in WordPress e-commerce and online marketing.</p>\n\n\n\n<p>As an advocate for learning new skills and practicing them, Ronald encourages others to continue to expand their knowledge through study, attending talks at Meetups and WordCamps, and using the new <a href=\"https://learn.wordpress.org/\">Learn WordPress resource</a>. </p>\n\n\n\n<p>“WordPress has evolved in so many branches that require different skills. There are hundreds of areas of expertise, roles, and jobs that complement WordPress to make it what it is.”</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"528\" height=\"652\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?resize=528%2C652&#038;ssl=1\" alt=\"Ronald talking about WordPress and e-commerce solutions\" class=\"wp-image-11414 size-full\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?w=528&amp;ssl=1 528w, https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?resize=243%2C300&amp;ssl=1 243w\" sizes=\"(max-width: 528px) 100vw, 528px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-large-font-size\">“WordPress is an essential tool in my box.”<br><em><strong>Ronald Gijsel</strong></em></p>\n</div></div>\n\n\n\n<p>Ronald believes WordPress thrives on diversity, with many <a href=\"https://make.wordpress.org/\">contributor opportunities</a> and jobs in the ecosystem that require a wide range of skills.&nbsp;</p>\n\n\n\n<p>“A big part of this is that each person’s personal background complements their skill sets. Who you are and what you do is influenced by what you have done and learned. We need to cherish this. These things also add to our culture, language, experience, and knowledge,” he said.<br></p>\n\n\n\n<h2 id=\"a-journey-into-wordpress-e-commerce\">A journey into WordPress e-commerce</h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?resize=632%2C442&#038;ssl=1\" alt=\"Ronald presenting on WordPress and e-commerce at an event\" class=\"wp-image-11400\" width=\"632\" height=\"442\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?zoom=2&amp;resize=900%2C630&amp;ssl=1 1800w, https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?zoom=3&amp;resize=900%2C630&amp;ssl=1 2700w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Ronald shares his enthusiasm for building WordPress and e-commerce websites at WordCamp London in 2019</figcaption></figure>\n\n\n\n<p>Ronald initially extended his interest in the&nbsp;WordPress ecosystem through representing a plugin company at WordCamps in the UK. He became hooked and went on to attend events in many different countries.&nbsp;</p>\n\n\n\n<p>In 2018, he realized he could do more with his connections and create meaningful partnerships. Within a few weeks, he had crafted his dream job and sent a proposal to the CEO of a WordPress e-commerce firm.</p>\n\n\n\n<p>But pitching to strangers wasn’t an easy task, as he did not know if they would understand his vision. </p>\n\n\n\n<p>Ronald said: “The doubts went through my head for months. ‘Do I give up my business and work for the benefit of another company? What if I don’t get on? What do I do with my customers?’ But I decided to take the leap.&#8221; His pitch proved successful, joining his current firm in 2019.<br><br>In the firm’s CEO, Ronald found a mentor, supporter, and a friend. He explained: “Nando Pappalardo never tells me what to do, but instead, he asks questions to make me realize what is achievable, or could be even better. He simply makes suggestions that I read something and reach my own conclusions.”</p>\n\n\n\n<h2 id=\"looking-back-at-the-journey\">Looking back at the journey&nbsp;</h2>\n\n\n\n<p>Taking risks or changing directions in mid-career often involves a giant leap. In Ronald&#8217;s view, through WordPress, you don&#8217;t need to be alone. He believes its community can offer support and help to process thinking.</p>\n\n\n\n<p>Ronald said: “I often think back to the moment my daughter passed away. She only lived for a few days. Every day, I wonder how events would have unfolded if she had survived. Maybe her memory lives on in every decision I make and the paths I decide to take.”</p>\n\n\n\n<p>From his experience, he found that&nbsp;changing a career can sometimes take a few years and have a period of transition. He said: “Only looking back do I realize that each small step slowly made a difference in my life.”</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“It was WordPress that made the online world easier to navigate and empowered me to make a change”&nbsp;</p><cite>Ronald Gijsel</cite></blockquote></figure>\n\n\n\n<p>He added: “Feeling welcomed into the WordPress community through Meetups and WordCamps added a human dimension and confidence that I can do ‘this’ too.”</p>\n\n\n\n<p>Ronald’s wish is that his story will offer support to others who may have experienced tragedy in their lives. “I hope that I can give you the hope and strength to try and put your energy into something else that can lead to more significant changes in your life. Try to take it as one positive decision at a time.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help us share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series.</a>&nbsp;#ContributorStory.</p>\n\n\n\n<h2 id=\"contributors\">Contributors</h2>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@</a><a href=\"https://profiles.wordpress.org/webcommsat/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/webcommsat/\">webcommsat</a>), and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>) for the interviews and writing this feature, and to Ronald Gijsel (<a href=\"https://profiles.wordpress.org/just2ronald/\">@just2ronald</a>) for sharing his story.</p>\n\n\n\n<p>Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Anjana Vasan (<a href=\"https://profiles.wordpress.org/anjanavasan/\">@anjanavasan</a>), Collieth Clarke (<a href=\"https://profiles.wordpress.org/callye/\">@callye</a>), and Reyes Martinez (<a href=\"https://profiles.wordpress.org/rmartinezduque/\">@rmartinezduque</a>) for their content contributions, and Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>), and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support for the series.</p>\n\n\n\n<p><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.&nbsp;</em>#HeroPress</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:\"11370\";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:55:\"\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:51:\"WP Briefing: Episode 18: The Economics 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2021/10/episode-18-the-economics-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Oct 2021 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11351\";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:364:\"In episode 18 of WP Briefing, Josepha Haden Chomphosy reflects on a recent lecture that she gave to students at Hendrix College in which she explored the economics of WordPress and the principles that sustain the project&#8217;s ecosystem. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a [&#8230;]\";s: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/2021/10/WP-Briefing-018.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:20806:\"\n<p>In episode 18 of WP Briefing, Josepha Haden Chomphosy reflects on a recent lecture that she gave to students at Hendrix College in which she explored the economics of WordPress and the principles that sustain the project&#8217;s ecosystem.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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<p><a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a></p>\n\n\n\n<p><a href=\"https://wpengine.com/resources/value-of-wordpress-worlds-first-study-of-wordpress-economy/#An_Expansive_WordPress_Ecosystem\">The Value of WordPress: The World&#8217;s First Study of the WordPress Economy </a></p>\n\n\n\n<p><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/\">WordPress 5.9 Feature Go/No-Go </a></p>\n\n\n\n<h3>Digital Citizenship Resources</h3>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/becoming-better-digital-citizens-through-open-source/\">Becoming Better Digital Citizens Through Open Source</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/empowering-generations-of-digital-natives/\" data-type=\"post\" data-id=\"7413\">Empowering Generations of Digital Natives</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/responsible-participation-in-online-communities/\" data-type=\"post\" data-id=\"7386\">Responsible Participation in Online Communities</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11351\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</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&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>So today marks the start of Digital Citizenship week. This year in 2021, it is the week of October 18th, and to kick it off, I want to share with you a bit of a lecture that I gave to a college class last week.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:55</p>\n\n\n\n<p>An economics professor teaches this class. And so, a little bit, I went to talk about how WordPress is essentially a microcosm of global societies. That was mostly why I was invited to come and give the talk. But one of the students asked a really interesting question about economics, and especially the economics of WordPress. And so, I&#8217;m going to take some time to do my best to answer that question here as well. But first, we&#8217;re going to start with some big picture information about WordPress that I shared with the students, and then maybe you also don&#8217;t necessarily know.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:00</p>\n\n\n\n<p>So the first place that we started was with the question of what WordPress is. Most of them had heard of it but didn&#8217;t necessarily have a good handle on what it is. And so this is the definition that I gave to them. This is a bit of each of the facets of WordPress that we kind of see right now.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:57</p>\n\n\n\n<p>Firstly, WordPress is, of course, a content management system, which means it&#8217;s a piece of software that uses a copyleft license, which means that it&#8217;s open source, and no one individual necessarily owns the rights to the code. If you get very specific, WordPress is, of course, a FOSS project or a free and open source software project. I know that there are discussions around when a piece of software is free, then what are you using to pay for that piece of software or to pay for your access to that software? And often, the answer is that you&#8217;re using your personally identifying information to pay for something commonly referred to as the data economy. If you&#8217;re not familiar with that, it&#8217;s a little bit of a three-pronged effort there. So you submit your data to get access to the software, or you can join the platform, depending on what it is that you&#8217;re working with. That platform or that software collects your data so that they can build a profile about what sorts of content engages you and so that they can share, essentially, audience cohorts like groups of people that kind of are talking about what you&#8217;re talking about, agree with what you agree about, and find interesting, the same sorts of things that you find interesting. And then those companies sell access to your attention. This is something that I refer to as the attention economy. I think there are a lot of startups at the moment that refers to the attention economy. The most iconic recent example was when the folks over at Netflix said that they weren&#8217;t competing against other streaming services; they were competing against sleep.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:54</p>\n\n\n\n<p>And I think that might ring true for quite a few of us at the moment. But anyway, to scoot us back one level, I had, as I said, WordPress is free software. But the difference with WordPress is that to get a copy of WordPress, you are not necessarily required to hand over any data. You don&#8217;t need to give anyone data to get a copy. You don&#8217;t need to give anyone money or data to open up a copy that you own or to build a website in it if you&#8217;re just doing it locally, but especially around that data side because WordPress is not collecting any data, we&#8217;re also not brokering access to anyone&#8217;s attention.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:37</p>\n\n\n\n<p>Another answer to the question of &#8220;What is WordPress?&#8221; WordPress software and the project enable nearly half a trillion dollars of revenue in the global digital economy, as we learned from a recent study from one of the hosting companies inside the WordPress project&nbsp; &#8211; oh, Inside the WordPress ecosystem anyway. And WordPress also runs 42% of the web, with some of the biggest sites we know using WordPress. Such sites like the New York Times, Rolling Stone, many, many others, which you can see in the WordPress showcase as well. I don&#8217;t necessarily want to just like call out all the big groups that use it. But it&#8217;s a lot.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:22</p>\n\n\n\n<p>&nbsp;To recap what we just learned about WordPress and what WordPress is. It is software that one uses a copyleft license, meaning no single entity owns it. Two, it is available at no cost, meaning no money changes hands for you to own a copy. Three does not track you, which means that you don&#8217;t have to give WordPress any personally identifying information to get a copy. Four is an enabler of a massive digital economy massive portion of the digital economy even. That, you know, means their services, extensions, themes, plugins, all of that stuff. And five, it is software that supports 42% of the web. Practically every other site you visit uses the software. So that&#8217;s WordPress.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:10</p>\n\n\n\n<p>With this massive free software, you might be thinking to yourself a couple of things. The first thing you might be thinking is, &#8220;Well, that sounds impossible.&#8221; But if that&#8217;s not what you&#8217;re thinking, you may be thinking, &#8220;how is it possible that a software that is technically owned by no one and takes no money or data to obtain &#8211;&nbsp; how is it that a software like that can power 42% of the web.&#8221; This brings me, of course, to a topic that I specialize in, which is how WordPress is made.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:45</p>\n\n\n\n<p>WordPress is, by now you know, built by a global community of contributors. And it&#8217;s partially contributors that are self-sponsored or giving of their own time freely, and partly sponsored volunteers, people who are paid by Five for the Future initiatives inside various companies. I have said many times, most recently at WordCamp US, that I have an ideal ratio of about two to one in that kind of volunteer or self-sponsored versus corporately sponsored set of voices. And also, as I said, at WordCamp US, we’re not necessarily getting to that ideal ratio right now because of the nature of the way the world is at the moment. However, this community functions almost like a tiny little digital society. There are ways to get your voice heard ways to take on leadership roles; there is a little bit of light governmental structure. And as with any society, any community like this, there&#8217;s a relationship inherent there. There&#8217;s almost a transactional element that takes place when you&#8217;re participating fully. Although I know that for the WordPress project, especially for open source in general, there is a reminder that we should always be contributing without the expectation of reciprocity. But even if you are contributing without the expectation of reciprocity, you still are engaging in an existing community, which means that you are fostering a relationship with the community or with the people who are also participating in the community with you. It&#8217;s just inescapable if you have people around and working together.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:38</p>\n\n\n\n<p>So two concepts really informed my work to future-proof the WordPress project. And the first one is digital citizenship, which is why this particular WordPress Briefing fits today. And the other is the Tragedy of the Commons, especially how we go about refreshing those commons. So digital citizenship, I talked about it a bit in the last WP Briefing. But it&#8217;s still true today that that&#8217;s important. And the thing that really matters to me as we are working through how to make sure that WordPress is moving forward together. But most discussions of citizenship are location-specific, which makes plenty of sense. However, with so many mobile devices and broader access to some level of internet, we have increasing opportunities to be connected because of interests or skill sets. And even the things that we aspire to or aspire to be with a community like WordPress, which has no home office or main location. Of course, it&#8217;s very important that all of the leaders in WordPress, all of the team reps in WordPress, are proactively engaging with the people in their teams and in their portions of the community instead of waiting for like happenstance running into people. We also use a bunch of social stuff to get people together: twitch screams, not twitch screams because it&#8217;s not that Halloweeny! Twitch streams, hallway hangouts, events that are both online and off. Everything that the Learn section of the community is doing with their discussion groups. There are so many ways that WordPress proactively engages with each other and engages with itself. And that work is all really important to keeping the community involved, which is key to any organization&#8217;s long-term success, and certainly is true for WordPress as long-term success. Because when your community or your organization or your society is engaged and invested in your collective success, then you are (get ready for a list) one, more likely to see obstacles early and be able to overcome them, two more likely to see upcoming trends and prepare for them, three more likely to see what is broken and be able to repair it before it is a major issue. And four, you are more likely to be a resilient and fruitful organization long after any single member has stopped participating.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:10</p>\n\n\n\n<p>The more connected to the community you are and the more active, the greater your influence and the ability to affect changes also become. And so, not only is it important for us to remain connected as a community just to make sure that everything is going well. But also, it&#8217;s one of the primary ways that people who are giving back can sort of have more of an opportunity in this particular ecosystem. In open source, anyone can gain influence by helping others by helping the software and by keeping the trains on the tracks. And so, one of the only lasting limits to long-term potential in an open source project is how good you are at seeing beyond yourself and seeing what good action can make beyond just your own benefits. I understand that there are also specific hurdles to contribution in your free time that I have dedicated a couple of different podcasts to, so I don&#8217;t want to neglect that reality.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:19</p>\n\n\n\n<p>I have found in my experience that one of the limiting factors that sometimes cannot be unlearned is not being able to see kind of a broader scope, a broader perspective than what you&#8217;re already bringing into it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:34</p>\n\n\n\n<p>So being a good digital citizen, that&#8217;s a really important part of keeping any society together any organization together and moving forward. But especially is in the context of digital citizenship, is true for WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:48</p>\n\n\n\n<p>The second thing that is really important to me is this concept of the Tragedy of the Commons, which is, of course, an economics term, open source has borrowed. We have talked about it in this podcast in the past. And today, I specifically am talking about how WordPress works to consistently be refreshing the commons. So the theory of the Tragedy of the Commons says that all societies can withstand a certain volume of free-riders. A certain number of people who reap the benefits of that community’s society without necessarily putting anything back into it. And that is no different in open source than in any other place where you would apply this concept. The particular catch for WordPress is of course, that it is free, freely available and has no specific copyright holder. And so in those circumstances, it is incredibly easy for a small group of people to maintain the software while the whole world uses it for free. And not only is it possible for a small group of people to maintain it, but if you&#8217;re not careful, it&#8217;s also easy for a small group of unpaid people and unacknowledged people to maintain something forever. And at the volume that WordPress operates at, that&#8217;s a really risky choice. It doesn&#8217;t help to support those people; it puts the long-term stability of the software in jeopardy. And at the end of the day, it just does not help to replenish the commons to make sure that everybody keeps getting to have the benefits of this ecosystem in the long term.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:39</p>\n\n\n\n<p>As many of you know, there is this program called Five for the Future. And that program is essentially modeled after a tithe. So the invitation to this program when it was first introduced in 2014 was that if you or your company or your community is made better or made possible by WordPress, you should give back to the WordPress project 5% of your resources.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:07</p>\n\n\n\n<p>It is an aspirational 5%, of course, and some groups give back their time while others give back with their money. But almost anyone who wants to give back has some skill that WordPress needs. That particular program has really grown in leaps and bounds since it was introduced. I don&#8217;t know exactly how many team members were considered Five for the Future contributors when it was first introduced in 2014; it was a little before my time. But at the moment, it&#8217;s about 150 people that I am routinely aware of or in contact with, which is still a small number considering how many people use WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:52</p>\n\n\n\n<p>However, many corporations who have seen the most benefit, including, you know, the company that I work for (Automattic), and a lot of other hosting companies in the ecosystem, all do a really good job of refreshing the commons so that WordPress is still usable for businesses of all levels.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:11</p>\n\n\n\n<p>I want to leave us with one final big picture thought about open source. This is going to be a callback to one of my earliest episodes in this podcast. But I think that it&#8217;s always worth remembering. We&#8217;re going to talk about this really popular phrase in open source projects &#8220;free as in speech, not free as in beer.&#8221; And for WordPress, as you know, it&#8217;s a little bit of both. It&#8217;s literally free. But also, since it&#8217;s open source, it has a free as in speech component to it as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:46</p>\n\n\n\n<p>The four freedoms of open source as laid out in the 90s. So 10 years into the open source movement, are basically that you have the freedom to run the program for any purpose, the freedom to study how the program works, and change it so that it can do your computing as you wish, the freedom to redistribute copies so that you can help your neighbor and the freedom to distribute copies of your modified versions, giving the community a chance to learn and benefit from the changes that you put into the software.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:22</p>\n\n\n\n<p>I don&#8217;t remember if I said this in my original podcast, but I&#8217;m going to say it today, free speech has a lot of responsibility, just like being a part of a community. Governments or communities, or in our case, this software is built by the people who show up. For WordPress at 42% of the web, every small choice we make can cause huge changes in how people experience the web today and tomorrow. And that, to my mind, is really no different than participating in any sort of civic infrastructure. The changes that are made today, or the errors that we prevent, set the tone and the circumstance and the potential to thrive for everyone who comes after us.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>18:17</p>\n\n\n\n<p>That leads us into our smallest of big things. I just have a couple of things for you all today. Firstly, at the time of this recording, this is prior to the Go/No-Go demo meeting for WordPress 5.9. So I have no idea what&#8217;s happened. But by the time this podcast has been released, we will have had the Go/No-Go meeting and also have shipped the post that summarizes what happened, what we hope to change in the next essentially sprint so that we can confidently move forward with a clear set of features for the 5.9 release. I will include a link to the notes below in the show notes. Kudos to everyone, props to everyone who participated in that meeting. And also props to all the people who have been helping us as we head into this final release of the year and all of you who are going to help us make it successfully to the end.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:15</p>\n\n\n\n<p>The second thing I already kind of alluded to at the top of the podcast, it is Digital Citizenship week; two or three years ago, the WordPress blog had a series about digital citizenship and what it means to be a good digital citizen, what it means to do that in the context of WordPress. I will drop a link to those posts in the show notes as well. They are very well written and very important, and fairly evergreen content. If I think that there is something worth updating, I will update it before putting it in the show notes. And that is your small list of big things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:57</p>\n\n\n\n<p>Thank you all for tuning in today for the WordPress sprint. I&#8217;m your host, Joseph Haden Chomphosy, and I&#8217;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:\"11351\";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:57:\"\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:38:\"The Month in WordPress: September 2021\";s: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:73:\"https://wordpress.org/news/2021/10/the-month-in-wordpress-september-2021/\";s: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 Oct 2021 20:01: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11327\";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:351:\"There’s a lot of tolerance in open source software for shipping slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS. That was Josepha Haden on the [&#8230;]\";s: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:\"Hari Shanker R\";s: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:16575:\"\n<blockquote class=\"wp-block-quote\"><p>There’s a lot of tolerance in open source software for shipping slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\">A Sneak Peek at WordPress 5.9</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about what goes into a WordPress release like version 5.9. Read on to find out more about updates on the latest release and the latest WordPress news from September 2021.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Translation Day 2021 Celebrations ran for 30 days</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=632%2C332&#038;ssl=1\" alt=\"WP Translation Day Matt Mullenweg Quote. Quote text: “Translation is so magical because it multiplies the work of all the other contributors of WordPress. If you care about freedom and the future of the internet, translating WordPress is one of the best things you can do for people who speak your language.”\" class=\"wp-image-11328\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=1024%2C538&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=768%2C403&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress Contributor teams, led by the Polyglots and Marketing teams, organized <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September. Contributors from across the world joined the celebrations by translating WordPress into their own languages. Additionally, the team organized a host of <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global</a> and <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local events</a>. Translation sprints were organized by the <a href=\"https://make.wordpress.org/community/2021/09/20/kicking-off-the-community-documentation-translation-sprint-from-september-20-to-24/\">Community</a> and <a href=\"https://make.wordpress.org/training/2021/09/30/wptranslationday-subtitling-videos-on-learn/\">Training</a> teams, as well as local groups.</p>\n\n\n\n<p>As part of the celebrations, nominations were invited for contributors who had made a significant impact on the translation of WordPress and its availability in so many languages worldwide. <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">More than 30 notable polyglot contributors were nominated for their contributions</a>. They will be featured in the coming month on the <a href=\"https://wptranslationday.org/\">WP Translation Day website, together with event recaps and more news.</a></p>\n\n\n\n<p>Read the latest <a href=\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\">People of WordPress feature on polyglots contributor Yordan Soares</a>, from South America.</p>\n\n\n\n<h2>WordPress Release updates</h2>\n\n\n\n<ul><li>WordPress security and maintenance release – <a href=\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\">Version 5.8.1</a> came out on September 9, 2021. The release fixes three major issues and includes 60 bug fixes. You can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org. The <a href=\"https://make.wordpress.org/core/2021/10/04/wordpress-5-8-2-deferred/\">5.8.2 release has been deferred</a> and if needed a minor release will be added before 5.9.&nbsp;</li><li>Work is progressing towards WordPress 5.9, and the team released a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">planning round-up</a> along with a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">call for release leads</a>. October 14 is the go/no-go date of the release, which is planned to be <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">launched on December 14, 2021</a>.</li></ul>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Say hi to Gutenberg Versions 11.4 and 11.5</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">version 11.4</a> and <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">version 11.5</a> this month. <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Version 11.4</a> adds image blocks to the gallery block, duotone filters for featured images, and padding support for Button Blocks. <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">Version 11.5</a> adds flex layout support to the group and social icon blocks along with <a href=\"https://make.wordpress.org/core/2021/09/22/core-editor-improvement-introducing-the-widget-group-block/\">widget group blocks</a>. It will support the addition of a site logo or title directly into menus.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The <a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\">What’s next in Gutenberg</a> post gives details on the latest updates.</p>\n\n\n\n<h2>New Guidelines for in-person WordCamps</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">published new guidelines</a> for returning to in-person WordCamps in regions where in-person events are allowed by the local public health authorities.&nbsp;</p>\n\n\n\n<p>Community members can now organize in-person WordCamps for fully vaccinated, recently tested negative, or recently recovered folks (in the last three months) — provided their region passes the in-person <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a> OR if vaccines and/or COVID testing are accessible to all. Organizers can continue to plan online WordCamps if their region does not meet the guideline.&nbsp;</p>\n\n\n\n<p>New guidelines are also available on the <a href=\"https://make.wordpress.org/community/2021/09/27/announcement-returning-to-in-person-do_action-charity-hackathons/\">return of in-person do_action hackathons</a>.</p>\n\n\n\n<p>Want to get involved in the Community Team and help bring back in-person WordPress events? <a href=\"https://make.wordpress.org/community/\">Follow the Community Team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>! Check out the following <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a> and <a href=\"https://make.wordpress.org/community/events/\">meetups</a>.</p>\n\n\n\n<h2>Important Team announcements/updates</h2>\n\n\n\n<ul><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\">opened sign-ups</a> for their new monthly newsletter. The first edition goes out on October 15!</li><li>The<a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/\"> Five for the Future program is being revisited</a> to identify opportunities for growth.&nbsp;</li><li>The Docs Team formally <a href=\"https://make.wordpress.org/docs/2021/09/15/announcement-new-workflow-for-reporting-documentation-issues/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/09/20/change-to-how-long-active-reviews-remain-open/\">reduced the time period to complete active review requests for plugins</a> from six to three months.</li><li>The Community Team started work on the <a href=\"https://make.wordpress.org/community/2021/09/10/2022-global-sponsorship-working-group/\">2022 Global Sponsorship program</a>.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/09/16/document-status-and-visibility/\">working on a redesign proposal of the Inspector sidebar</a> in the WordPress post/page editor.</li><li>The Themes Team announced the results of the <a href=\"https://make.wordpress.org/themes/2021/09/13/theme-upload-survey-results-next-steps/\">six-week Theme author survey</a>.</li><li>The Training Team also shared <a href=\"https://make.wordpress.org/training/2021/09/14/learn-wordpress-needs-assessment-results/\">results of a third-party needs assessment exercise for Learn WordPress</a> which offers some excellent insights.&nbsp;</li></ul>\n\n\n\n<h2>Feedback/Testing requests from Contributor Teams</h2>\n\n\n\n<ul><li>Version 18.3 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/09/20/call-for-testing-wordpress-for-ios-18-3/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/09/21/call-for-testing-wordpress-for-android-18-3/\">Android</a> are now available for testing!</li><li>Join the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">10th challenge</a> of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) Outreach program</a> &#8211; “<a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">Pattern Party</a>”. Check out the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">announcement post</a> for testing instructions and join the fun in the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-experiment</a> Slack channel. Deadline: October 13, 2021</li><li>The Training Team is requesting feedback on:<ul><li><a href=\"https://make.wordpress.org/training/2021/09/27/proposal-ensuring-high-quality-video-contributions-to-learn-wordpress/\">Strategies to ensure high-quality video contributions for Learn WordPress</a>. Deadline: October 6, 2021</li><li><a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">Learner achievements on profiles</a>: no current deadline</li></ul></li><li>Help the Test Team <a href=\"https://make.wordpress.org/test/2021/10/01/test-team-chat-summary-28-september-2021/\">reach out to extenders to check if their test suites are compatible with the modernization of the WordPress Core PHP Test Suites</a>. Information on what the changes mean and step-by-step instructions are available over in the following post: <a href=\"https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/\">Changes to the WordPress Core PHP Test Suite</a>.</li><li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2021/09/19/how-to-handle-block-pattern-translations/\">exploring two different mechanisms on translating user-submitted block patterns</a>: GlotPress v/s forking patterns to locales and is requesting feedback from community members.</li></ul>\n\n\n\n<h2>WordPress Events updates</h2>\n\n\n\n<ul><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> was held from September 30 &#8211; October 2, 2021 and <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> ran on October 1.</li><li>Don’t miss these upcoming WordCamps: <a href=\"https://nicaragua.wordcamp.org/2021/\">WordCamp Nicaragua 2021</a> (October 8-9, 2021) and <a href=\"https://italia.wordcamp.org/2021/\">WordCamp Italia 2021</a> (October 22-23, 2021) </li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/09/15/wpdiversity-events-in-september-attention-india/\">allyship workshop, along with dedicated workshops focused on India in September</a>.</li><li>The Test Team organized a <a href=\"https://make.wordpress.org/test/2021/09/17/hallway-hangout-discussion-on-adoption-pathways-for-full-site-editing-16-september/\">Hallway Hangout on adoption pathways for Full Site Editing</a> where attendees mentioned how they use FSE and shared ideas for improvement. </li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Hosting Team recommended that all web hosts <a href=\"https://make.wordpress.org/hosting/2021/09/15/wordpress-5-8-1-security-release-is-time-sensitive/\">test and push the WordPress 5.8.1 security update through to their users</a> as soon as possible.</li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/\">clarified GPL compliance guidelines</a> for Learn WordPress contributions, and the <a href=\"https://learn.wordpress.org/meta/handbook/workshops/eligibility-of-workshop-presenters/\">guidelines for workshop presenters are available in the handbook</a>.</li><li>The codebase for Openverse, a search engine for openly-licensed media,&nbsp; i<a href=\"https://make.wordpress.org/openverse/2021/09/03/call-for-translations-i18n-in-openverse/\">s now available for translation</a>.</li><li>The Core Team implemented a <a href=\"https://make.wordpress.org/core/2021/09/28/implementing-a-webfonts-api-in-wordpress-core/\">Webfonts API in WordPress core</a> for simplifying the process of enqueuing external fonts on WordPress sites.&nbsp;</li><li>The Test Team rescheduled <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">the End-to-End (e2e) Test working strategy session</a> to October 6. More details <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">in the announcement post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we could include in the next ‘Month in WordPress’ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to September’s Month in WordPress: <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/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, and <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</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:\"11327\";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:55:\"\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:66:\"WP Briefing: Episode 17: WordPressing Your Way to Digital Literacy\";s: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:88:\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\";s: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 Oct 2021 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11316\";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:400:\"In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&#160; Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz [&#8230;]\";s: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/2021/09/WP-Briefing-017.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:29421:\"\n<p>In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11316\"></span>\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&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:42</p>\n\n\n\n<p>Today I want to talk to you a little bit about the digital divide, where it is, maybe a bit of where it&#8217;s headed, and which parts of the WordPress open source project and CMS can help. This is a focused look, though, so I won&#8217;t touch on some of the hurdles that everyone is aware of when you get outside of in-person environments, things like parental modeling or supervision, education on the relevance of technology, etc. This is a follow-up to the conversation that I had at WordCamp US last week—and so doing a little bit of a deeper dive here. And we&#8217;re gonna start with what exactly is the digital divide.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:23</p>\n\n\n\n<p>So the digital divide is considered those who benefit from the digital age versus those who don&#8217;t; that feels like a really big concept. And the current discussion is primarily about access, or for years that has been about access anyway, especially physical access. So those who have computers versus those who do not have internet in their homes versus those who do not. But I don&#8217;t necessarily agree with that particular, really focused definition of the problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:59</p>\n\n\n\n<p>If the only problem we see is access, then the solution becomes to get cheap devices and internet to everyone, which certainly has led to more people being connected than ever before.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:12</p>\n\n\n\n<p>With this proliferation of devices that are considered both smart and mobile (mobile in this context, meaning handheld or pocket-sized), the discussion over the last few years has been shifting. It’s been shifting into more of a discussion around the education around the relevance of internet access, discussions around the quality of access to the Internet, and also discussions around Wi-Fi and dial-up and the surprising cost of data.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:42</p>\n\n\n\n<p>But from my perspective, there are a number of really dangerous assumptions that we make when we boil it all the way down to who has access and the quality of that kind of access.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:54</p>\n\n\n\n<p>The first dangerous assumption is that we run the risk of conflating being tech-savvy with being digitally literate, and they&#8217;re not really the same things. The second assumption that we run the risk of is assuming that access to cellular data equals access to the internet through any other means. And also assuming that cost is always the determining factor.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:19</p>\n\n\n\n<p>And the final fairly dangerous assumption that we&#8217;re making there is that we allow ourselves the ability to mark the digital divide is fixed in our minds. Once we get enough access to everyone, we&#8217;re just done. There is no more divide. But as a way of illustration, if you think about access, not in the context of technology, like high technology, digital technology, and in the context of like writing, you probably own a writing utensil, and you probably have access to paper of some sort, which is great. But just because you have like a pencil and a piece of paper doesn&#8217;t mean that I can send you home right now &#8211; I guess most of you are listening at home.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:07</p>\n\n\n\n<p>It doesn&#8217;t mean that I can send you to your desk right now. And consider you prepared to write a best-selling novel, right? Because giving you physical tools no more makes you a novelist than handing me a computer when I was a teen made me digitally literate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:24</p>\n\n\n\n<p>So let&#8217;s talk about what it takes to be digitally literate. I&#8217;ve lumped the following skills into three groups. It&#8217;s broadly defined as 21st-century skills, but the groups that I have them in is not a comprehensive list of those 21st-century skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:41</p>\n\n\n\n<p>The first group that is a large component of digital literacy is critical thinking skills. So computational thinking and problem-solving. That particular one is not new, exactly. But the computational thinking part certainly is. Not all problems are solved with code, but the basis for thinking through things procedurally is increasingly important.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:04</p>\n\n\n\n<p>The second one in that set is communication through multiple media, consuming communications or content through Twitter, Instagram, Snapchat, or any other format, but also creating the things that communicate—writing blogs, creating videos, both calls and standalone, and forums, things like that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:27</p>\n\n\n\n<p>The third set in that group of critical thinking skills is around collaboration, which some people will say is more about communication. But I find that collaboration both online and in-person is a skill set all to its own. Communication only gets you so far when you&#8217;re learning to cook to collaborate with people that you don&#8217;t normally work with. And so, I have lumped that into critical thinking skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:54</p>\n\n\n\n<p>The second big bucket for digital literacy is actually literally digital literacy. So I have three, three things in here as well. Evaluating information is obviously incredibly important in the environment that we&#8217;re in right now, for just information’s sake. But then things like understanding the differences between copyright versus copyleft licenses, understanding the difference between an .org ending URL and a .com ending URL, and evaluating the general veracity of sources that you&#8217;re finding on the web.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:32</p>\n\n\n\n<p>The second part of that group is media use and creation, understanding the difference between folks who consume and folks who create the content we have, how to find information online, and the most sensible places to keep information online. And the third area of digital literacy that I find to be vitally important is the ethics of licenses both around use and access. So again, things like copyright vs. Copy, copyleft. And specifically for WordPress, that means understanding things like the Creative Commons licenses, GPL, MIT, but then also copyright is its own complicated question unto itself. But the other things that show up for us for WordPress that show up for us with technology are also things like open access versus proprietary information and sources. And things like plagiarism versus sampling.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And our third big bucket, which has become increasingly complex, but the third big bucket for digital literacy to my mind is actually considered something that I call life skills. So things like self-direction, knowing what you want to do next, and how to get it done. Time management is also in there, knowing how much time something will take and being able to make sure that you are getting things done over time, as opposed to trying to accomplish everything at the last second.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:03</p>\n\n\n\n<p>A big part of these life skills is cross-cultural and social communication. The internet is tricky, right? Because it&#8217;s simultaneously incredibly insular and increasingly global. Like you can if you wanted only ever read things that already confirm your existing biases. But the very nature of the internet, the very nature of the web, means that the world is much smaller. We have more ready access faster to everyone everywhere in the world than we used to have. This means, of course, that cultural awareness is an absolute must now more than ever. This is for what it&#8217;s worth the time of year when I give this talk. And that&#8217;s because of this last part of the life skills section, which is digital citizenship.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:54</p>\n\n\n\n<p>Digital citizenship generally is the second week of October 2 or the third week of October. And it&#8217;s one of my favorite weeks because it is something that comes up all the time in our ecosystem. It comes up all the time and open source in general, but certainly for WordPress. So those are our three big buckets of digital literacy, a subset of 21st-century skills as a whole.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:22</p>\n\n\n\n<p>That&#8217;s a lot of stuff, I know. And it&#8217;s also really hard to figure out how you can learn any of those skills, and from my experience, I really believe that WordPress as an open source project can help people learn those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:43</p>\n\n\n\n<p>Once upon a time, ages and ages ago, my mother told me that in order for me to become a better writer, I would have to read and in order to become a better communicator, it would probably help if I spent a little bit more time writing, and I have always felt that the same must be true for all the things that we learn, you find a positive example and study it to become better. Or, depending on what you&#8217;re learning and how you&#8217;re trying to learn it, you find a passive example of something that you want to be able to do better from an active standpoint and participate in that so that your active production of the other part is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:24</p>\n\n\n\n<p>Here are a few parts of the WordPress project and WordPress itself that can help with this.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:31</p>\n\n\n\n<p>So there are first a few really specific teams; if you&#8217;re contributing to a team like Themes, or Plugins, or Core, the three areas of those digital literacy skills that you have an opportunity to learn there. For critical thinking, you&#8217;re going to run into problem-solving and computational thinking. You’re also going to run into distributed collaboration, which was really important as just a concept when I first wrote this talk. And now it is currently really important as a reality because we have a bunch of companies that are going to either remote work or partially distributed or fully distributed. And that&#8217;s the way that WordPress has worked for a pretty long time.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:19</p>\n\n\n\n<p>So I&#8217;ve always felt like it was important because it was important to WordPress, but it&#8217;s also becoming increasingly an important part of just how to exist in the world at the moment. For those three teams, the things that you can really tap into and practice for the life skill section are digital literacy, nope, digital citizenship, self-direction, and time management obviously comes up in any open source project because you are volunteering your time and it is up to you to kind of decide how much you can commit or not various other parts of time management and directing one&#8217;s own project. Now, but you also get the opportunity to test and practice your cross-cultural communication, social communication and learning what it means to collaborate across cultures in that way.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:15</p>\n\n\n\n<p>On the digital literacy side, you also get a little bit of that information evaluation and synthesis for what it&#8217;s worth. And then obviously get to learn more about the ethics of various types of licenses and how use and access relate to those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:35</p>\n\n\n\n<p>We also have a team or two; these are not really teams or twos. These are things that you can do that are either solo activities or group activities. One is working or checking out the support forums, and the other is blogging. We’ll start with support forums.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:52</p>\n\n\n\n<p>If you&#8217;re doing this as a group activity, there are a couple of extra things that that you can practice here. But suppose you&#8217;re doing it as a solo, just way to give back to the project sort of thing or way to learn some of these skills sort of thing. In that case, you can get almost all of these digital literacy skills woven into working in the support forums, depending on what&#8217;s happening in the moment and the questions people have brought up. But for critical thinking, obviously, you get some problem solving in there, not as much the computational thinking as the procedural thinking part. But you certainly also get to tap into communication with multiple types of media, collaboration in person and online, depending on whether you&#8217;re doing this as a solo effort or a group effort. And then, of course, research, which I didn&#8217;t really bring up in any of those groupings for digital literacy, is certainly a very important part of it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>13:49</p>\n\n\n\n<p>For the digital literacy grouping of skills related to digital literacy, you get to work on evaluating information and, depending on how complicated an answer might be. You can also get that opportunity to practice synthesizing complex information and research, a digital literacy skill. And then, once people have responded to a topic you&#8217;ve answered, you also get to tap into that life skill section. You get to be you get the opportunity to practice digital citizenship related to synchronous or asynchronous conversation. You also get to see more about how cross-cultural communication and collaboration works and social communication across those various boundaries that naturally show up when we&#8217;re working across cultures that way. And as I mentioned previously, information synthesis, as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:53</p>\n\n\n\n<p>The second one that I have mentioned can be like a solo effort or a group effort, depending on what you do. Blogging, for most people who use WordPress, is probably the most common application of how WordPress can help you do stuff. So I often see it as the most relevant and the most immediately accessible to anyone. But you know, you got to meet people where they are. So, I would strongly believe that this is our best way to help people learn these things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:30</p>\n\n\n\n<p>So blogging for the critical thinking sorts of things, you have an opportunity to practice communication across mediums. You will probably get an opportunity to practice your research skills, chances are, you&#8217;re going to get the opportunity to practice some problem solving, and honestly, like if you&#8217;re hosting your site, problem-solving is going to come up when using WordPress as soon as you add in plugins and themes, because you sometimes kind of have to figure out what&#8217;s working and what&#8217;s not, and what&#8217;s playing nicely with other things and what&#8217;s not. It&#8217;s possible that with blogging, you&#8217;re also going to have an opportunity to get to practice some distributed collaboration. But that&#8217;s probably going to depend on what you&#8217;re doing with your site as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:30</p>\n\n\n\n<p>Licenses and how they apply to the thing that you&#8217;re using feel a bit different when you are the one who&#8217;s creating. And so learning about how those things work and don&#8217;t work and how they can best suit what you&#8217;re trying to do. Blogging is absolutely an excellent opportunity to dig into that a bit and learn a bit more about that. As far as your life skills go,</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:56</p>\n\n\n\n<p>that&#8217;s where you, again, get to practice some digital citizenship by figuring out who your audiences are and also when you have to communicate with them via the comments or any other way that you have built up a feedback mechanism there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:11</p>\n\n\n\n<p>Self-direction obviously will come into this, maybe time management if you are blogging on, I was gonna say on a paid basis, but that&#8217;s not really I don&#8217;t know, on a project basis, like some of us are students and have to write things based on deadlines. And so, you know, self-direction, potentially time management, always cross-cultural communication, social communication, research, all of these things show up in there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:41</p>\n\n\n\n<p>And, you know, I really believe in this concept of how blogging and bringing people into maintaining a website can teach you all of these skills. Because when I was younger, I was a bad communicator. And now, I am across the board known for my effective communication and my ability to work across cultures. And so the defining moment, which was like a four-year moment, and so not necessarily a moment, but the thing that really made all the difference was when my mom challenged me to write every single day. She had noted that I was not necessarily great at getting from one point to the next. I wasn&#8217;t necessarily great at building my arguments when I had to explain something to people. And she suggested that writing every day would help me tap into this big thing about communication and working with other people collaboration, all of that. And as an adult on the other side of it. Like, I thought she was super wrong when I was younger, because don&#8217;t we all think our parents are wrong when we&#8217;re younger. But as an adult on the other side of it, not only was that an opportunity for me to literally learn how to communicate better. But it also, when I look at it, gave me access to opportunities to practice all sorts of 21st-century skills and digital literacy skills in an environment that was relatively safe. And so, I am a big proponent of this particular one.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:26</p>\n\n\n\n<p>Another team that helps us tap into and practice a lot of our digital literacy skills is the Documentation team. I recommend that you let this be a supervised activity if you&#8217;re doing this with students because, you know, it&#8217;s a wiki. You can put weird things in there on accident or just inaccurate things. So for critical thinking, the primary skill that you&#8217;re going to be able to practice if you&#8217;re working on documentation is collaboration. You would think that it was also like information synthesis and information evaluation. But for a lot of the work that we&#8217;re doing, the documentation exists. And what we&#8217;re looking at is trying to figure out where it no longer matches what is currently in the CMS, or currently in the project or currently in the team, whatever it is that you&#8217;re working on at that moment. And so, it&#8217;s a strong collaborative effort in the WordPress project. You have to have done the general work to figure out what needs to be changed in the documentation. But a lot of times, you need to figure out who has access to make the changes, what has prevented us from making changes in the past, and things like that. And so I say, collaboration is the only one to learn and critical thinking, but it&#8217;s actually a really big one and can take a fair amount of effort in this particular context.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>20:49</p>\n\n\n\n<p>From the digital literacy aspect, of course, there is evaluating information. But this particular type of information evaluation is a little different for documentation. And this actually is true for the Documentation team, for the Training team, and also for the new Learn team. This question is true for all of them. There is a huge difference between presentation versus application of information. The way you present information for people who already know it and just need confirmation of something or are using it for reference material is really different from when people are looking at a piece of documentation that should be telling them how to accomplish something. And they try to apply it either to their own processes at the moment or apply it to teaching other people. And so evaluating information to make sure that what is presented can be applied, and all of the ways that that very complicated journey with managing information can kind of work or not, depending on how things are going in your section of the open source project at the moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>21:59</p>\n\n\n\n<p>The third group of skills that you can really dig into in those teams, again, is digital citizenship, basically, everything is digital citizenship in WordPress because we&#8217;re just people online.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:24</p>\n\n\n\n<p>And this final grouping that we have this final team and group of skills. So the Community team is a substantial and far-ranging team; they have many things that fall into their area of expertise. And so this has traditionally kind of functioned as a linchpin around education and ensuring that that was all relevant for users and attendees of events. The Community team will remain pivotal to so many things that we do now. But now that we have really awakened the Learn team and re-enlivened that Training team, this will shift a little over time. But yes, so that grain of salt that depending on when you listen to this, if you listen to it in 2050, maybe it&#8217;s not accurate anymore. Hopefully, most of what I say is not accurate in 2050. But you know, still.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:27</p>\n\n\n\n<p>&nbsp;Anyway! Critical thinking that&#8217;s where we were. So the critical thinking group of skills inside the Community team, you are going to have an opportunity to practice problem-solving. And frequently also procedural thinking, depending on what you&#8217;re working on in that team. Multimedia communication is absolutely true. And that&#8217;s true, whether you contribute to the team itself and make sure that the team is functioning and doing their basic tasks. Or if you are organizing an entire event, whether it&#8217;s online or offline or however that is being accomplished.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:07</p>\n\n\n\n<p>Multimedia communication for this particular team is constant for all of their work and something that everyone who works on there gets to practice all the time. For digital literacy, this comes up a lot if what you&#8217;re doing is working through any sort of like programming plans, making sure that what we have in place for events is really excellent. It&#8217;s a really excellent opportunity for practicing the evaluation of information, learning more about media use and creation, and then naturally, everything to do with licenses copyright copyleft, not only for everything that we produce but then also for everyone in the ecosystem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>This team helps so many plugins, authors and theme developers, and other groups who participate in the ecosystem understand the nuances of the GPL and why it matters so much to WordPress. And then in the life skill section, there&#8217;s the obvious life skill section, life skills that have come up for all of them—so digital citizenship, cross-cultural and social communication. But also you have the opportunity to tap into that self-direction and time management practice, which probably should also be considered in all of these teams. But, you know, things change as we go.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:45</p>\n\n\n\n<p>Those are the most likely digital literacy skills that you would end up practicing in the Community team, depending on how you are participating in the Community team at that moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:59</p>\n\n\n\n<p>So I said that we would talk a little bit about where this is all headed and what to do next. And like I just said, when I got lost in my own reverie, they&#8217;re like, hopefully, everything that I&#8217;ve shared here is out of date by 2050. Like, if we can come back to this particular podcast, or this presentation, or anything I&#8217;ve ever said, about digital literacy over my time with WordPress. And if we could come back to that in 2050, or, you know, I was going to say, 20 years from now, 2041 feels really close. But, you know, come back to it in the future, and say, that was all really excellent information to know at the moment. And we did do those things. And now, WordPress has proven that open source contribution and collaboration can teach all of the necessary 21st-century skills that anyone would need to survive in the world. And we did do it, that would be really cool. But I don&#8217;t think that that&#8217;s where we&#8217;re headed. Not because I don&#8217;t think people believe in what I&#8217;m saying or care about what I&#8217;m saying. But because it&#8217;s very easy to kind of let these things go at some point.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>27:20</p>\n\n\n\n<p>Even if you at some point, were proficient in all of what is considered 21st-century skills, sometimes our skills don&#8217;t get used very much. And so we lose track of them. And we don&#8217;t know, or we don&#8217;t know how to teach them to other people and various ways to do that. So I hope that when we revisit this in the time capsule of the internet 20 years from now, we can say that was a great explanation. And we learned so much. And we made so many changes in such progress that now we need a new version of this. That&#8217;s really all we can do, always striving to leave the world in a better position than when we found it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>28:07</p>\n\n\n\n<p>All right, that brings us to our small list of big things. I don&#8217;t have a ton to share with you today. But what I do have to share with you is a really big deal. So we are about a week away from the Go/No-Go point of WordPress 5.9. That is the final release of the year. And as soon as we know what is a go or a no go from that meeting on October 12th,&nbsp; everyone is going just to hit the ground running. And so, if you are interested in contributing to that release, either by being a participant in the release squad or leading some part of the release squad. Absolutely. Drop by and let me know because I am interested to know who wants to learn more about doing that. And this is actually something that has gone by. I mentioned at the top that I spoke at WordCamp US.&nbsp; That is still true; I did do it. And so did a bunch of other really excellent presenters. If you missed WordCamp US on Friday, for whatever reason, because you know, life is complicated. Pretty soon, we will have the videos. We&#8217;ll have all the videos up with captions quickly and have those available for everyone to watch and learn more from as their schedule allows and as their attention allows. And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphos, and I&#8217;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:\"11316\";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:34:\"People of WordPress: Yordan Soares\";s: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/2021/09/people-of-wordpress-yordan-soares/\";s: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 Sep 2021 13:14:35 +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: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: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: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: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=11279\";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:160:\"To coincide with International Translation Day, we feature the story of a WordPress developer and translator Yordan Soares from South America. #ContributorStory\";s: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:14398:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a South American WordPress developer and community translator on how it brought him a freelance career.</p>\n\n\n\n<p><strong>To coincide with International Translation Day and the final day of the <a href=\"https://wptranslationday.org/\">2021 WordPress Translation celebration</a>, we feature the story of a WordPresser who has made a major impact in the polyglots team. </strong></p>\n\n\n\n<h2>Beyond software, meeting the WordPress community</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=600%2C600&#038;ssl=1\" alt=\"Yordan Soares pictured in front of a bookcase packed with books\" class=\"wp-image-11299\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For Yordan Soares, finding WordPress also meant discovering friends, community, and opportunities. He had not expected to find a whole global movement behind the web development software.</p>\n\n\n\n<p>Yordan, who is from Venezuela, South America, said: “The first time I used WordPress, I had no idea what was going on behind the software or beyond it. I knew there was someone making it all work, but I couldn’t even remotely imagine all the people who were making WordPress not just a tool for developing websites, but a whole movement that comes together to share, build, and help make the world better.”<br></p>\n\n\n\n<h2>Turning your hobby into your job</h2>\n\n\n\n<p>Initially, Yordan earned his income from computer technical support and installing networks for small and medium-sized businesses. Back in 2005, web development and code-writing was just a hobby. When he discovered the concept of CSS and how it could make everything dynamic. This opened up a whole new career pathway for him.</p>\n\n\n\n<p>In 2010, an introduction to WordPress through a friend opened up a future he had not imagined. He stopped using any other content management system (CMS) and wanted to explore how much he could do with the platform.</p>\n\n\n\n<p>Three years later in 2013, he was able to take his WordPress journey further by starting a small advertising agency with some of his friends. During this time, they crafted commercials for local radio and TV stations. Through WordPress, they found it easy to build more than 15 websites for businesses in a market that previously had not valued the importance of having an online presence.</p>\n\n\n\n<p>He said: “We were working for almost four years until at the end of 2017 the economic crisis in Venezuela became too acute, and we decided to close the agency when we stopped making profits. Taking stock of that period, I think we changed the way merchants saw the Internet business in the city.”</p>\n\n\n\n<h2>Working full time as a freelancer</h2>\n\n\n\n<p>One year on in 2018, Yordan began to freelance full-time as a web developer. His first clients were primarily agencies and friends who had emigrated to other countries. Later, he expanded into freelance marketplaces.</p>\n\n\n\n<p>At that time, getting started as a freelancer was quite a challenging task in Venezuela. The first hindrance was getting a fair level of recompense. Additionally, the deteriorating conditions in the country with constant blackouts and internet connection failures complicated matters.</p>\n\n\n\n<p>At the time, Yordan was living in Guarenas, where the situation was relatively better. He managed to get a reasonably uninterrupted electricity supply with adequate internet speed, which was just good enough to complete his projects.</p>\n\n\n\n<h2>Meeting the WordPress community</h2>\n\n\n\n<p>“Surely if I hadn’t met the community, I would have continued to work on my own, like a lone wolf, doing the ordinary work of solving problems for occasional customers and paying my bills,” he said.</p>\n\n\n\n<p>Living in Guarenas, Yordan began to experience stability in his career and made new friends and contacts. He began looking for co-working spaces or technology communities nearby, and that’s when he met the WordPress community in Caracas.</p>\n\n\n\n<p>He quickly signed up for the first face-to-face event. As soon as the event concluded, he went to talk to the co-organizer and offered his help. He was inspired to help with designing promotional pieces, managing social networks, and organizing events.</p>\n\n\n\n<p>Through such events, he met and connected with several people living in nearby cities.</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:32% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"120\" height=\"300\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1-120x300.png?resize=120%2C300&#038;ssl=1\" alt=\"WordPress Guarenas-Guatire Meetup logo \" class=\"wp-image-11300 size-medium\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?resize=120%2C300&amp;ssl=1 120w, https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?w=240&amp;ssl=1 240w\" sizes=\"(max-width: 120px) 100vw, 120px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"> A few months later, with other WordPress users in the area, the idea emerged to start a new Guarenas-Guatire meetup group. The idea became a reality by December 2019, when they applied to the WordPress community team. </p>\n\n\n\n<p>Once the final approvals came in, the team started scheduling the activities. The <a href=\"https://www.meetup.com/wordpress-meetup-guarenas-guatire/\">WordPress Guarenas-Guatire Meetup</a> was officially recognized!</p>\n\n\n\n<p>During the first quarter of 2020, just before the pandemic, Yordan and colleagues organized five face-to-face events. With the worldwide lockdown, in-person community engagements came to a halt. However, the Guarenas-Guatire community was eager to continue meeting.</p>\n</div></div>\n\n\n\n<p>To keep the community active and motivated, and with the support of sponsors, they started organizing online events under a format called “WordPress a la medianoche” (WordPress at midnight).</p>\n\n\n\n<p>The format of these events was inspired by Alexis Arnal, who suggested meeting at midnight to make the most of the internet speed that would usually improve somewhat after that time!</p>\n\n\n\n<p>At the time of writing, Yordan and the team have organized 16 WordPress a la medianoche events with an attendance of up to 50 people per online gathering. An impressive audience which enabled a comparatively small meetup to keep communications flowing at a difficult and unprecedented time.</p>\n\n\n\n<p>One positive of such events, is an opportunity to invite people from other countries and run sessions in partnership with others. An example was a special translation event with Javier Esteban, a member of the translation team from Spain. The meetup also invited contributors from Mexico, Costa Rica, Peru, and Colombia who were happy to participate.</p>\n\n\n\n<h2>Strengthened by the community</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"241\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=632%2C241&#038;ssl=1\" alt=\"Screenshot from the WordPress Translation Day 2020 events streamed on YouTube featuring Yordan\" class=\"wp-image-11307\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1024%2C390&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=300%2C114&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=768%2C292&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1536%2C585&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1889&amp;ssl=1 1889w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Yordan (pictured bottom left) speaking at the WordPress Translation Day 2020 events</figcaption></figure>\n\n\n\n<p>Yordan believes that he would have continued to work on his own had he not met the WordPress community.</p>\n\n\n\n<p>He said: &#8220;Fortunately, this was not the case and I have been able to live a lot of transforming experiences that have shown me the meaning of the words &#8216;community&#8217; and &#8216;volunteerism&#8217;.&#8221;</p>\n\n\n\n<p>Yordan felt empowered by the community and it led him to volunteer for many other roles and activities, including Locale Manager for <a href=\"https://translate.wordpress.org/locale/es-ve/\">Spanish Venezuela</a>, a moderator for <a href=\"https://make.wordpress.org/tv/\">WordPress.tv</a>, and as a <a href=\"https://make.wordpress.org/support/\">support</a> contributor in the forums helping people with technical issues. He has also developed free plugins for the official WordPress directory and <a href=\"https://wordpress.tv/speakers/yordan-soares/\">spoken at community events</a> including <a href=\"https://spain.wordcamp.org/2020/session/actualizaciones-automaticas-para-tus-plugins-y-temas-personalizados/\">WordCamp Spain 2020</a>.  </p>\n\n\n\n<p>All this has a boomerang effect, Yordan explains. These experiences helped him grow personally and professionally, as it’s always rewarding to know that you’ve helped improve the WordPress ecosystem.</p>\n\n\n\n<p>He also likes being able to directly help people when they need it and feels it is a two-way learning process.</p>\n\n\n\n<p>&#8220;At first, when I told my family and friends about the community and the work I was doing, they would ask me &#8216;what do you get in return?&#8217; Perhaps they expected me to tell them a specific amount of money, but the answer is more complex,&#8221; he said.</p>\n\n\n\n<p>&#8220;It’s rewarding to know that you’ve helped improve the WordPress ecosystem, the tool you use to work and put food on the table.&#8221;</p>\n\n\n\n<p>During his journey, Yordan has met many wonderful people with common interests and values, and the best part is that many of these people are now his friends, business partners, or customers.</p>\n\n\n\n<p>At the same time, he has learned new skills and gained experience, which have given him a significant confidence boost in facing difficult situations that may come in life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=632%2C332&#038;ssl=1\" alt=\"Polyglots special appreciation poster featuring Yordan Soares. \" class=\"wp-image-11320\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=1024%2C538&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As part of the <a href=\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\">WordPress Translation Day 2021</a> celebrations, Yordan was nominated for his contribution to the work of the Polyglots Team translating WordPress. The full nominations list and stories will be published in October and November on the <a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a>. </p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help us share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series.</a>&nbsp;#ContributorStory.</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>), Maedah Batool (<a href=\'https://profiles.wordpress.org/maedahbatool/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maedahbatool</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Nalini (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) for work on this story. Thank you to Yordan Soares (<a href=\'https://profiles.wordpress.org/yordansoares/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yordansoares</a>) for sharing his Contributor Story, 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. The WordPress Guarenas-Guatire logo on this page was designed by <a href=\"https://profiles.wordpress.org/bragnieljimenez/\">Bragniel Jimenez</a>. </p>\n\n\n\n<p><em>This People of WordPress feature is inspired by an article originally published on <a href=\"https://heropress.com/\">HeroPress.com</a>, a community initiative created by Topher DeRosia. The initiative highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard. </em>#HeroPress</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:\"11279\";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:65:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Upcoming Gallery Block improvements\";s: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/2021/09/upcoming-gallery-block-improvements/\";s: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 Sep 2021 15:36: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:6:\"Design\";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:\"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:2;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11258\";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:330:\"Thanks to @javiarce &#38; @annezazu for design and copy contributions. An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change won’t be available for most folks until WordPress 5.9’s launch in January 2022, we wanted to share some of what’s to come [&#8230;]\";s: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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:49:\"https://wordpress.org/news/files/2021/09/Main.mp4\";s:6:\"length\";s:8:\"16081214\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\";s:6:\"length\";s:7:\"1557447\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Kelly Hoffman\";s: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:2695:\"\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> &amp; <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> for design and copy contributions.</em></p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Main.mp4\"></video></figure>\n\n\n\n<p>An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change won’t be available for most folks until WordPress 5.9’s launch in January 2022, we wanted to share some of what’s to come to get you excited about the future.</p>\n\n\n\n<h2 id=\"style-individual-images\">Style individual images</h2>\n\n\n\n<p>You can now use the same tools that are available for individual image blocks on <em>each</em> image in the Gallery Block! This added flexibility means you can do more customization &#8211; from adding links to each individual image, inline cropping to edit on the fly, apply unique styles for more visually compelling images, and apply an array of duotone filters.</p>\n\n\n\n<h2 id=\"add-custom-styles\">Add custom styles</h2>\n\n\n\n<p>For more advanced folks who like to go a bit deeper in their customizations, you now have the option to add custom CSS styles per image. This is thanks to the ability to assign CSS classes to each image.</p>\n\n\n\n<h2 id=\"more-accessible-and-intuitive\">More accessible and intuitive&nbsp;</h2>\n\n\n\n<p>With this change comes the benefit of improved keyboard navigation and the ability to add alt text right within the block sidebar. You can also drag and drop to rearrange images.</p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\"></video></figure>\n\n\n\n<h2 id=\"next-steps\">Next steps</h2>\n\n\n\n<p>This will be available in January with the release of WordPress 5.9. You can check it out now if you’re using the Gutenberg plugin on any of your sites. Read more about <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\">becoming an early adopter</a> if you’d like to get ahead.</p>\n\n\n\n<p>If you’re a plugin or theme author who has built upon the Gallery Block functionality,<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> be sure to check out this Dev Note detailing what steps need to be taken for compatibility</a> since this is a breaking change.</p>\n\n\n\n<p>We’re excited to see the new galleries that these options open up and what ideas you have to make creating galleries even better.</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:\"11258\";s: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, 08 Dec 2021 11:33:35 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:\"Wed, 08 Dec 2021 09:58:12 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 2\";}}s:5:\"build\";s:14:\"20201016172007\";}', 'no');
INSERT INTO `gw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(164, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1639006416', 'no'),
(165, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1638963216', 'no'),
(166, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1639006416', 'no');
INSERT INTO `gw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(167, '_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:74:\"WPTavern: Ask the Bartender: Is There a Starter for Building Block Themes?\";s: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=126654\";s: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:189:\"https://wptavern.com/ask-the-bartender-is-there-a-starter-for-building-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-is-there-a-starter-for-building-block-themes\";s: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:6328:\"<blockquote class=\"wp-block-quote\">\n<p>I read some posts from &ldquo;Ask the Bartender,&rdquo; and I appreciate it a lot! Thanks. I have a question now. :)</p>\n\n<p>I want to refine my WordPress theme development process, which is:</p>\n\n<ol>\n<li>To make a unique-creative design with Adobe XD or Figma.</li>\n<li>To convert it to static HTML using VS Code with Bootstrap.</li>\n<li>In WordPress, create custom post types with PODS.</li>\n<li>To convert the static HTML in WP templates with Timber.</li>\n</ol>\n\n<p>Based on my experience, this process is the best for me, but I want to integrate my themes better with WP-Blocks.</p>\n\n<p>So, my question is: is there some starter-theme ready to use with blocks as the main theme and later extend it with a child theme with my custom theme?</p>\n\n<cite>Federico</cite>\n</blockquote>\n\n\n\n<p class=\"has-drop-cap\">This question depends on one of two things: Do you want to build classic themes with block support or full-blown block themes? How you approach projects going forward will depend on the answer to that. It was unclear which direction you prefer from your question, so I will tackle both.</p>\n\n\n\n<p>It also seems like you are more interested in child theming. For clarity, I consider &ldquo;starter&rdquo; themes a starting point for building standalone or custom parent themes. My guess is that you want something closer to a blank canvas parent theme that does not have an opinionated set of default styles.</p>\n\n\n\n<p>As for your tools, I have almost zero experience with any of them. I suspect you can maintain a similar process by sticking to classic themes with block support. However, with block themes, you will likely want to switch over to visually designing in the upcoming site editor and exporting the templates. It would cut out a lot of the steps you usually take.</p>\n\n\n\n<h2 id=\"classic-with-block-support\">Classic With Block Support</h2>\n\n\n\n<p class=\"has-drop-cap\">I tend to hype WordPress theming with blocks, but let us be realistic. Most theme authors will not take that step forward when WordPress 5.9 rolls around. And, there is no reason for everyone to dive face-first into something that is not 100% on par with what you can build going the traditional route. So, classic themes are the safest bet for a while.</p>\n\n\n\n<p>Starter themes or frameworks are a dime a dozen in the classic theming world. My advice is to continue using what suits you best. Adding block support is mostly a matter of some style adjustments and possibly a <code>theme.json</code> file.</p>\n\n\n\n<p>If you want to ease yourself into integrating with blocks, start learning the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">global styles and settings system</a> (i.e., <code>theme.json</code>). It works with any type of theme, so you do not have to transition entirely over to block theming if you are not ready. This also allows you to continue using whatever setup you are accustomed to with one additional file. It has also been a part of WordPress since 5.8, so you can use it now without relying on the Gutenberg plugin or waiting for 5.9 to launch.</p>\n\n\n\n<img />GoDaddy&rsquo;s Go theme.\n\n\n\n<p>If you really need a starting point or parent theme in the classic + blocks space, I recommend <a href=\"https://wordpress.org/themes/go/\">Go by GoDaddy</a>. The block-first project gets routine updates, supports CoBlocks and WooCommerce, and has a large enough user base to keep the ecosystem around it going.</p>\n\n\n\n<h2 id=\"building-block-themes\">Building Block Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">If you want to move forward and put yourself in a solid position for WordPress&rsquo;s future, block theming is the way to go. Sooner or later, almost every theme author will need to build on top of it. In this context, it also makes it easy to answer your question. And, I have two options for you.</p>\n\n\n\n<p>The go-to choice for many theme authors is to learn and build from the latest default WordPress theme. In this case, it is <a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">Twenty Twenty-Two</a>. It was supposed to be ready by December 8, along with WordPress 5.9. However, the official release date is now <a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\">January 25, 2022</a>.</p>\n\n\n\n<img />Twenty Twenty-Two screenshots.\n\n\n\n<p>While it has not officially launched yet, it is a solid starting point if you want to release a child theme in the next couple of months on top of the latest default.</p>\n\n\n\n<p>The goal is for Twenty Twenty-Two to ship with <a href=\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\">alternate color palettes and fonts</a>. However, this feature is not ready yet. In the meantime, these custom designs are <a href=\"https://github.com/WordPress/theme-experiments/pull/292\">available as child themes</a> that you can tinker around with. They are just as good of a starting point as any.</p>\n\n\n\n<p>However, you may be looking for something a bit more mature &mdash; as mature as anything can be for something yet to officially launch. Automattic&rsquo;s <a href=\"https://wordpress.org/themes/blockbase/\">Blockbase parent theme</a> is the easy choice.</p>\n\n\n\n<img />Custom Blockbase child theme.\n\n\n\n<p>Blockbase has a low-key design that makes it easy to overwrite via child themes. It was literally built for this purpose. The Automattic Theme Team rolled out the <a href=\"https://wptavern.com/videomaker-block-theme-targets-film-directors-and-video-creators\">Videomaker child theme</a> for it yesterday. That makes six altogether, which are available via the company&rsquo;s <a href=\"https://wordpress.org/themes/author/automattic/\">WordPress.org profile</a>. Not only is it a good starting point, but it has plenty of examples to learn from.</p>\n\n\n\n<p>Plus, you do not need to dirty your hands with code if you do not want to. By installing and activating the accompanying <a href=\"https://wptavern.com/automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes\">Create Blockbase Theme plugin</a>, you can build child themes directly from the site editor and export them.</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, 08 Dec 2021 00:42: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: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: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:154:\"WPTavern: Vizio Responds to Software Freedom Conservancy’s GPL Compliance Lawsuit: Will Not Release Source Code, Files to Move Case to US Federal Court\";s: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=126529\";s: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:341:\"https://wptavern.com/vizio-responds-to-software-freedom-conservancys-gpl-compliance-lawsuit-will-not-release-source-code-files-to-move-case-to-us-federal-court?utm_source=rss&utm_medium=rss&utm_campaign=vizio-responds-to-software-freedom-conservancys-gpl-compliance-lawsuit-will-not-release-source-code-files-to-move-case-to-us-federal-court\";s: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:3783:\"<p>In October 2021, the Software Freedom Conservancy (SFC) <a href=\"https://wptavern.com/software-freedom-conservancy-takes-on-vizio-in-lawsuit-alleging-gpl-violations\">initiated a lawsuit against Vizio</a>, an American TV manufacturer, for shipping products with copyleft licenses but refusing to provide the source code after multiple attempts at contact since 2018.</p>\n\n\n\n<p>The lawsuit is historic in its approach, because it focuses on consumer rights conferred by copyleft licenses and SFC is filing as a third-party beneficiary.</p>\n\n\n\n<p>Vizio has responded by <a href=\"https://storage.courtlistener.com/recap/gov.uscourts.cacd.837808/gov.uscourts.cacd.837808.1.0.pdf\">filing a request to remove the case from the California State Court</a> and move it into US federal court. The company contends that the computer programs and source code at issue in VIZIO&rsquo;s SmartCast operating system &ldquo;fall within the &lsquo;subject matter of copyright.\'&rdquo; </p>\n\n\n\n<p>Vizio&rsquo;s legal representation cited several past cases involving open source licenses that were litigated within the scope of federal copyright law:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;Although plaintiff asserts claims against VIZIO under the guise of a breach of contract claim, that claim is based solely on rights that are qualitatively equivalent to those protected by federal copyright law. It is well established that exceeding the scope of a license by violating its &lsquo;conditions&rsquo; gives rise to a claim for copyright infringement.&rdquo;</p></blockquote>\n\n\n\n<p>The Software Freedom Conservancy published an <a href=\"https://sfconservancy.org/blog/2021/nov/30/vizio-update-0/\">update on the lawsuit</a>, speculating on Vizio&rsquo;s intent based on its initial response:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Vizio&nbsp;<a href=\"https://storage.courtlistener.com/recap/gov.uscourts.cacd.837808/gov.uscourts.cacd.837808.1.0.pdf\">filed a request to &ldquo;remove&rdquo; the case from California State Court (into US federal court)</a>, which indicates Vizio&rsquo;s belief that consumers have no third-party beneficiary rights under&nbsp;<a href=\"https://sfconservancy.org/copyleft-compliance/glossary.html#copyleft\">copyleft</a>. In other words, Vizio&rsquo;s answer to this complaint is&nbsp;<em>not</em>&nbsp;to comply with the copyleft licenses, but instead imply that Software Freedom Conservancy &mdash; and all other purchasers of the devices who might want to assert their right under GPL and LGPL to complete, corresponding source &mdash; have no right to even&nbsp;<strong>ask</strong>&nbsp;for that source code.</p><p>That&rsquo;s right: Vizio&rsquo;s filing implies that only copyright holders, and&nbsp;<strong>no one else</strong>, have a right to ask for source code under the&nbsp;GPL&nbsp;and&nbsp;LGPL.</p></blockquote>\n\n\n\n<p>SFC Executive Director Karen Sandler and Policy Fellow Bradley M. Kuhn, who co-penned the update, said they expected Vizio held this position since the company ignored their requests during discussions in the past years. They characterized Vizio&rsquo;s recent filing as &ldquo;a disturbing step further.&rdquo;</p>\n\n\n\n<p>&ldquo;Vizio&rsquo;s strategy is to deny consumers their rights under copyleft licenses, and we intend to fight back,&rdquo; SFC representatives said.</p>\n\n\n\n<p>If you want to follow the progress on the case, <a href=\"https://www.courtlistener.com/docket/61578720/software-freedom-conservancy-inc-v-vizio-inc/\">the filings are public</a>. SFC has paid the Pacer fees and used&nbsp;<a href=\"https://free.law/recap\">the Recap</a>&nbsp;browser plugin to make all the documents in the case freely available via&nbsp;<a href=\"https://www.courtlistener.com/recap/\">the Recap project archives</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, 07 Dec 2021 22:53:31 +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:40:\"WordPress.org blog: WordPress 5.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11794\";s: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/2021/12/wordpress-5-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6101:\"<p>WordPress 5.9 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software version is still under development.</strong> Please do not run this software on a production site. Instead, install it on a test site, where you can try out the newest features to get a feel for how they will work on your site.</p>\n\n\n\n<p>You can test the WordPress 5.9 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <strong><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> </strong>plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2:</strong> Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.9-beta2.zip\"><strong>zip</strong></a>).</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1 to Beta 2 on a case-insensitive filesystem, please use the following command sequence:<br /></p>\n\n\n\n<p>Command One: </p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core update --version=5.9-beta1 </code></pre>\n\n\n\n<p>Command Two: </p>\n\n\n\n<pre class=\"wp-block-code\"><code> wp core update --version=5.9-beta2 --force </code></pre>\n\n\n\n<p>The current target for the final release of 5.9 is January 25, 2022, which is just seven weeks away. Your help testing this version is a vital part of making this release as good as it can be.</p>\n\n\n\n<h2 id=\"some-highlights\"><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since<a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\"> </a><a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F30%2F2021..12%2F07%2F2021&milestone=5.9&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">24</a> bugs have been fixed. Here are a few of the changes you will find in Beta 2:</p>\n\n\n\n<ul><li>Block Editor: Remove navigation areas (<a href=\"https://core.trac.wordpress.org/ticket/54506\">#54506</a>)</li><li>Block Editor: Navigation block view JavaScript error (<a href=\"https://core.trac.wordpress.org/ticket/54456\">#54456</a>)</li><li>Block Editor: Block template theme error related to child themes (<a href=\"https://core.trac.wordpress.org/ticket/54515\">#54515</a>)</li><li>General: Fixing existing links to Customizer when the Site Editor is enabled (<a href=\"https://core.trac.wordpress.org/ticket/54460\">#54460</a>)</li><li>Media: Media library showing only the selected image (<a href=\"https://core.trac.wordpress.org/ticket/53765\">#53765</a>)</li><li>Media: Fatal error uploading media on PHP8 (<a href=\"https://core.trac.wordpress.org/ticket/54385\">#54385</a>)</li><li>REST API: Add Global Styles REST API endpoints from Gutenberg into Core (<a href=\"https://core.trac.wordpress.org/ticket/54336\">#54336</a>)</li></ul>\n\n\n\n<p>Also, note that some users testing 5.9 Beta 1 faced some fatal errors upon upgrade. In turn, these errors revealed the need for some extra work on the filesystem and upgrader.&nbsp;Those fatal errors are no longer a problem, and the enhancements will be part of version 6.0.</p>\n\n\n\n<h2 id=\"how-you-can-help\"><strong>How You Can Help</strong></h2>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is vital for polishing the release in the beta stage and a great way to contribute.&nbsp;</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s 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<h2 id=\"where-can-i-get-more-information\">Where can I get more information?</h2>\n\n\n\n<p>In the coming weeks, follow the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-9+dev-notes/\">5.9-related developer notes</a> that cover these items in detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=5.9&resolution=fixed\">305 tickets in WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..12%2F07%2F2021&type=enhancement&type=feature+request&milestone=5.9&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>. More bug fixes are on the way with your help through testing.</p>\n\n\n\n<p><em>Props to</em><a href=\"https://profiles.wordpress.org/chanthaboune/\"><em> </em></a><em><a href=\"https://profiles.wordpress.org/psykro/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>psykro</a>, <a href=\"https://profiles.wordpress.org/estelaris/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>estelaris</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/davidb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidb</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, and </em><a href=\"https://profiles.wordpress.org/pbiron/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pbiron</a><em> for contributions to this post.</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, 07 Dec 2021 22:02: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:18:\"Jonathan Bossenger\";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:93:\"WordCamp Central: WordCamp Taiwan 2021 is coming on December 11-12. Get Your Free Ticket 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3143489\";s: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://central.wordcamp.org/news/2021/12/07/wordcamp-taiwan-2021-is-coming-on-december-11-12-get-your-free-ticket-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2919:\"<img src=\"https://taiwan.wordcamp.org/2021/files/2021/12/WordCampTaiwan2021-KV-1.jpg\" alt=\"\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>WFH (work from home) cannot stop us.<br />Let’s WFH (WordPress from home).</strong></p>\n\n\n\n<p>Tickets for the <a href=\"https://taiwan.wordcamp.org/2021/\">first-ever WordCamp Taiwan</a> are now available! WordCamp Taiwan is a regional online WordCamp happening on December 11-12, 2021. By purchasing a ticket, you can attend the event online OR participate in a local in-person watch party of the camp organized by a local WordPress meetup group in Taiwan.</p>\n\n\n\n<p><strong>And yes &#8211; you guessed it right, tickets for WordCamp Taiwan 2021 are completely free!</strong></p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color\" href=\"https://taiwan.wordcamp.org/2021/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Get your Free WordCamp Taiwan 2021 Ticket!</a></div>\n</div>\n\n\n\n<p>The following local meetups are organizing watch parties for WordCamp Taiwan! If you are based out of Taiwan, join us for one of these events:</p>\n\n\n\n<ul><li><a rel=\"noopener\" href=\"https://hyc.im/kaohsiung2112\" target=\"_blank\">12/11 Kaohsiung City</a></li><li><a rel=\"noopener\" href=\"https://hyc.im/hsinchu2112\" target=\"_blank\">12/12 Hsinchu</a></li><li><a rel=\"noopener\" href=\"https://hyc.im/tpms2112\" target=\"_blank\">12/11 + 12/12 Taipei</a></li><li><a rel=\"noopener\" href=\"https://hyc.im/tyc2112\" target=\"_blank\">12/11 + 12/12 Taoyuan</a></li><li><a rel=\"noopener\" href=\"https://hyc.im/taichung2112\" target=\"_blank\">12/11 + 12/12 Taichung</a> </li></ul>\n\n\n\n<p>WordCamp Taiwan 2021 is a two-day event and has <a rel=\"noopener\" href=\"https://taiwan.wordcamp.org/2021/schedule/\" target=\"_blank\">one session track and one workshop track</a>. You can also watch live streaming for the session track on <a rel=\"noopener\" href=\"https://www.youtube.com/channel/UCLfbwVFPm9C8coz28qOudmA\" target=\"_blank\">YouTube</a>. However, our workshops are exclusive for attendees who have tickets. Check out our event schedule to learn about <a href=\"https://taiwan.wordcamp.org/2021/schedule/\">all the exciting sessions</a> we have in store for you.</p>\n\n\n\n<p>The online event including networking will also take place on <a href=\"https://gather.town/\">Gather Town</a> (a virtual networking tool). By joining us on our Gather Town space, you will be able to roam in WordCamp virtual world and connect with fellow attendees while watching sessions online. You will need a free WordCamp Taiwan ticket to gain access to our Gather Town space.</p>\n\n\n\n<p>We have sold most of our available tickets already and we only have a few more tickets left. So why wait, <a href=\"https://taiwan.wordcamp.org/2021/tickets/\">get your ticket now</a>, and join us for WordCamp Taiwan 2021! </p>\n\n\n\n<p>We look forward to seeing you this weekend! </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, 07 Dec 2021 05:36: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:9:\"Yuli Yang\";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:106:\"WPTavern: Gravatar Says It Was Not Hacked After “Have I Been Pwned” Service Notifies Users of a Breach\";s: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=126546\";s: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:245:\"https://wptavern.com/gravatar-says-it-was-not-hacked-after-have-i-been-pwned-service-notifies-users-of-a-breach?utm_source=rss&utm_medium=rss&utm_campaign=gravatar-says-it-was-not-hacked-after-have-i-been-pwned-service-notifies-users-of-a-breach\";s: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:8586:\"<p>Gravatar is fielding questions today after &ldquo;Have I Been Pwned,&rdquo; a data breech checker service, <a href=\"https://twitter.com/haveibeenpwned/status/1467630383990640642\">tweeted</a> <strong>&ldquo;<em>New scraped data: Gravatar had 167M profiles scraped in Oct last year via an enumeration vector. 114M of the MD5 email address hashes were subsequently cracked and distributed alongside names and usernames.</em>&ldquo;</strong> It claims 72% of these email addresses were already logged with the service.  </p>\n\n\n\n<p>The tweet referenced a BleepingComputer article from October 2020 titled, &ldquo;<a href=\"https://www.bleepingcomputer.com/news/security/online-avatar-service-gravatar-allows-mass-collection-of-user-info/\">Online avatar service Gravatar allows mass collection of user info</a>,&rdquo; which explains how the hashes were originally obtained. After Italian security researcher Carlo Di Dato was unable to get an answer from Gravatar, he demonstrated to the publication how one could access user data by using a numeric ID associated with each profile to fetch it. He then wrote a test script that sequentially visits profile URLs&nbsp;from IDs&nbsp;1 to 5000 and said he was able to collect JSON data of&nbsp;the first 5000 Gravatar users with no issues.</p>\n\n\n\n<p>Many Gravatar users were startled and upset by notices from Firefox Monitor and Have I Been Pwned this morning, stating that their information had appeared in a new data breach.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Oh cmon, way to ruin my day <a href=\"https://twitter.com/gravatar?ref_src=twsrc%5Etfw\">@gravatar</a> <a href=\"https://t.co/FsmxkL7zpq\">pic.twitter.com/FsmxkL7zpq</a></p>&mdash; Lundy (@simplyeazy) <a href=\"https://twitter.com/simplyeazy/status/1467788669348036615?ref_src=twsrc%5Etfw\">December 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>The BleepingComputer article has gained more attention after Have I Been Pwned&rsquo;s disclosure today, spurring Gravatar to <a href=\"https://twitter.com/gravatar/status/1467769008963436548\">respond on Twitter</a>:  </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Gravatar helps establish your identity online with an authenticated profile. We&rsquo;re aware of the conversation online that claims Gravatar was hacked, so we want to clear up the misinformation. </p><p>Gravatar was not hacked. Our service gives you control over the data you want to share online. The data you choose to share publicly is made available via our API. Users can choose to share their full name, display name, location, email address, and a short biography. </p><p>Last year, a security researcher scraped public Gravatar data &ndash; usernames and MD5 hashes of email addresses used to reference users&rsquo; avatars by abusing our API. We immediately patched the ability to harvest the public profile data en masse. If you want to learn more about how Gravatar works or adjust the data shared on your profile, please visit <a rel=\"noreferrer noopener\" href=\"https://t.co/B5nhjnQolp\" target=\"_blank\">Gravatar.com</a>.</p></blockquote>\n\n\n\n<p>Gravatar does not consider the incident to be a data breach, which is why the service did not disclose the changes made in response to the security researcher in 2020. </p>\n\n\n\n<p>The Automattic-owned service is used across WordPress websites, GitHub, Stackoverflow, and other places online. Security researchers and privacy advocates have warned about privacy attacks on Gravatar for years. Many have demonstrated how readily available user information is and how easy it is to scrape it.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Someone did it a bit bigger recently. Seems there is nothing new in the world. <a href=\"https://twitter.com/hashtag/gravatar?src=hash&ref_src=twsrc%5Etfw\">#gravatar</a> <a href=\"https://t.co/5ZxyGYYBR0\">https://t.co/5ZxyGYYBR0</a></p>&mdash; jasperwillem&#128668;&#127959;&#128031;&#128662; (@jasperwillem) <a href=\"https://twitter.com/jasperwillem/status/1467675233662423043?ref_src=twsrc%5Etfw\">December 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>In July 2013, Dominique Bongard spoke at Passwordscon in Las Vegas about <a href=\"https://www.youtube.com/watch?v=fdphoc3XUF8\">De-anonymizing Members of French Political Forums</a>. He explained how a custom crawler could be written to acquire MD5 hashes for forum users and demonstrated that an attack with custom cracking software was able to recover 70% of Gravatar users&rsquo; email addresses.</p>\n\n\n\n<p>Bogard noted that de-anonymizing members of political forums can be particularly dangerous in places where the forums&rsquo; users have no constitutional right to free speech, or where participants may be likely to get harassed or attacked. </p>\n\n\n\n<p>Wordfence <a href=\"https://www.wordfence.com/blog/2016/12/gravatar-advisory-protect-email-address-identity/\">published an advisory</a> regarding Gravatar in 2016, which referenced Bongard&rsquo;s research, as well earlier work done in 2009 where a researcher proved that he could <a rel=\"noreferrer noopener\" href=\"http://www.developer.it/post/gravatars-why-publishing-your-email-s-hash-is-not-a-good-idea\" target=\"_blank\">reverse engineer ~10% of gravatar hashes into email addresses</a>.</p>\n\n\n\n<p>Wordfence founder and CEO Mark Maunder explained how using email address hashes can lead to people to googling the extracted hash to find other websites and services that an individual is using. </p>\n\n\n\n<p>&ldquo;For example: A user may be comfortable having their full name and profile photo appear on a website about skiing,&rdquo; Maunder said. &ldquo;But they may not want their name or identity exposed to the public on a website specializing in a medical condition. Someone researching this individual could extract their Gravatar hash from the skiing website along with their full name. They could then Google&nbsp;the hash and determine that the individual suffers from a medical condition they wanted to keep private.&rdquo;</p>\n\n\n\n<p>Many Gravatar users were not satisfied with the service&rsquo;s explanation that all of the information users entered was public, which disqualified the incident from being labeled a breach. In the same explanation, however, the service claims the API was abused, instead of admitting that it was vulnerable and could have been better protected. </p>\n\n\n\n<p>After years of researchers demonstrating that this was possible, is scraping Gravatar an unethical data acquisition because the scraper is abusing the service&rsquo;s architecture? Or is it unethical that Gravatar made it possible to harvest profile data en masse for years?</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">That sounds like your data was accessed in a way you didn\'t intend (if only there was a word for that), but you didn\'t mean to be?</p>&mdash; Christopher Foster (@CF99) <a href=\"https://twitter.com/CF99/status/1467818837810757636?ref_src=twsrc%5Etfw\">December 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;If someone is able to use an API for other than its intended purpose and can gather information which otherwise wouldn&rsquo;t be available through &lsquo;standard&rsquo; means&hellip; it&rsquo;s a breach,&rdquo; Twitter user @RegGBlinker commented on the matter.</p>\n\n\n\n<p>Gravatar undoubtedly wants to minimize the damage done by the breach notices sent out this morning to its users, but making this an issue of semantics was not reassuring. Most users did not intend to share their Gravatar emails with whoever has the motivation to scrape the data that was exposed for harvesting. Even if that data was dumped through &ldquo;abuse&rdquo; of their API, it feels like a breach to those who expected that user data would not be available for distribution elsewhere.</p>\n\n\n\n<p>The incident serves as a reminder that, as Gravatar emphasized today, the data users choose to share publicly is made available by the service&rsquo;s API and is not private. As a user, there are risks to enjoying the convenience of not having to upload your profile photo multiple times across various websites. Publishers who want their sites to offer a more privacy-conscious option should look to alternatives like <a href=\"https://wptavern.com/privacy-conscious-wordpress-plugin-caches-and-serves-gravatar-images-locally\">Local Gravatars</a> or <a href=\"https://wptavern.com/privacy-first-gravatar-replacement-pixel-avatars-module-released-for-the-toolbelt-wordpress-plugin\">Pixel Avatars</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, 07 Dec 2021 01:39: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: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: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:74:\"WPTavern: Videomaker Block Theme Targets Film Directors and Video Creators\";s: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=126558\";s: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:193:\"https://wptavern.com/videomaker-block-theme-targets-film-directors-and-video-creators?utm_source=rss&utm_medium=rss&utm_campaign=videomaker-block-theme-targets-film-directors-and-video-creators\";s: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:5273:\"<p class=\"has-drop-cap\">Automattic&rsquo;s latest Blockbase child theme landed in the WordPress.org directory today. <a href=\"https://wordpress.org/themes/videomaker/\">Videomaker</a> is aimed at film directors and video creators. I have put it through its paces in the last week as it waited for approval in the review system.</p>\n\n\n\n<p>At first glance, there is not much that separates Videomaker from any other plain ol&rsquo; block theme. Aside from a different color scheme, it looks and feels like its parent, <a href=\"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme\">Blockbase</a>. It takes some digging to figure out what this theme brings to the table. Once you find its block patterns, it is evident that it would work well for indie filmmakers.</p>\n\n\n\n<p>WordPress block themes have a pattern-discoverability issue. I have been noticing it for a while. So many often seem lackluster until you begin tinkering with their patterns, applying them to pages, and seeing what you can build. Custom patterns are where block themes will shine the most, and these need to be front and center when a user activates one.</p>\n\n\n\n<p>The most straightforward solution is for themes to bundle a custom front page template out of the box, giving users a small taste of the included patterns. Starter content could also help, but the <a href=\"https://github.com/WordPress/gutenberg/issues/35680\">ticket for making this compatible </a>with block themes is still open.</p>\n\n\n\n<p>I almost bypassed Videomaker because I could not see its potential. After some time with it, I enjoyed how much thought the design team put into its patterns. While the theme can be used for anything, its block patterns are specifically geared toward film directors and creators in the indie space.</p>\n\n\n\n<p>The theme focuses on two areas. The first is the creator. It includes a few layouts that allow the site owner to show who they are, such as the About pattern:</p>\n\n\n\n<img />About creator block pattern.\n\n\n\n<p>The second focus area is on the art itself. There is a full-width homepage for showcasing a trailer or film, and there are patterns for the film description, credits, and more.</p>\n\n\n\n<p>One of my favorite patterns was one for a film poster. This one stood out in particular because I could have used this back in college when I was going through my filmmaker phase &mdash; <em>no, do not ask to see my $0-budget, half-finished vampire picture</em>. I built my film posters in Photoshop back then via on-campus computers. It would have been fun to visually edit them in WordPress.</p>\n\n\n\n<img />Film poster block pattern.\n\n\n\n<p>The theme never overcomplicates things. It offers a variety of 16 patterns for quickly throwing together a film-related website.</p>\n\n\n\n<p>I particularly like the addition of the seemingly-minor sections. For example, the Awards pattern is a simple columns layout that allows users to showcase their film&rsquo;s awards:</p>\n\n\n\n<img />Awards block pattern.\n\n\n\n<p>There is nothing especially groundbreaking about the pattern. It is just a Cover, Columns, Images, and Paragraphs. Creating something like this in the classic era would have been overly complex. Users would have likely had to input a shortcode without any chance of seeing it live, at least until they previewed the page. Or, it would have existed as a customizer option and limited to wherever the theme allowed.</p>\n\n\n\n<p>Looking back, it is crazy how something so simple was so complicated in the past. With patterns, theme designers can have a lot of fun adding these little touches to their themes, and users reap the benefits.</p>\n\n\n\n<p>One area that could be improved would be the addition of featured media. Creators should not be required to manually edit their video list as shown in the following pattern every time they have an update. It should simply automatically show their latest video posts.</p>\n\n\n\n<img />Video grid pattern.\n\n\n\n<p>WordPress has allowed featured images for years, but video and audio are a no-go. I have a bookmarked ticket that proposes expanding into &ldquo;featured media&rdquo; from 2020. There has not been any movement toward a solution. It turns out, the Automattic Themes Team had <a href=\"https://github.com/WordPress/gutenberg/issues/27617#issuecomment-918205913\">commented about the need</a> for featured videos when they had started work on Videomaker.</p>\n\n\n\n<p>This is not an issue that is best solved via the theme. While it was easier to do with classic, PHP-based theme projects, WordPress should provide the capability out of the box.</p>\n\n\n\n<p>I only found one significant issue with the theme. Its default page template currently displays both the post date and featured image. I am hazarding a guess that this was an unintentional copy-paste error during development. Typically, these items are not desirable on pages. One of the best things about block themes is that users can adjust these problems &mdash; intentional or not &mdash; via the site editor. <em>Don&rsquo;t want the post date and featured image on pages?</em> Just remove them.</p>\n\n\n\n<p>Outside of that, I like seeing the continued experimentation from the Automattic Theme Team. I am waiting to see what they tackle next.</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, 07 Dec 2021 00:00: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: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: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:64:\"WPTavern: FSE Outreach Round #11: Going on a Site Editing Safari\";s: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=125526\";s: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:169:\"https://wptavern.com/fse-outreach-round-11-going-on-a-site-editing-safari?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-11-going-on-a-site-editing-safari\";s: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:5744:\"<p class=\"has-drop-cap\">Anne McCarthy announced <a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\">Round #11 of the FSE Outreach Program</a> on November 11. The latest test, dubbed Site Editing Safari, calls on volunteers to run through a step-by-step list to find strengths and weaknesses around the upcoming WordPress 5.9 site editor. Volunteers are still welcome to provide feedback until Tuesday, December 7.</p>\n\n\n\n<p>This is actually my second attempt at Round #11. The first was right when the testing began nearly a month ago. As always, I was excited to jump in and contribute in some small way to the project. So, I made sure I updated everything and loaded up my test environment. Then, the entire experience rocketed downhill.</p>\n\n\n\n<p>I became frustrated after the template navigation was removed from the site editor. So, I simply threw in the towel. The one feature I had been waiting on for months felt useless. I pointed out these frustrations in my review of <a href=\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\">Gutenberg 11.9</a> &mdash; <em>let&rsquo;s just say there were a few drafts of that post that were far less kind</em>.</p>\n\n\n\n<p>Shortly after, template navigation was re-added to Gutenberg and should land in WordPress 5.9.</p>\n\n\n\n<p>Calls for using the TT1 Blocks theme are also demotivating. I have become burned out testing it and hope to never see it again. On the other hand, <a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">Twenty Twenty-Two</a> is far more exciting. Plus, it will be the theme that showcases what FSE can do. So, I installed it instead. Yes, I began breaking the rules before I even hopped over to the first step of testing.</p>\n\n\n\n<p>The following is a screenshot of the final homepage customization after running through the tests:</p>\n\n\n\n<img />Custom homepage design with Twenty Twenty-Two theme.\n\n\n\n<p>I jumped ahead and started from the header-editing section at the end of the test. The header area is the first thing you see in the editor, so it felt natural to begin there.</p>\n\n\n\n<p>I started by removing the Page List block from the Navigation menu in the header. I have 90+ pages on my install, and it is always irritating when themes list them all by default. There also does not seem to be a way to limit that to top-level pages or a max number. I opted for a few custom links instead.</p>\n\n\n\n<p>Then, I added a Search block, but its options were far too limiting to fit it into the design. There was no way to edit the colors or typography of the input field. It would also be nice to have a search text input that expanded or popped up when clicking the search icon.</p>\n\n\n\n<img />Trying to customize the Search block.\n\n\n\n<p>Eventually, I just dropped it all and added a Social Icons block. They were a bit less boring than run-of-the-mill links.</p>\n\n\n\n<p>The biggest issue I hit was with the Group block. By default, the Twenty Twenty-Two theme adds an <code>8rem</code> (that&rsquo;s pretty big) bottom margin to one of the Groups within the header area. That pushes everything on the page after it down. The trouble is that there is no way to customize that space because the block still does not support margins.</p>\n\n\n\n<p>I ended up adding an intro section to balance out all of the whitespace between the header and content areas:</p>\n\n\n\n<img />Intro section between header and content.\n\n\n\n<p>Based on the <a href=\"https://github.com/WordPress/gutenberg/pull/37105\">current direction of an open ticket</a>, Group margin support is unlikely to land in WordPress 5.9. The suggestion is to rely on the Spacer block to do the work.</p>\n\n\n\n<p>When I jumped back to the first section of the testing steps, I wanted to put the Post Featured Image block through its paces. It has improved, but it is still missing the vital <a href=\"https://github.com/WordPress/gutenberg/issues/33789\">Image Size option</a>, which would allow users to select a theme-registered size.</p>\n\n\n\n<p>I also wanted to add a border, but the option does not exist for the block. Instead, I had to wrap it in a Group block to create the effect. I took it a step further by adding padding and background color, essentially creating a two-color border.</p>\n\n\n\n<img />Grouping the Post Featured Image block for borders.\n\n\n\n<p>The purist in me cringes at wrapping an image in a <code>&lt;div&gt;</code> element just to add a border. Users should be able to add it directly to the Image block.</p>\n\n\n\n<p>This very much feels like where the state of the block and site editing is overall. Many pieces are exceptional, but after digging beneath the surface, you find that you need workarounds for some essential design needs.</p>\n\n\n\n<p>During testing, I ran into a few features I would like to have, such as a word-count limit for the Post Excerpt block and a button-style design for the &ldquo;more link.&rdquo; I am sure there are already tickets to address these, so I did not dwell on them.</p>\n\n\n\n<p>The biggest, <em>ahem</em>, hiccup that I ran into wiped all of my progress when editing my header. I tried to transform one of the outer Group blocks into a Cover to give it a background. It wiped everything in the header area clean, and the &ldquo;undo&rdquo; button did not seem to work. I just started over.</p>\n\n\n\n<p>I ran through all of the tests without any other issues. The site editor and global styles interfaces feel close to ready for their version 1.0 release in WordPress. The system works well enough for those willing to accept some frustration to play around with a suite of new toys.</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, 04 Dec 2021 02:53: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: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: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:61:\"Gutenberg Times: All Things Block Themes -Weekend Edition 195\";s: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=19738\";s: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://gutenbergtimes.com/all-things-block-themes-weekend-edition-195/\";s: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:17224:\"<p>Howdy,</p>\n\n\n\n<p>For many of us it&#8217;s Christmastime, a time for family, friends, and love, anticipating the holidays and the New Year. As the German poet Erick Kästner wrote: <em>&#8220;Will it better? Will it be worse?, one asks every year. But let&#8217;s be honest: life is always life-threatening.&#8221;</em> <sup>1</sup> Happy 2nd Advent! </p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n<p class=\"has-normal-font-size\"><sup>1</sup> <em>&#8220;Wird&#8217;s besser? Wird&#8217;s schlimmer?, fragt man alljährlich. Aber seien wir ehrlich, Leben ist immer lebensgefährlich.” &#8212; Erich Kästner</em></p>\n\n\n\n<p></p>\n\n\n\n\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/#wordpress-5-9\">WordPress 5.9</a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-12-0-1\">Gutenberg 12.0.1</a></li><li><a href=\"https://gutenbergtimes.com/feed/#all-things-block-themes\">All things Block Themes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#full-site-editing\">Full-Site Editing</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#fse-program-testing-call-11-until-dec-7\">FSE Program Testing Call #11 until Dec 7</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#building-blocks-and-developing-for-gutenberg\">Building Blocks and developing for Gutenberg</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-social-learning-events\">WordPress Social Learning events</a></li></ul></li></ul></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<h2 id=\"wordpress-5-9\">WordPress 5.9</h2>\n\n\n\n<p>The release squad shipped <a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\"><strong>WordPress 5.9 Beta 1</strong></a> Tuesday night. </p>\n\n\n\n<p>The test team published instructions on how you can test this release and help ensure it&#8217;s the best version that can be shipped in January. <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\"><strong>Help test WordPress 5.9 Features</strong></a>. The post covers the best test environment for all skill levels, and some tips for testing. For each feature, you can read a brief description with the suggested testing focus. As many features were built for users to build sites without touching code, the emphasis is on workflow and ease-of-use for WordPress users. Any feedback from this test will be welcome as it could improve the final version considerably. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) 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\" /></p>\n\n\n\n\n<p><strong>Nathan Wrigley</strong> hosted Marcus Kazmierczak, Zack Krida and yours truly for the episode <a href=\"https://wptavern.com/podcast/10-whats-in-wordpress-5-9-and-what-is-openverse\"><strong>#10 &#8211; What’s in WordPress 5.9, and What Is Openverse?</strong></a></p>\n\n\n\n<h2 id=\"gutenberg-12-0-1\">Gutenberg 12.0.1</h2>\n\n\n\n<p>From last week, Gutenberg 12.0 the release notes are now available on the Make Blog: <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\"><strong>What’s new in Gutenberg 12.0.0 ( 24 November)</strong></a> by <strong>Ryan Welcher.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> was also our special guest for the <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-gutenberg-12-wordpress-5-9-ryan-welcher/\"><strong>Gutenberg Changelog episode 56 </strong></a>when Grzegorz Ziolkowski and I discussed the Gutenberg release</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you are not a podcast listener, <strong>Justin Tadlock</strong> at WPTavern has the skinny for you.  <a href=\"https://wptavern.com/gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements\"><strong>Gutenberg 12.0 Focuses on Cleanup and Minor Enhancements</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul><li><strong>Gutenberg 12.0.1</strong> came out shortly after to add caching to&nbsp;<code>WP_Theme_JSON_Resolver_Gutenberg::get_user_data_from_custom_post_type()</code>. (<a href=\"https://github.com/WordPress/gutenberg/pull/36584\">36584</a>)</li><li><strong>For Gutenberg 12.0.2,</strong> the team fixed a bug with Block Styles: Check for existence of scroll container. (<a href=\"https://github.com/WordPress/gutenberg/pull/37010\">37010</a>) </li><li>The next version is already in the works. <strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.1.0-rc.1\">Gutenberg 12.1 RC</a> </strong>is now available, too.</li></ul>\n\n\n\n\n<p class=\"has-normal-font-size\">📢 <strong>New Episode #56 is now available! </strong>🎙️ <br />Birgit Pauli-Haack and Grzegorz Ziolkowski discuss Gutenberg plugin release 12.0 with their special guest Ryan Welcher, developer advocate at Automattic. </p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2 id=\"all-things-block-themes\">All things Block Themes</h2>\n\n\n\n<p>For the <a href=\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\"><strong>Episode 21 of the WP Briefing podcast</strong></a>, executive director of the WordPress open-source project, <strong>Josepha Haden Chomphosy</strong> invited <strong>Jeff Ong </strong>and <strong>Maggie Cabrera</strong> from the Theme team. They discussed the future of theme building and the upcoming WordPress default theme Twenty-Twenty-Two. They also clarify additional terms around themes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Ben Dwyer</strong> of the WordPress Themes team compiled this week&#8217;s Digest: <a href=\"https://make.wordpress.org/themes/2021/12/03/gutenberg-themes-week-of-november-29th-2021/\"><strong>Gutenberg + Themes: Week of November 29th, 2021</strong></a> &#8211; the 74th weekly round-up of important theme topics, issues, and PRs that could use community input and review.  Dwyer changed the format a bit. Instead, a list of PRs and Issue titles and numbers, he provides a summary of the various topics, this is certainly helpful for theme developer keeping in touch with Gutenberg. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Alex Lende </strong>published more details on how VS Code works with <a href=\"https://make.wordpress.org/themes/2021/11/30/theme-json-schema/\"><strong>Theme JSON Schema</strong></a> for Code Validation, Tool Tips with hints, and Auto-Complete. The demo GIFs also show the short-keys to use to make it all work. Very nifty! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/michaelburridge\"><strong>Michael Burridge</strong></a> informs developers via the WordPress Make Blog that <em>&#8220;the directory names in&nbsp;block-based (FSE) themes are changing. The name for the directory containing template files will be&nbsp;</em><code>templates</code><em>, and the name for the directory containing template part files will be&nbsp;</em><code>parts</code><em>.</em>&#8221; You can read more details in his article: <a href=\"https://make.wordpress.org/themes/2021/12/03/new-directory-names-for-block-based-fse-themes/\"><strong>New directory names for block-based (FSE) themes</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a></strong> posted a tutorial on <a href=\"https://www.godaddy.com/garage/customizing-images-with-wordpress-duotone-filters/\"><strong>Customizing images with WordPress duotone filters</strong></a>. Learn how to configure duotone settings for your client sites, to make images really shine. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/fklux\">Fränk Klein</a></strong> shared <a href=\"https://wpdevelopment.courses/articles/hybrid-theme-learnings/\"><strong>what he learned building a Hybrid Theme</strong></a>. After some definition of the terms, Hybrid theme, Universal theme and block theme, Klein takes you along his journey to explore how theme.json and PHP can mix.  How can WordPress 5.8 features help refactor existing themes and bring them more inline with the block editor? Even if they don&#8217;t fully embrace full-site editing, there are ways to make classic themes work better. It&#8217;s also not without challenges. Klein has some insight here, too. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/webtng\">David McCan</a></strong> wrote in his article <strong><a href=\"https://www.webtng.com/full-site-editing-and-custom-post-types-what-you-need-to-know/\" rel=\"nofollow\">Full Site Editing and Custom Post Types: What You Need To Know</a></strong> about what tools you need to create the single and archive templates for Custom Post Types. McCan concluded: &#8220;The big deal with Full Site Editing is that the ability to create templates for Custom Post Types is being built into WordPress core.&#8221; You will still need third-party blocks that support custom fields, thought. McCan has tested a few shared what he learned. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</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<h2 id=\"full-site-editing\">Full-Site Editing</h2>\n\n\n\n<p class=\"is-style-default\"><strong>Anne McCarthy</strong> published a walk-through the new, powerful Navigation Block site builders will soon us with full-site editing experience: <a href=\"https://www.youtube.com/watch?v=U7NkL8YKfUA\"><strong>Exploring the Navigation Block for WordPress 5.9</strong></a>. McCarthy wrote: &#8220;The Navigation Block is an advanced new block that enables you to edit your site&#8217;s navigation menu, both in terms of structure and design. This video seeks to give an initial look at this new block, provide a demo to help you explore it on your own, answer some top questions, and share some context around what&#8217;s to come next.&#8221;</p>\n\n\n\n<h3 id=\"fse-program-testing-call-11-until-dec-7\">FSE Program Testing Call #11 until Dec 7</h3>\n\n\n\n<p>You only have a few days left to participate in the separate  <a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\"><strong>FSE Program Testing Call #11: Site Editing Safari</strong></a>. Its deadline is December 7th, 2021.&nbsp;</p>\n\n\n\n<p>If you prefer an <strong>Italian version</strong> of the call for testing,&nbsp;<a href=\"https://twitter.com/succoallapera\"><strong>Piermario Orecchioni</strong></a>&nbsp;published the translation:&nbsp;<a href=\"https://it.wordpress.org/team/2021/11/25/chiamata-per-il-test-del-programma-fse-11-un-safari-nella-modifica-di-un-sito/\"><strong>ESF Program Test Call # 11: A Site Editing Safari</strong></a>.</p>\n\n\n\n<p><a href=\"https://twitter.com/atachibana\"><strong>Akira Tashibana</strong>&nbsp;</a>posted the <strong>Japanese version</strong> of the FSE Call for testing #11&nbsp;<a href=\"https://ja.wordpress.org/team/2021/11/12/2381/\"><strong>FSE プログラムのテスト募集 #11: サイト編集の探索</strong></a></p>\n\n\n\n<p><strong><a href=\"https://twitter.com/cdils\">Carrie Dils</a>&nbsp;</strong>prepared a&nbsp;<a href=\"https://carriedils.com/local-import-for-wordpress-5-8-x-beta-testing/\">one file import for LocalWP</a>&nbsp;to have an easy way to set up a test environment for the FSE Call for Testing.</p>\n\n\n\n<h2 id=\"building-blocks-and-developing-for-gutenberg\">Building Blocks and developing for Gutenberg</h2>\n\n\n\n<p>The fantastic co-hosts of the <em><a href=\"https://twitter.com/WomenInWP\">WomaninWP</a> Podcast</em>, <strong>Tracy Apps</strong> and <strong>Angela Bowman</strong> had <a href=\"https://womeninwp.com/podcast/071-an-honest-gutenberg-chat-with-tara-king/\"><strong>an honest conversation about Gutenberg with Tara King</strong></a>, director of Developer Relations at Automattic. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This year&#8217;s array of year-end post starts with <strong>Brian Francoeur</strong>&#8216;s post <a href=\"https://convesio.com/blog/wordpress-ecosystem/wordpress-in-2022/\"><strong>WordPress: Where It’s Headed in 2022</strong></a> He wrote: &#8220;WordPress is fighting back with genuine innovation, evolving the WordPress core and ecosystem to meet the needs of its users&#8221; and he doesn&#8217;t mean just the block editor. He gave us a view on all things that are happening in the space, including performance team, and decoupled WordPress (others call it headless). </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/ItsJustDJ\"><strong>DJ Billings</strong></a> wrote about <a href=\"https://torquemag.io/2021/10/an-exciting-new-use-case-for-gutenberg-newsletters/\"><strong>an exciting new use case for Gutenberg: Newsletters</strong></a>. She wrote &#8220;Newsletters are back, and they’re on the rise&#8221; and identified Gutenberg as &#8220;a powerful email builder&#8221;. You might have guessed it, Billings then turns fast to Newsletter Glue  as a Gutenberg-first tool to use WordPress to also composed emails. Full disclosure: For the last twelve months, we have been assembling the weekend edition also with <a href=\"https://newsletterglue.com/\"><strong>Newsletter Glue.</strong></a> </p>\n\n\n\n<h3 id=\"wordpress-social-learning-events\">WordPress Social Learning events</h3>\n\n\n\n<p><strong>December 14, 2021  &#8211; 3 to 4 pm ET </strong>/ <strong>20:00 UTC </strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/282301699/\"><strong>Create a simple block from existing blocks </strong></a><br />Host: Wes Theron<br />Speaker: Alex Standiford</p>\n\n\n\n<p>The WordPress Learn team will schedule more <a href=\"https://www.meetup.com/wordpress-social-learning\"><strong>Social Learning events</strong></a> on its Meetup.com <a href=\"https://www.meetup.com/wordpress-social-learning\">space</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;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\">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 class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;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 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:\"Sat, 04 Dec 2021 01:10: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: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:96:\"WPTavern: Open Source Initiative Launches New Free Membership Level, Opens 2022 OSS Usage Survey\";s: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=126444\";s: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:235:\"https://wptavern.com/open-source-initiative-launches-new-free-membership-level-opens-2022-oss-usage-survey?utm_source=rss&utm_medium=rss&utm_campaign=open-source-initiative-launches-new-free-membership-level-opens-2022-oss-usage-survey\";s: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:2659:\"<p>Open Source Initiative, the organization that stewards the <a href=\"https://opensource.org/docs/osd\">Open Source Definition</a>, has launched <a href=\"http://www.surveymonkey.com/r/openlogic-state-of-oss\">a new survey</a> on the usage of open source, in collaboration with <a href=\"http://www.openlogic.com/homepage\">OpenLogic by Perforce</a>.&nbsp;The survey takes a broad look at the trends and challenges organizations and users experience when adopting open source software today.</p>\n\n\n\n<p>&ldquo;In the 2022 State of Open Source Survey, OpenLogic and OSI will gather information about the use of open source software, the level of&nbsp;open source&nbsp;maturity and strategy within organizations, and the larger trends shaping the open source ecosystem,&rdquo; OpenLogic OSS Evangelist Javier Perez said. </p>\n\n\n\n<p>The survey takes approximately 7-10 minutes and is applicable to users at every level. A few of the questions are aimed at gauging participants&rsquo; reservations about using open source software, which should yield some interesting results. It also asks about support challenges and reasons for adopting specific open source technologies.</p>\n\n\n\n<p>As a small incentive, participants can enter an email address at the end for a chance to win a $200 Amazon gift card. The <a href=\"http://www.surveymonkey.com/r/openlogic-state-of-oss\">survey</a> will close January 7, 2022, and the results will be published in the 2022 State of Open Source report at the end of January. This information will help OSI continue to be an advocate for a healthy open source ecosystem.</p>\n\n\n\n<p>The organization has also recently launched a new, <a href=\"https://opensource.org/blog/2021-11-membership-drive\">free membership level</a> with limited capabilities. </p>\n\n\n\n<p>&ldquo;Not everyone can provide financial support, but we want your participation, too!&rdquo; OSI&rsquo;s newly appointed Executive Director Stefano Maffulli&nbsp;said at launch. &ldquo;Voting privileges are not included at this level, but you do receive the cool digital member badge to show your support of OSI.&rdquo; </p>\n\n\n\n<p>New signups will receive an email with discounts on open source technology courses and open source&nbsp;hardware manufacturers, and a link to a membership page with a script that generates a unique digital badge.</p>\n\n\n\n<p>Full membership costs $40 per year and includes voting rights to influence OSI&rsquo;s programs. Launching a free membership level on top of this is a strategic move for the Open Source Initiative that allows the organization to solidify its supporters and periodically appeal for financial support across a wider base.</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, 03 Dec 2021 23:04:45 +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: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:93:\"WPTavern: PHP Foundation Gains Momentum with $280K Estimated Annual Budget on Open Collective\";s: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=126007\";s: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:229:\"https://wptavern.com/php-foundation-gains-momentum-with-280k-estimated-annual-budget-on-open-collective?utm_source=rss&utm_medium=rss&utm_campaign=php-foundation-gains-momentum-with-280k-estimated-annual-budget-on-open-collective\";s: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:5326:\"<p>At the end of November, prominent members of the PHP community <a href=\"https://blog.jetbrains.com/phpstorm/2021/11/the-php-foundation/\">formed a new PHP Foundation</a> as a non-profit organization, &ldquo;<strong><strong>to ensure the long life and prosperity of the PHP language.</strong></strong>&rdquo; The founding members include Automattic, Laravel, Acquia, Zend, Craft CMS, Private Packagist, Tideways, PrestaShop, Symfony, and JetBrains&mdash;a group of companies with products that rely heavily on PHP.</p>\n\n\n\n<p>In just 11 days, the Foundation has has secured <a href=\"https://opencollective.com/phpfoundation\">an estimated annual budget of more than $280,000</a> through donations and monthly commitments using Open Collective&rsquo;s transparent funding platform.</p>\n\n\n\n<p>JetBrains, leading the charge with a promise to contribute $100,000 annually, announced the formation of the foundation. It stated that the organization will not seek to influence PHP language decisions but will leave those to the PHP Internals community. The donations will be used to fund developers to work on PHP:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our initial scope of operations is narrow so as to maximize the chances of successfully addressing our immediate concern &ndash; that there are not enough core developers working on PHP.<br />In our first year or two, our only priority will be the hiring of core developers. Eventually, after our immediate concern has been resolved, the Foundation will be prepared to expand the scope of operations to include the hiring of developers dedicated to non-core projects. Beyond that, we may expand our focus to include community-oriented projects.</p><cite><a href=\"https://blog.jetbrains.com/phpstorm/2021/11/the-php-foundation/\">The New Life of PHP &ndash; The&nbsp;PHP&nbsp;Foundation</a></cite></blockquote>\n\n\n\n<p>The loss of a longtime prolific contributor Nikita Popov, who is moving on to work on  LLVM with significantly less time on PHP, was one of the major contributing factors for the formation of the foundation.</p>\n\n\n\n<p>&ldquo;Losing one of the main contributors to PHP is a blow to the community, because he is the bearer of a lot of knowledge and expertise,&rdquo; PhpStorm marketing manager Roman Pronskiy said. &ldquo;It puts the language that powers 78% of the Web in a fragile position. Not to mention an overwhelming burden on the maintainer, which unfortunately in the world of OSS often leads to people burning out.&rdquo;</p>\n\n\n\n<p>Despite enormous contributions from Zend by&nbsp;Perforce on various initiatives for nearly two decades, along with other corporations invested in the future of the language, PHP is too important to the web to risk going without vital support for its maintainers. </p>\n\n\n\n<p>&ldquo;By continuing to fund full-time and part-time developers on the PHP project, Zend has helped ensure the ongoing prosperity and modernization of the PHP language, and its continued use for mission-critical application development,&rdquo; Pronskiy said.</p>\n\n\n\n<p>&ldquo;We were proceeding rather leisurely, thinking that the problem was not critical. However, Nikita&rsquo;s decision forced us to intensify our work on the foundation.&rdquo;</p>\n\n\n\n<p>The 26-year old programming language continues to be immensely popular today, thanks to its easy learning curve and the relative ease of finding hosting for PHP-based sites. It powers 36% of the top million websites and 49% of the top 10K according to <a href=\"https://trends.builtwith.com/framework/PHP\">BuiltWith</a>. With such a massive footprint, formalizing support for the future of the PHP project is long overdue.</p>\n\n\n\n<p>&ldquo;PHP quickly became my choice of language, and while some folks mock it for not being a &lsquo;real&rsquo; language &ndash; whatever that means &ndash; it can be strongly typed and structured if you choose &ndash; but more importantly, PHP has enabled the innovation and explosion of the web, largely through projects like WordPress, CakePHP, CodeIgniter, and Laravel,&rdquo; Automattic engineer Jeffrey Pearce wrote in a recent essay about <a href=\"https://24daysindecember.net/2021/12/01/how-i-found-php/\">how he found PHP</a>. &ldquo;These projects all had a low barrier to entry and made writing software accessible to the masses.</p>\n\n\n\n<p>&ldquo;Hacking away through a PHP file, mixing classes and inline code, functional and object orientation, and discovering the joys of MVC frameworks &ndash; you could really move fast and break things.&rdquo;</p>\n\n\n\n<p>At WordCamp Europe in 2019, when Matt Mullenweg was asked how he plans to balance chasing the new and shiny with all of WordPress&rsquo; existing legacy APIs, he said, &ldquo;PHP is going to be crucial to us for many years to come.&rdquo; WordPress owes a great deal to PHP, which keeps getting faster and better with each release. Behind these releases is a community of people who need reliable support.</p>\n\n\n\n<p>Any contributor can apply to the Foundation for funding part-time or full-time work. Positions are not permanent and can be canceled at any time. <a href=\"https://forms.gle/mk52v6FphaYr6yMS8\">Applications are still open</a> for the next two weeks and the Foundation&rsquo;s administration will use its expertise to decide which contributors will receive funding.</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, 03 Dec 2021 06:25:40 +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: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:41:\"Post Status: How Was Business This Month?\";s: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:\"https://poststatus.com/?p=90858\";s: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:55:\"https://cdn.poststatus.com/how-was-business-this-month/\";s: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:4033:\"<p class=\"has-background has-medium-font-size\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Please take <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeSFLww3tusSf06kxPNgGLLN4PqyAwxThw6tif12I9egBosdQ/viewform\">the current survey for November</a>.</p>\n\n\n\n<table><tbody><tr><td><strong>August 2021</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c6.png\" alt=\"📆\" class=\"wp-smiley\" /></td><td><strong>Up</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c8.png\" alt=\"📈\" class=\"wp-smiley\" /></td><td><strong>Down</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c9.png\" alt=\"📉\" class=\"wp-smiley\" /></td><td><strong>Average</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f610.png\" alt=\"😐\" class=\"wp-smiley\" /></td></tr><tr><td><strong>All responses</strong></td><td>4</td><td>3</td><td>3</td></tr></tbody></table>We floated this survey quietly in August with a single, simple question.\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td><strong>September 2021</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c6.png\" alt=\"📆\" class=\"wp-smiley\" /></td><td><strong>Up</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c8.png\" alt=\"📈\" class=\"wp-smiley\" /></td><td><strong>Down</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c9.png\" alt=\"📉\" class=\"wp-smiley\" /></td><td><strong>Average</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f610.png\" alt=\"😐\" class=\"wp-smiley\" /></td></tr><tr><td><strong>Company</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3e2.png\" alt=\"🏢\" class=\"wp-smiley\" /></td><td>4</td><td>1</td><td>6</td></tr><tr><td><strong>Agency</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f9d1-200d-1f4bc.png\" alt=\"🧑‍💼\" class=\"wp-smiley\" /></td><td>11</td><td>3</td><td>5</td></tr><tr><td><strong>Individual</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f469-200d-1f4bb.png\" alt=\"👩‍💻\" class=\"wp-smiley\" /></td><td>7</td><td>5</td><td>6</td></tr><tr><td><strong>Totals:</strong></td><td><strong>22</strong></td><td><strong>9</strong></td><td><strong>17</strong></td></tr></tbody></table>48 people responded in September. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td><strong>October 2021</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c6.png\" alt=\"📆\" class=\"wp-smiley\" /></td><td><strong>Up</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c8.png\" alt=\"📈\" class=\"wp-smiley\" /></td><td><strong>Down</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c9.png\" alt=\"📉\" class=\"wp-smiley\" /></td><td><strong>Average</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f610.png\" alt=\"😐\" class=\"wp-smiley\" /></td></tr><tr><td><strong>Company</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3e2.png\" alt=\"🏢\" class=\"wp-smiley\" /></td><td>0</td><td>2</td><td>3</td></tr><tr><td><strong>Agency</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f9d1-200d-1f4bc.png\" alt=\"🧑‍💼\" class=\"wp-smiley\" /></td><td>2</td><td>0</td><td>3</td></tr><tr><td><strong>Individual</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f469-200d-1f4bb.png\" alt=\"👩‍💻\" class=\"wp-smiley\" /></td><td>1</td><td>2</td><td>2</td></tr><tr><td><strong>Totals:</strong></td><td><strong>3</strong></td><td><strong>4</strong></td><td><strong>8</strong></td></tr></tbody></table>The most common challenge mentioned this month was hiring — finding good talent.\n\n\n\n<p></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, 03 Dec 2021 04:36: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: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:85:\"Post Status: Post Status Excerpt (No. 35) — Challenges and Wins for WordCamp Taiwan\";s: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:\"https://poststatus.com/?p=90144\";s: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:34:\"https://poststatus.com/excerpt/35/\";s: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:29209:\"<h2>&#8220;We are trying to bring our community to the world.&#8221; —Eric Chuang</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David chats with two organizers from the upcoming <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a> — <strong>Eric Chuang</strong> 莊桓亦 and <strong>Hend Chen</strong> 陳瀚宇. Learn what the WordPress community is like in Taiwan, and how they\'ve dealt with restrictions on in-person events. Eric and Hend crafted a “hybrid” approach to their WordCamp and hope having English sessions will bring more talent and influence to Taiwan\'s WordPress community.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://wpafrica.org/\">WordCamp Taiwan 2021</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/huanyee_chuang\">Eric Chuang 莊桓亦 (Twitter)</a></li><li><a href=\"https://www.linkedin.com/in/hendchen/\">Hend Chen 陳瀚宇 (LinkedIn)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">iThemes</a></h3>\n\n\n\n<p>Take the guesswork out of building, maintaining, and securing WordPress websites. Professional plugins and training from <strong>iThemes</strong> help you create and manage your sites. Secure, back up, and manage them quickly and easily. Master leading-edge WordPress skills to grow your business and make more money. Learn and grow with the experts at <strong>iThemes</strong>.</p>\n\n\n\n<h3>Transcript</h3>\n\n\n\n<p>Eric Chuang: [00:00:00] Yes, I\'m sorry. I accidentally click leave the meeting.</p>\n\n\n\n<p>David Bisset: No, it\'s okay. Some people get a look at me and then hear my voice and then they instantly dropped the meeting. It\'s fine. I\'m not trying not to take it personally. Just think about how my wife feels. She can\'t do that. She lives with me. So it\'s been a while.</p>\n\n\n\n<p>When\'s the last time that I\'ve seen you at the virtual meetup.</p>\n\n\n\n<p>Eric Chuang: About almost a year, I would say maybe, or maybe, oh yeah. Last year in November.</p>\n\n\n\n<p>David Bisset: Yeah. how did I get involved in that. Did you invite me? You must have, because I really don\'t like sticking my nose in other people\'s business.</p>\n\n\n\n<p>Eric Chuang: First I joined the mega meetup and yes, I thought it was brilliant.</p>\n\n\n\n<p>So I just emailed you with, without any, without. Any notification, I guess I just emailed</p>\n\n\n\n<p>David Bisset: you.</p>\n\n\n\n<p>Yeah. Just like how my kids asked me for money. It comes out of the [00:01:00] blue and say, Hey, hi, I need some of, I need some of this blank. Yeah. The mega meetup was actually pretty. It was pretty good. We\'re still doing it off and on here and there.</p>\n\n\n\n<p>What are, and I remember now you inviting me in, was a nice, great meetup that we had. I\'ve been there. I think it was twice or three times over the. What are your local meetups like right now? Are you able, are you able to meet in person over there now? Or how what\'s the situation over there?</p>\n\n\n\n<p>Eric Chuang: So this year in Taiwan, we actually had raised our alerts from we have the level one to actually, we went to level three and oh, in person gathering. Abandoned. We\'re yeah. We\'re post. So we were not allowed to hand hold any in-person meetup, but things have been better now.</p>\n\n\n\n<p>And now we have [00:02:00] restarted our Tahlia and meet up again. And we started, we restarted from last month. Yes. So now we can still. Present.</p>\n\n\n\n<p>David Bisset: Oh, that\'s fantastic. And about how many people sh so you\'ve had one since then one meetup or how many?</p>\n\n\n\n<p>Eric Chuang: Currently in Taiwan we have one in-person meeting, but we have to, we actually have two this month.</p>\n\n\n\n<p>So one in our place and the other is in the middle Taiwan.</p>\n\n\n\n<p>David Bisset: And did you have meetups consistently through the pandemic? How is the strength of your local WordPress community?</p>\n\n\n\n<p>Eric Chuang: Oh actually we try to make it virtual as well. We, yeah, we it was that time that I started to I started to I started to connect people virtually.</p>\n\n\n\n<p>We used we used [00:03:00] virtual value, gathered how to make people participate and we can check. By groups. Yeah.</p>\n\n\n\n<p>David Bisset: So what\'s your background? I\'m sorry, go ahead. No. I\'m interested a little bit about you. And I don\'t I don\'t know how many people know about you and hint. Hint is also on the call.</p>\n\n\n\n<p>He\'s just very quiet. Care to just tell us a little bit about yourselves before we go into.</p>\n\n\n\n<p>Hend Chen: About local meetup.</p>\n\n\n\n<p>David Bisset: How did you, how long have you been in</p>\n\n\n\n<p>Hend Chen: WordPress? I enjoy WordPress two years ago and I seen WordPress we\'re friends, like big family because we can help each other in emit app and social media.</p>\n\n\n\n<p>Do you find it?</p>\n\n\n\n<p>David Bisset: Do you find it\'s easy to find people, other people who know WordPress in your area?</p>\n\n\n\n<p>Hend Chen: Baby, because we know each other big we joined meet app and know each other use pressed. [00:04:00]</p>\n\n\n\n<p>David Bisset: Yeah. You say it\'s like a big family. You must not know my family. We constantly fight actually.</p>\n\n\n\n<p>It\'s beginning to, yeah. It\'s beginning to get my, like my family in that a little bit. Eric, how long have you been in WordPress again?</p>\n\n\n\n<p>Eric Chuang: I would say maybe four years. Four years since I was, yeah, since I first joined a WordPress meetup in Taipei and yeah.</p>\n\n\n\n<p>David Bisset: Oh, so did you start the meetup or do you in the one you\'re in</p>\n\n\n\n<p>Eric Chuang: as, for, as for organizing meetups it has been three years, so I joined the WordPress community in 2017 and in 2018 we have, we had our first work camp in Taiwan.</p>\n\n\n\n<p>And then after that we started our logo meetups.</p>\n\n\n\n<p>David Bisset: Yeah. So what\'s the what\'s the word press community in the community that associates with you folks in [00:05:00] Taiwan? Is it like a lot of developers, a lot of WordPress, beginners or users? Are they people trying to build websites or just what\'s the mix like?</p>\n\n\n\n<p>Eric Chuang: I think. Most people or maybe hand can answer these questions.</p>\n\n\n\n<p>Hend Chen: I think there are different job in our bid up that developer designer we, we Clare to different job join us. So in our bid, Oh one they are, they have different jobs. One is CIF and one is no year</p>\n\n\n\n<p>David Bisset: oh, wow.</p>\n\n\n\n<p>Hend Chen: So it\'s not the only</p>\n\n\n\n<p>Eric Chuang: developer</p>\n\n\n\n<p>David Bisset: you got your food and your legal needs taken care of right.</p>\n\n\n\n<p>In your own meetup. So these people are from different backgrounds, not necessarily developers they\'re business owners. It sounds or they\'re working for themselves.</p>\n\n\n\n<p>Eric Chuang: Indeed. Indeed. We have [00:06:00] various people here in Taiwan.</p>\n\n\n\n<p>David Bisset: So what subjects do you usually talk about at your meetups?</p>\n\n\n\n<p>Is it more beginner stuff or is it Gutenberg or is it plugins or what\'s the usual, what\'s the typical?</p>\n\n\n\n<p>Eric Chuang: It actually depends on which meetups in our local meetup where in Korean. And usually we have some. Beginners oriented topics, like how to troubleshooting your website, how to install plugins or how to start with block editors, that kind of stuff.</p>\n\n\n\n<p>But the Dean Taipei which is another meetup and Taiwan there are more like SEL managers or developers or. Plugin sharing.</p>\n\n\n\n<p>David Bisset: Yeah. I\'m really trying to interrogate you, you to please forgive me. [00:07:00] What we talk a lot about in the recent, the WordPress community has talked a lot about like young people in the next generation to continue to like WordPress getting bigger and growing.</p>\n\n\n\n<p>Do you see a lot of young people in your communities and the last couple of years, or is it mostly old folks?</p>\n\n\n\n<p>Eric Chuang: By definition, I think David, you are, you\'re young people, correct answer,</p>\n\n\n\n<p>David Bisset: but then now that you read the card I gave you correctly do you see like school, age, teenagers, college people.</p>\n\n\n\n<p>Do you see any of that coming through or do you tend to. Do you see it? Do you see any trends in far as the age and the kind of people that come in, do you think its like a younger fresher crowd or do you think it\'s like an older, more mature? Oh</p>\n\n\n\n<p>Eric Chuang: actually I recently I found there are couple of couple of younger generations join us.</p>\n\n\n\n<p>For example, we have. We actually have a member, a young, enthusiastic who is in his third year of high [00:08:00] school. And he tried to, we actually have him to. Co-organized our local meetups. Wow.</p>\n\n\n\n<p>David Bisset: Yeah. That\'s great. Young</p>\n\n\n\n<p>Eric Chuang: blood. Yeah. So he, current he\'s currently helping us with the meetup venue.</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>David Bisset: Oh, wow. And hand, how old are you? Cause you looked so good.</p>\n\n\n\n<p>Hend Chen: No, I\'m older than Eric. I ordered it.</p>\n\n\n\n<p>David Bisset: Whatever skin moisturizer you\'re using keep going, because wow. I think my kids are, my kids look older than you. Of course, maybe this, maybe it\'s the stress of being my, me being their father.</p>\n\n\n\n<p>Let\'s talk about work camp Taiwan now. How many is how many work camp Taiwan\'s have there been? Is this the second? Did I remember that?</p>\n\n\n\n<p>Eric Chuang: With this third word camp or in Taiwan, but if the [00:09:00] first word camp Taiwan, we had two war camps type. Hey, before.</p>\n\n\n\n<p>David Bisset: Ah, yes. So this means like this mean that covers the entire country.</p>\n\n\n\n<p>Which implies that how did this get started? Especially with the COVID stuff coming through. When did you decide, or when was there a decision made that an in-person meetup was possible that it could happen and who was involved in that?</p>\n\n\n\n<p>Eric Chuang: Actually I was inspired by a deputy work press community, deputy code Harry.</p>\n\n\n\n<p>I\'m not sure if</p>\n\n\n\n<p>David Bisset: his name is.</p>\n\n\n\n<p>Eric Chuang: Hairy. Yes. H a R I Harry. Oh,</p>\n\n\n\n<p>David Bisset: okay. Sorry. I was thinking Harry and the Hendersons for a second that this didn\'t take well. Okay. You were inspired by a deputy. And what did that deputy do that inspired you?</p>\n\n\n\n<p>Eric Chuang: He was asking whether Taiwan is doing, do you have a hybrid word camp?</p>\n\n\n\n<p>Because in Taiwan our authority allows us to have [00:10:00] in-person gathering. Within 50 people and 50</p>\n\n\n\n<p>David Bisset: people and under</p>\n\n\n\n<p>Eric Chuang: 50 people in honor. So that means we can legally hold our in-person meetups while we make those meals. Watch show of a watch party of WordCamp fishing. So he was asking whether we can try this kind of hybrid format of four camp.</p>\n\n\n\n<p>And I was, I w I was like, oh, that sounds interesting. So we started it.</p>\n\n\n\n<p>David Bisset: Wow. So first before we go any further, what\'s the date of the word campus?</p>\n\n\n\n<p>Eric Chuang: It\'s December 11th and 20 and 12th, December 11th and 12th.</p>\n\n\n\n<p>David Bisset: So I don\'t have a calendar in front of me. Is that a Saturday or a Sunday or is it a Friday or is</p>\n\n\n\n<p>Eric Chuang: it yes it\'s a Saturday and Sunday.</p>\n\n\n\n<p>David Bisset: Okay. Yeah. You still have Saturdays and Sundays over there, just like we do. Yes. Thank you. Thank [00:11:00] you, Mr. Lee. Thank you, Mr. Brain. So you mentioned before, I was about to ask you what the challenges for organizing and running events like this are not just because of COVID in health, but because of there are, I was, I\'m glad you brought it up.</p>\n\n\n\n<p>Cause I didn\'t know a way to bring up government the government. Every government\'s got something, no matter where you live, but I know yours was particularly picky in particular, and I\'m guessing the number of physical people meeting together is one of those things. One of those challenges how are you going to do that with this work camp?</p>\n\n\n\n<p>Are you going to have, who\'s going to show up physically and who\'s not, or how does that work?</p>\n\n\n\n<p>Eric Chuang: Actually in our idea of hybrid war camp the men session will be online. It will be a virtual word camp as usual. It\'s still a virtual workload camp. So every everyone in the world can do.</p>\n\n\n\n<p>Watch the word came online while [00:12:00] we use we asked some meetup organizers to organize their meetups. So there will be five meetups during the event and all meetups will be a watch party of our work camp session. Yeah, that makes sense. Yeah. In that case we can still have some offline interactions and while we make while we make sure that we fit the work camp sideline, because yeah, because it wasn\'t allowed before.</p>\n\n\n\n<p>In prison, war camps were not allowed before.</p>\n\n\n\n<p>David Bisset: Yeah. So it\'s kinda there\'s a hub of. Of a group of people that are meeting in person that are that\'s like a, that\'s like a work camp, but all the watch parties or the meetup groups are interacting with that. And that collectively altogether is where is the work camp?</p>\n\n\n\n<p>Taiwan. It sounds like to me. [00:13:00] So the, you have these people, not only from around the country, but all the way around the world, whoever wants to join in yes. How many people from the meetups together about is that. 50 or a hundred or</p>\n\n\n\n<p>Eric Chuang: it still depends on the location. Like the meetup type hate.</p>\n\n\n\n<p>They estimate that there will be 20 or 30 people and we estimate how many hands you journey. Try</p>\n\n\n\n<p>Hend Chen: and keep around 20 people.</p>\n\n\n\n<p>David Bisset: A it\'s a nice, good social sizes, right? Yeah. So what are you planning on? Spoil us a little bit. What are you planning? What\'s your speaker lineup look like? Or what\'s your look like so far?</p>\n\n\n\n<p>What you\'ve got going on, what you have planned</p>\n\n\n\n<p>Eric Chuang: work camp Taiwan is going to [00:14:00] be a few days after the release of word, press 5.9. We</p>\n\n\n\n<p>David Bisset: actually, can we check the calendar on that? Cause that date\'s been shifting at the time of just, you may want to look at I\'m not sure I\'m a little foggy right now, but 5.9 has been shifted around a little bit but anyway, let\'s just assume, let\'s just assume so far.</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>Eric Chuang: And so we actually invite a member from core team too, to demonstrate what 5.9 is going to be. And it will be our keynote.</p>\n\n\n\n<p>David Bisset: Oh, wow. You\'re not going to tell me a name. Aren\'t you. You\'re going to keep it a secret. Aren\'t you who that is? That\'s okay. I\'m used to people keeping secrets from me.</p>\n\n\n\n<p>Are you, is how many is it? Is it. It\'s two days. So is attracts both days. Is there are anything dealing with contributors or what\'s the schedule like?</p>\n\n\n\n<p>Eric Chuang: [00:15:00] We\'re going to have two tracks. One is the regular session track and the Ardagh is a workshop. So actually we have three workshops. So far, yeah, we have three, three workshops.</p>\n\n\n\n<p>One is about localization. One is about security and cure two or four focusing on security. Yeah.</p>\n\n\n\n<p>David Bisset: And then you\'re going to have like normal speakers, non workshop speakers, giving their presentations. Yeah. So on both days, Oh, so is it going to be how much of it is going to be in English and how much of it is your Nate is the native language.</p>\n\n\n\n<p>Eric Chuang: So there will be four English speakers and one English workshop and the rest. They are Excuse [00:16:00] me that we calculate. So there are two Mandarin workshops and</p>\n\n\n\n<p>David Bisset: excuse me. Oh, it\'s okay. I\'ve run out of fingers to count on my own. I\'m trying</p>\n\n\n\n<p>Eric Chuang: to I\'m bad. I\'m bad at math. Okay. So we have 10 mandarins. We have 10 mentoring sessions and to two workshops.</p>\n\n\n\n<p>David Bisset: Yeah. So you met her? No, go ahead. Go ahead. No, go ahead. No. So it\'s Mandarin and English.</p>\n\n\n\n<p>Eric Chuang: Mandarin.</p>\n\n\n\n<p>David Bisset: Did I say Mandarin? I don\'t know. There\'s a show here called the Mandalorian. I\'m just impressed. I didn\'t say Mandalorian. Why do you have English involved in your conference? Is there enough people apart of your groups that speak it or you, or are you doing it for the sake of the outside world?</p>\n\n\n\n<p>Eric Chuang: We\'re at [00:17:00] FC have, we\'re actually getting more. Foreign speakers involved because we try to get the Taiwan, WordPress community. We\'re trying to bring our community to the world. So yeah, one of, one of the purposes is to have other like foreign attendees to join our work camp.</p>\n\n\n\n<p>David Bisset: And why do you, why is that so important?</p>\n\n\n\n<p>I may know the answer, but I want to hear it from you.</p>\n\n\n\n<p>Eric Chuang: You mean why bringing</p>\n\n\n\n<p>David Bisset: Taiwan to no. Why bringing the speakers to Taiwan? Why is that important for you?</p>\n\n\n\n<p>Eric Chuang: Because how do I elaborate lists? I think the main reason is just</p>\n\n\n\n<p>Hend Chen: It,</p>\n\n\n\n<p>Eric Chuang: English is still the most understandable language out around the world and having English speakers can [00:18:00] make can make this work camp more inclusive to people.</p>\n\n\n\n<p>Speaking any kind of</p>\n\n\n\n<p>David Bisset: language. Do you also think that it brings some knowledge. Bye. I can only speak from experience. I run board camp, Miami. It\'s an America, it\'s, the English is the only language, unless there\'s a little bit of Spanish in there, but one of the reasons why I like to bring people to work camps locally from out of town is because our local community doesn\'t have someone who knows about this subject.</p>\n\n\n\n<p>Or this subject, we\'re a big, we\'re a bigger community, but that doesn\'t mean we know everything. And, there are people that are community that want to hear about developer topics, certain developer topics, or certain marketing topics. And they just don\'t get that from the local people in the area, because a lot of our people have been new their beginners or their users or their chefs or their lawyers.</p>\n\n\n\n<p>They don\'t have. Yeah. They want some, they want to talk to [00:19:00] someone or see someone face to face who has this knowledge. So if we can\'t find it locally, we ship it in. We get people to speak. And a lot of those people are well-known in the WordPress community. We don\'t just grab people cause they\'re big names and put them on our stage.</p>\n\n\n\n<p>We, just to make ourselves look good. Oh, look at who we have on stage. It\'s because our local community, we want our local community to have this, these talks and this information and it\'s online, but also it\'s better. It\'s also just as good as to have it inside the work camp in person, in front of everyone, in an audience.</p>\n\n\n\n<p>Do you feel that, do you feel that way sometimes with your community? Like you like to bring in people because you want to expose the community to these ideas and these thoughts from these people?</p>\n\n\n\n<p>Eric Chuang: Yeah.</p>\n\n\n\n<p>David Bisset: You\'re a man of few words. I like highlight you. You agree completely. But no, from one word camp organizer to another, I think that\'s, if you\'re thinking about the good overall of your local committee, [00:20:00] Then, word camps are supposed to be highly local, but if you\'re stuck, not stuck, stuck as the wrong word, but if you\'re in a place geographically or language wise there\'s a little bit of a barrier, whether it\'s physical or language or something else, then how do you get your WordPress community to grow or in knowledge and in.</p>\n\n\n\n<p>And I think you have one of, I think one of your ideas, pretty good. One, get someone from core to do the keynote, explain about WordPress, get people, making, by making some of it English at all. It\'s easier to allow certain speakers to be able to give talks at your event. I\'m just glad that many people can understand and or translate that.</p>\n\n\n\n<p>I listened to talk sometimes from speakers and my English. And so I\'m, I almost need a translation and it\'s still English. So speaking of the global community what do you feel, how do you feel Taiwan has been [00:21:00] considered by the global WordPress community? Do you feel like it\'s been okay.</p>\n\n\n\n<p>Or do you feel like there, there should be more attention to your general area of the globe? Do you feel like that there\'s, there\'s too much, there\'s not enough attention being put in your, in, in that area. I was talking with Mary from word camp network camp, Mary Jo from Africa last week.</p>\n\n\n\n<p>And we had the same conversation, the same question about, do you do you feel like I\'m a little underrepresented in the WordPress community globally? Are you, or are you happy or what do you wish. The WordPress community can do to shine a better spotlight on your area because there\'s some great talent everywhere, including your area.</p>\n\n\n\n<p>Do you feel a little awkward or do you feel like you\'re not missing anything in Taiwan from the WordPress community standpoint?</p>\n\n\n\n<p>Eric Chuang: I think due to some. Language barrier. I think [00:22:00] Taiwanese people are nuts. Taking part into taking part in the global WordPress community proactively.</p>\n\n\n\n<p>And meanwhile I think the world has a. Thing how the potential, what the potential of Taiwan community can bring. And that\'s the reason why we\'re, we are actually trying to bridge the global WordPress community and the local, the Taiwan, local WordPress community. Yeah. And But actually Taiwan is a tiny island.</p>\n\n\n\n<p>And we\'re not a very big market here. I think we\'re a part of the Southeast Asia and I think, that\'s how did I say. I think that\'s also a chance for us to work with this [00:23:00] region.</p>\n\n\n\n<p>David Bisset: Yeah. Yeah. There\'s, I\'ve never been in that part of the world. I always wanted to though there\'s always some beautiful places in Taiwan and Japan and all those islands in that area, then there is what can, the people in the WordPress community do to help.</p>\n\n\n\n<p>Eric Chuang: I think I think what you what people can outside can do is to. To join, to respond our invitations. If we try to reach, if we try to reach this like speakers and but actually I think the men problems is still inside. As I mentioned, we haven\'t been proactively participating in the.</p>\n\n\n\n<p>So I wouldn\'t say, I think the [00:24:00] resource from the global community is currently I think it\'s enough because whatever I want to look for, I want to look for, I can get the answers. Yeah. So I think the support from outside is enough and. That\'s that brings to another point of mine.</p>\n\n\n\n<p>I think what our local community country can do is to do more localizations, to to encourage people to encourage people to. Join to follow the guideline, to know what WordPress community really is and so on.</p>\n\n\n\n<p>David Bisset: And if we, if anybody in the WordPress community can help to make that better and easier for you, that would be a good thing.</p>\n\n\n\n<p>And I\'m sure some of the speakers would like some of the speakers could Lost my train of thought, this will be edited out, but [00:25:00] some of the, some of those people that need to be able to hear your invitations to, to come that word can be spread. And there is a lot of whether you\'re a small island or your, a big continent, I think like Africa or Asia, I think there\'s enough diversity in thinking.</p>\n\n\n\n<p>That we\'re missing so much potential in the WordPress community as a whole, and it can make us stronger if we listen to those voices and participate in those communities. That\'s, and that\'s why we did those mega meetups very early on because a lot of the meetup organizers with dealing with the first year of COVID, a lot of people had a lot of famous.</p>\n\n\n\n<p>Things they needed to take care of, mental stress issues. So we thought, why don\'t we just get one virtual meetup together? And then once we figured out these people were coming from all these different countries like yourself, then you know it\'s a global community, but it\'s, it really puts the global and the [00:26:00] global community.</p>\n\n\n\n<p>Because like before, before COVID we always could communicate with people outside of our local areas or our country. But some people now depended on it now in the last year or two, to be able to meet new people or explore or get new ideas. And I\'m very happy to hear though that the WordPress information that you\'re able to find is available to you.</p>\n\n\n\n<p>Not everybody has. That privilege, if I\'m assuming that you mean you, is there, if somebody doesn\'t speak English and it\'s Mandarin, is there enough Mandarin information in WordPress for most people?</p>\n\n\n\n<p>Eric Chuang: Not yet. And that\'s what we are</p>\n\n\n\n<p>David Bisset: working on. That\'s the translation. Are you part of the translation team or work with them?</p>\n\n\n\n<p>Eric Chuang: Yes. I\'m yeah,</p>\n\n\n\n<p>David Bisset: that\'s okay. I haven\'t had my coffee either. What time is it or.</p>\n\n\n\n<p>Eric Chuang: You mean now it\'s 10 half 10.</p>\n\n\n\n<p>David Bisset: Oh, wow. [00:27:00] See, that\'s past my bedtime. Yeah. How, if people wanted to sign up for work camp Taiwan, what\'s the best way to do it? Actually</p>\n\n\n\n<p>Eric Chuang: we have our tweet account and people can also find us on the word.</p>\n\n\n\n<p>I think people can find us on the WordPress dashboard because we\'re now on the dashboard. And if anyone wants to find us on the Twitter, Yeah, our account is word camp Taiwan. Straight-forward</p>\n\n\n\n<p>David Bisset: oh, good. You didn\'t try any fancy, a naming convention. Sarah, you almost fit it perfectly.</p>\n\n\n\n<p>We\'re going to drop a link for the Twitter account and the website into the show notes as well. So whenever people read the podcast, there\'ll be able to click on all of this. If you have personal accounts to both of you, please share them with me and I\'ll put them in. And the show notes as well.</p>\n\n\n\n<p>[00:28:00] Is there anything else that you would like to share with the WordPress community?</p>\n\n\n\n<p>Eric Chuang: Oh I want to make some, make a correction. I hate to do but I have to do yeah, we\'re actually working teed up. Yeah. It\'s the, ah, making the Taiwan. Yeah. Okay. MTW yeah, TW</p>\n\n\n\n<p>David Bisset: it wasn\'t that long couldn\'t fit those characters in there after all.</p>\n\n\n\n<p>Okay. That\'s fine. I\'m sure people will figure it out. It\'s been a pleasure and an honor, and it\'s good to see your face. It\'s good</p>\n\n\n\n<p>Eric Chuang: to see you and yes. And we are very, it\'s our honor to, to be on your podcast.</p>\n\n\n\n<p>David Bisset: First of all, it\'s not my podcast. And second of all, I don\'t know what you call a definition of honor, but I\'ll let that stay.</p>\n\n\n\n<p>I look forward to the time where we can see each other in person safely, whether that\'s at a work camp outs, in the west, or, there\'s some day, I truly believe. Not to say that you would go to Asia because I\'m not, it\'s closer to you than it is to me. That\'s the reason why I bring it up.</p>\n\n\n\n<p>[00:29:00] Working up Asia may be a reality someday. Again, they were close, they were closed before. But yes, I would love to be able to see you, both of you in person and be able to meet you and greet you and so forth.</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, 03 Dec 2021 02:45: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David 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: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:87:\"WPTavern: Hello Charts Launches a Native Chart-Building Experience for 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126204\";s: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:219:\"https://wptavern.com/hello-charts-launches-a-native-chart-building-experience-for-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=hello-charts-launches-a-native-chart-building-experience-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7638:\"<p class=\"has-drop-cap\">Luke Carbis and Rob Stinson, two of the three-person Block Lab team that <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">WP Engine picked up in 2020</a>, are back together on a new project. This time, they are joined by Byron Keet. The trio is taking on the WordPress charts space via a suite of blocks named <a href=\"https://hellocharts.co/\">Hello Charts</a>.</p>\n\n\n\n<p>&ldquo;Some folks launch deals on Black Friday,&rdquo; <a href=\"https://twitter.com/hellocharts/status/1464036577244434435\">wrote the team last week</a> in only its second tweet since July. &ldquo;We&rsquo;re launching an entire product!&rdquo;</p>\n\n\n\n<p>Carbis pointed out that the team strived to create a block-editor native plugin. There are no admin screens or settings pages, and the user just works from the editor.</p>\n\n\n\n<p>The marketing material on the website homepage claims that Hello Charts is &ldquo;the first charts plugin built block editor first.&rdquo; However, <a href=\"https://wordpress.org/plugins/sb-chart-block/\">SB Charts</a> has been around for nearly a year, and <a href=\"https://wordpress.org/plugins/chart-block/\">Chart Block</a> landed in the WordPress plugin directory several weeks ago. <a href=\"https://wordpress.org/plugins/charts-blocks/\">Charts Blocks for Gutenberg</a>, which supports CSV imports, got its initial release half a year ago but has not been updated since.</p>\n\n\n\n<p>The claim of being first is, perhaps, a slipup in marketing. The only reason I spotted it immediately is that I have been keeping a close eye on similar plugins for a while, hoping to find a decent charts solution for the block editor. While Hello Charts may not technically be the first to land, it offers the best user experience yet.</p>\n\n\n\n<p>For most cases, I rely on bar and line charts. However, the plugin offers five block types in total:</p>\n\n\n\n<ul><li>Bar Chart</li><li>Line Chart</li><li>Pie Chart</li><li>Polar Area Chart</li><li>Radar Chart</li></ul>\n\n\n\n<p>Each works almost the same when entering data and customizing the output. There are a few options and controls that are specific to each type. Plus, users can transform from one chart block to another and back again at the click of a button without losing data.</p>\n\n\n\n<p>After familiarizing myself with the options, I built a three-year product sales data chart by month. I started with the Bar Chart Block, which made the most sense. Each of the blocks has an &ldquo;Edit Chart Data&rdquo; button. Clicking it opens an overlay on the screen that works like a typical spreadsheet program.</p>\n\n\n\n<img />Chart data overlay.\n\n\n\n<p>Users can tab through each cell, adding data and creating new datasets or rows. There are options for duplicating datasets or adding new ones before/after by clicking the ellipsis button. It all felt straightforward for someone who has not spent a lot of time working with spreadsheet software since high school computer class.</p>\n\n\n\n<p>After a couple of minutes, I had a bar chart. All I needed to do was adjust it to use my theme colors.</p>\n\n\n\n<img />Bar Chart block.\n\n\n\n<p>The plugin&rsquo;s customization options were plentiful but balanced enough to not become overbearing. I just wanted it to match my theme&rsquo;s design without a lot of fuss, and it did not take long to make that happen.</p>\n\n\n\n<p>I added a Line Chart block to the editor using my existing data. The only adjustment I needed to make was the &ldquo;Curve&rdquo; option. I wanted my lines to look straight instead of flowing in waves. I was already wondering if the team had thought of everything before I knew I even needed it at that point.</p>\n\n\n\n<img />Line Chart block.\n\n\n\n<p>For good measure, I tested out the Pie Chart block. It is a chart type that I may get the occasional use out of. Overall, it performed as well as the others.</p>\n\n\n\n<p>The feature I missed was printing the data for each of the pie segments on the screen. The data is available via a popup on hover or focus, but visitors cannot see all of the segment data at once.</p>\n\n\n\n<img />Pie Chart block.\n\n\n\n<p>Admittedly, I did not spend much time with the Polar Area Chart and Radar Chart blocks. My experience with them is non-existent in real-world scenarios, so I do not have a solid grasp on whether there are features that others might want. I simply tested them to make sure they worked. Like the other blocks in the set, I hit no issues.</p>\n\n\n\n<p>I would like to see a title or caption option integrated into the plugin&rsquo;s blocks. However, both are easily added with a Heading or Paragraph block. To match the background, wrapping in a Group block helps, as shown in the following screenshot:</p>\n\n\n\n<img />Grouping a chart to add a title.\n\n\n\n<p>A couple of other welcome features would be color options for the X and Y-axis lines and the data text along with block-gap or margin support. The legend spacing left a little to be desired, often butting up too close to the chart output. It has several positioning options, but it needs some extra whitespace, especially when it sits at the top or bottom.</p>\n\n\n\n<p>Overall, I could not find much to complain about. Hello Charts is a plugin I would recommend to anyone who needs a chart solution that works like it was built for the WordPress block system.</p>\n\n\n\n<h2 id=\"purchasing-flow-and-setting-up\">Purchasing Flow and Setting Up</h2>\n\n\n\n<p class=\"has-drop-cap\">You can get a bit of mileage out of the current free block plugins, but Hello Charts is well worth the <a href=\"https://hellocharts.co/#pricing\">price upgrade</a>. It may even be underpriced for the value. If the team builds in CSV imports, it would be an outright steal.</p>\n\n\n\n<p>Users can buy the five individual block types for $4 individually or upgrade to get them all for $16. These offer lifetime updates for a single site with no support. There is a heftier $199 tier for unlimited sites and a year of support.</p>\n\n\n\n<p>There is only a single plugin that users must install. Each of the block types is bundled in the plugin. Users are technically buying a license key to activate each one.</p>\n\n\n\n<p>Carbis offered me discount codes to test how this purchasing flow worked and provide feedback. The team wanted to take a different route with purchasing blocks. Instead of creating an all-or-nothing deal for users, they could just purchase what they actually need. &ldquo;So if you need a bar chart, just buy a bar chart block,&rdquo; said Carbis. &ldquo;Or you can get all the chart types as a set.&rdquo;</p>\n\n\n\n<p>I had no problems going through the purchasing flow. I began with the Bar Chart, a block that I would need more often than the others. Then, I upgraded to the entire set.</p>\n\n\n\n<p>The only hiccup I had at first was figuring out how to activate the licenses since the plugin did not have a settings page. The license field is actually on the Plugins admin screen.</p>\n\n\n\n<img />License key field on Plugins screen.\n\n\n\n<p>The downside to having separate licenses for each block type is that users must enter the key for one, submit it, wait for the page to reload, scroll down to the plugin, and start all over again with another license. The process was so painful that I wanted to forego testing the chart types I had no interest in. However, I pressed forward, entering license key after license key.</p>\n\n\n\n<p>Yes, I am exaggerating a tiny bit, but it would be far easier to enter multiple license keys at once or not wait for the page load. This just happened to be one part of the experience that did not live up to the standard set by the rest of the plugin.</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, 03 Dec 2021 01:03: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: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: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:67:\"WPTavern: #10 – What’s in WordPress 5.9, and What Is Openverse?\";s: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=126316\";s: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:167:\"https://wptavern.com/podcast/10-whats-in-wordpress-5-9-and-what-is-openverse?utm_source=rss&utm_medium=rss&utm_campaign=10-whats-in-wordpress-5-9-and-what-is-openverse\";s: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:91861:\"<h2 id=\"about-this-episode\">About this episode.</h2>\n\n\n\n<p>On the podcast today we have something new. Until now I&rsquo;ve interviewed one person at a time, but today there&rsquo;s three people on the call, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> and <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a>.</p>\n\n\n\n<p>Birgit is a Developer Advocate for WordPress and is an ardent supporter of the Gutenberg project. She publishes the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a> and co-hosts the <a href=\"https://wppodcasts.com/podcast/gutenberg-changelog/\">Gutenberg Changelog podcast</a>.</p>\n\n\n\n<p>Marcus is a team leader at Automattic. His team is involved in Gutenberg, and has been working on it from the start. Marcus is also the documentation lead for the 5.9 release of WordPress.</p>\n\n\n\n<p>Zack is the team lead of the <a href=\"https://wordpress.org/openverse/\">Openverse</a> project, which will be the focus of the later part of the podcast.</p>\n\n\n\n<p>So WordPress 5.9 is just around the corner. Initially scheduled for release in December 2021, it has now been pushed back until January 2022.</p>\n\n\n\n<p>It&rsquo;s an important release for a multitude of reasons, but perhaps the headline item is Full Site Editing. Full Site Editing, or FSE, will change the way that WordPress websites are built. Areas which were once the domain of template files and of developers will now be editable from inside the Block Editor.</p>\n\n\n\n<p>The intention is to make everything much easier to work with, but it&rsquo;s a big departure from how things have been done until now.</p>\n\n\n\n<p>We&rsquo;re moving into an era of Block Themes, Template Parts, Theme.json files and much more. But what does all this mean? Well, Birgit and Marcus are here to explain what&rsquo;s coming in WordPress 5.9, why the changes have been made, and how you can make use of them.</p>\n\n\n\n<p>Later in the podcast we pivot and have a discussion with Zack about Openverse. If you&rsquo;ve not heard of Openverse, it is a search engine for openly-licensed media. It makes it possible to find media from a growing catalogue of freely contributed assets.</p>\n\n\n\n<p>The project has been going for a while (it was previously called <a href=\"https://search.creativecommons.org/\">CC Search</a>), but was recently brought under the stewardship of the WordPress Project. We talk about how you can make use of Openverse and what kind of media is available there. We get into how media is licensed and why this project is a good fit for WordPress, and we round off with some thoughts on how it will integrate with the Block Editor in the future.</p>\n\n\nTranscript<div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the 10th edition of 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 themes, the blocks. And in this case, the next release of WordPress and the Openverse project. Each month, we bring you people from that community and discuss a topic of current interest.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If you like the podcast, please share it with your friends, and you might also like to think about subscribing so that you can get all of the episodes in your podcast player Automattically, and 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.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>You can also play the podcast episodes directly on the WP Tavern website, if you prefer that. If you have any thoughts about the podcast, perhaps a suggestion of a guest or an interesting subject, then head over to WP Tavern dot com forward slash contact forward slash jukebox and use the contact form there. And we would certainly welcome your input.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so today on the podcast, we have something new until now I&rsquo;ve interviewed one person at a time, but today there&rsquo;s three of us on the call Birgit Pauli-Haack, Marcus Kazmierczak and Zack Krida. Birgit is a developer advocate for WordPress and is an ardent supporter of the Gutenberg project. She publishes the Gutenberg Times and cohosts the Gutenberg Changelog podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Marcus is a team leader at Automattic. His team is involved in Gutenberg and has been working on it from the start. Marcus is also the documentation lead for the 5.9 release of WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Zack is the team lead of the Openverse project, which will be the focus of the latter part of the podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So WordPress 5.9 is just around the corner. Initially scheduled for release in December 2021, it has now been pushed back until January 2022. It&rsquo;s an important release for a multitude of reasons, but perhaps the headline item is Full Site Editing. Full Site Editing or F S E will change the way that WordPress websites are built. Areas which will once the domain of template files and of developers will now be editable from inside the Block Editor.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>The intention is to make everything much easier to work with, but it&rsquo;s a big departure from how things have been done until now. We&rsquo;re moving into an era of block themes, template parts, theme dot json files, and much more. But what does this all mean? Well, Birgit and Marcus are here to explain what&rsquo;s coming in WordPress 5.9, why the changes have been made and how you can make use of them.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Later in the podcast, we pivot to have a discussion with Zack about Openverse.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If you&rsquo;ve not heard of Openverse, it&rsquo;s a search engine for openly licensed media. It makes it possible to find media from a growing catalog of freely contributed assets. The project has been going for quite awhile. It was previously called CC Search, but it was recently brought under the stewardship of the WordPress project.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We talk about how you can make use of Openverse and what kind of media is available there. We get into how media is licensed and why this project is a good fit for WordPress. And we round off with some thoughts on how it will integrate with the Block Editor in the future. It&rsquo;s a deep and broad discussion. And if any of the points raised in this podcast, resonate with you, be sure to head over and find the posts that WP Tavern dot com forward slash podcast, and leave us a comment there. And so without further delay, I bring you Birgit Pauli-Haack, Marcus Kazmierczak and Zack Krida.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I am joined on the podcast today by three guests. This is the first time we&rsquo;ve had a panel discussion on the WP Tavern Jukebox podcast. So it should be something a little bit different. Firstly, I&rsquo;m joined by Birgit Pauli-Haack. Hello Birgit.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:05:02]</div> <div class=\"chat-text\"><p>Nathan, thanks for having us.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:05:04]</div> <div class=\"chat-text\"><p>You are very welcome and I am also joined by Marcus Kazmierczak.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:05:09]</div> <div class=\"chat-text\"><p>Hello. Glad to be here.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:05:10]</div> <div class=\"chat-text\"><p>Thank you also for joining us. And finally I am joined by Zack Krida.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:05:15]</div> <div class=\"chat-text\"><p>Hey Nathan. Thanks for having me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:05:16]</div> <div class=\"chat-text\"><p>You&rsquo;re very welcome. Now, in order to give some context to this conversation it&rsquo;s probably a good idea to go through the panelists. I&rsquo;m going to ask because of time constraints that we just keep it fairly brief, but a little bit of a background as to what your position is at the moment regarding WordPress. I should also say that this podcast is going to be focusing on the upcoming release of WordPress 5.9. And that will probably represent roughly half of the content, maybe a little bit more than that, but we&rsquo;re also going to stray into something totally different, which is called Openverse. So that being said, maybe if we go to Birgit first, could you just tell us what your position is in the WordPress community, your employed status, and so on?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:06:00]</div> <div class=\"chat-text\"><p>Yes. So I&rsquo;m a developer advocate sponsored for WordPress, sponsored by Automattic. And I publish the Gutenberg Times. Co-host the Gutenberg Changelog podcast and run a YouTube channel for the Gutenberg Times.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:06:14]</div> <div class=\"chat-text\"><p>Thank you very much, indeed. Okay. Moving right along to Marcus.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:06:18]</div> <div class=\"chat-text\"><p>Hello, I&rsquo;m a team lead at Automattic. I&rsquo;ve been at Automattic for nine years. I&rsquo;ve been working on Gutenberg now for three or four years. My team has been there since the start we&rsquo;ve been greatly involved and this is my first lead role on a release. I&rsquo;m the documentation lead for WordPress 5.9.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:06:36]</div> <div class=\"chat-text\"><p>Thank you so much. And finally, Zack.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:06:39]</div> <div class=\"chat-text\"><p>I am the team lead on the Openverse project. We&rsquo;re a group of developers sponsored by Automattic to build Openverse. Which I&rsquo;ll give you a lot more information on shortly.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:06:48]</div> <div class=\"chat-text\"><p>Yeah. Okay. It&rsquo;s a really going to be a really fascinating project, an awful lot to go through. I wonder if we&rsquo;ll pack in all of the things that we hope to pack in, but we&rsquo;ll give it a go. So we were on the cusp of having 5.9, WordPress 5.9 in our hands. This was due to happen well, sooner than it&rsquo;s in fact going to happen. I don&rsquo;t know which of you want to field this question. Anybody following WordPress will know that there has been a delay in the advent of 5.9, as much as six weeks is what I&rsquo;m hearing at the moment. And I&rsquo;m wondering if it might be possible to explain why this has happened. People may be thinking well, if something&rsquo;s clearly gone wrong. But there&rsquo;s probably a logical explanation for it, I&rsquo;m sure.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:07:32]</div> <div class=\"chat-text\"><p>Yes. I can start the answer and Birgit can add in any color if he likes the new schedule was just released yesterday. So if you look at Make Core site it has a full schedule. We&rsquo;re looking at the beta was moved out two weeks and then the final then there&rsquo;s going to be a set of beta releases and release candidates, with that final release scheduled for January 25th.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>The reason it was scheduled so far out because it beta was only delayed two weeks, but the overall release is probably what was it? Mid December previously. So now maybe six weeks out. And that&rsquo;s mostly due to holidays, the Thanksgiving holiday in America this week. And then there&rsquo;s the slew of December holidays and New Year&rsquo;s. So each of those kind of ended up bumping it extra weeks. It&rsquo;s not, we needed six more weeks of development. It was, we needed one or two more weeks to get things all straightened up and cleaned up, so we had an excellent experience. And we wanted to make sure that it was fine, but with the holidays, it ended up moving out further.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>The reasoning for the delays, more or less, it just wasn&rsquo;t quite as ready. There&rsquo;s a lot of late changes. The Full Site Editing, which we&rsquo;ll get into is a huge set of features and a lot of them are interrelated and we really want it to be a great experience when we launch. And there&rsquo;s a lot of late changes that just needed to be worked through a couple of times and get the flows really clean and nice. And we weren&rsquo;t comfortable with that initial beta. So we wanted to move it back a couple of weeks and get all those others issues ironed out and straightened out.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:09:01]</div> <div class=\"chat-text\"><p>Birgit, anything to add to that?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:09:03]</div> <div class=\"chat-text\"><p>Yeah, sometimes when you have something like that, most of the time WordPress actually decides to take out the features that are not finished and then released without the feature and kind of put the features in the next time. But it was so intertwined that it was jeopardizing a lot more than just that one particular feature or module. Because it would have affected the whole Full Site Editing experience. There were design refinements, there were workflow issues, browsing issues, or block theme considerations. If you move one of that thing, that module, then you wouldn&rsquo;t have a, it would delay also the default theme.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Everybody is waiting for a good, the community&rsquo;s waiting for Full Site Editing that was promised for 5.9. And overall, I think it&rsquo;s the best decision, that outcome from the release team to say, okay let&rsquo;s just move the first beta two weeks. Even if it delays the whole release for five weeks instead of two weeks, but it&rsquo;s a better experience that comes out of it and everything else falls into place.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it would have, if I&rsquo;m, what I&rsquo;m reading also was that it would have been a similar, hard to pull out the features then to fix them. Yeah. So I think there was also a consideration there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:10:24]</div> <div class=\"chat-text\"><p>Now there are some big releases of WordPress. When we do point releases, there are some that are certainly bigger than others, and the anticipation builds up. New features, think back to 5.0, which was a fairly sizeable release and, it was widely anticipated, and so on. This one seems to be on that level. It&rsquo;s bringing new features and new capabilities to WordPress, which really are going to dramatically change the scope of what&rsquo;s possible. And whilst we haven&rsquo;t got time to cover every single feature, I&rsquo;m just wondering if it&rsquo;s possible between the three of you, if we can hoover up and mention the things that well, it may be that the criteria there is that the things that you&rsquo;re most excited about, or it may be that you&rsquo;re not personally excited about it, but you realize that for the project as a whole, it&rsquo;s going to be a great addition.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So in no particular order, I wonder if you could mention some of the highlight items, the things that you believe are going to make 5.9 a released to remember.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:11:19]</div> <div class=\"chat-text\"><p>I can start. The 5.0 release introduced the block editor and introduced blocks, but it was maintained just around pages and posts. And what 5.9 is looking at doing is bringing all of that to the rest of WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>At least from a theming standpoint. So from the page layout to page designs. And so the block theme is probably what I&rsquo;m most excited about, but it&rsquo;s not just the theme, but it&rsquo;s bringing all the capabilities of blocks and the concepts of blocks to the rest of WordPress. And it all stems from a single block to expand out, and then you get into patterns which are sets of blocks. You get into a block theme, which is truly just a collection of patterns to a certain degree. You have like template parts, which is a collection of blocks and you can end up building on all these resources and building richer and richer interfaces all based upon just a single block.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And so it&rsquo;s really exciting to see all of it somewhat coming together in 5.9. And the great thing about it is WordPress is still WordPress. You don&rsquo;t have to use a block theme, you&rsquo;ll still be able to use normal themes. There&rsquo;s not going to be anything breaking in there. That&rsquo;s going to be a big change. If you opt out of, if you use a existing theme or you&rsquo;re not using a block theme, it will still be the great WordPress that you know. So again it&rsquo;s a kind of an iterative approach of bringing it on, but once you start using block themes, it really does open up to a lot more use in a lot more capabilities, which is, I think it&rsquo;s going to be really exciting.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:12:51]</div> <div class=\"chat-text\"><p>Great. So you covered a lot of ground there, Marcus. That&rsquo;s fabulous. Thank you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:12:55]</div> <div class=\"chat-text\"><p>I&rsquo;ve got more to cover.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:12:56]</div> <div class=\"chat-text\"><p>I&rsquo;ll tell you what let&rsquo;s keep that in mind. We&rsquo;ll circle back. Let&rsquo;s go through everybody at least one pass and then perhaps a second pass as well. That sounds good. So maybe I could go to Zack next.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:13:07]</div> <div class=\"chat-text\"><p>Sure and again, I feel like this is something that Marcus can always speak to an even greater detail than I can, but I&rsquo;m really excited about improvements made to the navigation block and there&rsquo;s been a really tremendous amount of work done there, just streamlining those flows for users. And I think it&rsquo;s a pretty core part of five nine.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:13:27]</div> <div class=\"chat-text\"><p>Thank you very much and Birgit.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:13:29]</div> <div class=\"chat-text\"><p>Yeah, I&rsquo;m totally excited about it because as Marcus said, the block comes to every piece of WordPress now. So all the mysteries that user had to learn about like the shortcodes and the widgets and the menu items and the templates and theme, and then you switch a theme and your site is different and loses some content and all that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>That is going away, if you let it. Just to reiterate, unless you use a block theme that&rsquo;s specifically built for Full Site Editing, nothing&rsquo;s going to change with 5.9 for you. So there is not a whole, with 5.0, we actually had that the Block Editor took over the editing screen. This is not happening in with Full Site Editing or block themes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>But if you have it, once you get your feet wet, you like that you can change the header of your theme, that you can change how the post list, yeah, that&rsquo;s on your front page or that&rsquo;s on your news site, the information that&rsquo;s there, everything that you can edit there, usually would require another plugin or another developer to go in there and help you to make that small change, like changing the format of the date or adding the avatar for the author or something like that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You can do this all through the interface. And then you have the whole set of design tools that come with what was labeled earlier, global styles, that is in the, in 5.8, WordPress introduced the theme json file, which is our centralized configuration and settlings file for theme editors or theme developers, and now you also, 5.9 brings the interface, so that any user can use and change those settings. Be it the background, be it how each block looks in typography, color and layout as well.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I&rsquo;m really excited about that part, that there&rsquo;s a lot of controls that come back to a user. And I know what designers are gonna say, oh I don&rsquo;t want them to change things. Yeah, users normally don&rsquo;t have a good feel for design, and that&rsquo;s mostly true. But it also, there are now really good controls in there that a theme developer can apply to help a user with the choices of background colors, being a color palette, even switch out between color palettes. So that is certainly something that will come in 6.0, but we see the proof of concept already.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Yeah, so that is really exciting to me and the, what comes with it or the pattern enhancements, the block patterns, which are sections, as Marcus said, a collection of blocks that are specifically designed for a purpose, be it a header pattern, be it a gallery pattern, or just a call to action, like a pricing column pattern. Those on now prominently displayed in a better browsing experience.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I really liked that. So the choices on pulling a page together you can now do in a few minutes instead of spending hours on it through template editing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:16:50]</div> <div class=\"chat-text\"><p>Thank you. I&rsquo;m going to swing around one more time, just in case Marcus or Zack or Birgit feels like missed anything or there&rsquo;s something that we just left lying on the ground there. So we&rsquo;ll take one more pass. Marcus, anything that you feel we didn&rsquo;t mention so far?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:17:05]</div> <div class=\"chat-text\"><p>A couple of things, just a couple of clarifications for the navigation block. If you&rsquo;re not familiar, that is the menus block. So it&rsquo;s a little more than just a menu. We renamed it to navigation because it&rsquo;s a little bit clearer for say restaurant sites where you might have a menu category and it gets very confusing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>So navigation is a little bit clearer on the usage of navigation block is it&rsquo;s. One of the really cool features for that is the ability to instantly create a responsive menus. So on mobile, you can have navigation automatically hide, and this just comes built into WordPress now in WordPress 5.9. So make it much, much easier. So like one of the biggest things talking about the theme developers, is navigation tends to be one of the biggest areas for development and like getting responsive writing, getting a lot of these features right, is difficult and time consuming and now becomes bundled in with 5.9. So there&rsquo;s a greater ability to focus on actual design versus trying to get the CSS right for different break points and things like that. So that makes it much, much easier. Theme json&rsquo;s so awesome. Like it&rsquo;s going to be it&rsquo;s really cool. I&rsquo;m really looking forward. One of the designers Channing Ritter, had an example of switching out, testing out how switching out theme json&rsquo;s will allow you to create multiple, like versions of a site very easily.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And it&rsquo;s almost the, I think I Justin, might&rsquo;ve had a comment about, it&rsquo;s almost like the CSS Zen Garden ability for WordPress. I think there was an article on the Tavern about that too. It&rsquo;s really powerful. And having that ability to switch it out in different themes, it&rsquo;s really going to be a game changer of sorts. So that&rsquo;s another piece.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:18:39]</div> <div class=\"chat-text\"><p>Yeah. That functionality in particular really reminds me of, much earlier days in my career where I was building WordPress themes for agencies and that ability to, as a theme developer, write one theme and then really make some dramatic changes just with configurating some color values or different styles is pretty cool.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:18:58]</div> <div class=\"chat-text\"><p>Yeah. I think that&rsquo;s going to be for theme shops and things like that. I think that&rsquo;ll be a powerful tool. And it might, a lot of this stuff too, we&rsquo;ll take some time as it gets in the hands of people and we find it. It&rsquo;s software, so it&rsquo;s never quite complete. So there will probably will be things you want to do. Oh, I used to do this in a normal theme, and I can&rsquo;t do it in a block theme. And those are opportunities to like, okay, file an issue in the Gutenberg, and we can, you can try and address it and try and get all those cases addressed. So we know it won&rsquo;t be perfect, but it&rsquo;s gonna be&hellip; cause it&rsquo;s definitely changing the way themes and WordPress, the way you defined the theme is now going to be in HTML and blocks and not PHP.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>So you lose a little bit of power that you might have in writing PHP functions or conditionals and things like that. And so we&rsquo;ll have to&hellip; what you gain in visual design, you might lose in other areas. So as we work and edit and refine it, it&rsquo;ll get better and better.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:19:49]</div> <div class=\"chat-text\"><p>Okay. Thank you for that. Zack, you&rsquo;ve obviously had a little bit of a go there, but I don&rsquo;t know if you wanted to add something new or if not, I&rsquo;ll move on to Birgit</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:19:56]</div> <div class=\"chat-text\"><p>We could move on. So go for it Birgit.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:19:59]</div> <div class=\"chat-text\"><p>Yeah. So there was this time in WordPress where themes would do so much more than just theming or skinning a website and this brings, WordPress actually back to the beginning where. The theme would just the look and feel, and now you have some more control over it, but then the functionality that is added is now going back to the domain of a plugin. And when you switch themes, you are not losing that functionality that was built in into the theme before. So I think it&rsquo;s Tammy Lister who was a, or is a core contributor and was the design lead for a while on Gutenberg. She really said it right with &ldquo;let themes be themes again&rdquo;. So I really liked that. I also wanted to mention that with the 5.9, all the features that came with the Gutenberg plugin, already released in the Gutenberg plugin between versions 10.8 and 11.9 will also come to the WordPress core. One of the features is the duotone feature, which was a little bit in 5.8, but now got a, quite a new iteration, and now you can do duotone on the backend or a background color on a background image on a foreground image. So you can do quite a few designs with that with a duotone as well as with gradients. So I&rsquo;m a fan with gradients, but there are other features that I right now can&rsquo;t name specifically, but it all comes together with that release.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And the other release item is the new gallery block. And there has been quite a few changes there. The biggest change is that the gallery block is now comprised of a single image blocks. Which brings all the image features or the image editing features the style changes and to the gallery block as well. So if you know how to do an image block or how to configure an image block, you can also do this and a gallery block.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And one feature, a lot of people had asked WordPress for many years, is that in a gallery block, you can add individual links to each different image has different links. So that is now possible. And if that&rsquo;s only one thing that you take from 5.9, this is it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:22:32]</div> <div class=\"chat-text\"><p>I was standing in a room the other day full of people who are not WordPressers. This room was filled with people who are very much into their own career. It has nothing to do with technology. And I stood in this room and I was confounded by the terminology that was floating about. And it just occurs to me that we&rsquo;ve been throwing around a fair degree of technical jargon. And it may be one of the great things about WP Tavern&rsquo;s audience is that there are some people who are just straying into WordPress for the first time.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So although you guys really know what it is that you mean by all of these things, I wonder if we might be able to go back and have a quick take on what some of these things are and how they might be useful to you in the near future. So I&rsquo;ve written down more or less everything that we were speaking about over the last 10 minutes and very quickly. What are global styles? What&rsquo;s the purpose of that?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:23:21]</div> <div class=\"chat-text\"><p>So the global styles is for, I believe we&rsquo;re just going to be calling it styles in 5.9. It is the overall, to a certain degree, just it&rsquo;s the CSS. It&rsquo;s a way of specifying the colors, typography, spacing, other items and properties that you would normally define in CSS and define it through the editor.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And then there&rsquo;s a, there&rsquo;ll be a new sidebar on the right. I believe it&rsquo;s like an, a, like a double a icon. When you click that, you&rsquo;ll see the different settings that you can have there, and that will, it ends up generating the CSS for both the front end view of the site, but also for the editor view.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And so it also gives a nice way to make sure that the two are consistent. So when you&rsquo;re in the editor, it looks much more similar to the front end and it saves a ton of work for theme developers on creating you know, not having to duplicate a style sheet and a style editor sheet for the editor too. So it makes it much, much more consistent.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:24:24]</div> <div class=\"chat-text\"><p>And that ties in nicely with this theme dot json file, which is probably the most difficult one for people to parse, if they&rsquo;ve no understanding of what that is, again, same question. What is it? What does it do?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:24:35]</div> <div class=\"chat-text\"><p>Yeah, json just, it&rsquo;s a JavaScript format. So the theme json is defining the styles and settings in a file format. It&rsquo;s a text file format is, I don&rsquo;t know, like a bunch of curly braces and strings. And then it&rsquo;s not a thing to describe.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:24:53]</div> <div class=\"chat-text\"><p>It&rsquo;s actually one of the more human readable code files in a theme and it has instant effect. If you want to change the color palette or two or three colors, just a tiny bit, you can do this in the theme json file, on that particular section. So it&rsquo;s all kind of colors for backgrounds, colors, for texts, colors for them. If you want to change that one thing, you would get instant gratification because when you reload the page or the site it&rsquo;s already changed. So it&rsquo;s different from the other big elephant in the room, the build process on Gutenberg and block developing kind of things. So this goes more to the tinkerers amongst us who just want to change one little thing and they can do this in their theme json file without having to really know much about it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:25:47]</div> <div class=\"chat-text\"><p>Theme dot json seems to be one of the things which just doesn&rsquo;t seem to cause any controversy. I&rsquo;ve yet to hear anybody thinking, no, this is not where we want to be. It just seems like such a sublimely good idea to be able to set something in that very simplistic, easy to read format, save it, and it&rsquo;s just done, everywhere, once, and you can just take it and repeat it somewhere else, it&rsquo;s brilliant.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. So anybody using WordPress up until now will have been very familiar with the appearance and then menu section. And now we&rsquo;ve got the option to, as Zack was mentioning, the navigation block. We&rsquo;ll all understand the purpose of that, but is there any, is there going to be any difference in how it looks compared to what we&rsquo;ve been using so far, is the interface dramatically different? Do you think people are going to stumble as they see, oh, this is not familiar, this is not what I&rsquo;m used to.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:26:34]</div> <div class=\"chat-text\"><p>There&rsquo;s two pieces to it. There is a navigation editor in that feature, I think we, it will not be making it to 5.9.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:26:41]</div> <div class=\"chat-text\"><p>Okay.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:26:42]</div> <div class=\"chat-text\"><p>And that was replacing the familiar menu screen with a block-based menu. There&rsquo;s a lot of complexities. So the navigation, so that&rsquo;s one piece is the editor and that&rsquo;s the familiar menu screen, which builds a list of links, basically. And then the navigation block, which you&rsquo;ll use in the block themes. And you can place inside of say a header or footer or any place within your block theme is a dramatically different, it&rsquo;s a visual tool to create menus. But it&rsquo;s not just a list of links. You can also have search boxes or site icons or page lists.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>You get a lot more with navigation block, and that&rsquo;s where the, it became very difficult to marry the old menus with the new navigation block, because the new block has so many richer set of features. It&rsquo;s hard to figure out how to map the data and be able to switch. So as Birgit was saying, one of the great things about theming is you want to be able to switch themes and be able to keep as much as possible when you switch your theme.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And so that&rsquo;s become of the challenges around navigation is trying to get the&hellip; how the data&rsquo;s stored in a portable manner that it can go from, oh, we&rsquo;re going from a block theme now back to a classic theme. What do we do with these search boxes inside icons that were in the navigation block and things along those lines.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And it just needed a little more testing, a little more refining to get that, those interactions. So that&rsquo;s where the editor got removed, and now the interface will just be within the block theme itself. Did that does that answer? Yeah.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:28:18]</div> <div class=\"chat-text\"><p>Yeah, that was perfect. I want to come back to the patterns in a minute. That was one thing that got heavily mentioned. But before that, there may be some people who are wondering why there&rsquo;s this new class of theme, we&rsquo;ve been talking for the last 20 minutes or so about blocks and how blocks are the new paradigm for anything, possibly. But what is the difference at heart between a new block theme and the old traditional themes and Birgit was very careful at the beginning to point out that one is not being thrown out. The baby is not going with the bath water. If you&rsquo;re happy with the current status, you can just carry on as normal and disregard block themes and all of this stuff that we&rsquo;re talking about today, in fact, but what are the major benefits? How will you interact differently between a theme and a block theme? And how would you even know that you&rsquo;ve got a block theme as opposed to a normal theme?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:29:10]</div> <div class=\"chat-text\"><p>It&rsquo;s a very good question. So all of a sudden with a two, with the additional features coming with the theme json, there&rsquo;s also a way to have the benefits of the theme json file with controlling the block editor for post and pages, also can be used in a classic theme. That&rsquo;s I think the wording that is now a classic theme versus a block theme, and then there are two variations in between to confuse the whole thing is, so the hybrid theme is using theme json, but everything else is done in the theme. So you won&rsquo;t be able to change the templates through an interface like the site editor.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You will still have the customizer where the theme developer provides you with specific ways to change some of the theme options, but you will not be able to override the theme developers choices through an interface and in your control. So that&rsquo;s one big difference. Another difference is that you will see that the appearance menu will change when you have a block theme, because then the editor that allows you to edit templates and template parts actually becomes available to you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And then when you click on it, you see all the other good features that come with it. And there&rsquo;s also a additional admin bar there that gives you access to the templates and template parts, which are stored also in the database. From the front end view, you probably won&rsquo;t be able to tell, is that a block theme or is it not? Unless you go into code and look at the HTML that is on the server.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:30:52]</div> <div class=\"chat-text\"><p>Essentially, there&rsquo;ll be a moment in time where additional functionality in the future will be available to you. If you go with the block theme and there&rsquo;ll be certain ways that path will not be available to you if you stick with the traditional theme, it&rsquo;s not to say that everything that you&rsquo;ve grown to use will suddenly stop because it won&rsquo;t. It&rsquo;s just that some of these new, newer technologies and newer ideas will not be readily accessible. Maybe that&rsquo;s my way of taking that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:31:19]</div> <div class=\"chat-text\"><p>A great thing too is the, and I don&rsquo;t think we mentioned it by name the 2022 default theme is going to be a block theme. So it will ship, 5.9 we&rsquo;ll ship with a new default theme. That default theme will be a block theme, so everyone will have the opportunity if they want to try that theme out, it is beautiful and they can use the new tools and play with it and see what it&rsquo;s like. The main difference is, visual editing. So editing the headers, the footers, the layouts within the site editor, which in the site editor looks very similar to the post editor, as in you&rsquo;re just manipulating blocks.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>Whereas a classic theme required modifying and editing PHP files required knowing what functions to call and what variables to put in. And it works really well for people who understand PHP, but it&rsquo;s not a, it requires someone to know that language and that knowledge versus the new tool, the new block themes allows anyone to modify a header and add pieces in and using the same tools you would for creating a post.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:32:21]</div> <div class=\"chat-text\"><p>Yeah. Thanks for mentioning that it was on my list, but probably wasn&rsquo;t featuring the prominence that it has the new 2022 theme. It&rsquo;s a beautiful piece of work. Isn&rsquo;t it? I really liked the way it looks. If I&rsquo;m allowed to chip into this conversation. I think my favorite bit is block patterns. I&rsquo;m all about the page. That seems to be where I dwell. And I just love the ability to file away a design or a piece, a part of a page, a row, if you like that I&rsquo;ve fiddled with, and I enjoy and I&rsquo;ve created it. And the idea that I can then just bring that out at a moments notice with the click of a single button and, there it is on my page. And if I wish I can make it go higher or lower or change things at that point, and it brings to mind the features that you would have in proprietary page builders, the ability to have saved rows and so on. And that just speeds things up greatly for me, you settle on a design and a theme and a color palette, the things that you enjoy, save away, half a dozen things, which, you&rsquo;re going to use all over the site and then you can just deploy them. You&rsquo;re about to create a new page. And whereas before it would take a great deal of work now, available for all inside of the default vanilla version of WordPress, you&rsquo;ve got the ability to just drag these things in and really massively reduce the amount of time it takes. So that&rsquo;s my favorite bit.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:33:37]</div> <div class=\"chat-text\"><p>And to drive it a little further. So theme developers now are more inclined to give you a design system. Rather than just a theme and then you have to get with other plugins to get additional features in there. So you would have variations of headers that are available through the theme. Most block themes that I&rsquo;ve seen in the repository, and right now there are 28 in there and the time yeah, that&rsquo;s end of November, and all of them have additional dozens of block patterns in there for multiple scenarios what you could use. You have a menu for a restaurant. There are three or four different variations in how it can be designed and can look on your page or a footer or a a call to action.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Yeah. And before you, you would have maybe a plugin that would give you calls to action, which is a group block with background and then a headline, a text and a button, and you would still have to assemble that. But now the theme developer or yourself, you can create those patterns and then reuse it over and over again but have different variations of that available right now.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:34:51]</div> <div class=\"chat-text\"><p>Yeah. And we&rsquo;ve seen a new marketplace open up for people developing these patterns. They&rsquo;ve got expertise in this area, they can make things look significantly better than I can, and they can put together some templated things with holding images and so on. And I&rsquo;ve seen two or three of these come onto the market. And by all accounts be very successful, a completely new ecosystem of selling patterns to the market, just to speed things up. It&rsquo;s fabulous.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:35:19]</div> <div class=\"chat-text\"><p>Yeah. I think that&rsquo;s a, it&rsquo;s such a great addition and it allows like I&rsquo;m a developer and my design sense may not be as great. And I can just grab patterns either from the pattern directory or one of these other marketplaces and be able to enter that into my page. And this is where also this ties together into the theme json and other pieces of the system, is, I want to use maybe your pattern in my site, but I want it to apply my style to it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>And so that&rsquo;s where a lot of these pieces are all interconnecting okay, there are just blocks and we are just applying these different styles in settings. So you do want this cohesive ability to tie these things together. And I think that&rsquo;s like the future looks really bright on being able to switch things. I want to be able to like, grab these pieces from other spots and be able to build a site using all these tools. It&rsquo;s just going to be, it&rsquo;s going to be great.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:36:06]</div> <div class=\"chat-text\"><p>Okay. So the annoying, difficult question is going to be, is there anything about this release that you don&rsquo;t like that could simply be a sort of feature that got left? That&rsquo;s probably the, the answer that&rsquo;s going to get you in the least amount of trouble, but it may be that you, there&rsquo;s something that you just wish had been done in a slightly different way. I don&rsquo;t wish anybody to put themselves into a situation where they don&rsquo;t wish to comment, but if you don&rsquo;t wish to comment, that&rsquo;s totally fine.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We&rsquo;ll go to Marcus.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:36:34]</div> <div class=\"chat-text\"><p>Yeah, I don&rsquo;t, it&rsquo;s hard, it&rsquo;s software, right? It&rsquo;s the first version of Full Site Editing. Finally being released. Everyone is working really hard and trying to get it to a point that it&rsquo;s going to be usable and functional. Is this something that if you&rsquo;re running a huge site, you should immediately convert everything over? Probably not. There&rsquo;s going to be issues. There&rsquo;s going to be things I don&rsquo;t have anything specific. Navigation editor was a big piece that we do want to get in. There&rsquo;s others, there&rsquo;s lots of small things and there&rsquo;s going to be things that we don&rsquo;t know that people want to do that we just don&rsquo;t know, and it&rsquo;s not going to be possible, but that&rsquo;s, that&rsquo;s part of the software. That&rsquo;s probably been part of WordPress ever since, the very first release, you want to be able to do all these different things. And there&rsquo;s a lot of people working hard to make it easy and quite usable. The nice thing is it&rsquo;s still just HTML and CSS that you&rsquo;re shoving out to sites and web browsers.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>So if there&rsquo;s something you can do in a theme setting, you can still write a, some CSS in a style sheet and do it how you want. You can still modify things. So it&rsquo;s not completely limiting, but the power that&rsquo;s going to bring is going to make it a lot easier for non-developers. The patterns is a great example. You can be a designer, you can design, you might have really good color sense, or really good layout sense or whatever it might be. You can build these patterns inside the editor, inside WordPress editor and create a pattern without writing any code at all. You don&rsquo;t have to know this secret code behind PHP and what functions to call and all that stuff.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>So to me, those benefits will outweigh the bumps as we go and grow. So I&rsquo;m excited for it all.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:38:10]</div> <div class=\"chat-text\"><p>That&rsquo;s interesting though, you&rsquo;re exercising a note of caution. If there&rsquo;s something terribly complicated and complex, maybe it&rsquo;s a good idea to tread lightly around the first few weeks and see where everything lands.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:38:21]</div> <div class=\"chat-text\"><p>From what I&rsquo;ve seen in using it for awhile now in the FSE, nothing is really broken. There&rsquo;s not oh my God, this is just going to work one day and not work another day, or like it&rsquo;s just unstable and broken. There&rsquo;s going to be things like, oh, on this page. I want to do this type of thing, which I could do using PHP and pulling in whatever custom post type or something like there&rsquo;s, people have built up a knowledge on how to do things in WordPress that may just have to get changed. Or maybe we haven&rsquo;t built that part into FSE and it&rsquo;ll need to be added. I don&rsquo;t see it as being unstable or breakable, so it&rsquo;s not like a, oh, we can&rsquo;t use it this week and then, after the first point release, it&rsquo;ll all be better. I think it will be, we can do a lot of stuff in 5.9 and we&rsquo;ll be able to do even more stuff in six zero and even six one&rsquo;s going to be amazing, it&rsquo;s just going to be growing on itself. So it&rsquo;s also like at what point can it do everything that you want? Does that make sense?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:39:13]</div> <div class=\"chat-text\"><p>Yeah, that&rsquo;s great. Thank you, Birgit. I don&rsquo;t know if you want to answer that question or no.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [00:39:18]</div> <div class=\"chat-text\"><p>What I&rsquo;m missing. There is feature plugin to add web fonts to WordPress core. And that was slated for 5.9 early, early on, but then it was decided it probably needs a little bit more refinement and usage in a Gutenberg block first or not Gutenberg block, but in the Gutenberg plugin exposed to a few more users to figure out before it goes into a WordPress core. And it was a little sad to see that is not going to come, but it will be in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And those of listeners who use the Gutenberg plugin will certainly see an earlier version of that, relatively soon I would think. Yeah, that&rsquo;s pretty much it. And the navigation screen definitely would need some more thinking. There has been thinking for two years now, and it&rsquo;s really hard because it&rsquo;s such a prominent feature. Many plug-in and extenders and theme developers have added their own little PHP code to it, and it&rsquo;s very hard to grab all those use cases now with a new thing, with the new screen, and then also the thinking, do we really want that? Or it that like something like technical debt that we are introducing. So that&rsquo;s the thinking behind that and it&rsquo;s not yet fully fleshed out. So yeah, that was the problem there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:40:43]</div> <div class=\"chat-text\"><p>WordPress 5.9 coming about fairly soon to the internet near you. You&rsquo;ll be able to download it and make use of it. And obviously the intention throughout the whole project is to make the whole thing as easy as possible to use.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Is it perfect? Probably not. Is it the better than it was last time? Yes. And stay the course and have a play with it and report back to these guys about what you think about it and helping push the project forward and so no doubt at the end, we&rsquo;ll manage to find some Twitter handles and email addresses and that kind of thing, but we&rsquo;re going to change the direction of the podcast to something which I confess is really new to me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And this is Zack&rsquo;s chance to shine. Sorry, Zack, it&rsquo;s almost like you&rsquo;ve been locked in a closet for the last 40 minutes or so, but the closet is now firmly open, and you&rsquo;re onto your area of expertise. So Openverse, I am fairly certain that a large proportion of the listenership of this podcast will not even know what Openverse is. So perhaps that&rsquo;s the best he likes to begin.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:41:44]</div> <div class=\"chat-text\"><p>Oh I definitely think that&rsquo;s the best place to start and that would agree. And yeah there&rsquo;s a lot of history here, so I can try to step back without stepping too far back. So yeah, a good place to start is probably with our name change, the project was previously known as CC Search and was created by Creative Commons, which for anyone unfamiliar Creative Commons, you can find it Creative Commons.org.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>They create open content licenses which you may have seen if you&rsquo;ve, for example, uploaded photos to Flickr. There used lots and lots of places, but these are essentially licenses where the users of these licenses are giving up some level of copyright of their work to make those works easy for folks to use, reuse, share, remix is a popular term we&rsquo;ll use and love to see happen, not just with audio. But yeah very similar to open software licenses, which folks in the WordPress ecosystem might be familiar with. But yeah you know, roughly, gosh, five years ago now, Creative Commons sat down and wanted to create a search engine to find and identify all of the Creative Commons licensed works on the web. Which is currently estimated to be nearly 2 billion works and a massive portion of that is images, which is one of, if not, perhaps the most common use of the licenses, but yeah, in any case, they began undertaking this massive journey of identifying and consolidating all of the metadata of all of these different works on the internet and making that accessible through a single search engine.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>Fast forward to the end of last year, Creative Commons was having some issues as far as sustaining the project and started looking for a new home for the project. So I was part of those conversations and the, at the end of 2020, got to keep my timeline in order, but yeah for a number of reasons, we found WordPress and it was a very appropriate home, essentially the work of CC Search, and now Openverse is, to take a model, very similar to that of WordPress and apply it to, not just websites and publishing, but individual pieces of media, pieces of content. Just making it very easy for folks to make their works available to others.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So yeah, in that light, we really have two major audiences. We have the creators of openly licensed works and then the folks who want to use and find those works and the project serves both of those audiences. Yeah, we had&hellip; I think it was in April of this year that Matt announced that CC Search was joining the WordPress project on his personal blog, with the goal of creating a service to compete with some of these more restrictive photo directories and things like Unsplash obviously come to mind as places where you can find some really beautiful, really high quality stock photography, but where many folks don&rsquo;t find their custom license, which is the Unsplash license, they don&rsquo;t find that to be compatible with the GPL, which is the source software license that the WordPress code base is licensed under.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>And therefore a lot of people are unwilling to use Unsplash images in their WordPress themes, patterns, blocks. Yeah, we&rsquo;re, we&rsquo;re really hoping that, one of the more common use cases of Openverse will be to provide creators of WordPress sites with these openly licensed photos.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:45:21]</div> <div class=\"chat-text\"><p>Yeah, we talk a lot about photos, but the project itself, it spans more than that doesn&rsquo;t it? There&rsquo;s obviously support for images of more or less every kind I would imagine. And also audio, video comes along as well. Is it just those three? They&rsquo;re the ones which come into my mind, but there&rsquo;s probably some quirky content that I can&rsquo;t someone up at the moment.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:45:42]</div> <div class=\"chat-text\"><p>Yeah, no, there&rsquo;s there&rsquo;s a lot of things we&rsquo;re really excited about. So right now the only thing live wordpress dot org forward slash Openverse, is images, but team has been actively working on audio for the past several months. Essentially we&rsquo;re bringing in multiple sources of really high quality, openly licensed audio files. And that includes everything from field recordings of someone might go out and do a field and record crickets that they hear at night, music, podcasts, samples and sound effects, which are really wonderful for anyone producing music. So that&rsquo;s the first non image media source we will be adding. Yeah. And then beyond there, the possibilities are pretty endless. There&rsquo;s a lot we&rsquo;re excited about, but yeah, naturally that includes video 3d models are of increasing interest to us.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>We&rsquo;re going to have some limited support for 3d models. They appear as images in the search results, but then when you arrive on an individual result, we show the 3d preview where you can actually click through and interact with the model. Most of those are hosted on Sketchfab, which is a really lovely source of 3d models. Yeah, there&rsquo;s also just, several other media types that we&rsquo;d ultimately like to include, which is, could be anything from fonts and educational materials, just things as simple as PDFs or text files. Yeah, really endless. And with that comes the possibility of exploring support for other licenses outside of the Creative Commons licenses, because there are a few domains where the Creative Commons licenses aren&rsquo;t commonly used. Fonts, font faces, and typography comes to mind is as a good example, where there&rsquo;s some custom licenses specific to fonts.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:47:29]</div> <div class=\"chat-text\"><p>You mentioned at the start that the Creative Commons Search wanted to be on a more stable footing. And presumably that&rsquo;s where we now are. Could you explain if not the financial model that you&rsquo;ve got at the moment, what is the bedrock upon which this is built? How is a service like this able to carry on without receiving payment for each image? Shall we say?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:47:52]</div> <div class=\"chat-text\"><p>Yeah, that&rsquo;s a really interesting question because there&rsquo;s a couple angles to it. We have an interest in exploring ways of paying the creators of individual works in Openverse. That&rsquo;s a ways away, but that&rsquo;s something we&rsquo;re really excited about. But yeah, as far as the actual funding and support of the project right now that falls under Automattic&rsquo;s five for the future initiative, since Openverse is part of the WordPress open source project, the development, and, fundamentally the hosting of the search engine right now, falls under that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So it&rsquo;s really, and you can almost consider it a gift or a sponsored piece of web infrastructure for the WordPress community to use and have access to all these images and other content.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:48:40]</div> <div class=\"chat-text\"><p>So a philanthropic idea, isn&rsquo;t it? People take their photographs and decide that they would like that to be available to all people go to your website, and you mentioned that there&rsquo;s the creators on the one side and what I&rsquo;m going to call users. The people like me who may wish to put those images onto my website, the process of uploading, I guess is fairy obvious.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:49:01]</div> <div class=\"chat-text\"><p>No, actually we currently don&rsquo;t have a standalone upload mechanism to get works into Openverse. We&rsquo;re collecting works from other platforms. Hypothetically, if you were to upload a photo to a Flickr in a matter of weeks, it would appear within Openverse. But yeah, we&rsquo;re still a bit of a ways out from actually accepting our own content. That&rsquo;s largely because there&rsquo;s a whole host of issues with accepting user uploads around, obviously things like content moderation and verification of these works that they&rsquo;re the actual creator. So yeah we&rsquo;re a bit ways out from actually having our own upload mechanism.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:49:40]</div> <div class=\"chat-text\"><p>From my point of view though, I would be looking at these images. I&rsquo;m wondering if we&rsquo;ve talked about the different sort of licensing models and the fact that maybe this came about, because there was, suspicion is the wrong word, but there was something not quite right about the licensing that you might find elsewhere and something that you believe to be truly available for you may have been available to you at one point and then fast forward a few years, perhaps it&rsquo;s no longer available to you. And how would you even know that it was no longer available to you? So, is the promise of this, that something that you find on Openverse, yours to do with, as you like with no constraints?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>In other words, if I wish to use that for the next a hundred years, that&rsquo;s fine. If I wish to modify it, that&rsquo;s fine. If I wish to take it and send it to my friends, that&rsquo;s all fine. Are there any boundaries with the licensing that we need to be mindful of or is it literally free as in totally free?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:50:36]</div> <div class=\"chat-text\"><p>Yeah, that&rsquo;s a great question. And I think fundamentally with a platform like this, it needs to be clear to the users that there&rsquo;s a level of trust. For example, things like relicensing are extremely rare and actually aren&rsquo;t allowed with the Creative Commons licenses. Although there&rsquo;ve been some historical cases where that has happened, that are a bit contentious and unresolved.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>Yeah. At the heart of something like this, we really believe that, users need to know how a piece of media or content can be used and know that is true forever. And to the point of possible restrictions of various pieces of media, we support every Creative Commons license. There&rsquo;s several, and they vary in their constraints and restrictions on how they&rsquo;re used CC0 is, it&rsquo;s not actually a license. It&rsquo;s a, what&rsquo;s called designation. It expresses the intent of the creator of the work to make that work available to people with no restrictions and Openverse allows for . Very easy filtering of the images by any particular license. If someone was looking for a work that they can always use commercially, that they can always use, that they can modify, I would recommend using the CC0 license or the public domain mark, but something that we also make very easy in Openverse is actually, one click copy and pasting of image attributions.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So that licenses like CC BY which is a very common license that lets you do absolutely anything with an image, but you need to credit the creator for their work. So we have a tool within Openverse to make it very easy to copy and paste that attribution for use directly in an image block on your WordPress site or elsewhere.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:52:22]</div> <div class=\"chat-text\"><p>This is where the two conversations coalesce beautifully in a way, isn&rsquo;t it. The idea of the image block with the Openverse search, just bolted onto it. And you&rsquo;ve got that desperate urge to put a cat on your website and previously you have to go elsewhere and search through a myriad assortment of cats.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Whereas now, all of that cat-ness, for want of a better word is available inside the block editor. And the same obviously would be true for, in the future things like all the support for audio and the support for videos, maybe as a background to something, all of this will be rolled in and available inside the interface, instead of having to go somewhere, find it, download it, upload it to the media library, and then you&rsquo;re off to the races. It&rsquo;s going to be a much more seamless process.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:53:11]</div> <div class=\"chat-text\"><p>Yeah. That is perhaps our primary goal for early next year is actually building out our core integration in whatever form it finally takes. But yeah your fundamental vision of the flow definitely aligns with mine. Just making it super easy to search for that media and attribute it as easily as possible.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:53:29]</div> <div class=\"chat-text\"><p>If I could chime in, I&rsquo;m also pretty excited for two way layer. So you can imagine that you have you&rsquo;re, maybe a photographer, you want to upload your photos to your WordPress site, but also when you upload it, you check a box and say, yes, make this available to to other users of WordPress. And you can contribute directly from WordPress to Openverse would be a pretty exciting, I know, years off, maybe not years, but a ways off. But that&rsquo;d be a pretty cool feature to grow the overall collection of openly sourced media. That&rsquo;d be, I&rsquo;m excited for it all.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:54:01]</div> <div class=\"chat-text\"><p>Zack, is something like that on the roadmap, because yeah, Marcus, that&rsquo;s a stroke of genius if it&rsquo;s not.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:54:06]</div> <div class=\"chat-text\"><p>Yeah, no, that&rsquo;s perhaps what I&rsquo;m where my personal interest lies the most and where I really think being part of the WordPress project enables so much potential.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>Yeah. Fundamentally that model of allowing users to share media in the backend of their WordPress site with Openverse, really at the heart of that is turning every WordPress user into a WordPress contributor. It might not be through code, which is the standard thought of how to contribute to WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>I&rsquo;d be remiss if I didn&rsquo;t mention translation as well as a really powerful way to contribute if you&rsquo;re not contributing translations yet, please do and now, you with other directories, like the pattern directory, there&rsquo;s more ways than ever to contribute to WordPress, even if you&rsquo;re not a particularly technical individual or don&rsquo;t work with code directly.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So yeah, it&rsquo;s a very large technical undertaking and not without its challenges, but we are extremely excited by the idea of fundamentally making it easier for users to license their own works in their media libraries, give those the proper licensed attributions directly in WordPress. And then again, share those with the world through this directory.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:55:17]</div> <div class=\"chat-text\"><p>Absolutely fascinating. The idea of using this with patterns again, another master stroke, what a great idea. You can imagine just by ticking a box, the impediment to making things available. And I think that&rsquo;s probably the problem, isn&rsquo;t it? The impediment is that you&rsquo;ve got to wrap it all up, parcel it up and then go and upload it to some sort of third party service.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If that third party service, if you like Openverse, is already baked into the thing that you&rsquo;re already using, and it&rsquo;s the only impediment is the ticking of a box. And obviously reading through probably some terms and conditions and making sure that you understand them. That has the capacity to spread virally almost and make the project much more useful.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>But when you get into the, obviously images and video, that&rsquo;s of great interest to a larger number of people. Where probably we&rsquo;re all at, the WordPress side of things, the ability to upload block patterns and who knows, the theme json files that we were talking about a moment ago and your design assets and that lovely font that you created, that&rsquo;s absolutely enormously powerful, and I confess I hadn&rsquo;t twigged quite how powerful it was until just that moment. That&rsquo;s really astonishing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [00:56:30]</div> <div class=\"chat-text\"><p>Yeah. It&rsquo;s amazing. How much of it all ties together? It&rsquo;s a difficult challenge ahead of us too, because how do you get a font that&rsquo;s openly sourced on Openverse to the theme json, right. There&rsquo;s a lot of technical hurdles. So this isn&rsquo;t, it&rsquo;s not something that&rsquo;s income in the next release or two releases or three, but it&rsquo;s like something you can see, like looking out, you can see oh, I can see, like you have these open source fonts and you can apply it to your theme json directly. Or you can pull it into different patterns or create a set of patterns just around, say cats, but then go, I&rsquo;m running a dog blog, and I want to see dogs and all these patterns, not cats, you switch, you can switch them out just with the switch of a search term or something like that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"> <div class=\"chat-text\"><p>It&rsquo;s really, it&rsquo;s really powerful. It&rsquo;s exciting to see you know.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:57:13]</div> <div class=\"chat-text\"><p>Amazing. Okay. A couple of thorny questions, which I probably should throw in. Let&rsquo;s say for example, that I&rsquo;ve taken a photograph and I got it somehow into Openverse. Have you spent any time thinking about the option to roll that back?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And if that image turns out to be something that I decided, you know what I&rsquo;d rather that was private once more. And I was the person who had custodianship of that. Is that going to be possible? Is there a way to flip the license at a moment or are you signing in effect something imperpetuity when you give it to Openverse?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [00:57:47]</div> <div class=\"chat-text\"><p>Yeah. So what first comes to mind there is that by default, if you are the creator of a work and you don&rsquo;t say assign a Creative Commons license to it, at least in the United States, you are already implicitly buying into the copyright system and that work already has these protections applied to it that you haven&rsquo;t necessarily consented to.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So interestingly, that&rsquo;s fundamentally true of anytime you create anything, you&rsquo;re joining this whole large world of copyright that you might not be interested in. Outside of actual creators who might want to, relicense a work, we have already multiple reporting mechanisms built in, for example, for images that might not actually be under a Creative Commons license, but have been improperly labeled and uploaded to one of our sources. Flickr would be the most likely place something like that could happen or Wikipedia Commons comes to mind. Those are our two largest sources that are really, almost social networks. There&rsquo;s a user uploading component there. A lot of our other sources are what we collectively refer to as GLAM institutions, which is galleries, libraries, archives, and museums that have decided to take their entire collection, and, essentially open-source that collection and make photographs of all the works openly, licensed and available to folks.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>But yeah. If you went to Openverse and you saw a picture of your cat that you took, that you had never licensed under Creative Commons license, you just had it on your personal blog somewhere, and someone else had taken that and uploaded it. We have a very simple mechanism to report that. It&rsquo;s immediately flagged in the system and taken down until it&rsquo;s properly reviewed.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:59:27]</div> <div class=\"chat-text\"><p>My final question, I think is about the future, the longevity of the project. Obviously it ran into issues which as of now are being fixed by the purse strings, probably for want of a better word of Automattic. Are you confident? Do you have any guidance that this is something that the organization Automattic will be funding into the future?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Have they made any commitments around there? Because obviously, as this project grows and becomes bigger and is harder to police, the amount of effort and time and boots on the ground is only going to increase as well. And wonder if there&rsquo;s any talks been had about the longevity of it so that we can all be satisfied, that the things that we take out from Openverse, we can keep taking out into the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [01:00:15]</div> <div class=\"chat-text\"><p>Yeah. I appreciate your frankness and asking that question. It&rsquo;s a really important one to us. The folks on the team right now. There&rsquo;s a few layers to that as well. One is that there&rsquo;s a lot of redundancy already built into Openverse. We don&rsquo;t actually host the works on Openverse. We only collect metadata about these works, so they all exist on other platforms that have their own mechanisms of backups and redundancy.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>So there&rsquo;s no opportunity to hypothetically put a work in Openverse and then have us lose it. We simply can&rsquo;t do that from a technological standpoint. But beyond that, the entire project is open source, much like WordPress itself. So in the event of any kind of problems or downtime or anything like that, it&rsquo;s actually quite feasible for other folks to migrate and host the project themselves.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>A great example of this is that we did this upon joining the WordPress project was move it from one set of infrastructure to another, which, I&rsquo;ll be the first admit was no easy feat, but is you know, something that we actively and consciously try to make easier over time for folks. Yeah and then beyond that, I just think Automattic has a really great track record of supporting and maintaining projects, obviously financially, but also just like maintaining the spirit of a project. We were very nervous leaving Creative Commons, which is a nonprofit and finding a new home for the projects that had more resources would be ideal. But again, also just the reach of WordPress as a piece of software was really exciting to us and some of the power and capabilities that, that unlocks</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [01:01:50]</div> <div class=\"chat-text\"><p>Well, I&rsquo;m more or less certain that many people listening to this will be really excited about something that&rsquo;s just come across their doorstep for the first time, best place to probably search for that would be wordpress dot org forward slash Openverse. Did I get that right?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [01:02:04]</div> <div class=\"chat-text\"><p>Yeah, that&rsquo;s right. And then, anyone who is more development minded or looking to contribute, we are a community project. So we have our own make site on the make network of blogs. So you can go to make dot wordpress dot org forward slash Openverse and join up with our community of developers.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"> <div class=\"chat-text\"><p>And like I said, translation contributors, and a whole host of other folks designers. Yeah. One thing that we are really proud of is our volunteer community. We had a lot of folks over at Creative Commons working on CC Search and now Openverse. The project has really bridged those two communities and an interesting way. Yeah. We kind of straddle two worlds right now of WordPress and the massive world of copyright and licenses.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [01:02:51]</div> <div class=\"chat-text\"><p>I&rsquo;m going to have to draw this to a close. I&rsquo;ll just start with you Zack. If anybody was curious to get in touch with you individually, if there&rsquo;s any place, contact form, Twitter handle, whatever that you&rsquo;re happy to share now would be the time to do that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-4\"><div class=\"chat-author chat-author-zackkrida vcard\"><cite class=\"fn\">Zack Krida</cite> [01:03:06]</div> <div class=\"chat-text\"><p>Great. Yeah, I&rsquo;d say the best place to find me would be in the making WordPress Slack actually, I&rsquo;m not on any social media right now. So we have an Openverse channel there. You can also shoot an email to Openverse at wordpress dot org and myself or another member of the team will be happy to get in touch with you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [01:03:23]</div> <div class=\"chat-text\"><p>Thank you. And the same questions go to Birgit first, if that&rsquo;s all right.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-birgitpauli-haack vcard\"><cite class=\"fn\">Birgit Pauli-Haack</cite> [01:03:29]</div> <div class=\"chat-text\"><p>I&rsquo;m really fascinated by all the museums that have, if you click on the Openverse, WordPress dot org Openverse sources. Yeah, at this moment, the Smithsonian has all their pictures in there and as well as the Reich&rsquo;s Museum in the Netherlands, or the Metropolitan Museum of Art program museum. It&rsquo;s really fascinating what you can all find. The spirit of open web, but also have the creators be in charge of their own creations, but have this big search capabilities, is so early nineties, but it really keeps the web open. So that&rsquo;s just a little comment on that. I&rsquo;m so happy that it&rsquo;s in there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>If you want to get in contact with me also WordPress Slack definitely at BPH is my handle there. That&rsquo;s also the handle on Twitter @ BPH and my direct messages are open if you don&rsquo;t want to do it publicly. Yeah. You can always catch me on a private chat on the Slack or on Twitter, if that is easier for you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [01:04:32]</div> <div class=\"chat-text\"><p>Thank you so much Birgit, and finally, Marcus.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-3\"><div class=\"chat-author chat-author-marcuskazmierczak vcard\"><cite class=\"fn\">Marcus Kazmierczak</cite> [01:04:36]</div> <div class=\"chat-text\"><p>Yeah. You can find me at mkaz, M K A Z on make Slack also mkaz dot blog. I write a lot about WordPress and tips and tech things there. You can also find me on Twitter, I&rsquo;m not that great on Twitter, so make Slack is probably the best if you want to reach out to me directly, feel free to ping me there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [01:04:55]</div> <div class=\"chat-text\"><p>Thank you very much. What a broad ranging conversation that we&rsquo;ve had today. Thank you very much for joining us Birgit, Marcus and Zack, really appreciate it. What an interesting episode this has been.</p>\n</div></div></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:\"Thu, 02 Dec 2021 14:50: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:\"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: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:60:\"WordPress.org blog: The Month in WordPress – November 2021\";s: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=11763\";s: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/2021/12/month-in-wordpress-november-2021/\";s: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:16381:\"<p>Despite the holiday season being around the corner, the WordPress project didn’t slow down. In a <a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">recent episode</a> of <a href=\"https://wordpress.org/news/podcast/\">WP Briefing</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> shares the first thing she wants people to notice about WordPress, which is also the heart of this open source project:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Now, the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has thousands of really smart people making sure it works and gets better every day.”</em></p></blockquote>\n\n\n\n<p>As always, contributors across various teams are working hard to ensure the upcoming release of WordPress 5.9 doesn’t disappoint. With State of the Word 2021 coming up soon, there are many exciting things in the works. Read the November 2021 edition of the Month in WordPress to learn more about what’s happening.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-expected-to-release-on-january-25-2022\">WordPress 5.9: Expected to release on January 25, 2022</h2>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"309\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/5.9.png?resize=632%2C309&ssl=1\" alt=\"\" class=\"wp-image-11764\" /></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li>The Core Team announced the <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">WordPress 5.9 Revised Release Schedule</a>, and the release is now planned for January 25, 2022.</li><li><strong>WordPress 5.9 Beta 1 was recently released and is available for testing.</strong> This version of the WordPress software is under development. Check out the <a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">release post</a> to learn more about what’s new in version 5.9 and how you can help testing.&nbsp;</li><li>Check out “<a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\">A Look at WordPress 5.9</a>” for a first peek into the exciting features included in this major release.</li><li><a href=\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\">WordPress 5.8.2</a>, a security and maintenance release, was out on November 10, 2021. This release includes two bug fixes and one security fix.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><strong>Are you interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.</strong></p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"gutenberg-releases-11-9-and-12-0-are-out\">Gutenberg releases: 11.9 and 12.0 are out</h2>\n\n\n\n<p>Two new Gutenberg versions have been released!</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">Version 11.9.0</a> brings new Gutenberg blocks for working with post comments, a fullscreen pattern explorer modal, further iterations on the Navigation block, and many other improvements.</li><li><a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\">Gutenberg 12.0.0</a>, released on November 24, improves the Block Styles preview and includes featured image block visual enhancements, a site Editor welcome guide, official JSON schema updates, and much more.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">#gutenberg-new</a> for details on the latest updates.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"state-of-the-word-2021-join-a-watch-party-in-your-local-community\">State of the Word 2021: Join a watch party in your local community</h2>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"422\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/12/Web-—-Matt.png?resize=632%2C422&ssl=1\" alt=\"State of the Word 2021 Announcement, which will take place on December 14 between 5 pm and 7 pm ET (22 - 00 UTC).\" class=\"wp-image-11766\" /></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on December 14, 2021 <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&dates=20211214T220000Z/20211215T000000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">between 5 and 7 pm ET/10 pm – 12 am (December 15) UTC</a>. The event will be <a href=\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\">livestreamed from New York City</a>, and include a Question and Answer session.&nbsp;</li><li>Host or join a <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">State of the Word watch party</a> to enjoy the event with your WordPress friends. Check <a href=\"https://meetup.com/pro/wordpress\">Meetup</a> to see if a watch party is scheduled to be held in your local community!</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&dates=20211214T220000Z/20211215T000000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\"><strong>Add the event to your calendar</strong></a><strong> so you don’t miss State of the Word 2021!</strong> Want to ask Matt a question during State of the Word? Please send your questions ahead of time to <a>ask-matt@wordcamp.org</a> or ask them live during the event via YouTube chat.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"team-updates-nominations-for-some-team-representatives-are-still-underway\">Team updates: Nominations for some team representatives are still underway</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/Requests/releases/tag/v2.0.0\">Requests 2.0.0 has been released</a>. This release is fully compatible with PHP 8.0 and 8.1, indicating that a legacy codebase can be modernized, made more stable and secure <em>without</em> breaking backward-compatibility. The Requests project is a dependency of WordPress core, which was adopted into the WordPress organization earlier this year.&nbsp;</li><li>The <a href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\">2020 WordPress Annual Survey</a> results are available to be viewed.&nbsp;</li><li>The Core Team added <a href=\"https://make.wordpress.org/core/2021/11/08/new-committers-2021/\">six new committers</a>.</li><li>Last month, the <a href=\"https://make.wordpress.org/marketing/2021/11/22/2022-team-nominations-for-marketing/\">Marketing Team</a> opened its call for team representatives, joining <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\">Core</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\">Support</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\">Hosting</a> from October 2021.</li><li>The <a href=\"https://make.wordpress.org/core/2021/11/24/core-team-reps-for-2020-and-beyond-2/\">Core Team announced its new Team Rep for 2022</a> (and beyond).</li><li>The <a href=\"https://make.wordpress.org/design/2021/10/08/moving-to-bi-weekly-meetings/\">Design Team</a> and the <a href=\"https://make.wordpress.org/accessibility/2021/11/19/accessibility-team-meeting-notes-november-19-2021/\">Accessibility Team’s</a> meetings will be held bi-weekly moving forward.</li><li>The Marketing Team published the latest edition of <a href=\"https://wordpress.org/news/2021/11/people-of-wordpress-devin-maeztri/\">People of WordPress, featuring Devin Maeztri</a> from Indonesia.</li><li>There’s an open call for suggestions for <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a>, <a href=\"https://make.wordpress.org/training/2021/11/16/team-goal-setting-2022/\">Training Team</a>, and <a href=\"https://make.wordpress.org/polyglots/2021/11/11/2022-polyglots-planning/\">Polyglots</a> goals for 2022. Please drop your ideas by December 6, 2021.</li><li>The Accessibility Team has opened 1-2 <a href=\"https://wordpress.slack.com/archives/C037W5S7X/p1637775719355600\">volunteer positions</a> for the <a href=\"https://make.wordpress.org/community/tag/diverse-speaker-support/\">#diverse-speaker-support</a> channel.</li><li>The <a href=\"https://make.wordpress.org/polyglots/2021/11/22/polyglots-monthly-newsletter-november-2021/\">November 2021 edition</a> of the Polyglots monthly newsletter is out.&nbsp;</li><li>The Marketing Team welcomes any help to <a href=\"https://make.wordpress.org/marketing/2021/11/17/help-promote-wordpress-meetups-each-week/\">promote WordPress Meetups</a> on a weekly basis and thus keep the community connected.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>We want to hear from you!</strong> Suggest your 2022 goals for the <a href=\"https://make.wordpress.org/community/2021/11/05/2022-goals-for-the-community-team-suggestions-invited/\">Global Community Team</a> by December 6, 2021.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"feedback-testing-requests-test-wordpress-5-9-beta-1-take-the-2021-annual-wordpress-survey-to-share-your-experience\">Feedback/Testing requests: Test WordPress 5.9 Beta 1; Take the 2021 Annual WordPress Survey to share your experience</h2>\n\n\n\n<ul><li>WordPress 5.9 Beta 1 is now available for testing and we’d like to hear from you! Testing is vital to ensure the release is as good as it can be—it’s also a great way to contribute. Read the comprehensive guide, “<a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">Help test WordPress 5.9 Features</a>,” to learn how to test WordPress 5.9 Beta 1 and report any bugs.</li><li>There’s an open call for testing for <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-ios-18-7/\">WordPress iOS 18.7</a> and <a href=\"https://make.wordpress.org/mobile/2021/11/16/call-for-testing-wordpress-for-android-18-7/\">Android 18.7</a>.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>The </strong><a href=\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\"><strong>2021 WordPress Annual Survey</strong></a><strong> is out! </strong>Please respond to the survey, so <em>your</em> WordPress experience is reflected in the results.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"keep-an-eye-out-for-wordcamp-taiwan-and-sevilla-along-with-several-wordpress-workshops-in-december-2021\">Keep an eye out for WordCamp Taiwan and Sevilla, along with several WordPress workshops in December 2021</h2>\n\n\n\n<ul><li>Several <a href=\"https://www.meetup.com/wordpress-social-learning/\">WordPress Social Learning Meetups</a> were held in November by the Training Team, and there will be more in December 2021.</li><li><a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> sessions are paused until 2022.</li><li><a href=\"https://saopaulo.wordcamp.org/2021/\">WordCamp São Paulo</a> was held online on November 27, 2021.</li><li>Get excited for <a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a>, coming up on December 11-12! Sevilla is the first in-person WordCamp happening in over 18 months, since WordCamps moved online in March 2020 due to COVID-19.</li><li>Don’t miss the following upcoming WordCamps: <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a>, <a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham 2022</a>, and <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>!</li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden on<ul><li>“<a href=\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\">All Things Block Themes!</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">WordPress=Blogging+</a>”</li><li>“<a href=\"https://wordpress.org/news/2021/11/episode-19-the-people-of-wordpress/\">The People of WordPress</a>”</li></ul></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Give back to open source. </strong>Please donate to<a href=\"https://wordpressfoundation.org/news/2021/give-back-to-open-source-this-giving-tuesday/\"> the WordPress Foundation</a>’s mission this holiday season.</p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know&nbsp; 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>.&nbsp;</em></strong></p>\n\n\n\n<p><em>The following folks contributed to November 2021’s Month in WordPress: <a href=\"https://profiles.wordpress.org/anjanavasan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>anjanavasan</a>, <a href=\"https://profiles.wordpress.org/harishanker/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>harishanker</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/callye/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>callye</a>, <a href=\"https://profiles.wordpress.org/jrf/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jrf</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, and <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a></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:\"Thu, 02 Dec 2021 11:30: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:12:\"Anjana Vasan\";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:77:\"Post Status: Post Status Comments (No. 3) — The State of the 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=90563\";s: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:34:\"https://poststatus.com/comments/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89930:\"<h2 id=\"h-wordpress-journalists-and-news-commentators-on-the-nature-of-their-work-their-views-on-the-community-and-the-future-of-the-project\">WordPress journalists and news commentators on the nature of their work, their views on the community, and the future of the project.</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Comments, David and Dan host a conversation with several members of the WordPress news community: <strong>Matt Medeiros</strong> (Matt Report Media), <strong>Joe Howard</strong> (WPMRR), <strong>Birgit Pauli-Haack</strong> (Gutenberg Times), and <strong>Sarah Gooding</strong> (WP Tavern). Find out how these WordPress journalists and news commentators understand their roles, how they view the WordPress community, and what they see for the future of the project.</p>\n\n\n\n<p><strong>Among the questions asked:</strong> What challenges exist for those of us who are following and reporting WordPress news? How can the WordPress project and and WordPress companies help improve communication? Where do we see WordPress heading — the software and it\'s community — in the short and long term? What are the biggest and most impactful stories of 2021, so far? What are the most significant but less noticed stories?</p>\n\n\n\n<p>This engaging conversation was almost 90 minutes long! So we split it up into <strong>two</strong> audio parts. </p>\n\n\n\n<p><strong>Here\'s the first part:</strong></p>\n\n\n\n\n\n\n\n<p></p>\n\n\n\n<p><strong>Here\'s the second part:</strong></p>\n\n\n\n\n\n\n\n<p></p>\n\n\n\n<p class=\"has-background\"><strong>Post Status Comments</strong> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4ac.png\" alt=\"💬\" class=\"wp-smiley\" /> is a stage for WordPress professionals to exchange ideas and talk about recent topics and trends.<br /><br /><a href=\"https://poststatus.com/podcast/comments/\">Browse past episodes</a> and subscribe to <a href=\"https://poststatus.com/podcasts/\">our podcasts</a> on&nbsp; <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or get them by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://wpafrica.org/\">The WP Minute</a></li><li><a href=\"http://wptavern.com/\">WP Tavern</a></li><li><a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a></li><li><a href=\"https://wpmrr.com/podcast/\">WPMRR Podcast</a></li><li><a href=\"https://zipmessage.com/cory/november-8th-2021-conversation\">ZipMessage &#8211; Submitted Questions</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/wplookout\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">WP Lookout</a></h3>\n\n\n\n<p><strong>WP LOOKOUT </strong>tracks the plugins and themes you depend on. Get timely info on new WordPress plugin and theme versions, security updates, author changes, mentions in the news and more. Set customizable notifications by email, Slack, webhook and RSS.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Transcript (Part 1)</h3>\n\n\n\n<p><strong>David Bisset:</strong> [00:00:00] So I want to set some ground rules, uh, before we officially get started. So first of all, everyone participating here, um, first of all, welcome by the way, I should say that first, everyone participating here, let\'s just pretend we\'re at a work camp. So we\'re bound by a standard work camp code of conduct.</p>\n\n\n\n<p>That includes speakers participants, and me, your host, uh, will, won\'t be able to get to everybody\'s question on every topic that we\'re bringing up today. So I\'ll be. Going with the flow and also probably rotating some questions, a little bit to various speakers and speakers with your responses. Just be mindful of the time.</p>\n\n\n\n<p>And if there\'s any in, we don\'t get to everybody\'s response and I\'ll mute that slack in a second. Apparently if we don\'t get to everybody\'s response, um, we can do a post follow up after the event. Our topic today is WordPress, the WordPress news space. So not, not specific pieces of WordPress news, it\'s the state of WordPress news, the people that [00:01:00] report the news, the news economy, and the thoughts along those lines.</p>\n\n\n\n<p>And we appreciate questions that we\'ll try to stick to that scope. And if there\'s any good questions that fall out of that scope, we\'ll save it for another discussion. If you have any questions, comments, or concerns after this feel free to direct them to me. I am on post-data slack and also you can DM me on Twitter at dimension media.</p>\n\n\n\n<p>And just to make this a completely transparent, this, this event, this audio is open, it\'s being recorded and will be shared, um, with the public, but also with our speakers as well for their own use. So can you go ahead and introduce yourself? And then Matt, can you go after her? And we\'ll just keep going in order here.</p>\n\n\n\n<p>I\'ll just call you out. So go ahead, Sarah, introduce yourself briefly. If anybody doesn\'t know you already, but shame on them. If they don\'t.</p>\n\n\n\n<p><strong>Sarah Gooding:</strong> Hi, I\'m Sarah Gooding. I write for WP Tavern. I\'ve been writing there for about eight years. I think I\'m just [00:02:00] writing about WordPress news.</p>\n\n\n\n<p><strong>David Bisset:</strong> And Matt, who are you?</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> Uh, who am I?</p>\n\n\n\n<p>It\'s a great question. So I\'m director of podcast or success at a company called cast is my day job. And my side gig is something called Matt report media, which covers Matt report.com and the WP minute.com.</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay, let\'s see who else we got here. I\'m trying to look for, and Dan, if you see any whales in here, let me know.</p>\n\n\n\n<p>Forget why don\'t you introduce yourself?</p>\n\n\n\n<p><strong>Birgit Pauli-Haack:</strong> Well, hello everybody. Well, thanks David. For inviting me. I. Curate on the Goodluck times for the last four years was a side gig. Now it\'s also my day job, which I really love. Um, I\'m also a developer advocate for WordPress at automatic. Um, automatic sponsors that contribution and I also am a co-host on the good milk change law [00:03:00] podcast was uh</p>\n\n\n\n<p>Um, and yeah, that\'s.</p>\n\n\n\n<p><strong>David Bisset:</strong> Oh, good. Well, great. Well now, well, while we wait for the others to come in, I wanted to get started with our first question. Um, again, this is about the WordPress space here for news. So Sarah, we\'ll start with you. The challenges of following and reporting WordPress news. What challenges do you face or you think the industry faces and.</p>\n\n\n\n<p>And maybe including there, maybe how you might be able to see that improve or change?</p>\n\n\n\n<p><strong>Sarah Gooding:</strong> Well, I think there are a lot of sources to follow and everyone has their own favorite way to, to get news. Um, I ended up spending a lot of time on social media, unfortunately, too. And it\'s, you know, I\'m constantly going through tweets and [00:04:00] digging deeper into.</p>\n\n\n\n<p>But, um, I would love it if there was a, a way to get your news in a more aggregated form. And I know there are some sites out there that do that, but you know, sometimes they come and go or they don\'t have like the latest news. Um, so was kind of a challenge, but overall, I don\'t feel. As challenging as I did, maybe, you know, eight years ago when it seemed like there wasn\'t always enough news to write about.</p>\n\n\n\n<p>Sometimes it was like, there were a lot of slow weeks there and now it\'s just, this is hopping every day.</p>\n\n\n\n<p><strong>David Bisset:</strong> How do you stay informed? Did you, so is it beyond social media?</p>\n\n\n\n<p>Yeah, I, I mean, I read change logs. I, I follow a bunch of people on Twitter. Um, Reddit, Facebook groups. I attend slack meetings. I dig through, um, I dig through old slack meetings that I couldn\'t attend.</p>\n\n\n\n<p>I get almost all the newsletters. I read almost everything. Everybody else writes though. That\'s, that\'s how I [00:05:00] stay on top of it.</p>\n\n\n\n<p>And Matt, same question to you. Um, what are your sources? How do you gather the news and what D what challenges do you.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> So like Sarah, it\'s obviously a lot of social media. It\'s looking at that from a 50,000 foot view and paying attention to.</p>\n\n\n\n<p>You know, the most impactful, uh, headlines and Newsmakers that are out there. Uh, I take a slightly different tack with the WP minute as the community at the WP minute does contribute the news items, uh, that gets surfaced up. And we use that as, um, part of the foundation to the weekly newsletter and podcast.</p>\n\n\n\n<p>So that\'s a little bit of an advantage, uh, for us and how we do that. And. Uh, sort of side stepping the hands are a little bit, what I would like to see is more, uh, uh, WordPress companies, organizations, service agencies really reach out to us [00:06:00] and let us know about things that they think are going to be newsworthy or really impactful.</p>\n\n\n\n<p>Um, that would be a ginormous help instead of just having the Twitter stream, uh, and a few DMS here. Really having something like that in place and sort of letting them know that, look, you can level up your game a little bit, reach out to us, let us know if you have something that\'s. Um, my God, if you ever spent time in traditional businesses that do PR new, uh, PR uh, pieces, literally every single day for a single feature they\'ve released, I\'m not looking for, you know, stuff like that, but some level of surfacing that information up to us, uh, to us on the panel and others would be a tremendous help, but, uh, yeah, social media and a small community that I\'ve gathered around the news on my side, uh,</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay.</p>\n\n\n\n<p>Get, I think, you know, already know I\'m going to ask you, so where do you get your news from and what challenges do you face? [00:07:00]</p>\n\n\n\n<p><strong>Birgit Pauli-Haack:</strong> Yeah. Um, yeah, social media is a lot of, um, part of it, but I also use a tool that\'s called brain 24 4, and it\'s, um, More a way of listening tool and that surface does some keywords and it needs to be curated a bit, but it helps me quite a bit to also look at the corners where social media doesn\'t go because the authors are not that much on social media.</p>\n\n\n\n<p>So I surface a few of those articles tutorials about the block editor and they go to McCombs is not so much about the news. It\'s more about. Um, w what\'s the latest feature in the Gutenberg or how can other people use it better developers, content, creators. Um, and there\'s a lot of, um, knowledge in the community already that is, um, sharing.</p>\n\n\n\n<p>I crossed a few blogs. Um, I see Courtney here. She does a wonderful job. Um, and I see, um, others, [00:08:00] um, that, um, post quite a bit about it. The challenge that I see, especially with the full site editing coming out is that there is a group of users that has not had, um, a lot of coverage. Through any of those news items or news shows apart from high level?</p>\n\n\n\n<p>Um, maybe, um, a little bit by Justin headlock from the Tavern was, uh, um, surfacing also some of the gluten, uh, Burke, um, features, but the group that I\'m thinking about or what I\'m kind of thinking about right now is. Um, site builders that don\'t use code to build other people\'s sites. Um, if they wanted to now co uh, they have been catered to by the, um, by elemental, by, uh, beaver builder by the Devi community.</p>\n\n\n\n<p>And there are all these third party page [00:09:00] fillers had all their separate communities that has not. Um, come over to the open source part of it. And I think there will be some cultural. Um, shock or most because the concept of open source is not there when, um, third-party page builders, they are corporate they\'ll, um, to have, uh, a product oriented.</p>\n\n\n\n<p>Um, a community they have as helping support and new features and also creating tools. Um, but that does not translate well into the open source community of WordPress core. So I\'m kind of thinking about quite a bit about how to help them. And I\'m glad that. Uh, leadership in retrospect, or also thought about it.</p>\n\n\n\n<p>Um, so that all of a few teams that are, uh, will help with that one is the learn team. And the other one is to, [00:10:00] um, sponsor team members on the WordPress marketing team that will hopefully be stepping into that void a bit.</p>\n\n\n\n<p><strong>David Bisset:</strong> Oh, cool. Wow. That was a mouthful. You certainly am alive. That\'s great. You certainly have a lot of challenges though.</p>\n\n\n\n<p>So, um, yeah, Lee, um, Matt, this question is for you. What do you define as a, um, now that we\'re, we\'re talking about the state of the WordPress news reporting in the past year, what has there been any, is there been any redefinitions of what WordPress news is? Um, how do you decide. If something is relevant to the space or not, or what you focus your attention on?</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> Uh, from my particular angle for years, I\'ve been covering just like business entrepreneurship stuff. Um, that\'s been the angle I\'ve, I\'ve sort of worked with for a long time. Now recently with the WP minute, really more opening that up to community-based stuff. Um, You know, like the rest [00:11:00] there\'s while we feel like there\'s a ton of news.</p>\n\n\n\n<p>There\'s also not a ton of news at the same time.</p>\n\n\n\n<p><strong>David Bisset:</strong> Let\'s assume acquisitions didn\'t exist. What else is left?,</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> yeah, you could have a whole podcast on that this year. Um, you know, for me, I look at it and my editor looks at it from the things that we think are going to make. Hey, the biggest impact on business or be the biggest impact on the community, or maybe there\'s a see also on the software.</p>\n\n\n\n<p>So we look at it from those three angles first, um, long, unless it\'s a slow Newsweek, then we\'ll cover something that we might deem innovative, which falls into cool new feature, uh, which is still a challenge. Right. Um, You know, that\'s the lens that we look at, that we look at it through. Uh, and you know, there\'s, there\'s only so much stuff coming out of the fire hose that we can, that we can capture.</p>\n\n\n\n<p>Um, but hopefully we\'re capturing the stuff that we deem [00:12:00] either the most impactful on business, on a business community or the software.</p>\n\n\n\n<p><strong>David Bisset:</strong> And Sarah, when it comes to the Tavern, what, are there any specific things that you look for for your audience? Um, I, I think probably out of everybody here, the Tavern might have a larger, or at least a wider scope.</p>\n\n\n\n<p>Maybe I know there\'s Gutenberg though. I know Matt does an excellent, um, business-related and startup related items. Um, where do you draw your lines for the.</p>\n\n\n\n<p><strong>Sarah Gooding:</strong> Um, our, yeah, we\'re pretty wide open. We try to cover, um, WordPress core news business news, um, struggles that users are having, but we also reach a little bit outside and like GPL legal conflicts, I think are interesting and may impact the WordPress community.</p>\n\n\n\n<p>Um, we. You know, what, what other companies are doing or how like social media companies are impacting workers because everything kind of ties together. These days away, people share their, they publish [00:13:00] their posts to social media, or they, you know, they should be publishing from their own website cause social media.</p>\n\n\n\n<p>But you know, a lot of people, their businesses are built on social media and WordPress is just a smaller part of that. So there is, we just have such a large diverse audience that we try to hit everything, um, that we feel like is new.</p>\n\n\n\n<p><strong>David Bisset:</strong> And special, special guest Joe Howard has joined us. Um, let\'s say, Joe, take yourself off of mute and say.</p>\n\n\n\n<p>Yeah, that\'s okay. I\'m sorry. Uh, we, uh, he got lost on the way over here was very big, heavy traffic and you need</p>\n\n\n\n<p><strong>Joe Howard:</strong> the mobile app and not the desktop app. So really, I just don\'t know how to use Twitter spaces.</p>\n\n\n\n<p><strong>David Bisset:</strong> Oh no, let\'s let\'s blame Twitter because that\'s the platform we\'re currently recording on, uh, briefly introduce yourself and let us know how you decide your, what, what corner of the WordPress space?</p>\n\n\n\n<p>Uh, your news, my primarily focuses.</p>\n\n\n\n<p><strong>Joe Howard:</strong> Sure. Uh, I am [00:14:00] the former CEO of WPP buffs, uh, currently work over, uh, do some stuff over at WP MRR, uh, community podcast, uh, uh, all that sorts of stuff. Um, how do I find my news online? Uh, a lot of the times. Yeah on Twitter, but I feel like a lot of it\'s, uh, uh, people are usually talking about the topics of the day.</p>\n\n\n\n<p>Um, aside from that, I used to get more from email. I used to subscribe to like every single, um, inbox or every single email newsletter. But these days, um, I don\'t, I\'m not very good at checking email these days, but I also just, uh, I\'m trying to be more minimalist about my, my inbox as a lot of people are these days delete selecting most and delete.</p>\n\n\n\n<p>There\'s still a few that I\'m, uh, that I, uh, pay more attention to and then I\'ll read through. Um, but for the most part, uh, um, um, I\'m [00:15:00] unsubscribed via when it comes to email. So, yeah. Keep it simple. Those are the big ways.</p>\n\n\n\n<p>How long have you been doing your newsletters, army or new, or your podcast too as well?</p>\n\n\n\n<p>Everything your whole, your whole deal. Yeah.</p>\n\n\n\n<p>PA podcast is the longest running thing over at WP MRR. That\'s been two and a half years, two years, something like that. 150 ish episode once a week. So, uh,</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay. No, that\'s okay. We\'ll do a state of the podcast stuff after this. That\'s why we have other people that we were going to be inviting to that.</p>\n\n\n\n<p>Um, but I don\'t want to forget, in fact, I don\'t, because of, I forget this person that he\'s of shoot me, um, Dan from post statuses here. So, um, Dan, um, you\'re from post status, I guess we have established that, um, a little bit, a brief mention about yourself and where post status gets this news. [00:16:00] Just don\'t say me, you know?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Well, that\'s, that\'s fairly accurate. I\'ve been working with David as editor at post status for quite a while and, and that</p>\n\n\n\n<p><strong>David Bisset:</strong> conventionally grown up being paid either to say this, but go ahead. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Uh, yeah. Do we have a little bit of a different arrangement maybe than, than others?</p>\n\n\n\n<p>David is kind of in a curatorial role. We do a lot of covered, a lot of different bases, but I\'m going from essentially copyediting years ago to doing a much more of a kind of comprehensive general editorial role. So I do get, I do rely on David to kind of filter, be the filter and bring in a lot of stuff.</p>\n\n\n\n<p>And we have a lot going to</p>\n\n\n\n<p><strong>David Bisset:</strong> get emails now.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Well, you\'re, you\'re kind of the gatekeeper in a lot of ways, but we have a lot of other people to kind of throw in once in a while. We are [00:17:00] working with Bob Dunn now. And others out there. The more minds we kind of have filtering news and ideas together, the more it helps me.</p>\n\n\n\n<p>Then I can kind of spend my time on higher level stuff and maybe get out of the echo chamber a little bit and think more broadly. But, um, yeah, I\'m kind of operating in a different editorial role. I used to, I used to contribute more, um, original writing and interviews, but now we\'re often pushing that to, um, to those view, who do, like David and Corey, others working on a podcast and another recorded material.</p>\n\n\n\n<p>So yeah, I guess if I was going to say, I follow pretty much the same, the same things as everyone else, I do try to read outside. Uh, general stuff and David will push me back, you know</p>\n\n\n\n<p><strong>David Bisset:</strong> I\'m less relevant look, Minecraft can apply to WordPress tune in next week.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. [00:18:00] So yeah, that would be my answer there.</p>\n\n\n\n<p><strong>David Bisset:</strong> Okay. Well, great. Great. You can, uh, privately text me on the mistakes I\'m making right now. In fact, you\'re doing, doing a pretty good job of it. So there\'s two areas in WordPress news that I thought we would love to tackle as a group here. Um, what we do, how it affects. Um, other communities or the parts within the WordPress community, the first one, um, is the new people into WordPress.</p>\n\n\n\n<p>Is there been any, um, what are your thoughts on WordPress news and what it can do or what it has done already to create entry points for the new people that are, that are coming into coming into WordPress or supporting the. Uh, people that already have a career in WordPress, um, uh, forget we\'ll S um, start with you.</p>\n\n\n\n<p>I think yours is more Gutenberg related, so maybe we\'ll focus on that. Um, entry points for new [00:19:00] people, maybe being, trying to lose Lauren Gutenberg or people who have that in their career. What are your thoughts on how we\'re doing in that?</p>\n\n\n\n<p><strong>Birgit Pauli-Haack:</strong> That\'s a very interesting question. Um, and I\'ve found that the new pupils come into Gutenberg or editor using the block editor in, in a few waves.</p>\n\n\n\n<p>So there was a, uh, 2018, uh, wave. There was a 2019 rave, 20, and now was a full-sized editing coming. To WordPress. It definitely brings in another wave of new users to the space. So there is a, um, big push and, um, quite a few agencies, as well as, um, hosting companies do a, uh, a phenomenal job. Um, Picking up those topics, like how do I, um, get a content created?</p>\n\n\n\n<p>How do I, um, um, yeah, uh, youth image blog, and all of [00:20:00] the, um, how tos of that, there is a user documentation on the web press.org. Um, and, uh, they have caught up probably, uh, to 5.7. Um, And the newest one is always a little bit like in behind, but I, uh, the hosting company. Yeah. If you follow Kim stir, if you follow, um, um, it escapes me now, but there were, uh, or WP beginner.</p>\n\n\n\n<p>Um, I think there is a very good. Search searching those articles and publishing up in the thing, but it\'s not about the news media, then I have not found that that is really something, um, That is picked up by any of the, um, any of us. Um, I soon pick it up just for that particular idea that if agencies read the Gutenberg times and they get questions from their [00:21:00] content creators and their, uh, users that I have a.</p>\n\n\n\n<p>A list of beginner tutorials, uh, where people can go or send their customers to. So they can kind of offset that customer support, um, a little bit to a material that\'s already out there. I wish we had a better, um, end user documentation on represent org</p>\n\n\n\n<p><strong>David Bisset:</strong> documentations and other things.</p>\n\n\n\n<p><strong>Birgit Pauli-Haack:</strong> Yeah. I, I stopped.</p>\n\n\n\n<p>Total different topic, but that\'s kind of, um, so, um, yeah, I think there is a new wave of, uh, new users coming in every eight to nine months. Um, kind of picking up on the, the buzz of new features in WordPress.</p>\n\n\n\n<p><strong>David Bisset:</strong> Do you think, do you think the news, do you think, all right now the state of the WordPress, um, the state of the WordPress news reporting is doing a good enough job.</p>\n\n\n\n<p>Yes or no, regarding new Gutenberg stuff. Do you think there\'s. Is there a great [00:22:00] gap or yes or no on that one?</p>\n\n\n\n<p><strong>Birgit Pauli-Haack:</strong> Oh, absolutely. Yes. On the new Gutenberg stuff, not on the new users, but the new Gutenberg stuff. That\'s definitely, um, um, uh, coming around on, on, uh, especially the top of your Tavern, um, of course, and, um,</p>\n\n\n\n<p><strong>David Bisset:</strong> speak of the Tavern.</p>\n\n\n\n<p>I\'m sorry. Speak of the Tavern. I do want to make sure we get everybody\'s comment on this, Sarah, what is your take on it?</p>\n\n\n\n<p><strong>Sarah Gooding:</strong> I think it really depends on what publication you\'re running. I think with like something like the Gutenberg times, it\'s really important to, to get everybody along and, um, to, to get people on the same page and help people learn and move forward with, with convert.</p>\n\n\n\n<p>But if you\'re just like a straight up news publication, then, um, I don\'t think it should be the goal of WordPress news to help new users necessarily. It\'s certainly a positive by-product, but the news should just serve the public interest and report on anything that\'s [00:23:00] newsworthy. So even if it doesn\'t on its face, seem like as a positive slant for new users or contributors or even WordPress itself.</p>\n\n\n\n<p>Um, I think that if you\'re writing, you know, just WordPress news and you really need to stay. To, um, to just telling the truth. And sometimes that\'s going to be really exciting and positive and there\'s going to be big leaps for, for Gutenberg. And sometimes there are going to be major frustrations, but I think that that friction there, um, helps the project and refined it.</p>\n\n\n\n<p>And the more we can have these kinds of discussions in a, in a transparent and honest way, um, including all, all people\'s voices. I know that there are contributors who put like hours and hours in. And so sometimes there\'s. It seems more valuable, but there are users who have spent five minutes on it and failed, and their input is valuable too.</p>\n\n\n\n<p>So I think if we can be, you know, grab those diverse voices and put it together to form a narrative that helps people, then, then I think that. [00:24:00]</p>\n\n\n\n<p><strong>David Bisset:</strong> Matt, you you\'re going to say something</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> I wasn\'t until Sarah just said it way better than I could have.</p>\n\n\n\n<p><strong>David Bisset:</strong> Great. Well, I know what order to put you in next time,</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> but like real quick on the, yeah, it totally depends on the publication.</p>\n\n\n\n<p>It depends on the, the format as well. And this has been really interesting. Uh, because for years I run a podcast about business entrepreneur, entrepreneurship, and I would, uh, you know, in a, in a, in an effort not to get just like the same voices or just somebody who wants to appear on the podcast to promote their new plugin or theme, I do a lot of outreach into, into folks that I would, I deem interesting to not only me, but what would be interesting to my audience.</p>\n\n\n\n<p>And the point that I\'m getting at is, is not everyone wants. Quite literally talk to me and use their voice to get their message out. They, in other words, they don\'t want to be on a podcast. And one of the interesting things that I\'ve found with the WP minute is now I do text [00:25:00] and audio. And while that sounds like, you know, kind of silly or kind of throw away on the surface, I have found people who are much more willing to do a written interview or to express themselves, uh, through text.</p>\n\n\n\n<p>So that\'s. Uh, touching on just format of the news. Um, but what I\'ve been doing a lot more with the WP minute is giving voices quite literally reaching out to people and saying, Hey, I think you\'ve got a great story to tell. Do you have the confidence? Do you want to share this story? And I think to go back to the new people in the WordPress space, You know, leveling up your game a little bit, having some confidence to hop on a podcast or do an inter interview is something that you should do to get your message out.</p>\n\n\n\n<p>If you want to. I have approached countless people who just say no. Um, they, they just don\'t want to have their voice heard, whether that\'s a confidence thing or confidentiality thing or [00:26:00] something like that,</p>\n\n\n\n<p><strong>David Bisset:</strong> maybe the wrong time</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> or maybe wrong time. Right. Uh, but I do see. You know, and poor folks who, who want to get a message out to, you know, to, to level up that side of their game, if, if they\'d like to,</p>\n\n\n\n<p><strong>David Bisset:</strong> well, I, uh, we actually.</p>\n\n\n\n<p>That\'s actually very good because you know, there\'s been a lot of discussion about how we get new contributors into the WordPress space, but not everybody\'s a contributor, they\'re a business owner, so it\'s, they rely if they come from the outside. So sometimes they have to figure out where their new sources are coming from, from inside the WordPress space.</p>\n\n\n\n<p>So that\'s a pretty important demographic for, I think, for all of us now, speaking of. Well, I don\'t really have a good segue for this. So I\'ll just skip that attempt. Um, if I\'m pronouncing her name correctly, Dan, correct me if I\'m wrong. But Ray Mori from the repository newsletter, uh, was not able to make it here today.</p>\n\n\n\n<p>Um, she did leave a video. I\'ll share with the link. I\'ll share the zip and message link in the show notes from this [00:27:00] episode. Live, um, all of you have, have had had opportunity to look at the page as well. So this won\'t be too much of a surprise, but I thought she had an interesting response into what improvements can be made into how news is reported.</p>\n\n\n\n<p>And I thought, and hopefully you can hear this audio. I think we did the sound check and work. So after listening to what I would love to. One or two of your guest\'s feedback here. Um, let\'s see if I can play this it\'s what improvements can be made and how news is rewarded system.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> Can you,</p>\n\n\n\n<p><strong>David Bisset:</strong> can we hear that?</p>\n\n\n\n<p>Can somebody say. Yes,</p>\n\n\n\n<p><strong>Rae Morey:</strong> reporting more independent reporting, even more journalists working at WP Tavern chalet. Matt could put up some more cash for a couple more riders, because there were a lot of stories going on reported for instance, this week, elemental who for transparency is one of my, uh, sponsors at their poetry.</p>\n\n\n\n<p>Um, they launched a big budget marketing [00:28:00] campaign that I personally think is anything. This is better than anything that weeks or Squarespaces is doing. And it doesn\'t even mention WordPress is elemental trying to distance itself from WordPress. Maybe Sarah or Justin are already working on that story. I think it\'s a pretty big deal, but no, one\'s really talking about it yet anyway.</p>\n\n\n\n<p>So I\'ll be looking out for that story in the next week. And as more and more people who speak English as a second language or not at all, here\'s where press it\'s becoming increasingly important that we engage with those communities and acknowledge their contribution contributions to the WordPress project, as well as the success of businesses and individuals who are using the platform.</p>\n\n\n\n<p>Overall, I\'d love to see more of a diversity of voices in the WordPress media.</p>\n\n\n\n<p><strong>David Bisset:</strong> Hopefully Sarah, didn\'t put you too much on this spot. On that. I kind of forgot. She, she mentioned the Tavern a little bit. Um, but there are, there are stories that. That some feel are or going, uh, [00:29:00] unreported, which is we can\'t cover everything. But, um, and she mentioned also something about language as well.</p>\n\n\n\n<p>So, um, if anybody wants to comment on what improvements can be made into how you think general news is recorded, um, maybe what we can hit in terms of, I don\'t know, uh, we hit on it a little bit. Um, but it, does anybody have a specific frame on that? Or am I going to put somebody on the spot? I think I\'m going to put somebody on that.</p>\n\n\n\n<p>I tell you why proposed status. I can speak for post status on this a little bit. Um, improvements on how the news is report. Um, for, for post status is actually post status is not really much of a new sources, more of a Anil, uh, analysis type of that\'s what we that\'s, what post status does primarily. So the cha so the ways we can, at least personally, for me, we used can be improved in how news is reported, because while we give analysis, we also share news as well [00:30:00] is not to jump the gun too quickly for us.</p>\n\n\n\n<p>Stories can be braking. And also there\'s a lot of emotion coming with some stories, whether it\'s an acquisition, whether individual expresses a certain opinion about a topic, Twitter gets hot, real fast, and sometimes I have to watch my reacts. Sometimes I don\'t want to give a reaction to something going on on Twitter because I think that\'s, that kind of starts to paint me into a corner a little bit and turns my, when we get to the post status, part of it in the analysis part of it.</p>\n\n\n\n<p>So. For me personally, an improvement would be sometimes I shouldn\'t give a hot take and let other people converse and then kind of take a step back. Um, Matt, what are your thoughts? Well,</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> just to, first of all, she asked some amazing questions in that, uh, in that zip message that you have recorded, um, some fantastic stuff.</p>\n\n\n\n<p>The, uh, and without trying to sound like a broken, broken record, but, uh, I\'m not [00:31:00] worried. An element or story getting missed or not covered because it\'s elementary and they have a fantastic marketing team. And if they want to get heard, uh, they have certainly come across my radar and I\'m sure they\'ve gone across everyone.</p>\n\n\n\n<p>Else\'s radar. That\'s on this panel today. Uh, and they have the resources. It\'s the small fry, uh, or the smaller solo blue collar digital worker. That doesn\'t have that chance or it doesn\'t have those resources and we can\'t catch everything. Um, I certainly can\'t because this is just a side gig for me. Uh,</p>\n\n\n\n<p><strong>David Bisset:</strong> it\'s not easy to get to that in a second. That\'s our next topic.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> It\'s not a full-time job. So I know one of my. Tons and I\'m sure Joe and beer get, get this all the time. Hey, I want to be on the podcast. We\'ve got this thing. We want to pitch a very shallow, very just self-serving and those, I get a ton of those and it\'s just, I don\'t even respond.</p>\n\n\n\n<p>But if you come to me with a great story to be heard, absolutely a hundred percent, [00:32:00] let\'s at least have the conversation, um, to get you to get you some airtime and we can\'t catch everything. Um, Sarah\'s one person. A small team and same with me. Uh, and it\'s, it\'s just so hard. So if you want to reach out and get that story heard again, broken record moment, reach out and let us know.</p>\n\n\n\n<p>Okay. Yeah. I guess it is hard for the smaller fry so to speak. Um, and we kind of have to be open and receptive to that. That it\'s, that\'s a good point. So let\'s talk. Um, unless anyone else has something to share real quick, let\'s talk monetization. Let\'s talk about. Uh, Matt said this is a site gig. Um, um, I, Sarah, I believe correct me if I\'m wrong, but I, our Eric, is it a, is it a site?</p>\n\n\n\n<p>Is it a part-time full-time side gig? What, where do you fall on that? Because I\'m about to push her out of the way</p>\n\n\n\n<p><strong>Sarah Gooding:</strong> it\'s full-time.</p>\n\n\n\n<p>Okay. So, um, and your employer, just to remind [00:33:00] everyone here is. Okay, so you have a full-time position. So this question may not, I\'m not sure feel free to jump in, but I\'m going to focus.</p>\n\n\n\n<p>Um, Joe is, is your, do you consider what you do a side gig as well?</p>\n\n\n\n<p><strong>Joe Howard:</strong> Uh, that\'s a really good question. I don\'t even know if I</p>\n\n\n\n<p><strong>David Bisset:</strong> have it. Yeah, because it\'s so melded together with WP and Mount with your business or your podcasts.</p>\n\n\n\n<p><strong>Joe Howard:</strong> I\'m trying to remember the name of the movie spotlight. Uh, there\'s a scene where Marty Baron is the editor in chief of the newspaper. He was talking to, um, someone in the church and the essence. He says, you know, we, we have to be a part in order to be our, you know, the best news organization we can, we can\'t be affiliated with anything.</p>\n\n\n\n<p>So I think. To me, it\'s like speaks to [00:34:00] what Matt was talking about in terms of, uh, it\'s kind of like a side gig. And I guess for me, I\'d say, yeah, it\'s like, you know, maybe it\'s part of WP buffs. Maybe it\'s not, who are we sponsored by? Do we have affiliate links pointing to different places? That\'s a big challenge in the WordPress news space.</p>\n\n\n\n<p>I think, you know, how many of the people who are doing WordPress news who are really creating or news specific to the WordPress space or. Would consider themselves. Journalists would consider themselves full time employees or team members of a team where a hundred percent of their time and energy is put towards being a journalist.</p>\n\n\n\n<p>You know? Uh, I think that\'s probably for most of us, that\'s probably, that\'s not the case.</p>\n\n\n\n<p><strong>David Bisset:</strong> Do you think that, do you think that\'s a big hindrance? The fact that we don\'t have more full-time people focused on news and WordPress or similar spaces. I know. In the recording mentioned that, um, you know, the, the [00:35:00] ability, you know, the existence of maybe a couple of more full-time writers, do you think that\'s a, that\'s a big hindrance right now?</p>\n\n\n\n<p>Or do you think with the most people doing this on the side gig, that is sufficient? Um, what are your thoughts on that?</p>\n\n\n\n<p><strong>Joe Howard:</strong> I think it\'s a hindrance. I think Ray is right. I think, I think about the monetization of. Tavern where it not, uh, owned and operated and funded by Audrey capital, would it have enough views? Would it have enough? Like how would it monetize itself where it not monetize that way? And I think that the answer would pro I don\'t want to speak without having any real knowledge of it, but I would say probably the viewership would not be enough to like fully fund the full-time team members.</p>\n\n\n\n<p>They are just based on like a Google ad. You know, versus like, based on how many page views that Tavern gets. So I think that the, [00:36:00] yeah, in short, I think, yeah, we need more people who are doing full time journalists work, because I think that in my opinion, To do news on the side or news as kind of like part of something else.</p>\n\n\n\n<p>There\'s always going to be a, well, how are they, how are you funding this? You know, like post status does it with like a membership, you know, I think that\'s a really cool way to like fund news, but, um, you know, if I\'m writing like an article for WP bus and it\'s a news article and it\'s like the best website management company is like, well, if I have WP boss, the number one company, like.</p>\n\n\n\n<p>Really news. Like, I don\'t think so. I think it goes back to what Sarah says sad about, you know, you had to put out the best stories that are the most important for people. Um, and I think traditionally news is really been about, you know, keeping [00:37:00] the it\'s about democracy. It\'s about keeping the, uh, keep giving us a educated.</p>\n\n\n\n<p>That\'s really the that\'s why we, we have journalism. I think so. Um, yeah, sorry. A little bit of tension, but there some thoughts,</p>\n\n\n\n<p><strong>David Bisset:</strong> that\'s fine. I, I, you know what, um, there are times in wish, you know, some people, you know, we\'d have a side gig and we say, wow, Could be paid to do this full-time and then there\'s I think sometimes I\'m like, I rather, I\'m very thankful this is a side gig.</p>\n\n\n\n<p>Um, because I don\'t think</p>\n\n\n\n<p><strong>Joe Howard:</strong> I could do I\'m sorry, I just want one quick thing. If any other thing, anybody else here, any other speakers like to think differently? Like I\'m super open to having conversation about this. Um, and I think the there\'s, there\'s always pros and there\'s always cons to whatever monetization you\'re doing or however you.</p>\n\n\n\n<p>Go about reporting news, for instance, like, you know, however you set yourself up as a business or as an entity or as like how you\'re reporting the news. They\'re always going to be pros. There\'s always going to be [00:38:00] cons. But I think that I, I think that we, the, the, as WordPress gets more, as more money comes into the WordPress community and open source community, like we need more full time.</p>\n\n\n\n<p>People who are dedicated to, uh, you know, democracy dies in darkness. Like we have to make sure we\'re keeping up with, uh, keeping shining light on every aspect of the WordPress community.</p>\n\n\n\n<p><strong>David Bisset:</strong> So when it comes to, so when it comes to news, is that something we would treat as kind of like a contribution or contributors?</p>\n\n\n\n<p>Is it, would it be possible for, you know, how the people, companies sponsor word sponsor contributors? Full-time. Would there be, let\'s pretend that a position exists for someone to be able to sponsor someone full-time to do the news or create content. Would that be a help or would that just be seen [00:39:00] as a, um, biased type of thing?</p>\n\n\n\n<p><strong>Joe Howard:</strong> I th I think this is a key question and I see Matt with his hand up and I I\'d be really interested to hear what Madison\'s. Yeah.</p>\n\n\n\n<p><strong>David Bisset:</strong> Yes. Unfortunately, he\'s, it\'s more than one finger this time. So let me, let me ask Matt here.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> Uh, so let me just restate that question. So the question is, if people are creating news, do you count that as a contribution to WordPress?</p>\n\n\n\n<p><strong>David Bisset:</strong> Yeah. Plus, or more, more in the bigger question would be if we need more full-time efforts into WordPress or full-time people or full-time positions or whatever, or more smaller time positions, is that something that accompany could sponsor just like someone can sponsor a full-time.</p>\n\n\n\n<p><strong>Matt Medeiros:</strong> Yeah. Uh, I\'m biased because I feel like 10 years of creating WordPress content is a healthy dose of contribution and from my point of view, um, so I think, yes, if you, if, if a company, a small company, a medium company, big company wants to sponsor somebody to do that, certainly.[00:40:00]</p>\n\n\n\n<p>Absolutely. And I would count it as a contribution to the greater, um, ecosystem of, of WordPress. And I think folks who follow me know that the more we are rallying around WordPress, the more adoption WordPress gets and support, et cetera, et cetera. So, yes, I, I look at that as a contribution just to like put it in and I\'ll wrap this answer up super quick.</p>\n\n\n\n<p>Cause Sarah has her hand up, um, you know, as. We are like the 1% of the 1%, the people who actually care about the inside baseball, the news of WordPress, the Watchers,</p>\n\n\n\n<p>like I\'m open to be challenged on that, but you know, I think more people care about the 50 new landscaping themes for 20, 22 than they care about some, you know, uh, analysis.</p>\n\n\n\n<p>On automatic or whatever the space is, as big as we make, we feel like it is it\'s really, really small. And in order for it to be properly funded, yes. You\'re always going to, [00:41:00] you\'re going to have to have some large institution or some company that does sponsor it. It will always be this question of, are you going to be biased?</p>\n\n\n\n<p>Uh, but you know, it\'s, it\'s totally. It\'s the trust that the journalist instills. And I think Sarah does a fantastic job with that. Uh, when look, my numbers are pretty public and I do talk about, I do talk about it in blog posts quite often, all you like. I sell my sponsorship through hu commerce store, and I have a membership that you can look at, buy me a coffee and see how many members I have the annual run rate for my sponsors.</p>\n\n\n\n<p>It\'s about $40,000 a year is what I make off of that. And then I just plow that back into, um, reinvesting into the company. And this is from a part-time thing. If people can. You know, live on that as a full time, then certainly these things are doable. Um, I think [00:42:00] there are companies that will support, you know, for more money, uh, and give somebody a healthy, uh, career out of it.</p>\n\n\n\n<p>And I think it\'s just up to the. The journalist or the blogger or the podcast, or who wants to step up and try to go and get that money and then have companies in the WordPress space that look at quality content, quality, journalism, and reporting, and want to support.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator logo is-style-default\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"h-transcript-part-2\">Transcript (Part 2)</h2>\n\n\n\n<h1>Episode 3 &#8211; Part Two</h1>\n\n\n\n<p>[00:00:00] <strong>David Bisset:</strong> Hello, welcome to post status comments, where we had our third episode state of WordPress news on Twitter spaces on November 19th, 2021. We had some great guests, including Matt from Matt report media, Joe Howard, from doughy P M R R. Forget from Gutenberg times, Sarah, from WP Tavern and Dan from post status.</p>\n\n\n\n<p>In fact, we had such an engaging conversation, including comments from the audience and pre recordings that it went about 90 minutes long. So we split it up into two equal audio parts. Before we go into this part. Now I want to thank a really great sponsor who really stepped it up and provided sponsorship for this entire episode.</p>\n\n\n\n<p>And that\'s WP. Now WP lookout, what that does is attracts plug-ins and the themes that your WordPress site uses and probably depends on it\'s especially useful for getting timely info on the plugins and theme versions, security updates, author changes. Mentions in the news and more, there\'s probably not a good way for you to keep track of all of that yourself.</p>\n\n\n\n<p>So WP lookout is an excellent tool, especially for important client sites that helps stay help you stay on top of things, especially for security updates. Plus it has great features, great customization. So you can be notified by email, slack, web hook, and RSS. So really great service. Chris is an awesome guy.</p>\n\n\n\n<p>Go check them out at post EDIS docs. Slash WP lookout. And here\'s our episode well said, uh, Sarah what\'s, what\'s your take and then we\'ll move on to the next, uh, question.</p>\n\n\n\n<p>[00:01:39] <strong>Sarah Gooding:</strong> Yeah, I think I just want to tag onto what, um, Matt was saying. It\'s really hard to do this without a contract, a conflict of. And I think I\'ve seen, you know, hosting companies try to do it where they\'ll have people writing like a, what they\'ll call a news magazine and they\'ll, they\'ll post, you know, tons of, of news and really good articles actually, um, that investigate different things.</p>\n\n\n\n<p>But then they\'re mixed in with like product updates or, you know, we\'re coming out with this new thing. And so it\'s, it\'s mixed. And you know, you, as the reader have to decide like how much of this is. Um, what I can trust and how much is this company trying to sell me something? So it\'s, it\'s really hard for a company like a hosting hosting companies have a ton of money.</p>\n\n\n\n<p>So it\'s, you know, it\'s tough to be able to have them be completely independent, where they are allowed to just go write whatever they want. You know, there would have to be some, we\'d have to have some kind of new, new way to do this. And it would be really interesting to see if something like that kind of.</p>\n\n\n\n<p>Um, because we do need more diverse voices. We need a lot, we need voices coming from different publications. And, um, I mean, I remember back in the day when post status, he used to write more news and there were times when I was like, why isn\'t, why isn\'t posting. Mentioning like what this company is doing.</p>\n\n\n\n<p>They\'re defrauding customers, or, you know, things like that. And I, and you realize that there are a lot of business relationships behind all of this. And at the same time, like some of these smaller publications, they\'re going to compromise their ability to stay afloat. If they, if they write news against, um, some of these people who are their partners are the people who, who fund what they\'re doing.</p>\n\n\n\n<p>Did they have a chance to keep making a positive impact long-term or are they going to burn, you know, 50% of their sponsors by publishing a story about, you know, corporate wrongdoing. So it\'s, it\'s really, it\'s a tough balance, you know, so you can have independent publications that are sponsored, but they, they have a tough road to walk.</p>\n\n\n\n<p>And then even with the Tavern, you know, we\'re constantly asked about the conflict of interest, uh, you know, being funded by Audrey capital. So. Um, yeah, everybody has a tough time and funding news as a, as an ancient problem. But I think, you know, maybe in the WordPress community, we could find some innovative way to tackle this where when you could get those independent people, those people who, I mean, it has to be people who love WordPress and who will write the truth and who, um, you know, at their core are wanting WordPress to succeed, but are able to discern what is this news or not.</p>\n\n\n\n<p>And, you know, finding those people and people who actually want write. Every single day. It\'s tough. You know, I\'ve had to look for them before, like when we got Justin, you know, this is a guy who can\'t be bought to say, you know, something positive or negative about anything that&#8230;</p>\n\n\n\n<p>[00:04:26] <strong>David Bisset:</strong> &#8230;isn\'t true. I tried at a WordCamp and wouldn\'t tell me good things about myself. I gave him money.</p>\n\n\n\n<p>[00:04:30] <strong>Sarah Gooding:</strong> So, you know, everyone, everyone who\'s doing it. They have a tough job.</p>\n\n\n\n<p>[00:04:36] <strong>David Bisset:</strong> Here\'s Ray here with her comment on that from, from the zip message. And then I\'m going to move on to another question here.</p>\n\n\n\n<p>[00:04:44] <strong>Rae Morey:</strong> I love this question because it\'s an easy one for me to answer no matter who sponsors the repository, I\'m going to write about them.</p>\n\n\n\n<p>Whether their activities are good or bad, um, Elementor as I\'ve just mentioned, they one of my sponsors and they\'re going to be in the next upcoming issue of the repository. Um, one of our current sponsors he\'s good at he pro I\'ve written about GoDaddy in the past when there was negative news story that didn\'t stop in sponsoring their pository.</p>\n\n\n\n<p>I think it\'s crucial that we hold companies to account for their actions, particularly large companies that are sponsoring newsletters. We need sponsorship to keep the lights running, but we need to be able to ride. Um, you know, write independently of our sponsors, views and opinions. And if we\'re going to produce meaningful news content, we shouldn\'t be afraid of, of losing sponsorship.</p>\n\n\n\n<p>Um, and that\'s something I make very clear to sponsors from the outset when they choose to sponsor the repository.</p>\n\n\n\n<p>I thought that was a pretty good comment. If it more or less what we were talking about. So here\'s a question and feel free to raise your hand, um, panel here for this, but I\'m going to start with Dan because I can put him on the spot.</p>\n\n\n\n<p>We want to know. From the news world, the people that report the news. And we asked you this before, um, to give you, give you time to think about it. What was the single biggest news story? So far of the year 2021 in WordPress. Um, and already we already went through what defines biggest influential, whatever, how you for you to find it.</p>\n\n\n\n<p>And, uh, and the, the game rule here is it needs to be a specific story and it can\'t be just. Acquisitions. So, um, Dan, if you\'re ready, I\'d love to hear, um, give it, tell us briefly what you think the, um, in your opinion, the biggest news story. Sure.</p>\n\n\n\n<p>[00:06:32] <strong>Dan Knauss:</strong> Um, yeah, we\'ve tossed this one around a bit. Um, I\'m going to kind of bend that question a little bit.</p>\n\n\n\n<p>I, I make a pretty hard distinction between news journalism. And then what we would say is analysis or trying to set a conversation is more of what we try to do at post status. So I, I, I kind of, uh, agree with some other things Rae said in what she contributed, that there\'s a lot, that\'s not being written.</p>\n\n\n\n<p>And probably the biggest story is as a, not just a news piece, but a story that gives some, some deeper analysis is, you know, maybe the big, uh, big picture on, on acquisitions, multiple acquisitions, what it means for a specific industry or. The community as a whole, um, that hasn\'t really been done. Um, I think Sarah\'s amp piece is probably probably the biggest, the significant piece of journalism, um, to come along.</p>\n\n\n\n<p>And that that\'s something that has a lot of implications and in, um, what we want to do with things like that is have, have a rich news and journalism ecosystem that\'s out there that. You know, David and I, and others that post status and things to chew on and, um, create the discussions that matter a little bit more reflective and slow.</p>\n\n\n\n<p>Um, as we\'ve posted status has really become more of a trade association at its heart, a membership community. Um, and I think people see. Think back to some old older days when, when there was, there was a bit of a journalistic quality to it. That\'s really rare for us to do at this point. So. Part think tank part, part association, um, with as many entry points now, as we can get to people who are at all different phases of their potential careers.</p>\n\n\n\n<p>So, uh, communal. Within the community, I guess</p>\n\n\n\n<p>[00:08:40] <strong>David Bisset:</strong> it was Matt. Oh, I\'m sorry. Were you done Dan? I\'m sorry. I\'m juggling three different stages. Was there a single news story that you thought was likely could be a contender for the biggest, um, WordPress story related story of 2021 so far?</p>\n\n\n\n<p>[00:08:54] <strong>Matt Medeiros:</strong> Uh, I\'m going to give you an interesting answer. But before I do, while I have an audience, I have to say that there\'s, I have a massive amount of imposter syndrome sitting alongside of Sarah. When you talk to journalists and quality of content and things like the amp story. I mean, people who are in the audience listening to this, you should just give her a round of applause with the emoji, uh, emoji icon thing in the</p>\n\n\n\n<p>[00:09:19] <strong>David Bisset:</strong> Twitter space .It might be hard to do the UI on this thing is nuts. But go ahead. Yeah.</p>\n\n\n\n<p>[00:09:25] <strong>Matt Medeiros:</strong> Um, so anyway, You know, I\'m old enough to remember when Andrew Neeson was the biggest WordPress celebrity in the space and what I\'ve witnessed over the last decade or so, or more at this point is that, um, a lot of celebrities that come and go and I think.</p>\n\n\n\n<p>With all of the acquisitions, the results of all of the acquisitions. I think the biggest story that\'s actually being written right now are all of, and I don\'t want to use the word celebrities, but all of the next round of leaders in this space, uh, whether or not they\'re writing code, writing a blog post, doing a podcast, uh, training people contributing, uh, volunteering at word camps when they come back.</p>\n\n\n\n<p>I think we\'re going to see a whole new wave of awesome WordPress leadership, um, coming out of all of the. You know, 20, 20, 20, 21, uh, acquisitions and just people, you know, bobbing and weaving out of the space for one reason or the other. So for me, it\'s the unwritten story. If I can cheat and use that really everybody\'s doing that.</p>\n\n\n\n<p>I can\'t get a straight answer out of anybody, but that\'s fine. That\'s, that\'s how these things go. And, you know, we submitted my resignation later. Um, we\'re good. What\'s let\'s see if we can. Third. Time\'s the charm. What\'s, what\'s the biggest, but oh, by the way, this is all legit, by the way. And I\'d rather have this than.</p>\n\n\n\n<p>And pulling a URL out of, of some Mondays I\'m rear end here, but I forget what is the single biggest news story? I\'ll ask you the same question of 2021.</p>\n\n\n\n<p>[00:11:01] <strong>Birgit Pauli-Haack:</strong> Well, I have two stories. I\'m sorry,</p>\n\n\n\n<p>[00:11:07] <strong>David Bisset:</strong> real quick. Now, if you\'ve got two you\'ve got to give them out real quick. Go ahead.</p>\n\n\n\n<p>[00:11:12] <strong>Birgit Pauli-Haack:</strong> So, um, WP engine did a study on the economic impact of her press and it\'s 509 5. 196 or something billion dollars. That is really big. Um, what I was missing on that story was how much of that money goes to hosting companies.</p>\n\n\n\n<p>Um, but that\'s just a side effect of that. It\'s a really big, um, economic issue. And the second story, I think, um, it\'s, it\'s just totally self-serving, but I think having developer advocates for the WordPress open source project, going out in the community and helping developers and seeing developers and agency developers to, um, to get to wrap their head around Gutenberg, JavaScript.</p>\n\n\n\n<p>Step over them, the hurdle to, I hate JavaScript too. Maybe I can work with it. Um, is, um, certainly for the impact that it will have on, um, the, uh, WordPress contributors might be, um, a good story too.</p>\n\n\n\n<p>Okay. It was that both of them or is that one? Because my counting abilities ain\'t so good. These days. I was too.</p>\n\n\n\n<p>Just making sure. No that\'s boom, boom, bang, bang, bang. All right. So listen, um, what I want to do now is I\'m going to take a real quick pause here. And we were talking about sponsors a minute ago and just so happens. We have one for this podcast, and then I\'m going to, I\'m going to share that with you, but speakers and audience too.</p>\n\n\n\n<p>Um, I would like to take the last part of this conversation into, I think, what is, uh, Could be an elephant in the room. That\'s kinda broken out a little bit. Um, the topic of acquisitions. Um, we have a question from one of our audience member or one of our zip message members, and we want to get everybody\'s take on the acquisition space that seems to have consumed most of the, a lot of oxygen in the news space.</p>\n\n\n\n<p>Uh, this year. Um, first of all, though, I do want to thank though, um, WP lookout. Um, it\'s got a nice little tower as a logo. It\'s pretty, it\'s pretty nice. It actually tracks plugins and themes. So if you, uh, it\'ll actually was launched in August, 2020. Okay. It was providing a goal. It still is. It still is. It\'s present tense.</p>\n\n\n\n<p>It\'s providing WordPress users with a better way to stay informed about what\'s happening with their WordPress sites. So if you need plugins or if you need notification sent to you by email slack, RSS, a carrier pigeon could be something on here. I\'m very certain that if you want to know about security updates and everything happened to your website, check them out at WP lookout.</p>\n\n\n\n<p>I\'d actually like the tower to creme reminds me of, um, the forest lookout towers, which is probably what it\'s supposed to be. But anyway, let\'s talk last, last chapter here. Let\'s talk about acquisitions and Kim Coleman actually sent this real quick question in, and I want those who have a take, uh, feel free to share it here.</p>\n\n\n\n<p>[00:14:13] <strong>Kim Coleman:</strong> Hey everyone. I\'m Kim Coleman from paid memberships pro I just wanted to get everyone\'s perspective on what the benefits and downsides the users of our WordPress plugins will experience with all the acquisitions we\'re seeing in this space. Thanks so much.</p>\n\n\n\n<p>[00:14:27] <strong>David Bisset:</strong> That is the most loaded question. I think I\'ve ever put into a part, so we could go, this could be its own pockets in of itself.</p>\n\n\n\n<p>So let\'s just focus from a news from a news. Perspective someone who reports on the news and seeds, it sees, uh, uh, various size of landscape. What are your thoughts on how the WordPress acquisitions may be affecting? I think she said users of plugins or developers of plugins. I can play this again if we need to.</p>\n\n\n\n<p>It\'s only 15 seconds. Um, in fact, maybe you want me to re repeat the question? Let\'s repeat it one more time. Actually, I\'m getting, uh, somebody didn\'t hear it. Hold on one sec. Just do it one more time. Hey everyone. I\'m Kim Coleman from paid memberships pro I just wanted to get everyone\'s perspective on what the benefits and downsides the users of our WordPress plugins will experience with all the acquisitions we\'re seeing in this space.</p>\n\n\n\n<p>So users and developers. So I, you know, me personally, um, short term for a lot of these acquisitions, it seems like nothing much is changing, but maybe. Maybe that\'s just me or I\'m not looking far ahead enough, Matt, what are you? What\'s your take on that? Well,</p>\n\n\n\n<p>[00:15:40] <strong>Matt Medeiros:</strong> I\'ll take the easy answer before anybody else snags it for me.</p>\n\n\n\n<p>[00:15:43] <strong>David Bisset:</strong> This is how you play monopoly. But</p>\n\n\n\n<p>[00:15:45] <strong>Matt Medeiros:</strong> the, uh, you know, I think look at the end of the day, that means that the users are going to get hopefully stronger, better, uh, options and less of them hold that thought they don\'t have to hold it. Yeah, they don\'t have to decide between a dozen forms or a dozen SEO plugins.</p>\n\n\n\n<p>And they can just see some from brands that they like, they can get an all-inclusive turn-key solution and there, they don\'t have to search around anymore. They\'ve got it. They figured it out. They got one easy tool to use, uh, flips. They have less choices and that\'s the beauty, or has been the beauty of WordPress is that so many of us have been able to make a, go at earning an income and creating products and serving a set of customers for so many years.</p>\n\n\n\n<p>And, uh, it\'s been quite fun, but now we\'ll see that it\'s going to be a lot more challenging to stand out. And then as soon as you start to stand up, Uh, liquid web might knock on your door and ask about you, but, you know, it\'s,</p>\n\n\n\n<p>[00:16:52] <strong>David Bisset:</strong> it\'s, she tutored two men to, to credit of that act. I\'ve heard you on Twitter, say many times I\'m looking to be acquired and I\'m assuming it means your business and not your personal self, but I\'m taking it to that mean that way I actually want to touch on the less choice thing, maybe in a second of anyone else as a comment on that, rainbow has a final comment here on this subject as well.</p>\n\n\n\n<p>And I wanted to sneak this in before I got any more feedback. Um, let\'s see. oh, wait a minute. I think. Well, yes.</p>\n\n\n\n<p>[00:17:24] <strong>Rae Morey:</strong> I tend to think there\'s not one standout story. So much as one standout theme when it comes to influential news story of the year and that\'s gotta be acquisitions. It seems there\'s an acquisition acquisition every week. Um, as big as companies like Yoast and Paisley that have been around since the early days of being acquired, both of which were.</p>\n\n\n\n<p>Incredibly surprising you stories this year. Certainly changing the way we think about WordPress because it\'s no longer simply play open source project run by community of individuals and small businesses. So much as a it\'s project supported now by corporate interests.</p>\n\n\n\n<p>That is an interesting take.</p>\n\n\n\n<p>And Joe, you put up a hundred up there. Did you have.</p>\n\n\n\n<p>[00:18:10] <strong>Joe Howard:</strong> I think Ray and I share, uh, some opinions on this. Um,</p>\n\n\n\n<p>[00:18:16] <strong>David Bisset:</strong> oh, it\'s okay. You don\'t shine for another podcast, but yeah, it\'s, I\'ve generally speaking from a, from a news reporter standpoint. Do you, um, how much of that do you gel with? And gel is a technical.</p>\n\n\n\n<p>[00:18:29] <strong>Joe Howard:</strong> Ah, well, I don\'t really even consider myself a news person, someone who produces news more based, but I would agree with Ray.</p>\n\n\n\n<p>Um, I think the shift is happening from being a true open source, um, community environment that we have to, I mean, if you look at the acquisition space, the people making acquisitions, you know, What three or four main organizations that are, that are making most of these acquisitions, um, and full transparency.</p>\n\n\n\n<p>WP boss has an acquisition arm as well as discount myself from this. Yeah. Hey, there you go. Transparency. But, uh, but I believe. And Matt, what Matt was saying was really important because that choice of that people have is slowly going away because these corporations are saying, oh, don\'t go out and look for the plugins you want, like, just use ours.</p>\n\n\n\n<p>And I think like today that doesn\'t have as big of an effect because the open source economy is still strong, but over time, you know, if we\'re not careful, You know, every, you know, everybody\'s going to be owned by five companies, you know? And then what choice do you really have? You know, who\'s really happy with like, you know, Comcast, you know, TV deal.</p>\n\n\n\n<p>That\'s totally, they\'re paying way too much for, or, you know, the, these huge companies that, you know, you have to buy from them because they have monopolies over things. I mean, this is how it starts. Uh, so I think longterm, this is, uh, what we have to, what is open source? What is it really going to be in 10 years?</p>\n\n\n\n<p>Is it going to be the same as it was 10 years? Um, I don\'t think so. And I think for, in some cases there\'ll be some improvements, you know, but I think in some cases, how</p>\n\n\n\n<p>[00:20:33] <strong>David Bisset:</strong> do you, how do you think that fits into the people that we have here speaking today about their, their, their dedication to reporting news in terms of, if it is going to be, if there is a consolidation, does that put more importance on trying to find the independent developer or plugin and.</p>\n\n\n\n<p>Or do you think that the pressure is on to kind of go with the flow in terms of, um, reporting from the bigger companies? I mean, where do you, where do you rank the efforts in terms of, do you, do you go, do you kind of fight against the grain that\'s taking what you said into account, or how do you go about finding independent people of that is what you see the future to be.</p>\n\n\n\n<p>That is for you. If you want to answer it otherwise I can just dump it on myself.</p>\n\n\n\n<p>[00:21:28] <strong>Joe Howard:</strong> Well, I\'ll just make a quick answer, cause I don\'t want to monopolize time too much, but the. I think we need more hard hitting news pieces, uh, in general. And that\'s not to say that I don\'t feel like the panel here does an excellent job, but a lot of that, I think we get a lot of good stories, but like I said before, like I would love if Tavern had like 10 people, you know, and I would love if they were, you know, I want more.</p>\n\n\n\n<p>Of the hard hitting stories. Like I haven\'t heard a story about, you know, there\'s like an acquire out there. That\'s like own, like they\'ve acquired a bunch of plugins and they are owned by, uh, a big, big investment firm and the what drives them at the end of the day, in my opinion, I would say is, is profits.</p>\n\n\n\n<p>And that\'s. But I haven\'t seen that story written out there. So I\'m not going to specifically name names there, but I, but I think there\'s room for a lot more storytelling in the WordPress community, both what you said, uh, about bringing smaller shocks to light, bringing smaller companies to light. Uh, but also, um, we need to be.</p>\n\n\n\n<p>We need to be hard on these big, big entities. You know, a lot of whom are sponsoring events. And again, I, I\'m not discounting myself in this either. You know, we had the WMR summit, we had sponsorship by some big companies as well. Um, and I\'ve thought a lot about that. And I really questioning whether I want to even accept sponsorships again next year, because part of me, I just, it doesn\'t feel like the right way.</p>\n\n\n\n<p>Separate yourself from these big entities taking their money. It\'s, it\'s a, it\'s a hard conversation. I\'m not saying I\'m right in that.</p>\n\n\n\n<p>[00:23:14] <strong>David Bisset:</strong> I\'m just saying you\'re describing is awkward. Not this, not your current conversation is awkward. I mean, the subject is awkward. Um, I, I,</p>\n\n\n\n<p>[00:23:21] <strong>Joe Howard:</strong> but that\'s exactly why we need journalists in more journalists to help out, to have more of these awkward conversations because the awkward conversations and the hard conversations and the challenging conversations are always.</p>\n\n\n\n<p>The ones you have to have, you must have in order to move conversations forward. And in order to, to, to shed light where it needs to be shed in order to, you know, make the WordPress community what we want to be, or else it\'ll turn into what prophet wants it to be. I don\'t think anybody wants that.</p>\n\n\n\n<p>[00:23:53] <strong>David Bisset:</strong> I can tell you from a personal experiences, not as much as a, a news person, but as a WordCamp organizers sometimes. Um, and as somebody who blogs and tweets about stuff, And this is small time. This is small potatoes, right? But you have a sponsor. We actually had this happen one time. Somebody has a sponsor. They\'re big time sponsor. You\'re thanking them. And even though they\'re going through the foundation a little bit, um, some sponsors obviously are making a choice in many situations to sponsor your event.</p>\n\n\n\n<p>You\'re very happy you get money, but then their company. Does something I don\'t know, awkward, or it was a blunder or something. And like right before the work camp, it gets out in the news. And as somebody who likes to tweet a lot or someone who likes to like keep people informed, sometimes I give pause in terms of, am I going to have to somehow subconsciously make an apology to the, somebody at the work camp?</p>\n\n\n\n<p>Cause I\'m, cause I\'m a member of the community here, but I\'m also a work camp organizer here and. It\'s like, I like, that\'s why I\'ve picked the word awkward. Um, cause it kind of is, and I\'m not sure if that\'s something that I would like to feel all the time. I\'m not sure if that\'s something I can, I can get over.</p>\n\n\n\n<p>Um, Dan, what is your feeling as we wrap up, wrap up this discussion here, what is your, um, feelings on the impact of acquisitions on the news space?</p>\n\n\n\n<p>[00:25:15] <strong>Dan Knauss:</strong> Well, yes, I\'ve been thinking a lot about that as we kind of digest, you know, what the — what are the big questions we should be asking? In the wake of big M and A stories. We do need people doing the journalism and news reporting side to give us the stuff that David curates and work through editorially and have discussions, bring on guests and talk about the issues of the day.</p>\n\n\n\n<p>Post Status traditionally has been very developer oriented. I\'m glad we\'ve really broadened and grown to cover really pretty much every aspect of every career and field in the WordPress space. But as Pippin Williamson told [Post Status Publisher] Corey [Miller] on his exit and referred to another conversation, I think it was Kinsta\'s podcast with Austin Ginter, that we should be concerned about big consolidation under hosting companies that are going to build their own beautifully smooth platforms for storefronts, for LMS, for vanilla WordPress. You know, making things work in a way that\'s very hard to do if you\'re integrating a lot of different plugins together, say an LMS or a membership site or something like that.</p>\n\n\n\n<p>If you have some of the big players really offer an outstanding WordPress experience, but it\'s branded (with their brand) and unique, is that really WordPress anymore? What are the implications for confusion there and I\'m interested in, how does that look when you have a corporate interest and competition? How well do you play with developers from the other team?</p>\n\n\n\n<p>You know, which APIs get documented well, and you know, how much sharing and cooperation then really happens between these potentially more sectioned off parts of what is supposed to be a single ecosystem. So that <em>untold</em> story is one that, I think is a series of questions and conversations we all need to look at. </p>\n\n\n\n<p>[00:27:25] <strong>David Bisset:</strong> Okay.</p>\n\n\n\n<p>[00:27:26] <strong>Dan Knauss:</strong> I think Sarah has, has a, a comment here too, and oh yeah. Don\'t forget. Daniel Schutzsmith in there too. How can, how can a, the community support all the many different things we do?</p>\n\n\n\n<p>[00:27:39] <strong>David Bisset:</strong> Yeah. There\'s we could go on for, for a very long time here. We\'re technically, we\'re a little bit over. What I want to do is I want to, um, Travis has requested, uh, from the audience has I\'m Travis.</p>\n\n\n\n<p>I\'m really hoping it\'s brief not to put you on the spot, buddy, but I\'m running already running over. And my wife\'s wondering why I\'m not picking up the kids from school. Um, so, um, I\'ll let Travis on, in a second and then we\'re going to do a round room. A little bit, um, or at least, uh, everybody here has one minute to, um, summarize anything they would like to discuss.</p>\n\n\n\n<p>Whether it\'s like, where do you see WordPress in the short term or longterm or how people can help the media community? Um, something like that, but whoops. Oh Travis, where\'d you go? Oh, I guess maybe he was I\'m S I feel bad now. I\'m so sorry. I\'m so sorry. Maybe he\'ll maybe was it? Oh, Oh, God, the rollercoaster here is killing me.</p>\n\n\n\n<p>I\'m sorry. Hey, I\'m here. I appreciate you. No problem. I\'m sorry to say, to make a brief, but I don\'t have much of a choice. My kids are going to wonder why I\'m not picking them up. Okay, go ahead buddy. Go ahead.</p>\n\n\n\n<p>[00:28:45] <strong>Travis King:</strong> It was a quick comment to what Joe was speaking on about the corporations that are trying to figure out how are we, you know, do we feel okay taking, you know, the, the, the investments and doing sponsorships and just one thought on that idea was just rethink sponsor.</p>\n\n\n\n<p>Because I\'m someone that\'s in the community. I run media platforms, I host multiple podcasts. And the biggest thing that individual hosts and community builders struggle with is finding a thousand dollars to run an event. And corporations are putting 50,000 and for one sponsorship, we put their logo on the front to blast everything. What have you broke that up into 50 small micro things and distributed to solo preneurs.</p>\n\n\n\n<p>[00:29:30] <strong>David Bisset:</strong> No. Okay. Could you do me a favor? I\'m going to take that. And I\'m going to, I\'m going to follow up with you on that on Twitter or post-test or wherever it is you live, because I would love to have another discussion about sponsorships in general.</p>\n\n\n\n<p>Um, but yeah, that\'s a very good, it\'s a really good point. And I think Joe and Sarah and all the little emojis are lighting up after that. So really appreciate your comment on that, Travis. Very much. And I\'m not just saying that because I\'m wondering where my kids wondering where. Um, but yes, we\'ll also, we\'ll also include your Twitter handle and the post status notes.</p>\n\n\n\n<p>If you don\'t mind, that would be great. Okay. So let\'s go around the, uh, so-called virtual table here. One last time. Um, you got a minute or two on whatever it is you want to comment on. Um, we\'re good. Let\'s start with you. Am I, are you good to go?</p>\n\n\n\n<p>[00:30:18] <strong>Birgit Pauli-Haack:</strong> I\'m good to go. Sure. Um, I see a short term, um, hard time in veterans because of the transition, um, between the classic and the Gutenberg.</p>\n\n\n\n<p>And that\'s going to be for another two or three years, um, until everything is kind of settled. And, um, the new things is actually on par with. The other thing, but I also see in longterm that they will, uh, so much more creativity come into the space because the scenes, um, is now, uh, for designers, let things be themes and make it beautiful, make them, uh, right.</p>\n\n\n\n<p>Um, in the short term, it, we need to really alleviate all the pain that comes with change. And as it comes with learning new things, and that\'s the hardest thing you can do in a space like this.</p>\n\n\n\n<p>[00:31:09] <strong>David Bisset:</strong> Put that on a stone tablet hanging up on my wall. Cause I think that was for very well put, um, Joe, you want to bounce back to you? Um, you said, um, what you, you had a broad, you, we covered a few different things here, but in your particular space that you cover, what do you see the short term in terms of, um, businesses and then.</p>\n\n\n\n<p>You know, Sass or whatever it is you want to talk about in that space for like what, the stuff that you usually cover on podcasts. If somebody asks you, what do you see the shorter longterm of WordPress in your space?</p>\n\n\n\n<p>[00:31:45] <strong>Joe Howard:</strong> I think that the. Focus on running a good and competent business is never something that will get old, uh, or never something that will go out of style. Um, you know, focusing on building a good product, uh, focusing on subscription revenue, focus on, uh, getting feedback from users, making users happy and building something that users are actually.</p>\n\n\n\n<p>Actively willing to pay for, you know, all these basic things. I think the, I think at the end of the day, you know, we could talk a lot about the future of the WordPress system and WordPress economy, but, um, uh, in terms of the, uh, uh, short term, uh, for folks doing that, uh, I think just keep doing good work.</p>\n\n\n\n<p>Uh, and in terms of the, uh, folks doing news out there, People have already, you know, folks have already commended the folks on this panel for doing news, but I would like to commend them again for all the great news that they do. Uh, and I think that we should continue to find ways to get them more support, more resources.</p>\n\n\n\n<p>Uh, you know, we have five for the future. Uh, why don\'t we have five for. The news. It\'s not a very good catch line go. So there\'s definitely some, I think there are ways we can do more crowdsourcing or, you know, have everybody keep be providing the folks who are already doing good work to do more good work and to support other folks who want to. Do we want full-time journalists doing this? Uh, like, you know, I want Matt to be able to go full-time on mat report.</p>\n\n\n\n<p>If he, or, you know, uh, 15 his show, if he were to choose to want to do that. Um, Post status folks. I don\'t know if everybody at post-test is full-time, everybody should be able to go full time. Like, what do we need to do to get there that, uh, I see some, some, a hundred emojis coming up, so hopefully that people, but that should be the direction I think we should.</p>\n\n\n\n<p>[00:33:42] <strong>David Bisset:</strong> Yes. Well, yeah, that\'s fantastic. And just to be clear, I just want to make sure this was put on the record too. Um, Ray was, was kind enough to send a video. Uh, there were probably a couple of things that she said I wasn\'t able to work into here, but there are so many. Other people in the WordPress news space, outside of the people in this.</p>\n\n\n\n<p>And it was just it. And especially on, in other time zones, they couldn\'t, they couldn\'t make it for logistics reasons or we were, we could only invite so many people into this conversation and maybe we\'ll have another conversation in the future for those maybe who specialize in podcasting and newsletters, that sort of thing for similar topics because you know, general news and then there\'s newsletters.</p>\n\n\n\n<p>And then there\'s podcasting. There could be different ways to explore that, but I wanted, I wanted to make sure to thank everyone who covers WordPress news out there. Not just the people in this room, um, who are mostly also podcasters as well. So some of these people have great voices that I, that I know of anyway, but I would love to hear more voices, Dan, real quick here.</p>\n\n\n\n<p>What is your, um, last take?</p>\n\n\n\n<p>[00:34:45] <strong>Dan Knauss:</strong> Um, I would say in, uh, you know, looking where do I, where do I see WordPress, in the big picture, short and long term, it\'s obviously we\'re, you know, something Brian Krogsgard predicted a while back, you know, period of intense consolidation and growth, but it\'s a big question of growth for whom and who, you know, how that pie gets gets cut up.</p>\n\n\n\n<p>So there\'s a lot of anxiety about fragmentation — those left behind after the big fish scoop up a lot of established brands — and, and as you know, small even mid-sized and I would consider fairly large operations. They\'re wondering how do you, how do you compete? Is this the still the WordPress ecosystem we knew? Well no, it\'s always changing. So, as people exit, um, you know, that\'s been a question, a lot: opportunities and threats. I think those are the kind of questions that need to be asked on the business reporting side, and we need, we do need this kind of rich journalistic and news market and the ability to have these kinds of conversations and let the community feel that they have, they have some say in things. That\'s not exactly a prediction about the future for WordPress — it\'s where we are and what\'s needed now, to move forward. I will predict there\'s going to be a lot of further professionalization and WordPress companies needing to help create the kind of hires they need.</p>\n\n\n\n<p>Um, you know, we\'ve been trying to support that with our Get Hired project. How do you create a pipeline to employers and how does the community change and, and still feel like it\'s it\'s itself. Um, I guess I have more, uh, more questions really then I would, I would make predictions. I think you get a lot of both. In the e-commerce space, it\'s an easy prediction that big platforms, that hosting platforms will take an ever larger role.</p>\n\n\n\n<p>But then you get these little startups, you know, or old timers like with Lemon Squeezy coming, coming out. I\'m very interested in that. A little, disruptive, nimble play that can still possibly run circles around big established players, beating them on performance issues, by providing an alternative to platforms that you\'re locked into and make digital downloads really easy perhaps. Easier than ever. Um, that\'s, that\'s really an interesting play there. So I think there\'s always risks and opportunities. And we just need to keep, keep talking about it — as a space where anyone can get in and do great things.</p>\n\n\n\n<p>[00:36:59] <strong>David Bisset:</strong> Um, as things change, um, Matt, you, did you want to respond to Daniel\'s question in your wrap-up or was it, or did you want it.</p>\n\n\n\n<p>[00:37:07] <strong>Matt Medeiros:</strong> Yeah, no, just two super quick things to wrap up.</p>\n\n\n\n<p>Um, I just want to respond to Travis who popped on super quick. He has a fantastic idea of, uh, the industry supporting what I\'ll call micro creators or smaller creators. Maybe people who don\'t have a complete platform yet. Um, I am. To be able to sell my sponsorship spots pretty quickly and fairly painlessly.</p>\n\n\n\n<p>And I\'ve done something called a content bounty at the WP minute where I\'ve run two successful campaigns so far taking that same exact model that Travis is looking to do. Whereas if somebody wants to create a piece of content and get paid for it, I go out and grab a sponsor. For the last two, which was Paul Lacey and Michelle for chef have both earned $200 each to write their blog post.</p>\n\n\n\n<p>And I\'m happy to have that conversation for anyone, with anyone who wants to start, uh, as a small creator and get paid, uh, because I have the contacts and I know that we can get a smaller creators paint, uh, in this space. And</p>\n\n\n\n<p>[00:38:07] <strong>David Bisset:</strong> Daniel\'s question real quick. And then you can give you a quick answer. Cause he\'s the only one that hasn\'t gotten the audio.</p>\n\n\n\n<p>[00:38:12] <strong>Daniel Schutzsmith:</strong> Covering the news, uh, can be a thankless job. I think, uh, in a industry like ours, that\'s a niche. It might be even more stressful sometimes. Uh, so I wonder, you know, how can the community help you, uh, be successful? What can we do to lift you up or to help you get to the next level of where you want to take your publications?</p>\n\n\n\n<p>[00:38:33] <strong>David Bisset:</strong> Okay, Matt, what\'s your response?</p>\n\n\n\n<p>[00:38:35] <strong>Matt Medeiros:</strong> I hit the retweet button, smash the like button, subscribe to the channel. That\'s how the support, uh, to the content creators, give them, you know, real, uh, effective feedback, share their content, support, the voices that, uh, that you admire in the WordPress space are the ones that should be heard for sure.</p>\n\n\n\n<p>Um, reach out if you\'re a company, a freelancer building something awesome. Reach out with a good solid pitch. Let us know why we should cover your. And, uh, be more communicative, more communicative on that side and just support us by sharing the news.</p>\n\n\n\n<p>Oh, okay. Sarah, let\'s end with you on, on, on your one or two minute.</p>\n\n\n\n<p>Take on anything you want to bring up.</p>\n\n\n\n<p>[00:39:17] <strong>Sarah Gooding:</strong> I think I\'ll answer the question. Where do you see work rests in the short and the long-term workers is going through a transitional time right now with full site editing. There\'s so many moving parts. Um, that have to be brought together all at the same time, sometimes with deadlines.</p>\n\n\n\n<p>Um, I think the experience of full site editing is going to be a little bit rough at first and people making WordPress. Like themes and plugins are gonna need to stay really connected to what\'s happening with the project because it\'s changing so fast and all the time, um, they might need to be ready to ride the rapids for the short term.</p>\n\n\n\n<p>Um, speaking from the heart though, I think we need to really be there for each other and help each other succeed during this transitional time. But, um, as far as core development goes, WordPress, executive director, Josepha, Haden, she has her own podcast. Um, so he gives me a lot of hope for WordPress future because she.</p>\n\n\n\n<p>Gracefully handling challenges and improving communication significantly across the board for the open source project, with a positive resilient kind of vibe that just tasks kids down to everybody under her leadership. So I think that even though we\'re going to have a lot of community challenges coming up with transitioning into full site editing, I think we have some good leadership that is going to provide transparent communication, which, um, is going to be a huge improvement for.</p>\n\n\n\n<p>From previous years where I think a lot of us felt like we might\'ve been in the dark or not sure what kinds of things are going to be happening next. Um, I think we\'re in a good space right now.</p>\n\n\n\n<p>[00:40:51] <strong>David Bisset:</strong> Oh, actually we\'re in Twitter spaces, but yeah, I get your point. Okay. Well think, well that, and, and on that note, I, let me, excuse me, I\'m going to punch slack in a second.</p>\n\n\n\n<p>Okay. There we go. And on that. Uh, thank you very much for, um, coming today. I think this was a good, um, I learned a little bit more about how you all kind of view the WordPress news space a bit and what the challenges are and what would be helpful for everybody. So I\'m looking forward to the feedback that we\'re going to get on this, and maybe we\'ll talk again.</p>\n\n\n\n<p>Maybe we\'ll talk again on this same subject, maybe in a year with different people, um, different things to talk about. Um, maybe I\'ll be acquired and won\'t be able to talk about that, but who knows? I want to thank everybody here. I want to thank Dan. I want to think. Forget Sarah, Matt, and Joe, for, for being good sports and donating this large amount of their time.</p>\n\n\n\n<p>Um, to have this discussion. I want to thank everybody here as well. Like I said, this is going to be, um, swimming, the recordings when success. Thumbs up there. Um, this will be available, um, on post dennis.com and also we are giving a copy or not giving. I mean, everyone will be able to share this throughout their news platforms because that kind of makes sense.</p>\n\n\n\n<p>Um, thank you very much. And we\'ll look forward to, um, talking with you all again, have a good one.</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, 02 Dec 2021 06:31:39 +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:12:\"David 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: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:67:\"WPTavern: WordPress 5.9 Beta 1 Released with Detailed Testing Guide\";s: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=126311\";s: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:179:\"https://wptavern.com/wordpress-5-9-beta-1-released-with-detailed-testing-guide?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-beta-1-released-with-detailed-testing-guide\";s: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:2530:\"<p><a href=\"https://wordpress.org/news/2021/11/wordpress-5-9-beta-1/\">WordPress 5.9 beta 1</a> is now available for testing. With just eight weeks remaining until the official release lands, the team is focusing on testing, an important part of the development process that will keep 5.9 on track.</p>\n\n\n\n<p>Due to the great many interconnected parts of full-site editing (FSE) that will make their debut in 5.9, contributors are organizing a more coordinated testing effort and have prepared <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">a detailed guide</a>. It includes testing instructions for all the major features in the next release, including the template editor workflow, new theme blocks (focusing on the new Navigation Block), list view, expanded block design tools, the Gallery block refactor, Block Pattern explorer, and more general core updates.</p>\n\n\n\n<p>If this is the first time you&rsquo;re dipping your toes in the the new FSE features, you may be wondering what it&rsquo;s supposed to look like. Anne McCarthy, who is co-leading testing for the release, has published several videos demonstrating the new features over the past few months. The video below is all about the new Navigation Block and another recent one <a href=\"https://www.youtube.com/watch?v=r59aR1tmY6k\">explores block theme flows, styling, the patterns explorer</a>, and more. Sometimes it&rsquo;s easier to get started testing if you see it working in a video first. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Version 5.9 will also introduce WordPress&rsquo; first block-based default theme, Twenty Twenty-Two. Testing the theme is as easy as activating it from the Themes screen after installing 5.9 beta 1, as outlined in the testing guide:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>You can test the theme by installing the Beta and activating Twenty Twenty-Two from Appearance &gt; Themes. To report issues with the theme,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/twentytwentytwo/issues\" target=\"_blank\">you can do so here</a>.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Just a handful of <a href=\"https://github.com/WordPress/gutenberg/issues/36556\">pending issues and blockers</a> remain for 5.9, but the release already contains 580 enhancements and nearly 450 bug fixes. More beta releases are planned for December, followed by RC 1 on January 4, 2022. WordPress 5.9 is still on track to be released on January 25.</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, 02 Dec 2021 04:00:11 +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: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:65:\"WPTavern: One Month Left To Take the 2021 WordPress Annual Survey\";s: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=126326\";s: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:175:\"https://wptavern.com/one-month-left-to-take-the-2021-wordpress-annual-survey?utm_source=rss&utm_medium=rss&utm_campaign=one-month-left-to-take-the-2021-wordpress-annual-survey\";s: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:6317:\"<p class=\"has-drop-cap\">Last month, Josepha Haden Chomphosy <a href=\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\">announced the annual WordPress survey</a>. If you have not gotten around to participating, it is still open for the rest of 2021, leaving everyone another 30 days to answer.</p>\n\n\n\n<p>The survey is relatively short. I finished it in 16 minutes, but I also took screenshots in case I needed to loop back to anything. There is also an optional WordPress contributors survey at the end, which took another 10 minutes to complete. However, it has more open-ended questions and could take much longer to complete for those with a lot of feedback.</p>\n\n\n\n<p>The annual survey is available in the following six languages, but more may be considered for 2022:</p>\n\n\n\n<ul><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\">English</a></li><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-french\">French</a></li><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-german\">German</a></li><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-japanese\">Japanese</a></li><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-russian\">Russian</a></li><li><a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-spanish\">Spanish</a></li></ul>\n\n\n\n<p>In the announcement, Haden Chomphosy stressed the importance of participating for WordPress users and professionals:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Key takeaways and trends that emerge from this survey often find their way into the annual State of the Word address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress Project.</p><p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors&rsquo; experiences.&rdquo;</p></blockquote>\n\n\n\n<p>Haden Chomphosy also announced that next year&rsquo;s survey would take on a new format. She did not reveal any information outside of saying the included segments and questions would be included in that format change. That is still a year out, so we will have to wait and see what it looks like.</p>\n\n\n\n<p>I would welcome some changes for what feels like the same-old-same-old survey that I have responded to in much the same way. My professional usage of WordPress has changed in the last two years, so I can now answer some questions from a different perspective. But, part of me feels like I am not adding as much value as newer voices.</p>\n\n\n\n<p>One of the changes I would like to see is a separation of the annual and contributor surveys. By the time I finished the first, I had mostly lost interest in the second. It would be easier to come back to the contributor survey with a fresh mind at a different time.</p>\n\n\n\n<p>Haden Chomphosy also linked to a <a href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\">164-page PDF of the 2020 survey results</a>. It includes breakdowns and insights into the data.</p>\n\n\n\n<p>After a poor showing for the 2019 survey results, 2020 had nearly triple the respondents and was the highest since 2015. Here is a look at the last six years, excluding 2018, of completed surveys:</p>\n\n\n\n<ul><li><strong>2015</strong> &ndash; 45,995</li><li><strong>2016</strong> &ndash; 15,585</li><li><strong>2017</strong> &ndash; 16,245</li><li><strong>2019</strong> &ndash; 6,203</li><li><strong>2020</strong> &ndash; 17,295</li></ul>\n\n\n\n<h2 id=\"open-ended-questions\">Open-Ended Questions</h2>\n\n\n\n<p class=\"has-drop-cap\">My favorite questions from the survey are those that are open-ended. These allow people to provide unique or more nuanced answers in comparison to checkboxes and radio inputs. Of course, it can be a mess to wade through the results when you have 1,000s of replies. I tried to keep these short in the survey. However, wanted to expand a bit on some of them below.</p>\n\n\n\n<p><strong>What&rsquo;s the best thing about WordPress?</strong></p>\n\n\n\n<p>The community is always what is best about WordPress. You do not need to be a lead developer or a well-known business owner to make waves in the project. There are ways of contributing, making a living, or having an impact through dozens of avenues.</p>\n\n\n\n<p>I started out blogging about things I learned in my development pursuits and building free plugins/themes. I never thought about whether I was making any sort of real change for the overall project. I just found a home with people who liked what I was doing. As I think back upon my early years, the WordPress community has always been welcoming.</p>\n\n\n\n<p>Everyone has their own onramps into the WordPress ecosystem, and the more pathways we can carve out for other people, the better.</p>\n\n\n\n<p><strong>Select three essential plugins from the 20 most popular.</strong></p>\n\n\n\n<p>I almost feel like I am missing out. I have rarely used any plugin from the most popular list on sites I have worked on in the last few years.</p>\n\n\n\n<p>Akismet is almost a given. WP Tavern uses Jetpack as an essential tool, and I have deployed it for various reasons with some builds. But, I am a bit of an outlier. I typically use stock WordPress with custom plugins. There are not many that I consider essential.</p>\n\n\n\n<p>In the survey, the list was made up of September 2019&rsquo;s top 20 most popular plugins. I reached out to Haden Chomphosy to verify if that was the correct date. She confirmed it was and said that the list has not changed substantially since then.</p>\n\n\n\n<p><strong>For your next website project, which platform would you choose?</strong></p>\n\n\n\n<p>The available answers to this question, such as Squarespace, Medium, and Wix, seemed geared more toward end-users than professionals or developers. While they represent popular alternatives, I would also like to see how the data might look if we overhaul this question in future surveys.</p>\n\n\n\n<p>What happens if we split this question between users and developers? For example, are devs also building projects on top of Laravel, Symfony, and other frameworks or technologies outside of WordPress?</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, 02 Dec 2021 02:13: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:\"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: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:65:\"HeroPress: How I Became a WordPress Evangelist in About Two Weeks\";s: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=4296\";s: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:182:\"https://heropress.com/essays/how-i-became-a-wordpress-evangelist-in-about-two-weeks/#utm_source=rss&utm_medium=rss&utm_campaign=how-i-became-a-wordpress-evangelist-in-about-two-weeks\";s: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:8916:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/12/113021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I imagine I\'ll always come back to WordPress.\" /><h2>How It Started</h2>\n<p>When I first discovered WordPress, I wasn’t looking to start a web design business, or build websites for other people at all. That happened many years later. I came into the WordPress-i-verse simply because I needed to build a website for myself.</p>\n<p>Back in 2009, I was a freelance illustrator and graphic designer. I was looking for a way to develop a website to showcase my work. In the past I had always created my sites from scratch, using basic HTML and CSS. This time I needed to get a site up and running in just a week or two. I also needed it to look professional and I didn’t want to learn an entirely new language. I wanted to stay as far away from back-end stuff as possible, so I could focus on the front-end design. I also wanted something low-cost and easy to maintain over time.</p>\n<p>I know, right? Why didn’t I also ask for a flying car and a Star Trek food generator while I was at it? I knew it was a tall order, but I started hunting the internet anyway.</p>\n<p>First, I tried out a couple of different CMS tools like Joomla and Drupal, but I found them too complex for what I needed at that moment. Then, going completely in the other direction, I messed around with uber easy builder platforms like Wix and Weebly. It was fun to design and build on those platforms, but I didn’t like the branded options. I couldn’t be sure that even if I did pay for the non-branded option, the platforms would still be around in the years to come (Spoiler alert: they are. Oh well).</p>\n<p>Then, I stumbled upon WordPress.</p>\n<p>At first, I thought WordPress would be similar to Drupal so I didn’t get my hopes up. I was completely prepared to keep looking under internet rocks to find a better solution. But like the intrepid little tech monster I am, I went ahead and installed it on my domain. The first thing I noticed was that the dashboard was well-organized and super intuitive. I could quickly get into settings and configure things as I needed. It was also easy to figure out what Themes and Plugins were without expending too much brainpower, which is always very precious in my head.</p>\n<p>Because my site was brand new and unknown beyond my home office, I had the luxury of building things and tearing them down again without fear of visitors getting confused (what visitors?). I experimented with different plugins and explored several ways of setting up a gallery of my work. I felt a little like a mad scientist. Rather than wireframe a site and build with a solid plan, I allowed myself to create willy-nilly. I think that’s ultimately what got me hooked on WordPress. I didn’t sit down with a step-by-step manual, I sort of dove in and geeked out on messing things up and failing often.</p>\n<blockquote><p>I had nothing to lose, which sometimes is the best way to explore a new system.</p></blockquote>\n<p>Eventually, I did buckle down and create a more solid layout plan. I also did get into the back-end more than I intended, and it turns out I enjoyed that quite a bit. After a couple of weeks, my site was “ready for prime time” and I started sending out the link to art directors. Periodically – and somewhat randomly – I tweaked things according to what I thought wasn’t working for the visitors I wanted and what might work better.</p>\n<p>After that first site, I slowly built more WordPress sites for myself, my family, and my friends. Every time I learned something new and every time I solidified my love for WordPress.</p>\n<p>After 12 years using WordPress I’ve gone back to developing a solid plan before creating a new site. Even though I don’t use traditional wireframing for WordPress sites, I still draw up little layout sketches so at least I know where I’m headed. WordPress is so familiar to me now that I no longer spend time experimenting with basic stuff. However, I still enjoy breaking things now and then just to keep my skills sharp.</p>\n<h2>What I Love About WordPress</h2>\n<p>It’s hard to choose just one reason that I still love building sites in WordPress. From the intuitive dashboard menu to the thousands of plugins that help me (almost infinitely) expand what I can do with my site, there’s just so much to keep me in the ecosystem.</p>\n<p>There’s the global WordPress community that has taught me – and saved me many times – throughout the years. I can’t count how many posts I’ve combed through in the wordpress.org support forums, looking for that one little nugget of information that would fix something I completely borked on the first try. Now that I know more about what I’m doing, I’ve been able to pay it forward by helping others to do the same. There’s also the vast community of WordPress users on Twitter, many with whom I’ve developed solid friendships over the years.</p>\n<blockquote><p>However, if I were tied to a chair and threatened to be devoured by wolverines unless I gave just one answer, it would be that I own my content.</p></blockquote>\n<p>Open-source is fascinating to me. Community-developed tech is always my first choice when it comes to software and hardware. It’s not always a practical choice, because I do have to work with other humans around the globe. So my primary working laptop is a Mac. But using and supporting platforms like WordPress is incredibly important to me because I believe the more we do that the more we retain the ability to own what we create.</p>\n<p>There are always the people who will say, “WordPress is dead.” They were saying it in 2009, yet here we still are. I don’t believe WordPress is dying anytime soon, mostly because of the open-source, community-driven nature of the platform.</p>\n<p>Is it for everyone? No. There are people I encounter today who I’ll steer towards SquareSpace or Wix. Usually, those are the ones who I get a sense just need things to work without trying very hard and need the kind of tech support you get from a mega-company like Apple or Microsoft. To them, WordPress was probably dead on arrival, but I don’t worry about that. The kind of people who get into using WordPress are the scrappier, “I’m-going-to-figure-this-out-if-it-kills-me” types.</p>\n<p>Count me in that category.</p>\n<h2>How I Use WordPress Now</h2>\n<p>Over the last couple of years, I’ve expanded my knowledge of PHP, MySQL, and CSS to the point where I can make a WordPress site do pretty much anything I want. I’ve set up WooCommerce stores, photo galleries, membership sites, news feed sites, and business directories. I’ve learned to customize pages using CSS, bending layouts to my will and whimsy.</p>\n<p>WordPress, like most software, is always evolving. Some people hate those evolutions, others merely tolerate it, but I love it. I admit that I’m not always thrilled with each change as they’re launched – in fact, sometimes I’m downright dumbfounded – but as a whole I feel that change is good.</p>\n<p>For example, when Gutenberg blocks were introduced, I did everything I could, as long as I could, to keep designing and posting using the classic editor. After taking a break developing websites for a few years, I came back to Gutenberg. This time, I chained myself to my desk and forced myself to learn it completely, instead of skimming around the edges. Now I can’t imagine designing without Gutenberg.</p>\n<p>I also very recently discovered WP CLI. I’m a bash geek from way back, so when I learned that I could use CLI commands to update my WordPress sites over ssh, I squealed like an 11-year old. I’m currently managing about 20 different sites on one of my host’s servers. I can easily log in remotely using my terminal and update plugins, themes and the core. I’ve found that it’s much faster than clicking around the dashboard and it satisfies some of my command line urges.</p>\n<p>It’s only been in the last few years that I’ve started running a business centered around WordPress. I started taking on clients slowly, mostly managing the backend and host issues, as well as updating plugins and themes. I find that I do much less actual design and development than I do consulting and playing Tech Support. I’ve also found a niche in writing about WordPress for media outlets and other developers, which is very satisfying to both my brain and ego – as well as my bank balance.</p>\n<p>I’ve spent a lot of time here gushing about WordPress. I do love it, but I also see the flaws and have an extensive list of I wish they would&#8230; in my mental notebook. I even – gasp – develop sites without WordPress, even blogs. And though I stray from time to time, I imagine I’ll always come back to WordPress.</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, 01 Dec 2021 16:00: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:11:\"DJ Billings\";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:82:\"WPTavern: Ask the Bartender: Should I Use a Page Builder or Wait for Block Themes?\";s: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=125794\";s: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:205:\"https://wptavern.com/ask-the-bartender-should-i-use-a-page-builder-or-wait-for-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-should-i-use-a-page-builder-or-wait-for-block-themes\";s: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:7177:\"<blockquote class=\"wp-block-quote\"><p>As a non-developer, I honestly don&rsquo;t know what direction to take my WordPress site anymore.</p><p>I used to rely on themes and even bought some premium ones, but over time, I&rsquo;d outgrow them. As an artist myself, I prefer having control over every aspect of my website, from its layout, colors, to its fonts. Thus, I turned to page builders.</p><p>I tried Elementor Pro, but it was frustrating how it was so difficult to create more advanced layouts without exponentially increasing the DOM size of the page. I had to install several Elementor plugins just to get the job done, but then it also made the site slower. Elementor would also often conflict with Gutenberg block styles since I used the block editor for writing posts.</p><p>There&rsquo;s Oxygen, which I&rsquo;ve heard great reviews of, but its learning curve is too much for me. I also couldn&rsquo;t get used to themes being completely disabled, as I relied heavily on child themes, knowing a bit of CSS.</p><p>Now, there&rsquo;s this whole Gutenberg uprising. FSE is the future, but I cannot adapt at all. Not to mention that there aren&rsquo;t that many FSE themes out there yet.</p><p>I feel like I&rsquo;m stuck between a rock and a hard place. I don&rsquo;t know if I should take the theme route, the page builder route, or the Gutenberg route. If I take either of the first two, I fear they may become obsolete or incompatible in future versions of WordPress as Gutenberg is further developed. And if I take the Gutenberg route right now, I don&rsquo;t really have much options yet. As it is, Gutenberg doesn&rsquo;t seem to have any built-in ways of displaying custom meta fields like those from ACF. I don&rsquo;t want to turn to another premium plugin for it, either.</p><p>How much longer is Gutenberg&rsquo;s development going to take before ordinary but semi-advanced users like me can actually make use of it? What&rsquo;s actually the best route to take in WordPress right now, a time when a lot of groundbreaking changes are constantly being rolled out?</p><cite>Isabel</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Before diving too deep into this, I want to clarify some terminology for readers. Some of the above uses of &ldquo;Gutenberg&rdquo; refer to site editing, a feature landing in the January release of WordPress 5.9. However, to use the site editor, users will need to activate a block theme. Currently, there are <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">not many to choose from</a> simply because this technology is under development.</p>\n\n\n\n<p>You are not alone in wondering when we will move beyond what is a seemingly never-ending transitional phase. We are only now getting to some of the features touted three or four years ago when I was a full-time theme author. I am neck-deep in the development side of all this daily, so I can only imagine what it is like for non-developers.</p>\n\n\n\n<p>The question is tough to answer without a hyper-specific use case. And, the right solution for one person will not always be ideal for another. There are questions of time, resources, budget, etc.</p>\n\n\n\n<p>I only like the page-builder route if you are crunched for time and have a business riding on this. In the short term, Elementor and others make a lot of sense for getting something up and running fast while also giving you design freedom, assuming you have gotten past the learning curve. If this is the case, there is nothing wrong with going in this direction. I do not see builders disappearing anytime soon.</p>\n\n\n\n<p>Finding an ideal theme can take a lot of searching. Typically, I recommend end-users look for a design that matches at least the overall layout that they want. Colors, fonts, and other stylistic pieces of it are generally easy to change. The average theme nowadays has options for essentially &ldquo;skinning&rdquo; the website.</p>\n\n\n\n<p>The second part of this is whether you only want control over the global design or if you want to customize the layout for the inner pages of the site too. For the latter, you need something that supports the current WordPress features.</p>\n\n\n\n<p>If you are looking for something sooner rather than later, I would go with a theme that supports <a href=\"https://wordpress.org/themes/tags/block-styles/\">block editor styles</a>, bundles several <a href=\"https://wordpress.org/themes/tags/block-patterns/\">custom patterns</a>, and includes a &ldquo;blank canvas&rdquo; template for building landing pages. This route gives you something that is forward-looking but does not rely on third-party builders. Many of these theme authors are already preparing for or building block themes for WordPress 5.9 and beyond.</p>\n\n\n\n<p>I am partial to the <a href=\"https://wordpress.org/themes/eksell/\">Eksell theme</a> by Anders Nor&eacute;n. He also has a block theme named <a href=\"https://wordpress.org/themes/tove/\">Tove</a> that is more flexible.</p>\n\n\n\n<img />Eksell theme homepage.\n\n\n\n<p>Be skeptical of themes that only have block editor styles. I have seen enough that only add some custom CSS for a few blocks and call it a day. It is nothing more than another bullet point for their marketing material.</p>\n\n\n\n<p>If you can afford to wait a couple of months, you should keep an eye on the upcoming <a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">Twenty Twenty-Two theme</a>. It is one of the most beautifully-designed default themes I have seen, but it also has a ton of room for customization. Currently, it has over 60 custom patterns, so that gives you a lot of layout options. I expect this block theme to set the bar that all others must rise to.</p>\n\n\n\n<img />Twenty Twenty-Two color and font variations.\n\n\n\n<p>There is one area where page builders excel in comparison to WordPress at the moment. And that is with horizontal layouts. When creating flexible columns or grids for all screen sizes, the block editor falls short. While the block system&rsquo;s tools have improved, this gap will not close for a while.</p>\n\n\n\n<p>I mentioned patterns being one of the primary components more than once. If a theme offers a solid set of block patterns that focus on layout variations, piecing together a site can sometimes be as easy as pointing and clicking the mouse.</p>\n\n\n\n<p>If you need to do some heavy work with layout, there are several block-based grid plugins. When I have needed such a tool, I have almost exclusively relied on the <a href=\"https://wordpress.org/plugins/layout-grid/\">Layout Grid Block</a> by Automattic. It performs this one job and does it well. The plugin bridges the gap between page builders and the block editor when coupled with a well-designed theme.</p>\n\n\n\n<p>Everything comes down to timing. You don&rsquo;t want to build your site on top of one system only to recreate the entire thing from scratch six months from now. For that reason alone, I would forego page builders altogether, except where time is limited. Give block themes like the upcoming Twenty Twenty-Two some time to come into their own.</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, 01 Dec 2021 00:12: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: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: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:40:\"WordPress.org blog: WordPress 5.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11584\";s: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/2021/11/wordpress-5-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10890:\"<p>WordPress 5.9 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. You don’t want to run this version on a production site. Instead, it is recommended that you run this on a test site. This will allow you to test out the new version.</p>\n\n\n\n<p>You can test the WordPress 5.9 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-5.9-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=5.9-beta1</code>. <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 January 25, 2022, which is just eight weeks away. Your help testing this version is vital to make sure the release is as good as it can be.</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/5-9+dev-notes/\">5.9-related developer notes</a> in the coming weeks which will break down all upcoming changes in greater detail.</p>\n\n\n\n<h2 id=\"how-you-can-help-testing\"><strong>How You Can Help – Testing!</strong></h2>\n\n\n\n<p>Testing for bugs is a critical part of polishing the release in the beta stage. It is also a great way to contribute. If you’ve never tested a beta release before, <a href=\"https://make.wordpress.org/test/2021/11/30/help-test-wordpress-5-9-features/\">this detailed guide will help</a> walk you through what and how to test.</p>\n\n\n\n<p>If you think you’ve found a bug, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s 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 see every feature in the Gutenberg releases since WordPress 5.8, check out the What’s New In Gutenberg posts for <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">10.8</a>, <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">10.9</a>, <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11.0</a>, <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">11.1</a>, <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">11.2</a>, <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">11.3</a>, <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">11.4</a>, <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">11.5</a>, <a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\">11.6</a>, <a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\">11.7</a>, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\">11.8</a>, and <a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">11.9</a>.&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include 580 enhancements and nearly 450 bug fixes, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.9&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">297 tickets for WordPress 5.9</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=5.9&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">110 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<p>Happy testing!</p>\n\n\n\n<p><em>Want to know what’s new in version 5.9? Read on for some highlights.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"full-site-editing\"><strong><strong>Full Site Editing</strong></strong></h2>\n\n\n\n<h3 id=\"styles-interface\">The <strong>Styles Interface</strong></h3>\n\n\n\n<p>Combine all the features that went live in 5.8 with those making their entrance in 5.9, and you get <strong>Full Site Editing.</strong></p>\n\n\n\n<p>Formerly known as Global Styles, the Styles Interface lets you interact directly with your blocks and elements right in the WordPress Admin. From typography to color palettes, this cohesive design interface means a design change—even a dramatic one—can happen without a theme switch. <strong>No code needed.</strong></p>\n\n\n\n<h3 id=\"theme-json\"><strong>Theme.json</strong></h3>\n\n\n\n<p>Introduced in WordPress 5.8, theme.json has been improved to enable features and default styles for your site and its blocks. With 5.9, theme.json can support child themes and the duotone treatment. Coordinate layers of style with theme.json, taking the weight off of your theme’s required CSS.</p>\n\n\n\n<p>Other features supported by theme.json include: </p>\n\n\n\n<ul><li><strong>Border:</strong> color, style, and width augment the border-radius property that landed in 5.8.</li><li><strong>Flex layouts:</strong> Block Gap support, courtesy of spacing.blockGap.</li><li><strong>Typography:</strong> font families, font style, font weight, text decoration, and text transform.</li><li><strong>Images</strong>: Duotones.</li></ul>\n\n\n\n<h3 id=\"a-new-navigation-block\"><strong>A New Navigation Block</strong></h3>\n\n\n\n<p>Welcome to the most intuitive way to build navigation: the Navigation Block.&nbsp;</p>\n\n\n\n<p>Here are the features that need testing the most:</p>\n\n\n\n<ul><li>Responsive menu options you can turn off, have always on, or opt to use only for small screens.</li><li>Built-in keyboard accessibility.&nbsp; For accessibility, for speed, or both.</li><li>Add extra blocks like Search and Site Icon blocks (and customize them to your liking).</li><li>Submenu items with styling options.</li><li>Horizontal or vertical alignment.</li><li>Reusable navigation? Even across themes? Yes. Because the Navigation Block you build gets saved as a custom post type.</li></ul>\n\n\n\n<h3 id=\"a-better-gallery-block\"><strong>A Better Gallery Block</strong></h3>\n\n\n\n<p>What if you could treat single images in your Gallery Block the same way you treat the Image Block? <strong>Now you can.</strong></p>\n\n\n\n<p> Make every image in your gallery different from the next, with inline cropping or a duotone and change layouts with the ease of drag and drop. With the improved gallery block, every image is its own Image block.</p>\n\n\n\n<p><strong>One thing to note: </strong>Have you built a plugin or theme on the Gallery Block functionality?<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> Be sure to review this Dev Note, which details what you need to do for compatibility</a>.</p>\n\n\n\n<h3 id=\"focused-template-part-mode\"><strong>Focused Template Part Mode</strong></h3>\n\n\n\n<p>Building template parts can take a level of focus all its own because you’re making decisions for the entire site. So WordPress 5.9 adds a focus mode that shows you only the part you’re working on right now (and you can get back to the regular view with a keystroke).&nbsp;</p>\n\n\n\n<h3 id=\"block-pattern-directory\"><strong>Block Pattern Directory</strong></h3>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a> offers a range of prebuilt block patterns, from a couple of blocks that show an image and text, to an entire page layout with columns and sections. Since the 5.8 release, the directory has become a hub for exploratory UI and patterns, taking submissions and offering them to the community. So now, your creation can help other people build out their perfect site.</p>\n\n\n\n<h2 id=\"twenty-twenty-two-default-theme\"><strong>Twenty Twenty-Two Default Theme</strong></h2>\n\n\n\n<p><strong>A whole new way of building WordPress themes.</strong></p>\n\n\n\n<p>WordPress 5.9 introduces features that make Full Site Editing possible, including <strong>the first default block theme</strong>.</p>\n\n\n\n<p>Using minimal CSS, theme styles reside in theme.json so that you can configure them in the Styles interface of the WordPress Admin. Make this theme take on its own personality site-wide, with a wide array of color schemes, type combinations, page templates, premade components (forms), and image treatments to choose from.</p>\n\n\n\n<h2 id=\"more-improvements-and-updates\"><strong>More Improvements and Updates</strong></h2>\n\n\n\n<ul><li>Do you love to blog? New tweaks to the publishing flow let you add new posts just seconds after hitting Publish on your latest post.</li><li>List View lets you drag and drop content as easily as you could always cruise through it – and collapse entire sections – so you can concentrate on a task or get the bigger picture.</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/33955\">The Buttons and Social icons blocks now absorb</a> and display their parent block’s toolbar controls.&nbsp;&nbsp;</li><li><a href=\"https://core.trac.wordpress.org/ticket/43700\">Choose your language</a> on the login screen.</li><li>More <a href=\"https://github.com/WordPress/gutenberg/pull/33868\">performance improvements</a> (i.e., speed).</li></ul>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>, <a href=\"https://profiles.wordpress.org/priethor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>priethor</a>, <a href=\"https://profiles.wordpress.org/psykro/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>psykro</a>, <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, and <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a> for their research and copy.</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, 30 Nov 2021 23:35: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: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: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:54:\"WordPress.org blog: People of WordPress: Devin Maeztri\";s: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=11678\";s: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/2021/11/people-of-wordpress-devin-maeztri/\";s: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:12456:\"<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a translator and campaigner who uses WordPress to highlight good causes and helps people in her area benefit from the open source platform.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"843\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/devin-with-her-cat.jpg?resize=632%2C843&ssl=1\" alt=\"Devin pictured with one of her cats\" class=\"wp-image-11690\" /></div>\n\n\n\n<p>Going to a WordCamp can be a life-changing experience, as Devin Maeztri discovered. Every event she attends is a further step on a journey of discovering the WordPress community and its many opportunities.</p>\n\n\n\n<blockquote><p>“It is not that hard to fall for WordPress if you have a chance to experience WordPress. For me, it took a WordCamp.”</p><cite>Devin Maeztri</cite></blockquote>\n\n\n\n<p>Devin&#8217;s first experience with camps came when she volunteered impromptu at an Indonesian event, WordCamp Denpasar, Bali in 2016.&nbsp;</p>\n\n\n\n<p>Here, she made a profound discovery: “WordCamps can bring people who will give back to the community, even if they don’t get anything from WordPress directly.”</p>\n\n\n\n<p>With every WordCamp after that first experience, she became more interested in WordPress and the community.&nbsp;</p>\n\n\n\n<p>Over time, Devin found she wanted to be part of WordPress events more often. She became a regular at Meetups in Ubud and Jakarta, joining as a co-organizer at WordCamp Jakarta in 2017 and 2019. Later, she took on the role of co-organizer for Meetups in Jakarta and Ubud.&nbsp;</p>\n\n\n\n<p>Smitten by what WordCamps can offer and how they can bring people together across national borders, she joined the organizing team for WordCamp Asia 2020. Sadly, this event was to become the first major WordPress event to be cancelled in the COVID-19 pandemic.&nbsp;</p>\n\n\n\n<p>Naturally, Devin hopes WordCamp Asia will happen someday very soon. Beyond the expected WordPress learning and sharing that event will promote, she believes its very scale will showcase how WordCamps add international tourism and cultural understanding everywhere they take place.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"632\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/wcasia_2020_organizers_in_wceu_2019.jpeg?resize=632%2C632&ssl=1\" alt=\"Devin pictured with other WordCamp Asia organizers who attended WordCamp Europe in 2019\" class=\"wp-image-11692\" />WordCamp Asia 2020 Organizers at WordCamp Europe 2019. Devin is pictured in the front row, second from left. Photo Credit: Abha Thakor</div>\n\n\n\n<h2 id=\"showing-how-wordpress-can-be-used-locally\">Showing how WordPress can be used locally</h2>\n\n\n\n<p>After experiencing several events, Devin had questions: “At WordCamps and Meetups, you hear stories about how WordPress powers the web. How it changes the lives of so many people, how it helps dreams come true. It made me think, considering WordPress is that powerful, why are there not even more people in Indonesia using websites, and more using WordPress? Why aren’t more talented Indonesian WordPress users, developers, designers, and business owners taking part in WordPress.org projects? Language, for me, was the main answer.”</p>\n\n\n\n<p>The solution Devin felt was to make WordPress available in the main local language. She said: “I believe, the more content translated into Indonesian, the more Indonesian WordPress users see WordPress as more than just a blogging platform or a content management system. They will realize it’s a huge open source community that works together to make the web a better place. The more plugins and themes translated, the easier the work of the developer and designer will be. The more people see how WordPress can enhance their life, the better the ecosystem for business owners becomes.”</p>\n\n\n\n<h3 id=\"encouraging-others-to-translate-wordpress\">Encouraging others to translate WordPress</h3>\n\n\n\n<p>After talking with others about how WordPress could be even more useful in Indonesia, Devin felt she had to make a personal commitment to reviving the polyglot project in Indonesia. With another volunteer contributor and through promotion, the local polyglot team got bigger and the interest in translation grew. She also took on the responsibility of a General Translation Editor for the language.</p>\n\n\n\n<img width=\"632\" height=\"318\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/featured-img-used-for-devin-pow2.jpg?resize=632%2C318&ssl=1\" alt=\"Polyglot nominatee - Devin Maeztri\" class=\"wp-image-11706\" />\n\n\n\n<p>Through the efforts of Devin and the other translation editors, Indonesia took part in <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> in 2020, and in 2021 held sprints and learning sessions spanning the whole 30 days of the event. </p>\n\n\n\n<p>Her enthusiasm and dedication to helping others translate WordPress locally and promoting the global community were recognized in the Polyglot Appreciation Nominations for 2021. </p>\n\n\n\n<h2 id=\"helping-to-give-access-to-more-diverse-audiences\">Helping to give access to more diverse audiences</h2>\n\n\n\n<p>Through her involvement in translation, Devin noticed there were not many women involved in the WordPress community in Indonesia. Often, she found herself the only woman at an event.</p>\n\n\n\n<p>So, along with a couple of community members, she started Perempuan WordPress, a local initiative. This group is open for everyone to join, but prioritizes women as event speakers.</p>\n\n\n\n<p>Devin has gone on to support the work of the Diversity Speaker Training group in the Community Team, translating materials and promoting initiatives in Indonesia.&nbsp;She is keen to encourage others to get involved with this initiative which helps increase the diversity of presenters at Meetups and WordCamps. </p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"600\" height=\"534\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/devin-at-wc-jakarta2019.png?resize=600%2C534&ssl=1\" alt=\"\" class=\"wp-image-11689\" /><em>Organizing at WordCamp Jakarta 2019</em></div>\n\n\n\n<p>In her professional roles, Devin is an advocate for WordPress as a tool for people with a wide variety of skill sets. She does not code, but uses the platform extensively for her projects. In 2014, she signed up for a free account on WordPress.com to keep and share notes about what she saw or was thinking about as she commuted on public transport to work. This site did not turn into a blog, but instead introduced her to other opportunities and the vast capabilities of the platform.</p>\n\n\n\n<h2 id=\"wordpress-can-support-your-skills-and-passions\">WordPress can support your skills and passions</h2>\n\n\n\n<p>With a background in environmental activism, Devin has worked for international development organizations on everything from policymaking to campaigning.&nbsp;</p>\n\n\n\n<p>Behind the desk, she worked with policymakers and organized conferences and meetings. That meant doing a lot of writing and translating and working with people on the ground who were impacted by the policies. “My work on the ground usually involved researching, movement building and community empowerment,” she noted.</p>\n\n\n\n<p>Her work with events inspired Devin to get involved in WordCamps and Meetups and share her energy for making things happen. As in her professional work, she felt WordPress was an opportunity to work and share with people about something that can make a positive impact on someone else’s life.</p>\n\n\n\n<p>“For me, everything comes from the heart. I do things that I feel so strongly about. Things that call me, and things that I am good at but still giving me room to learn and become better at. WordPress can be the perfect place for this.”</p>\n\n\n\n<p>While she was between jobs, Devin was encouraged to volunteer at WordCamp Denpasar 2016. With some help, she created an online CV. She also learned to manage a WordPress site, navigate the wp-admin, and make the content appeal to potential employers.&nbsp;</p>\n\n\n\n<p>She eventually got a job as a campaigner to build a movement online and offline. The brainchild of many university friends in America, who used digital campaigns to go global, the campaign used WordPress.&nbsp;</p>\n\n\n\n<p>Devin worked alongside a digital campaigner and helped shape the content, the call to action, and the user experience. She also had to use the wp-admin to make some amendments. As a global movement, it developed its resources in English, so she also reviewed the work of the translators she worked with.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"474\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/cat-watching-translation.jpg?resize=632%2C474&ssl=1\" alt=\"One of Devin\'s cats watches the WPTranslationDay 2021 livestreamed events.\" class=\"wp-image-11688\" />Devin&#8217;s cat became a regular on social media posts about #WPTranslationDay 2021</div>\n\n\n\n<p>She left her job as a campaigner at the end of 2018 to concentrate on freelancing – and to spend more of her free time contributing to the WordPress community. She also took up the initiative to help street cats in Jakarta.&nbsp;</p>\n\n\n\n<p>Devin said: “So, I am busy helping these cats but also learning how to fundraise using a website. I’m learning to use online forms, set up a payment service provider, work on SEO, and do other new things I need to learn to grow my initiative. I do have the privilege to learn directly from a personal guru. The same person who convinced me to volunteer at WordCamp Denpasar, and who I married in 2018.”</p>\n\n\n\n<h2 id=\"wordpress-gives-everyone-a-chance-to-learn\">WordPress gives everyone a chance to learn</h2>\n\n\n\n<p>Devin was so enthused by being a contributor for WordPress, she took part in the video shorts following the Translation Day events.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Devin talks about translating in this short <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=VsiQzdmAz8g\" target=\"_blank\">video</a> (opens in a new tab on YouTube)\n\n\n\n<p>She is also active in other Contributor Teams and decided to become a Community Team Deputy to support meetups in new cities across Indonesia and perhaps future WordCamps.&nbsp;</p>\n\n\n\n<p>She said: “One of the things that I like about WordPress is that it is very welcoming and open to people like me, who don’t code at all. At the same time, it shows me a different way of looking at the world.”</p>\n\n\n\n<p>Devin believes in the power of WordPress to give ‘everyone a chance to learn new things’ and allows her to contribute and share her knowledge and experience. “By contributing, I hope to make a difference in someone’s life. I hope they feel the benefit of using WordPress and want to give back to create a healthier WordPress community.”</p>\n\n\n\n<h2 id=\"contributors\">Contributors</h2>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@</a><a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat</a>) and Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>) for the interviews and writing this feature, and to Devin Maeztri (<a href=\"https://profiles.wordpress.org/devinmaeztri/\">@devinmaeztri</a>) for sharing her story. Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>) for work on the images, and to Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Collieth Clarke (<a href=\"https://profiles.wordpress.org/callye/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>callye</a>) for proofing.</p>\n\n\n\n<p>Thanks to Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support for the series.</p>\n\n\n\n<p><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 #ContributorStory</p>\n\n\n\n<p></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, 30 Nov 2021 22:21: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: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:\"\";}}}}}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:111:\"WPTavern: ACF Solicits Lifetime License Holders for Contributions, Urging Them to Purchase Annual Subscriptions\";s: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=126206\";s: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:265:\"https://wptavern.com/acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions?utm_source=rss&utm_medium=rss&utm_campaign=acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions\";s: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:8757:\"<p>The Advanced Custom Fields (ACF) marketing team at Delicious Brains kicked up a sandstorm over the weekend after it emailed its lifetime license holders, asking them to consider signing up for a discounted subscription. Despite Delicious Brains&rsquo; explicit promise that they would never be required to pay for ACF updates in the future, the sales email insinuates that the development team is in need of appreciation in the form of annual paid subscriptions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I know you already have a lifetime license for ACF Pro, but I&rsquo;m hoping you&rsquo;ll consider signing up for a discounted subscription to support our ongoing work in continuing to improve Advanced Custom Fields.</p><p>We&rsquo;ve shipped two major releases (5.10 and 5.11) since we took over development of the plugin from Elliot in June, including a full-featured REST API! If you&rsquo;re a fan of the work we&rsquo;ve done so far, nothing will show our developers that you appreciate them more than signing up for an ACF Pro subscription, especially since you already have a lifetime license.</p></blockquote>\n\n\n\n<p>This bewildering pitch to lifetime license holders landed in email boxes on the Friday after Thanksgiving in the US. It drew more attention after Paul Charlton, creator of WPTuts, <a href=\"https://twitter.com/WPTutz/status/1464324239243325442\">tweeted</a> a screenshot of the email, saying it left &ldquo;a really bad taste&rdquo; in his mouth. Charlton also recorded <a href=\"https://youtu.be/3KL0UvcrV0M\">a reaction video</a> that succinctly articulates why the email was so irksome to many lifetime license customers. He suggested Delicious Brains instead take the approach of offering a discount on their other subscription products.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Am I the only one who thinks this is bad form trying to guilt your existing Lifetime owners into paying for a subscription?<br /><br />This type of thing leaves a really bad taste in my mouth, especially after the issues surrounding honouring the LTD in the first place! <a href=\"https://twitter.com/wp_acf?ref_src=twsrc%5Etfw\">@wp_acf</a> <a href=\"https://t.co/ZqNLcMjoAk\">pic.twitter.com/ZqNLcMjoAk</a></p>&mdash; WPTuts (@WPTutz) <a href=\"https://twitter.com/WPTutz/status/1464324239243325442?ref_src=twsrc%5Etfw\">November 26, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;If you&rsquo;re going to broach the topic of asking lifetime subscribers to suddenly pay for $250/year for the same product, I would just think that something, anything, could be offered,&rdquo; one lifetime license holder <a href=\"https://twitter.com/agoodsamaritan2/status/1464310822159663111\">said</a>.</p>\n\n\n\n<p>Some lifetime license holders found the email pitch was especially perplexing after the confusing messaging when <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">Delicious Brains acquired ACF</a>. A hasty response to a customer inquiry caused lifetime license holders to question if the company would continue honoring the agreement after the acquisition. </p>\n\n\n\n<p>&ldquo;Lifetime license holders will get all ACF Pro software updates forever,&rdquo; Delicious Brains founder and CEO Brad Touesnard said at the time. &ldquo;They won&rsquo;t be required to pay for version 6.0 or any other major or minor releases in the future. They signed up for updates for life, so we&rsquo;ll continue to deliver on that promise forever.&rdquo;</p>\n\n\n\n<p>Some lifetime license holders tried to read between the lines of the recent sales emails and wondered if Delicious Brains was signaling an end to its commitment.</p>\n\n\n\n<p>&ldquo;What happened to our lifetime licenses being honored and we would get full and continued updates for life?&rdquo; Brian J McCracken said in response to the email. &ldquo;They haven&rsquo;t said they aren&rsquo;t doing that but talk about skirting the intention with this guilt trip.&rdquo; Others are also skeptical, speculating that Delicious Brains may repurpose the code for a new product so they can &ldquo;kill off the LTD&rsquo;s once and for all.&rdquo;</p>\n\n\n\n<p>&ldquo;I honestly believe they WANT the LTD owners to leave,&rdquo; WordPress developer Wendell Harness said. &ldquo;Think about it &mdash; they won&rsquo;t have to support us anymore. An email like this may garner a few buy-ins while also wiping away a bunch of people they no longer want to support. It&rsquo;s brilliant. Rude, but still brilliant.&rdquo;</p>\n\n\n\n<p>Those on the other side of the argument disagree with the notion that lifetime license holders should expect updates indefinitely. </p>\n\n\n\n<p>&ldquo;You paid a hundred bucks or so 5 years ago and you expect a company to keep adding value to your business that could have been generating hundred of thousands of dollars in revenue,&rdquo; 10up WordPress engineer Clayton Collie said in response to critics of the email. &ldquo;They could abandon the project. How would you feel about that?&rdquo;</p>\n\n\n\n<p>After the sales email created new confusion on the status of lifetime licenses, ACF tweeted to reaffirm their commitment to honor them, but many recipients had already formed their own conclusions about the intent of the email.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Not going to lie, the email was gross and unnecessary. If you don&rsquo;t want to make your customers unhappy maybe doing a better job at hiding your disdain for lifetime license holders <a href=\"https://t.co/UilZa40pU2\">https://t.co/UilZa40pU2</a></p>&mdash; Cameron Jones &#128104;&zwj;&#128102; (@cameronjonesweb) <a href=\"https://twitter.com/cameronjonesweb/status/1465451078653149185?ref_src=twsrc%5Etfw\">November 29, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;We&rsquo;ve heard from many lifetime customers who are happy with the work we&rsquo;ve already been doing to improve ACF and glad to contribute by subscribing,&rdquo; Touesnard said in response to customers who suggested the company offer something in return for signing up to a new annual subscription. &ldquo;If you don&rsquo;t feel the way they do, that&rsquo;s fine, you aren&rsquo;t required to subscribe.&rdquo;</p>\n\n\n\n<p>The heated conversations have renewed the controversial topic of selling lifetime licenses in the WordPress product space. Few have done this successfully long term, and it gets trickier when a company is acquired. </p>\n\n\n\n<p>&ldquo;I see both sides for this &ndash; as someone who bought a lifetime ACF license 7 years ago and also a plugin dev,&rdquo; Amber Hinds said. &ldquo;Really lifetime licenses should be offered with extreme caution.&rdquo;</p>\n\n\n\n<p>In many cases, when early adopters purchase a lifetime license, they are usually paying much more than the regular license, for an unproven product that isn&rsquo;t guaranteed a future. This gives newer products the money they need to build momentum but also offers something in return. It&rsquo;s a transaction where each participant extracts some value and assumes a share of the risk.</p>\n\n\n\n<p>In this particular scenario, ACF appears to be mistaking its relationship with lifetime license holders as something more akin to investors or donors. Customers who purchase lifetime licenses rarely share those same motivations. </p>\n\n\n\n<p>It&rsquo;s quite unusual for a Black Friday sales email to ask for contributions for a product consumers have already paid for long ago. This unorthodox sales approach and timing was off-putting to many of the recipients. Was it worth upsetting a slew of customers who are not bringing ACF any money for the rest of its life as a product? Only the Delicious Brains team knows how successful the campaign has been so far. When asked if the email is generating new signups from lifetime license customers, Touesnard said the developer who pulls that report was not currently available. </p>\n\n\n\n<p>&ldquo;Does a company that spans across five very popular products require a donation approach, to keep a product like ACF, afloat?&rdquo; WordPress business podcaster Matt Medeiros said in a post titled &ldquo;<a href=\"https://thewpminute.com/wordpress-the-multi-billion-dollar-software-industry-that-has-us-begging-for-money/\">WordPress, the multi-billion dollar software industry that has us begging for money</a>.&rdquo; </p>\n\n\n\n<p>&ldquo;If so, we better start getting better at pricing and voting with our dollars,&rdquo; he said.</p>\n\n\n\n<p>&ldquo;Either way, expecting lifetime updates for one price, coupled with a part-time donation strategy, is bad for both the consumer and the business. I don&rsquo;t see any other major markets operating this way.&rdquo;</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, 30 Nov 2021 21:37: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: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: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:66:\"WPTavern: Gutenberg 12.0 Focuses on Cleanup and Minor Enhancements\";s: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=126191\";s: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:177:\"https://wptavern.com/gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements\";s: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:5644:\"<p class=\"has-drop-cap\">Last week, contributors to the Gutenberg plugin wrapped up the <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\">version 12.0 release</a> just ahead of the U.S. Thanksgiving holiday. Most work is being pushed toward the upcoming WordPress 5.9 release, which has been <a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\">postponed to January 25</a>. As a result, Gutenberg 12.0 has fewer bells and whistles and more bug fixes and maintenance. However, the latest update has a handful of enhancements.</p>\n\n\n\n<p>The most notable features are an overhaul of block styles previews, grouped paragraph typography options, and block icons in the global styles sidebar. The site editor also has a new <a href=\"https://github.com/WordPress/gutenberg/pull/36172\">welcome guide</a>, which should ship with WordPress 5.9 and introduce users to the new tool.</p>\n\n\n\n<p>Theme authors can now opt-out of the <a href=\"https://github.com/WordPress/gutenberg/pull/36492\">core color palette and gradients</a>. There is <a href=\"https://github.com/WordPress/gutenberg/issues/36852\">still a bug</a> where this does not currently work for the site editor.</p>\n\n\n\n<h2 id=\"block-styles-previews\">Block Styles Previews</h2>\n\n\n\n<img />Hovering a block style to see its preview.\n\n\n\n<p class=\"has-drop-cap\">For once in the last few years, the editor sidebar feels kind of clean and organized. When using a theme with multiple block styles, the style previews have been nothing short of an annoyance. The tab that held them took up a lot of space by presenting an entire demo of every option.</p>\n\n\n\n<p>In the latest Gutenberg plugin release, the previews have been replaced with text-based buttons, emphasizing the style names. Users can still <a href=\"https://github.com/WordPress/gutenberg/pull/34522\">see what individual block styles look like</a> by hovering over each one or focusing on it with a keyboard.</p>\n\n\n\n<p>The downside to this new experience is that longer block-style names can sometimes get cut off. For example, the &ldquo;Portfolio: Tilt Left&rdquo; and &ldquo;Polaroid: Tilt Right&rdquo; options in my custom theme both read &ldquo;Portfolio: Ti&hellip;&rdquo; I will have to rethink their names, but that is a small price to pay for the cleaner interface.</p>\n\n\n\n<h2 id=\"paragraph-drop-cap-control-moved\">Paragraph Drop Cap Control Moved</h2>\n\n\n\n<img />Drop cap control now under Typography tab.\n\n\n\n<p class=\"has-drop-cap\">It seems this release has been one for fixing those irritating issues with the user experience. The option for adding a drop cap to the Paragraph block now <a href=\"https://github.com/WordPress/gutenberg/pull/36334\">rests alongside similar controls</a> under the Typography block options tab.</p>\n\n\n\n<p>Formerly, users had to find it under a separate Text Settings tab, which only held the drop cap option. I am sure I have mentioned this being a poor user experience on a few occasions as someone who often reaches for the control. I, for one, am a happy camper with this change.</p>\n\n\n\n<h2 id=\"icons-shown-in-the-blocks-list\">Icons Shown in the Blocks List</h2>\n\n\n\n<img />Blocks now show their icons.\n\n\n\n<p class=\"has-drop-cap\">After the <a href=\"https://wptavern.com/gutenberg-11-7-iterates-on-global-styles-improves-adding-navigation-links-and-adds-column-spacing\">Gutenberg 11.7 release</a>, one of my suggestions was to add icons to the global styles blocks list. Previously, it was a vertical scrollable area with dozens of block names, making it hard to find something specific to customize.</p>\n\n\n\n<p>Whether Nik Tsekouras, who wrote the patch for this change, happened to read that Tavern post or saw the same issue with his own experience, I am grateful that he <a href=\"https://github.com/WordPress/gutenberg/pull/36520\">coded a solution</a>. Finding a block is now much faster because I can just scan the list for a recognizable icon.</p>\n\n\n\n<h2 id=\"themes-can-opt-into-all-appearance-settings\">Themes Can Opt Into All Appearance Settings</h2>\n\n\n\n<p><em><strong>Note:</strong> This was incorrectly <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">tagged as part of 12.0</a> but did not make it into the release. However, the code should be merged in the trunk branch of the Gutenberg repository.</em></p>\n\n\n\n<p class=\"has-drop-cap\">For any theme author who has been working with <code>theme.json</code>, you know how unruly the file can get when enabling or disabling specific settings. A new flag allows themes to opt into <a href=\"https://github.com/WordPress/gutenberg/pull/36646\">support of all appearance-related options</a> at once.</p>\n\n\n\n<p>An example <code>theme.json</code> file would look like the following:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n        \"version\": 2,\n        \"settings\": {\n                \"appearanceTools\": true\n        }\n}</code></pre>\n\n\n\n<p>Setting the <code>appearanceTools</code> flag to <code>true</code> enables support for all border, color, spacing, and typography options. This should cut back on unnecessary JSON code, especially for themers who are opting into almost everything. Theme authors can still disable specific features individually.</p>\n\n\n\n<p>Depending on the theme author&rsquo;s point of view, the potential up or downside to this new flag is that it will also enable support for other appearance-related features in the future. It would allow users to access new features before their themes officially support them. On the flip-side, theme authors may want more control or to run tests before enabling something new.</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, 29 Nov 2021 23:15: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: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: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:69:\"WordPress.org blog: WP Briefing: Episode 21: All Things Block Themes!\";s: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=11636\";s: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/2021/11/episode-21-all-things-block-themes/\";s: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:26885:\"<p>In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">5.9 Beta 1 Delay Announcement </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">5.9 Revised Release Schedule</a></li><li><a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a></li><li>Charitable Giving: <ul><li><a href=\"https://wordpressfoundation.org/donate/\">WordPress Foundation</a></li><li><a href=\"https://donate.bigorangeheart.org/\">Big Orange Heart</a></li><li><a href=\"https://heropressnetwork.com/support/\">HeroPress</a> <em>(Update: This organization is not a non-profit.)</em></li></ul></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11636\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</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&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it&#8217;s been a bit since I&#8217;ve had a guest, so I&#8217;m very excited to introduce you to who I have with me today. Today, I have <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I&#8217;m really excited to have this conversation with you today.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>01:39</p>\n\n\n\n<p>Thank you for having us. Excited to be here.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:45</p>\n\n\n\n<p>I&#8217;m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>02:34</p>\n\n\n\n<p>I can try to start unless, Maggie? Okay. Well, if you take a look at what I&#8217;ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it&#8217;s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it&#8217;s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>I think you can dare to say it.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>03:03</p>\n\n\n\n<p>And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that&#8217;s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they&#8217;ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>04:04</p>\n\n\n\n<p>But like patterns as this idea that a theme, hopefully, what it is, it&#8217;s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say &#8220;I want you this layout, like two columns of text or with like some images here.&#8221; Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that&#8217;s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I&#8217;m biased.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>I also think it&#8217;s a good example. Maggie, did you have anything that you wanted to add to that?</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>05:08</p>\n\n\n\n<p>Yeah, What I really like about patterns is how it empowers the user, even if they don&#8217;t really have like a deep knowledge of code, or they&#8217;re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it&#8217;s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it&#8217;s like, really, really easy to use, even if you&#8217;re not familiar with it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:07</p>\n\n\n\n<p>One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it&#8217;s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:57</p>\n\n\n\n<p>And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they&#8217;re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn&#8217;t destroy all of my work, just because I didn&#8217;t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it&#8217;s not gonna work, it&#8217;s kind of easy to fix too. So like, I&#8217;m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that&#8217;s really exciting.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:20</p>\n\n\n\n<p>I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we&#8217;re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it&#8217;s block themes. There was like this floating around the term, universal themes. And now we&#8217;re looking at just like block themes forever. And so I wondered if y&#8217;all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:11</p>\n\n\n\n<p>So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that&#8217;s where that term kind of came from is like, oh, let&#8217;s, let&#8217;s start talking about this idea that themes can be completely made up out of blocks. And what does that mean?&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:33</p>\n\n\n\n<p>I think over time, it wasn&#8217;t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it&#8217;s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they&#8217;ll just be called themes again. If we do a good enough they will just be called themes.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:57</p>\n\n\n\n<p>I&#8217;m gonna, I&#8217;m gonna take us into a philosophical area now that you&#8217;ve just put us in there. You said, someday they&#8217;ll be called Themes. Again, I&#8217;ve talked about this on this podcast a few times. And for anyone who&#8217;s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one&#8217;s like caffeinated coffee, because that&#8217;s what you expect out of it. And so when you&#8217;re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you&#8217;re probably right, there will be a time when the modifier isn&#8217;t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:08</p>\n\n\n\n<p>Maggie is nowhere near me. And so she&#8217;s never been in the room when I&#8217;ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I&#8217;m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question?&nbsp;</p>\n\n\n\n<p>12:29</p>\n\n\n\n<p>Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don&#8217;t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn&#8217;t something that you could actually do for production websites like you could build them to test some experiments, but they weren&#8217;t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:00</p>\n\n\n\n<p>There&#8217;s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it&#8217;s kind of like an on-ramp, it&#8217;s a safe way to get back to something that they do know, in the event that what they don&#8217;t know, really hinders their progress makes it hard for them to get the work done.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:31</p>\n\n\n\n<p>I think I wouldn&#8217;t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it&#8217;s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it&#8217;s not fully ready.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>14:54</p>\n\n\n\n<p>They still need to support the old way of doing things.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:58</p>\n\n\n\n<p>Like being backward compatible and being ready for any kind of user.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:05</p>\n\n\n\n<p>So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it. </p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>15:12</p>\n\n\n\n<p>It&#8217;s also good for users; If they feel secure in using the customizer.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:20</p>\n\n\n\n<p>Well, I think that there&#8217;s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that&#8217;s one way. Which works for a lot of companies in the world, I&#8217;m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what&#8217;s coming but also the ability to keep kind of working in your old space where you need to, I think it&#8217;s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can&#8217;t cut off all the methods. You can&#8217;t cut off all the ways people can get away from you. And even if we could, it wouldn&#8217;t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that&#8217;s supposed to bring in leads for you or generate revenue like you don&#8217;t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it&#8217;s moving forward, I think it&#8217;s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I&#8217;ve confused anyone, please email me at wpbriefing@wordpress.org. And tell me how I confused you. And I will do a follow-up to unconfuse everyone.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:40</p>\n\n\n\n<p>So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I&#8217;m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there&#8217;s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it&#8217;s moved ahead in the past 12 months or so.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>19:23</p>\n\n\n\n<p>So you&#8217;re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we&#8217;ve come?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:36</p>\n\n\n\n<p>Yeah, yeah. So like, if you&#8217;re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they&#8217;re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>20:05</p>\n\n\n\n<p>I think there&#8217;s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it&#8217;s full potential, and it&#8217;s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it&#8217;s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell [Reigstad]</a> has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It&#8217;s really, really amazing how that can turn into a reality. And it&#8217;s so easy for users to tinker with that if they want to. And it&#8217;s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>21:23</p>\n\n\n\n<p>Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It&#8217;s super fast. And it&#8217;s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it&#8217;s just yeah. And workers do for you. Exactly. And like that. That&#8217;s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it&#8217;s like, Wow, pretty cool.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:10</p>\n\n\n\n<p>Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y&#8217;all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don&#8217;t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:41</p>\n\n\n\n<p>So, Maggie, Jeff, thank you both for joining me. And I&#8217;m sure that we&#8217;ll talk to you all again soon.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:56</p>\n\n\n\n<p>That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I&#8217;m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:19</p>\n\n\n\n<p>Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It&#8217;s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I&#8217;ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:33</p>\n\n\n\n<p>The second small list of big things is that the first back to people WordCamp. I don&#8217;t think that&#8217;s what we&#8217;re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I&#8217;m so excited I wish I were local, but I&#8217;m not so if you are local stop by their website and pick up your ticket.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don&#8217;t know if you do your charitable giving at the end of the year or if that&#8217;s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There&#8217;s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you&#8217;re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:42</p>\n\n\n\n<p>And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;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, 29 Nov 2021 12:07: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: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: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:125:\"Gutenberg Times: Gutenberg Changelog #56 – Gutenberg 12.0, WordPress 5.9 Release Schedule, Navigation Block and Site 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=19715\";s: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/podcast/gutenberg-changelog-56-gutenberg-12-wordpress-5-9-ryan-welcher/\";s: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:75223:\"<p>Co-hosts, Birgit Pauli-Haack and Grzegorz Ziolkowski discuss with Ryan Welcher the Gutenberg 12.0 release, the updated WordPress 5.9 Release Schedule and a lot more.</p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://paulisystems.net/wordpress-consulting\">Pauli Systems</a></li></ul>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-Gutenberg-12-wordpress-5.9-Ryan-Welcher#shownotes\">Show Notes </a>/ <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-Gutenberg-12-wordpress-5.9-Ryan-Welcher#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-19715\"></span>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast via your favorite podcast apps!</strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes </strong></p>\n\n\n\n<h2 id=\"ryan-welcher-developer-advocate-sponsored-by-automattic\"><a href=\"https://twitter.com/ryanwelcher\"><strong>Ryan Welcher</strong></a>, Developer advocate, sponsored by Automattic. </h2>\n\n\n\n<ul><li><a href=\"https://www.twitch.tv/ryanwelchercodes\">Twitch Live Streams @ ryanwelchercodes</a></li><li><a href=\"https://github.com/WordPress/gutenberg-examples\">Gutenberg Examples Repository at GitHub</a></li><li><a href=\"https://ryanwelcher.com/\">Website &amp; Blog </a></li></ul>\n\n\n\n<h2 id=\"community-contributions\">Community Contributions</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/24/wordpress-development-environment/\">WordPress development environment</a> by Marcus Kasmierczak</p>\n\n\n\n<h2 id=\"wordpress-5-9-updated-schedule\"><strong>WordPress 5.9 updated Schedule</strong></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/5-9/\">Updated Release Schedule for 5.9 </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\"><strong>WordPress 5.9 Revised Release Schedule</strong></a> by Core release lead <strong>Tonya Mork</strong></li><li><a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\"><strong>Why I voted to delay WordPress 5.9</strong></a> by <strong>Anne McCarthy</strong>, release co-lead for testing</li><li><a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\"><strong>WordPress 5.9 Revised Release Date Confirmed for January 25, 2022</strong></a>, <strong>Sarah Gooding</strong>, WPTavern</li><li><a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\"><strong>A Look at WordPress 5.9</strong></a> with the newly published video via WordPress News. </li><li>Video: <a href=\"https://www.youtube.com/watch?v=r59aR1tmY6k&t=75s\"><strong>Exploring WordPress 5.9: Block theme flows, Styling, Patterns Explorer, &amp; more</strong></a></li></ul>\n\n\n\n<h2 id=\"gutenberg-12-0\">Gutenberg 12.0</h2>\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">Find the full changelog on GitHub</a></strong>  </p>\n\n\n\n<ul><li>Block Styles Previews (<a href=\"https://github.com/WordPress/gutenberg/pull/34522\">34522</a>),</li><li>Featured Image block Visual Enhancement in the Site Editor (<a href=\"https://github.com/WordPress/gutenberg/pull/36517\">36517</a>), </li><li>the Site Editor Welcome Guide (<a href=\"https://github.com/WordPress/gutenberg/pull/36172\">36172</a>) and </li><li>the updates to the JSON schemas for <a href=\"https://schemas.wp.org/trunk/block.json\"><strong>block.json</strong></a> and <strong><a href=\"https://schemas.wp.org/trunk/theme.json\">theme.json</a></strong>. </li><li><a href=\"https://github.com/WordPress/gutenberg/discussions/categories/developer-experience\">GitHub discussions on Developer Experience</a>.</li></ul>\n\n\n\n<p><a href=\"https://www.twitch.tv/videos/1214655583\">Gutenberg plugin v12.0.0 Release Party with Ryan Welcher</a></p>\n\n\n\n<h2 id=\"what-s-discussed-and-in-active-development\">What&#8217;s discussed and in active development</h2>\n\n\n\n<ul><li>Pull Request by Ryan Welcher related to ordering slotfill/panel: <a href=\"https://github.com/WordPress/gutenberg/pull/16384\">Plugin sorting via priority property in registerPlugin</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/28273\">Enable React Fast Refresh for block development</a> coming to @wordpress/scripts by Grzegorz Ziolkowski</li><li><a href=\"https://www.godaddy.com/garage/gutenberg-how-to-test-the-latest-updates/\">Gutenberg: How to test the latest updates</a> w/ Birgit Pauli-Haack, Andy Fragen and George Mamadashvili via GoDaddy Pro</li></ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-61af5cefd6467 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></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 56th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about Gutenberg 12.0, the updated WordPress 5.9 release schedule, navigation block site editor, and so much more. I&#8217;m Birgit Pauli-Haack, curator at the Gutenberg Times. And I&#8217;m here with my co-host, Grzegorz Ziolkowski, JavaScript developer at Automattic and WordPress call contributor. Our guest today is Ryan Welcher. Developer advocate at the Open Source Project and sponsored by Automattic. Hi, Ryan. Thank you for joining us today. How are you?</p>\n\n\n\n<p><em>Ryan Welcher</em>: I&#8217;m good. Hi, thank you for having me. I&#8217;m excited to be here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, howdy-howdy and Grzegorz, how are you doing?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Hello, Ryan, and hello Birgit. I&#8217;m fine. It&#8217;s a little bit dark outside because the winter is coming to Poland, which means that about 4:00 PM, you don&#8217;t see anything outside. So it&#8217;s just a little bit depressing, but I&#8217;m happy that we have a lot of exciting things to discuss today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So we all have to have our sun in the hearts. Right?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And all the warmth from the Florida, you send us.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. I&#8217;m pushing it all towards Canada and Poland.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yes. You can&#8217;t see it, but I&#8217;m wearing a toque right now during the recording of this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I have one of those and I need to take them to Canada when leaving.</p>\n\n\n\n<p><em>Ryan Welcher</em>: You&#8217;ll definitely need them. Yes, you will.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So Ryan, you just completed your first Gutenberg release from the release candidate last week to this week&#8217;s final version. What did you learn?</p>\n\n\n\n<p><em>Ryan Welcher</em>: It was a fun experience. I&#8217;d never done it before. I went into it with my imposter syndrome kind of pinging in the red, I have to say. I learned that it&#8217;s pretty foolproof. You click a button and wait for the actual process of creating the release and the zip file and all that. Really, it&#8217;s all done in GitHub actions, which is really. It was really, really simple. I did a live stream of both, and it was a lot of fun, but it was like a lot of action, and then nothing while we waited.</p>\n\n\n\n<p>And so, it was a lot of me like trying to fill in the awkward silences, and then things would go, and then, we&#8217;d be done. Probably the biggest, the most amount of work on my end was definitely the changelog, was sort of organizing the release notes and moving some things around and making sure that the various pull requests were in the appropriate locations and all that sort of stuff. But I had a lot of help from a couple of folks at Automattic that had done releases before to give me a hand, sort of know what to look for.</p>\n\n\n\n<p>I also learned that I don&#8217;t need to know, as the release lead, you don&#8217;t need to know what every commit did and how, like it&#8217;s not your job so much to make sure that the code works, because at this point, the code should be working and as automated process is in place that will flag things if stuff&#8217;s not working. So that was probably the biggest sort of learning for me was that like, I don&#8217;t… I wasn&#8217;t going to break 42-1/2% or 43% of the internet by pressing this button, it was by this point things are usually good. So yeah. It was a fun experience though. I&#8217;m looking forward to doing it again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Good. Good. I know that there are always a few more contributors wanted to do releases to walk us through. And so, I&#8217;m glad that you are here and tell us that it might not be, and we should all put us on imposter syndromes and just get started because there are some security nets there not only for security technology, but also for, it&#8217;s a safe place to get started contributing.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Absolutely. Absolutely. One thing I did want to mention is that not anybody can just go and click the buttons. You have to be part of the contributor team, the Gutenberg contributor team, which you do by just getting involved, doing a couple pull requests, getting some eyes on your code. And then, it&#8217;s pretty straightforward to get added. You just have to put in a bit of work to get some sort of clout, I guess, behind you to get that that ….</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. But it&#8217;s not the first good issue kind of contributing is definitely a progression. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: For sure. For sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So we will also talk about a new section, the change up a little beta, a little bit later. A little beta. It&#8217;s a nice kind of-</p>\n\n\n\n<p><em>Ryan Welcher</em>: It sounds like a beta version, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: A little bit later. It&#8217;s called the developer experience and we&#8217;ll talk about it as I said. So before we head into the changelog and the announcements and everything, I want to take the opportunity to introduce you to our listeners and also discuss briefly some of your great work of the last couple of months. So how long have you been working as developer advocate and what did you on before you came to Automattic?</p>\n\n\n\n<p><em>Ryan Welcher</em>: Well, my road to developer advocacy was a long one. I haven&#8217;t been a developer advocate professionally for, well, since I started at Automattic. This is my first official role as a developer advocate. I&#8217;ve always wanted to try it out. I remember, I tell this story to anybody that will listen. But way back in the day when I was doing flash work back in 2005, something like that. I saw this guy at a conference, and he was doing all this really cool stuff. I&#8217;m like, &#8220;That&#8217;s the coolest job in the world. You just go around doing cool things and showing people.&#8221; And that&#8217;s what I thought developer advocacy was.</p>\n\n\n\n<p>So, yeah. So I joined Automattic, I guess, it was in, I think it was August of this year. So that&#8217;s how long I&#8217;ve been a developer advocate. I&#8217;ve been a developer for about 17 years. Prior to joining Automattic, I was at 10up. I was there for about six years. And then, before that I worked at various places where I&#8217;ve done a lot of… I had my own agency. &#8220;Agency,&#8221; if you want to call it that. And yeah. Done all kinds of developing stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What did you do at 10up?</p>\n\n\n\n<p><em>Ryan Welcher</em>: 10up, I left as a lead web engineer. So my job was to be the technical lead for many… Well, all the projects that I was on, I was usually the technical lead. So doing a lot of estimating and kind of like driving, sort of like guiding the ship as far as from a technical standpoint. Got to do some really cool things with Gutenberg. Really, really, really cool things with Gutenberg. I did a standalone Gutenberg implementation that was tied in the Larabel that was it was so much fun to put together.</p>\n\n\n\n<p>I can&#8217;t say the client or anything like that, but it&#8217;s lots of, they do really cool stuff there. So yeah. That&#8217;s what I did there. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So I know that you, because you are on the same team as I am and you started the same time as I did, and we had our Chicago meeting and we were talking a little bit more and you were doing some great work on the Gutenberg examples repo. What was that about?</p>\n\n\n\n<p><em>Ryan Welcher</em>: The examples repo is an awesome resource for learning how to do blocks, how to build blocks basically. It was very out-of-date. So what we did was we just, we updated it. And I live streamed it all. We updated all the blocks so they use the most recent versions of the block API. So now they all support block JSON, and they&#8217;re using the most recent version of WP-scripts and take advantage of all the sort of built in CSS stuff and all the goodness that really comes with the tools that we have available to us as WordPress developers, right?</p>\n\n\n\n<p>We have some really cool ones like scripts package, the EMV package for just quickly spinning up a development environment, which is like such a pain point for so many people. Like, &#8220;What do I use?&#8221; And I don&#8217;t want to install VVV or docker or whatever, right? Well, I guess you need docker for EMV, but some of these more complicated things, right? And so, that was the effort.</p>\n\n\n\n<p>The effort was to get the examples repo up-to-date and get some more examples in there. We added one for a slot fill, which we didn&#8217;t have before, which is great. Yeah. And I&#8217;m super excited about it. Super proud of all that work and it&#8217;s been a really good, a lot of people in the community have really kind of like jumped on the bandwagon with that and been really supportive of keeping it up-to-date.</p>\n\n\n\n<p>I know that there was talk of maybe retiring the repo, but I think it&#8217;s been referenced in so many places across the internet that I think we just need to keep it up-to-date and keep it moving forward.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think that&#8217;s a great tool to really get into the examples and see how it&#8217;s actually done. And then, transfer that to your own Gutenberg block building experience. Yeah. So you mentioned your Twitch streams. I think people kind of watch that. How often do it? Do you have any additional plans?</p>\n\n\n\n<p><em>Ryan Welcher:</em> Well, it started out as an experiment. I always wanted to… I&#8217;ve always thought I&#8217;ve never really seen a Twitch stream for WordPress specific stuff. I know there are a couple of streamers out there that do like one that they might do something with WordPress once or twice in a month or something, or maybe less. But I stream every Thursday, 10:30 Eastern, usually. Try to do it for about two hours.</p>\n\n\n\n<p>Still, I&#8217;ll do some ad hoc ones now and again. You can find me at Ryan Welcher codes on Twitch, and also on YouTube. So I stream to both Twitch and YouTube at the same time. And, yeah. I mostly just fight, struggle through writing code live. And people get to watch me type horribly and do write really bad CSS, because I am not a front end developer. So hopefully, it&#8217;s… I&#8217;m sure it&#8217;s tarnishing my reputation as a developer, which is great. But also, I hope that it&#8217;s showing people that like, people, even folks like me who&#8217;ve been doing it for a long time still have to look up how to do like a ray filter, right? Or how to float something left, which you don&#8217;t even do in CSS anymore. That&#8217;s how long it&#8217;s been since I&#8217;ve written CSS.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a real pleasure for me when I get the time to watch your stream because you have a similar correction on typing that I do. I kind of have two or three times. So it kind of takes care of my imposter syndrome as well.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Totally. I hit the daily key more than I hit any other key on my keyboard like without a doubt.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The backspace key.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. It&#8217;s worn out.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. So did you stream… So we are recording this on Friday, November 26th. And did you do a stream yesterday?</p>\n\n\n\n<p><em>Ryan Welcher</em>: I did. I did a stream yesterday. It&#8217;s a part two, actually, Birgit, you gave me the topic of creating a pole block in Gutenberg. And so, we did. This is the part two, and there&#8217;s going to be a part three, because it&#8217;s actually a pretty complicated block. More complicated than I was expecting, but this series is going to be fun because I think I approached it one way in the first stream that we did last week. And it was bad.</p>\n\n\n\n<p>It kind of worked, but it really demonstrated the power of inner blocks. And because I didn&#8217;t use inner blocks, basically what I wanted was a block that allowed you to put in options and you create as many or as little options as you wanted. So I was kind of rolling my own solution. And that&#8217;s never a good idea, not when you&#8217;ve got really powerful tools already available to you.</p>\n\n\n\n<p>So in last week or sorry, yesterday&#8217;s. I refactored the block to use inner blocks and it went so much smoother. And now, I&#8217;m just trying to get the front end working, and so that&#8217;ll be next week most likely so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Front end is the most difficult because that&#8217;s something that it&#8217;s a new territory. That&#8217;s not so much exercised, especially by the core team. And we are looking at that, like started looking into that for the comments form block, which is also a quite complex thing to move to front, and then to the block concept. And yeah, so like I&#8217;m looking forward what you come up with just to like see and what the ideas you have and how people have to struggle with that today.</p>\n\n\n\n<p>So, yeah. So I just want to also thank you for updating the Gutenberg examples repository, because we just didn&#8217;t have contributors that would actively work on that one. And the way you did it with live streams was just amazing so people can see everything how it works. And also, a good way for people to, and bring up-to-date their own configuration and use the latest and the most great approaches for the goal.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Awesome. Thank you. Yeah. I really enjoyed doing it and I think… I don&#8217;t have a huge following on Twitch. I think I have something like 60 subscribers or whatever, but I really feel like it&#8217;s helped a little bit to get a bit more exposure to some of the great tools. Like I said before, some of the fantastic tools that Gutenberg and WordPress have available. So build processes are pain. Well, we have scripts package. It just handles it for you. You don&#8217;t need to worry about it, right?</p>\n\n\n\n<p>And so, I think as part of updating that, I think I hopefully got a bit of sort of exposure for those tools and just how powerful they are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Yeah. So I&#8217;m so glad that you&#8217;re here and let&#8217;s get a little bit further into the show.&nbsp;</p>\n\n\n\n<h3 id=\"announcements\"><strong>Announcements</strong></h3>\n\n\n\n<p>So dear listeners, if you haven&#8217;t heard it yet, WordPress 5.9 release has been postponed to January 25th, 2022. A few modules needed two more weeks to get it into the release before the feature freeze. So instead of the first beta to come out on November 16th, it&#8217;s now scheduled for November 30th, 2021, because of the holidays in America and Europe, the release schedule now spans a bit longer. And instead of December 14th, the WordPress version is not to be released until end of January.</p>\n\n\n\n<p>In the show notes, I have two, three links for you. One is from Tonya Mork. She&#8217;s the core release lead for this release and she published on the make blog, the decision making process about the postponement. She shared links of the issues list, and also the reasoning, the why the postponement was favored over removing the features was that weren&#8217;t ready yet.</p>\n\n\n\n<p>And then, Anne McCarthy. She&#8217;s the FSE program manager, but also core release lead on this release for testing, posted a personal blog post with her thought process on why she voted for the delay. And in her post she also walks us through the issues and why it made sense to give them a few more days to land in the core release rather to rip out the whole FSE from the release, and then release it in 6.0. Turned out that the release lead from editor, Robert Anderson&#8217;s also was, of course, he found that it would be almost more work to rip out the features from the core than just wait two weeks and finish the little things that needed to be added to that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. And in fact, all the blockers are already resolved so there is no more risk that the release would be further postponed. So you don&#8217;t have to worry about that at all. And one more note about that, if there wouldn&#8217;t be a holiday season, New Year and such, then we just have a two-week delay. And because of that making sure that everyone can get back to work after New Year&#8217;s, like then don&#8217;t have to rush and update their website and prepare for all the things that are usually connected with that so people will have much more time.</p>\n\n\n\n<p>And I guess I also saw some opinions from people that they are happy that it&#8217;s happening in January, because it&#8217;s not so tight schedule before the New Year and Christmas and holidays. And so, depending on the parts of the world what people celebrate.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. I&#8217;m in a few different sort of communities that are not in WordPress Slack, but across the place or the internet. It&#8217;s either been like everyone&#8217;s sort of like, &#8220;Yeah. That&#8217;s the right decision,&#8221; or in some of the more… Hostile is not the right word. In some of the more lively places, it&#8217;s silence. Which usually means that it&#8217;s good. So if no one&#8217;s complaining, then that&#8217;s probably a good thing.&nbsp;</p>\n\n\n\n<p>So I think it was the right move. Obviously, everyone seems used to be on board with it. And it&#8217;s just going to move us to a much more stable release. It&#8217;s very cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I really heard a collective big sigh of relief from the WordPress e-commerce community to spread, to be spared yet another major WordPress release during the biggest e-commerce time of the year of the holidays. Yeah.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh that&#8217;s a good note, because in the past when I was in the e-commerce business, like there was a feature freeze of on everything in December and sometimes even in November. So I now can relate to that. So I see where it comes from.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Although I think John Baptiste Audras who has been a core team rep, he had a comment on one of the comments on the release, first release blog post, who said, &#8220;Well, in the life of WordPress, we had 46 releases in December before, and there will always holidays and there will always, and yeah. It&#8217;s a global community.&#8221; And yeah. So there is a sense of, &#8220;Okay, it&#8217;s not only the American holiday or the European holiday season there are other holidays that are not, they are not so much in that are considered to blocking a WordPress release, so why should this one?&#8221; But I get it.</p>\n\n\n\n<p>So if you need a fast overview of what will come for WordPress 5.9, the WordPress team published a fabulous video on the news section to show that you can or watch yourself, but also then show your clients, meet up members and others. So it&#8217;s really fabulously made. I also will have a link for you to a little longer video by Anne McCarthy about some of the full site editing features a little bit more in detail, also in the show notes. So the show notes will be quite big now.</p>\n\n\n\n<h3 id=\"community-contributions-1\"><strong>Community Contributions</strong></h3>\n\n\n\n<p>So for the community contribution, I wanted to point out Marcus Kazmierczak kicked off an interesting discussion and you mentioned it as well, Ryan. Discussion about what would be a, should be a WordPress recommended development environment in view of the Dockers change of license for the desktop app. This developer discussion certainly can use your voice, you listeners as well.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I think it&#8217;s-</p>\n\n\n\n<p><em>Ryan Welcher</em>: Really interesting. Sorry. And unfortunate that Docker&#8217;s going to a paid model for their Docker for desktop app. I thought we had a good thing going with the E&amp;V in environment like the WordPress/E&amp;V package. I hope there&#8217;s something similar. I have a feeling we&#8217;re going to end up, we, being the community, will end up kind of rolling another solution, which is unfortunate because the more solutions you have, the sort of more diluted the waters get, and that it&#8217;s hard to kind of support all sorts of things.</p>\n\n\n\n<p>I know VVV was used a lot. Having used it, I wouldn&#8217;t, I don&#8217;t really want to go back to that personally. Not that there&#8217;s anything wrong with it. It was just, if you&#8217;re doing a lot of sites, just the way that the… And this may have changed in the time it&#8217;s been since I&#8217;ve used it, but it took up a lot of space on your computer. And there&#8217;s a running joke about hit up, and then run them. And then, go have a coffee and watch a movie and come back and it&#8217;ll be done. But yeah. No. I hope that we can… I hope something changes there, but maybe not. I don&#8217;t know. What do you think, Grzegorz?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I think that&#8217;s very interesting what&#8217;s happening here because my initial thought would be that the post is about unifying everything and like picking one of the solutions. The benefit of WP/E&amp;V and using Dockers is that it works out of the box on Linux. So all the continuous integration that we use with Gutenberg, and now also with WordPress core, it just doesn&#8217;t need any special handing. It just works.</p>\n\n\n\n<p>And by installing this single command, WP/E&amp;V install, you recreate the same setup on your local machine, which is like just amazing, because you can easily go back when something wrong happens and that was the whole idea. And it&#8217;s like Marcus mentioned that in call, we use a bit different setup, however, it&#8217;s also based on Docker. And there is something else used in one of the different products that is also used to by the WordPress project.</p>\n\n\n\n<p>And yeah. So basically, it&#8217;s also a bit strange because the license for Docker allows open source usage, but with a special remark that if you work for a company and you are a paid contributor, if the company has over 250 people, or it turns like over $10 million revenue, then you need to pay for the license, which means like, for the most of the contributors from the committee, it&#8217;s not a blocker, however, there is no paid contributors like us, which we can afford the license, but for some people from different companies, the policy might be different so that creates friction.</p>\n\n\n\n<p>So that&#8217;s really unfortunate that it happened, because instead of picking a right solution, now we need to decide what to do about Docker like for the whole community.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Well, do you think that this reminds me a bit of when React&#8217;s license conflicted with WordPress? I wonder if there might be some conversations that could happen down the road? I&#8217;m not sure. I mean I think this is a fairly recent licensing change. Is that accurate?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: I mean WordPress can&#8217;t be the only community that has paid contributors that this is going to affect. So maybe there&#8217;ll be some changing of the wording in the license. I don&#8217;t know. I mean I&#8217;m being cautiously optimistic that there&#8217;ll be some adjustments that will allow the usage to continue. Because I mean from a project point of view, it&#8217;s very hard to have that argument of we&#8217;re going to keep using this tool, but some of the people in our community have to pay for it and others don&#8217;t. And that&#8217;s kind of goes against the whole free, and what am I trying to say here? The open source.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Easy access. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: … mentality. Yeah. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So to be continued and to see what&#8217;s happening, but chime in on the discussion on the make blog post. So your opinion will be heard as well.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-released-gutenberg-12-0\"><strong>What’s Released &#8211; Gutenberg 12.0</strong></h3>\n\n\n\n<p>So now we are coming to our what&#8217;s release section and Gutenberg 12.0 was released. Do you want to do the honors, Ryan, and start us off going through the changelog?</p>\n\n\n\n<p><em>Ryan Welcher</em>: Sure. I can do that. Yeah. So 12.0 was released on, I guess it would&#8217;ve been the 24th of this week. And then, there were 86 pull request it looks like. So we can start with the enhancements. So there&#8217;s 28 enhancements. We can go for the start with the block library. There&#8217;s a move WP Rest block navigation areas controller from Gutenberg to core. I should actually backtrack and mention that this release has a lot of sort of maintenance style releases.</p>\n\n\n\n<p>So there&#8217;s a lot of like little bug fixes and little things. And so, some of these features might not be, or some of these enhancements and things might not be super newsworthy, but they&#8217;re all needed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And we won&#8217;t go… Yeah. For our listeners, we won&#8217;t go through all 86. We highlighted a few, each one of us to kind of see what we want to talk about. And so, just kind of make sure you&#8217;re not preparing for a two-hour listen.</p>\n\n\n\n<h3 id=\"enhancements\"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Ryan Welcher</em>: I&#8217;m not going to read through every single one. Okay. Great. So for the block library, there was some changes of some verbiage from website to site. One of the ones that we probably should talk about are the featured image. The featured image now looks like a placeholder, which is a really nice addition. So if you remember the featured image block prior to this release would have sort of a placeholder where you could click a button and upload something, but it didn&#8217;t really give you a sense of what it would look like in the post.</p>\n\n\n\n<p>And so, they&#8217;ve changed that now. So now there&#8217;s a nice sort of like mountain scape dotted line graphic and it actually does respect the height attribute as well. So it&#8217;s a lot more representative of what it&#8217;s going to actually look like in your site layout, which is really nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The featured image block is actually one of the theme blocks for the post template in the query loop. So if you&#8217;re not using any block themes, you won&#8217;t see that yet, but I really like how it kind of adapts to the dimensions the width and the height. So cool. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It also has a border that is always visible. So even if you unselect the block, you will still see the shadows of the feature image. And also, I want to mention that is the similar approach was taken previously for the site logo block. So if you are familiar with that, it&#8217;s just the same concept.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the next item on our list is the navigation block now has enabled previews for the link blocks. We saw this on other editors, but now it&#8217;s also in the site editor for the navigation block. So when you hover over a link, it shows you a preview of the text, the image and the excerpt, if it&#8217;s available in a little popup window there. So you know exactly, okay. Oh yeah. That post is, or that page that I link to is the right one without having go to it and looking it up kind of thing. So this really enables a few more faster user interface for checking up on the links.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. And I think changes like that, which this release has a sort of a lot of sort of visual changes for the user. I think they&#8217;re great. I mean it makes, like WordPress historically has been a lot of like save it and hope for the best. Right? And these things kind of get us further away from that close. Much more to like a true what you see is what you get editing experience, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I like how Helen calls it, &#8220;The save and surprise.&#8221;</p>\n\n\n\n<p><em>Ryan Welcher</em>: That&#8217;s it. Save and surprise. Yes. Helen. That&#8217;s great.</p>\n\n\n\n<p>Yeah. Helen&#8217;s great. I guess there&#8217;s a few more in there. The next one that we wanted to sort of talk about was the paragraph block. We&#8217;ve merged the typography settings all in the same one. Specifically the drop cap setting had its own kind of section in the block inspector sidebar. Now that&#8217;s been moved into the typography panel, which I think is a nice, again, it makes sense.</p>\n\n\n\n<p>It&#8217;s a typography change. It should go with the rest of the typography control. So that&#8217;s a nice little feature in there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That we also pointed out for the people who are looking for it now, and don&#8217;t find it. You find it in the typography panel, which might not be expanded when you open up your sidebar.&nbsp;</p>\n\n\n\n<p><em>Ryan Welcher</em>: Right.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Unless the team author decided that you shouldn&#8217;t do that and they disabled that, because now we have this possibility and that&#8217;s a really great feature of block teams that basically any control can be disabled, like removed from the view in the sidebar.&nbsp;</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. If you want to test this, I was testing this this morning actually with the TT1 theme blocks and that the drop cap is enabled. It&#8217;s in there and it&#8217;s good to go. And I believe drop cap is really the only block that really supports… Well, I shouldn&#8217;t say supports it. The block that you&#8217;d find it in the most is paragraph. I don&#8217;t know of any other blocks that have drop cap off the top of my head.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s only the paragraph. You&#8217;re right. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: And just a side here. The way that they&#8217;re handling the typography and the borders, and there&#8217;s a new component. Well, it&#8217;s new to me. I think it&#8217;s tool… No. What&#8217;s it called? It&#8217;s the component that you click the three dots and you get the… It&#8217;s the tools, the tool panel? I think it&#8217;s… Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes.</p>\n\n\n\n<p><em>Ryan Welcher</em>: It&#8217;s very, very slick. I think that&#8217;s such a really nice way of combining lots of controls that I&#8217;m going to… You know what? I&#8217;m going to do a live stream where I use that in a block, because I think that would be super, super handy. Because historically, you would have the sort of the inspector controls and every little thing would, every panel would line up and you have a really long, like really tall, tall experience with a very complicated block. And I think this is going to be a really nice sort of tool for the block developers&#8217; toolkit to be able to put lots of complicated related things together and not take up the entire screen.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. The idea we discussed this on the show previously that the idea is to have more control over that. So block authors could also register their own controls that would be displaying one of those groups. So to have even better organization there.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. I think that&#8217;s a great addition.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I got a question from some of the, from someone in the community, if there is an idea to actually, or is that in the future that you, as a user can change the order of those panels that maybe the featured image can go a little higher in the priority rather than being on the bottom of things, because it&#8217;s some, like in a post editor controls?</p>\n\n\n\n<p><em>Ryan Welcher</em>: I can kind of speak to that a little bit. I&#8217;ve done a fair amount of work with SlotFill. And one of the things that I was in a lot of conversations with was this concept of, because… So in the post editor, there&#8217;s a SlotFill that allows you to insert a custom panel just below the publish panel. And we had this idea of priority, because what if there was five panels, how do you set the order?</p>\n\n\n\n<p>And so, that devolved into a different conversation, but the idea… I think it&#8217;s a fantastic idea that those panels be sortable by the user. I mean I don&#8217;t know if anyone&#8217;s actually tried to do that, but that&#8217;s where that conversation of SlotFill priority ended up was first, we should allow the user to pick the order. And then, we can have… Then, we don&#8217;t need to worry about it. Then, they can order anything including panels that have been added by slots. So that doesn&#8217;t answer that question, but I think it&#8217;s on people&#8217;s radar. It&#8217;s definitely a fantastic user experience that we should probably be moving towards.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I&#8217;m going to scout out that issue and assuming it was in an issue discussed, kind of see if we can surface it again and another-</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. I&#8217;ll find it for you. For sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I remember that discussion. And the blocker that we had was that if that said developers&#8217; tool that not necessarily would be in favor of user when those priorities would be set. So we were in favor of having more organized way, like the groups we have now and giving the power to users to move those panels however they want. So that&#8217;s like something definitely some rather, and always being discussed this way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Let&#8217;s continue. And the site editor, it comes now with a welcome guide that gives you four panels, I think, and explains a little bit where you find things on the new site editor for the full site editing experience.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. You get a pop up when you first load the site editor. And then, when you first click on the little icon for the global styles editor, you&#8217;ll get a secondary sort of walkthrough there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. For those styles specifically. Yes. Awesome. Yeah.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I think it has four steps the last time I saw it, like it walks you through the different concepts of the site, which is pretty handy for new users.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. I think it&#8217;s a great introduction to it.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Sooner or later we will find a place where, or find a way to actually put this on the user data instead of in the local storage, because those are going away. And then, you see all the welcome guides, again, when you come in with a new one, but that has been an ongoing issue or maybe now that most editors like the widget editors done, the site editors done, the post editors done, there&#8217;s one more coming that&#8217;s the navigation editor. And maybe after that, there might be a unifying idea on how to store that on a user basis.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. The next thing I would like to highlight in there is the styles. And there we have now in the section with blocks, we have now icons. So it just like a nice visual change that helps you to much easier to find the block you are looking for if you are familiar with the icons.</p>\n\n\n\n<p>One thing that I miss there is like the section to get to there is like blocks. It doesn&#8217;t have an icon. So I had trouble in trying the place in the sidebar. So that&#8217;s could be next enhancement on the-</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. When I was looking at that issue before this, I was also like, I don&#8217;t know how to get there. I&#8217;m just going to ….</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sometimes things are right in your face like a welcome guide and sometimes things are very subtle and I think it&#8217;s more like the… It&#8217;s still in the process of getting better. Yeah. So you don&#8217;t want to… Yeah. It&#8217;s not that you want to point people to it when it&#8217;s going to change a lot, but what it does, it&#8217;s in the style section of the style editor and you could with that do a side wide configuration or settings for any of your blocks. But right now it&#8217;s the core blocks, so you can say, &#8220;Okay, which is the default style for my heading? And which is my default topography for the paragraph?&#8221;</p>\n\n\n\n<p>If your theme doesn&#8217;t do that, you can change that or you can override your theme, because you don&#8217;t like how the theme does your quotes, for instance, or something like that. So there is a place to make those changes for the full site, but on a block, individual block basis. So that&#8217;s for those who have done adventure into the full set editing experience with 5.9.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The next feature that we want to cover is for the block stars. In the past, we would have in the cyber of the block, for instance, the quad block is a good example. It has several styles to pick from, and you would see the currently selected, like the preview for the currently selected block version.</p>\n\n\n\n<p>And the change now is that instead of showing that, you are presented with buttons, and once you hover or you go with the, when you are using keyboard and you move focus to the button. Then, the preview is shown, which is pretty nice, because it was a bit too much, because it was too prominent and that&#8217;s not definitely something that&#8217;s the most important for the block. So that&#8217;s a nice change.</p>\n\n\n\n<p>It also like the PR was quite big. So the changes were also included in the transform, like drop down menu. So when you go to the block tool bar, if you click on the icon of the block, you are presented with the ways how you can transform, for instance, the paragraph block, you can transform to the least, to the quote, and so on and so on.</p>\n\n\n\n<p>And for some blocks, if they have block stars, there is also a list of possible options to pick from. I believe that before when you would hover over the option there, you would see preview. At the moment there is no preview. I don&#8217;t know why it happens. So I couldn&#8217;t identify that information. And yeah, but definitely something that would be just unified and the people will look the same at some point, at least this is what I hope for.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I read through this and I think the biggest hurdle was that, so what I like is that it&#8217;s in both places, it&#8217;s in the sidebar and the styles are also in the transform on the block toolbar. So if the sidebar is not open, you still have the choices to go to the styles. And that there has no preview. It seems that there is a little bit of a placement issue there that all of a sudden, this gets really disjointed when you have the toolbar, and then you transform and have another preview kind of on that block tool.</p>\n\n\n\n<p>So that is a little harder to solve them, but this PR had a lot of comments and different explorations on how to solve that. And it really made me realize that there is, even for the smallest things, there are a lot of things that need to be considered and there are quite a few people who have a lot of experience with that still trying to figure that out. So even if it&#8217;s a small, yeah, if it&#8217;s a small line item kind of show style preview over hover and focus, but there&#8217;s a lot of thought that goes into it, and even if you….</p>\n\n\n\n<p>Yeah. So I really marveled on that that how people or designers and developers can articulate all the different things that they need to think about when you do that for. As Ryan mentioned, 42 million, 42% of the internet, these are heavy decisions to make. All right, Ryan, do you want to take the next one?</p>\n\n\n\n<p><em>Ryan Welcher</em>: So the next one we have highlighted is the allow additional props on tools panel. I think this is just a nice little developer addition, be able to add whatever you need in there. I&#8217;m not that familiar. It&#8217;s a pretty small PR, looks like just basically spreading some props in there. So that one, again, I love it that this is sort of like thinking about the developer experience as well. Like one more tool for the toolkit so to speak, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. If the developer has a custom block or something like that, and I need an additional top for the tool [crosstalk 00:39:34]-</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. And which is….</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: … Yeah. Then, now there&#8217;s a relatively easy way to accommodate that through that component. Yes.</p>\n\n\n\n<h3 id=\"bug-fixes\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh I think that takes us into the bug fixes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bug fixes.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Bug fixes, fiction? Bug fixes?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s a good band name, right?</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Bug fixes. There we go. First of all, it&#8217;s fixed background colors nested sub menus. I&#8217;m not that familiar with that particular PR. I&#8217;m just going to take a quick look at it. I don&#8217;t know. It just looks very, very, very small. So one liner, my favorite type of PR.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. But it solves a big problem, because the background [crosstalk 00:40:11]-</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: … from your sub menus should be propagate over all those sub menus. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: For sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And quite a few have noticed that that&#8217;s not handled, even if it&#8217;s handled by the theme. Yeah. You still need to have it actually work on the core rather than every theme handling that problem. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Next one here is the page list using entities instead of direct API Fetch, which I think is really nice, because we have it available to us to use the entities and why kind of not use what&#8217;s already there. So that&#8217;s a nice little change too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that if you go and as you listen, if you go and look at the PR that&#8217;s three, six, five, three, one, and you see the difference of what the effect of it is, and that is on the second load, there is no going back to the server and get it again. So there is no delay on the editor side, so which are… That&#8217;s pretty much the promise that the block editor has for, even for dynamic content that comes in that it&#8217;s immediate and it&#8217;s, doesn&#8217;t have another one at the server grabbing the information.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It&#8217;s also start locally so whenever some other part of the code base wants to access the same data, it&#8217;s already there, unless there is some update that&#8217;s going from the server, there will be still the same data source used. So which is always a great improvement in terms of performance.</p>\n\n\n\n<p><em>Ryan Welcher</em>: It also allows you to tie into some of the other, like some of the other tools like invalidate resolver, if you wanted to update this query, you can just pull, because we know how this query is built inside of get entity records. It&#8217;s sort of there&#8217;s a standardized approach. You could invalidate that and have it reload.&nbsp;</p>\n\n\n\n<p>And also, the pull request has more removals than additions and that&#8217;s always a nice little pull request when you have less code. When you&#8217;re taking code out, but making it better. That&#8217;s always a good way of approaching things.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s the best way.&nbsp;</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Exactly.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. There&#8217;s one which I don&#8217;t think that should be counted as back fix, because it&#8217;s a feature for the full site editing, and in part for the theme JSON, you now are able to opt out of color palette. So in your theme JSON, in the setting sections, if you go and you use update the color subsection, there is no color palette and color gradients, two fields that you can set default, which basically will disable the default color, probably have some gradients.</p>\n\n\n\n<p>And you can go the other way around and use the same concept to enable that for a given block. So you it&#8217;s up to you. You can disable that for the block, enable for everything. It&#8217;s like you just can decide whatever is good for your team.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. That&#8217;s really interesting. I wasn&#8217;t aware, like I know that… I just did this whole deep dive into theme.json to kind of get an idea of what block support and what don&#8217;t, what they do and don&#8217;t support and all that stuff. And I didn&#8217;t realize that, I knew that you could turn it off currently, like before this release on a per block basis, but I didn&#8217;t realize that you couldn&#8217;t do it at the sort of the settings level.</p>\n\n\n\n<p>So that&#8217;s nice. That&#8217;s a really nice enhancement, because there&#8217;s definitely going to be times where you don&#8217;t want to use that or maybe you only want to opt-in in certain places. So that&#8217;s really nice. That&#8217;s definitely an enhancement, I think. I don&#8217;t think it&#8217;s a bug.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I feel the same way that that is really a good new feature kind of thing for the theme developer. But if I understood that correctly though is that the core color palette is still available on the back end of it. Because thinking about a theme switch, if the color palette of the thing goes away there&#8217;s still a color palette from core that will pick up some of the colors when the theme is a different theme and your content wouldn&#8217;t go just all white or all black or depending on the background.</p>\n\n\n\n<p>Yeah. So what it switches off is the use of panel on the sidebar for the blocks as well as for the site editor.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. So if I understand it correctly, if you have a theme and it defines a palette, you could also say, &#8220;Here&#8217;s my palette, but also let&#8217;s use the core ones.&#8221; And then, yeah. And then, like you said, &#8220;You can opt out on a per block, but a basis.&#8221; But you&#8217;re right. You won&#8217;t lose anything to just get the core palette by default, I guess.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, so next. One of you, all the WebP extension.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Hang on. I had one that we skipped over it and there&#8217;s use… So the block API now also has use first child and last child when parsing lists from MS Word. That&#8217;s not so much a bug fix. It&#8217;s more like an enhancement of the parsing when you write something in MS Word, in Microsoft Word, and then copy-past it into the block editor. You now have a better list experience, because it uses these new, what is it, functions? So you can have a better parsing experience. That&#8217;s just for the content creators and those who are not writing in the block editor. So now it&#8217;s up to you. Back to you, Grzegorz.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yes. So in the block editor there was a block fix solution, which has change that add WebP extension in file past handler and get by even data, which for like visibility, for the same experience you mentioned with Microsoft Word, like when you copy and paste if you want, remove, you may just start use those extensions. Before, it was just removed or just like sanitized by the parser.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So now it can handle images at all of the WebP format, before it wouldn&#8217;t be a good image file.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It was added to WordPress core so it just a sequence of that, that it has to be rolled out to all other places and it was easy to miss.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. And there was some CSS and styling done now also for the code block, which didn&#8217;t get a lot of love before. So now you can do a few more things with the code block then. And your theme JSON, I would think or maybe it&#8217;s mostly to take the code out. Oh it&#8217;s still… Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. The code lock needs much more love from the core contributors. It&#8217;s a very complex topic because all the codes like the JavaScript or CSS style that you need to load is gigantic so that&#8217;s why we didn&#8217;t come up with a good solution so far.</p>\n\n\n\n<h3 id=\"documentation\"><strong>Documentation</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Which brings us to the documentation section and there were quite a few updates in the handbook concerning the theme JSON file. Do you want to talk about it, Ryan? I think you quite a few….</p>\n\n\n\n<p><em>Ryan Welcher</em>: Well, yeah. The theme in block.json has been sort of my… I&#8217;ve been kind of focused on it myself and Marcus and Greg as well. Well, many people, not just us. But we probably talked about this a bit more in the developer experience as well. But some of these documentation things just sort of indicate things like there&#8217;s a schema entry that you can put into the theme in block.json. That is only for… Like it&#8217;s VS Code specific. You don&#8217;t need it if you&#8217;re not using VS Code, but VS Code is used by, I don&#8217;t know. I don&#8217;t even know what the percentage of people using VS Code would be.</p>\n\n\n\n<p>Yeah. A lot of people. And we&#8217;re just sort of referring to this, they have to do the gif, the schema. We actually have it posted on like there&#8217;s a WordPress URL for it, which I can&#8217;t remember what it is wp.org. So it&#8217;s just updating that. It&#8217;s also hosted on schema store, but they&#8217;re all connected. So, yeah. So if you refer to it from the host and there&#8217;s more in the developer experience. I&#8217;ll talk about that but later.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And also updated that, and I just want to point it out for our listeners. There is a contributor handbook page that has a list of which version of the Gutenberg plugin landed actually, in which WordPress version, because there&#8217;s always a little bit of a disconnect like we have now Gutenberg 12, and only some pieces of that make it into the 5.9. But when 5.9 comes out in January, there might be about four more Gutenberg plugin versions and the people need to look up, especially a plugin developer is it kind of, what can I expect with sites that have 5.9 versus the plugin?</p>\n\n\n\n<p>So that page has been updated and it&#8217;s in the developer.wordpress.org block editor contributors section. And so, you can make that a bookmark or something like that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. It&#8217;s very handy because I already forgot which one goes, the last version of Gutenberg blog that fully goes to the WordPress 5.9 release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: It&#8217;s 11/9.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s 11/9.</p>\n\n\n\n<p><em>Ryan Welcher</em>: And 12 didn&#8217;t make the cut, but who knows? Maybe there&#8217;ll be some features.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, I saw a few of the PRs on 12 that had the labeled backboard to 5.9, and that made it, I think this morning or Eastern time or no, Australia time. I think they were already rolled into core now. They are the backboard ones. So if you want to look at that, look at the release handbook, the release project to kind of see which made it in, which of the PRs from here made it into 5.9.</p>\n\n\n\n<p>So now we come to Ryan&#8217;s favorite section of this release.</p>\n\n\n\n<h3 id=\"developer-experience\"><strong>Developer Experience</strong></h3>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. So this is a new section that&#8217;s been added to the changelog. Recently, a lot of contributors have been spending time trying to improve the developer experience. That&#8217;s something that, as a developer advocate, we hear a lot that the documentation could be better. We need more examples. We, being like the royal we of developers who work with WordPress are like struggling a bit to get the information.</p>\n\n\n\n<p>And so, yeah. So that&#8217;s what we&#8217;re doing here so like probably the biggest thing that we&#8217;ve done is the schema for block.json and theme.json. And that might not seem like a big deal, but when you are dealing with something like a theme.json file that has so many entries and so many possible combination of entries, having sort of a common source of truth, where in your editor, you start typing and it prompts you and shows you what can go in there.</p>\n\n\n\n<p>That&#8217;s such a big win, both for ease of use and also for learning. And I think that&#8217;s really going to help a lot of people really get their head around… Like I&#8217;ve been spending a lot of time in theme.json lately, and I still don&#8217;t really get what goes where. And it just can be a lot. Right?</p>\n\n\n\n<p>And so, some of the things that have been added is there&#8217;s a schema definition for block.json that was added. Block.json also supports custom blocks. So we&#8217;ve added sort of like a RegX to have a name in there. We&#8217;ve updated the schema URL to wp.org domain, which is really cool. Just a couple of fixed things like the attribute type can be an array, as well as some other things. Fixed schema tool allow for custom blocks and theme.json.</p>\n\n\n\n<p>So there&#8217;s a lot of really nice enhancements, and we&#8217;re still working through some more enhancements. It&#8217;s kind of become a bit of a pet project of mine. There&#8217;s an open issue right now where we&#8217;re talking about valid versus supported when it comes to blocks. So for example, the button block. If you were to go into the button block, and then in its settings, go to border and turn off all four items. There&#8217;s only one of those items that actually affects anything in that block.</p>\n\n\n\n<p>And so, the question becomes, technically that&#8217;s valid, because that setting, that border object supports four entries. But for this block, three of them don&#8217;t do anything. So that&#8217;s kind of a confusing developer experience. So how do we handle that?</p>\n\n\n\n<p>So we have sort of have a conversation around making the schema a bit more granular. It&#8217;s more work, but it&#8217;s going to mean that when I, as a developer, sit down to start, trying to customize some of my blocks in theme.json, and I put an entry in, and I get that little squiggly green line that says, &#8220;This is wrong.&#8221; It&#8217;s because that block doesn&#8217;t actually do anything with that thing. Right? So anyways, lots more on the horizon there. That&#8217;s not part of this release, but I just wanted to go on a bit of a tangent there. So thank you for indulging me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And we welcome that. Yeah. So I also want to add that there&#8217;s now… So GitHub discussions have been open for maybe three months now to get a little bit closer to the developers and get questions answered, but there&#8217;s now a separate sections that&#8217;s called Developer Experience. And I really appreciate that, because I think the problem that a lot of extenders have, so extenders or developers for plugins and themes and agency developers is that so many new things come with each plugin release that it&#8217;s really hard to keep up.</p>\n\n\n\n<p>And the developer, none of our tools really accept a changelog, and you have to study them really carefully and to find those things that are actually relevant to your own work. There is no way to bubble that up into the… This is new section and this replaces that. So if you use the old one, yeah, like what you said, updating the Gutenberg examples, when you have the older method on how I&#8217;m doing things, which is still valid and it still works, but it&#8217;s so much easier to use some of the new tools that can be surfaced here in the developer experience section as well, much easier.</p>\n\n\n\n<p>And so, I&#8217;m really happy that we have that. I still need to curate the things for people that come in three months later and don&#8217;t, can&#8217;t go through all the discussions there. But that&#8217;s a different problem solve. Yeah.</p>\n\n\n\n<p><em>Ryan Welcher</em>: I&#8217;m also excited because it does, it gives us a place where people, like a sort of a central repository for people to drop stuff. And be like, &#8220;I don&#8217;t want to do that.&#8221; It&#8217;s not support. It&#8217;s not like, I don&#8217;t know how to do this. It&#8217;s more like, I don&#8217;t know how to find this or I don&#8217;t know where… The documentation is confusing. And that&#8217;s the kind of stuff that me, as a developer advocate, if I hear that. I&#8217;m like, &#8220;Well, show me where and let&#8217;s make it work.&#8221; Right? Because if it&#8217;s a small fix that brings so much joy to developers then we can make it happen. Right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So the GitHub discussions, the motivation for that was also to give a space for people to propose some ideas? And because creating an issue is not something that is actionable if you don&#8217;t have the solution. So you need to first do some sort of research, discuss with other people, exchange opinions, and then that could be solidified and you can come up with a final solution and file an actual issue that people can work on.</p>\n\n\n\n<p>So I really like this whole concept of discussions that GitHub introduced some time ago. And I&#8217;m glad that we finally have that on the Gutenberg repository. And one more note, there is also for the issues, there is also the same label developer experience, which is used to generate in the changelog those items that I uncover.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what else is in the… Did you see anything in the code quality section or in the tool section that you want to talk about today?&nbsp;</p>\n\n\n\n<p><em>Ryan Welcher</em>: The only thing that I noticed was TypeScript.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: That one.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. That one.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Opening a can of worms, right?</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. I think TypeScript… I mean people come into WordPress from the JavaScript community are probably very familiar with TypeScript. I mean I&#8217;m not that familiar with TypeScript. It&#8217;s sort of, I mean I want to learn it, and like I know what it is. I just haven&#8217;t played with it that much, but I think it&#8217;s… If that&#8217;s what the JavaScript community is doing, then, I think it&#8217;s really cool that we are trying to get that into Gutenberg.</p>\n\n\n\n<p>I do know that many of the packages do support TypeScript now. They do to some TypeScript definitions. There&#8217;s one package that I can&#8217;t remember which one it was that was written entirely in TypeScript. But getting that, trickling that into like block development or theme development and using TypeScript inside of that, I think will be really interesting.</p>\n\n\n\n<p>I&#8217;ve even gotten on my Twitch, I have a repository for my Twitch streams, and someone is like… Like literally yesterday, someone opened up an issue saying, &#8220;Hey, it&#8217;d be really cool if you could show us how to do TypeScript with block development.&#8221; So I immediately closed it and ran away screaming, but no, I&#8217;m kidding. But I think that that is something that is probably, will that drive adoption? Will that drive… So people coming here with really strong JavaScript backgrounds, will that make it easier for them to get into block development, theme development, and things like that? I think it&#8217;s an interesting, it&#8217;s definitely an interesting tool. And I think there&#8217;s a learning curve, of course, but yeah. What do you think on that?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So we already have TypeScript support in Gutenberg. So that the idea if someone is using WordPress scripts, they might want to use the same setup. I mean we do not entirely rely on TypeScript in the Gutenberg. So it&#8217;s like it&#8217;s mixed. Anyways, it&#8217;s possible so why not to open the same door for everyone else and they can benefit from TypeScripts? And if they are familiar, they will definitely be happy to start using that.</p>\n\n\n\n<p>And this one is in WordPress script. So it&#8217;s not yet published to NPM. So you need to wait probably a few bit, more weeks because of the delay of WordPress 5.9, and the way how we do NPM publishing that is tied to the major WordPress releases, but once it&#8217;s out and something that people can explore. And the idea came from Marcus Kazmierczak, who opened a repository with an example of the block written in TypeScripts. So I just like look at the code and it didn&#8217;t seem to be very complex to replicate.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Yeah. Well, maybe I&#8217;ll just steal Marcus&#8217; repo for my live stream. Or get him to come on maybe. Maybe we can do it that way, give him some credit. Yeah. I think that could probably have gone in developer experience as well, to be honest. I mean I think that&#8217;s a, even just to… This is what&#8217;s coming. It&#8217;s not published, it&#8217;s not ready in scripts yet, but it&#8217;s there. Yeah.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So I&#8217;m taking it that this is kind of the end of our changelog discussion. I don&#8217;t have anything else and I&#8217;m looking at our time, we are quite into it already. And it&#8217;s so good to have you on this show, Ryan. So before we end the show, have any of you a final announcement or reminder that you want our listeners to know about?</p>\n\n\n\n<p><em>Ryan Welcher</em>: For me, just if you&#8217;re interested in watching me code or type badly while I write code, check me out at Twitch. I&#8217;m Ryan Welcher codes on Twitch. I&#8217;m also Ryan Welcher codes on YouTube. Yeah. And there&#8217;s a repository associated with all my streams where if you want to see a specific topic, you can add an issue, mark it as a topic idea. And I love getting topics from the community. I&#8217;d rather do it that way than kind of come up with my own, because that&#8217;s speaking to what people need rather than what I think they need. But yeah. So yeah. I&#8217;d love to have you all drop by.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. And I&#8217;m looking forward to the part three of your full block.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Part three of 38.</p>\n\n\n\n<h3 id=\"what-in-active-development-or-discussed\"><strong>What in Active Development or Discussed</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Me as well. So I have one small thing also to mention. So we spoke a lot about developer experience. So this year, because I started that in January, I was exploring. I think react fast refresh to the WordPress script. So that&#8217;s basically allows you to write something in the code editor. And once you save that, it&#8217;s automatically gets updated or React code, and then also CSS, which is pretty nice when you are developing with WordPress scripts.</p>\n\n\n\n<p>So yeah. I had breakthrough this week, actually, today in the morning and it&#8217;s all working and we are preparing this and together with the TypeScript changes, we mentioned in a few weeks that will be a part of WordPress scripts. And I hope that will improve the experience for all the people that develop blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right.&nbsp;</p>\n\n\n\n<p><em>Ryan Welcher</em>: That sounds amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. And I will leave the link to the pull request so people can check and see what&#8217;s that about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s great. I saw it kind of flowing by this morning, so I definitely want to dive into that. So last week I participated in a webinar with wonder for contributors, George Mamadashvili and Andy Fragen. And we talked through the various ways you as listeners, you can test Gutenberg and the workers releases and help us get, help the contributors to find all the little bugs and big bugs and how to test PRs.</p>\n\n\n\n<p>George demonstrated that. You can use the Gutenberg nightly from the Gutenberg times to test what&#8217;s already emerged into Gutenberg, but not yet in a plugin. And then, you can test upcoming WordPress releases like the beta release and the release candidates by using the WordPress beta tester plugin that Andy Fragen and other contributors update all the time.</p>\n\n\n\n<p>And if you&#8217;re new to testing, this webinar will hopefully get you started. And if you have questions, all three of us, George, Andy, and I are reachable via the WordPress Slack? And I&#8217;ll keep those links also on the show notes. So speaking about reachable, Grzegorz and Ryan, how can people get in touch with you?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Ryan, maybe you go first?</p>\n\n\n\n<p><em>Ryan Welcher</em>: Okay. Sure. Yes. I&#8217;ll go first. You can find me basically everywhere. I am @RyanWelcher. I&#8217;m @RyanWelcher on Twitter. I&#8217;m on make WordPress Slack. You can find me in there. I&#8217;m on post status, basically my full name, Ryan Welcher. My website&#8217;s ryanwelcher.com. And like I said, I am Ryan Welcher Codes on Twitch and on YouTube. So feel free to reach out. My DMs are open on Twitter and I&#8217;m always up for a conversation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Excellent.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The same for me, like most of the places where I&#8217;m @GZIOLO. So that would be Twitter, GitHub, WordPress.org, WordPress Slack. So you can DM me or just shout at me publicly and ask of everything related to WordPress Core.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. And yes, I&#8217;m reachable on Twitter @BPH as well as the WP Slack @BPH. And as always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 56 and if you have questions, suggestions or news, you can also then via email. That&#8217;s a blast from the past, but email at <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>Well, thank you, Grzegorz. Thank you, Ryan. It was a great fun to have you again and talk to you about this nerd and gig out over all the good things Gutenberg. Thank you all for listening. This is goodbye for me.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And thank you, everyone, for spending with us another hour. And hopefully, see you in two weeks.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Thanks for having me. I really appreciated it. And thank you for indulging all of my tangents on today&#8217;s podcast.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, you know what? We might invite you again.</p>\n\n\n\n<p><em>Ryan Welcher</em>: Oh, I&#8217;d love to come back.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. Yeah. Awesome. All right. Let&#8217;s get out of here. You take care. Bye.</p>\n\n\n\n<p><em>Ryan Welcher</em>: 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:\"Sat, 27 Nov 2021 23:33:58 +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: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:108:\"Gutenberg Times: Rendering WooCommerce Blocks, Hold the Phone, WTF is FSE? and more — Weekend Edition #194\";s: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=19686\";s: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:111:\"https://gutenbergtimes.com/rendering-woocommerce-blocks-hold-the-phone-wtf-is-fse-and-more-weekend-edition-194/\";s: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:16505:\"<p>Howdy, </p>\n\n\n\n<p>For my US American friends, I am sending Happy Thanksgiving greetings! I hope y&#8217;all had a Happy Turkey Day! 🦃 🍗 You probably won&#8217;t get to read this until Monday or even later next week. Hopefully, the Black-Friday-Cyber-Monday offerings turn out well for you. </p>\n\n\n\n<p>I am so grateful that you let me drop a weekend edition into your inbox every week. And thank you for the thoughtful notes, questions, ideas, and product updates.  Keep &#8217;em coming. It is you for whom I build the Gutenberg Times, and it has been an ongoing joy and wonderful adventure! </p>\n\n\n\n<p>I am also grateful for everyone working on Gutenberg and on WordPress. The contributors and the Community at large has been a home to me in a world more and more divided.  I have been hurting through these two years of no in-person meetings, longing to see my friends again,  so I hope to meet you&#8217;all soon at a future WordCamp! </p>\n\n\n\n<p>That&#8217;s it for now. Y&#8217;all have a great weekend! </p>\n\n\n\n<p>Yours,💕<br />Birgit </p>\n\n\n\n\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/#updates-on-wordpress-5-9\">Updates on WordPress 5.9 </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#new-schedule-for-january-25-2022-release\">New schedule for January 25, 2022 release</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-12-0-x-released\">Gutenberg 12.0.x released</a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-custom-blocks\">Developing Custom Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#full-site-editing-and-themes\">Full-Site Editing and Themes</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#fse-program-testing-call-11\">FSE Program Testing Call #11</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-events\">WordPress Events</a></li></ul></div>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"updates-on-wordpress-5-9\">Updates on WordPress 5.9 </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\"><strong>A Look at WordPress 5.9</strong></a> with the newly published video via WordPress News. </p>\n\n\n\n<p>You can also take a longer discovery journey with <strong>Anne McCarthy</strong> on video <a href=\"https://www.youtube.com/watch?v=r59aR1tmY6k&t=75s\"><strong>Exploring WordPress 5.9: Block theme flows, Styling, Patterns Explorer, &amp; more</strong></a></p>\n\n\n\n<h3 id=\"new-schedule-for-january-25-2022-release\">New schedule for January 25, 2022 release</h3>\n\n\n\n<p class=\"has-drop-cap\">After a few features were deemed not-quite ready, the WordPress release team held intense discussions about the feature freeze and the release schedule of WordPress 5.9.  Beta 1 was supposed to be released on November 16th. </p>\n\n\n\n<p>After careful weighing a few aspects of contributor sanity, user expectations, and technical details, the release team decided to punt Beta 1 for two weeks and release it on November 30th, 2021. Because of the Holidays mostly in America and Europe, these two weeks delay resulted into a six-weeks postponement of the final release, now scheduled for January 25th, 2021. </p>\n\n\n\n<p>Core release lead <strong>Tonya Mork</strong> has the details about the  <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\"><strong>WordPress 5.9 Revised Release Schedule</strong></a></p>\n\n\n\n<p><strong>Anne McCarthy</strong>, release co-lead for testing, wrote in <a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\"><strong>Why I voted to delay WordPress 5.9</strong></a>, her hope &#8220;is to bring you all along for the decision-making process and to demystify how this decision came to be.&nbsp;&#8220;</p>\n\n\n\n<p><strong>Sarah Gooding </strong>over the WPTavern posted: <a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\"><strong>WordPress 5.9 Revised Release Date Confirmed for January 25, 2022</strong></a>.</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</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.  </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"gutenberg-12-0-x-released\">Gutenberg 12.0.x released</h2>\n\n\n\n<p class=\"has-drop-cap\">Grzegorz Ziolkowski and I asked Ryan Welcher to be our guest for the Gutenberg Changelog episode 56. As he also worked on the release of this version, we heard first hand what the experience is like. </p>\n\n\n\n<p>Most contributors worked on the final touches for the WordPress 5.9 Beta 1 Feature Freeze, there are no big new features expected in this version. This version is more about the small details that end up making a big difference in the overall user experience. </p>\n\n\n\n<p>The most exciting updates: </p>\n\n\n\n<ul><li>Block Styles Previews (<a href=\"https://github.com/WordPress/gutenberg/pull/34522\">34522</a>),</li><li>Featured Image block Visual Enhancement in the Site Editor (<a href=\"https://github.com/WordPress/gutenberg/pull/36517\">36517</a>), </li><li>the Site Editor Welcome Guide (<a href=\"https://github.com/WordPress/gutenberg/pull/36172\">36172</a>) and </li><li>the updates to the JSON schemas for <a href=\"https://schemas.wp.org/trunk/block.json\"><strong>block.json</strong></a> and <strong><a href=\"https://schemas.wp.org/trunk/theme.json\">theme.json</a></strong>. </li></ul>\n\n\n\n<p>The changelog  has a new section called <strong>Developer Experience.</strong> It lists the PRs that are relevant to WordPress extenders (plugin &amp; theme developers and developers working in agencies) as well as core contributors. It goes along with the <a href=\"https://github.com/WordPress/gutenberg/discussions/categories/developer-experience\">GitHub Discussion</a> Category with the same name.</p>\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">Find the full changelog on GitHub</a></strong>  </p>\n\n\n\n\n<p><em>A huge thank You to Álvaro Gómez Velasco who mentioned the Gutenberg Changelog as one of his <a href=\"https://mrfoxtalbot.wordpress.com/2021/11/25/my-favorite-podcasts-2021-edition/\"><strong>Favorite podcasts in 2021</strong></a>.</em></p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><a href=\"https://twitter.com/bph\">&#8220;</a><a href=\"https://gutenbergtimes.com/feed/podcast\">Gutenberg Changelog</a>&nbsp;podcast is the best way to keep up with changes in Gutenberg, the WordPress Block Editor. The show is very on point, full of useful content and they have some great guests too.&#8221;</p><cite>Álvaro Gómez Velasco</cite></blockquote>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n\n<h2 id=\"developing-custom-blocks\">Developing Custom Blocks</h2>\n\n\n\n<p id=\"developing-custom-blocks\"><strong><a href=\"https://twitter.com/AlexStandiford\">Alex Standiford</a></strong> published a 2-hours course to teach developer how to <a href=\"https://www.wpdev.academy/course/build-a-block-from-other-blocks/\"><strong>build a Block from other Blocks</strong></a>. He wrote: &#8220;You’ll learn how to build a WordPress block using existing WordPress blocks. This allows you to pre-build commonly used block patterns and drastically simplify the block editing experience, even with the most advanced page layouts.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/laras126\"><strong>Lara Sc henck</strong></a> shared on her blog how to <a href=\"https://notlaura.com/gutenberg-snippet-retrieve-taxonomy-terms-with-compose-withselect-and-getentityrecords/\"><strong>Retrieve taxonomy terms with compose, withSelect, and getEntityRecords</strong></a>, using the built-in @wordpress/data packages. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a> </strong>continues building a <a href=\"https://www.twitch.tv/videos/1215549420\"><strong>Poll Block on his Twitch Live Stream</strong></a>. Last week, he started on the block. This week, he decided to abandons the original approach and rebuild it with the &lt;InnerBlocks/&gt; that is part of the WordPress scripts and takes care of the &#8220;CRUD stuff&#8221;. Check it out!  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his article, <strong>Nadir Seghir</strong>, code wrangler at Automattic, explains <a href=\"https://developer.woocommerce.com/2021/11/15/how-does-woocommerce-blocks-render-interactive-blocks-in-the-frontend/\"><strong>how  WooCommerce Blocks plugin renders interactive blocks in the&nbsp;frontend</strong></a>. The gist of it? Both, PHP and React component read the HTML data attributes. It&#8217;s of course more complicated than this. Follow along! </p>\n\n\n\n<h2 id=\"full-site-editing-and-themes\">Full-Site Editing and Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/JS_Zao\">Justin Sainton</a> </strong>takes his readers along on his journey to <a href=\"https://zao.is/blog/2021/11/22/building-the-new-pagely-com/\"><strong>Building the New website of the hosting company Pagely</strong></a>, recently sold to GoDaddy. He writes about what excites him about the new way of building themes. He explains what FSE is and how to get started with great list of resources. In his Bad &amp; Ugly section, Sainton  &#8220;found things to be painful or otherwise confusing.&#8221; He puts a lot of work in getting to the actionable details. Readers beware the post is over 4,500 words.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you want to contribute and stay on the bleeding edge of the development of Full-site Editing, Design Tool, Global Styles and block Themes, <a href=\"https://twitter.com/jeffikus\"><strong>Jeffrey Pearce</strong></a> posted the<a href=\"https://make.wordpress.org/themes/2021/11/26/gutenberg-themes-week-of-november-22nd-2021/\"><strong> Gutenberg + Themes 74th weekly round-up</strong></a> of approximately 40 theme related open issues and PRs. He also shares released merged features and updates as well as overview issues that are a great resource to keep up with the development. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) 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\" /></p>\n\n\n\n\n<h3 id=\"fse-program-testing-call-11\">FSE Program Testing Call #11</h3>\n\n\n\n<p>The deadline for Call for Testing #11 Comments has been extended to December 7th, 2021. <a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\"><strong>FSE Program Testing Call #11: Site Editing Safari</strong></a> There won&#8217;t be any zebras, rhinos and giraffes, though. </p>\n\n\n\n<p>If you prefer an Italian version of the call for testing, <a href=\"https://twitter.com/succoallapera\"><strong>Piermario Orecchioni</strong></a> published the translation: <a href=\"https://it.wordpress.org/team/2021/11/25/chiamata-per-il-test-del-programma-fse-11-un-safari-nella-modifica-di-un-sito/\"><strong>ESF Program Test Call # 11: A Site Editing Safari</strong></a>. </p>\n\n\n\n<p><a href=\"https://twitter.com/atachibana\"><strong>Akira Tashibana</strong> </a>posted the Japanese version of the FSE Call for testing #11 <a href=\"https://ja.wordpress.org/team/2021/11/12/2381/\"><strong>FSE プログラムのテスト募集 #11: サイト編集の探索</strong></a></p>\n\n\n\n<p><strong><a href=\"https://twitter.com/cdils\">Carrie Dils</a> </strong>prepared a <a href=\"https://carriedils.com/local-import-for-wordpress-5-8-x-beta-testing/\">one file import for LocalWP</a> to have an easy way to set up a test environment for the FSE Call for Testing. </p>\n\n\n\n<h2 id=\"wordpress-events\">WordPress Events</h2>\n\n\n\n<p><strong>December 11 + 12, 2021</strong> <br /><a href=\"https://taiwan.wordcamp.org/2021/\"><strong>WordCamp Taiwan</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 14th, 2021 &#8211; 5:00 pm ET / 22:00 UTC</strong> <br /><strong><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">WordPress News</a></strong> <br /><strong>State of The Word w/ Matt Mullenweg</strong> + Q &amp; A</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>February 4+5, 2022 <br /><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, AL</a></strong> <br />Call for Sponsors and Speakers are open now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>March 4th, 2022 all day <br /><a href=\"https://www.wordfest.live/2022/march/\">WordFest 2022</a></strong> <br />a 24-hour festival of WordPress. <a href=\"https://www.wordfest.live/2022/march/call-for-speakers/\">Call for Speakers is open</a>. Deadline Dec 6th, 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;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\">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 class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;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 is-style-wide\" />\n\n\n\n\n\n<p><a href=\"https://www.flickr.com/photos/13998657@N02/18526571462\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://www.flickr.com/photos/51035555243@N01/38744499\" target=\"_blank\" rel=\"noreferrer noopener\"></a>Featured image: <a href=\"https://www.flickr.com/photos/21524575@N05/2301648783\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;office block in sutton&#8221;</a>&nbsp;by&nbsp;<a href=\"https://www.flickr.com/photos/21524575@N05\" target=\"_blank\" rel=\"noreferrer noopener\">Mr Tigggs</a>&nbsp;is licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by/2.0/?ref=openverse&atype=rich\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY 2.0</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, 26 Nov 2021 22:09: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: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: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:92:\"Post Status: Post Status Excerpt (No. 34) — Developer Overload: Physical and Mental Health\";s: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:\"https://poststatus.com/?p=89989\";s: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:34:\"https://poststatus.com/excerpt/34/\";s: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:3530:\"<h2>&#8220;I prioritized my mental health over my physical health until I realized it was all the same thing.&#8221;</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David chats with Cory about taking care of your physical and mental health and how these factor into &#8220;Developer Overload.&#8221; Far too often (especially younger) professionals do not prioritize their health so they can work or do more in a day — until it comes back to bite them.</p>\n\n\n\n<p><strong>Also: </strong>David shares that getting up early in the morning works for him and encourages people who have a hard time managing things in the morning to give it a shot — early mornings are usually quiet for many people, both in the place they live and the clients and employees they communicate with during the day.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"http://twitter.com/nathaningram\">Cory Miller</a><a href=\"http://twitter.com/corymiller303\"> (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Bluehost</a></h3>\n\n\n\n<p>Everything your website needs — from start-up to success story — is at Bluehost. Whether you\'re looking to create a website, blog, or online store, Bluehost will get you started with an all-in-one website platform tailored to your specific needs. Get a free domain name in your first year, free 24/7 lifetime support, and total design freedom with WordPress at Bluehost.</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, 25 Nov 2021 04:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David 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: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:88:\"WordPress.org blog: Watch State of the Word at a Watch Party with your WordPress Friends\";s: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=11641\";s: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:104:\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\";s: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:15852:\"<p><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a> is just around the corner!&nbsp;</p>\n\n\n\n<p>Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&nbsp;</p>\n\n\n\n<p>This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —</strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>read this handbook to learn more</strong></a><strong>.</strong></p></blockquote>\n\n\n\n<h2 id=\"why-organize-a-watch-party\">Why organize a watch party?&nbsp;</h2>\n\n\n\n<ul><li>If you are a <a href=\"https://meetup.com/pro/wordpress\">WordPress meetup</a> organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.</li><li>As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.</li><li>Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.</li><li>And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!</li></ul>\n\n\n\n<h2 id=\"how-do-i-organize-a-state-of-the-word-watch-party\">How do I organize a State of the Word watch party?</h2>\n\n\n\n<p>You can choose to host a watch party online or in person. Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#schedule-a-state-of-the-word-watch-party-for-your-meetup\">our handbook</a> for detailed instructions on how to schedule an event (including event templates).</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3 id=\"online\">Online</h3>\n\n\n\n<p>The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement. </p>\n\n\n\n<div class=\"wp-container-61b082314f761 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-online-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Organize an Online Watch Party</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3 id=\"in-person\">In Person</h3>\n\n\n\n<p>If your region meets <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/\">the guidelines for in person events</a> (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.</p>\n\n\n\n<div class=\"wp-container-61b082314fc6a wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-in-person-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Plan an In person Watch Party</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>NOTE:</strong> If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If your Local WordPress Meetup is organizing an in person watch party, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/request-swag-for-in-person-watch-parties/\"><strong>fill out this form</strong></a><strong> so that we can ship some swag for your group to celebrate!</strong><br />Deadline: November 30, 2021</p></blockquote>\n\n\n\n<h2 id=\"what-else-do-i-need-to-know-about-organizing-a-state-of-the-word-watch-party\">What else do I need to know about organizing a State of the Word watch party?</h2>\n\n\n\n<p>Excited? To help you get started, we’ve put together a few resources:</p>\n\n\n\n<ul><li><strong>Check out this </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>handbook</strong></a><strong> for detailed instructions on how to organize a watch party, </strong>be it online or in person.</li><li>Looking for a Zoom Pro account to host your online watch party?&nbsp;<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Request a community zoom pro account</a>&nbsp;for your event right away!</li><li>We have prepared some <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/email-templates-for-state-of-the-word/\">email templates</a> that Meetup Organizers can use to spread the word in their Meetup groups.</li><li>Don’t forget to share on social media about your watch party events using the hashtag <strong>#StateOfTheWord</strong> so we can join in on the fun!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>NOTE: </strong> The guidelines in this post are primarily aimed at WordPress Meetup organizers. <strong>However, you do not need to be a Meetup organizer to schedule a watch party!</strong> You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!</p></blockquote>\n\n\n\n<h2 id=\"join-a-state-of-the-word-watch-party-near-you\">Join a State of the Word Watch Party near you!</h2>\n\n\n\n<p>We have compiled a list of State of the Word Watch Parties around the world. If you don&#8217;t see a watch party in your region listed here, <a href=\"https://meetup.com/pro/wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">check this page on Meetup.com</a>  to see if your local WordPress group is organizing one. If not, why don&#8217;t you consider organizing a watch party on your own? <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> </p>\n\n\n\n<ul><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/WordPressNYC\">WordPress NYC Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressNYC/events/282276960/\" target=\"_blank\">An In Person MeetUp: The State of the Word 2021 is in Manhattan.</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup\">South Jersey WordPress Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/282402090/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group\" target=\"_blank\">Morris County NJ WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Morris-County-NJ-WordPress-Group/events/282402069/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup\" target=\"_blank\">WordPress Montclair Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/282326195/\" target=\"_blank\">JerseyPress: State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/wordpressscv\">WordPress Santa Clarita Valley</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wordpressscv/events/282056842/\" target=\"_blank\">State of the Word 2021 Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress\" target=\"_blank\">The Houston WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/houston-wordpress/events/282402609/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/NEOWordPress/\">North East Ohio WordPress Meetup</a>] <a href=\"https://www.meetup.com/NEOWordPress/events/282456476/\">State of Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/Birmingham-WordPress-Meetup\">Birmingham WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Birmingham-WordPress-Meetup/events/282313212/\" target=\"_blank\">State of the Word Watch Party</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup\" target=\"_blank\">Lehigh Valley WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lehigh-Valley-WordPress-Meetup/events/282304472/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/\">Metro Detroit WordPress Meetup</a>] <a href=\"https://www.meetup.com/metro-detroit-wordpress-meetup/events/282519538/\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"🇬🇧\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry\" target=\"_blank\">WordPress Coventry Meetup</a>]  <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpcoventry/events/282302051/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ec-1f1e7.png\" alt=\"🇬🇧\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter\" target=\"_blank\">WordPress Exeter</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/wpexeter/events/282293408/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f7-1f1fc.png\" alt=\"🇷🇼\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup\" target=\"_blank\">Kigali WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Kigali-WordPress-Meetup/events/282321636/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"🇳🇬\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\" target=\"_blank\">Lagos WordPress Community</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f3-1f1ec.png\" alt=\"🇳🇬\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Ijebu-WordPress-Meetup\" target=\"_blank\">Ijebu WordPress Meetup</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/events/282321642/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ed-1f1f9.png\" alt=\"🇭🇹\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\">Port-au-Prince WordPress Meetup Group</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\" target=\"_blank\"></a><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup/events/282350488/\" target=\"_blank\">Rejoignez-nous le 14 décembre pour regarder State of the Word 2021 (online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f8-1f1ec.png\" alt=\"🇸🇬\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore\" target=\"_blank\">WordPress Singapore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Singapore/events/282296137/\" target=\"_blank\">State of the Word 2021 Watch Party (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore\" target=\"_blank\">WordPress Meetups Lahore</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPress-Lahore/events/282311458/\" target=\"_blank\">State of the Word 2021 Watch Party (In-person)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" /> [<a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin\" target=\"_blank\">WordPress Medellín</a>] <a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/WordPressMedellin/events/282306436/\" target=\"_blank\">State of the Word 2021: Discurso de Matt &amp; Fiesta de Comunidad (Online)</a></li><li><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> [<a href=\"https://www.meetup.com/WordPress-Bhopal\">WordPress Bhopal</a>] <a href=\"https://www.meetup.com/WordPress-Bhopal/events/282470541/\">State of the Word 2021 Watch Party (In-person)</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>If you are planning a watch party for State of the Word, and have questions, please drop us an email to: <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> if you have any questions. We are happy to help you in the best way possible.</p>\n\n\n\n<p><em>The following folks contributed to this post: <a href=\"https://profiles.wordpress.org/anjanavasan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>anjanavasan</a> <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> <em><a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a></em></em> <em>and <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a></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:\"Wed, 24 Nov 2021 18:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";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:66:\"WordPress Foundation: Give Back to Open Source this Giving Tuesday\";s: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:41:\"https://wordpressfoundation.org/?p=202833\";s: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://wordpressfoundation.org/news/2021/give-back-to-open-source-this-giving-tuesday/\";s: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:3907:\"<p>Giving Tuesday is a global, non-profit movement that encourages people, organizations, and companies around the world to give, collaborate and celebrate generosity.</p>\n\n\n\n<p>Hosted on the first Tuesday following Thanksgiving in the United States, this year the charitable giving event will be taking place on <strong>November 30, 2021</strong>.</p>\n\n\n\n<p>With Giving Tuesday around the corner, many in the world are thinking about giving back. If you’re one of them, consider this opportunity to give back to open source.</p>\n\n\n\n<p>2021 and the pandemic brought a lot of changes to the world, including the open source community. And the year wasn’t without its challenges.</p>\n\n\n\n<p>Open source developers worldwide <a href=\"https://www.statista.com/statistics/912378/worldwide-open-source-professional-challenges-in-work/\" target=\"_blank\" rel=\"noreferrer noopener\">still face roadblocks</a>, from “lack of training opportunities” to “getting management buy-in for open source.”</p>\n\n\n\n<p>This is why the WordPress Foundation exists.</p>\n\n\n\n<h2 id=\"how-does-the-wordpress-foundation-support-open-source\">How does the WordPress Foundation support open source?</h2>\n\n\n\n<p>As a non-profit organization, our <a href=\"https://wordpressfoundation.org/\">work</a> is to ensure that open source software gets the support it needs. The funds we raise go toward ensuring free access to the projects we promote, protecting the WordPress trademark, and funding multiple programs aligned with our mission.</p>\n\n\n\n<p><strong>Some of the programs the WordPress Foundation supports include</strong>:</p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/\" target=\"_blank\">Video documentation</a> of WordCamp and WordPress meetup events.</li><li>“<a href=\"https://wordpressfoundation.org/tag/intro-to-open-source/\">Intro to Open Source</a>” workshops that increase awareness and understanding of the open web and open source in regions around the world that have relatively less participation.</li><li><a rel=\"noreferrer noopener\" href=\"https://doaction.org/\" target=\"_blank\">Charity hackathons</a> where developers come together and volunteer to build websites for nonprofit organizations around the world.</li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/workshops/\" target=\"_blank\">Workshops</a>, both live and recorded, on how to use and develop for the WordPress platform.</li><li>School mentorship programs to encourage interest in WordPress and open source development from a young age.</li><li>Improving documentation about how to use and develop for, and contribute to the WordPress project.</li></ul>\n\n\n\n<p>But this is just the beginning. With your help, we can strengthen our support for these programs and fund many more exciting open source projects.</p>\n\n\n\n<a href=\"https://i0.wp.com/wordpressfoundation.org/content/uploads/2018/08/capetown.jpg?ssl=1\"><img /></a>Volunteers from do_action Cape Town 2018 working on charity websites\n\n\n\n<h2 id=\"how-can-you-help-this-giving-tuesday\">How can you help this Giving Tuesday?</h2>\n\n\n\n<p>The future is open source, and whether you’re a believer or part of the open source community, you can play a part in helping build this foundation for generations to come.</p>\n\n\n\n<p><strong>This Giving Tuesday, consider donating to the WordPress Foundation so we can work together toward a future that’s built on open source.</strong></p>\n\n\n\n<p>You can choose to donate annually or make a one-time donation. Every gift counts!</p>\n\n\n\n<div class=\"wp-container-61b093bc927d9 wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https://wordpressfoundation.org/donate/\"><strong>Donate to the WordPress Foundation</strong></a></div>\n</div>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-text-align-left\">Thank you for supporting our mission!</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, 24 Nov 2021 16:05:57 +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:12:\"Anjana Vasan\";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:83:\"HeroPress: Tales Of A Serial Contributor – Histórias de um colaborador em série\";s: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=4283\";s: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/tales-of-a-serial-contributor/#utm_source=rss&utm_medium=rss&utm_campaign=tales-of-a-serial-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31833:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/11/112321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I believe that the great advantage and differential of WordPress ... is its community.\" /><p><a href=\"https://heropress.com/feed/#portuguese\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">O texto também está disponível em português do Brasil.</span></a></p>\n<p>Hey! My name is Daniel Kossmann. I&#8217;ve been WordPress user since 2009, one of the organizers of the Curitiba community, creator of the weekly newsletter called PainelWP, and a regular writer about WP in my blog. This is my before and after story from joining the WordPress community in Brazil. Happy reading!</p>\n<h2>First contacts with the internet</h2>\n<p>Since I was a kid I was very fond of computers and video games, but the internet opened a whole new world for me. I was so fascinated that at eleven years, around 1998, reading tutorials and analyzing HTML codes I created my first website on James Bond, of whom I was a big fan. In those first years, even though my parents didn&#8217;t quite understand what I was doing and why I was spending so much time in front of the computer, they backed me up by purchasing books and computers.</p>\n<p>Little by little I learned more about programming and developing my systems in ASP and only then PHP. Since there weren&#8217;t so many websites teaching programming, I created a series of websites that taught others how to create websites and add small functionalities for them, like counters, login area, blinking text, &#8230;. At that time, I even created a content management system, that could receive contributions through a form and automatically published them every day at a given time, with a countdown timer in the website telling visitors when the next update would occur. This may be seen as trivial today, but at that time it was very uncommon. Those were really fun days, where I spent several nights learning new things and talking to other people who had the same interest in IRC on the deceased Brasnet network. If you are curious to learn more, check out <a href=\"https://belohorizonte.wordcamp.org/2016/daniel-kossmann-ferraz-automacao/\">my interview at WordCamp Belo Horizonte 2016</a> (content in Portuguese).</p>\n<h2>First contact with WordPress</h2>\n<p>When the time came to choose my undergraduate, there was no doubt that it would be something related to computers. So I chose a Computer Science degree from Federal University from Parana (UFPR). During college, I also wanted to dabble in other fields, so I decided to create a blog in which to write movie reviews. Looking for a platform in which to easily publish texts, so I wouldn&#8217;t have to worry about coding because I already was doing this every day at school, I discovered WordPress. It didn&#8217;t take long and, in 2009, I launched my first public blog about movies, which after one year became <a href=\"https://www.interrogacao.com.br/\"><i>interrogAção</i></a> (content in portuguese), a cultural hub on cinema, literature, and comics, with collaborators from several cities in Brazil. As in the case with my first tutorial websites and IRC conversations, many of these people I only knew virtually, but we had an intense contact while exchanging know-how.</p>\n<p>Even though my focus was more on content creation and editorializing, I began to learn more about how to create themes and features in WordPress to customize the website. In one of these researches, I found out that an event focused on WP was going to happen in my city. Even not knowing a lot about the platform, I decided to attend and learn more.</p>\n<h2>First contact with the community</h2>\n<p>The event was <a href=\"https://curitiba.wordcamp.org/2010/\">WordCamp Curitiba 2010</a> (content in portuguese) and I still remember how amazed I was at it being so cheap, I think it was R$60 or less, offering so many souvenirs and snacks. Other tech events I had attended had always charged more than double and hadn&#8217;t offered half of these things.</p>\n<p>The talks were amazing, and everyone was always very kind and available. I was so excited about everything that I promised myself that I would volunteer during the next edition and also try to be a speaker. As I didn&#8217;t know anyone at the event, I challenged myself to talk with at least three people — I was extremely shy back then. Since then two of them have become lifelong friends.</p>\n<p>At the end of the event, I found out that there was an after-party called WordCana (a joke with the word &#8220;cana&#8221;, from sugarcane, that is used to make distilled spirit). Even though I didn&#8217;t drink alcohol, I decided to go and it was awesome! There, I got to know the event&#8217;s speakers, organizers and attendees. Everyone talking as equals. And the fact that I didn&#8217;t drink alcohol didn&#8217;t change at all my interaction with them.</p>\n<h2>From attendee to WordCamp organizer</h2>\n<p>The promise I had made during that event came true! Less than two years later, I was helping to organize the next edition, <a href=\"https://curitiba.wordcamp.org/2012/\">WordCamp Curitiba 2012</a> (content in portuguese), which was where I also gave <a href=\"https://wordpress.tv/2012/10/11/daniel-kossmann-ferramentas-livres-para-desenvolvimento-wordpress/\">my first public talk</a> (content in portuguese). I was still very shy and, during the talk, I was so nervous that I couldn&#8217;t hold the microphone near my mouth. Because of that, even though it was a small room, people were having a hard time listening to my voice. Nevertheless, it was an important overcoming experience that has kept me desiring to improve my public speaking skills for future talks to this day.</p>\n<h2>From user to entrepreneur</h2>\n<p>Since I was a kid I had dreamt about opening my own company. Therefore, when I graduated in 2011, as I have always liked creating websites, I had little doubts about my next step: creating a web development company. I named it Spirallab, because of my passion for spirals and imagining turning it into a creative project lab. In the beginning, I didn&#8217;t define a direction and I worked with various systems and programming languages. Soon I realized that giving maintenance to these different solutions was a lot of work. So I opted to use a single platform, WordPress, due to its ease of use for my clients and the possibility to create various types of websites.</p>\n<p>This decision allowed me to dive even deeper into the system, making better and faster-to-deliver solutions for my clients. As time went by, I also increased my services within the platform, adding support, maintenance, courses, consulting and optimized hosting for WordPress, which at that time was extremely hard to find. This allowed for a broader client range. It also enabled us to specialize in the platform, getting to better know all of its facets.</p>\n<p>Even being a small company, never going beyond four people, I made sure to find ways to contribute to the WordPress community. After all, I managed to support my business without paying a single cent to use the platform. That is why I sponsored several WordCamps and meetups. This created a curious situation: Spirallab&#8217;s name was side by side with other sponsors that had 10 to 50 times its size. I wondered why there weren&#8217;t more companies doing the same. The sponsorship quotas started with a very low price tag, sometimes R$250. Considering the annual revenue of a company that uses WP as its main solution, I believe that this cost or investment could be easily included in its annual budget. I wish more companies, regardless of their size, would do that.</p>\n<p>Besides that, I&#8217;ve talked at several meetups and WordCamps, where I shared what I learned in my day-to-day life. It was always and still is a big pleasure to be able to make these contributions. During the events, I gave away some stickers from my company that had an illustration of a digital alchemist (a kind of modern wizard). Because of that, and my looks (long hair and beard), I ended up being nicknamed the WordPress Wizard.</p>\n<p>Eight years after Spirallab&#8217;s foundation, I decided to close the company&#8217;s activities and start a new chapter at <a href=\"https://www.pipefy.com/\">Pipefy</a> in 2019, where I currently work as a WordPress Development Coordinator.</p>\n<h2>The return of Curitiba&#8217;s WordPress Community</h2>\n<p>After WordCamp 2012, Curitiba&#8217;s community became inactive. But the urge to continue with the events stayed with me. It took me three years to take the first step. So I got in touch with other people from the Brazilian community that I had met at WordCamp, to find out what was needed to restart the meetings, which are called meetups, in Curitiba. Coincidentally, I found out three people who wanted to do the same and we started planning the event through Slack, a text chat software. In less than a month, we organized the <a href=\"https://www.meetup.com/pt-BR/wpcuritiba/events/224130389/\">first event</a>, on August 5, 2015. The most curious thing was that we were able to do all of the planning virtually, and only met for the first time in person on the day of the event.</p>\n<p>Due to the speed in which we were able to organize this event, it may seem that we already had experience with this type of organization, but in fact, we didn&#8217;t have much, if any. So the first thing we asked ourselves was, &#8220;What would be nice to have included in the event if we were attendees?&#8221;. And two things stood out: having food and fun. So we ordered food (pizza, for convenience) and we tried to make something funner and without many formalities. We didn&#8217;t want to have those events where hardly anyone talks to anyone and after the talk, everyone leaves like they&#8217;re running away from something.</p>\n<p>Keeping anyone from feeling lost, we made a brief presentation with slides at the beginning of the meetup, explaining what the event was and how it was organized, asking everyone to introduce themselves. This structure was maintained during all future events. Little by little, we carried out several experiments, such as a section where everyone could share news, themes, or plugin tips, or a classified section, where people could say if they were looking for or offering a particular service. Among the organizers, we always pre-arranged tips to be shared, in order to encourage others to participate. At first, few people engaged, but over time, they ended up becoming an important part of the event.</p>\n<p>As I was extremely shy, getting in front of people to introduce the meetup was not easy.</p>\n<blockquote><p>I was very nervous and ended up speaking very low, even stuttering a little. I wanted to change that and knew that the only way was to practice. I believe the meetup is a great place for this, as it is a small group of people with a common interest: learning.</p></blockquote>\n<p>This makes everyone more receptive, creating a safe environment to participate in a variety of ways.</p>\n<p>By the way, this is something very important to me: making the events an environment where everyone feels welcome and safe to ask questions and share experiences. Therefore, I always welcome new participants and encourage them to participate and talk to other people. Sometimes I retell the story of my first WordCamp, where I challenged myself to talk to three strangers.</p>\n<p>Nowadays, although I&#8217;m still a reserved person, I&#8217;m not so shy anymore and can speak in public without as much difficulty. Because of this personal achievement, whenever possible, I encourage others to give their first talk and also share all the tips I used, and still use, to make better presentations. I get very happy when I see people overcoming these challenges and growing personally and professionally. Despite having changed a lot, I still set a personal challenge to always do something to take me out of my comfort zone in each and every talk. Sometimes it doesn&#8217;t have the expected effect, but at least I have one more funny story to tell.</p>\n<p>It&#8217;s been more than six years since the first meetup (there was even a <a href=\"https://www.youtube.com/watch?v=vhYqoPaRsPo\">commemorative video</a>) and throughout this time the WordPress community in Curitiba has held monthly events. I confess that it is not easy to maintain this consistency, but it is very rewarding!</p>\n<h2>From developer to WordPress content creator</h2>\n<p>I&#8217;ve always enjoyed reading technology newsletters, but there weren&#8217;t any specific to WordPress in Brazil. After much contemplation (and procrastination) I decided to create a newsletter that prioritized the spreading of content in Portuguese. And, on June 22, 2019, I published the Zero edition of <a href=\"https://www.painelwp.com.br/\">PainelWP</a> (content in portuguese). Since then, I&#8217;ve searched and published the main news, tutorials, tips, events, and WordPress jobs weekly. My main goal with the newsletter is to inspire more people to create content about WP in Portuguese.</p>\n<p>As I learn a lot from reading tutorials and articles, this year (2021), I also started writing content regularly about WordPress on <a href=\"https://www.danielkossmann.com/category/wordpress/\">my blog</a> (content in portuguese). One of the publications I&#8217;m doing on behalf of PainelWP is to write about <a href=\"https://developer.wordpress.org/reference/functions/\">how to use WordPress&#8217;s native PHP functions</a> (content in portuguese), with code examples. Writing regularly is quite challenging, but it&#8217;s very rewarding and I learn a lot. I recommend creating a blog and posting on it regularly to all professionals who want to improve their knowledge. One idea is to keep a record of what you are learning on the blog.</p>\n<p>In addition, all of this is published under the <a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.en\">Creative Commons BY-SA license</a>, almost an equivalent of free software license for content. I chose this license because it makes it easy for content to be shared and used, like the WordPress source code.</p>\n<h2>The Importance of the WordPress Community</h2>\n<p>I believe that the great advantage and differential of WordPress, in addition to the numerous plugins and themes available, is its community. Because it&#8217;s an open platform and makes it easy to create websites, it attracts people with very different technical levels and backgrounds. This diversity helps create an open space for exchange, where everyone has something different to teach.</p>\n<p>This creates a connection both online and in person. It&#8217;s very satisfying to meet people in person at community events. From these encounters, I&#8217;ve made several lasting friendships. These contacts also have helped me a lot professionally. I&#8217;ve received several job referrals from them and I&#8217;ve also referred several people.</p>\n<p>An important tip I&#8217;ve learned in the WordPress community is: every time you&#8217;re in a conversation circle during events, leave a free space for a new person to join the circle. This format is also called <a href=\"https://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">the Pac-Man Rule</a>.</p>\n<p>If you&#8217;re not yet part of the WordPress community, I recommend looking for a meetup in your city, or nearby, to join. There are also several community meetings online now, which is a great opportunity to exchange knowledge with people from other cities. Hope you&#8217;ve enjoyed my story and see you at the next meetup or WordCamp!</p>\n<h1 id=\"portuguese\">Histórias de um colaborador em série</h1>\n<p>Oi! Meu nome é Daniel Kossmann. Utilizo WordPress desde 2009, sou um dos organizadores da Comunidade de WordPress de Curitiba, criador da newsletter semanal PainelWP e escrevo regularmente sobre WP em meu blog pessoal. Esta é a minha história antes e depois de começar a participar da comunidade do WordPress do Brasil. Boa leitura!</p>\n<h2>Primeiros contatos com a internet</h2>\n<p>Desde criança já gostava bastante de computadores e videogames, mas a internet abriu um mundo totalmente novo para mim. Fiquei tão fascinado que aos 11 anos, por volta de 1998, lendo tutoriais e analisando códigos HTML criei o meu primeiro site (sobre James Bond, eu era um grande fã). Nesses primeiros anos, apesar de meus pais não entenderem direito o que eu fazia e porque passava tantas horas em frente ao computador, eles me apoiaram comprando livros e computadores.</p>\n<p>Aos poucos fui aprendendo mais sobre programação e criando meus próprios sistemas em ASP e depois em PHP. Como existiam poucos sites em português que ensinavam programação, criei vários sites que ensinavam outras pessoas a criarem sites e adicionar pequenas funcionalidades neles (como contadores, áreas de login, textos piscando, …). Nesta época, também cheguei a criar meu próprio gerenciador de conteúdo, que aceitava o envio de conteúdo por colaboradores através de um formulário e fazia a publicação automaticamente todos os dias em um determinado horário (com um contador no site avisando quando seria a próxima atualização). Isto pode parecer bem trivial hoje em dia, mas naquele tempo ainda não era nada comum. Esta foi uma época bem divertida, onde passei várias madrugadas aprendendo coisas novas e conversando com outras pessoas que tinham o mesmo interesse no IRC, na falecida rede Brasnet. Se você ficou curioso para saber sobre essa época, veja a <a href=\"https://belohorizonte.wordcamp.org/2016/daniel-kossmann-ferraz-automacao/\">entrevista que o WordCamp Belo Horizonte 2016 fez comigo</a>.</p>\n<h2>Primeiros contatos com o WordPress</h2>\n<p>Quando chegou a hora de escolher um curso superior, não tinha dúvidas que seria algo relacionado à computação. Então entrei no curso de Ciência da Computação na Universidade Federal do Paraná (UFPR). Durante a faculdade, também queria experimentar outras áreas e decidi criar um blog para escrever críticas de filmes. Procurando por uma plataforma que fosse fácil de publicar textos para que eu não tivesse que me preocupar com códigos (já via isso todo dia no meu curso), descobri o WordPress. Não demorou muito e em 2009 criei meu primeiro blog público sobre cinema, que depois de um ano se transformou no <a href=\"https://www.interrogacao.com.br/\">interrogAção</a>, um portal cultural sobre cinema, literatura e quadrinhos, com colaboradores de várias cidades do Brasil. Assim como nos meus primeiros sites de tutoriais, e conversas do IRC, muitas dessas pessoas eu só conhecia virtualmente, mas tínhamos um contato intenso de troca de conhecimento.</p>\n<p>Apesar do meu foco estar mais voltado para criação e editoração de conteúdo, comecei a aprender mais sobre como funcionava a criação de temas e funcionalidades no WordPress para poder personalizar o site. Em uma dessas pesquisas, descobri que iria acontecer um evento só sobre o WP na minha cidade. Mesmo não sabendo ainda muito sobre o sistema, decidi me inscrever para poder aprender mais.</p>\n<h2>Primeiro contato com a comunidade</h2>\n<p>O evento era o <a href=\"https://curitiba.wordcamp.org/2010/\">WordCamp Curitiba 2010</a> e ainda lembro do quanto fiquei impressionado por ele ser tão barato (acho que foi R$60 ou menos), oferecer tantos brindes e ter lanches. Os outros eventos de tecnologia que havia participado sempre custaram mais que o dobro e não ofereciam nem metade dessas coisas.</p>\n<p>As palestras foram ótimas e todo mundo era sempre muito gentil e disponível. Fiquei tão empolgado com tudo, que prometi para mim mesmo que iria ajudar na próxima edição e também tentar palestrar nela. Como não conhecia ninguém no evento, defini como desafio pessoal falar com pelo menos três pessoas (eu era extremamente tímido). Duas delas acabaram se tornando amizades de longa data.</p>\n<p>No final do evento, descobri que haveria uma continuação chamada WordCana. Mesmo não gostando de beber, decidi ir e foi sensacional! Lá, conheci mais de perto os palestrantes, organizadores e participantes do evento. Todos falando de igual para igual. E o fato de não beber, não influenciou em nada minha interação com as outras pessoas.</p>\n<h2>De participante para organizador do WordCamp</h2>\n<p>A promessa que fiz durante o evento deu certo! Menos de dois anos depois, estava ajudando a organizar a próxima edição, o <a href=\"https://curitiba.wordcamp.org/2012/\">WordCamp Curitiba 2012</a>. Nele também fiz <a href=\"https://wordpress.tv/2012/10/11/daniel-kossmann-ferramentas-livres-para-desenvolvimento-wordpress/\">minha primeira palestra pública</a>. Eu continuava sendo muito tímido e durante a palestra, fiquei tão nervoso que não conseguia deixar o microfone perto da boca. Por conta disso, mesmo em uma sala pequena, as pessoas tiveram dificuldades para me escutar. Mesmo assim, foi uma importante experiência de superação, que me ajudou a continuar querendo melhorar minhas habilidades de falar em público em futuras palestras.</p>\n<h2>De usuário para empreendedor</h2>\n<p>Desde criança sonhava em abrir minha própria empresa e como gostava de criar sites, quando me formei em 2011, não tive muitas dúvidas sobre qual seria meu próximo passo: abrir uma empresa que desenvolve soluções para a internet. Chamei ela de Spirallab, por conta da minha paixão por espirais e pensando em torná-la um laboratório para projetos criativos. No início não defini muito um foco e trabalhei com vários sistemas e linguagens de programação diferentes. Aos poucos percebi que a manutenção dessas diferentes soluções estava ficando muito trabalhosa. Decidi que deveria utilizar apenas uma única plataforma e escolhi o WordPress, porque era fácil de ser utilizado pelo cliente e permitia a criação de diversos tipos de sites.</p>\n<p>Esta decisão me permitiu aprofundar muito mais no sistema, fazendo com que criasse soluções melhores e mais rápidas de entregar para meus clientes. Conforme o tempo foi passando, também aumentei as opções de serviços oferecidos em volta da plataforma: suporte, manutenção, hospedagem otimizada para WordPress (na época era extremamente difícil achar algo assim), cursos e consultorias. Isto permitiu uma diversificação maior de clientes. Também possibilitou uma especialização na plataforma, conhecendo todos os aspectos que a envolviam.</p>\n<p>Mesmo sendo uma empresa pequena (nunca passou de 4 pessoas), fiz questão de encontrar maneiras de contribuir com a comunidade do WordPress. Afinal, eu estava conseguindo sustentar o negócio sem precisar pagar nenhum centavo para utilizar a plataforma. Por isso ajudei a patrocinar vários WordCamps e meetups. Isso criava uma situação curiosa: o nome da Spirallab ficava ao lado de outros patrocinadores que tinham 10 ou 50 vezes o tamanho dela. Ficava então me perguntando porque não haviam mais empresas fazendo o mesmo. As cotas desses patrocínios iniciavam com um valor bem baixo (muitas vezes em R$250). Se formos considerar o faturamento de uma empresa que utiliza o WP como solução principal, acredito que este custo (ou investimento) poderia ser facilmente adicionado ao planejamento anual. Gostaria muito que mais empresas, independente do tamanho, fizessem isso.</p>\n<p>Além disso, palestrei em vários meetups e WordCamps, onde compartilhei o que havia aprendido no meu dia a dia. Sempre foi (e ainda é) uma satisfação muito grande poder fazer estas contribuições. Durante os eventos eu distribuía um adesivo da minha empresa que tinha a ilustração de um alquimista digital (uma espécie de mago moderno). Por conta disto, e do meu visual (cabelo comprido e barba), acabei ganhando o apelido de o Mago do WordPress.</p>\n<p>Oito anos depois da fundação da Spirallab, decidi encerrar as atividades da empresa e iniciei um novo capítulo na <a href=\"https://www.pipefy.com/\">Pipefy</a> em 2019, onde trabalho atualmente como coordenador de desenvolvimento WordPress.</p>\n<h2>O retorno da Comunidade de WordPress de Curitiba</h2>\n<p>Depois do WordCamp 2012, a Comunidade de Curitiba ficou inativa. Mas a vontade de continuar com os eventos continuou na minha cabeça. Demorei três anos para dar o primeiro passo. Então entrei em contato com outras pessoas da comunidade brasileira que tinha conhecido no WordCamp, para saber o que era necessário para voltar a fazer os encontros (também chamados de <i>meetups</i>) em Curitiba. Por coincidência, descobri que mais três pessoas estavam querendo fazer o mesmo e começamos a planejar o evento através do Slack (software de bate papo em texto). Em menos de um mês, organizamos o <a href=\"https://www.meetup.com/pt-BR/wpcuritiba/events/224130389/\">primeiro evento, no dia 5 de agosto de 2015</a>. O mais interessante foi que conseguimos fazer tudo isso virtualmente. Só no dia do evento que nós nos encontramos pessoalmente pela primeira vez.</p>\n<p>Pela velocidade que conseguimos organizar este evento, pode parecer que já tínhamos experiência neste tipo de organização, mas na verdade não tínhamos muita (ou nenhuma) experiência como organizadores. Por isso, a primeira coisa que nos perguntamos foi: o que seria legal ter, caso fossemos participantes? E duas coisas se destacaram: ter comida e ser divertido. Então pedimos comida (pizza, pela praticidade) e tentamos fazer algo mais divertido e sem formalidades. Não queríamos aqueles eventos onde quase ninguém fala com ninguém e depois da palestra todos vão embora como se estivessem fugindo de algo.</p>\n<p>Para que ninguém se sentisse perdido, no início do meetup fizemos uma breve apresentação com slides, explicando o que é o evento e como ele é organizado, pedindo para cada um se apresentar. Essa estrutura se manteve durante todos os próximos eventos. Aos poucos fomos fazendo vários experimentos. Desde uma seção onde todos podiam compartilhar uma notícia, dica de tema ou plugin, até um espaço para classificados, onde as pessoas poderiam dizer se procuravam ou ofereciam determinado serviço. Entre os organizadores, sempre combinamos previamente dicas para serem compartilhadas, de forma a estimular outras pessoas a participarem. No começo poucas pessoas participavam, mas com o tempo, estes momentos acabaram se tornando uma parte importante do evento.</p>\n<p>Como eu era extremamente tímido, ficar em frente a várias pessoas para apresentar o meetup não era nada fácil. Ficava muito nervoso e acabava falando bem baixo, até gaguejando um pouco. Queria mudar isso e sabia que o único jeito era praticar. Acredito que o meetup é uma ótima oportunidade para isto, por ser um grupo pequeno de pessoas com um interesse em comum: aprender. Isso faz com que todos sejam mais receptivos, criando um ambiente seguro para participar de várias formas.</p>\n<p>Aliás, isto é algo muito importante para mim: tornar os eventos um ambiente onde todas as pessoas se sintam bem vindas e seguras para fazerem perguntas e compartilharem experiências. Por isso, sempre dou boas vindas para os novos participantes e os incentivo a participarem e conversarem com outras pessoas do evento. Às vezes, conto a história do meu primeiro WordCamp, onde me desafiei a conversar com três pessoas desconhecidas.</p>\n<p>Hoje em dia, apesar de continuar sendo uma pessoa mais quieta, não sou mais tão tímido e consigo falar em público sem tanta dificuldade. Por conta desta superação pessoal, sempre que possível, incentivo outras pessoas a darem sua primeira palestra e também compartilho todas as dicas que utilizei (e ainda utilizo) para fazer melhores apresentações. Fico muito feliz quando vejo pessoas superando essas dificuldades e crescendo pessoalmente e profissionalmente. Apesar de ter mudado muita coisa, ainda utilizo como desafio pessoal fazer sempre algo para me tirar da zona de conforto em cada palestra (às vezes não tem o efeito esperado, mas pelo menos tenho mais uma história engraçada para contar).</p>\n<p>Já se passaram mais de seis anos desde o primeiro meetup (teve até um <a href=\"https://www.youtube.com/watch?v=vhYqoPaRsPo\">vídeo comemorativo</a>) e desde lá a comunidade de WordPress de Curitiba faz eventos mensalmente. Confesso que não é nada fácil manter essa consistência, mas é muito gratificante!</p>\n<h2>De desenvolvedor para criador de conteúdo sobre WordPress</h2>\n<p>Sempre gostei muito de ler newsletters sobre tecnologia, mas não havia nenhuma específica de WordPress no Brasil. Depois de muito contemplar (e procrastinar), decidi criar uma newsletter que priorizasse a divulgação de conteúdo em português. E, em 22 de junho de 2019, publiquei a edição zero do <a href=\"https://www.painelwp.com.br/\">PainelWP</a>. Desde lá, semanalmente procuro e divulgo as principais notícias, tutoriais, dicas, eventos e vagas de WordPress. Meu principal objetivo com a newsletter é inspirar mais pessoas a criarem conteúdo sobre WP em português.</p>\n<p>Como aprendo muito lendo tutoriais e artigos, também comecei a escrever regularmente este ano (2021) no <a href=\"https://www.danielkossmann.com/category/wordpress/\">meu blog conteúdo sobre WordPress</a>. Uma das publicações que estou fazendo por conta do PainelWP é escrever semanalmente sobre como utilizar <a href=\"https://developer.wordpress.org/reference/functions/\">funções nativas em PHP do WordPress</a>, com exemplos de códigos. Escrever regularmente é bem desafiador, mas é muito gratificante e aprendo bastante. Recomendo a todos os profissionais que querem aprimorar seus conhecimentos, criar um blog e postar regularmente. Uma ideia é manter um registro do que você está aprendendo no blog.</p>\n<p>Além disso, tudo isso é publicado sob a <a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR\">licença Creative Commons BY-SA</a>, quase um equivalente do software livre para conteúdo. Escolhi esta licença pois facilita que o conteúdo seja compartilhado e utilizado, assim como o código fonte do WordPress.</p>\n<h2>A importância da comunidade de WordPress</h2>\n<p>Acredito que a grande vantagem e diferencial do WordPress, além dos inúmeros plugins e temas disponíveis, é a sua comunidade. Por ser uma plataforma aberta e facilitar a criação de sites, ele atrai pessoas com vários níveis técnicos e históricos muito diferentes. Esta diversificação ajuda a criar um espaço aberto para trocas, onde cada um tem algo diferente para ensinar.</p>\n<p>Isto cria uma conexão que se dá tanto online quanto presencialmente. É muito gratificante encontrar pessoas pessoalmente em eventos da comunidade. A partir desses encontros, fiz várias amizades duradouras. Estes contatos também me ajudaram bastante profissionalmente. Já recebi várias indicações para serviços a partir deles e também já indiquei várias pessoas.</p>\n<p>Uma dica importante que aprendi na comunidade de WordPress é: toda vez que estiver em uma roda de conversa durante os eventos, deixe um espaço livre para que uma nova pessoa possa se juntar à roda. Este formato também é chamado de <a href=\"https://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">regra do Pac-Man</a>.</p>\n<p>Se você ainda não faz parte da comunidade de WordPress, recomendo procurar um meetup na sua cidade (ou próximo dela) para participar. Também há várias comunidades fazendo encontros online agora, que são uma ótima oportunidade de trocar conhecimento com pessoas de outras cidades. Espero que você tenha gostado da minha história e nos vemos no próximo meetup ou WordCamp!</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, 24 Nov 2021 11:00:24 +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:\"Daniel Kossmann\";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:65:\"WPTavern: WordPress, Blogging, and the Things We Are Thankful 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126085\";s: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:171:\"https://wptavern.com/wordpress-blogging-and-the-things-we-are-thankful-for?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-blogging-and-the-things-we-are-thankful-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4246:\"<p class=\"has-drop-cap\">On Saturday, one side of my family held our pre-Thanksgiving reunion. It had been two years since we were able to do it. I offered to host this year when our previous venue&rsquo;s loss threatened to sideline the event for yet another year. Needless to say, I was exhausted by the time my last cousin and his wife got in the car and drove off toward their home in south Alabama.</p>\n\n\n\n<p>Sunday, the day after, was the first relaxing day I had taken in weeks. But, I am not one for spending the entire day dedicated to watching TV &mdash; except when <em>Squid Game</em> was released.</p>\n\n\n\n<p>Dusting off my rarely-used personal blog, I began to pen an update post on my National Novel Writing Month progress. Instead of actually doing that, at least until later in the night, I looked over years of published blog posts.</p>\n\n\n\n<p>There is a rich history there, at least to me. My blog is a journal of my personal memories going back to 2003. For 18 years, I have been writing something, spitting out words into what can sometimes feel like an endless void. That na&iuml;ve 19-year-old kid who was just setting foot into the online world was not thinking he would still be doing the same thing all these years later. He was just blogging. It was one part an extension of the angst-ridden notebooks he had filled as a teen. It was another part of a new and exciting journey.</p>\n\n\n\n<p>For around an hour or so, I simply clicked and read and clicked and read. It is an extraordinary time to be alive, to take part in this moment in history where anyone from all over the world could live those same memories with me. And I can read their blogs. I can read about their hopes and dreams, view galleries of their pets, or catch up on their goals for the new year.</p>\n\n\n\n<p>This is one of the reasons I subscribe to people&rsquo;s personal blog feeds more so than news or development sites. At the end of the day, everything we do here is about people.</p>\n\n\n\n<p>I took a deep dive through my archives, caught up with some fun moments I had shared with the world, and read over some of my old WordPress development tutorials. I even scanned through my obsession with Marie Kond&#333;s tidying rules.</p>\n\n\n\n<p>I was only disappointed that there were many moments that I decided not to share. I perused some of the notes from unpublished drafts of various instances of #WPDrama, discussions where I decided to keep my thoughts to myself rather than rock the boat. I skipped over headlines for books I had read but never reviewed. I remembered some life-changing moments that I never bothered to even write a draft about.</p>\n\n\n\n<p>Aside from reminiscing over the past half of my life, I realized that my blog is older than many people who are just starting their own blogging journeys. WordPress, which also <a href=\"https://wptavern.com/happy-18th-birthday-wordpress\">turned 18 this year</a>, is older than its next generation of users.</p>\n\n\n\n<p>I also realized that I simply enjoy blogging. I had never given it much thought before &mdash; the <em>why</em> behind my continued participation in this artform. Perhaps it is because I have something I want to say from time to time. Maybe it is simply therapeutic. In the end, it might not matter. However, I am grateful that we have platforms like WordPress that allow us all to do it, regardless of our reasons.</p>\n\n\n\n<p>As we close shop for the week for some much-needed rest, I am making a note to read through the bookmarked blog posts I have not gotten around to (thank you to everyone who has shared). I want to dive into the backlog of personal blogs I have yet to catch up on. I always check out every Tavern commenter&rsquo;s website when they leave a URL in the form. I do not always get around to them immediately, but I have found many blogs that I genuinely enjoy reading this way.</p>\n\n\n\n<p>Heading into this year&rsquo;s U.S. Thanksgiving holiday, I am reminded of how fortunate I am to be a part of the WordPress community. It is a living, breathing ecosystem that has always remained true to its blogging roots. The platform allows millions of people to share their voices while owning their content.  That alone is something worth being thankful for.</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, 24 Nov 2021 00:05:31 +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: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:75:\"WPTavern: WordPress 5.9 Revised Release Date Confirmed for January 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126003\";s: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:193:\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-revised-release-date-confirmed-for-january-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:4210:\"<p>Last week WordPress 5.9&rsquo;s release leads found a consensus for <a href=\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022\">delaying the release</a> after missing the deadlines for Beta 1 due to significant blockers. At that time they proposed a schedule for moving forward, and that is now <a href=\"https://make.wordpress.org/core/5-9/\">confirmed</a>. Beta 1 is planned for November 30, 2021, with subsequent betas in December. RC 1 is scheduled for January 4, 2022, and the official release is anticipated on January 25.</p>\n\n\n\n<p>For the past decade, Matt Mullenweg&rsquo;s <a href=\"https://make.wordpress.org/core/2010/04/20/deadlines-are-not-arbritrary-theyre-a/\">deadlines are not arbitrary</a> philosophy has guided core development, preventing  releases from being delayed by the desire to squeeze in one more feature:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Deadlines are not arbitrary, they&rsquo;re a promise we make to ourselves and our users that helps us rein in the endless possibilities of things that could be a part of every release. </p></blockquote>\n\n\n\n<p>Deadlines make it possible for agencies, product developers, and hosting companies with millions of WordPress customers, to prepare for upcoming releases in a predictable way that ultimately enables more sites to update regularly. The situation with WordPress 5.9 is unique, because the effort involves shipping a set of interdependent features that also provide the foundation for a new way of theming.</p>\n\n\n\n<p>&ldquo;As the FSE features are very closely intertwined, removing some of its pieces would risk making the release unstable,&rdquo; 5.9 Core Tech Lead Tonya Mork said in a <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">post</a> announcing the new schedule. &ldquo;To avoid delivering a sub-optimal experience, moving fixes to a 5.9 minor or 6.0 was ruled out.&rdquo;</p>\n\n\n\n<p>Mork said the team considered punting full-site editing (FSE) and the Twenty Twenty-Two theme that depends on it to 6.0 but saw more benefit in shipping the collection of features sooner.</p>\n\n\n\n<p>&ldquo;The 6.0 release isn&rsquo;t due until April 2022&mdash;too long for the community to wait for them,&rdquo; Mork said. &ldquo;After processing this<a href=\"http://github.com/WordPress/gutenberg/issues/36556\">&nbsp;list of issues</a>,&nbsp;Core&nbsp;Editor team saw the features could ship in 5.9 with the revised schedule.&rdquo;&nbsp;</p>\n\n\n\n<p>Anne McCarthy, who is co-leading testing for the release, is in the trenches with FSE and wrote a <a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\">summary</a> of why she was proponent of delaying in this instance. She cited improved sustainability for contributors, and the value of users getting access to the whole suite of FSE features rather than smaller pieces, as factors in the decision.</p>\n\n\n\n<p>&ldquo;More specifically, if we were to push everything to 6.0, this would delay the Twenty Twenty-Two theme, hold back the launch of block themes in general, and delay a ton of user value in exploring ways to edit all parts of a site,&rdquo; McCarthy said.</p>\n\n\n\n<p>The decision to delay 5.9 to January 2022 has been met with positive feedback from all sides, and many following the progress have expressed their appreciation of the team&rsquo;s transparency throughout the decision-making process. It&rsquo;s reassuring to see the release leads acting in the interest of users and contributors, instead of forcing something half-baked forward. </p>\n\n\n\n<p>In the meantime, if you want a sneak peak of some newer features coming in 5.9, check out the video the release team <a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\">published</a> today. It showcases the amazing flexibility of the upcoming Twenty Twenty-Two theme and how much more you can do with WordPress without having to change to a different theme. If you want to be part of the team making FSE better for everyone, jump in and <a href=\"https://make.wordpress.org/test/tag/fse-testing-call/\">start testing</a> the new features ahead of the beta release.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\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:\"Tue, 23 Nov 2021 23:20: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: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: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:43:\"WordPress.org blog: A Look at WordPress 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=11625\";s: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://wordpress.org/news/2021/11/a-look-at-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2465:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a> joining the fun and over 30 theme blocks to build all parts of your site. <a href=\"https://make.wordpress.org/core/5-9/\">In anticipation of the January 25th release</a>, we hope you enjoy this sneak peek of 5.9.</p>\n\n\n\n<p>New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes<strong>.</strong></p>\n\n\n\n<p>No matter what you’re editing, whether it&#8217;s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can&#8217;t wait to see what you create with WordPress 5.9! </p>\n\n\n\n<h2 id=\"stay-tuned\">Stay Tuned</h2>\n\n\n\n<p>Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">test everything</a>! For all the details, <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">check out this Make Core post</a>.</p>\n\n\n\n<p><em>Video props: <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a> (also co-wrote the post) <a href=\"https://profiles.wordpress.org/michaelpick/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>michaelpick</a> <a href=\"https://profiles.wordpress.org/matveb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matveb</a> <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a> <a href=\"https://profiles.wordpress.org/javiarce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>javiarce</a> <a href=\"https://profiles.wordpress.org/critterverse/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>critterverse</a> <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a>.</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, 23 Nov 2021 21:02: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:\"Kelly Hoffman\";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:104:\"WPTavern: GoDaddy Data Breach Exposes 1.2 Million Active and Inactive Managed WordPress Hosting Accounts\";s: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=125998\";s: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:253:\"https://wptavern.com/godaddy-data-breach-exposes-1-2-million-active-and-inactive-managed-wordpress-hosting-accounts?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-data-breach-exposes-1-2-million-active-and-inactive-managed-wordpress-hosting-accounts\";s: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:3389:\"<p>In a disclosure to the U.S. Securities and Exchange Commission (SEC) that was <a href=\"https://www.sec.gov/Archives/edgar/data/1609711/000160971121000122/gddyblogpostnov222021.htm\">published today</a>, GoDaddy announced a data security breach impacting its WordPress managed hosting customers. The company discovered unauthorized third-party access to its hosting environment on November 17, 2021, through an exploited vulnerability.</p>\n\n\n\n<p>GoDaddy&rsquo;s initial investigations show the attacker gained access using a compromised password beginning on September 6, 2021. Nearly every sensitive data point associated with hosting a WordPress website was compromised, including customer email addresses, admin passwords, sFTP and database credentials, and SSL private keys. GoDaddy published the following summary of data the attacker had access to for more than two months:</p>\n\n\n\n<ul><li>Up to 1.2 million active and inactive Managed WordPress customers had their email address and customer number exposed. The exposure of email addresses presents risk of phishing attacks.</li><li>The original WordPress Admin password that was set at the time of provisioning was exposed. If those credentials were still in use, we reset those passwords.</li><li>For active customers, sFTP and database usernames and passwords were exposed. We reset both passwords.</li><li>For a subset of active customers, the SSL private key was exposed. We are in the process of issuing and installing new certificates for those customers.</li></ul>\n\n\n\n<p>GoDaddy has more than 20 million customers but only the managed WordPress hosting accounts were affected by this breach. Looking further into the incident, <a href=\"https://www.wordfence.com/blog/2021/11/godaddy-breach-plaintext-passwords/\">Wordfence claims that GoDaddy was storing sFTP credentials as plaintext</a>, although GoDaddy has not officially confirmed it:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>GoDaddy stored sFTP passwords in such a way that the plaintext versions of the passwords could be retrieved, rather than storing salted hashes of these passwords, or providing public key authentication, which are both industry best practices.</p><p>We confirmed this by accessing the user interface for GoDaddy Managed Hosting and were able to view our own password&hellip;When using public-key authentication or salted hashes, it is not possible to view your own password like this because the hosting provider simply does not have it.</p></blockquote>\n\n\n\n<p>GoDaddy&rsquo;s stock tumbled after the SEC disclosure got picked up by major news organizations, finishing down&nbsp;5.25%. The company <a href=\"http://previous%20incidents:%20https://twitter.com/lenraleigh/status/1462974068588789769\">emailed its customers</a> to notify them that their accounts may have been compromised during the two months when the attacker had unauthorized access.</p>\n\n\n\n<img />\n\n\n\n<p>The incident has damaged customers&rsquo; trust and puts developers and agencies in an uncomfortable position if they are required to notify their customers about the breach. Impacted site owners will need to watch for malware, suspicious activity, and potential phishing attacks.</p>\n\n\n\n<p>Godaddy says it has already taken steps to further secure its provisioning system and is continuing its investigation with the help of an IT forensics firm and law enforcement.</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, 23 Nov 2021 04:55:45 +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:59:\"WPTavern: How Do Post Formats Fit Into a Block Theme 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:30:\"https://wptavern.com/?p=125982\";s: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:161:\"https://wptavern.com/how-do-post-formats-fit-into-a-block-theme-world?utm_source=rss&utm_medium=rss&utm_campaign=how-do-post-formats-fit-into-a-block-theme-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:5899:\"<p class=\"has-drop-cap\">Over the weekend, Nick Bohle asked Ellen Bauer of Elma Studio <a href=\"https://twitter.com/nickbohle/status/1462231308697018373\">how post formats fit into the block-theming world</a>. The question was a proposal for her a WordPress theme and FSE <a href=\"https://twitter.com/i/spaces/1ZkJzbaDPVgJv/peek\">chat she held yesterday</a> via Twitter Spaces. I could not attend and see if Bauer touched on the subject, but the question is something I have given a lot of thought to not that long ago.</p>\n\n\n\n<p>Over the summer, I <a href=\"https://twitter.com/justintadlock/status/1407208677795373056\">tweeted out a screenshot</a> of an experiment around post formats. A part of me was trying to figure out if we could revive a dying feature, one I continue to use today.</p>\n\n\n\n<img />Aside post format archive.\n\n\n\n<p>I have been using post formats since before they were a thing. &ldquo;Asides&rdquo; were one of the precursors to the feature landing in WordPress. I wrote my first on my personal blog back in 2006. I had borrowed some code that WordPress cofounder Matt Mullenweg had <a href=\"https://ma.tt/2004/05/asides/\">posted two years earlier</a>. It was a concept he had borrowed from others.</p>\n\n\n\n<p>For me, it was a way to give a unique layout to quick posts and links without all the beefiness of a long-form article.</p>\n\n\n\n<p>In 2011, WordPress 3.1 launched with a new taxonomy. Users could choose between nine different formats for their posts, assuming their theme supported one or more of them. The goal was to allow theme authors to design custom layouts around each one.</p>\n\n\n\n<p>For much of the community, it felt like WordPress was chasing Tumblr&rsquo;s post content feature. The allure quickly wore off after it seemed to have hit a standstill beyond its initial release. Besides a few fixes and trivial enhancements under the hood, post formats never amounted to much.</p>\n\n\n\n<p>They have remained a niche feature over the years. A few theme authors still add in support. Some of us old-school bloggers who have been using them in some form or fashion are still hanging on. But, post formats have been dead for a long time.</p>\n\n\n\n<p>Therefore, I decided to try to make them work for block themes.</p>\n\n\n\n<p>One of the most frustrating things I encountered with post formats in this block-based theme project was how powerless I felt over making them work &ldquo;the old way.&rdquo; The dynamic nature of classic theming meant that I could switch post content templates out on pages that listed multiple posts. Query Loop and its inner Post Template block do not allow me to show a different template for a quote or gallery-formatted post, for example.</p>\n\n\n\n<p>This was frustrating because that part of the design process was out of my hands. If I wanted to do something as simple as show an entirely different design for an aside post within a mix of normal posts, I could not do so as the theme designer, at least not without doing some hacky workarounds.</p>\n\n\n\n<p>My &ldquo;light bulb&rdquo; moment was when I realized that it was OK to not have that control. I needed to get outside of the mindset that the design was mine and mine alone. That is viewing creation through a classic theming lens. My approach was wrong. Instead, I had to start thinking about how to hand over these design tools to the user.</p>\n\n\n\n<p>The question became: Can I create something that utilizes that original post format concept while giving users the freedom to do what they want?</p>\n\n\n\n<p>Then, it dawned on me. The following is the response I tweeted to Jeff Chandler, who had <a href=\"https://twitter.com/jeffr0/status/1407211205685661700\">asked if I thought post formats</a> would work as patterns:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I think of blocks themselves as an evolution of post formats. Video, audio, embeds (basically cool links), quotes, etc. Most of the elements are already there. Patterns just give users an easy way to insert various designs, which could build off those blocks.</p></blockquote>\n\n\n\n<p>Maybe post formats as they currently exist are dead. However, the idea of designing a layout around specific types of posts is very much alive.</p>\n\n\n\n<p>If users want to embed a single video into a post, it is just a matter of copying and pasting a link. To share a quote they found from their favorite author, they merely need to drop it into a Quote block. Other than chat posts (let&rsquo;s just gloss over those entirely), the concept of post formats has simply been replaced with blocks.</p>\n\n\n\n<p>However, theme authors still have a role to play. If all the elements for post formats have been essentially replaced by blocks themselves, that means designers can have a field day building patterns around them.</p>\n\n\n\n<img />Patterns built for post formats.\n\n\n\n<p>That led me to build off my original idea for asides, my favorite post format. Instead of offering a single design, I built three different patterns for users to choose from. End-users could mix and match how they appeared on the front end.</p>\n\n\n\n<p>I also built a custom <code>taxonomy-post_format-aside.html</code> template to showcase them on their archive page. It merely displayed the published date and the post content, which the user controls.</p>\n\n\n\n<p>I went back to the drawing board and built a quote pattern that I liked. Again, it would be up to the user whether they wanted that particular design. They could always go in a different direction.</p>\n\n\n\n<img />Quote block pattern and custom style.\n\n\n\n<p>In some ways, post formats were always limiting. The feature was never fleshed out, and there were only nine allowed formats. At the end of the day, each was merely a term within a taxonomy. There were never any rules about how it all was supposed to work. Maybe that is not such a bad thing. Now, posts can be anything users want them to be.</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, 22 Nov 2021 23:57: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:\"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: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:76:\"WordPress.org blog: Join us for State of the Word 2021, in person or online!\";s: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=11611\";s: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://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\";s: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:1704:\"<p>As <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">previously announced</a>, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on <a href=\"https://www.worldtimebuddy.com/?qm=1&lid=5128581,100&h=5128581&date=2021-12-14&sln=17-19&hf=0\">December 14, 2021, between 5 and 7 pm EST</a>!</p>\n\n\n\n<p>To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>, where the livestream will be embedded.&nbsp;</p>\n\n\n\n<p>If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30.&nbsp;</p>\n\n\n\n<p>In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees.&nbsp;</p>\n\n\n\n<div class=\"wp-container-61b082315865b wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2021\">Request a seat</a></div>\n</div>\n\n\n\n<p>Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question &amp; Answer session. If you have a question for Matt, you can send your question ahead of time to ask-matt@wordcamp.org, or ask during the event in the YouTube chat.</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, 22 Nov 2021 21:08: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:7:\"Josepha\";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:124:\"Gutenberg Times: Creating a Poll Block for Gutenberg, Skins Are Back in Style, WordPress 5.9 in 2022 – Weekend Edition 193\";s: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=19604\";s: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:129:\"https://gutenbergtimes.com/creating-a-poll-block-for-gutenberg-skins-are-back-in-style-wordpress-5-9-in-2022-weekend-edition-193/\";s: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:20455:\"<p>Howdy!</p>\n\n\n\n<p>I am back from our trip to Chicago. It is a fun city even when it&#8217;s cold. I took it as a  training run for our Christmas travels to Canada in about four weeks. One afternoon, we walked Michigan Avenue, The Bean and the sculpture and botanical garden in Millennium Park. Another afternoon, we visited the Shedd Aquarium. It is definitely worth a visit should you ever get to Chicago. Their exhibition space is vast and wonderful.  My favorite section was the <a href=\"https://www.instagram.com/p/CWJxgUnAS7j/\">Caribbean Reef </a>with the most colorful corals, algae and fish. The greatest joy was however to spend some quality time with my coworkers at Automattic, Tara King and Ryan Welcher. Turns out we all like beer and scuba diving. </p>\n\n\n\n<p>Now back to Gutenberg News, WordPress release and State of the Word. I had fun catching up on all the good vibe from the community. </p>\n\n\n\n<p>Stay warm, stay calm, be brave and wait for the signs.<sup>1</sup></p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n<p class=\"has-small-font-size\"><sup>1</sup> <em>Canadian Cree</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Monday, November 22nd, 2021 at 7pm ET / 00:00 UTC </strong> join us for WordPress Meetup organized by the group in Montclair, NJ. I will talk about <a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><strong>What is Full-Site Editing?</strong></a> and answer questions from participants. I am looking forward to seeing friends there and make new ones. </p>\n\n\n\n<a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><img /></a><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><em>RSVP and get the Zoom Link</em></a>\n\n\n\n\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/#the-gutenberg-minute\">The Gutenberg Minute</a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-team-and-core-wordpress-updates\">Gutenberg Team and Core WordPress updates</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-11-9-and-11-9-1-has-been-released\">Gutenberg 11.9 and 11.9.1 has been released. </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#theme-builders-and-block-themes\">Theme Builders and Block Themes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-for-gutenberg-and-building-custom-blocks\">Developing for Gutenberg and Building Custom Blocks </a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-for-site-builders-and-content-creators\">Gutenberg for Site Builders and Content Creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-events\">WordPress Events</a></li></ul></div>\n\n\n\n\n<h2 id=\"the-gutenberg-minute\">The Gutenberg Minute</h2>\n\n\n\n<p>As part of the WP Minute podcast, we record a minute of Gutenberg updates to be added to the show. Here is this week&#8217;s content. </p>\n\n\n\nGutenberg Minute November 2021  for this week&#8217;s <a href=\"https://thewpminute.com/pagedaddy/\">WPMinute </a>episode\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">WordPress Theme Repository &#8211; List of Block Themes </a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/36332\">Update theme.json schema to refer to wp.org URL </a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/34843\">Add API to access global settings, styles and stylesheet </a></li><li><a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\">Call for Testing: Site Editing Safari</a></li></ul>\n\n\n\n<p>Big Thank You to Matt Medeiros for including the segment every month. </p>\n\n\n\n<p><em>Updates: The Full-Site Editing will come to WordPress 5.9, however not on December 14th. There are now 28 block themes in the WordPress repository. </em></p>\n\n\n\n<h2 id=\"gutenberg-team-and-core-wordpress-updates\">Gutenberg Team and Core WordPress updates</h2>\n\n\n\n<p>The Beta 1 for WordPress 5.9 release has been moved to November 30th, 2021, due to not enough time to fix FSE interface issues for users. This also moves the date for the final release to January 2021. The new proposed schedule has January 25th, 2021 as release date. </p>\n\n\n\n<ul><li><strong>Tonya Mork</strong>, Core Tech Release lead posted <a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">more details on the Make Core blog.</a></li><li><strong>Robert Anderson</strong>, Editor Tech Release lead, posted <a href=\"https://github.com/WordPress/gutenberg/issues/36556\">the list of pending issues and blockers</a>. </li><li><strong>Sarah Gooding</strong> posted <a href=\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022\"><strong>WordPress 5.9 Delayed Until January 2022</strong></a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you want to assist in testing Beta and release candidate versions, <strong><a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a></strong>, held a panel discussion  with Core Contributors George Mamadashvili, Andy Fragen and yours truly on the various options to test upcoming versions. The recording is available now <a href=\"https://www.godaddy.com/garage/gutenberg-how-to-test-the-latest-updates/\"><strong>Testing the latest features in WordPress</strong></a> with resources and links. </p>\n\n\n\n<p>After the Beta 1 release, you only need to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> and set it to c<em>hannel</em> <strong>Bleeding Edge</strong> and <em>stream </em><strong>Beta/RC Only</strong>. </p>\n\n\n\n<img />Setting <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester Plugin</a> for testing Beta and Release Candidates during the release cycle of an new WordPress version. \n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) 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\" /></p>\n\n\n\n\n<h3 id=\"gutenberg-11-9-and-11-9-1-has-been-released\">Gutenberg 11.9 and 11.9.1 has been released. </h3>\n\n\n\n<p>Just before the <em>Feature Freeze</em> of the WordPress 5.9 release cycle, Gutenberg 11.9 was released. <a href=\"https://twitter.com/andrewserong\"><strong>Andrew Serong</strong></a> published the release notes in <strong><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">What’s new in Gutenberg 11.9.0 (10 November)</a></strong>.</p>\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> posted the details as well: <a href=\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\"><strong>Gutenberg 11.9 Focuses on Navigation Menus and Block Theming</strong></a></p>\n\n\n\n<p>In&nbsp;<strong><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-55-gutenberg-11-9-wordpress-5-9-navigation-block/\">Gutenberg Changelog newest episode (#55)</a></strong>,&nbsp;<strong><a href=\"https://twitter.com/gziolo\">Grzegorz (Greg) Ziolkowski</a> </strong>and I discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise guest: <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella.</a></strong> Listen in and <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><em><strong>write us a review.</strong></em></a></p>\n\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</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.  </p>\n\n\n\n\n<h2 id=\"theme-builders-and-block-themes\">Theme Builders and Block Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/ellenbauer\">Ellen Bauer</a> </strong>wrote an <strong><a href=\"https://www.elmastudio.de/en/theme-json-for-wordpress-block-themes-explained/\">Introduction to Theme.json</a></strong> and explained how the  configuration choices work together to manage a build a block theme, like Aino and can be used in Classic themes as well. Bauer also invites you to a Twitter Spaces conversation on November 21, 2021 at 2pm to the <strong><a href=\"https://twitter.com/i/spaces/1ZkJzbaDPVgJv?s=20\">WordPress FSE &amp; block theme chat</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his article <a href=\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\"><strong>“Skins” Are Back in Style, Proposal for Themes To Bundle User-Selectable Design Variations</strong></a>, Justin Tadlock commented on a Proof of Concept by Riad Benguella, who explored &#8220;a way for extenders to offer multiple global styles variations and the user would be able to pick up one of the variation for its site.&#8221; (<a href=\"https://github.com/WordPress/gutenberg/pull/35619\"><em>on Github</em></a>). </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/critterverse\">Channing Ritter</a></strong> also experimented and explored the possibility of <a href=\"https://critterverse.blog/2021/11/10/a-global-styles-switcher/\">switching out different style settings within the Global Styles panel</a>. In the comments, Ritter mentioned that a feature like that could make it fairly quickly into the Gutenberg plugin for users to test. </p>\n\n\n\n<h2 id=\"developing-for-gutenberg-and-building-custom-blocks\">Developing for Gutenberg and Building Custom Blocks </h2>\n\n\n\n<p>The latest Decode Podcast episode is titled <strong><a href=\"https://developers.wpengine.com/podcast/9511712\">Gutenberg with Jason Bahl</a>.</strong>  <strong>Kellen Mace</strong> and <strong>Will Johnston</strong>, talked to <strong><a href=\"https://twitter.com/jasonbahl\">Jason Bahl</a></strong>, creator and maintainer of <a href=\"https://www.wpgraphql.com/\">WPGraphQL</a> plugin and ecosystem,  about the benefits of Gutenberg, what&#8217;s lacking in Gutenberg&#8217;s current implementation, and what implementations exist for rendering Gutenberg in headless WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/mattwatsoncodes\">Matt Watson</a></strong> shared his experience in <a href=\"https://wpowls.co/articles/creating-a-custom-block-for-wp-owls/\"><strong>Creating a Custom Block for WPOwl</strong></a>. The task was a Link block displaying and image a text blurb and a URL. Watson then described his implementation journey and covers these steps: </p>\n\n\n\n<ul><li>Building a Reusable Block, </li><li>Convert it to a Block Pattern</li><li>Why use a Block instead of a Pattern</li><li>Create a Block WordPress Script</li><li>Write the edit.js and save.js functions </li><li>Create Block Styles and Variations. </li></ul>\n\n\n\n<p>The final block is now used on the <a href=\"https://wpowls.co/wpowls-60/\"><em>WPOwls newsletter.</em></a> You can study the <a href=\"https://github.com/wholesomecode/wp-owls-owl-link\">code via the public GitHub repository</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Editor <strong><a href=\"https://twitter.com/palmiak_fp\">Maciek Palmowski</a></strong> announced the <a href=\"https://wpowls.co/the-owl-link-challenge/\"><strong>WPOwls Challenge </strong></a>for the WordPress community to build a similar block with different tools. Besides the version built as Block Patterns and Native Custom Blocks (ReactJS) they already have versions built with ACF Blocks, and via Block Builder plugin. There are other tools available, for instance you could us <a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a> or <a href=\"https://wordpress.org/plugins/lazy-blocks/\">Lazy Blocks</a> or a <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/creating-dynamic-blocks/\">Dynamic Block</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a></strong> live-coded again this week. He walked us through the first part of <a href=\"https://www.youtube.com/watch?v=G6sxo9tpRvA\">Creating a Poll Block for Gutenberg</a> using <a href=\"https://react-google-charts.com/\"><em>React Google Charts</em></a> and the native <em><a href=\"https://developer.wordpress.org/block-editor/getting-started/create-block/\">WordPress Create Block</a></em> script. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a></strong>, co-founder and CTO of HumanMade, published an experimental library to render custom Gutenberg blocks built in React (front-end) on the server (using PHP V8JS).  Hoyle wrote in the Readme file of the <a href=\"https://github.com/humanmade/block-editor-ssr\"><strong>repository Block Editor SSR</strong></a> &#8220;Building blocks that will render as a React-app on the front end has many possible architectures and solutions. Block Editor SSR expects blocks to be built in a&nbsp;<em>certain</em>&nbsp;way (the way that made most sense to me). Before detailing how Block Editor SSR will server-render and hydrate your custom React block, first let&#8217;s go over how building custom blocks in React (front end) is expected to go.&#8221;</p>\n\n\n\n<h2 id=\"gutenberg-for-site-builders-and-content-creators\">Gutenberg for Site Builders and Content Creators</h2>\n\n\n\n<p><a href=\"https://twitter.com/kathyzant\"><strong>Kathy Zant,</strong></a> new product marketing manager for KadenceWP, <a href=\"https://www.kadencewp.com/blog/introducing-kadence-conversions/\"><strong>introduced the new premium plugin, Kadence Conversation</strong></a>, as a no-code interface to create lightweight and performant popups, modals, slide-ins, and banners for your site. At the time of this post, the plugin is available via Black Friday sale at 40% off. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his tutorial, <strong><a href=\"https://twitter.com/scruffian\">Ben Dwyer</a></strong> explains how to use the plugin <strong><a href=\"https://themeshaper.com/2021/11/17/create-a-blockbase-child-theme/\">Create A Blockbase Child&nbsp;Theme</a></strong>  and employ the existing tools to modify a Blockbase theme, and then export a bundle of templates and theme.json as a new child theme. <a href=\"https://wptavern.com/automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes\"><em>Justin Tadlock wrote about it, too.</em></a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Block Theme No 28 </em>was added to the WordPress Theme repository. <strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> took it out for a spin and shared his findings: <a href=\"https://wptavern.com/wowmall-a-free-experimental-woocommerce-block-theme\"><strong>Wowmall: A Free Experimental WooCommerce Block Theme</strong></a>. Tadlock wrote: &#8220;For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns.&#8221;</p>\n\n\n\n<h2 id=\"wordpress-events\">WordPress Events</h2>\n\n\n\n<p><strong>November 22, 2021 &#8211; 7pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/\" rel=\"nofollow\">Meetup Montclair, New Jersey</a></strong><br /><strong>What is Full-Site Editing?</strong> w/ Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>November 23, 2021 &#8211; 10:00 am EST / 15:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/282149151/\">WordPress Social Learning</a></strong><br /><strong>Discussion: Discovering theme.json for WordPress themes</strong> with Daisy Olson</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>November 27th, 2021</strong><br /><strong><a href=\"https://saopaulo.wordcamp.org/2021/\">WordCamp São Paulo</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 11 + 12, 2021</strong><br /><a href=\"https://taiwan.wordcamp.org/2021/\"><strong>WordCamp Taiwan</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 14th, 2021 &#8211; 5:00 pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">WordPress News</a></strong><br /><strong>State of The Word w/ Matt Mullenweg</strong> + Q &amp; A</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>February 4+5, 2022<br /><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, AL</a></strong><br />Call for Sponsors and Speakers are open now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>March 4th, 2022 all day<br /><a href=\"https://www.wordfest.live/2022/march/\">WordFest 2022</a></strong><br />a 24-hour festival of WordPress. <a href=\"https://www.wordfest.live/2022/march/call-for-speakers/\">Call for Speakers is open</a>. Deadline Dec 6th, 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;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\">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 class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;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 is-style-wide\" />\n\n\n\n\n\n<p><a href=\"https://www.flickr.com/photos/13998657@N02/18526571462\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://www.flickr.com/photos/51035555243@N01/38744499\" target=\"_blank\" rel=\"noreferrer noopener\"></a>Featured image: <a href=\"https://americanart.si.edu/artwork/baby-blocks-112064\">&#8220;Baby Blocks&#8221;&nbsp;by&nbsp;Bessie Ely&nbsp;is licensed under&nbsp;CC0 1.0</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:\"Sat, 20 Nov 2021 06: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: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: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: Automattic Theme Team Releases a Plugin To Build Blockbase Child Themes\";s: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=125905\";s: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:207:\"https://wptavern.com/automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes?utm_source=rss&utm_medium=rss&utm_campaign=automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes\";s: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:4388:\"<p class=\"has-drop-cap\">On Wednesday, Ben Dwyer <a href=\"https://themeshaper.com/2021/11/17/create-a-blockbase-child-theme/\">announced a new block-based plugin</a> on the Theme Shaper blog. The Automattic Theme Team had built a <a href=\"https://github.com/Automattic/create-blockbase-theme\">child theme creator</a> for its Blockbase WordPress parent theme.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/blockbase/\">Blockbase</a> has quickly started filling the role of Underscores, a starter that many developers used to create custom themes in the classic era. For block templating and global styles, something fresh was needed. It is both a launchpad and educational tool for theme authors who want to test the block theme waters.</p>\n\n\n\n<p>The approach is different now than in the past. Instead of using Blockbase as a customizable starting point, which is still a valid use case, the Automattic Theme Team is leaning far more heavily into child theming. It is a single parent to raise a legion of children, and the family has grown at a rapid pace. Since releasing Blockbase on WordPress.org, the team has already launched five child themes for it. Their <a href=\"https://github.com/Automattic/themes\">themes repo on GitHub</a> shows several others in progress.</p>\n\n\n\n<p>With the talent in the team&rsquo;s arsenal and the Create Blockbase Theme plugin at hand, they could spit out design after design after design. Of course, the child themes might begin to lose some of their flavor if the team moved too fast.</p>\n\n\n\n<p>Dwyer created a custom theme called Typewriter, which is downloadable via the announcement post. For my test, I did not go quite as far with customization and relied on one of the pre-existing color schemes from Blockbase.</p>\n\n\n\n<img />\n\n\n\n<p>I primarily wanted to get a feel for how the tool worked. After a bit of tinkering, I had something that still felt much like its parent with some simple changes.</p>\n\n\n\n<p>To use the plugin, users must install and activate the Blockbase theme. Until WordPress 5.9 is released, the Gutenberg plugin is necessary too. Currently, there are two places to make stylistic changes. The first is in the site editor. I made some adjustments to the header template part and index template. I also changed a few global styles.</p>\n\n\n\n<img />Customizing the index template and global styles.\n\n\n\n<p>The second place to modify the theme&rsquo;s design is via the customizer, which Blockbase enables (it is not accessible by default with block themes). The long-term goal should move all of these extra customizations to the site editor when it handles all the necessary use cases, such as a <a href=\"https://wptavern.com/proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first\">web fonts API</a>.</p>\n\n\n\n<p>After switching the color scheme and selecting a couple of custom fonts, I had everything in place.</p>\n\n\n\n<img />Selecting a custom font.\n\n\n\n<p>After I had all the customizations I wanted, I headed over to Appearance &gt; Create Blockbase Theme in the admin. The page has a handful of fields to fill in &mdash; just basic theme info. Once I was finished, clicking the &ldquo;Create Blockbase Theme&rdquo; created a downloadable ZIP file.</p>\n\n\n\n<img />Generating a Blockbase child theme.\n\n\n\n<p>Everything worked. The only issue I ran into was with the theme folder slug when using a multi-word theme name. <code>Tavern Test</code> became <code>tavern_test.zip</code>. It is standard practice to hyphenate theme folders instead of using an underscore to separate multiple words.</p>\n\n\n\n<p>The plugin does add a blank <code>screenshot.png</code> file. Creators will want to change that if they intend to publicly release their custom child theme.</p>\n\n\n\n<p>This is the sort of future I have long imagined for the WordPress theme space, one that can empower anyone to create designs of their own. It is a future where an end-user, even a non-coder, can tinker around for a while, export whatever they have built, and share it with others.</p>\n\n\n\n<p>We are not at that point with WordPress itself. The site editor currently allows users to export their templates. However, I hope that this same functionality is extended to exporting a fully-installable parent or child theme in the future. The basis of democratizing design means that everyone can give it a go without learning to code.</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, 19 Nov 2021 23:42:57 +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: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:50:\"WPTavern: WordPress 5.9 Delayed Until January 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:30:\"https://wptavern.com/?p=125857\";s: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:145:\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-delayed-until-january-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:6511:\"<img />photo credit: <a href=\"https://flickr.com/photos/bionicteaching/5948497535/in/photolist-a4DB5k-ddR7m6-2hY62pS-2j1SNKo-2gVgBDF-2iQKbJz-2mpRzg5-o5uNv-2kZXTrc-2kaA4cG-2ipXyyx-2i1FMBL-2hczLX3-2gVikgB-2kHAzjL-2gNm6zQ-4FqcGi-7GRAo8-2gNkmv2-2gNkms1-2m7Fjzj-2hy98BL-2iABt8S-2jcVFsu-R46BYR-atjfJF-cJjJXb-2jNysNx-2kRrhRt-RaqGFB-2hzjuNi-2hxXktV-2hzoRjj-2hy7SMX-2hYCngf-2g5DqMg-2eq7vbd-Fi1aN3-Q9DhTa-2hzp4eS-2hxJzsN-j1RYuM-RNKgg5-2kNMrwW-TAdgqb-rPgJLf-2cw8mMR-2gNm6Dc-2j4c5D2-2hdmx5p\">Tom Woodward</a>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">WordPress 5.9 has been delayed</a> due to significant blockers that could not be resolved in time for Beta 1, which was previously <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">scheduled</a> to be released November 16. The 5.9 release team came to the decision after a lengthy deliberation on the impact a delay will have on users and contributors. </p>\n\n\n\n<p>Robert Anderson, Editor Tech Lead for 5.9, published <a href=\"https://github.com/WordPress/gutenberg/issues/36556\">a summary of the blockers</a> that were found while testing full-site editing in&nbsp;core&nbsp;this week. They are identified as either blockers for beta 1 or blockers for 5.9.</p>\n\n\n\n<p>&ldquo;Historically (and even in the linked post), &lsquo;<a href=\"https://make.wordpress.org/core/2010/04/20/deadlines-are-not-arbritrary-theyre-a/\">deadlines are not arbitrary</a>&lsquo; has referred to the ability to cut features that aren&rsquo;t quite ready yet, and include them in a future release,&rdquo; Gary Pendergast commented on the post announcing 5.9 beta 1 as delayed. &ldquo;Are there particular reasons for why this philosophy has been re-interpreted?&rdquo;</p>\n\n\n\n<p>Tonya Mork, Core Tech Lead for the 5.9 release, responded with an explanation that FSE is going to have to be a package deal. </p>\n\n\n\n<p>&ldquo;Removing those areas that need fixing were ruled out as they are too intertwined into FSE and would make it unstable,&rdquo; Mork said. &ldquo;Punting fixes was ruled out as these meant delivering a &lsquo;half-baked&rsquo; experience.</p>\n\n\n\n<p>&ldquo;The choice is between shipping these major features in 5.9 with a delay or moving these major features to 6.0 to ship in the spring.</p>\n\n\n\n<p>&ldquo;Impacts were assessed. Shipping these major features sooner than later were determined to be more beneficial with less impact.&rdquo;</p>\n\n\n\n<p>Others commenting on the post shared concerns about the features possibly being rushed after seeing the list of blockers.</p>\n\n\n\n<p>&ldquo;My initial reaction when reading the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/36556\">Overview of WP 5.9 pending issues and blockers</a>&nbsp;-issue on&nbsp;Gutenberg&nbsp;repository was &lsquo;holy smokes, there are so many open issues and blockers,\'&rdquo; Timi Wahalahti said.</p>\n\n\n\n<p>&ldquo;Nevertheless, from the viewpoint of a developer working in an agency and having 150+ client sites to look after, I do have similar concerns that Gary and Addison (in the Gutenberg repo issue) have already shared about rushing features out. After seeing the&nbsp;blocker&nbsp;list and reading how new major features are still under works, I&rsquo;d be very uncomfortable on updating to 5.9 after releasing it, knowing that some features were probably finished in a hurry.&rdquo;</p>\n\n\n\n<p>Contributors on GitHub cautioned that the new flows for FSE features have not been adequately tested and should not be shipped just days after landing major changes. </p>\n\n\n\n<p>&ldquo;I think there are some large red flags here that some things are not ready for 5.9,&rdquo; Gutenberg contributor Addison Stavlo said. &ldquo;Overall, it seems like right now we are rushing things in a dangerous way. We targeted 5.9 as the release for these items in core but too many things are just not ready, hence the rushing to change so many things at the last minute. Wouldn&rsquo;t it be better to miss the expected target date than to rush potentially regrettable decisions and brand new flows into core WP at the last minute?&rdquo;</p>\n\n\n\n<p>The new proposed schedule, which has not yet been officially confirmed, is as follows:</p>\n\n\n\n<ul><li>Nov 30 &ndash; Beta 1 (2 weeks from now)</li><li>Dec 7 &ndash; Beta 2</li><li>Dec 14 &ndash; Beta 3</li><li>Dec 21 &ndash; Beta 4 (optional)</li><li>Jan 4 &ndash; RC 1 (5 weeks from Beta)</li><li>Jan 11 &ndash; RC2</li><li>Jan 18 &ndash; RC 3</li><li>Jan 25 &ndash; Release date</li></ul>\n\n\n\n<p>At the time of publishing, all 18 contributors who weighed in on <a href=\"https://wordpress.slack.com/archives/C02JUSF02TT/p1637262875087500\">a poll in the 5.9 release leads slack channel</a> are in favor of the proposed new schedule. More blockers are being resolved and should continue throughout the weekend, but the delay to Beta 1 makes it inevitable that the stable release will be pushed back to January.</p>\n\n\n\n<p>The remaining consideration is whether or not FSE will be on track for inclusion in 5.9 or if it will need to be shipped in 6.0.</p>\n\n\n\n<p>&ldquo;If for some reason progress does not advance on track or something unknown / unexpected happens to cause further delays, then FSE features and TT2 theme are at risk to be punted to 6.0,&rdquo; Mork told the Tavern. The team is working to put safeguards in place to protect the release from further delays.</p>\n\n\n\n<p>&ldquo;FSE is a collection of features with some that are interconnected,&rdquo; WordPress 5.9 Testing Co-Lead Anne McCarthy said. &ldquo;This release includes a selection that are interconnected including Styles, Block theme flows, Navigation Block, etc. In order for them to really shine, it makes the most sense for them to be released together, making it hard to just delay shipping one. They need more time to be refined in order to be shipped&nbsp;<em>together</em>.&rdquo;</p>\n\n\n\n<p>The release team plans to publish an update on Monday with confirmation of the schedule moving forward. McCarthy noted that contributions have been lower this year, which has contributed to the delay.</p>\n\n\n\n<p>&ldquo;We need to recognize the very Human situation we&rsquo;re in right now both in terms of larger cultural moments coming up with various holidays/celebrations and the reality of still being in the midst of a pandemic,&rdquo; McCarthy said. &ldquo;Delaying provides sustainability to get this release right without potentially burning out the remaining contributor base.&rdquo;</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, 19 Nov 2021 23:07: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: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: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:86:\"WPTavern: BuddyPress 10.0.0 Beta 1 Delayed, Stable Release Rescheduled for December 24\";s: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=125869\";s: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:215:\"https://wptavern.com/buddypress-10-0-0-beta-1-delayed-stable-release-rescheduled-for-december-24?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-10-0-0-beta-1-delayed-stable-release-rescheduled-for-december-24\";s: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:2662:\"<p>The upcoming BuddyPress 10.0.0 beta 1 release was scheduled for November 20, but contributors have decided to <a href=\"https://bpdevel.wordpress.com/2021/11/18/bp-dev-chat-summary-november-17-2021/\">postpone the beta</a> by two weeks, due to lack of time for adequately testing recent improvements to the planned features. The stable release has been rescheduled for December 24. This version will <a href=\"https://buddypress.trac.wordpress.org/ticket/8318\">require WordPress &gt;=&nbsp;5.4</a>. </p>\n\n\n\n<p>The delayed beta gives BuddyPress plugin developers more time to update the way they add custom tabs in admin screens, as version 10 will make changes to&nbsp;the layout of the Settings and Tools Administration screens. A short tutorial for <a href=\"https://bpdevel.wordpress.com/2021/11/17/buddypress-admin-tabs-will-look-different-in-10-0-0/\">how to update custom tabs</a> was published in a recent BP dev note.</p>\n\n\n\n<p>Version 10 will add a new <a href=\"https://buddypress.trac.wordpress.org/ticket/8582\">site membership requests</a> feature, which changes the registration process so that a site admin must manually approve requests. Approval sends an email to the user with a link to activate their account. Administrators can turn the feature on by disabling &ldquo;Anyone can register&rdquo; and enabling membership requests. Improvements to site membership requests are still under review and need more testing, which was one factor in the decision to postpone beta 1.</p>\n\n\n\n<p>Contributors are also still working on <a href=\"https://buddypress.trac.wordpress.org/ticket/8581\">extending no content activities with images and call of actions</a>, a feature that needs some refinement to the initial approach.</p>\n\n\n\n<p>Unrelated to the postponed beta schedule, BuddyPress contributors are now discussing a proposal regarding the core BP blocks.</p>\n\n\n\n<p>&ldquo;I was thinking we should probably stop adding blocks to BP Core and instead create standalone blocks into the WordPress plugins directory,&rdquo; BuddyPress core developer Mathieu Viet said during the most recent dev chat. </p>\n\n\n\n<p>One advantage of not packaging them with BuddyPress is that they can be updated independently of core updates, which happen less frequently. One contributor, Varun Dubey, noted that this will increase the number of active plugins on sites and suggested the team consider bundling them in a block collection plugin instead. Anyone with a strong opinion on the matter is encouraged to share it as a comment on the most recent <a href=\"https://bpdevel.wordpress.com/2021/11/18/bp-dev-chat-summary-november-17-2021/\">BP Dev Chat summary post</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, 19 Nov 2021 05:03: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: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:35:\"Post Status: The Open Web Manifesto\";s: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:55:\"https://poststatus.com/?post_type=mn_rocks_news&p=89816\";s: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:51:\"https://poststatus.com/news/the-open-web-manifesto/\";s: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:693:\"<p>Accessibility, Creatibility, and Connectibility — these are the three things that define the Open Web in its ideal state. It can be accessed by everyone, anyone can freely create on it, and the communities that form there can sustain themselves and grow. WordPress is critical to the Open Web as an indicator of its health, an ecosystem for business growth, and a path for people to contribute to the health, growth, and future of the Open Web. We want to guide, connect, and elevate our members — WordPress businesses and professionals — as they grow. And we want to make sure we share, nurture, and replenish the common resource we have in the Open Web. <strong><br />\n</strong></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, 19 Nov 2021 00:44: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:13:\"Jonathan Wold\";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:108:\"WPTavern: Donate to Big Orange Heart, Become a Self-Proclaimed Winner in the WP Builds WordPress Awards 2021\";s: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=125645\";s: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:259:\"https://wptavern.com/donate-to-big-orange-heart-become-a-self-proclaimed-winner-in-the-wp-builds-wordpress-awards-2021?utm_source=rss&utm_medium=rss&utm_campaign=donate-to-big-orange-heart-become-a-self-proclaimed-winner-in-the-wp-builds-wordpress-awards-2021\";s: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:5730:\"<p class=\"has-drop-cap\">Flipping the usual <del>popularity contests</del> <em>WordPress-related award systems</em> on their heads, Nathan Wrigley has created something where we can all be a winner. What started as a joke to crown his WP Builds podcast as the best quickly took a positive turn that has seen several charitable donations in the past week or so.</p>\n\n\n\n<p>The awards &ldquo;contest&rdquo; is simple. Anyone can donate the minimum amount of $10 to <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a> and show their receipt via the submission form.  They can then create a new award category for the <a href=\"https://wpbuilds.com/wp-builds-wordpress-awards-2021/\">WP Builds awards page</a> and claim themselves as the sole winner. There are 27 days remaining to enter.</p>\n\n\n\n<img />Awards page and submission form.\n\n\n\n<p>While I certainly want to be charitable, I saw this as an opportunity to crown myself as the Best WordPress Halo Player in 2021. I have already won, so no one can dispute it.</p>\n\n\n\n<p>In all seriousness, Big Orange Heart is a worthy cause in which to donate, regardless of whether you claim your award. The charity organization focuses on mental and physical health for remote workers. It offers coaching, mentoring, workshops, and other resources to over 14,500 members.</p>\n\n\n\n<p>&ldquo;So I really did not come up with this,&rdquo; said Wrigley. &ldquo;It was an accident. I saw a few posts about a variety of awards polls (both inside WordPress and outside too), and I thought that it would be funny to create an Awards poll of my own. It had only one question, which was &lsquo;Best Podcast called WP Builds&rsquo; and there was only one option to choose from, which was, <em>erm</em>&hellip;WP Builds. I thought that this was enormously funny because somewhat humorless dad jokes are the level that I&rsquo;m on.&rdquo;</p>\n\n\n\n<p>He then <a href=\"https://twitter.com/wpbuilds/status/1458387183283458056\">posted on Twitter</a> and got 30 votes for the joke award poll in which his podcast could be the only winner.</p>\n\n\n\n<p>&ldquo;A day later, I got a <a href=\"https://twitter.com/pootlepress/status/1458431706243997702\">tweet from Jamie Marsland</a> of PootlePress who said (jokingly, I expect) that he&rsquo;d give me &pound;10 if I would add a new question of &lsquo;Best WordPress Tennis Player&rsquo; and him as the only possible winner. Now, I know nothing about tennis (or WordPress, if the truth be known), and so I thought about this for a moment. I imagined all of the things that I would do with Jamie&rsquo;s &pound;10. The new Bond film at the cinema, some new tennis balls, a billionth of a Bitcoin&hellip;Then I remembered Big Orange Heart.&rdquo;</p>\n\n\n\n<p>Thus, a new fundraiser and faux awards contest had been born. Wrigley described Big Orange Heart as a charity that&rsquo;s really close to his heart. He told Marsland <a href=\"https://twitter.com/wpbuilds/status/1458432722955902977\">to donate to the organization</a> to earn his spot. A $25 contribution and a <a href=\"https://twitter.com/pootlepress/status/1458433464559091713\">screenshot of a receipt</a> later, and he had become the unofficial best WordPress tennis player.</p>\n\n\n\n<p>Not to be outdone, Nigel M Rodgers later won the &ldquo;Bestest Best WordPress Tennis Player&rdquo; award. It is all in good fun.</p>\n\n\n\n<p>&ldquo;So this silliness had taken a new turn,&rdquo; said Wrigley. &rdquo; A silly idea had generated $25 for Big Orange Heart. My heart was racing; this could be huge. I went to bed. In the morning, I woke up and sent out a new tweet.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If you donate $10 to <a href=\"https://twitter.com/aBigOrangeHeart?ref_src=twsrc%5Etfw\">@aBigOrangeHeart</a> I will make you a 100% certain winner of a category of your choosing in \"The WP Builds WordPress Awards 2021\". It\'s money well spent. You\'ll feel like a winner! <a href=\"https://t.co/L8i8O4Ayog\">https://t.co/L8i8O4Ayog</a></p>&mdash; Nathan Wrigley (@wpbuilds) <a href=\"https://twitter.com/wpbuilds/status/1458433750027718658?ref_src=twsrc%5Etfw\">November 10, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;I had set a new low for Awards,&rdquo; he said. &ldquo;I will allow you to donate/buy your way into winning whatever category you choose for yourself in exchange for a guarantee that you&rsquo;ll win!&rdquo;</p>\n\n\n\n<p>The WP Builds WordPress Awards 2021 is, without a doubt, unique. Now that we are just ahead of the holidays, it is always a welcome time to donate.</p>\n\n\n\n<p>Michelle Frechette &ldquo;is actually triplets masquerading as one person&rdquo; reads one award. Leanne Mitton is the &ldquo;Best Gnome Collector in the WordPress community.&rdquo; Isaac Coleman is &ldquo;The Most Awesome 13 Year Old in the World&rdquo; &mdash; <em>there could be a proud parent involved in that one</em>. And, there are many others to read through just for laughs.</p>\n\n\n\n<p>Wrigley does not yet know if he will run it in 2022. He is waiting to see how this one turns out. With enough support from the WordPress community, it could be fun to keep up with every year.</p>\n\n\n\n<p>For now, Big Orange Heart is the only accepted charitable organization. However, I asked if Wrigley would be open to others in our space in the future, assuming he keeps it up next year.</p>\n\n\n\n<p>&ldquo;I&rsquo;m sure that there would be ways to allow the person making the donation to choose alternative charities,&rdquo; he said. &ldquo;This seems like a great idea! I&rsquo;m open to suggestions about which charities we could include.&rdquo;</p>\n\n\n\n<p><strong>Note: </strong><em>Nathan Wrigley runs the WP Jukebox podcast for WP Tavern.</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:\"Thu, 18 Nov 2021 19:12: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: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: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:86:\"Post Status: Post Status Excerpt (No. 33) — The Next Chapter For In-Person WordCamps\";s: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:\"https://poststatus.com/?p=89029\";s: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:34:\"https://poststatus.com/excerpt/33/\";s: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:3940:\"<h2>&#8220;I expect the hallway track to be pretty busy during this event.&#8221; —Nathan Ingram</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David talks with special guests <strong>Nathan Ingram</strong> and <strong>Ryan Marks</strong> about <strong>WordCamp Birmingham 2022</strong> — one of the first in-person WordCamps after almost two years of no live events anywhere in the world. With 200+ people expected to attend, Nathan and Ryan talk about the safeguards that will be in place, how they are managing expectations, how their sponsorships are being handled, the role of hybrid events, and how WordCamp Birmingham\'s reboot is being received in the WordPress community.</p>\n\n\n\n<p><strong>Also don\'t forget: </strong>We\'re encouraging listeners to check out the &#8220;<a href=\"https://poststatus.com/make-wordpress/\">Week at WordPress.org</a>&#8221; — get the feed <a href=\"https://poststatus.com/make-wordpress/feed/\">here</a> — and <a href=\"https://poststatus.com/submit-2021-black-friday-cyber-monday-deals/\">submit your Black Friday / Cyber Monday deals</a> to us at Post Status for us to share.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham / WP\'Yall</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"http://twitter.com/nathaningram\">Nathan Ingram (Twitter)</a></li><li><a href=\"http://twitter.com/cdrmarks\">Ryan Marks (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">SpinupWP</a></h3>\n\n\n\n<p>Spin up your own extremely fast WordPress server in minutes with <strong>SpinupWP</strong>. Use any cloud hosting provider you want, and manage your servers remotely with a simple but powerful control panel. Get the security and performance of managed hosting without losing the independence of hosting your projects and your clients yourself.</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, 18 Nov 2021 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David 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: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:121:\"WPTavern: New Core Web Vitals Technology Report Shows Overall Pass Rate for WordPress Sites Decreases with Newer Versions\";s: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=125594\";s: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:287:\"https://wptavern.com/new-core-web-vitals-technology-report-shows-overall-pass-rate-for-wordpress-sites-decreases-with-newer-versions?utm_source=rss&utm_medium=rss&utm_campaign=new-core-web-vitals-technology-report-shows-overall-pass-rate-for-wordpress-sites-decreases-with-newer-versions\";s: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:5696:\"<p>Some new data from a recent <a href=\"https://discuss.httparchive.org/t/new-dashboard-the-core-web-vitals-technology-report/2178\">Core Web Vitals (CWV) technology report</a> produced by the HTTP Archive shows WordPress sites running newer versions have lower CWV pass rates. </p>\n\n\n\n<p>The original report was published in July by Rick Viscomi, one of the maintainers of the HTTP Archive. The site provides a permanent repository of web performance information, giving researchers a common set of data for researching and understanding trends. Contributors&rsquo; efforts are sponsored by Google, Mozilla, New Relic, Etsy, and other companies.</p>\n\n\n\n<p>One of the most notable findings in Viscomi&rsquo;s report showed that just 22% of WordPress-powered origins pass the Core Web Vitals &ldquo;Good&rdquo; threshold.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress core committer Adam Silverstein wanted to dig a little deeper into this data set to see if he could extract more information about WordPress sites&rsquo; CWV performance that wasn&rsquo;t represented in the initial published graphs. He proposed an analysis that would <a href=\"https://discuss.httparchive.org/t/comparing-core-web-vital-performance-across-wordpress-versions/2256\">compare Core Web Vital performance across WordPress versions</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>How have CWV scores changed over WordPress versions? Are there measurable improvements in the wild after recent changes like adding native&nbsp;<a href=\"https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/\">image</a>&nbsp;(version 5.5) and&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/19/lazy-loading-iframes-in-5-7/\">iframe</a>&nbsp;(version 5.7) lazy loading and&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">WebP image support</a>&nbsp;(version 5.8)?</p></blockquote>\n\n\n\n<p>Silverstein worked with Viscomi to create a query that would extract performance data grouped by WordPress version. He found that core additions like native image and iframe lazy loading, and WebP image support have had no measurable improvement on CWV scores in the wild. </p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://datastudio.google.com/u/0/reporting/ab251873-b787-4a8e-b4c8-efccf4b9a911/page/HUaeC?s=vvFHFeV3n_Q\">WordPress Versions Core Web Vitals report</a></div>\n\n\n\n<p>&ldquo;Lazy loading may be too aggressive as it is applied to all images,&rdquo; Silverstein said, noting that <a href=\"https://web.dev/lcp-lazy-loading/\">lazy loading can be detrimental</a> if over used. This should be remedied soon. Google-sponsored WordPress core committer Felix Arntz opened <a href=\"https://core.trac.wordpress.org/ticket/53675\">a ticket to improve lazy loading</a>, which will be included in WordPress 5.9. </p>\n\n\n\n<p>&ldquo;WebP adoption in WordPress has been growing since the 5.8 release, however users need to manually convert their images to WebP before uploading to take advantage of the format,&rdquo; Silverstein said. &ldquo;Landing WebP as the default format for sub-sized images which was started in&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/52867\">this ticket</a>&nbsp;will have a much bigger impact by automatically converting uploaded images to WebP.&#8203;&#8203;&rdquo;</p>\n\n\n\n<p>A few highlights of Silverstein&rsquo;s observations from the analysis include: </p>\n\n\n\n<ul><li>70% of origins are on the latest version of WordPress and 88% are on one of the last two versions, meaning changes we make to core reach the majority of sites relatively quickly.</li><li>The number of origins is quite low for older versions of WordPress, with fewer than 5k origins for most versions before 4.7</li><li>Overall CWV pass rates have generally decreased over WordPress versions. Although it might also be the case that &ldquo;leading-edge&rdquo; websites that update to the latest version are generally slower than those that linger on older versions.</li></ul>\n\n\n\n<p>Silverstein anticipates this analysis will provide the basis for tracking major improvements in the future. The Google-sponsored WordPress contributors on his team are active in certain core projects and are leading <a href=\"https://wptavern.com/yoast-and-google-sponsored-core-contributors-propose-new-wordpress-performance-team\">WordPress&rsquo; new performance team</a> with the goal of improving core performance as measured by&nbsp;<a href=\"https://web.dev/vitals/\">Google&rsquo;s Core Web Vitals</a>&nbsp;metrics.</p>\n\n\n\n<p>&ldquo;Basically I wanted to create a way to measure the impact of core WordPress improvements on WordPress sites (at scale),&rdquo; Silverstein told the Tavern. &ldquo;My team at Google is focused on helping improve the performance of the web at scale, and WordPress is a huge part of that! You may have noticed us working on features like lazy loaded images and iframes, WebP image support and now helping start the performance group. I wanted to find a way to see if our work is having a measurable impact &ndash; and not just on a vanilla WordPress site you might set up for testing, but in the wild, or real world websites that upgrade to the latest version of WordPress. That is the goal of the dashboard.&rdquo;</p>\n\n\n\n<p>The new <a href=\"https://datastudio.google.com/u/0/reporting/ab251873-b787-4a8e-b4c8-efccf4b9a911/page/HUaeC?s=vvFHFeV3n_Q\">dashboard</a>, which tracks WordPress CWV performance by version, is available to the performance team for monitoring their progress with each new WordPress release. Google-sponsored contributors are using it to measure the impact of their efforts across various performance initiatives.</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, 18 Nov 2021 03:15:35 +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: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:53:\"WPTavern: Rank Math SEO Launches a Content AI 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:30:\"https://wptavern.com/?p=125464\";s: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:151:\"https://wptavern.com/rank-math-seo-launches-a-content-ai-feature?utm_source=rss&utm_medium=rss&utm_campaign=rank-math-seo-launches-a-content-ai-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:8496:\"<p class=\"has-drop-cap\">Last week, the popular <a href=\"https://wordpress.org/plugins/seo-by-rank-math/\">Rank Math SEO</a> plugin received a major update that includes a new artificial intelligence system. The Content AI feature is a SaaS product that behaves like a personal writing assistant to boost search rankings.</p>\n\n\n\n<p>&ldquo;We built Rank Math&rsquo;s Content AI feature to revolutionize the content production and optimization process with proprietary AI that gives SEOs and content marketers a competitive edge,&rdquo; said Bhanu Ahluwalia, Rank Math&rsquo;s CMO.</p>\n\n\n\n<p>The system allows users to research what their content should look like based on a keyword. Each keyword analysis costs one credit. This data is stored on the user&rsquo;s server, so the same keyword used on multiple posts does not cost extra. Users get five free credits after signing up for a user account with Rank Math. However, they must upgrade to one of the three commercial plans, ranging from $59 to $499 per year, for more.</p>\n\n\n\n<p>Each of the <a href=\"https://rankmath.com/offer/\">commercial plans</a> comes with a specific number of credits. They are marketed as free extras, but they are not &ldquo;free&rdquo; for users who want to upgrade for credits alone. The team says they are working on a pricing solution to address this.</p>\n\n\n\n<p>Users should see a new Content AI module that they can enable from the plugin&rsquo;s Dashboard screen. Turning this on creates a new tab under the plugin&rsquo;s General Settings page for further configuration.</p>\n\n\n\n<img />Content AI general settings.\n\n\n\n<p>The Content AI feature works with the WordPress editor, the classic editor, Elementor, and Divi. However, the team plans to extend this support to other page builders in the future</p>\n\n\n\n<p>Users can then enter a focus keyword from the post-editing screen and click the Content AI button. From there, they can research their chosen keyword, and Rank Math pulls up suggestions from their system.</p>\n\n\n\n<img />Example post with Content AI score.\n\n\n\n<p>The scoring system is easy to understand. Above 80 (in the green) is considered &ldquo;good.&rdquo; Anything below might need some work based on the plugin&rsquo;s recommendations.</p>\n\n\n\n<p>The primary suggestions from the Content AI center on total words, links, headings, and media. When asked how the numbers were figured, Ahluwalia said, &ldquo;This is a computation performed based on the top-ranking content in search engine results pages (i.e., characteristics of content that ranks).&rdquo; It is a proprietary system, so maybe the team is not ready to give away the exact details.</p>\n\n\n\n<p>The feature also lets users copy related keywords to use in their posts, offers questions that the content should answer, and lists potential links to use.</p>\n\n\n\n<p>The following video explains how Content AI works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2 id=\"are-content-scores-a-good-thing\">Are Content Scores a Good Thing?</h2>\n\n\n\n<p class=\"has-drop-cap\">I am admittedly skeptical of any claims from SEO tools. There is value in most of the plugins in the space, and Rank Math is no different. However, I also want end-users to take SEO or content scores with a grain of salt. Hitting a specific word, link, heading, or media count is not going to make or break you. These should be guidelines, not goalposts.</p>\n\n\n\n<p>When asked how the score was calculated, I was pointed to a <a href=\"https://rankmath.com/kb/seo-score-vs-content-ai-score/\">knowledgebase article</a> on the Rank Math website. Nothing in the Content AI section explicitly explains the &ldquo;math&rdquo; behind the score. Essentially, the documentation references how the AI analyzes search results for various factors and describes how the tool works. There is some generally solid advice throughout, but it does not answer how those scores are calculated.</p>\n\n\n\n<p>One particular area of concern was the recommended media count for each post. I had access to a full demo of the feature with a few dozen posts to check. Nearly all that I ran through the Content AI had a recommendation of using 18 media. The number felt off. While I cannot claim to be an SEO guru, I do not see why a typical 1,000 or 2,000-word post should need that many images or videos. Even with web-optimized media, that could bring page-loading speed to a crawl for many site visitors.</p>\n\n\n\n<p>&ldquo;That entirely depends on the focus keyword that you had set for your post,&rdquo; said Ahluwalia on how the recommended count is determined. &ldquo;Page speed is a ranking factor, but the media count and its associated guideline there is a super simple way to quickly see and consider whether that&rsquo;s something that you need to do to rank as well. If we&rsquo;re, for example, looking at the keyword &lsquo;SEO tools,&rsquo; the recommendation is as high as 26, which is unsurprising because the majority of ranking content hasn&rsquo;t just covered essential SEO tools, they&rsquo;ve covered the 15, 20, or even 109 &lsquo;best SEO tools.&rsquo;</p>\n\n\n\n<p>&ldquo;This concern with using media in content as it relates to page speed is surprisingly common, but the reality is that content without design doesn&rsquo;t typically perform particularly well (even if it ends up ranking, then not from a conversion/social sharing perspective because people leave with the impression of encountering a wall of text). A lot of the content on our site wouldn&rsquo;t be the same without the images in the posts to paint the full picture and distill what are complex SEO processes/ideas into something that&rsquo;s super simple for people to understand.&rdquo;</p>\n\n\n\n<p>I generally agree that sites should use media alongside text. Looking over one of the demo posts I had access to, the content did not seem to warrant the recommended count.</p>\n\n\n\n<p>This particular post had 1,199 words and 32 paragraphs. It also had six images, which presumably played a significant role in the 20/100 score. Content AI recommended 18 instances of media.</p>\n\n\n\n<img />\n\n\n\n<p>Had the post met the recommended media count, there would have been one image for at least every two paragraphs. Even with half that number, visitors would unlikely think they are just &ldquo;encountering a wall of text.&rdquo;</p>\n\n\n\n<p>Maybe the analysis is correct. Perhaps it will help sites rank. But, that much media mixed in with text strikes me as a sub-optimal reading experience.</p>\n\n\n\n<p>My primary concern with tools like Content AI &mdash; this applies to SEO plugins in general &mdash; is that site owners are trying to make sure they are <em>in the green</em>. Instead of writing for readers, they are writing to rank. The two things are not mutually exclusive, but when end-users take recommendations as gospel, it can lead to stunted prose.</p>\n\n\n\n<p>&ldquo;We completely agree, and while AI content has come a long way, we&rsquo;re very much also still fans of well-researched content that&rsquo;s put together by humans like you and I (as is all of the content on our own blog),&rdquo; said Ahluwalia. &ldquo;The goal with Rank Math&rsquo;s Content AI is assisted content production and optimization (streamlined by software).</p>\n\n\n\n<p>&ldquo;Broadly speaking, as you say, traffic-light style scores or numerical scores don&rsquo;t paint a full picture for most content. This was a very big motivation for the new content optimization suggestions that go beyond typical scoring (that is the same no matter what you&rsquo;re writing about). When writing something that isn&rsquo;t search-driven at all (i.e. targeting a keyword and search intent that has little demand and no competition with a thought leadership piece, for example) you&rsquo;re not writing for searchers, you&rsquo;re writing for a specific set of people you have in mind. This content is still incredibly valuable though.&rdquo;</p>\n\n\n\n<p>He went on to say that for what the Rank Math team calls &ldquo;search-driven&rdquo; content, there are specific elements that well-ranking competing content has in common.</p>\n\n\n\n<p>&ldquo;It goes without saying that when using content optimization tools the consideration for still writing good content that&rsquo;s helpful has to be there for the end result to be truly exceptional,&rdquo; he said. &ldquo;With the aim here being to aid the creation of content, ensuring it addresses search intent, and meets what search engines deem valuable and useful content.&rdquo;</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, 18 Nov 2021 01:11:13 +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: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:92:\"Gutenberg Times: Gutenberg Changelog #55 – Gutenberg 11.9, WordPress 5.9, Navigation 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:53:\"https://gutenbergtimes.com/?post_type=podcast&p=19591\";s: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:104:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-55-gutenberg-11-9-wordpress-5-9-navigation-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:56225:\"<p>Birgit Pauli-Haack, Grzegorz Ziolkowski discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise Guest: Riad Benguella</p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://paulisystems.net/wordpress-consulting\">Pauli Systems</a></li></ul>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/changelog-54-gutenberg-11-8#shownotes\">Show Notes </a>/ <a href=\"https://gutenbergtimes.com/podcast/changelog-54-gutenberg-11-8#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-19591\"></span>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast via your favorite podcast apps!</strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes </strong></p>\n\n\n\n<h2 id=\"announcements\">Announcements</h2>\n\n\n\n<p id=\"jerseypress-what-is-full-site-editing\">Nov 22, 2021 7pm EST / 0:00 UTC <br /><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><strong>JerseyPress: What is Full-Site Editing?</strong></a><br />WordPress Meetup in Montclair, New Jersey </p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">𝗕𝗹𝗼𝗰𝗸 𝗕𝗮𝘀𝗲𝗱 (𝗙𝗦𝗘 𝗰𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗹𝗲) Theme in the WordPress Directory</a></p>\n\n\n\n<h2 id=\"what-s-released\">What&#8217;s released: </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\">WordPress 5.8.2</a></p>\n\n\n\n<h3 id=\"gutenberg-11-9\">Gutenberg 11.9</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">What’s new in Gutenberg 11.9.0 (10 November)</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\">Gutenberg 11.9 Focuses on Navigation Menus and Block Theming</a></p>\n\n\n\n<p></p>\n\n\n\n<h2 id=\"what-s-in-active-development-or-discussed\">What&#8217;s in active development or discussed</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\">FSE Program Testing Call #11: Site Editing Safari</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-61af5cefe86ea 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></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\">Transcription</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 55th episode of the Gutenberg Changelog podcast, recording on November 15th, 2021. In today&#8217;s episode, we will talk about Gutenberg 11.9, WordPress 5.9 coming up to a WordPress instance near you and then about navigation area block on Full-Site Editing and all the good things that come to WordPress.</p>\n\n\n\n<p>I&#8217;m Birgit Pauli-Haack, curator of the Gutenberg Times and WordPress developer advocate. And today, I have two co-hosts. You all know Grzegorz Ziolkowski, JavaScript developer at Automattic and WordPress core contributor. And our surprise guest today is Riad Benguella, one of the lead developers on Gutenberg and also code wrangler at Automattic. I am delighted you are here with us Riad, thanks for joining us.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hi, Birgit. Thanks for having me. It&#8217;s an honor for me to join you and Grzegorz on the show, and help spread the Gutenberg love to the community.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. It&#8217;s good. Yeah. Well, your passion for it is really contagious when I saw you before at WordCamp US and so when we met, it&#8217;s always nice and yeah patiently explaining things to me. So are you both on a team retreat? Where are you right now in the world and how are you doing?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hola, qué tal? That means greetings from Spain. So I&#8217;m so happy that Riad joins us today to discuss the latest 11.9 Gutenberg plugin release and the upcoming COR press 5.9 release.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. It&#8217;s so great to be able to meet colleagues again, we are kind of learning to travel again. Right?</p>\n\n\n\n<p>And yeah, I&#8217;m also, so looking forward to be able to join the community in upcoming word camps in-person events. We miss these a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The one is happening in Seville in December. That&#8217;s going to be fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You&#8217;re going to be there in December in Seville.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I&#8217;m not it&#8217;s the connection to Seville is bad for me, but I know that some of my colleagues from Spain, which will be there from Automattic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p>Riad Benguella: Personally I&#8217;m so looking forward to word camp Europe in Porto in June, hopefully.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, me too. Me too. And I&#8217;m so excited. I was excited two years ago when it was supposed to happen and now I&#8217;m even more excited to come to Portugal and to see everybody from Europe again, it&#8217;s going to be such a great event. And I hope that all the people that are still hesitant about vaccinations, that they get their shots, also the booster shots so we can all be together. Because I found that in-person meetings are so much richer than even though an online meeting like this, it&#8217;s good to help out and kind of bridge the gap. But the in-person meeting, even with family, we visited the family for five weeks in August and September. And there was such a relief to finally be together in one room again, and just hang out and go out and eat and just sit and chat. Yeah. But back to here.</p>\n\n\n\n<h3 id=\"announcements-1\"><strong>Announcements</strong></h3>\n\n\n\n<p>So I just wanted to let you know that November 22 is a WordPress meetup in Montclair, New Jersey, which is a virtual meetup and anybody can join. And I will demo the concept of full-site editing. And I will also take questions, AMA style, ask me anything style and it will take place on 7:00 PM eastern 12:00 AM. I was just going to think, is this am or PM because, it&#8217;s 12:00 AM UTC. And if you go to meetup.com, look for WordPress Montclair in New Jersey to sign up for it. Well, of course we will have the link in the show notes but it would be great if you want to learn more about what&#8217;s coming to WordPress 5.9 and Full Site editing to join us there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And speaking of that, I would like to thank props to Munir Kamal for reminding us on Twitter about the new tag that is in the WordPress teams directory, which called Full-Site editing. And it allows you to see all the block teams that are already there and it looks that we have 27 teams that are marked with this tag.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>:&nbsp; Yeah. That&#8217;s great that, tweeting that out Munir. I&#8217;m also seeing that&#8217;s also a link that I will share in the show notes, of course, and also in the meeting at Montclair and some of the themes that are in there are actually universal themes. They work for a classic theme or a block theme. So it&#8217;s quite interesting to see how you can switch it over. But don&#8217;t use them on production caveat it&#8217;s still a beta kind of feature.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it&#8217;s like in one month, everything could change.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Everything, the whole Internet&#8217;s going to change. But only if you want it. Yeah, we don&#8217;t want to scare anybody to upgrade to 5.9 because it&#8217;s all opt in. And it&#8217;s only when you have a block theme available, the Full-Site Editing is actually available to you.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-released-wordpress-5-8-2-and-gutenberg-11-9\"><strong>What’s Released &#8211; WordPress 5.8.2 and Gutenberg 11.9&nbsp;</strong></h3>\n\n\n\n<p>So what&#8217;s released in last week, we had the WordPress 5.8.2 release, that&#8217;s a maintenance and security fix. And if you haven&#8217;t updated yet, you definitely should do so now. Most WordPress managed hostings automatically update to a point release, but not everybody is comfortable doing that, but update it. And the other release was of course the Gutenberg 11.9 plugin release with 223 PRs, yes I counted them and they made it into the release.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The largest ever.</p>\n\n\n\n<p><em>Riad Benguella</em>: I also counted the PRs for WordPress 5.9, and it&#8217;s actually 600 feature PRs and like 400 bug fixes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow.</p>\n\n\n\n<p><em>Riad Benguella</em>: So it&#8217;s like 1000 PRs that are coming to WordPress 5.9.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Whoa.</p>\n\n\n\n<p><em>Riad Benguella</em>: In a couple of weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, that&#8217;s huge. Yeah. So the&#8230;</p>\n\n\n\n<p><em>Riad Benguella</em>: I don&#8217;t know how the community managed to do that, but yeah. It&#8217;s very impressive.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Wow. Yeah. Well, thank you for the data. So 600 features and 400 bug fixes. That&#8217;s a thousand, wow. Yeah and how many contributors, you don&#8217;t know, but we will know in December.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. That&#8217;s important. Someone will run the script that will calculate everything for us.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So stay tuned.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Stay tuned. Right. Okay. So what&#8217;s in Gutenberg 11.9.&nbsp;</p>\n\n\n\n<h3 id=\"enhancements\"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> So first we start with new blocks, but they are not part of WordPress 5.9&#8217;s release. They are still experimental and they are related to comments block, we already have one that is going to be in 5.9, this which is called post comments and is basically everything you see when you go to the comments section under the post. And this one is something brand new. So we are doing it in a way that is more granular and similar to the way how the query loop block works. So the new blocks are comment replying, comment edit link, comment outer avatar, and the comments query loop. There is also comment templates. So the idea is you can combine everything, decide what you want to display and so on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: I was going to mention the navigation block and the work that has been performed during this release, which is an important work that was actually answering some feedback from the user testing that happened on FSE. So users were finding it a bit hard to actually reuse navigation across teams and across templates for FSE teams. So an important work went into the navigation block during this release. So now the blocks are actually saved into their own custom post type. They work like template parts so you should be able to reuse navigation menus more easily across templates, and when you switch teams.</p>\n\n\n\n<p>Also the same features will allow classic themes to migrate more seamlessly into a block theme. So when you switch from a classic theme to a block theme, all your navigation should probably be retained. And yeah, these are some important change that are coming and actually was important before the beta of WordPress 5.9, which is I think coming tomorrow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. It needed to be within the feature freeze. So it makes it in 5.9 and bug fixes will come probably with the next plugin release that will be back porting some of the issues.</p>\n\n\n\n<p>Yeah. Thank you for mentioning the navigation block I have, in the last few days before I went to Chicago, tested some of the navigation items, and I&#8217;m glad that some made it in there. One is the single placeholder for the block. Where you can actually select the menu when you already have one or add all the pages or start an empty navigation block. And that is really helpful for users to get it all set up. But I also like, and I don&#8217;t think it&#8217;s in the release note now, but what also helps is that you can add the site title to the navigation or a site logo to the navigation block.</p>\n\n\n\n<p>So it&#8217;s all kind of one unit that is on the header. That definitely spruces up the FSE, as Riad mentioned, FSE means Full-Site Editing and listeners will know, that referred to the Full Site Editing outreach program, that is run by Anne McCarthy. Do we have anything else? Oh, what I also like is the responsive navigation, there is a way to get the hamburger menu out of the box with a little feature there. And you can decide if you want the hamburger menu by default, also for your desktop site or just for the mobile site. And another tool is there that you can have the menu, have a navigation, an orientation horizontal or vertical. So you could if you wanted to put it in a column block on the left hand side, and it kind of goes down the left hand side, like one of the default themes, I think it was 15 that had a navigation block on the left hand side, yeah. All right and then we had these post comments, but it was interesting to hear that will not come into 5.9. Thanks for pointing that out.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There, are two things it&#8217;s quite confusing because we had a post comments like plural, a post comment, but also post comment, singular block. So the, the one that has that got deprecated was the more or less what we are trying to replicate now with comment template block. But the old one, it was just very limited. And it worked more like a format you had to provide a comment ID, which was very hard to use for you. You don&#8217;t know the comment ID of your comments. So yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I don&#8217;t even know the post ID. Yeah. Okay.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Otherwise there was enhancement to the post comments blocks that will be included also in Twenty Twenty-Two default theme. And there was some features missing, there was some issues with the marking inside the block, and also in some cases is when the outer of the site decides to close the comments. So we should show proper messaging or you can also on your website decide that after a certain amount of time, you can no longer comment on posts anymore. So these cases are sorted it out and it should work pretty good in those situations.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I also see that the post comment form that&#8217;s now available for block based theme on the post template, I would think. Yeah. Excellent. Excellent.&nbsp;</p>\n\n\n\n<p>Then there were some enhancements for accessibility with announcing the formatting change to screen readers also communicate to the screen reader the post title is a text area and some other smaller fixes or enhancements there, which is in all the little things that kind of make a user experience so much richer.</p>\n\n\n\n<p>On the block editor we have the enable rich previews in the link UI for the site editor. That is something that had been in the block editor for, I think two versions of the plugin and now it also comes to the site editor. That&#8217;s a feature that when you put a link text in a paragraph or in a navigation or wherever you need it and you save it and then come back to it, you come back to update the post or you just kind of continue editing it, and you hover over the link, you get a rich preview with a title, a description as well as if it&#8217;s available, a feature image. So, you know exactly if the link is still working or if you need to update it in your content.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. As we get closer to 5.9 the contributors worked more on parity between site editor and post editor. So they brought these features, the link preview, the save keyboard. Now you can press command S and it triggers the saving. And there were some discussions also about the menu item of site editor and where we place it exactly and where it makes most sense. So for the moment, this decision has been to use editor and move it in their appearance. And it&#8217;s now worked that way across WordPress trunk. And also the Gutenberg plugin.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Now the controversy is that under appearance, we have editor and a theme editor, so that&#8217;s a confusing thing that probably needs to be further discussed among the contributors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I hear you there. There is a lot of editing going on. Yeah. And the theme editor it&#8217;s really hazard because it gets you to the files of your PHP theme. And if you change a code and leave a quote out or something like that, you can actually create fatal error messages on your site. And it&#8217;s very hard to get to them to fix it. So I would always suggest to take away the theme editor instead of the site editor, because the site editor is a much safer place to be for someone who is not particularly technical.</p>\n\n\n\n<p><em>Riad Benguella</em>: Makes me wonder if it&#8217;s basically the ancestor of the site editor. In classic themes, you cannot edit the theme directly, you have to edit the code. So you go to the theme editor, or you edit the files manually. So now that you have the site editor, maybe we could consider removing the theme editor&#8217;s UI entirely. I don&#8217;t know if it makes sense anymore to have it there. Maybe some people still would still need it from time to time, but is it something that the user should be exposed then by default? That&#8217;s I think a question that could be discussed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah I think so. You&#8217;re right.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Could be left somewhere, but probably you need to know what to do and finding in one place or when you know the link. And the other things that maybe the only reason why we should keep that exposed is for the CSS code. Maybe at this time, when not everything is covert with global styles. There are some reasons for people to use that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a similar case with the customizer. Yeah. When you have a Full Site Editing theme, a block by theme, the customizer itself, link in the appearance menu disappears, but the customizer is still available through the theme card on the theme screen. So you could still use the customizer if there&#8217;s something in there that a plugin put in there that the theme doesn&#8217;t have a control yet for it. And that could be a similar way to do, okay a Full-Site Editing theme is a block theme, is active. Yeah. Let&#8217;s remove the theme editor for that part and see what happens and just let the functionality be in there, but not have it in the menu. I think that will be valid to have that discussion. Yes. All right.&nbsp;</p>\n\n\n\n<p>Yeah, and then the next one of Full-Site Editing Enhancement is the Search. Control Component that you can have inside the navigation menu. I really like that. It could use a few more controls to adjust the size of it a bit in relation to the other items in the navigation menu. But that is certainly fixable in a later version, but just having it there, it really helpful.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. This navigation block becomes so powerful, there are so many options. And I really like how it evolves over time also, how it becomes easier to use with every release. It came a really long way from the beginning.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: And the challenge always with these powerful features is to find the balance between the good user experience, and also continue adding features without deteriorating the simplicity of the block. So, yeah I think we will continue to iterate on these things until we find the right balance there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think the other balance is also to strike, what do we want as feature parity to the previous version or the previous way of doing menus? Because there were quite a few extenders who extended the menu controls through plugins and themes and all that. I&#8217;m not sure that they all have been tested and kind of migrated over. I think there&#8217;s still some experience and some learning to be done, but is there a way to do it differently?</p>\n\n\n\n<p>Yeah. Well, and then we have duo tone component there was only one change in the description that the underlying image that is to which the duo tone is applied is not changed. I think that&#8217;s a very important distinction because people always fear that something changes that they don&#8217;t have any control over and there was something else in duo tone.</p>\n\n\n\n<p>Oh yeah. The duo tone now is using transparency as well. So you could have a background and a duo tone and transparency and have the background shine through. So it&#8217;s multiple layers of features that you can put on top of it, and I will share in the show notes, a video that Anne McCarthy did to kind of show you how this all works together. And she has some very neat representation of some of her photos now with the different duo tones there. Yeah, you have to see it to actually appreciate it really and not get confused about things, but I really love it. Duo tone. It&#8217;s almost like gradients and I love gradients. You could do now gradients in duo tone with transparency, background on cover. So yeah, what else can you need?</p>\n\n\n\n<p><em>Riad Benguella</em>: There&#8217;s so many customization control now available on the plugin and the contributors keep adding more and more. And I think it&#8217;s an infinite work. You can open your imagination and just make it happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Riad in 10 years we will still talk about gradients and where we can apply it. Yeah, no, absolutely. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And there is now also a change to the tools panel, which is related mostly to the setting sidebar. So the thing that change is the type of section. So in the past, you would have a list of controls displayed at once. Now, you have better control over what&#8217;s displayed by default and you can enable more controls or hide some of them when you stop using them. It&#8217;s very similar to the dimension panel. That&#8217;s already in the plugin for quite a while. And the direction is just to give the same capabilities to all sections. So they work the same way. Yeah.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: This change also use a, a little bit that you can actually have multiple columns in the theme, in the typography controls, when they&#8217;re just small controls, you get two next to each other, and that certainly saves you some real estate or some spool on up and down on that. And, and I like it. It has a more harmonious layout there. So like that. Yeah.&nbsp;</p>\n\n\n\n<p><em>Riad Benguella</em>: The idea with these tools panels is that we should unify how blocks show their different customization option on the sidebar. So typography uses the tools panel color U could use the tools panel. I think there is another one dimensions could use the tools panel. So that way, no matter the block you are using, you could SU similar things on the, on this side. And if you find it too overwhelming, you could show and hide the controls you want.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s awesome. Yeah. Yeah. It kind of goes a little bit towards what, what we have been discussing on the developer advocacy relations team that can we have some best practices on yeah. If somebody builds a custom block yeah. Best practices on how to distinguish between the side settings and the toolbar settings and all that. I think it&#8217;s, it&#8217;s time to kind of put some of those best practices in writing. So of people can look it up and I will going to work that&#8217;s part of our 2022 kind of plan to figure that out and work with the developers on that. So consistency goes a long way in not having to figure out this for every single block or for every single type of block. How is a car applied cred and applied and all that. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: In this case, we are following what Riad did for the block toolbar. So he created groups like for block, for formatting controls and so on. And here we will have also those extension points for dimension colors, typographic easy. You know, it&#8217;s not still setting stone, how it&#8217;ll end up. So we don&#8217;t want to spoil the game and like introduce any hustle to the community. But once everything is ready, then we&#8217;ll definitely come up with some recommendations that we share with the community. Awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the template editor has as a template part focus mode. Now that means that you can separately change the header or the footer in your site editor. There&#8217;s also a post available on the make blog/core about those editor improvements and the template part focus mode that you now can use to, when you look in the site editor, you have always the full page, but if you just want to isolate the header and just look at that, you can switch over to the template part focus mode.</p>\n\n\n\n<p><em>Riad Benguella</em>: The next thing is, if you are building a theme, whether it&#8217;s classic or block theme and using theme JSON, there is a small change that you could apply to your theme JSON. So for consistency, we removed some custom prefixes from some settings like custom line height, custom margin and custom filing, I think. So you could move to theme JSON version two and remove these prefixes that way you&#8217;re on the last version.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So to do that, you need in your team, JSON, at a new field called, version. Oh, it&#8217;s not in new field, but you need to set version to number two. And that basically enables this new updated APIs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I know that there were quite a few efforts around the development team to put actually a schema up on schema store and have also the link via.webpress.org. And are those schema already updated to the version two? Do we know?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh, thank you for reminding about that yet. It&#8217;s done. It&#8217;s ready for both block JSON and theme JSON it&#8217;s now in WordPress domain and the new member, the URL, we will show that later in the show notes. And yes, it&#8217;s already the old one that you could use will still work because the schema in the schema store it has a very interesting configuration. So it&#8217;s now referencing the new URL, so whatever use it will work anyway. And as we found out, someone pointed that out, I don&#8217;t remember but anyway, even if you don&#8217;t provide the dollar schema field, most of the editors will be able to recognize that based on the name of the file and they will show you hints anyway. So you only need probably to do that for visual studio code explicitly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm. Yeah. That&#8217;s interesting to know there&#8217;s some learning to be on the editor. So, oh you use it once I know where that was. See here. Yeah, I excellent. Speaking of gradients, now you can show all the colors on the gradient origin in the different panels. So there&#8217;s a new panel when you do site editing and color configuration, and it has the core color palette, the themed color palette. And if a user creates their own color palette, it will show there too.</p>\n\n\n\n<p>It&#8217;s a little bit crowded and I know there&#8217;s also an issue posted to find a way to actually remove the core color palette because it has so many colors and when people use it some team developers or agencies definitely would want to remove that. But it&#8217;s a nicer interface, but it has the text color 1, 2, 3 core theme and user. And then it has the background color in core theme and user colors. And then it has the link colors as well. If it, theme JSON says, please use the link color scheme as well, and then it will go in there as well. And it&#8217;s interesting to see. So I&#8217;m looking forward to the user feedback that we are going to get there to adjust an next iteration now.</p>\n\n\n\n<p><em>Riad Benguella</em>: So one of the original reasons for this feature, why do we introduce these different pallets core theme and user is, if you think about patterns, we have now a directory for patterns and theme could provide patterns and we wanted to have some color in these patterns, right? And so how can we make sure that these patterns work across themes, if teams change their own palette, it becomes harder. So the idea is to allow themes to still rely on core palettes, and pattern to still rely on core palettes. So for example, when you build a palette, you should probably only use core colors that way it works across themes, if you want to publish it to the pattern directory. And yeah, in terms of UI, it&#8217;s kind of crowded right now, especially in the post editor.</p>\n\n\n\n<p>But I think the idea is that it should get closer and closer to how it looks in the global style bar, which is kind of nested navigation. So the idea is that it should look like the global styles view of colors. So you will see at the high level button to go to the link color, another one to go to the button background and another one to go to the text color. And they are not shown every time, all the colors at the same time. So that way it&#8217;s less crowded and it allows you to navigate more efficiently. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I can and see, that&#8217;s a very good reason to have the block parents be consistent, not so much depending on the theme color scheme, but so it shows up as you see it in the preview. And I can also see to just switch off the core colors in the user interface, so the pattern comes over, but the user can only use the theme and their own color to modify it and not have the core colors as well. Because the core colors always show up on other places when it&#8217;s not a pattern from the repository and using those core colors on other things that might not be wanted by the site owner or the theme author. Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. Theme authors and agencies also want to control these things more strictly. So yeah there is, they is some work in progress to allow actually to remove the core powers entirely. And yeah it&#8217;s going to be sitting in team JSON and you just enable it and it&#8217;s gone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>:&nbsp; Awesome. It&#8217;s all so well thought through. Excellent.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And there is now also change for the typographic block support. So because we had this change, we discussed about the block tools feature. So now most of the typography controls were added to the existing text blocks, like heading, paragraph and so on. And there are also some default controls enabled for them. So you just go and check those blocks and see how many new options are there now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a great variety there. Yes, indeed.&nbsp;</p>\n\n\n\n<p><em>Riad Benguella</em>: The next change is another change that is meant to be for WordPress 5.9. So now that global styles are actually the landing in WordPress 5.9, and even the UI, some plugin developers and then some team developers need some API to access these settings and access these styles. If they want to adapt their code. For example, to check whether there&#8217;s a global layout or to retrieve whether I don&#8217;t know, there&#8217;s a color palette or anything, basically any settings in or style in the global style. So a new idea has been introduced, it allows you to retrieve these settings pretty easily in just a function call. You don&#8217;t have to go check directly in the theme JSON file or the user settings or anything, you just get the current value. That&#8217;s pretty handy, another also global style related API that landed pretty recently is actually arrest API to retrieve modified global styles and also the base global styles for the active team. So this could be pretty handy for plug-in and team authors.</p>\n\n\n\n<h3 id=\"apis\"><strong>APIs</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And regarding the API functions that were introduced, they are called get_global_settings, get global_styles and get global_style sheet. So pretty easy to remember and expect a dev note published in a few weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah, I think that was the missing piece that we got quite a few questions about in the community. So having that public API available is now so much better. So believe it or not, we&#8217;re still talking about enhancements and new features.&nbsp;</p>\n\n\n\n<h3 id=\"bug-fixes\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p>Now we, I think there were about 80 or so in them, 73 and we didn&#8217;t talk about all of them, but the bug fixes also are 73 bug fixes in this release. And some of them are very granular and in the back end of it. But the one that stood out for me was that for the blocks, it fixes the relative URLs for the inline styles. So if you had a style sheet with a background color or a background image and the URL if it wasn&#8217;t an absolute URL but only relative like ../ it wouldn&#8217;t find that anymore, and that has been fixed. So quite a few developers will say finally!</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: They should still exist in WordPress 5.8. And yeah, this is something we missed because it only happens for the custom blocks and only when you opt in for the option to use those in line styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. So wasn&#8217;t all that big. Okay. So are there any other bug fixes that you wanted to mention here, Grzegorz or Riad?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> No, it&#8217;s like bugs you wanted to forget about them. You don&#8217;t want to speak.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, sometimes I find it interesting to, oh yeah that&#8217;s a bug from 2018, we finally fixed it. But I haven&#8217;t seen any of those here. So yeah, do you want to go to the next section and talk about performance Riad?</p>\n\n\n\n<h3 id=\"performance\"><strong>Performance</strong></h3>\n\n\n\n<p><em>Riad Benguella</em>: Let&#8217;s speak about performance actually. Pretty interesting subject and I enjoy working on performance a lot. So on the editor theme, we have this metrics we keep track of over time, the loading time, the typing time and we keep adding new metrics every time. And the interesting one that was worked on during this release was the list view. We added a new metric to measure how the editor performs while the list view is open. And the list view is pretty powerful to navigate the editor, but since it shows a long list of blocks, it can create some performance issues sometimes. So a new technique has been used during this release. It&#8217;s called windowing techniques for the technical folks listening to us. Basically it means the list that is currently visible is rendered, but all the remaining items on the list are actually hidden and not rendered at all. Unless you scroll the list and show them. Historically we&#8217;ve been avoiding this kind of solutions because they could have some accessibility issues and also it is very hard to get right. But thanks to the work of contributors, I think Carrie worked this a lot, we now have a solution that we think works pretty well and doesn&#8217;t introduce any accessibility problems. So now they invite you to test this and if there are any issues, please let us know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So well, thank you. And yes, indeed. The list view is one of the most powerful tools that would come revamped WordPress 5.9, but going back to performance, I know that you all also had this check and we talked about it on the show before, where you had, 30,000 blocks in a post to kind of see the performance of it and measure it from between the different versions. How many blocks do you have in the list view to test this?</p>\n\n\n\n<p><em>Riad Benguella</em>: Oh, we use the exact same post, which I think it&#8217;s a thousand blocks or something like that. It&#8217;s a very long post. You can find it on the Gutenberg repository. You can search for large post @HTML. And it&#8217;s actually executed automatically in the CI. And every time we check the numbers. And on each release post, you can go to the bottom of the post and you see there&#8217;s a table that is there that compares the current release with the previous release and also the current release with the previous WordPress release, so that&#8217;s how we keep track of these things. We also have a separate website, which I think at the moment is not working, but I promise I&#8217;ll fix it very soon where you see the evolution of the different metrics over time for each actual comment. So that way we can pretty easily find the exact comments, the introduced performance regressions.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, I saw yesterday that was going back in time and checking the performance for WordPress 5.6 and other major releases, and maybe do you have those results? Because I was pretty excited hearing how it changes.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah I do have results. I think loading time improved quite a bit from WordPress 5.7 And to WordPress 5.8, and in WordPress 5.9, it improved a little bit as well, 200 milliseconds or 300 milliseconds out of 3.5 seconds. The typing time also improved, by 20% or something from WordPress 5.8 and WordPress 5.9.</p>\n\n\n\n<p>The other metric that improved a lot between these two versions is inserter opening. We did a lot of work there. And now when you opened the inserter, it is actually quite snappy compared to how it was in the previous version. There is also another one, so the only metric that I think we need to work on a little bit more for this release is block selection. We lost 10% time on it, but I think we can improve this one and do better there. And for the inserter it&#8217;s actually quite impressive because at some point in the inserter, we had collapsible panels. So we didn&#8217;t show a lot of things at the same time when you open the inserter and there&#8217;s collapsible panels, it should open quick, right? And now we show everything at once. So there&#8217;s a lot of things, but we still manage to make it fast. So I&#8217;m pretty proud of about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s impressive. Yes. Yeah, because now we have the inserter we don&#8217;t only have the core blocks, but we also have the theme blocks in there. And then also block patterns, a tab and then another reusable block tab. Yeah. Your website, Riad, I think you shared the link at one point maybe two or three months ago. And you also did performance testing with plugins. Is that a different project or is that pretty much the same kind of performance?</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. So what I did is I was curious to check actually if I enable plugin or not, how it impacts the editor&#8217;s performance. So I actually use the exact same metrics. We have these coded up in the plugin, so I can just run the test, enable the plugin, change the plugin and run the test again, right? And then compare the numbers.</p>\n\n\n\n<p>Actually, I also spend some time with some plugin authors, because in the initial run I had some issues there and I saw some plugins impacted a lot, and I was very happy to see that they were all pretty receptive and we did some work together. And in the end, I will say the major plugins right now are doing good enough. I think that we can always do better, but we are doing good enough. And I actually encourage plugin authors to check the post if they didn&#8217;t see it, because there are their instructions to check their own plugins, to see how their own plugin impacts the editor performance. Because sometimes we get reports that the editor is very slow and I cannot choose the editor or whatever when I type it&#8217;s very slow. And sometimes we cannot do anything about it. So we have to check all the possible reasons that could cause this and plug ins can be a reason. So it&#8217;s important for both plug in authors and users to be aware of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow. That&#8217;s good to know. I think I will come back to you and kind of talk about this, or at least get all the information for the show notes, but also maybe have a block post about it. That&#8217;s a little bit more prominent, because now more and more people are going to use or come on board with adopting Gutenberg and having that resource available is really, really helpful. All right. Well, thank you, Riad, for that little excursion into performance.</p>\n\n\n\n<p><em>Riad Benguella</em>: Thanks I&#8217;m always happy to dive there. It&#8217;s my personal favorite feature or favorite topic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Aspect, yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: &#8230;Topic, I would say favorite topic.</p>\n\n\n\n<h3 id=\"documentation\"><strong>Documentation</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So now we are at the documentation section of the changelog and there were two things that stood out amongst typo changes and improving landing pages and all that one was the block schema and documentation has changed or not has changed particularly, but it&#8217;s better documented in terms of the block JSON. And that&#8217;s the follows the same process as the theme JSON does. Right. Is that what I&#8217;m saying, Grzegorz?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So the view is a new API option in block, JSON, that will allow authors to provide Java script code. That&#8217;s going to be executed only in the front and only when the block is rendered there, so it&#8217;s pretty handy thing. And the other change is, because we are preparing to WordPress 5.9. So both features are for the upcoming major WordPress release is that there will be possibility to define more than one style sheet. And the reason for that is twofold. First, sometimes there are some styles that block author would like to apply to more than one block. So this is a way to share them through using style handle. And the other reason is that plugging out, they also want to add their own styles in a batch mode. So instead of doing their own magic, they can just use the existing APIs and inject that to all the blocks they want.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I like that instead your own magic, use core magic. Yeah, excellent. Well, thanks for letting us know. So there are some features, of course, the theme JSON documentation has been updated with missing settings and styles that is also in preparation of 5.9 and the version change there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I think that there was link added for ways to keep up with Gutenberg and Full-Site Editing. I suspect that the link is to your resources that you keep up to date.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Keeping up with Gutenberg, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. So that&#8217;s great to see it finally happening because it&#8217;s the best page to look at.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you are listening to the show and don&#8217;t know what Grzegorz is talking about, in the handbook on core on the make block on the references, there is a page called Keeping up with Gutenberg and it&#8217;s an index page with all the block posts from the teams that work on Gutenberg in chronological order. So it starts from the newest to the oldest, but it&#8217;s per year. So we started that 2020 in June.</p>\n\n\n\n<p>So the last half of 2020 is in the 2020 page. And this year, November, we are coming up to the end of the year, so we have all the editor meetings, what the theme team does, the design team also, publishers, the tests and the summary of the tests from the FSE program and all the other related posts. I started that because the core make block, within a day or two, you have to scroll to the third or fourth page to find something that was published yesterday. And it was really interesting to do that. So keeping up with Gutenberg index, you can actually Google that now, keeping up with Gutenberg and it comes up first. All right, so is there anything else in the changelog? Oh yeah, we have on the tool sections, we have some FSE backboard and core.</p>\n\n\n\n<h3 id=\"tools\"><strong>Tools</strong></h3>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. That another kind of magic. Basically on each WordPress release, we need to backboard all the changes that are on the Gutenberg plugin and include them into core. Maybe a lot of people don&#8217;t know that&#8217;s a lot of work and that&#8217;s a lot of invisible work. We do that in two separate ways. Basically the JavaScript changes are more automatic. So we do a package NP and package release, and then we include them in core, but we also need to check all the PHP changes that happened in the work Gutenberg plugin and move them into core. And sometimes when we do that, some problems happen. For example, a function that exists in the Gutenberg plugin can exist at the same time on core. So at, on this small period of time, we need to make some adaptation, both code based, to ensure they work together. So a lot of changes on this Gutenberg release are related to that. Yeah I want to send kudos to Robert, the editor tech lead for this release. He did an awesome job to make sure everyone is on the same page and works to make sure all the changes are on WordPress trunk at the right moment.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah. All right. So I think unless…</p>\n\n\n\n<h3 id=\"code-quality\"><strong>Code Quality</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Something, yeah. I have something in the code quality section, it has 25 items. So that&#8217;s great that we still remember about that aspect of work in the lights of the upcoming release and all the work caused by that. So there is new API endpoint it looks like is going to be included in the WordPress core, is it right? So this one is called the WP block V1 URL/details. This one is for the link previews. So this one is getting stable, also plugin authors will be able use to do whatever they need with that.</p>\n\n\n\n<p><em>Riad Benguella</em>: Indeed, that could be useful to show previews or get more information about URLs and exploit that in very different ways for plugin authors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That feature is such a small feature when you think about it, but it has so much power that it could definitely be explored quite a bit for plugin authors and even do a list of all this week&#8217;s links and then collect them all, might be a good use case.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-in-active-development-or-discussed-1\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>All right yeah, so that&#8217;s pretty much it with our Gutenberg changelog this week. Thank you Riad and Grzegorz who get us through it. I think I have only one thing&#8230; So where is WordPress 5.9 now headed? What are the next steps?</p>\n\n\n\n<p><em>Riad Benguella</em>: I think as we mentioned to tomorrow is November 16. So it&#8217;s the release of WordPress 5.9 beta 1. I think that&#8217;s the best time for people to test. So I&#8217;m asking everyone just code, download WordPress 5.9. It is the start of a new with Full Site Editing and block teams and all global styles and all navigation on all these features. So go grab your coffee and start a block team and just try things and try to break it and just tell us what goes wrong. And we have a number of weeks to fix all the bug fixes, and we&#8217;re looking forward to your feedback on that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah. I just also want to point out there is a WordPress beta test plugin in the repository, so you don&#8217;t have to install all that. So you just make it a normal WordPress install and then install the plugin for WordPress beta tester plugin, and the stream would be the point release instead of the daily trunk. But if you are brave, you could also do the daily trunk. There are core committers who actually have run trunk on their personal blogs. They&#8217;re quite brave in doing that. So yeah, beta 1 is tomorrow, November 16th, and then a week later, supposedly beta 2, the first release candidate is scheduled. And of course, that all depends on what the test was bringing all back to us or to the team.</p>\n\n\n\n<p>Release candidate, we know sometimes there&#8217;s beta 3 and beta 4, depending on how that all works, but then there&#8217;s a release candidate. One is scheduled for November 30th, and that&#8217;s also the date where the field guide with the dev notes come out and where the about page is done, and also the release post is draft and there&#8217;s a hard string freeze, means there is no bug fixing anymore. And there&#8217;s not a whole lot that can go in there in a release candidate after release candidate is available. And then there will be a dry run for the releasing workers, 5.9 in the 24 hour code freeze December 13th. But if you want to be part of the release party, that&#8217;s going to happen December 14th in the slack channel of core.</p>\n\n\n\n<p><em>Riad Benguella</em>: And it&#8217;s something else I wanted to mention about WordPress 5.9 Is the dev notes. So after beta one, you can expect a list of dev notes on the make core and if you are a plugin author or an agency or WordPress developer app, update your code accordingly, if there are changes and also use the new APIs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful, thank you for a reminder of that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: You can also subscribe to the Gutenberg changelog newsletter and get the list with all the links directly from Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you for making a pitch on the Gutenberg Times again. That&#8217;s awesome. And if you need instructions on how to test Full-Site Editing, so Anne McCarthy published a test call for the Full-Site Editing outreach program. That&#8217;s for the non-techy people who are using site builder or page builders to build sites for others. And it&#8217;s called the site editing safari, and you get different scenarios that you can follow along with instructions on how to test this because&#8230;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Also with zebras, giraffes and elephants.</p>\n\n\n\n<p><em>Riad Benguella</em>: What about Chrome and Firefox? Is this just a safari?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good point? No, safari is like the African safari with the giraffes and the rhinos and everything. So one scenario is personalize your homepage and setting your styles. Add some button patterns and use some of the layout controls for that, one set of instructions also is how to add a dual filter and the single post template. Those test instructions are actually also quite nicely to use for exploring the new interface on a more scripted schedule. So you don&#8217;t have to come up with ideas on how to test it. So you just use those and it really helps if you would comment on that post on the test block by November 30th. And then what normally happens is after a week or so, the feedback comes in and then Anne writes a summary for the developers working on it so they can see what else then to be changed, or she also puts issues together for the GitHub repository of a box coming out.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I also want to mention one more thing. So the release date, December 14, it reminded me that it&#8217;s also the day when the state of the word 2021 will be by the WordPress projects co-founder Matt Mullenweg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yes, yes. And that is scheduled for, I think it&#8217;s noon Eastern, which is dinner time in central Europe.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So it&#8217;s 10:00 AM between 10:00 AM and 2:12 PM Eastern time and 5:00 PM UTC, which means at my place, it would be 6:00 PM Central European Time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. I&#8217;m glad we got it all in. Yes. And so on the webpress.org/news, there is actually a call for of questions because the state of the word is normally about 45 minutes when Matt Mullenweg walks us through the last year and what&#8217;s coming up in the next year and then the next 30 minutes or so will be answering questions from the community. And there is some instructions on the webpress.org/newspost instructions, you can send them via a video and how to get them to the people who help prepare for the state of the word.</p>\n\n\n\n<p>All right, with that, that&#8217;s a very good time to end it. If you like our shows, help us spreading the word by adding a review to your favorite podcast directory. If you have news or suggestions or questions sent them to <a href=\"mailto:changelog@Gutenbergtimes.com\">changelog@Gutenbergtimes.com</a> via email <a href=\"mailto:changelog@Gutenbergtimes.com\">changelog@Gutenbergtimes.com</a> and you can always also reach us via Twitter. So my Twitter handle is at B-P-H. Grzegorz is G-Z-I-O-L-O. And then Riad&#8217;s Twitter handle is Riad Benguella. And we will of course share that all in the show notes. So it was wonderful to have you both here. Thank you, Riad for joining us. How do you feel about it?</p>\n\n\n\n<p><em>Riad Benguella</em>: Thank you. I really enjoyed the show and thank you for having me and please do continue to spread the Gutenberg word.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Will do. Will Do.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: That was fun. Yeah, to have fun to have Riad on the shows like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Probably that was the best I show ever. We had so much fun together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we did. All right. Okay. Well, let&#8217;s just get out of here for more fun. Thank you all for listening. Thank you for joining us. And I say goodbye until the next time.</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, 17 Nov 2021 13:47:43 +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: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:61:\"HeroPress: Finding My Global Family – Samun iyali na duniya\";s: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=4265\";s: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:122:\"https://heropress.com/essays/finding-my-global-family/#utm_source=rss&utm_medium=rss&utm_campaign=finding-my-global-family\";s: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:17563:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/11/111621-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I get to make an impact for good.\" /><p><a href=\"https://heropress.com/feed/#hausa\">Wannan makala akwai shi a cikin harshen Hausa.</a></p>\n<h2>Introduction</h2>\n<p>As I sit down typing this, I’m wondering what the heck do I write about (am I allowed to say that?)!</p>\n<p>Topher says I can.</p>\n<p>So back in May this year, I got a DM from this guy called Topher.</p>\n<blockquote><p>Hello there! Could I convince you to do a HeroPress essay?</p></blockquote>\n<p>It is now October and I&#8217;m finally writing this essay. Thank you for being so patient with me and giving me a topic to write about.</p>\n<h2>How I got into the WordPress</h2>\n<p>It&#8217;s 2017 and I&#8217;m bored with work. I&#8217;d been working in project management for over 15 years and I was no longer excited about the projects I was working on. My repeat clients could tell this, I did not challenge them on certain processes. Some might say I&#8217;d become wiser in picking my battles, but I just no longer wanted to invest my energy. When that happens, you know you need to do something. You don&#8217;t want your action, or in my case inaction, to be to the detriment of the client. I knew I still loved working with and in tech but I needed to do something different.</p>\n<p>On 29 December 2017, I enrolled on a course covering web development. After covering HTML, CSS, and a bit of JavaScript, I decided to try one of the course options: WordPress. My course instructor encouraged me to go to a WordCamp. She found one was scheduled for the following weekend in Brighton. So I booked my ticket and found an Airbnb. Worst case scenario I get to spend some time on the beach (even if it was a bit chilly). But I couldn&#8217;t go to a WordCamp with no knowledge of WordPress &#8211; I thought I&#8217;d look like an idiot. So I spent that week going through the introductory course, now I was ready. Don&#8217;t ask me how much I managed to take in, just know that at least I now knew what WordPress was.</p>\n<p>I attended my first WordCamp, a 2-hour drive, in October 2018. WordCamp Brighton (WCBTN) will always hold a special place in my heart. All the people I met (sponsors, attendees, organising team, and volunteers) were amazing. I walked in there all by my lonesome and they were friendly, took time to talk to me, explain things, and Jenny Wong encouraged me to join my local Meetup. I&#8217;m not sure if it&#8217;s being in a room with like-minded people or being able to geek out (or not for some) on tech but I was excited and had a lot of fun. When I got back to London, I joined my local (well what I like to call London local) Meetup.</p>\n<p>At the time that I joined, the team was starting to look for organisers for WordCamp London (WCLDN) 2019. I&#8217;m very much a believer in learning by doing and project management involves a lot of organisation. I spoke to Gary Jones told him I was a newbie and offered to help. I was in charge of Sponsors, eek! How the hell do I do that? Don&#8217;t be afraid to ask a lot of questions. We were a fairly new team so big thanks to Dan Maby and Barbara Saul for being patient with us and our endless questions. Big thanks to the outgoing team who were available to offer advice when asked. I learnt a lot about the community whilst working on the WCLDN and I had a great time doing it.</p>\n<p>Abha Thakor encouraged me to volunteer for WordCamp Europe (WCEU) 2019 and once again it was an amazing experience. I got to visit Berlin, contribute to the Marketing team desk and met even more people. I also got to rock my big yellow exclamation mark fluorescent earrings that scream the 80s at an 80s after party. It was during WCEU Contributor day that I was introduced to Jesse Owens and the Training team. When you contribute, you get to learn more about all the different teams that make up WordPress the project and WordPress itself. It&#8217;s a great way to learn and I would encourage you to join one of the<a href=\"https://make.wordpress.org/\"> Make teams</a> (you don&#8217;t need to be a developer) there are teams like Training, Accessibility, Documentation, Marketing, and Polyglots. If you want to test the waters before joining, find a virtual Contributor day (some companies are running them) or join one at a WordCamp when we are able to meet in person. I joined the Marketing and Training team at WCEU and I&#8217;m still there today.</p>\n<p>In November 2019 Josepha Haden Chomphosy sent out a call for an all-women release squad. I wanted to know more about accessibility so I was assigned to be the 5.8 Accessibility team cohort. The support our release squad got was amazing. The beauty of the WordPress community is that though we are all at different levels on our journey, someone is always quick to help you navigate that journey. Thank you to everyone who takes the time to make us feel welcome, explain things, are patient with us, and offer cake and chocolate when we need it. I’m still part of the Accessibility team and I’m still learning, it’s a big topic. We are a small team so if you’re an expert in that area and have time to spare, you want to teach others or want to learn, I encourage you to come and join us.</p>\n<p>Summer of 2020 was the soft launch of <a href=\"http://learn.wordpress.org\">Learn.WordPress.org</a>. Shortly afterwards, Courtney Robertson asked for help in preparing for the official launch of Learn. Learn WordPress is a learning resource for anyone who wants to learn how to use, build for and contribute to WordPress. It is an open-source platform that offers a range of materials and opportunities for you to use at your own pace and at a time that works for you. Once again, I put my hand up. Do you see a pattern here? When people have ideas that are of great value to those around them, I can’t help but say yes. Someone always has a great idea and I would love to say yes to everyone but I don’t know how to clone myself yet. Mind you, Michelle Frechette tells me cloning isn’t what I think it is, I need to do more research.</p>\n<h2>The life it now gives me and why I stay</h2>\n<p>Since discovering WordPress, I’ve been a part of a lot of different projects within Make and in the community.</p>\n<p>I am one of the Training Team Reps. I get to work with folks that I like and be involved in shaping Learn. As Courtney Robertson, my good friend and fellow Training Team Rep, puts it:</p>\n<blockquote><p>We want to democratise Learning and make Learn WordPress the primary open-source resource for anyone who wants to get started or level up their skills in WordPress.</p></blockquote>\n<p>I am proud to be involved in a project that is a cross-team initiative, props to marketing, community, meta, polyglots, accessibility, design, training, and<a href=\"http://wordpress.tv\"> WordPress.tv</a> who help shape Learn. Individuals can learn alongside other community members, connecting with the global network of WordPress users, developers and contributors. Check out<a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\"> this post on who learn can help</a>, by Courtney Robertson. If you&#8217;re a training provider, business owner, or hiring manager, have a look at<a href=\"https://make.wordpress.org/training/2021/05/03/high-level-roadmap-to-learning-wordpress-development/\"> our high-level roadmap to learning WordPress development</a>. Join us in:</p>\n<ul>\n<li>Educating about WordPress</li>\n<li>Appreciating the power of WordPress and how it is made</li>\n<li>Celebrating everything that people are doing with WordPress</li>\n</ul>\n<p>Come take a seat at the table.</p>\n<p>I am a volunteer and Board member at the charity <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart (BOH)</a>. I get to be a part of<a href=\"https://www.wordfest.live/\"> WordFest</a>, a unique 24-hour global online event that is a celebration of WordPress. BOH’s mission:</p>\n<blockquote><p>To support and promote positive well-being and mental health within remote working communities.</p></blockquote>\n<p>I get to talk to people from all walks of life, support and help build a community that cares for each other. I get to make an impact for good. If we don&#8217;t look out for each other, who will?</p>\n<p>I get to enjoy having a global family, learning, meeting new people, developing lifelong friendships and connections, and the extra bonus is that it doesn&#8217;t feel like work. I get to stay in the background churning the wheels and come out when needed. I get to have fun doing it!</p>\n<p>Photo by <a href=\"https://www.flickr.com/photos/globallandscapesforum/43847733385\" target=\"_blank\" rel=\"noopener\">Hamza Shaibu</a></p>\n<h1 id=\"hausa\">Samun iyali na duniya</h1>\n<h2>Gabatarwa</h2>\n<p>A yayin da nake zaune ina wannan rubutun, ina nazari akan wai shin akan wani batu zan ma yi rubutun (amma yarda in fadi hakan ma tukuna?)</p>\n<p>Topher yace zan iya fadin hakan.</p>\n<p>Toh akwanakin baya a watan Mayu na wannan shekarar, na samu wata sako daga wurin wani dan taliki da ake kira Topher.</p>\n<blockquote><p>&#8220;Barka kadai! Zan iya jan ra&#8217;ayin ka ka yi rubutu akan HeroPress, wato rubuce-rubuce akan mutane da suka yi rawar gani a fannin wallafa labarai ta hanyar yanar gizo-gizo?”</p></blockquote>\n<p>Yanzu dai muna watar Oktoba kuma har na kai ga yin wannan rubutu. Ina gode maka saboda hakuri da kayi da ni da kuma bani batu da zanyi rubutu akai.</p>\n<h2>Yadda na samu kaina a cikin WordPress</h2>\n<p>Ana shekarar alib dubu biyu da goma sha bakwai, 2017 kuma ba na marmarin aiki. A wannan lokacin na riga na samu shekaru goma-sha-biyar ina aiki a fannin project management. Ko masu kasuwanchi da ne sun ga chanji a hali na. Wasu za su ce na zama mai hikima kuma na kara wayo a hali. Idan abubuwa haka suka fara faruwa a rayuwar ka, toh dole ka tashi sa’ye kayi wani abu a kai kafin ya kashe ma kasuwa. Ba ni da damuwa wajen yin aiki am’ma ina so in yi wani abu daban.</p>\n<p>A ranan ashirin da tara a watan Disamba ta shekaran alib dubu biyu da goma sha bakwai na fara wata sabuwar ilimi na web development. Bayan na kalmala Shashi na HTML, CSS da JavaScript, da na za’bi in gwada daya daga chikin shashin ilimin wato WordPress. Malami na ya bani shawara in shiga WordCamp. Ta sami labari akwai daya da za’a yi a sati mai zuwa a Brighton. Sai na siya tikati nawa kuma na biya wajen kwana. Saboda kada in ba kaina kunya, sai na shiga binciken da karatu a kan ma’anar Kalmar WordPress. A wannan lokachi ina iya bogun kirji na cewa a shirye na ke.</p>\n<p>Na shiga shashin WordPress na farko a watan Oktoba na alin dubu biyu da goma sha takwas, na yi tukin mota zuwa kusan awa biyu. WordPress a Brighton (WCBTN) za ta dade a chikin zuchiya ta da abobin ban sha’awa. Duk mutanen da na sadu da su (abokan fatan alheri, dalubai da masu bada umarni) sun bani farin chiki. Na shiga gurin ni kadai amma na hadu da jamma’a da suka yi mun maraba da zuwa, suka yi mun magana, suka bayyana mun abubuwa daban daban sannan wata mata Jenny Wong ta bani shawara in shiga wata kungiyar unguwa na haduwa. Da na koma London sai na shiga kungiyar da tafi kusa da ni.</p>\n<p>A lokachin da na shiga kungiyar, suna neman wakilai da zasu taimaka wajen tsara WordCamp London (WCLDN) 2019. Ni na yadda da kara samin ilimi ta wajen hanyar yin project management, domin tana bukatan tsari sosai wajen ambata komai. Na yi magana da wani mutum da ake kira Gary Jones na bayyana mishi cewa ni sabowar zuwa ce kuma ina so in taimaka. Sai na tambayi kaina da yaya zan iya kalmala wannan aikin? Ta wajen tambayoyi. Mun kasance sabuwar ƙungiya mai girma don haka godiya ga Dan Maby da Barbara Saul don haƙuri tare da mu da tambayoyin mu marasa iyaka. Babban godiya ga tawagar masu fita da suka samu ba da shawara idan aka tambaye shi. Na koyi abubuwa da yawa game da al&#8217;umma yayin aiki akan WCLDN kuma na yi farin ciki da yin shi.</p>\n<p>Abha Thakor ya ƙarfafa ni in yi aikin sa kai don WordCamp Europe (WCEU) 2019 kuma sau ɗaya sake abu ne mai ban mamaki. Na ziyarci Berlin, na ba da gudummawa ga ƙungiyar Talla tebur kuma sun sadu da ƙarin mutane. Na kuma yi jijjiga babban alamar motsin raina &#8216;yan kunne masu kyalli waɗanda ke kururuwa na 80s a cikin 80s bayan biki. Ya kasance a lokacin WCEU ranar mai ba da gudummawa da aka gabatar da ni ga Jesse Owens da ƙungiyar horo. Lokacin da kuke ba da gudummawa, kuna samun ƙarin koyo game da duk ƙungiyoyi daban-daban waɗanda suka haɗa WordPress ɗin aikin da WordPress kanta. Hanya ce mai kyau don koyo kuma zan ƙarfafa ku ku shiga ɗaya na <a href=\"https://make.wordpress.org/\">Ƙungiyoyin Yi</a> (ba kwa buƙatar zama mai haɓakawa) akwai ƙungiyoyi kamar Horarwa, Samun dama, Takaddun bayanai, Talla, da Polyglots. Idan kuna son gwada ruwa a baya shiga, nemo ranar mai ba da gudummawa ta kama-da-wane (wasu kamfanoni suna gudanar da su) ko shiga ɗaya a a WordCamp lokacin da muka sami damar saduwa da mutum. Na shiga kungiyar Tallace-tallace da Horarwa a WCEU kuma ina nan har yau.</p>\n<p>A watan Nuwamba 2019 Josepha Haden Chomphosy ya aika kiran a saki mata duka tawagar. Ina son ƙarin sani game da samun dama don haka aka sanya ni zama 5.8 Ƙungiyar haɗin kai. Taimakon da tawagarmu ta saki ya kasance mai ban mamaki. Kyawun al&#8217;ummar WordPress shine duk da cewa duk muna a matakai daban-daban akan tafiyarmu, wani yana gaggawar taimaka muku wajen tafiyar da wannan tafiya. Godiya ga duk wanda yana ɗaukar lokaci don sa mu ji maraba, bayyana abubuwa, haƙuri da mu, da ba da kek da cakulan lokacin da muke bukata. Har yanzu ina cikin tawagar Accessibility kuma har yanzu ina koyo, babban batu ne. Mu ƙananan ƙungiya ne don haka idan kun kasance gwani a wannan yanki kuma kuna da lokaci don spare, kana so ka koya wa wasu ko kuma kana son koyo, ina ƙarfafa ka ka zo mu shiga.</p>\n<p>Lokacin bazara na 2020 shine ƙaddamar da laushi na <a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>. Jim kadan bayan haka, Courtney Robertson ya nemi taimako a shirya don ƙaddamar da Koyi a hukumance. Koyi WordPress hanya ce ta koyo ga duk wanda ke son koyon yadda ake amfani da shi, ginawa da kuma ba da gudummawa ga WordPress. Yana da dandamali mai buɗewa wanda ke ba da kewayon kayan aiki da damar da za ku yi amfani da su a cikin saurin ku kuma a lokacin da ke aiki a gare ku. Har yanzu, sanya hannuna sama. Kuna ganin tsari a nan? Lokacin da mutane suna da ra&#8217;ayoyin da suke da daraja sosai ga wadanda ke kusa da su, ba zan iya ba sai dai in ce eh. Wani ko da yaushe yana da babban ra&#8217;ayi kuma ni zan so in ce eh ga kowa amma ban san yadda zan clone kaina ba tukuna. Ka kula, Michelle Frechette ta gaya mani cloning ba shine abin da nake tsammani ba, ina buƙatar yin ƙarin bincike.</p>\n<h2>Rayuwar da take bani yanzu da dalilin da yasa na zauna</h2>\n<p>Tun da gano WordPress, na kasance wani ɓangare na mai yawa daban-daban ayyuka a cikin Make da cikin al&#8217;umma.</p>\n<p>Ni ɗaya ne daga cikin Wakilan Ƙungiyar horo. Ina samun aiki tare da mutanen da nake so da kuma shiga ciki tsara Koyi. A matsayina na Courtney Robertson, abokina na kwarai kuma ƙwanƙwaran horo Rep, yana cewa:</p>\n<blockquote><p>Muna so mu inganta Ilimi kuma mu sanya Koyi WordPress ya zama na farko tushen tushen albarkatu ga duk wanda ke son farawa ko haɓaka ƙwarewarsa a cikin WordPress.</p></blockquote>\n<p>Ina alfaharin shiga cikin wani aiki wanda ke da yunƙurin ƙugiya, mai tallata tallace-tallace, al&#8217;umma, meta, polyglots, samun dama, ƙira, horo, da <a href=\"https://wordpress.tv/\">WordPress.tv</a> waɗanda ke taimakawa siffa Koyi. Mutane na iya koyo tare da sauran membobin al&#8217;umma, dangane da duniya hanyar sadarwa na masu amfani da WordPress, masu haɓakawa da masu ba da gudummawa. Duba wannan <a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\">post akan wanda ya koya zai iya taimakawa</a>, ta Courtney Robertson. Idan kai mai bada horo ne, mai kasuwanci, ko ɗaukar aiki manaja, dubi <a href=\"https://make.wordpress.org/training/2021/05/03/high-level-roadmap-to-learning-wordpress-development/\">babban taswirar hanyarmu don koyon ci gaban WordPress</a>. Shiga mu cikin:</p>\n<ul>\n<li>Ilimi game da WordPress</li>\n<li>Godiya ga ikon WordPress da yadda ake yin shi</li>\n<li>Bikin duk abin da mutane ke yi tare da WordPress</li>\n</ul>\n<p>Zo ku zauna a teburin.</p>\n<p>Ni mai sa kai ne kuma memba na hukumar a kungiyar agaji ta <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a> (BOH). Zan iya zama bangare na <a href=\"https://www.wordfest.live\">WordFest</a>, wani taron kan layi na sa&#8217;o&#8217;i 24 na musamman na duniya wanda shine bikin WordPress. BOH ta manufa:</p>\n<blockquote><p>Don tallafawa da haɓaka ingantaccen jin daɗin rayuwa da lafiyar hankali a cikin nesa al&#8217;ummomin aiki.</p></blockquote>\n<p>Ina yin magana da mutane daga kowane fanni na rayuwa, tallafi da kuma taimaka wa al&#8217;ummar da ta damu juna. San iya yin tasiri sosai. Idan ba mu lura da juna ba, wa zai yi?</p>\n<p>Ina jin daɗin samun iyali na duniya, koyo, saduwa da sababbin mutane, haɓaka abokantaka dahadi na rayuwa kuma karin kari shine cewa baya jin kaman aiki. Ina samun zama a bango ina karkata da kafafun kuma in fito lokacin da ake bukata na. Ina jin daɗin wanan aiki.</p>\n<p>Photo by <a href=\"https://www.flickr.com/photos/globallandscapesforum/43847733385\" target=\"_blank\" rel=\"noopener\">Hamza Shaibu</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, 17 Nov 2021 08:00:49 +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:\"Hauwa Abashiya\";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:62:\"WPTavern: Wowmall: A Free Experimental WooCommerce Block Theme\";s: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=125449\";s: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:167:\"https://wptavern.com/wowmall-a-free-experimental-woocommerce-block-theme?utm_source=rss&utm_medium=rss&utm_campaign=wowmall-a-free-experimental-woocommerce-block-theme\";s: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:4922:\"<img />\n\n\n\n<p class=\"has-drop-cap\">The Wowmall theme was <a href=\"https://wordpress.org/themes/wowmall/\">released to the public today</a>. It is the second 100% block theme that integrates with WooCommerce to land in the WordPress directory. <a href=\"https://wordpress.org/themes/responsive-fse/\">Responsive FSE</a> was the first.</p>\n\n\n\n<p>Two weeks ago, a reader sent in a question for the Ask the Bartender column. He wanted to know <a href=\"https://wptavern.com/ask-the-bartender-where-are-the-woocommerce-block-themes\">where the WooCommerce block themes were</a>. Literally one day after publishing that post, Wowmall was submitted to the WordPress theme review system. Maybe it was fate or just luck, but I had no choice but to give it a test run.</p>\n\n\n\n<p>The theme adds an admin-side welcome and notice page. The author makes it clear that the project is not currently intended for use on production sites. It is in an experimental state at the moment.  It is unclear who is actually behind the Wowmall project. The associated Twitter account has been suspended, and its other social profiles are devoid of information. And, the <a href=\"https://wowmall.store/\">Wowmall website</a> currently offers scant details.</p>\n\n\n\n<p>I will not pretend that Wowmall is one of my favorite themes. The design is far too busy for my tastes. I prefer something scaled back that focuses on content, but I do not fit into this theme&rsquo;s primary audience.</p>\n\n\n\n<p>For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns. Six of those are headers, and another three are footers. However, the rest are for general use in the content, including call-to-action layouts and hero sections.</p>\n\n\n\n<img />A call-to-action pattern.\n\n\n\n<p>It also ships several custom block styles. Some of them offer design variations that make up for things like missing border controls for some blocks. Others, such as the Social Icon&rsquo;s &ldquo;Dark&rdquo; style, would be better left to the existing color options.</p>\n\n\n\n<p>The question most people likely want to be answered is how well it works with WooCommerce. From what I have seen, it works like any other run-of-the-mill WooCommerce theme. You know the look, the default design as seen by 90% of the themes built for the eCommerce plugin. Maybe there is a custom color palette or simple stylistic changes. However, at the end of the day, you know it is a WooCommerce shop.</p>\n\n\n\n<img />Wowmall <a href=\"https://wowmall.store/demo/shop/\">shop page</a>.\n\n\n\n<p>If it works, do not mess with the formula. The most egregious issue I saw with the WooCommerce part of the theme was the output of a comments section on the main Shop page and product category archives. I did not see specific block templates for these pages, so I am taking a wild stab and assuming everything is falling back to a single product or page template that would normally output comments.</p>\n\n\n\n<p>Wowmall does not work well as a pure blogging theme. It handles the basics well enough, but it has far too many characters per line for comfortably reading long-form content. A strict 18px font size, a variable-width content area (989px at full-width on my laptop), and a medium-gray text color make it hard to read anything other than short blurbs.</p>\n\n\n\n<p>However, this theme is not touted as a blogging theme. It is hyper-focused on presenting an online shop.</p>\n\n\n\n<p>Where the theme flexes the most is its selection of block patterns. They are designed primarily for building out a unique storefront. Users can get a lot of mileage out of them.</p>\n\n\n\n<p>The breadcrumb trail in the theme is not really a breadcrumb trail at all. It just masquerades as one. Under the hood, it is a Navigation block with a homepage link followed by the current post/page title. At no point does it show the crumbs (e.g., parent pages) that lead back to the site root. Themes have notoriously offered sub-par breadcrumb navigation in the classic era. Perhaps, developers will leave this to plugin authors in their block themes.</p>\n\n\n\n<p>As far as I know, there are no breadcrumb navigation plugins on WordPress.org to integrate with. However, there is a <a href=\"https://github.com/WordPress/gutenberg/issues/21943\">proposal to add a block</a> for it in core. And, for transparency, I have such a plugin under development and intend to release it on .ORG.</p>\n\n\n\n<p>Wowmall is not claiming this is a finished, production-ready WordPress theme. It is an ongoing project that is expected to improve over time. Plus, we are still waiting for WooCommerce to expand its support of the block system.</p>\n\n\n\n<p>What I like more than anything is seeing theme shops push the envelope with blocks. What I see from Wowmall and recent block themes is that many of the limitations of the past year or so are simply no longer there.</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, 16 Nov 2021 23:35:13 +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: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:89:\"WPTavern: State of the Word 2021 Will Be Broadcast Live from New York City on December 14\";s: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=125723\";s: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:223:\"https://wptavern.com/state-of-the-word-2021-will-be-broadcast-live-from-new-york-city-on-december-14?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2021-will-be-broadcast-live-from-new-york-city-on-december-14\";s: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:4517:\"<p>WordPress executive director Josepha Haden Chomphosy <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">announced</a> today that the 2021 State of the Word will be held on December 14, <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit/copy/XzY0czNjZGhuNjhyNDJiYTE4NTMzMmI5azZ0MmsyYmEyNjBwNGFiYTE2c3IzZ2NhMjhvbzQ0Z3BrNm8gdHVhOWpudTg4ZHRiZnIzNGpzZGI5a3U1bGNAZw\">between 10 am and 12 pm ET/3 pm and 5 pm UTC</a>. For those who are new to the WordPress community, this event is where Matt Mullenweg reviews the milestones and progress of the past year and shares his vision for the open source WordPress project.</p>\n\n\n\n<p>Ordinarily, the State of the Word is delivered as the capstone to WordCamp US in the latter part of the year, with a live Q&amp;A session following the address. This year, <a href=\"https://wptavern.com/wordcamp-us-2021-kicks-off-online-in-48-hours\">WordCamp US was held online</a> in early October and concluded with Haden Chomphosy discussing trends she observed in 2020 and growth opportunities she sees for the WordPress community. In her most recent <a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">podcast</a>, Haden Chomphosy confirmed that the State of the Word 2021 will be an in-person event.</p>\n\n\n\n<p>&ldquo;It&rsquo;s going to join the growing list of in-person events that are on the calendar,&rdquo; she said. &ldquo;It will be in New York City but will also be live-streamed across the world as usual.&rdquo;</p>\n\n\n\n<p>When asked about live event, Haden Chomphosy further clarified that it will be more like a mid-sized meetup. Mullenweg will be delivering the State of the Word at Automattic&rsquo;s New York office with approximately 30 people in-person, which is the capacity for the space.</p>\n\n\n\n<p>&ldquo;We&rsquo;ll start with NYC community folks, but will try to keep the invitation process as open as possible,&rdquo; she said. &ldquo;Vaccinations will be required and more information will be available about that later this week.&rdquo;</p>\n\n\n\n<p>Today&rsquo;s announcement said that attendees and viewers can expect to hear about WordPress 5.9, Openverse (WordPress&rsquo; search engine project for openly-licensed media), and Web3 and non-fungible tokens (NFTs). The last topic drew some early responses on Twitter from those who are keenly interested in Web3 and NFTs, as well as those who don&rsquo;t see any value in the WordPress project promoting or participating in these technologies. As WordPress is <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">closing in on 43% of the web</a>, it will be interesting to see what Mullenweg has to say about what the project&rsquo;s role is in this potentially polarizing issue.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">\'Expect to hear about a range of topics, from WordPress 5.9 and Openverse to Web3 and non-fungible tokens (NFTs).\'<br /><br />All I want to hear about Web3 and NFTs is \'The WP project itself will do nothing to encourage these questionable technologies.\' <a href=\"https://t.co/T3LnU21HuZ\">https://t.co/T3LnU21HuZ</a></p>&mdash; Simon Dickson (@simond) <a href=\"https://twitter.com/simond/status/1459430909325807617?ref_src=twsrc%5Etfw\">November 13, 2021</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Annual State of the Word 2021 &ndash; an event to reflect on the WordPress project&rsquo;s progress and the future of open source. Expect to hear about a range of topics including <a href=\"https://twitter.com/hashtag/Web3?src=hash&ref_src=twsrc%5Etfw\">#Web3</a> and non-fungible tokens (<a href=\"https://twitter.com/hashtag/NFTs?src=hash&ref_src=twsrc%5Etfw\">#NFTs</a>). <br /><br />Software powering 42%+ of the entire internet + NFTs. Probably nothing. <a href=\"https://t.co/KfB9UtIBao\">https://t.co/KfB9UtIBao</a></p>&mdash; Brad Williams (@williamsba) <a href=\"https://twitter.com/williamsba/status/1460277517093425152?ref_src=twsrc%5Etfw\">November 15, 2021</a></blockquote>\n</div>\n\n\n\n<p>Viewers will be able participate in the Question &amp; Answer session following the State of the Word by emailing&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>, or asking during the event in the livestream chat on YouTube. Add the event to your calendar and watch for the livestream to be embedded on <a href=\"http://wordpress.org/news\">wordpress.org/news</a> on December 14.</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, 16 Nov 2021 00:49: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: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:\"\";}}}}}}}}}}}}}}}}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, 08 Dec 2021 11:33:36 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 08 Dec 2021 11:15:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20201016172007\";}', 'no');
INSERT INTO `gw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1639006416', 'no'),
(169, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1638963216', 'no'),
(170, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1639006416', 'no'),
(171, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/12/wordpress-5-9-beta-2/\'>WordPress 5.9 Beta 2</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/12/month-in-wordpress-november-2021/\'>The Month in WordPress – November 2021</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/ask-the-bartender-is-there-a-starter-for-building-block-themes?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ask-the-bartender-is-there-a-starter-for-building-block-themes\'>WPTavern: Ask the Bartender: Is There a Starter for Building Block Themes?</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/vizio-responds-to-software-freedom-conservancys-gpl-compliance-lawsuit-will-not-release-source-code-files-to-move-case-to-us-federal-court?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vizio-responds-to-software-freedom-conservancys-gpl-compliance-lawsuit-will-not-release-source-code-files-to-move-case-to-us-federal-court\'>WPTavern: Vizio Responds to Software Freedom Conservancy’s GPL Compliance Lawsuit: Will Not Release Source Code, Files to Move Case to US Federal Court</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/12/wordpress-5-9-beta-2/\'>WordPress.org blog: WordPress 5.9 Beta 2</a></li></ul></div>', 'no');



CREATE TABLE `gw_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



INSERT INTO `gw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');


CREATE TABLE `gw_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


INSERT INTO `gw_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, '2019-01-09 13:03:56', '2019-01-09 13:03:56', '<!-- 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', '', '', '2019-01-09 13:03:56', '2019-01-09 13:03:56', '', 0, 'http://localhost/ktest/?p=1', 0, 'post', '', 1),
(2, 1, '2019-01-09 13:03:56', '2019-01-09 13:03:56', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://localhost/ktest/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2019-01-09 13:03:56', '2019-01-09 13:03:56', '', 0, 'http://localhost/ktest/?page_id=2', 0, 'page', '', 0),
(3, 1, '2019-01-09 13:03:56', '2019-01-09 13:03:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://localhost/ktest.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2019-01-09 13:03:56', '2019-01-09 13:03:56', '', 0, 'http://localhost/ktest/?page_id=3', 0, 'page', '', 0),
(4, 1, '2019-01-09 13:04:27', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-01-09 13:04:27', '0000-00-00 00:00:00', '', 0, 'http://localhost/ktest/?p=4', 0, 'post', '', 0);


CREATE TABLE `gw_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



CREATE TABLE `gw_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



INSERT INTO `gw_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);



CREATE TABLE `gw_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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



INSERT INTO `gw_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);



CREATE TABLE `gw_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


INSERT INTO `gw_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);



CREATE TABLE `gw_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



INSERT INTO `gw_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'secure_admin'),
(2, 1, 'first_name', 'Oliver'),
(3, 1, 'last_name', 'Fain'),
(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, 'gw_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'gw_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'gw_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"112.196.87.0\";}');



CREATE TABLE `gw_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



INSERT INTO `gw_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'mainsta', '$P$BJBK8p6xxyhYUXitQnu4vPuiQNYqxi/', 'secure_admin', 'plexbiz@protonmail.com', '', '2019-01-09 13:03:55', '', 0, 'secure_admin');


ALTER TABLE `gw_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));


ALTER TABLE `gw_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));


ALTER TABLE `gw_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);


ALTER TABLE `gw_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);


ALTER TABLE `gw_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));


ALTER TABLE `gw_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);


ALTER TABLE `gw_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));


ALTER TABLE `gw_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));


ALTER TABLE `gw_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);


ALTER TABLE `gw_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);


ALTER TABLE `gw_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));


ALTER TABLE `gw_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

ALTER TABLE `gw_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;


ALTER TABLE `gw_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;


ALTER TABLE `gw_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

ALTER TABLE `gw_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=172;


ALTER TABLE `gw_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;


ALTER TABLE `gw_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;


ALTER TABLE `gw_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;


ALTER TABLE `gw_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;


ALTER TABLE `gw_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;


ALTER TABLE `gw_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;


ALTER TABLE `gw_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

