-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 24, 2022 at 08:13 PM
-- Server version: 10.4.24-MariaDB
-- PHP Version: 8.1.6

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


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `unleashedwebservices.com`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-11-24 19:11:55', '2022-11-24 19:11:55', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_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;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://majesticconsultantsservices.com', 'yes'),
(2, 'home', 'http://majesticconsultantsservices.com', 'yes'),
(3, 'blogname', 'majesticconsultantsservices.com', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'info@majesticconsultantsservices.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', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:79:{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:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[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:83:\"[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:83:\"[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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([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:57:\"([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:77:\"([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:72:\"([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:65:\"([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:72:\"([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:61:\"([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:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[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:72:\"[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:72:\"[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:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([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:51:\"([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:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', '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', 'twentytwentythree', 'yes'),
(41, 'stylesheet', 'twentytwentythree', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'posts', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:0:{}', 'yes'),
(77, 'widget_text', 'a:0:{}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '0', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1684869114', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '1', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:8:{i:1669320716;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:1669360316;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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:1669360330;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1669403515;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:1669403516;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;}}}i:1669403530;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1669403532;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'nonce_key', 'r)/M4IIGuY<:8s4>RKV*l$c6A/!r@^7DA&>/~g+Apn8~<wZmaRT._E5vQ#+Idg[8', 'no'),
(116, 'nonce_salt', 'XDD4af0N)X>iliQlHhayv,I177W)fFDSmz[MEf$WB<=, 90]a(*,r%W$oMFl>.O6', 'no'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(123, 'recovery_keys', 'a:0:{}', 'yes'),
(124, '_transient_timeout_global_styles_twentytwentythree', '1669317177', 'no'),
(125, '_transient_global_styles_twentytwentythree', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #ffffff;--wp--preset--color--contrast: #000000;--wp--preset--color--primary: #9DFF20;--wp--preset--color--secondary: #345C00;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * 0.24), 1rem);--wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.48rem) * 0.24), 1.125rem);--wp--preset--font-size--large: clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem);--wp--preset--font-size--x-large: 2.25rem;--wp--preset--font-size--xx-large: clamp(4rem, 4rem + ((1vw - 0.48rem) * 11.538), 10rem);--wp--preset--font-family--dm-sans: \"DM Sans\", sans-serif;--wp--preset--font-family--ibm-plex-mono: \'IBM Plex Mono\', monospace;--wp--preset--font-family--inter: \"Inter\", sans-serif;--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;--wp--preset--font-family--source-serif-pro: \"Source Serif Pro\", serif;--wp--preset--spacing--30: clamp(1.5rem, 5vw, 2rem);--wp--preset--spacing--40: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem);--wp--preset--spacing--50: clamp(2.5rem, 8vw, 4.5rem);--wp--preset--spacing--60: clamp(3.75rem, 10vw, 7rem);--wp--preset--spacing--70: clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem);--wp--preset--spacing--80: clamp(7rem, 14vw, 11rem);}body { margin: 0;--wp--style--global--content-size: 650px;--wp--style--global--wide-size: 1200px; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding :where(.has-global-padding) { padding-right: 0; padding-left: 0; }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(.has-global-padding) > .alignfull { margin-right: 0; margin-left: 0; }.has-global-padding > .alignfull:where(:not(.has-global-padding)) > :where([class*=\"wp-block-\"]:not(.alignfull):not([class*=\"__\"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*=\"wp-block-\"]:not(.alignfull):not([class*=\"__\"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: 0; padding-left: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: 1.5rem; }body { --wp--style--block-gap: 1.5rem; }body .is-layout-flow > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-flow > * + *{margin-block-start: 1.5rem;margin-block-end: 0;}body .is-layout-constrained > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-constrained > * + *{margin-block-start: 1.5rem;margin-block-end: 0;}body .is-layout-flex{gap: 1.5rem;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{background-color: var(--wp--preset--color--base);color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: 1.6;--wp--style--root--padding-top: var(--wp--preset--spacing--40);--wp--style--root--padding-right: var(--wp--preset--spacing--30);--wp--style--root--padding-bottom: var(--wp--preset--spacing--40);--wp--style--root--padding-left: var(--wp--preset--spacing--30);}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--contrast);text-decoration: underline;}a:where(:not(.wp-element-button)):hover{text-decoration: none;}a:where(:not(.wp-element-button)):focus{text-decoration: underline dashed;}a:where(:not(.wp-element-button)):active{color: var(--wp--preset--color--secondary);text-decoration: none;}h1, h2, h3, h4, h5, h6{font-weight: 400;line-height: 1.4;}h1{font-size: clamp(2.719rem, 2.719rem + ((1vw - 0.48rem) * 1.742), 3.625rem);line-height: 1.2;}h2{font-size: clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem);line-height: 1.2;}h3{font-size: var(--wp--preset--font-size--x-large);}h4{font-size: var(--wp--preset--font-size--large);}h5{font-size: var(--wp--preset--font-size--medium);font-weight: 700;text-transform: uppercase;}h6{font-size: var(--wp--preset--font-size--medium);text-transform: uppercase;}.wp-element-button, .wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;border-width: 0;color: var(--wp--preset--color--contrast);font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.wp-element-button:visited, .wp-block-button__link:visited{color: var(--wp--preset--color--contrast);}.wp-element-button:hover, .wp-block-button__link:hover{background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}.wp-element-button:focus, .wp-block-button__link:focus{background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}.wp-element-button:active, .wp-block-button__link:active{background-color: var(--wp--preset--color--secondary);color: var(--wp--preset--color--base);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-base-color{color: var(--wp--preset--color--base) !important;}.has-contrast-color{color: var(--wp--preset--color--contrast) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-background-color{background-color: var(--wp--preset--color--base) !important;}.has-contrast-background-color{background-color: var(--wp--preset--color--contrast) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-border-color{border-color: var(--wp--preset--color--base) !important;}.has-contrast-border-color{border-color: var(--wp--preset--color--contrast) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-family: var(--wp--preset--font-family--source-serif-pro) !important;}', 'no'),
(126, 'theme_mods_twentytwentythree', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(127, '_transient_timeout_global_styles_svg_filters_twentytwentythree', '1669317177', 'no'),
(128, '_transient_global_styles_svg_filters_twentytwentythree', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>', 'no'),
(129, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'yes'),
(130, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1669317120;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}', 'no'),
(132, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1669317122;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:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";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:2:{s:19:\"akismet/akismet.php\";s:5:\"5.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";}}', 'no'),
(133, '_site_transient_timeout_theme_roots', '1669318921', 'no'),
(134, '_site_transient_theme_roots', 'a:3:{s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(135, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1669317122;s:7:\"checked\";a:3:{s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(136, 'auth_key', 'TMQ@l]N*Dh@juE`8!G65Zmi@M+~`2M:GA$e7,h-:+l|urJCrn,uX$r: BI]B(OFw', 'no'),
(137, 'auth_salt', ';=N}`FK>Wx,U9/cC%5AiF4wPq[dP6NbQ%az!eYJF]iALnDVI6Klt:)xW)KevJk;?', 'no'),
(138, 'logged_in_key', 'gRIPUr8o5VB.mTbs%q ^(:2>qYSLOo_%3IQye$%OO3:6(:2J=^^Xm`>K[zcb{a^-', 'no'),
(139, 'logged_in_salt', 'ud$og$ 6j.Y8fr| =)*3[%JD9ot[NNsT 6iCvN``VYWQX-2]C)b`83a,r~sxc?r4', 'no'),
(140, '_site_transient_timeout_browser_792de51e4d5be52a35f55f3570193fc3', '1669921931', 'no'),
(141, '_site_transient_browser_792de51e4d5be52a35f55f3570193fc3', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"107.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(142, '_site_transient_timeout_php_check_53fa02513e93f8d5b695fa686a20e650', '1669921932', 'no'),
(143, '_site_transient_php_check_53fa02513e93f8d5b695fa686a20e650', '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'),
(145, 'recently_activated', 'a:0:{}', 'yes'),
(146, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1669360336', 'no'),
(147, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}', 'no'),
(148, 'can_compress_scripts', '1', 'no'),
(149, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1669360346', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(150, '_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:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Nov 2022 11:48:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.2-alpha-54869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The Month in WordPress – October 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/the-month-in-wordpress-october-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Nov 2022 11:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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=13988\";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:224:\"With the end of the year fast approaching, the WordPress project has not slowed down. Read on to learn more about the latest major release, WordPress 6.1, and the State of the Word 2022 live event, among other exciting news.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13918:\"\n<p>With the end of the year fast approaching, the WordPress project has not slowed down. Read on to learn more about the latest major release, WordPress 6.1, and the State of the Word 2022 live event, among other exciting news. It&#8217;s time to catch up on all things WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.1 “Misha”</h2>\n\n\n\n<p>The third and last major release of 2022, <a href=\"https://wordpress.org/news/2022/11/misha/\"><strong>WordPress 6.1 “Misha,”</strong></a> shipped on November 1, 2022. Named after jazz pianist <strong>Mikhail “Misha” Alperin</strong>, this release comes packed with many improvements that refine the site-building experience introduced earlier this year in WordPress 5.9 and 6.0, as well as <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">accessibility</a> and <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">performance</a> upgrades.</p>\n\n\n\n<p>WordPress 6.1 is also bundled with a new default block theme, <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Twenty Twenty-Three (TT3)</a>, that features <strong>10 style variations</strong> designed by WordPress community members. These intentionally unique designs ensure that you can change the visual details of your site with ease—and within a single theme.</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 class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/1w9oywSa6Hw?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>Learn more about what&#8217;s in 6.1:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha” Announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li>\n</ul>\n\n\n\n<p>Following WordPress 6.1 “Misha”, a <a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\">6.1.1 maintenance release</a> landed on November 15, 2022. This minor release includes about 50 bug fixes.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 6.1.1</a></p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>State of the Word 2022 is coming on December 15</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Decorative blue background with text: &quot;State of the Word 2022. December 15, 2022. 1–2:30 P.M. EST (18–19:30 UTC.) New York City.&quot;\" class=\"wp-image-13956\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>State of the Word 2022</strong>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on <strong>December 15, 2022</strong>. The event will take place in person in New York City and live-streamed via various WordPress.org social media platforms.</p>\n\n\n\n<p>You can also host or join a <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">State of the Word watch party</a> to enjoy the event with your WordPress friends.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">Learn more about State of the Word 2022</a></p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\"><strong>Gutenberg 14.4</strong></a> was released on October 26, 2022, with support for a distraction-free mode that allows a more focused writing experience. Other notable highlights include a redesigned pattern inserter, content locking to the Navigation block, and improvements to fluid typography.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\"><strong>Gutenberg 14.5</strong></a> sets the groundwork for future releases with code quality improvements and bug fixes. This version introduces a new “Document Overview” panel for easier access to the list view and document information, expands margin and padding support, and improves spacing visualizers. It was released on November 9, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Explore some of the latest enhancements to the writing experience in <a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">this Core Editor Improvement post</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Documentation Contributor Day, WordPress.org redesign updates, and more</h2>\n\n\n\n<ul>\n<li>After a <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">lively discussion</a> around the site editing terminology, WordPress Executive Director Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">announced that the term &#8220;Site Editor&#8221; will be used going forward</a> in reference to the suite of site editing tools.</li>\n\n\n\n<li>Last month, the Docs Team successfully held its <a href=\"https://make.wordpress.org/docs/2022/10/28/the-documentation-team-contributor-day-summary/\">first online Contributor Day</a> to collaborate in real-time, help onboard new contributors, and work on backlog tasks.</li>\n\n\n\n<li>Progress and next steps for the WordPress.org website redesign were shared <a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">in this post</a>. The following pages that will get a refreshed look and feel soon include <a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">Showcase</a> and <a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">Documentation (HelpHub)</a>.</li>\n\n\n\n<li>The WordPress.org Theme Directory <a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">introduced a new feature</a> that allows visitors to preview style variations in block themes.</li>\n\n\n\n<li>Inspired by the Community Team’s efforts to reactivate meetup groups, the Polyglots Team is looking to start a <a href=\"https://make.wordpress.org/polyglots/2022/11/08/starting-a-polyglots-outreach-effort/\">Polyglots outreach project</a> and welcomes help.</li>\n\n\n\n<li>The Training Team shared an <a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">overview of some of the new Learn WordPress courses</a> they have been recently working on.</li>\n\n\n\n<li>Openverse’s catalog now includes <a href=\"https://make.wordpress.org/openverse/2022/11/16/openverse-now-includes-over-1-million-audio-records/\">more than one million audio records</a>!</li>\n\n\n\n<li>The WordPress Photo Directory also reached a significant milestone by surpassing 5,000 photos! <a href=\"https://make.wordpress.org/photos/2022/11/17/the-road-to-5000-photos-a-retrospective/\">Check out this celebratory retrospective from the Photos team</a>.</li>\n\n\n\n<li>Speaking of Openverse and the Photo Directory, <a href=\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\">don’t miss the latest episode of the WP Briefing podcast</a>—it covers the differences between these two resources, and how they work to further openly-licensed media.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\">Raghavendra Satish Peri</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Enjoy a spooky Halloween Mad Libs story completed by community contributors in <a href=\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\">Episode 42 of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>The <a href=\"https://make.wordpress.org/core/2022/10/12/call-for-testing-plugin-dependencies/\">Plugin Dependencies feature plugin is available for testing</a>. Provide your feedback by December 1, 2022.</li>\n\n\n\n<li>What does a genuinely sustainable WordPress community look like to you? Share your vision and thoughts in <a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">this discussion post</a>.</li>\n\n\n\n<li>The new WordPress developer blog is in public beta and <a href=\"https://make.wordpress.org/core/2022/11/21/wordpress-developer-blog-is-in-public-beta/\">ready for feedback</a>.</li>\n\n\n\n<li>The Core Team requests assistance with <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">testing a new Rollback Feature in WordPress core</a>.</li>\n\n\n\n<li>Version 21.2 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2022/11/15/call-for-testing-wordpress-for-android-21-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/11/14/call-for-testing-wordpress-for-ios-21-2/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Were you involved in WordPress 6.1? <a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">Share your thoughts</a> on the release process by December 15, 2022.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates &amp; WordCamps</h2>\n\n\n\n<ul>\n<li>The WordCamp Asia organizing team is collaborating with WordCamp Central to bring the <a href=\"https://asia.wordcamp.org/2023/apply-for-wordcamp-asia-diversity-scholarship/\">WordCamp Asia Diversity Scholarship</a>. In addition, the team recently announced the <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">first round of speakers</a>.</li>\n\n\n\n<li>Preparations for <a href=\"https://europe.wordcamp.org/2023/the-preparations-for-wordcamp-europe-2023-have-begun/\">WordCamp Europe 2023</a> are underway.</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1f7.png\" alt=\"🇧🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://saopaulo.wordcamp.org/2022/\">WordCamp São Paulo</a>, Brazil on November 26, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kolkata.wordcamp.org/2022/\">WordCamp Kolkata</a>, West Bengal, India on December 17-18, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Boost your speaking confidence in WordPress events. Register for the <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-wpdiversity-tickets-462153532657\">How to Own Your Expertise &amp; Start Speaking at WordPress Events</a> online workshop happening December 7, 2022.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress:</em> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</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:\"13988\";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:22:\"State of the Word 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Nov 2022 17:14: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:8:\"category\";a:3:{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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"sotw\";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:\"state of the word\";s:7:\"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=13971\";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:223:\"Join the WordPress project leaders for State of the Word 2022 in New York City on December 15, 2022. Also live-streamed on social media, you will hear about the WordPress project, open source, and more in this annual event.\";s: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:6014:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Decorative blue background with text: &quot;State of the Word 2022. December 15, 2022. 1–2:30 P.M. EST (18–19:30 UTC.) New York City.&quot;\" class=\"wp-image-13956\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Hello, WordPress!&nbsp;</p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2022&amp;dates=20221215T180000Z/20221215T193000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Mark your calendars</a>; it’s almost time for State of the Word 2022!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, <a href=\"https://ma.tt\">Matt Mullenweg</a>. Every year, the event shares reflections on the project’s progress and the future of open source. Expect this and more in this year’s edition.</p>\n\n\n\n<p>This year’s event will take place in person in New York City and live-streamed via various WordPress.org social media platforms.&nbsp;</p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2022, the latest WordPress releases, Site Editor advancements, and a return to in-person events around the globe, among other topics.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2022</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+2022&amp;dates=20221215T180000Z/20221215T193000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">December 15, 2022, 1–2:30 P.M. EST (18–19:30 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://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">local watch party</a>, the live stream will be embedded in this post and available through the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p>Would you like to join the in-person audience? <a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2022\">Request a seat by completing this survey</a>.</p>\n\n\n\n<h2>Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&amp;A session. If you want to participate, you can either send your question ahead of time to <strong>ask-matt@wordcamp.org</strong> or ask during the event in the live stream chat on YouTube.</p>\n\n\n\n<p>Given the volume of questions that are usually submitted, please note that it may not be possible to answer all of them in the live Q&amp;A. A follow-up post will be published after the State of the Word to answer those not covered at the event.</p>\n\n\n\n<p>First time attending State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">previous years&#8217; recordings on</a> <a href=\"https://wordpress.tv/tag/state-of-the-word/\">WordPress.tv</a> to get a sense of the event.</p>\n\n\n\n<p>See you in person or online on December 15!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\" />\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>Can’t make it to New York? No problem, organize or join a watch party in your community in person or online. Like last year, the Community team has resources available to help! Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">this handbook page</a>, which includes event templates, information on requesting a Zoom account, and how to get some swag.</p>\n\n\n\n<p>Gather together to look back on how WordPress has grown in 2022 and what is ahead for 2023. Stay up-to-date as a group on the latest happenings in the WordPress world and collaborate together on any questions you might have for Matt!</p>\n\n\n\n<p>We will be compiling a list of State of the Word watch parties in this post, which will be updated regularly as the event approaches. If you don’t see a watch party in your region listed here in the next few weeks, <a href=\"https://meetup.com/pro/wordpress\">check this page on Meetup.com</a> to see if your local WordPress group is organizing one.</p>\n\n\n\n<p>If you are planning a watch party for State of the Word and have questions, please email support@wordcamp.org. A member of the WordPress community team will assist you in the best way possible.</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:\"13971\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.1.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2022 19:51: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:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13918\";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:244:\"WordPress 6.1.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.1 on 01 November 2022. You can review a summary of the key changes in this release by visiting WordPress.org/news.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jeffpaul\";s: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:9850:\"\n<h2>WordPress 6.1.1 is now available</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.1.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">29 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/compare/ca07aa8354a1131dbabcc36dfcaf70e0c0891f54...6566f5fe9ece6ad5ae550349d3b1f0944a011040\">21 bug fixes</a> for the block editor. WordPress 6.1.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-2/\">version 6.2</a> planned for 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.1.1.zip\">download WordPress 6.1.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-1-1/\">version 6.1.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.1.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>.</p>\n\n\n\n<p>WordPress 6.1.1 would not have been possible without the contributions of more than 105 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">Andre</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>, <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a>, <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a>, <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">jeffpaul</a>, <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a>, <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a>, <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a>, <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a>, <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a>, <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, and <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a>.</p>\n\n\n\n<h2>How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C03LZ88NX6G\">#6-1-release-leads channels</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WP Briefing: Episode 43: Openverse &amp; Photo Directory– What Are They, and How Are They Different?\";s:7:\"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:113:\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\";s: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, 14 Nov 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13890\";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:151:\"Join Josepha as she explores the differences between Openverse &#38; Photo Directory, two resources for openly licensed media in the WordPress project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:62:\"https://wordpress.org/news/files/2022/11/WP-Briefing-043-1.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8965:\"\n<p>In the forty-third episode of the WordPress Briefing, Josepha Haden Chomphosy explores two resources for openly licensed media in the WordPress project&#8211; Openverse and Photo Directory&#8211; and how they differ from one another!</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<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a><br><a href=\"https://wordpress.org/photos/submit/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a><br><a href=\"https://make.wordpress.org/openverse/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a><br><a href=\"https://github.com/WordPress/gutenberg/issues/44496\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a><br><a href=\"https://wordpress.org/download/\" data-type=\"URL\" data-id=\"https://wordpress.org/download/\">Download WordPress 6.1</a><br><a href=\"https://make.wordpress.org/docs/?p=13761\" data-type=\"URL\" data-id=\"https://make.wordpress.org/docs/?p=13761\">Docs Team Contributor Day Recap Post</a><br><a href=\"https://wp.me/p4FYxH-1XH\" data-type=\"URL\" data-id=\"https://wp.me/p4FYxH-1XH\">Hallway Hangout Block Themes (Video)</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13890\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:27] </strong></p>\n\n\n\n<p>About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth in teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00]&nbsp;</strong></p>\n\n\n\n<p>Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;</p>\n\n\n\n<p>In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>So in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00]&nbsp;</strong></p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00]&nbsp;</strong></p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version.&nbsp;</p>\n\n\n\n<p>Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse is not only a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>So that&#8217;s your elevator pitch of what Openverse is and how it uses the Photo Directory.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00]&nbsp;</strong></p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So no code, development environments, and testing skills are required. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]&nbsp;</strong></p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:12]</strong></p>\n\n\n\n<p>This leads us now to our small list of big things.</p>\n\n\n\n<p>In case you missed it, WordPress 6.1 is now available. It launched on November 1st. Late, late, late in the day, and so it was easy to miss if you&#8217;re used to seeing it at a particular time. We were about six hours later than usual. But if you go to wordpress.org/download, you can get your own copy there.</p>\n\n\n\n<p>The second thing on our small list of big things is that the Docs team had a contributor day. It was excellent. There&#8217;s a recap post up. I will include that in the show notes.&nbsp;</p>\n\n\n\n<p>And then the final thing is that there was a recent hallway hangout that talked about the site editor and block themes.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:00]&nbsp;</p>\n\n\n\n<p>The video for that is also published. I will also share that in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#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:\"13890\";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:70:\"\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:31:\"Introducing Twenty Twenty-Three\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\";s: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, 08 Nov 2022 15:42:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"tt3\";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:\"twenty twenty-three\";s:7:\"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=13892\";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:376:\"This post was written in collaboration with Lauren Stein (@laurlittle) and Anne McCarthy @annezazu). Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations. Style variations are predefined design options that give you the opportunity to alter the appearance of your site [&#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:72:\"https://wordpress.org/news/files/2022/11/Introducing-TT3_V4_captions.mp4\";s:6:\"length\";s:8:\"90767180\";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:14:\"Beatriz Fialho\";s: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:2438:\"\n<figure class=\"wp-block-video\"><video controls poster=\"https://wordpress.org/news/files/2022/11/introducing_tt3_featured_image.png\" src=\"https://wordpress.org/news/files/2022/11/Introducing-TT3_V4_captions.mp4\"></video></figure>\n\n\n\n<p><em>This post was written in collaboration with Lauren Stein (<a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>) and Anne McCarthy <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>)</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations.</p>\n\n\n\n<p>Style variations are predefined design options that give you the opportunity to alter the appearance of your site without having to change your theme. This means that you can keep your template structure but change the visual details of your site with ease.</p>\n\n\n\n<p>For a truly diverse collection, Twenty Twenty-Three’s featured style variations were submitted by members of the WordPress community, resulting in 38 submissions from 19 people in 8 different countries. From those submissions, a curated collection of ten was chosen and bundled with the new theme.</p>\n\n\n\n<p>This approach to style variations ushers in the next generation of block themes, able to harness the potential of the platform’s latest design capabilities and tools directly in the Site Editor. Since style variations don’t require any code experience, you’re encouraged to tweak and/or create your own.</p>\n\n\n\n<p><strong>Thank you to everyone who contributed. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></strong></p>\n\n\n\n<p>Useful links:<br><a href=\"https://wordpress.org/themes/twentytwentythree/\">Download Twenty Twenty-Three</a><br><a href=\"https://wordpress.org/support/article/twenty-twenty-three/\">Twenty Twenty-Three Documentation</a><br><a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three Project Kick Off</a><br><a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">Twenty Twenty-Three Selected Style Variations</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13892\";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:66:\"\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:25:\"WordPress 6.1 “Misha”\";s:7:\"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:41:\"https://wordpress.org/news/2022/11/misha/\";s: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, 01 Nov 2022 18:38: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:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s: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=13798\";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:206:\"Say hello to “Misha,” the WordPress 6.1 release, inspired by Mikhail “Misha” Alperin acclaimed jazz ensemblist and composer. At least 800 contributors made this release possible. Download 6.1 today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:85822:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-13872\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/inline-image-inline.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h1>Welcome to “Misha”</h1>\n\n\n\n<p>Say hello to WordPress 6.1, “Misha,” inspired by the life and work of jazz pianist <a href=\"https://en.wikipedia.org/wiki/Mikhail_Alperin\">Mikhail “Misha” Alperin</a>. Ukrainian-born Misha introduced the work of jazz ensembles globally and is celebrated as a founding member of the <a href=\"https://en.wikipedia.org/wiki/Moscow_Art_Trio\">Moscow Art Trio</a>.<br><br>“Misha” further refines the site-building experience. Inside WordPress 6.1 you’ll interact with enhancements that continue to make site creation more intuitive while pushing your creative boundaries further than ever. Don’t forget to enjoy some of Misha’s <a href=\"https://www.youtube.com/channel/UCuh5oEm_jJ_jTcv8DmbLi2Q\">jazz piano</a> as you take in all WordPress 6.1 has to offer.</p>\n\n\n\n<p><span style=\"font-weight: 400\">The third major release of 2022 is here. </span><a href=\"https://wordpress.org/wordpress-6.1.zip\"><span style=\"font-weight: 400\">Download it now</span></a><span style=\"font-weight: 400\">! As of the time of this release, WordPress powers </span><a href=\"https://w3techs.com/technologies/overview/content_management\">43%</a><span style=\"font-weight: 400\"> of websites worldwide.</span></p>\n\n\n\n<p><span style=\"font-weight: 400\">Site owners and administrators should upgrade today to take full advantage of the many stability, performance, and usability enhancements. Furthermore, WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</span></p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This release includes features that many in the WordPress Community have been most excited about since the start of this project. Additional enhancements and improvements to the editor give site owners more control and easier customization while offering a more cohesive experience to users. A lot of writing-focused improvements are included in the release, because if you’re giving voices to the voiceless you’ve got to focus on folks writing the copy. </p>\n\n\n\n<p>Some of my favorite enhancements are the refined ability to select partial paragraphs in a block; settings to keep list view open by default; and the keyboard shortcut to add internal links expanded to all blocks.</p>\n<cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.1.zip\">Download WordPress 6.1</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<h3>Twenty Twenty-Three:<br>A fresh default theme with 10 distinct style variations</h3>\n\n\n\n<p>After introducing foundational elements for block themes and style variations in releases 5.9 and 6.0, WordPress site builders welcome a new default theme, Twenty Twenty-Three, that is powered by <a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">10 different styles</a> and tagged as&nbsp; “<a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">Accessibility Ready</a>.” These intentionally unique styles ensure users can apply a different look and feel to their site with a single click—all within a single theme.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13843\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Style-Variation-News-1.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>New templates for an improved creator experience</h3>\n\n\n\n<p>New and more refined templates now give site builders more control over the creation of their sites. In this suite of new templates, find a custom template for posts &amp; pages in the Site Editor. Create and edit template parts like headers and footers more quickly with a new search-and-replace tool and easily view your new site.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13818\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Templates-News.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Design tools for more consistency and control</h3>\n\n\n\n<p>Thoughtful upgrades to the controls for design elements and blocks make laying out and building your new site a more consistent, complete, and intuitive experience.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" data-id=\"13819\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13819\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Design-Tools-News.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<h3>Manage menus with ease</h3>\n\n\n\n<p>New fallback options in the navigation block mean you can edit the menu that’s open; no searching needed. Plus, the controls for choosing and working on menus have their own place in the block settings. The mobile menu system also gets an upgrade with new features, including different icon options, to make the menu yours.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13844\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Navigation-1.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Cleaner layouts and document settings visualization</h3>\n\n\n\n<p>View and manage post and page settings with a better-organized display improving the use of features like template picker and scheduler.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13838\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Document-settings-News-1.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>One-click lock setting for all inner blocks</h3>\n\n\n\n<p>When locking blocks, a new toggle lets you apply your lock settings to all the blocks in a containing block like the group, cover, and column blocks.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"601\" data-id=\"13824\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=1024%2C601&#038;ssl=1\" alt=\"\" class=\"wp-image-13824\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=1024%2C601&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=300%2C176&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=768%2C451&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=1536%2C901&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Lock-News.png?resize=2048%2C1201&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<h3>Improved block placeholders</h3>\n\n\n\n<p>Various blocks have improved placeholders that reflect customization options to help you design your site and its content. For example, the Image block placeholder displays custom borders and duotone filters even before selecting an image.</p>\n\n\n\n<h3>Compose richer lists and quotes with inner blocks</h3>\n\n\n\n<p>The List and Quote blocks now support inner blocks, allowing for more flexible and rich compositions like adding headings inside your Quote blocks.</p>\n\n\n\n<h3>More responsive text with fluid typography</h3>\n\n\n\n<p>For developers working with block themes and/or <code>theme.json</code>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">fluid typography</a> lets you define font sizes that adapt for easy reading in any screen size.</p>\n\n\n\n<h3>Add starter patterns to any post type</h3>\n\n\n\n<p>In WordPress 6.0, site builders could add suggested patterns so that when creating a new page, you did not have to start blank. In 6.1, site builders can continue to opt-in to this feature for not only pages but for any post type. </p>\n\n\n\n<h3>Find block themes faster</h3>\n\n\n\n<p>The Themes Directory has a filter for block themes, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.</p>\n\n\n\n<h3>Keep your Site Editor settings for later</h3>\n\n\n\n<p>Site Editor settings are now <a href=\"https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/\">persistent for each user</a>. This means your settings will now be consistent across browsers and devices.</p>\n\n\n\n<h3>A streamlined style system</h3>\n\n\n\n<p>The CSS rules for margin, padding, typography, colors, and borders within the <a href=\"https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/\">styles engine</a> are now all in one place, reducing time spent on layout-specific tasks and helps to generate semantic class names.</p>\n\n\n\n<h3>Updated interface options and features</h3>\n\n\n\n<p>Updates include <a href=\"https://make.wordpress.org/core/2022/10/10/styling-elements-in-block-themes/\">styling elements</a> like buttons, citations, and links globally; controlling hover, active, and focus states for links using theme.json (not available to control in the interface yet); and customizing outline support for blocks and elements, among other features.</p>\n\n\n\n<h3>Continued evolution of layout options</h3>\n\n\n\n<p>The default content dimensions provided by themes can now be overridden in the Styles Sidebar, giving site builders better control over full-width content. Developers have <a href=\"https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/\">fine-grained control over these controls</a>.</p>\n\n\n\n<h3>Block Template parts in classic themes</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Block template parts can now be defined in classic themes</a> by adding the appropriate HTML files `parts` directory at the root of the theme.</p>\n\n\n\n<h3>Expanded support for Query Loop blocks</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">New filters</a> let Query Block variations support custom queries for more powerful variations and advanced hierarchical post types filtering options.</p>\n\n\n\n<h3>Filters for all your styles</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/10/10/filters-for-theme-json-data/\">Leverage filters</a> in the Styles sidebar to control settings at all four levels of your site—core, theme, user, or block, from less to more specific.</p>\n\n\n\n<h3>Spacing presets for faster, consistent design</h3>\n\n\n\n<p>Save time and avoid hard-coding values into a theme with <a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">preset margin and padding values for multiple blocks.</a></p>\n\n\n\n<h3>Content-only editing support for container blocks</h3>\n\n\n\n<p>Thanks to content-only editing settings, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control the layout while your writers can focus on the content. Combine it with block-locking options for even more advanced control over your blocks.</p>\n\n\n\n<h3>Other notes of interest</h3>\n\n\n\n<ul>\n<li>6.1 includes a new time-to-read feature showing content authors the approximate time-to-read values for pages, posts, and custom post types.</li>\n\n\n\n<li>The site tagline is empty by default in new sites but can be modified in General Settings.</li>\n\n\n\n<li>A new modal design offers a background blur effect, making it easier to focus on the task at hand.</li>\n</ul>\n\n\n\n<h2>Enhancing WordPress 6.1 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.1 includes nearly 60 updates specifically focused on enhancing the accessibility of the platform. <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">Read these updates</a> to learn more about the continual initiatives aimed at improving accessibility.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.1</h2>\n\n\n\n<p>WordPress 6.1 resolves more than 25 tickets dedicated to enhancing performance with improvements for every type of site. A full breakdown can be found in the <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide</a>.</p>\n\n\n\n<h2>Learn More About WordPress 6.1</h2>\n\n\n\n<p>See WordPress 6.1 in action! Watch a <a href=\"https://www.youtube.com/watch?v=1w9oywSa6Hw\">brief overview video</a> highlighting some of the major features debuting in WordPress 6.1.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/1w9oywSa6Hw?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><br></p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for brief how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online </a>workshop on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>, complete with detailed developer notes to help you build with and extend WordPress. Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-1\">WordPress</a><a href=\"https://wordpress.org/support/wordpress-version/version-6-1/\"> 6.1 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.1 Release Squad</h2>\n\n\n\n<p><span style=\"font-weight: 400\">The group listed below tirelessly supported the release, from conception to ship date, and beyond:</span></p>\n\n\n\n<p><span style=\"font-weight: 400\">Release Lead: </span><a href=\"https://profiles.wordpress.org/matt/\"><span style=\"font-weight: 400\">Matt Mullenweg</span></a><span style=\"font-weight: 400\">&nbsp;</span><br><span style=\"font-weight: 400\">Release Coordinators: </span><a href=\"https://profiles.wordpress.org/priethor/\"><span style=\"font-weight: 400\">Héctor Prieto</span></a><span style=\"font-weight: 400\"> and </span><a href=\"https://profiles.wordpress.org/desrosj/\"><span style=\"font-weight: 400\">Jonathan Desrosiers</span></a><span style=\"font-weight: 400\">&nbsp;</span><br><span style=\"font-weight: 400\">Core Tech Co-Leads: </span><a href=\"https://profiles.wordpress.org/mikeschroder/\"><span style=\"font-weight: 400\">Mike Schroder</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://profiles.wordpress.org/davidbaumwald/\"><span style=\"font-weight: 400\">David Baumwald</span></a><span style=\"font-weight: 400\">, and </span><a href=\"https://profiles.wordpress.org/jeffpaul/\"><span style=\"font-weight: 400\">Jeff Paul</span></a><br><span style=\"font-weight: 400\">Editor Tech Co-Leads: </span><a href=\"https://profiles.wordpress.org/czapla/\"><span style=\"font-weight: 400\">Michal Czaplinski</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://profiles.wordpress.org/bernhard-reiter/\"><span style=\"font-weight: 400\">Bernie Reiter</span></a><span style=\"font-weight: 400\">, and </span><a href=\"https://profiles.wordpress.org/cbravobernal/\"><span style=\"font-weight: 400\">Carlos Bravo</span></a><br><span style=\"font-weight: 400\">Core Triage Co-Leads: </span><a href=\"https://profiles.wordpress.org/audrasjb/\"><span style=\"font-weight: 400\">JB Audras</span></a><span style=\"font-weight: 400\"> and </span><a href=\"https://profiles.wordpress.org/chaion07/\"><span style=\"font-weight: 400\">Ahmed Chaion</span></a><br><span style=\"font-weight: 400\">Editor Triage Co-Leads: </span><a href=\"https://profiles.wordpress.org/ndiego/\"><span style=\"font-weight: 400\">Nick Diego</span></a> <span style=\"font-weight: 400\">and </span><a href=\"https://profiles.wordpress.org/annezazu/\"><span style=\"font-weight: 400\">Anne McCarthy</span></a><br><span style=\"font-weight: 400\">Documentation Co-Leads: </span><a href=\"https://profiles.wordpress.org/bph/\"><span style=\"font-weight: 400\">Birgit Pauli-Haack</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://profiles.wordpress.org/milana_cap/\"><span style=\"font-weight: 400\">Milana Cap</span></a><span style=\"font-weight: 400\">, and </span><a href=\"https://profiles.wordpress.org/femkreations/\"><span style=\"font-weight: 400\">Femy Praseeth</span></a><br><span style=\"font-weight: 400\">Marketing &amp; Communications Co-Leads:</span> <a href=\"https://profiles.wordpress.org/jpantani/\"><span style=\"font-weight: 400\">Jonathan Pantani</span></a> <span style=\"font-weight: 400\">and </span><a href=\"https://profiles.wordpress.org/dansoschin/\"><span style=\"font-weight: 400\">Dan Soschin</span></a><br><span style=\"font-weight: 400\">Test Lead: </span><a href=\"https://profiles.wordpress.org/ironprogrammer/\"><span style=\"font-weight: 400\">Brian Alexander</span></a><br><span style=\"font-weight: 400\">Design Lead: </span><a href=\"https://profiles.wordpress.org/richtabor/\"><span style=\"font-weight: 400\">Rich Tabor</span></a><br><span style=\"font-weight: 400\">Default Theme Co-Leads: </span><a href=\"https://profiles.wordpress.org/beafialho/\"><span style=\"font-weight: 400\">Beatriz Fialho</span></a><span style=\"font-weight: 400\"> &amp; </span><a href=\"https://profiles.wordpress.org/mikachan/\"><span style=\"font-weight: 400\">Sarah Norris</span></a></p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Thank you to all the contributors who dedicated time and energy to bring the best WordPress experience to everyone.</p>\n<cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<p></p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"><p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hurayraiit/\">Abu Hurayra</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adampickering/\">Adam Pickering</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil &#214;ztaşer</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a> · <a href=\"https://profiles.wordpress.org/afrid1719/\">afrid1719</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/kamig478/\">Akram ul haq</a> · <a href=\"https://profiles.wordpress.org/akshitsethi/\">Akshit Sethi</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alamgircsebd/\">alamgircsebd</a> · <a href=\"https://profiles.wordpress.org/alanp57/\">AlanP57</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/elpanda13gmailcom/\">Alejandro J. Sanchez P.</a> · <a href=\"https://profiles.wordpress.org/zutigrm/\">Aleksej</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/acoulombe/\">Alexis Coulombe</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a> · <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a> · <a href=\"https://profiles.wordpress.org/allisonplus/\">allisonplus</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/amirkamizi/\">amirkamizi</a> · <a href=\"https://profiles.wordpress.org/amjadr360/\">Amjad Ali</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/deksar/\">Andreas</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a> · <a href=\"https://profiles.wordpress.org/andrewnz/\">AndrewNZ</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/andrija/\">Andrija Naglic</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/andykeith/\">Andy Keith</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/anitanenova/\">anitanenova</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annabansaghi/\">Anna Bansaghi</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/alaca/\">Ante Laca</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a> · <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/yellyc/\">Ariel Chinn</a> · <a href=\"https://profiles.wordpress.org/xylocone/\">Arjun Singh</a> · <a href=\"https://profiles.wordpress.org/armondal/\">Arnab Mondal</a> · <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Kalwar</a> · <a href=\"https://profiles.wordpress.org/arturgrabo/\">Artur Grabowski</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/baned/\">BaneD</a> · <a href=\"https://profiles.wordpress.org/barneydavey/\">barneydavey</a> · <a href=\"https://profiles.wordpress.org/bbobnis/\">Bartosz Bobnis</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a> · <a href=\"https://profiles.wordpress.org/boblindner/\">Bob</a> · <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/cantuaria/\">Bruno Cantuaria</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/burgiuk/\">burgiuk</a> · <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a> · <a href=\"https://profiles.wordpress.org/bwbama/\">bwbama</a> · <a href=\"https://profiles.wordpress.org/cadlec/\">cadlec</a> · <a href=\"https://profiles.wordpress.org/cagsmith/\">cagsmith</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cavalierlife/\">cavalierlife</a> · <a href=\"https://profiles.wordpress.org/cdbessig/\">cdbessig</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbudd1/\">Chris Budd</a> · <a href=\"https://profiles.wordpress.org/chrishardie/\">Chris Hardie</a> · <a href=\"https://profiles.wordpress.org/czarate/\">Chris Zarate</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisguitarguy/\">chrisguitarguy</a> · <a href=\"https://profiles.wordpress.org/cwbudde/\">Christian-W. Budde</a> · <a href=\"https://profiles.wordpress.org/christinavoudouris/\">Christina Voudouris</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a> · <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a> · <a href=\"https://profiles.wordpress.org/chynnabenton/\">chynnabenton</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codewhy/\">codewhy</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colonelphantom/\">colonelphantom</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">craigfrancis</a> · <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a> · <a href=\"https://profiles.wordpress.org/cyrillbolliger/\">cyrillbolliger</a> · <a href=\"https://profiles.wordpress.org/dxd5001/\">Daijiro Miyazawa</a> · <a href=\"https://profiles.wordpress.org/dainemawer/\">dainemawer</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/daledupreez/\">Dale du Preez</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a> · <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/schutzsmith/\">Daniel Schutzsmith</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/darkog/\">Darko G.</a> · <a href=\"https://profiles.wordpress.org/darkskipper/\">darkskipper</a> · <a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/datainterlock/\">datainterlock</a> · <a href=\"https://profiles.wordpress.org/dhilditch/\">Dave Hilditch</a> · <a href=\"https://profiles.wordpress.org/dave1010/\">dave1010</a> · <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dcowgill/\">David C</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/desmith/\">David E. Smith</a> · <a href=\"https://profiles.wordpress.org/dg12345/\">David Goring</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/pcfreak30/\">Derrick Hammer</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhl/\">dhl</a> · <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/dipakparmar443/\">Dipak Parmar</a> · <a href=\"https://profiles.wordpress.org/divyeshgodhani/\">divyeshgodhani</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dougal/\">Dougal Campbell</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/kucrut/\">Dzikri Aziz</a> · <a href=\"https://profiles.wordpress.org/dovyp/\">Dōvy Paukstys</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/eedee/\">eedee</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/madpixels/\">eugene.manuilov</a> · <a href=\"https://profiles.wordpress.org/eugenemanuilov/\">Eugene.Manuilov</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/aaemnnosttv/\">Evan Mattson</a> · <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/fellyph/\">Fellyph Cintra</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabri3lmarques/\">gabri3lmarques</a> · <a href=\"https://profiles.wordpress.org/gdetassigny/\">Gabriel de Tassigny</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/garymatthews919/\">garymatthews919</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">gigitux</a> · <a href=\"https://profiles.wordpress.org/giox069/\">giox069</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/giuseppemazzapica/\">giuseppemazzapica</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</a> · <a href=\"https://profiles.wordpress.org/graham73may/\">graham73may</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/greg24/\">greg24</a> · <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a> · <a href=\"https://profiles.wordpress.org/gunterer/\">gunterer</a> · <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/h2ham/\">h2ham (Hiromu Hasegawa)</a> · <a href=\"https://profiles.wordpress.org/hakanca/\">hakanca</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a> · <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/harshvaishnav/\">harshvaishnav</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/here/\">here</a> · <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">hiyascout</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iansvo/\">iansvo</a> · <a href=\"https://profiles.wordpress.org/icaspar/\">iCaspar</a> · <a href=\"https://profiles.wordpress.org/igmoweb/\">Ignacio Cruz Moreno</a> · <a href=\"https://profiles.wordpress.org/igorsch/\">Igor</a> · <a href=\"https://profiles.wordpress.org/igrigorik/\">igrigorik</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/ilunabar/\">ilunabar</a> · <a href=\"https://profiles.wordpress.org/imadarshakshat/\">imadarshakshat</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">ipajen</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/irecinius/\">irecinius</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/iviweb/\">iviweb</a> · <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a> · <a href=\"https://profiles.wordpress.org/primetimejas/\">Jacob Schweitzer</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jamesckemp/\">jamesckemp</a> · <a href=\"https://profiles.wordpress.org/jamieburchell/\">jamieburchell</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/trapsta/\">Jasper Kinoti</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/juberstine/\">Jeff Uberstine</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhart35/\">jhart35</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelhardi/\">joelhardi</a> · <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/johnmark8080/\">johnmark8080</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonny-s/\">jonny-s</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/joegrainger/\">Joseph Grainger</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/jhabdas/\">Josh Habdas</a> · <a href=\"https://profiles.wordpress.org/joshuaabenazer/\">Joshua Abenazer</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrbeilke/\">jrbeilke</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/just0nequestion/\">just0nequestion</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinsainton/\">Justin Sainton</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">jyolsna</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karinclimber/\">Kari Anderson</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kevinb/\">Kevin Behrens</a> · <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/blackawxs/\">klewis</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kanlukasz/\">Kris Kelvin</a> · <a href=\"https://profiles.wordpress.org/krishaweb/\">KrishaWeb</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a> · <a href=\"https://profiles.wordpress.org/kwillmorth/\">kwillmorth</a> · <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a> · <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/laurent22777/\">laurent22777</a> · <a href=\"https://profiles.wordpress.org/lazam786/\">lazam786</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a> · <a href=\"https://profiles.wordpress.org/lonnylot/\">lonnylot</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucasbustamante/\">Lucas Bustamante</a> · <a href=\"https://profiles.wordpress.org/lucilastancato/\">lucilastancato</a> · <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Ara&#250;jo</a> · <a href=\"https://profiles.wordpress.org/mitweka/\">Lukas Niebler</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/msnewas/\">M S Newaz</a> · <a href=\"https://profiles.wordpress.org/maartenj/\">Maarten</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/maksimkuzmin/\">maksimkuzmin</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manishsongirkar36/\">Manish Songirkar</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/marcyoast/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markbiek/\">Mark Biek</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a> · <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mashukushibiki/\">Mashu</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">masteradhoc</a> · <a href=\"https://profiles.wordpress.org/msurdi/\">Mat&#237;as Emanuel Surdi</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattwondra/\">Matt Wondra</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a> · <a href=\"https://profiles.wordpress.org/matthiaspabst/\">Matthias Pabst</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a> · <a href=\"https://profiles.wordpress.org/maythamalsudany/\">maythamalsudany</a> · <a href=\"https://profiles.wordpress.org/mayuge/\">Mayuge</a> · <a href=\"https://profiles.wordpress.org/mcliwanow/\">mcliwanow</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/russel07/\">Md. Russel Hussain</a> · <a href=\"https://profiles.wordpress.org/mdrago/\">mdrago</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a> · <a href=\"https://profiles.wordpress.org/merkys/\">Merkys Maliukevičius</a> · <a href=\"https://profiles.wordpress.org/meysamnorouzi/\">meysam norouzi</a> · <a href=\"https://profiles.wordpress.org/mfgmicha/\">Micha Krapp</a> · <a href=\"https://profiles.wordpress.org/michaelbourne/\">Michael Bourne</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mihaidumitrascu/\">Mihai Dumitrascu</a> · <a href=\"https://profiles.wordpress.org/mihai2u/\">Mike Crantea</a> · <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a> · <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikemanzo/\">mikemanzo</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/mlajo/\">Mladen</a> · <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a> · <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrobit/\">mrobit</a> · <a href=\"https://profiles.wordpress.org/msolution/\">msolution</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mvraghavan/\">mvraghavan</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/tushar284/\">Nahid Hasan</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/neffff/\">neffff</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nikkigagency/\">nikkigagency</a> · <a href=\"https://profiles.wordpress.org/im_niloy/\">Niloy</a> · <a href=\"https://profiles.wordpress.org/ninos-ego/\">Ninos</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/noplanman/\">noplanman</a> · <a href=\"https://profiles.wordpress.org/nouarah/\">nouarah</a> · <a href=\"https://profiles.wordpress.org/numidwasnotavailable/\">NumidWasNotAvailable</a> · <a href=\"https://profiles.wordpress.org/nunomorgadinho/\">nunomorgadinho</a> · <a href=\"https://profiles.wordpress.org/zikubd/\">Nurul Umbhiya</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/oliverstapelfeldt/\">Oliver Stapelfeldt</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/oneearth27/\">oneearth27</a> · <a href=\"https://profiles.wordpress.org/onnimonni/\">Onni Hakala</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/p_enrique/\">p_enrique</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/poliuk/\">Pablo Postigo</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/xparham/\">Parham Ghaffarian</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/patrickgroot/\">Patrick Groot</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/paulohcruz/\">Paulo Cruz</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pavelschoffer/\">pavelschoffer</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/strategio/\">Pierre Sylvestre</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pratiweb/\">Pratiksha</a> · <a href=\"https://profiles.wordpress.org/nikeo/\">presscustomizr</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyomukul/\">Priyo Mukul</a> · <a href=\"https://profiles.wordpress.org/prokium/\">prokium</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/tan007/\">Rahi Prajapati</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/ralucastn/\">ralucastn</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/randhirexpresstech/\">Randhir Jha</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/rcanepa/\">rcanepa</a> · <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renegeuze/\">renegeuze</a> · <a href=\"https://profiles.wordpress.org/laboiteare/\">Reuhno</a> · <a href=\"https://profiles.wordpress.org/rflw/\">rflw</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/rkaiser0324/\">rkaiser0324</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">robertght</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robmiller/\">robmiller</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/rodrigosevero/\">rodrigosevero</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/rollybueno/\">rollybueno</a> · <a href=\"https://profiles.wordpress.org/rherault/\">Romain Herault</a> · <a href=\"https://profiles.wordpress.org/romulodl/\">romulodl</a> · <a href=\"https://profiles.wordpress.org/ross_ritchey/\">ross_ritchey</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a> · <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ryanmurphy/\">Ryan Murphy</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbirmc/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/saggre/\">Sakri Koskimies</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal - a11n</a> · <a href=\"https://profiles.wordpress.org/sandrasanzdev/\">Sandra Sanz</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/isaumya/\">Saumya Majumder</a> · <a href=\"https://profiles.wordpress.org/xconsau/\">Saurabh Sharma</a> · <a href=\"https://profiles.wordpress.org/scofennellgmailcom/\">Scott Fennell</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/monolithon/\">seieric</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seedsca/\">Sergio Scabuzzo</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/sethta/\">Seth Alling</a> · <a href=\"https://profiles.wordpress.org/shanjidah/\">shangidah afroz</a> · <a href=\"https://profiles.wordpress.org/enchiridion/\">Shannon Little</a> · <a href=\"https://profiles.wordpress.org/sharjeelkhanvmi/\">Sharjeel Khan</a> · <a href=\"https://profiles.wordpress.org/shoaibkarimali/\">Shoaib Ali</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/shuvo586/\">shuvo586</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirzooro/\">sirzooro</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/slobodanmanic/\">Slobodan Manic</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/sobatkras/\">sobatkras</a> · <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ste_95/\">Stefano</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/camwynsp/\">Stephen Page</a> · <a href=\"https://profiles.wordpress.org/sterlo/\">Sterling Hamilton</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/steveo2000/\">steveo2000</a> · <a href=\"https://profiles.wordpress.org/studiolxv/\">studiolxv</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/system909/\">system909</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/taskotr/\">Taras Dashkevych</a> · <a href=\"https://profiles.wordpress.org/targz/\">targz</a> · <a href=\"https://profiles.wordpress.org/tlovett1/\">Taylor Lovett</a> · <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a> · <a href=\"https://profiles.wordpress.org/tbember/\">tbember</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a> · <a href=\"https://profiles.wordpress.org/edent/\">Terence Eden</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a> · <a href=\"https://profiles.wordpress.org/thijso/\">Thijs</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/hyperbrand/\">Thorsten Schraut</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmooredev/\">Titus Moore</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdv/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tj692/\">Tom Janssen</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomepajk/\">tomepajk</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/tonylocalword/\">tony.localword</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/tremidkhar/\">Tremi Dkhar</a> · <a href=\"https://profiles.wordpress.org/trevorpfromsandee/\">TrevorPolischuk</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/turtlepod/\">turtlepod</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utsavmadaan823/\">utsavmadaan823</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/evildon/\">varma</a> · <a href=\"https://profiles.wordpress.org/vasartam/\">vasartam</a> · <a href=\"https://profiles.wordpress.org/vdankbaar/\">vdankbaar</a> · <a href=\"https://profiles.wordpress.org/velochicdunord/\">Velochicdunord</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vikasprogrammer/\">vikasprogrammer</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/elten/\">wang</a> · <a href=\"https://profiles.wordpress.org/webbeetle/\">webbeetle</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/whissi/\">Whissi</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a> · <a href=\"https://profiles.wordpress.org/woji29911/\">woji29911</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yannielsen/\">Yan Knudtskov</a> · <a href=\"https://profiles.wordpress.org/collet/\">Yann</a> · <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a> · <a href=\"https://profiles.wordpress.org/byohann6/\">Yohann Billard</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaerl/\">zaerl</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/ziposc/\">ziposc</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a> · <a href=\"https://profiles.wordpress.org/shenyanzhi/\">沈唁</a></p><br></code></pre>\n\n\n\n<p>WordPress 6.1 would not have been possible without the contributions of more than 800 people in over 60 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p>By release day, 71 locales had translated 90-percent or more of WordPress 6.1 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in over 200 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for 6.1</h2>\n\n\n\n<p>Another release,<br>Mark it down as completed.<br>Breathe, relax, and cheers!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>This announcement was updated on Tue Nov 8 at 9:00 p.m. UTC to clarify some features in 6.1.</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:\"13798\";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: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:44:\"People of WordPress: Raghavendra Satish Peri\";s:7:\"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/2022/10/people-of-wordpress-raghavendra-satish-peri/\";s: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, 31 Oct 2022 19:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13705\";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:138:\"The latest People of WordPress story features Raghavendra Satish Peri, a digital entrepreneur in web accessibility and digital marketing. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15167:\"\n<p><strong>This month, in the run up to WordPress Accessibility Day, we feature Raghavendra Satish Peri, a blogger turned digital entrepreneur based in India, who specializes</strong> <strong>in web accessibility and digital marketing</strong>.</p>\n\n\n\n<p><strong>The People of WordPress series shares inspiring stories of how people&#8217;s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=1014%2C627&#038;ssl=1\" alt=\"Raghavendra speaking at a Blogger event, 2015.\" class=\"wp-image-13701\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra speaking at a blogger event, 2015</figcaption></figure>\n\n\n\n<h2>Expressing myself through WordPress</h2>\n\n\n\n<p>Raghavendra Satish Peri says WordPress is more than a way to succeed online. It&#8217;s a community that has always answered his questions and helped him learn, and has enabled his voice to be heard across the world.</p>\n\n\n\n<p>These are motivating benefits for Raghavendra, who has a vision impairment that introduces challenges to many of the things he wants to do. The WordPress community has helped him make some of his dreams come true. After chatting with others at WordPress events, about his wish to go trekking and running, he found he was later contacted by people in the community went with him to do just that.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"534\" height=\"748\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=534%2C748&#038;ssl=1\" alt=\"Raghavendra training for a marathon in 2013.\" class=\"wp-image-13702\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?w=534&amp;ssl=1 534w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=214%2C300&amp;ssl=1 214w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra training for a marathon in 2013</figcaption></figure>\n\n\n\n<p>He also found WordPress events a way to raise the importance of accessibility issues, share tips, and connect local communities so they can collaborate on items both within and outside WordPress.</p>\n\n\n\n<h2>Life growing up with an enabling family</h2>\n\n\n\n<p>A key asset for Raghavendra has been the support of his family as he coped with his progressive blindness. His sister took charge of teaching him important social and life skills, so he could navigate his country&#8217;s rigorous education system.</p>\n\n\n\n<p>Those were the early days of technology everywhere, and nobody much was thinking about using it in education and day-to-day life.</p>\n\n\n\n<p>When Raghavendra got his first computer, in 2004, it was a revelation. His sister taught him to use the internet efficiently, and he taught himself a few basics of programming. Soon he was spending 10 to 12 hours a day exploring the online world and learning about the web.</p>\n\n\n\n<h2>Discovering WordPress and blogging</h2>\n\n\n\n<p>In 2006, he learned basic web design and began to sell website templates. His growing interest in search engines and content led him to WordPress. As the years progressed, his eyesight deteriorated. He had to relearn his skills and acquire new ones to compensate. When he could no longer see the computer screen, he learnt to use screen readers.&nbsp;</p>\n\n\n\n<p>At that point there was a gap: he had the same business skills, but he couldn&#8217;t apply them as effectively until he got comfortable with using screen readers.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"534\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=800%2C534&#038;ssl=1\" alt=\"Raghavendra speaking at an event in Bangalore, India in 2014. Photo Credit: Two Feet To Fly - fLaShBuLbZz Photography\" class=\"wp-image-13790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?w=800&amp;ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=768%2C513&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra speaking at an event in Bengalaru, India in 2014</figcaption></figure>\n\n\n\n<p>To help achieve that, Raghavendra moved to Bengalaru, where he got a full education in screen-reader technology and took a job as a consultant in digital accessibility.</p>\n\n\n\n<p>He recalls learning from that time that, in his words: “Some things are important, but one needs to let them go so that more important things can take the new space.”</p>\n\n\n\n<p>During his stay in Bengaluru, he stumbled on the idea of blogging and audiobooks. On his 23rd birthday, he had two firsts: registering a domain and publishing a blog post. At first he wrote about things happening in his daily life, which initially got low responses. But when he started attending blogging and tech meetups, he received encouragement from fellow bloggers who complimented him on his writing style. </p>\n\n\n\n<p>Using WordPress to publish his story, Raghavendra found a love for writing and this made him want to learn and understand WordPress much better.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<h2>“Writing freed my mind and soul from the pain and sorrow; it takes a person into a Zen state where one can understand their soul once they see their own thoughts on paper.”</h2>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>There were still some ongoing challenges arising from his difficulties with seeing. For example, Raghavendra found coding was made more complicated. But he took it slowly, and he improved steadily.&nbsp;</p>\n\n\n\n<p>He started as many WordPressers do, installing themes and plugins, and making minor changes to the code. Ultimately, he moved all of his sites to WordPress, and as he learned more about WordPress, he could help his friends and family more with their projects.</p>\n\n\n\n<p>After just a few years, Raghavendra had the skills and the confidence to build just about anything in WordPress, progressing from simple to complex websites.</p>\n\n\n\n<p>Today Raghavendra is a successful entrepreneur. He sees his life as full of promise. WordPress still helps him grow every day, professionally and personally.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“There is always hope for tomorrow! Do not look for the light at the end of the tunnel, embrace the darkness, listen to the quietness, and feel the airflow. You will know that light is ahead even before you see it.&#8221;&nbsp;</p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<h2>Contribute to accessibility and WordPress</h2>\n\n\n\n<p>Another thing Raghavendra has in common with many WordPressers is his enthusiasm and involvement in the community. As he has learnt more about the software, he felt he needed to be involved with improving accessibility too. He started to help organize local meetups and conferences and encourages others to give time and skills to contribute too.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"704\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=704%2C500&#038;ssl=1\" alt=\"2016, Raghavendra on stage speaking at WordCamp Mumbai\" class=\"wp-image-13699\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?w=704&amp;ssl=1 704w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=300%2C213&amp;ssl=1 300w\" sizes=\"(max-width: 704px) 100vw, 704px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">2016, Raghavendra speaking at WordCamp Mumbai</figcaption></figure>\n\n\n\n<p>He follows software development closely, especially where WordPress meets accessibility.</p>\n\n\n\n<p>In 2020, on learning about a global WordPress Accessibility event, he applied and became a speaker. His topic was <a href=\"https://youtu.be/bvgLjWCRfrQ\">Gutenberg Accessibility, A Screen Reader User&#8217;s Perspective</a>. His interest continued as a result of this event, and he wanted to be part of growing its audience and impact, initially through joining its dedicated channel on Slack. Eventually, he joined the organizing team for future events.</p>\n\n\n\n<p>Helping run WordPress events brought together all of Raghavendra&#8217;s existing skills. It taught him a lot about what it takes to make an event truly inclusive, from captions and sign language to media players and more.&nbsp;</p>\n\n\n\n<p>As his involvement has grown, Raghavendra has found it has become easier to source and use resources that make events and presentations more accessible. But knows there&#8217;s always more that can be learnt in this area, and encourages others to use understanding from events like the Accessibility Days in their conferences.</p>\n\n\n\n<p>Join the global WordPress Accessibility Day 2022 online on November 2-3, 2022.&nbsp;It&#8217;s <a href=\"https://wpaccessibility.day/\">free to register</a>!</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://wpaccessibility.day/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"568\" height=\"173\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=568%2C173&#038;ssl=1\" alt=\"WordPress Accessibility Day 2022 logo in purple and turquoise\" class=\"wp-image-13783\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?w=568&amp;ssl=1 568w, https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=300%2C91&amp;ssl=1 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<h2><br>Sharing learning on accessibility can be a motivator </h2>\n\n\n\n<p>In 2021, Raghavendra underwent his most challenging event to date, when he had a kidney transplant. To motivate himself, he started a website that focuses on accessibility and inclusive design. This prompted him to start an accessibility community to help fill the gaps in accessibility knowledge. Today, it is one of India’s largest online accessibility communities, educating developers and designers and training people with disabilities to build a career in accessibility testing.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=680%2C790&#038;ssl=1\" alt=\"Portrait photo of Raghavendra post his organ transplant, 2021.\" class=\"wp-image-13698\" width=\"680\" height=\"790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?w=774&amp;ssl=1 774w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=258%2C300&amp;ssl=1 258w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=768%2C893&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra after his organ transplant in 2021</figcaption></figure>\n\n\n\n<p>Raghavendra is also a keen user of the WordPress Gutenberg editor and builds all his websites using it. Though content creation and editing can still pose him difficulties, he finds the front end of the Gutenberg blocks very accessible. He believes in participating in the software to make it a better experience for all.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I decided to live my life to the fullest and make my mark on the world. This thought keeps me motivated.&#8221;</p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>After a successful transplant, he lives a disciplined life with a few restrictions. He continues to enjoy working in-depth in disability, accessibility, and inclusion spaces. Raghavendra hopes others will join with him and the thousands of other people who collaborate to make a difference.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>Thank you to Raghavendra Satish Peri (<a href=\'https://profiles.wordpress.org/tarkham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tarkham</a>) for sharing his experiences for this latest edition.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for interviews and writing this feature, to Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for reviews.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13705\";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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WP Briefing: Episode 42: Something Spooky This Way Comes\";s:7:\"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:78:\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\";s: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, 31 Oct 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13666\";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:136:\"Tis the season for spooky fun. Hear Josepha Haden Chomphosy read a Halloween-themed WordPress Mad Lib on the episode of the WP Briefing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/10/WP-Briefing-042.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13139:\"\n<p>In the forty-second episode of the WordPress Briefing podcast, Josepha Haden Chomphosy reads a WordPress Halloween story completed by contributor-submitted Mad Libs. </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<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Music: Spooky edit by <a href=\"https://goodnightnobody.space/\" data-type=\"URL\" data-id=\"https://goodnightnobody.space/\">Timothy Volpert</a><br>Mad Lib Contributors: <a href=\"https://profiles.wordpress.org/juanlucha/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/juanlucha/\">Juan Lucha</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/robinwpdeveloper/\">robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aetherunbound/\">Madison Swain-Bowden</a>, <a href=\"https://profiles.wordpress.org/kgagne/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a>, <a href=\"https://profiles.wordpress.org/juliarosia/\">Julia Golomb</a>, <a href=\"https://profiles.wordpress.org/kawserz/\">kawserz</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>, <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a>, <a href=\"https://www.linkedin.com/in/cleamahoney/\" data-type=\"URL\" data-id=\"https://www.linkedin.com/in/cleamahoney/\">Clea Mahoney</a></p>\n\n\n\n<h2>Download Mad Libs:</h2>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\" href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\">WP-Briefing-Halloween-Mad-Libs</a><a href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\">Download</a></div>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/6-1/\">Important Note: WordPress 6.1 is released tomorrow!</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\" target=\"_blank\">Multisite registration and activation pages have new HTML and CSS</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-android-21-0/\" target=\"_blank\">Call for Testing: WordPress for Android 21.0</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\" target=\"_blank\">New design for HelpHub in WordPress.org</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\" target=\"_blank\">WordPress.org Redesign Update</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/test/2022/10/15/fse-program-guiding-the-gutenberg-gallery-summary/\" target=\"_blank\">FSE Program Guiding the Gutenberg Gallery Summary</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13666\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Howdy, Halloween nerds! And welcome to the WordPress Briefing, a podcast where I&#8217;m normally very serious, but today is Halloween! And gosh, do I love a chance to celebrate. So today, the most serious thing I have is this WordPress themed Halloween Madlib for you. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:43]&nbsp;</strong></p>\n\n\n\n<p>I was so excited to learn that WordCamp would be on Halloween this year, and now it&#8217;s finally here. After a full day of workshops and mingling, I am exhausted. But I&#8217;ve got just enough time to return to the hotel and prepare for the after party. It&#8217;s a themed costume event organized by the Docs team, and I cannot wait.</p>\n\n\n\n<p>Walking into my room, I give a big yawn and realize just how tired I am. The bed is looking extra comfortable right now. Surely a little nap wouldn&#8217;t hurt, right? As soon as my head hits the pillow, I&#8217;m out like a light, but almost immediately, my eyes snap back open, a flash of lightning lights up the room, and I hear rain pouring down outside.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:23]&nbsp;</strong></p>\n\n\n\n<p>After another flash, the lights in the room start to flicker. That&#8217;s strange, I think to myself, but I have an after party to get to. There must have been a power surge because when I look back at the clock, it&#8217;s reset and flashing 12:00 am. I check my phone, but it&#8217;s dead too. I&#8217;m not quite sure how long I&#8217;ve been sleeping, so I don&#8217;t know if I have enough time to change into my full Ninja Turtles costume.</p>\n\n\n\n<p>I just put the mask on and head down to the lobby to meet my WordPress friends. When the elevator dings open in the lobby, it&#8217;s completely empty. No concierge, no hotel staff, and no WordPress friends. That&#8217;s weird. The lights also seem dimmer. And, are those urgent Trac tickets on the lobby lounge chairs?</p>\n\n\n\n<p>I&#8217;m wondering where everybody is, but I keep walking toward the convention hall. A shadow suddenly moves in the corner of my eye, and I spin around but only see my own face reflecting in a hallway mirror. Hmm, that&#8217;s odd. I notice that the cute Ninja Turtle mask looks a little less cute somehow. The eyes are angry red, and the teeth are now sharp-looking fangs.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:33]&nbsp;</strong></p>\n\n\n\n<p>Before I can take off the mask for a closer look, I see another shadow move in the corner of the mirror. When I turn around this time, I see the faint outline of a person. It looks familiar. Could that be Matt Mullenweg? Darn it. They disappear into the convention hall before I can even call out, ‘howdy!’ And so I break into a jog to follow after them.</p>\n\n\n\n<p>Walking into the hall, I can hear the musical stylings of WordPress Jazzer Duke Ellington playing on a gramophone. I bob my head to the music, super relieved to see the room full of WordPressers dressed up and dancing. I head over to some of the folks from my Make team to chat, but oddly, they won&#8217;t stop dancing. They&#8217;re smiling and dancing and cheering each other on.</p>\n\n\n\n<p>Some of them are even doing the electric slide. It&#8217;s actually kind of impressive, but it&#8217;s still a little strange that no one will stop dancing to talk to me. Actually, now that I think about it, none of the party goers seem to be noticing me at all. Wondering what&#8217;s going on, I start backing up toward the door.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:32]&nbsp;</strong></p>\n\n\n\n<p>I jump a little as it slams behind me with the loud sound of an old door creaking and the heavy click of a lock.</p>\n\n\n\n<p>That&#8217;s when I noticed the shadowy familiar figure again. This time they&#8217;re standing by an open door on the other side of the hall. They seem to be watching me. They lift a white gloved hand and motion for me to follow before disappearing through the door again.</p>\n\n\n\n<p>I run after the mysterious figure weaving between groups of dancing WordCamp goers. Could they be under a spell, I wonder while running past. I exit the convention space and enter a small hallway that seems to twist and turn. It feels a lot longer than I remember. I continue running through it and suddenly find myself back in the Contributor Day conference room.</p>\n\n\n\n<p>The shadow person is nowhere to be found, and as I walk around the contributor tables, I quickly notice that the exit back to the hotel has also disappeared. Okay, so this is getting really weird. My first thought is to get my Make team involved, but since they won&#8217;t stop dancing, I know I need to devise a different plan.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:34]&nbsp;</strong></p>\n\n\n\n<p>That&#8217;s when I noticed the big glass box at the center of the room. I am almost certain it wasn&#8217;t there during Contributor Day. I approach the box cautiously. Inside I see a shiny silver goblet of gently fizzing WordPress blue liquid, possibly blueberry flavored if I had to guess. Attached to the goblet stem is a ribbon with a note in EB Garamond that reads: Merge Me.</p>\n\n\n\n<p>At first, I chuckle at the poor attempt at a GitHub joke until I spot another note scrolled on the glass in black marker. It says,&nbsp;</p>\n\n\n\n<p><em>Bubble, bubble, toil, and trouble;</em><br><em>Find your escape route on the double;&nbsp;</em><br><em>Bring back the community and one thing more;&nbsp;</em><br><em>Merge the elixir with your core.&nbsp;</em></p>\n\n\n\n<p>As I&#8217;m trying to decode the odd poem’s meaning, a flash of lightning lurches across the room, and a clap of thunder follows behind.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]&nbsp;</strong></p>\n\n\n\n<p>I shield my eyes before looking up to find that I am no longer alone. It&#8217;s the shadowy figure again, except in the light of this room, I can finally see that it&#8217;s not anyone familiar. It is a lumpy-looking being, and it&#8217;s wearing a witch costume. The costume-clad figure looks very unsteady on its feet like it might fall over.</p>\n\n\n\n<p>And just as I&#8217;m about to ask if they&#8217;re all right, the person suddenly topples over into a heap of robes and broomsticks. I can see spots of yellow fur and a few pairs of fuzzy ears. Aha! There was a wisdom of Wapuus under that witchy costume.&nbsp;</p>\n\n\n\n<p>They blink cutely at me for a moment and then quickly scurry into a surprisingly organized line. I watch, totally confused, as the line of Wapuus starts moving methodically back toward the convention hall. They take three steps, and then they turn to the side, take another three steps, and then turn to the other side.</p>\n\n\n\n<p>The last Wapuu in the line turns to look at me and motions with its tiny paw to follow. That&#8217;s when the words on the glass box finally click. I have to bring the community back. All the dancing WordPressers need to return to the contributor tables to break the spell. The Wapuus have started a conga line to help lead the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:35]&nbsp;</strong></p>\n\n\n\n<p>So, off I go. Following the tiny conga line through the twisting hallway and into the convention hall. As I&#8217;m dancing behind the Wapuus, I&#8217;m happy to see all my fellow WordCamp attendees falling into step behind me. My steadily growing conga line is weaving its way through the hall, picking up WordPressers, wearing mouse costumes, and Frankensteins and penguin costumes, and that&#8217;s when the Wapuus changed their course, leading us back through the twisting hallway and into the Contributor Day conference room.</p>\n\n\n\n<p>With the first part of the riddle solved, I&#8217;m glad to see that everyone has finally stopped dancing. Some folks are happy to sit down and get off their feet. Others are wondering how they ended up back in the contributor room. My Make team waves at me from across the room. I noticed there&#8217;s still no exit, but the glass box has disappeared. With the goblet free, there&#8217;s just one thing left for me to do.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:27]&nbsp;</strong></p>\n\n\n\n<p>I rush toward it, dodging Wapuus and a pile of kicked-off shoes. Except that the closer I think I&#8217;m getting to the goblet, the further away it feels. I run faster, weaving through people and tables, and just when I feel close enough to reach out for the goblet, I trip over a live-streaming cable, and I wake up in my hotel room.</p>\n\n\n\n<p>Sitting up quickly, I realize it was all just a very strange dream. Outside, the sun is setting in a clear sky with no storm in sight. I try to shake it off. I change into my Ninja Turtles costume, ready to do my best Monster Mash at the after party with all of my WordPress friends. As I walk out of the hotel room, I pause for a quick costume check in the mirror.</p>\n\n\n\n<p>Before heading downstairs, I take a quick glance at the digital clock on the nightstand to see the time. Huh, that&#8217;s odd. Next to the digital clock sits a fuzzy plush Wapuu wearing a witch costume. That wasn&#8217;t there before, was it? And if I didn&#8217;t know any better, I almost think I see it wink.&nbsp;</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:\"13666\";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: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:53:\"WordPress 6.1 Release Candidate 3 (RC3) Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Oct 2022 20:29: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13670\";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:427:\"WordPress 6.1 Release Candidate 3 is now available for testing! You can \ndownload and help test RC3 in three ways. 6.1 is planned for general release on November 01, 2022.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Release Candidate 3 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:6657:\"\n<p>Release Candidate 3 (RC3) is now available for testing! The general release is just one week away with WordPress 6.1 scheduled for release on Tuesday, November 1, 2022. </p>\n\n\n\n<p>This RC3 release is the final opportunity for you to test and help to ensure the resilience of the 6.1 release by performing a final round of reviews and checks. Since the WordPress ecosystem is vast and composed of thousands of plugins and themes the entire project benefits from the time you take to assist.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.1 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC3</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>What’s in WordPress 6.1 RC3?</strong></h2>\n\n\n\n<p>Since Release Candidate 2, approximately 60 items have been addressed. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=10%2F18%2F2022..10%2F25%2F2022&amp;resolution=fixed&amp;milestone=6.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac tickets</a> </li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<p>To learn more about the highlights for both end-users and developers, you’re invited to read more about them in the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">RC1 announcement post</a> and review the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>.</p>\n\n\n\n<h2><strong>Plugin and theme developers</strong></h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2><strong>Translate WordPress</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<p><strong>Keep WordPress bug-free – help with testing</strong></p>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, A Penultimate Haiku</h2>\n\n\n\n<p><em>The time ticks forward<br>Release nears ever closer<br>Download and review</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Props to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://wordpress.org/support/users/spacedmonkey/\">Jonny Harris</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\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:\"13670\";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: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:53:\"WordPress 6.1 Release Candidate 2 (RC2) Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Oct 2022 19:31:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13646\";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:332:\"WordPress 6.1 Release Candidate 2 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Release Candidate 2 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:7012:\"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>The second release candidate (RC2) for WordPress 6.1 is now available!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release and it is a key milestone in the 6.1 release cycle! Before the official release date, the community sets aside time to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone checks to see if anything has been missed along the way. That means the project would <em>greatly benefit from</em> your assistance.</p>\n\n\n\n<p>WordPress 6.1 is planned for official release on November 1st, 2022, two weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.1 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC2</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>What’s in WordPress 6.1 RC2?</strong></h2>\n\n\n\n<p>Since Release Candidate 1, approximately 65 items have been addressed, bringing the total count to more than 2,000 updates since WordPress 6.0 in May of 2022.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=10%2F11%2F2022..10%2F18%2F2022&amp;resolution=fixed&amp;milestone=6.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac tickets</a>&nbsp;</li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<p>To learn more about the highlights for both end-users and developers, you’re invited to read more about them in the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">RC1 announcement post</a> and review the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>.</p>\n\n\n\n<h2><strong>Plugin and theme developers</strong></h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2><strong>Translate WordPress</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<p><strong>Keep WordPress bug-free – help with testing</strong></p>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2><strong>Haiku Fun for RC2</strong></h2>\n\n\n\n<p><em>Two weeks from the launch </em><br><em>Constant improvements we make </em><br><em>Great outcomes await </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Update Oct 25 12:45 UTC: This post has been updated to remove the reference to Gutenberg versions 14.3 and 14.2 being included in the 6.1 release. They will be included in a future release.</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:\"13646\";s: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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 24 Nov 2022 19:12:25 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 23 Nov 2022 11:48:33 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:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20221117113840\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(151, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1669360346', 'no'),
(152, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1669317146', 'no'),
(153, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1669360359', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(154, '_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:31:\"WPTavern: Dig Into the Open Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wptavern.com/dig-into-the-open-web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4066:\"<p>As the American Thanksgiving holiday is coming up, I am so grateful for all of our Tavern readers and the people who make WordPress &#8211; <a href=\"https://jeanbaptisteaudras.com/en/2022/11/contribution-stats-for-wordpress-6-1-misha/\">800 in the most recent 6.1 release</a> with 35 percent of them being new contributors. This community has made remarkable progress this year, while navigating changes and uncertain times. Committed contributors continue to show up and make WordPress the best platform for publishing on the web.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This time last year, WordPress didn\'t have:<br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> The Site Editor<br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Many block themes<br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Theme style variations<br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Advanced typography controls<br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Gap, padding &amp; margin controls<br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Block locking<br /><br />2022 has been WORK. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4aa.png\" alt=\"💪\" class=\"wp-smiley\" /><br /><br />Good stuff team!</p>&mdash; Rich Tabor (@richard_tabor) <a href=\"https://twitter.com/richard_tabor/status/1595385429724905473?ref_src=twsrc%5Etfw\">November 23, 2022</a></blockquote>\n</div>\n\n\n\n<p>The recent social media upheaval with Twitter has been an unexpected gift that has created an opportunity for a mass return to decentralization and open web protocols, like ActivityPub and RSS. The sting of the prospect of losing Twitter followers and the network that users worked to build, has underscored the importance of agency in social networking, the ability to take your data and connections with you to other networks on your own terms. </p>\n\n\n\n<p>Although it is somewhat heartbreaking to see Twitter struggling to survive, one silver lining is that this situation is inspiring a drive towards a greater level of interoperability between apps, like <a href=\"https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/\">Tumblr engineers working to add ActivityPub support</a> so users can connect across Mastodon and other networks that use the same protocol.</p>\n\n\n\n<p>People are steadily moving away from the all-powerful algorithms that steer consumers and subtly manipulate the public consciousness, and migrating away in search of healthier, more ethical social networking alternatives. The refreshing lack of ads and algorithms are winning people over in decentralized social networks, which are getting a second look from mainstream publications in light of Twitter&#8217;s loss of critical engineering teams.</p>\n\n\n\n<p>I&#8217;m thankful for this renewed focus on networks that value the open web, where people are now exploring alternatives to walled gardens with their friends, instead of having to start over alone. Never underestimate the power of friction and crisis to refine how we communicate and motivate us to find a better way to stay connected. This is a moment that may have enough traction to change the course of social interaction on the web.</p>\n\n\n\n<p>With things changing all around, it&#8217;s heartening to know that  WordPress is still here and going strong, for those of us who have chosen it as the home for our content. We&#8217;re fortunate to have so many plugins available that connect our ecosystem to the broader web, allowing us to syndicate content to almost anywhere.  Let&#8217;s not miss this opportunity to dig into the open web and see where it takes us. </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, 23 Nov 2022 21:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"Post Status: State of the Word 2022 • Dev Blog Beta • WP 3.7 – 4.0 Final 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:32:\"https://poststatus.com/?p=145071\";s:7:\"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:86:\"https://poststatus.com/state-of-the-word-2022-dev-blog-beta-wp-3-7-4-0-final-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17376:\"<h2 id=\"h-this-week-at-wordpress-org-november-21-2022\">This Week at WordPress.org (November 21, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">As 2022 comes to an end, State of the Word will happen in NYC again. Apply to attend or tune in to the livestream. Check out the beta version of the WordPress Developer Blog. Still have sites on WordPress 3.7 &#8211; 4.0? It\'s really time to upgrade as this will receive no further updates after December 1. It\'s team rep nomination time too. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">State of the Word, New Dev Blog, and EOL WP 3.7 &#8211; 4.0</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a1.png\" alt=\"💡\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/21/wordpress-developer-blog-is-in-public-beta/\">WordPress Developer Blog is in public beta</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1faa6.png\" alt=\"🪦\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/23/final-releases-of-wordpress-3-7-4-0/\">Final releases of WordPress 3.7 – 4.0</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fc.png\" alt=\"🙋🏼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/updates/2022/11/15/team-rep-nominations-2022/\">Team Rep Nominations, 2022</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/the-month-in-wordpress-october-2022/\">The Month in WordPress – October 2022</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-3 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2022/11/17/accessibility-team-meeting-agenda-november-18-2022/\">Accessibility Team Meeting Agenda: November 18, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/11/22/meetup-organizer-newsletter-november-2022/\">Meetup Organizer Newsletter: November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/17/announcement-new-european-camera-kits/\">Announcement: New European Camera Kits</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/a-week-in-core-november-21-2022/\">A Week in Core – November 21, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/editor-chat-summary-november-23-2022/\">Editor chat summary: 23 November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/devchat-agenda-november-23-2022/\">Devchat agenda, November 23, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/21/editor-chat-agenda-nov-23-2022/\">Editor Chat Agenda: November 23, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/17/editor-chat-summary-november-16-2022/\">Editor chat summary: 16 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2022/11/21/design-share-nov-7-nov-18/\">Design Share: Nov 7 – Nov 18</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">A refresh of WordPress.org/Showcase</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2022/11/22/devhub-getting-a-new-look/\">DevHub getting a new look</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/21/documentation-team-update-november-21-2022/\">Documentation Team Update – November 21, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/11/23/server-environment-for-wordpress-6-1/\">Server Environment for WordPress 6.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2022/11/09/nominations-for-hosting-team-reps-2023/\">Nominations for Hosting Team Reps 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/23/notes-global-marketing-team-meeting-november-16-2022/\">Notes: Global Marketing Team meeting, November 16, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/23/agenda-global-marketing-team-meeting-november-23-2022/\">Agenda: global Marketing Team meeting, November 23, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/16/2023-team-rep-nominations-for-marketing/\">2023 Team Rep Nominations for Marketing</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">WordPress.org Redesign Update</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/15/call-for-testing-wordpress-for-android-21-2/\">Call for Testing: WordPress for Android 21.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/14/call-for-testing-wordpress-for-ios-21-2/\">Call for Testing: WordPress for iOS 21.2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"http://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/23/community-meeting-recap-22-november-2022/\">Community Meeting Recap (22 November 2022)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/18/preparing-the-next-migration-of-the-catalog/\">Preparing the next migration of the Catalog</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/218\">Add &#8220;Core Performance Team&#8221; to Contributor Teams list for Profiles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/22/performance-chat-summary-22-november-2022/\">Performance Chat Summary: 22 November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/22/performance-chat-agenda-22-november-2022/\">Performance Chat Agenda: 22 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-photos\"><a href=\"https://make.wordpress.org/photos\">Photos</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/2022/11/17/the-road-to-5000-photos-a-retrospective/\">The Road To 5000 Photos, A Retrospective</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/22/agenda-weekly-polyglots-chat-nov-23-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Nov. 23, 2022 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/22/polyglots-monthly-newsletter-november-2022/\">Polyglots Monthly Newsletter: November 2022&nbsp;</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/\">Call for Polyglots Team Representatives</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/11/22/plugin-review-team-update-21-november-2022/\">Plugin Review Team Update: 21 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Now we have a sustainability channel in Making WordPress Slack, what should we do?</a></li>\n</ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/11/november-17th-support-team-meeting-summary-2/\">November 17th Support Team Meeting Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2022/11/call-for-support-team-representatives/\">Call for Support Team Representative(s)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2022/11/13/fse-program-exploration-site-editor-sneak-peek/\">FSE Program Exploration: Site Editor Sneak Peek</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/22/test-team-update-21-november-2022/\">Test Team Update: 21 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2022/11/21/themes-team-meeting-agenda-for-november-22-2022/\">Themes team meeting agenda for November 22, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2022/11/16/nominations-call-for-the-themes-team-representatives-2023-edition/\">Nominations Call for the themes team representatives: 2023 Edition</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/22/themes-team-update-november-22-2022/\">Themes team update November 22, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/21/meeting-agenda-for-november-22-2022/\">Meeting Agenda for November 22, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/17/nomination-for-training-team-reps-2023/\">Nomination for Training Team Reps 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/choosing-accessible-contrasting-dark-theme-colors-for-online-workshops-and-tutorial-videos/\">Choosing accessible/contrasting dark theme colors for online workshops and tutorial videos</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/15/november-2022-faculty-meeting/\">November 2022 Faculty Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/project-thread-content-localization-foundations/\">Project Thread: Content Localization Foundations</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/streamline-your-block-theme-development-with-create-block-theme/\">Streamline your Block Theme development with Create Block&nbsp;Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/padding-versus-margin/\">Padding Versus Margin</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=i-just-got-this-wordpress-and-dont-know-how-to-use-it\">I Just Got This WordPress and Don’t Know How to Use It</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-blocks-without-react-part-2-2\">Let’s code: Developing Blocks without React! – Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-developers-guide-to-block-themes-part-2\">WordPress development live stream: Developers Guide to Block Themes – Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=image-seo-best-practices-to-make-your-content-discoverable\">Image SEO Best Practices to Make Your Content Discoverable</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-future-of-css-in-themes\">Hallway Hangout: Future of CSS in themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=designing-in-the-site-editor-a-wordpress-block-theme-exploration-2\">Designing in the Site Editor: A WordPress Block Theme Exploration</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=designing-in-the-site-editor-a-wordpress-block-theme-exploration\">Designing in the Site Editor: A WordPress Block Theme Exploration</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E5%86%85%E5%AE%B9%E3%82%92%E8%A6%8B%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86%EF%BC%81-2\">WordPress 6.1 のアップデート内容を見てみよう！</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E5%86%85%E5%AE%B9%E3%82%92%E8%A6%8B%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86%EF%BC%81\">WordPress 6.1 のアップデート内容を見てみよう！</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos are now auto-published to YouTube</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://getcomposer.org/changelog/2.4.4\">Composer 2.4.4</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2022.php#2022-11-10-1\">PHP 8.2.0 RC 6 available for testing</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v19.1.0/\">Node v19.1.0 (Current)</a></li>\n\n\n\n<li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 23 Nov 2022 18:51:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: #52 – Hannah Smith on Why We Need To Be Making Websites More Sustainable\";s:7:\"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=139776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/52-hannah-smith-on-why-we-need-to-be-making-websites-more-sustainable\";s: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:46564:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case making websites more sustainable.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, well, I&#8217;m very keen to hear from you and hopefully get you, or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Hannah Smith. Hannah is the operations and training manager for the Green Web Foundation, and founder of The Let&#8217;s Green The Web campaign. She&#8217;s also co-founder of Green Tech Southwest.</p>\n\n\n\n<p>Her background is in computer science. She previously worked as a freelance WordPress developer and also for the Environment Agency, where she managed business change projects.</p>\n\n\n\n<p>It&#8217;s pretty easy to forget that the device that you&#8217;re reading or listening to this podcast on is consuming power. We plug things in or charge them up, and they just work. They are sleek and sterile. No pollution comes out of the device directly. In fact, I&#8217;d go as far as to say that many of us never make the connection between our use of technology and the impact that this has on the environment.</p>\n\n\n\n<p>Enter Hannah Smith. She&#8217;s been thinking about this for years and is on the podcast today to highlight the issue and hopefully get your ideas about what users of WordPress can do to make sure that the websites we create are having the smallest impact possible.</p>\n\n\n\n<p>Her approach is not that we need to cease and desist using our technology. Rather it&#8217;s about coming up with new and innovative ways that we can reduce the impact that we have.</p>\n\n\n\n<p>As creators of websites, there are a whole raft of options available to us. Reducing the size of our images. Inspecting the HTML to remove bloat. Choosing hosting options that source renewable energy.</p>\n\n\n\n<p>With this in mind, Hannah and others have been working on a sustainability related blog post, which has been published on the Make WordPress site this week. This post is intended to trigger meaningful and open discussion in the global WordPress community about the topic of sustainability.</p>\n\n\n\n<p>She really wants to encourage others to weigh into this public conversation with their own thoughts, so that we can build on what is already happening to make WordPress more sustainable.</p>\n\n\n\n<p>It&#8217;s a fascinating and thought provoking topic, and if you&#8217;re interested in finding out more, you can get all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you&#8217;ll find all of the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Hannah Smith.</p>\n\n\n\n<p>I am joined on the podcast today by Hannah Smith. Hello Hannah.</p>\n\n\n\n<p>[00:04:02] <strong>Hannah Smith:</strong> Hello Nathan. Thank you so much for having me today.</p>\n\n\n\n<p>[00:04:05] <strong>Nathan Wrigley:</strong> You are so welcome. Hannah is here today to talk about the environmental impact of having WordPress websites, and I genuinely think this is going to be a real eye opener for many of us.</p>\n\n\n\n<p>Before we do that though Hannah, we always orientate our listeners by allowing the guests to just give us a bit of background on who they are and what their relationship is with WordPress. So if you don&#8217;t mind, I&#8217;m going to ask you that very generic question is just tell us a little bit about yourself and how come you are into WordPress.</p>\n\n\n\n<p>[00:04:35] <strong>Hannah Smith:</strong> Thank you. I&#8217;m a massive fan of WordPress. I&#8217;ve so much love and admiration for the community. So my background is as a computer scientist, so that&#8217;s what I studied in my degree. Had, like many people, are very sort of winding interesting journey in and around different things.</p>\n\n\n\n<p>And about eight years ago, I set myself up as a freelance WordPress developer. So having done sort of other careers within tech, I won&#8217;t give you the long winding path that I got there, but serendipity basically somehow landed me, as a freelance WordPress developer. Finding myself wanting to give it a go.</p>\n\n\n\n<p>I was living in Bristol at the time, and wanted to learn more about WordPress and found that we had a meetup community in Bristol, and decided to pop along. Was made to feel very welcome, and learn loads from the awesome people there. So, a shout out to Simon, Janice, and Rob, who were the people that grounded me into that community.</p>\n\n\n\n<p>And then it wasn&#8217;t long before I somehow found myself invited to help run that community and help drive that community, which I was very happy to do for a good few years. And then in 2019 we did WordCamp Bristol. We had about 200 odd people come to that, which was brilliant. And I&#8217;ve been quite involved in WordCamps and speaking at conferences. Try and contribute where I can.</p>\n\n\n\n<p>These days I&#8217;ve actually hung up my shoes, only recently as a WordPress developer, and I&#8217;ve transitioned to working full-time for the Green Web Foundation. But part of my role at the Green Web Foundation, so I do a lot of training and outreach and operations, because we&#8217;re small, so everyone wears lots of hats.</p>\n\n\n\n<p>But I do also manage our WordPress website as well and our WordPress estate too. So, whilst it might not be my full job title to have WordPress every single day, it is still very much a part of what I do.</p>\n\n\n\n<p>[00:06:35] <strong>Nathan Wrigley:</strong> Thank you. What a, rich and interesting history you&#8217;ve had. We&#8217;ve met in person on a number of occasions, but it&#8217;s been a little while since we met up in person. But you came across my radar on the 1st of November because of a piece that you had written over on make.wordpress.org.</p>\n\n\n\n<p>I will link to it in the show notes and, it may well be a good idea, if you&#8217;re listening to this podcast and you are anywhere near a device, it might be a good idea to pause the podcast actually. Go and read the piece it&#8217;s called, now we have a sustainability channel in making WordPress Slack, what should we do?</p>\n\n\n\n<p>And the reason I&#8217;m asking you to potentially go and read that is because really it&#8217;s going to form the basis of everything that we are going to be talking about around the environment and so on. So tell us what was the concern? What was the primary motive for writing that piece?</p>\n\n\n\n<p>[00:07:25] <strong>Hannah Smith:</strong> So, the piece was written very much in collaboration with four others, so I want to say from the outset that whilst it was my face next to the post when you read it, I was the nominated person to publish it. It was very much a collaborative effort with four others.</p>\n\n\n\n<p>So with Nora, Nahuai, Pace, and Csaba, who are placed in different places across Europe. And, Nahuai and Nora, I knew from some workshops I&#8217;d run back in the spring, exploring the topic of digital sustainability. But we were chatting and we all felt that where was the action in WordPress on sustainability?</p>\n\n\n\n<p>We were kind of looking around and, I&#8217;m very involved in the wider community around digital sustainability. But I was looking around and I was like, I just don&#8217;t feel this in WordPress. It&#8217;s just not surfaced enough. It&#8217;s very niche and, we are really getting to a point where sustainability can&#8217;t be a niche concern.</p>\n\n\n\n<p>It has to be a concern for everybody, everywhere because what&#8217;s happening around us in terms of the changing climate, in terms of our lack of sustainable approaches, does affect every single person, whether they want to admit that or not. We are all impacted by it. Rich, poor, young, old, we&#8217;re all going to face these consequences.</p>\n\n\n\n<p>So we were chatting and Nora and Nahuai I were at WordCamp Europe this year, and Nora actually asked a question in, you know the Q and A that Josepha and Matt have? So Nora asked a question about sustainability and  stood up. I mean more power to her. She stood up in front of the whole crowd and said, hey, sustainability. We really care about this, but there&#8217;s nothing much happening, and Matt and Josepha said, well, okay, look. The very first thing we can do is set up a channel in Slack. So maybe that will help, WordPress Slack. You know to give people a collaboration space and a meeting space.</p>\n\n\n\n<p>And they also said, well, and if you&#8217;ve got any ideas or specific proposals that you want to make, we are going to listen. The door is open, essentially. So Nora set this ball in motion really with her question. And then Josepha and Matt responded really well. And so since then, since the summer, a few of us have been sort of working, just informally, thinking, okay, well how do we capitalize upon this?</p>\n\n\n\n<p>WordPress leadership is saying we&#8217;re listening, or, we are happy to collaborate with you. But now what we need to do is to get the community together and to get the community, A, to know who each other are, and B, to acknowledge this is a topic and to talk about it, and discuss it, and bring knowledge and ideas into a space together. So this is why we ended up writing the post. And the post is very much saying, hey, WordPress community, look, we&#8217;ve got this channel, but you know, a channel isn&#8217;t going to solve our problems.</p>\n\n\n\n<p>It&#8217;s, it&#8217;s you. You and your ideas that are going to solve these problems or that are going to make progress. So, could we please get into a discussion about what people&#8217;s ideas are? So we&#8217;ve invited people to share their ideas and particularly any vision that they have. Or ideas that they have around what sustainability and WordPress might look like in the future.</p>\n\n\n\n<p>Because if we can&#8217;t imagine it, we&#8217;re not going to get there. And I think a lot of the narrative around climate change is very doom and gloom. It&#8217;s very pessimistic. It feels almost like we&#8217;re accepting that we&#8217;ve been defeated. opposite. It&#8217;s so the opposite. We have every opportunity and potential here to turn things around and change things. It is not yet too late. So we wanted to really bring everyone together and imagine these ideas together and then see where that leads us.</p>\n\n\n\n<p>[00:11:18] <strong>Nathan Wrigley:</strong> Thank you. That&#8217;s really helpful. You used the word sustainable a dozen times or more in, in that, last little section, and it occurs to me that there&#8217;s probably quite a few people listening who have some sort of conception of what we mean by sustainability, but I&#8217;m pretty sure that everybody&#8217;s conception of it will be slightly different to everybody else&#8217;s.</p>\n\n\n\n<p>What exactly are you meaning when you say sustainability in WordPress or sustainability surrounding WordPress? What are the areas that you are touching on? What are the points of concern that we need to have drawn to our attention?</p>\n\n\n\n<p>[00:11:54] <strong>Hannah Smith:</strong> Yeah, that&#8217;s a great question. You are absolutely right that most people will have slightly differing ideas of sustainability. Some people may even have a very narrow view of sustainability, which might be something called decarbonization. Which really relates around carbon emissions. But, Perhaps let me give a really sort of wide view of what sustainability is outside of the realms of tech or WordPress, and then we can kind of narrow in a bit and talk about how that relates then to tech or digital specifically, or WordPress specifically.</p>\n\n\n\n<p>So if we talk about sustainability or the word sustain, it means that we&#8217;re able to keep doing things into the long term. There&#8217;s this quote that&#8217;s often used. It&#8217;s about meeting the needs of the present without compromising the needs, or the ability of the future generations to meet their needs. So at it&#8217;s most basic level, sustainability can mean that. To get a bit more specific about it, I draw on something called the donor economics framework.</p>\n\n\n\n<p>If anybody here is interested in a really holistic way of thinking about sustainability, that&#8217;s a bit more in depth, I really recommend this as a resource to have a look at. Very accessible. Don&#8217;t let the fact that it&#8217;s about economics or economics turn you away, make you think it&#8217;s not for you. It is for everybody. And the way that donor economics talks about sustainability, I really love this is, it talks about sustainability as having humanity at the center of the story.</p>\n\n\n\n<p>So sustainability is much more than us thinking about the environmental ecosystems. It&#8217;s about thinking about how humanity sits within the environment. So if you can imagine a simple donut shape with a hole in the middle. Essentially what you get there is two circles, one smaller one inside, a bigger one. That smaller circle, we might often think of something that they term as the social foundation. And the social foundation is a set of 12 things that, when you consider them all in relation to one another, define the things that makes us human, and defines the things that just allow us to survive as humans, but allows us to really thrive as humans.</p>\n\n\n\n<p>So it&#8217;s more than just thinking about food, water, shelter, clothing. It&#8217;s also thinking about those emotional needs that we have as well around peace and justice. Around meaningful connections with other people around access to education and opportunities. So I love to think about our social foundation as the center of the story of sustainability. Because humans are a part of this planet. And it is a very dangerous mindset, or a very dangerous kind of thing to get into, to think that the only way that we become more sustainable is by not being here. And that&#8217;s really not a good story to tell, and it&#8217;s not the right story to tell. We are part of the planet, and we can live within the boundaries of what the planet can provide for us.</p>\n\n\n\n<p>And that moves me onto the second circle, this outer circle. And donor economics talks about that as our ecological boundaries or our ecological ceiling. And that&#8217;s basically accepting that the planet has a finite amount of resources. There&#8217;s only so much wind that blows. There&#8217;s only so many raw materials in the ground. There&#8217;s only so much accessible water, drinkable water. There&#8217;s only so much land.</p>\n\n\n\n<p>It helps us understand that we have these boundaries in place. We have these limitations. So when we talk about sustainability, or when I&#8217;m talking personally talking about sustainability, I&#8217;m thinking about those concepts. I&#8217;m thinking about humanity being at the center of the planet. Being at the center of our concerns, but I&#8217;m also thinking that humanity has to live within these constraints that the world places upon us.</p>\n\n\n\n<p>And in donor economics, if you have that donut shaped circle, if I&#8217;m hoping everyone listening can picture it or maybe you&#8217;ve looked it up online. If you&#8217;ve got this kind of circle, what you have is, the way the donor economics talks about it is we talk about sustainability as being this sweet spot in the middle where we are meeting everybody&#8217;s needs to thrive. But we are doing that within the boundaries of the planet. And that it is absolutely possible that we can have nice things and that we can be happy, healthy, joyful humans, but that we can live within the means of our planet.</p>\n\n\n\n<p>So for me, sustainability is that broad concept. And I&#8217;m just going to stop there, Nathan, because I know we haven&#8217;t actually talked about this before and I&#8217;m curious to know, how that resonates with you, as a definition of sustainability or as a way of thinking about it.</p>\n\n\n\n<p>[00:17:05] <strong>Nathan Wrigley:</strong> Yeah, I fully understand where you are coming from. I guess the piece that I&#8217;m confronted with is that, I always think of, how to describe this. I very often think of conservation and I think about it in terms of we&#8217;ve got to do less things. We&#8217;ve got to drive the car less. We&#8217;ve got to consume less electricity, we&#8217;ve got to get on planes less. We&#8217;ve got to produce less.</p>\n\n\n\n<p>And so the environmental debate always, for me at least anyway, comes back to reducing what we&#8217;re doing and kind of admitting to ourselves that the aspirations that we seem to have as a species, to rampantly consume everything and believe that we are fully in charge of everything on the planet.</p>\n\n\n\n<p>It feels as if we need to put the breaks on and actually, rather than that, we need to go in reverse. We need to, like I said, produce less things, consume less things. It sounds as if you&#8217;ve got a slightly different philosophy there, which is we&#8217;ve just got to figure out how we can carry on the way we are. But with cleverer solutions so that the things that we create, the plane journeys that we go on, the cars that we drive. All of that&#8217;s still possible, but we need to figure out how the impact of that would be lessened.</p>\n\n\n\n<p>[00:18:28] <strong>Hannah Smith:</strong> Almost, yeah. That&#8217;s almost what I&#8217;m saying, but not quite. If we think about what we&#8217;re driving our cars for. What we are flying for. What are we doing these things for? It might be that the mechanism by which we create connection with one another or that we get from A to B, or that we see our family and friends, or that we have meaningful relationships with people.</p>\n\n\n\n<p>It might be that those things are done differently. And yeah, so it might mean that we reduce car use. We reduce airplane flights. But that doesn&#8217;t mean we don&#8217;t replace it with other things. Technology is amazing. I mean, look at, look at the internet. It&#8217;s absolutely incredible what digital technology enables us to do.</p>\n\n\n\n<p>So I think the story of sustainability, it&#8217;s very, very important to not get drawn into this narrative that we&#8217;ve all got to live like cave people, which is so often what people think being sustainable means. It means giving up all the things that bring us joy and bring us meaning in life.</p>\n\n\n\n<p>And actually, I don&#8217;t buy that at all. I think that that is the wrong way to look at sustainability. I actually think what living in a truly sustainable way means is reducing the things that don&#8217;t give us those joyful things. Don&#8217;t provide meaningful connection in our life, and replacing them with the things that do. And do you know what? What&#8217;s amazing is that the things that genuinely, meaningfully do improve our lives, are generally sustainable, at the same time. Like riding a bike, walking, exercising, spending less time on social media, perhaps doing more time crafting or reading a book. Those things do all actually add to our lives, add to our happiness, add to our, you know, meaning and purpose.</p>\n\n\n\n<p>So I think it&#8217;s a really important starting point just to say to the WordPress community, hey, look, being sustainable doesn&#8217;t mean we&#8217;re going to lose all these things that we love. In fact, we are going to lose the things that don&#8217;t service and replace them with better, better, more meaningful things.</p>\n\n\n\n<p>[00:20:39] <strong>Nathan Wrigley:</strong> Yeah. One of the things that I find tricky is I don&#8217;t really equate my use of the internet with the environmental consequences that there are from my use of the internet. Before we hit record, I was talking to you, I described how the technology that I&#8217;m using, so I&#8217;ve got a computer in front of me, I have a mobile phone. Unless I actually apply thought, my default in a way, is that they are completely benign and harmless. Typically, if I&#8217;m using my mobile phone say, there&#8217;s not really any part of me which is consciously thinking, okay, for every minute that I spend on this phone, there&#8217;s a consequence to this. There&#8217;s an environmental impact. I&#8217;m consuming electricity. That phone needed to be charged, and the same would go for any device, any piece of technology, any website that I visit.</p>\n\n\n\n<p>Just not bridging that gap. Whereas other things, so for example, the driving of the car. I&#8217;m acutely aware of the consequences of that because there&#8217;s things actually coming out of the rear of that car through the exhaust system that I can detect. I can feel the harm from that.</p>\n\n\n\n<p>You know? There&#8217;s no way that if you told me to go and stand behind a car for 10 minutes and breathe in deeply. There&#8217;s no way that that&#8217;s going to be something that I wish to do. I can draw a, a line between the stuff that&#8217;s coming out the exhaust, and my health and lungs, I can completely understand that. Whereas the phone, like I said, is completely benign. I could do that for hours, and so, I do think it&#8217;s an interesting thing.</p>\n\n\n\n<p>I wonder if you sense that generally speaking. When you have these discussions and you are trying to encourage people to equate internet use, technology use, whatever it may be, with the consequences of that, I&#8217;m wondering if people are generally, they&#8217;re open to it, they understand it, they draw that line themselves immediately.</p>\n\n\n\n<p>Or is there a bit of, what, hang on a minute. I&#8217;ve, I&#8217;m going to have to apply some thought to this. What do you mean? How can my, how can my computer possibly be doing any harm?</p>\n\n\n\n<p>[00:22:53] <strong>Hannah Smith:</strong> oh yeah, it&#8217;s such a good point. I mean, I can speak from my own experience as someone that has always been really interested in the environment, and really conscious of sustainability, environmentalism. And it wasn&#8217;t until I went to WordCamp Europe, when it was in Berlin actually, and Jack Lenox was giving a talk and Jack Lenox&#8217;s talk was, are website&#8217;s killing the planet? Something along those lines.</p>\n\n\n\n<p>I had this like total mad aha moment where I was like, oh my God, right? Digital tech runs on electricity. Has to be built. All that stuff&#8217;s got to come from somewhere. So of course it has an impact. But it wasn&#8217;t until I heard Jack&#8217;s talk, and also around the same sort of time, I heard Whole Grain Digital talking as well, I put two and two together.</p>\n\n\n\n<p>So it&#8217;s funny, but once, as soon as someone told me, oh yeah, you are using electricity to run this stuff. And of course electricity is mostly coming from the burning of fossil fuels, and all this stuff has to be manufactured. So all the lithium and cobalt, gold and silver and all the stuff that&#8217;s in your phone all has to come from somewhere. And that&#8217;s really energy intensive and damaging to create, or extract.</p>\n\n\n\n<p>As soon as I was given that little push in the right direction, suddenly this whole cascade of implications unfolded in front of me, and I was like, oh, well, yeah obviously, now I see it. But I, like many people, I think just need to be given that little nudge. Really helps to hear someone say that explicitly. Hey, did you know that between, see if I can get the numbers right. 1.9 and 3.3% of the world&#8217;s global greenhouse gas emissions arise from our use of digital tech.</p>\n\n\n\n<p>Did you know that that&#8217;s more than shipping and more than aviation? Did you know that that actually means that the internet becomes the world&#8217;s seventh biggest polluter is a country? When you start to hear those things, yeah, it dawns on you. And that&#8217;s certainly how I came into this space, or certainly how I kind of realized this for the first time.</p>\n\n\n\n<p>Maybe many people listening to what I&#8217;ve just said, the light bulbs have just flicked on as well and gone, oh right, yeah, of course, good point. It&#8217;s unseen, isn&#8217;t it, this pollution? To your point earlier, it&#8217;s all been abstracted away from us, so that we have clean, convenient lives. As you rightly say, you know, our phones are really sleek. Our laptops are really sleek. And that&#8217;s part of the service I suppose, that we&#8217;re being provided. We&#8217;re being given this convenience. We&#8217;re being given beautiful, well designed things. But that impact, unfortunately, is still very real at the moment. Maybe in time to come, we&#8217;ll get to a place where it&#8217;s not.</p>\n\n\n\n<p>We&#8217;ll have some new technologies that perhaps use the regenerative techniques, where we&#8217;re not extracting materials from the ground. Maybe we can start to grow them or find other ways to create them. But right now, yeah, that impact is real. Whoever came up with the term cloud really like clever, but from a sustainability angle, not helpful.</p>\n\n\n\n<p>[00:26:15] <strong>Nathan Wrigley:</strong> It&#8217;s about the most benign thing imaginable, isn&#8217;t it? It&#8217;s fluffy and, welcoming and, you know, they&#8217;re associated with the sun and all of that. Yeah, that&#8217;s interesting.</p>\n\n\n\n<p>[00:26:24] <strong>Hannah Smith:</strong> Yeah, and it&#8217;s just not true. Like actually it&#8217;s like a big diesel plume. To your point, actually the reality is 62% of the world&#8217;s energy, electricity comes from fossil fuel sources. And we can think about it as the internet is actually the world&#8217;s largest coal fired machine. When you start to have those pictures in your head, it does change your relationship to what you&#8217;re doing and what you have in front of you a bit I think.</p>\n\n\n\n<p>[00:26:51] <strong>Nathan Wrigley:</strong> And I guess that&#8217;s really the purpose of what it is that you are doing in the article that you wrote. Is you are, you&#8217;re keenly aware of this. It&#8217;s obviously something which is meaningful to you on a personal level. And you are, you&#8217;re really scouting out for ideas and suggestions and, for the community to gather around, and come up with what we can do.</p>\n\n\n\n<p>So, let&#8217;s lay out a few things in terms of WordPress. These are the things which just come into my mind as we&#8217;re sitting here talking to one another. I confess that there isn&#8217;t a great deal of backstory here. I&#8217;m just going to generate things as they come up into my mind.</p>\n\n\n\n<p>So the first thing is that our website&#8217;s dependent upon what is being presented to the end user. So, you know, if it&#8217;s a, if it&#8217;s a website, which is rich in large images. If it&#8217;s a website which is rich in video. If it&#8217;s a website which has huge amounts of JavaScript and CSS. We are pushing more bits over the wire. And so maybe there&#8217;s a piece there. Can we cut down the amount that WordPress needs to do, and needs to deliver?Would that have an impact?</p>\n\n\n\n<p>[00:28:00] <strong>Hannah Smith:</strong> Definitely.</p>\n\n\n\n<p>[00:28:02] <strong>Nathan Wrigley:</strong> Yeah. And then another thing which comes into my head is, at the end of the day when I finish with my computer, the last thing I do is I switch it off. I turn it off, and then when I need it again, I&#8217;ll switch it on and I&#8217;ll, whenever I&#8217;ve finished I turn it off again, so it&#8217;s on, off, on, off.</p>\n\n\n\n<p>What I&#8217;m trying to say is that it&#8217;s off more than It&#8217;s on. Significantly more. But our website hosting, let&#8217;s just call it that, wherever that might be, whatever system you are using. We need that to be on all the time because our websites need to be available all the time. That&#8217;s one of the points is something which is, you know, you don&#8217;t have to go to a website and be visited by a page which says, one moment, we&#8217;re just going to switch the computer on, and come back in a moment and everything will be ready to go.</p>\n\n\n\n<p>No, you want it to be ready immediately. And in fact, we&#8217;re being told all the time that the faster our webpage is being served up, the better it&#8217;s going to do in search engine rankings, which is almost like a holy grail. So everything needs to be quicker and everything needs to be more available.</p>\n\n\n\n<p>So there&#8217;s just a couple of pieces there really, which came to my head, the first one being that can we reduce the amount that WordPress has to serve up, and will that have a positive effect? And obviously that very much feels like a seesaw. You could argue that from both sides. But also the machines that our websites are running on, there&#8217;s probably quite a lot of conversations that we could have around there. The kind of things that hosting companies are doing to source the power and so on and so forth.</p>\n\n\n\n<p>[00:29:30] <strong>Hannah Smith:</strong> Yeah, I mean, it&#8217;s brilliant, isn&#8217;t it? You start to think about these things and you&#8217;ve hit upon two real, really key actionable things that we can look at within WordPress. So we&#8217;re talking at the moment about electricity and energy use, and I&#8217;m just going to sort put this into context and say, hey, don&#8217;t forget that electricity and energy use is just one aspect of sustainability. There is a little bit more to it than that.</p>\n\n\n\n<p>But I do think that when you are brand new to thinking about the impact of digital tech on sustainability, this is an absolutely awesome starting point. It&#8217;s very tangible and there&#8217;s quite a bit of research and tooling out there to help you. So I just want to kind of caveat and say, let&#8217;s deep dive into that for a little bit, awesome. But bear in mind, there&#8217;s more to think about.</p>\n\n\n\n<p>There is a very direct relationship between the amount of data that you send and the amount of CO2 emissions that that creates. So the more data to use your words, the more data, the more stuff you&#8217;re sending down the wire, the more pollution or the more energy that you&#8217;re using.</p>\n\n\n\n<p>And there&#8217;s a simple way to calculate this. For anyone that wants to get into this. If you know how much data you are sending, we can estimate how much electricity that is going to use to send that data from A to B. Whole load of assumptions that you&#8217;ll have to make in order to make that estimation.</p>\n\n\n\n<p>But there&#8217;s some models out there that you can use. You can have a look at the sustainable web design website. So if you know how much data you&#8217;ve got, you can figure out an estimation of how much electricity that would use to send from A to B. And then we can use something called carbon intensity data.</p>\n\n\n\n<p>And carbon intensity data allows us to understand how much CO2 emissions are created per unit of energy, or per unit of electricity that is created. So I mentioned to you that 62% of the worlds electricity is generated by fossil fuels. In different countries, and in different regions that will change. So I think Norway, for example, is 100% renewable energy.</p>\n\n\n\n<p>So depending on where you are in the world, you&#8217;ll have different carbon intensities to consider. But yeah, so essentially it can come down, a really good starting point is to think about performance and optimization, and think about how can I reduce the waste around this. There are dozens of reasons why we should be thinking about performance anyway.</p>\n\n\n\n<p>This is not a new ask of developers, or ask of technical people to think about performance. We have reasons around accessibility. We have reasons around cost. We also have reasons around SEO as well. The more performant and optimize something is, the better your SEO. And we also have things to think about in terms of people&#8217;s enjoyment of using said service, or said website.</p>\n\n\n\n<p>And we can add another one, another cracking good reason to think about this optimization and performance, and that is also the sustainability angle. So, I mean, really this stuff is just stacking up and stacking up to be like a no brainer. If you want to be a sustainable web developer, your first job is to get good at performance and optimization.</p>\n\n\n\n<p>[00:32:50] <strong>Nathan Wrigley:</strong> It&#8217;s interesting, the whole performance thing, while you were talking about that, I was thinking about the fact that performance really can go in two directions. The performance could be gained by cutting out waste, but it can also be gained by using more resources.</p>\n\n\n\n<p>[00:33:05] <strong>Hannah Smith:</strong> Ha ha, yes, good shout.</p>\n\n\n\n<p>[00:33:07] <strong>Nathan Wrigley:</strong> It is possible to simply say to yourself, I shall purchase more expensive hosting, which has got more CPUs and so on and so forth. And in that way, I cut out the need for me to make my website leaner, if you know what I mean. So, just to be clear, when you talk about performance, you really are talking about getting rid of the waste, considering whether that image needs to be that big or could it be smaller? Do I need to put that video on there? It&#8217;s more trimming things down as opposed to spending more money on a faster machine for example.</p>\n\n\n\n<p>[00:33:39] <strong>Hannah Smith:</strong> Interesting point. I&#8217;m really glad we&#8217;re having this conversation. Yes and no I would answer that question. 100% the yes part is definitely around the waste. Is around just not sending stuff we don&#8217;t need. Not having analytics collecting that we don&#8217;t need. Not generating data that we don&#8217;t need.</p>\n\n\n\n<p>The resources part is a really interesting one, because there&#8217;s a piece around maybe using our resources more wisely. So there can be arguments for perhaps having better hosting. Because if that better hosting, say you are serving a website across, you&#8217;ve got users all across the world visiting your website. Actually having a better hosting service that makes really good use of CDNs, content delivery networks, actually can have an impact on sustainability.</p>\n\n\n\n<p>Because if you are serving your data closer to the person that actually wants to use that data, you can save quite a bit of energy, electricity, because you&#8217;re not sending it from one side of the world to the other. And there is an electricity cost to doing that. Again, it&#8217;s not seen by us, but it&#8217;s real. It is there.</p>\n\n\n\n<p>So the service side, the hosting side of things. Something very specific you can do there is look for hosting companies that are using renewable energy, using renewable energy sources to power themselves. And I&#8217;m going to plug the Green Web Foundation where I&#8217;m working now.</p>\n\n\n\n<p>We have a really awesome data set, which we&#8217;ve been collecting for 10 years or so on hosting companies that are powered by renewables. That&#8217;s a very specific action you can take. But yeah, to your point that you can make something really performant by chucking loads of resources at it. Yeah, that&#8217;s not what we are talking about here when we are talking about sustainability. We are talking about speeding things up through the use of wise resources instead.</p>\n\n\n\n<p>[00:35:36] <strong>Nathan Wrigley:</strong> I know that time is pressing for you, so we&#8217;ll wrap up fairly shortly, but I just want to, just want to offer a few thoughts as well, and, the piece that I mentioned towards the beginning of the podcast where I said that, it&#8217;s very difficult I think for me, and I&#8217;m sure a lot of other people as well, to draw the line between the website and the impact on the environment, and I&#8217;m wondering if it might be that we need to be alerted to the consequences of our use of the internet.</p>\n\n\n\n<p>So just throwing out some ideas, which probably, may very well have no legs, but just some thoughts really. Would be interesting, for example, if in the WordPress backend we could see something which gave us a measure of what it was that our website was doing. So if it gave us a direct link to okay, every, every time somebody comes to this particular page, this is what you are sending to them, and that has this kind of consequence.</p>\n\n\n\n<p>Now, obviously, that&#8217;s much more complicated, as you&#8217;ve described, because it depends on the hosting that you&#8217;re using. It depends whether they&#8217;re close or far away. But just some sort of broad metrics so that we could understand what the consequence of the thing that we&#8217;re building is. So I don&#8217;t even know what that would look like. Maybe it would be some sort of graph or chart or just raw number that would give us some indication.</p>\n\n\n\n<p>And then also more broadly, just browsing the internet. If we could have this kind of information coming back to us. So, I don&#8217;t know, I&#8217;m thinking of like a browser extension or something like that, which would measure what it was that I was doing when I went around the internet, and then give me some kind of feedback for, okay, this week you consumed this much in terms of electricity or carbon that was produced as a result of your browsing the internet.</p>\n\n\n\n<p>Last week it was this, the week before it was this, so you know you&#8217;re going in the right direction. Just those kind of things. I&#8217;m just wondering if there are things afoot. Maybe tools that exist already, or projects that you know about that can help us to understand the consequences of what we are doing.</p>\n\n\n\n<p>[00:37:39] <strong>Hannah Smith:</strong> Definitely, and do you know what Nathan? These ideas absolutely have legs and these are exactly the kind of ideas that we are inviting people to come and share on our post with us. All of these suggestions, all of these ideas are relevant and very, very actionable, and have already been actioned in certain ways.</p>\n\n\n\n<p>So to your point about CO2, understanding CO2 emissions of websites, so there&#8217;s a fantastic tool called Website Carbon Calculator. I think the URL is websitecarbon.com. So you can go along to that and put any URL in, and immediately get a sense of how polluting that page is. And that is such an awesome tool to use with bosses or clients, who perhaps aren&#8217;t so interested in the nitty gritty technical detail, but want a number, or a statistic or a sense of how good or bad they&#8217;re doing.</p>\n\n\n\n<p>And the Website Carbon Calculator has a little bit of JavaScript code that you can embed in your site that will give you a reading of each page of how much CO2 that that page is polluting. Now I believe that there is a plugin for that as well, and I don&#8217;t know if that would give you the information in the back end of WordPress, but Website Carbon Calculator&#8217;s being developed by Whole Grain Digital. If you&#8217;re interested in WordPress sustainability, I mean, they&#8217;re really thought leaders in this space, so definitely worth checking them out.</p>\n\n\n\n<p>I had some conversations with Jenny Wong many years ago, and, and those of you that are in the UK WordPress community, you&#8217;ll probably know Jenny. I think most people do. And if you&#8217;re listening, Jenny, hello. Jenny and I exchanged some ideas around using Site Health, and actually building some of these ideas into Site Health. That section of the WordPress backend. It might be difficult to get that as a core contribution to begin with, but we could certainly look at making some plugins.</p>\n\n\n\n<p>There&#8217;s loads and loads of data out there that we could use to surface these emissions. And then to your point about browsers, yes. Actually at the Green Web Foundation, we&#8217;ve been talking quite a lot with the Firefox people, made by Mozilla. And there are some open issues in GitHub at the moment around integrating carbon emission readings and estimations into the Firefox browser.</p>\n\n\n\n<p>I don&#8217;t know off the top of my head whether the intention would be to track it in the way that you&#8217;ve talked, but you know how if you&#8217;re a developer, you, you might be familiar with the web dev tooling that we have, say within Firefox or Chrome. The idea is to create a separate tab in the performance section, to start to give you a reading within the browser as well.</p>\n\n\n\n<p>So there are all these things happening, and this is where I really want to invite people to come and join us. Please let us share these initiatives that are happening. If you&#8217;ve got some time and capacity and you&#8217;ve got some energy, and you want to take action, we desperately want people to come and join in, and make these things happen. So yeah, please share these ideas that you have.</p>\n\n\n\n<p>[00:40:49] <strong>Nathan Wrigley:</strong> Thank you. Yeah, that&#8217;s really, really interesting. Just before we wrap it up finally, it just occurs to me that we&#8217;re always looking for ways to, to have a competitive edge. If you are a freelancer or an agency, you&#8217;re always trying to figure out ways that you are different from your competition. And it just strikes me that maybe this, maybe this could be one of those ways. You are one of the developers who actually gives this some thought. And it may very well be that there are a whole load of clients out there for whom this would be a very important metric when making hiring decisions, so.</p>\n\n\n\n<p>[00:41:24] <strong>Hannah Smith:</strong> Such a good point. As a freelance WordPress developer, uh, you know, people were, were starting to know me as someone who knew about digital sustainability and who could build sustainable WordPress sites, you know, efficient WordPress sites. And the demand was mad. I couldn&#8217;t keep up with it. I was constantly being like, oh, I need more people to recommend this work to. So yeah, I think this is a really strong selling point, and it makes you feel good as well, to know that you&#8217;re doing the best you can, you&#8217;re doing the right things.</p>\n\n\n\n<p>[00:41:55] <strong>Nathan Wrigley:</strong> Hannah, just as a very final thing. If people have been interested in this, I will obviously link to the post in the show notes. You can check those out on wptavern.com, but if they want to contact you, are you available? And if so, where should we do that? What&#8217;s the best way to reach out to you?</p>\n\n\n\n<p>[00:42:12] <strong>Hannah Smith:</strong> Yeah, well, I mean, I would love to chat with anyone that&#8217;s interested in bouncing some ideas around, or is interested in finding out more. The best way to get hold of me is through the Green Web Foundation, so hannah@thegreenwebfoundation.org, or if you&#8217;re in make WordPress you can also drop me a line. You&#8217;ll see me lurking around in the sustainability channel quite a lot in the make WordPress Slack space. You can drop me a line there too.</p>\n\n\n\n<p>[00:42:38] <strong>Nathan Wrigley:</strong> Hannah Smith, thank you very much for joining us on the podcast.</p>\n\n\n\n<p>[00:42:41] <strong>Hannah Smith:</strong> Oh, thank you Nathan. Thank you for making time for this today. I really appreciate it.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://profiles.wordpress.org/hanopcan/\">Hannah Smith</a>.</p>\n\n\n\n<p>Hannah is the Operations and Training Manager for the <a href=\"https://www.thegreenwebfoundation.org/\">Green Web Foundation</a> and founder of the <a href=\"https://climateaction.tech/projects/letsgreentheweb-campaign/\">Let’s Green The Web campaign</a>. She’s also co-founder of <a href=\"https://greentechsouthwest.org/\">Green Tech South West</a>.</p>\n\n\n\n<p>Her background is in Computer Science. She previously worked as a freelance WordPress developer, and also for the Environment Agency, where she managed large business change projects.</p>\n\n\n\n<p>It’s pretty easy to forget that the device that you’re reading this post on is consuming power. We plug things in or charge them up, and they just work. They are sleek and sterile. No pollution comes out of the device directly. In fact, I’d go as far as to say that many of us never make the connection between our use of technology and the impact this has on the environment.</p>\n\n\n\n<p>Enter Hannah Smith. She’s been thinking about this for years and is on the podcast today to highlight the issue, and hopefully get your ideas about what users of WordPress can do to make sure that the websites we create are having the smallest impact possible.</p>\n\n\n\n<p>Her approach is not that we need to cease and desist using our technology. Rather, it’s about coming up with new and innovative ways that we can reduce the impact that we have.</p>\n\n\n\n<p>As creators of websites, there are a whole raft of options available to us. Reducing the size of our images. Inspecting the HTML to remove bloat. Choosing hosting options that source renewable energy.</p>\n\n\n\n<p>With this in mind, Hannah and others have been working on a sustainability related <a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/#comment-162\">blog post</a> which has been published on the Make WordPress site this week.</p>\n\n\n\n<p>This post is intended to trigger meaningful and open discussion in the global WordPress community about the topic of sustainability. She really wants to encourage others to weigh into this public conversation with their own thoughts, so we can build on what is already happening to make WordPress more sustainable.</p>\n\n\n\n<p>It’s a fascinating and thought-provoking topic.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://www.thegreenwebfoundation.org/\">The Green Web Foundation website</a></p>\n\n\n\n<p><a href=\"https://climateaction.tech/projects/letsgreentheweb-campaign/\">#Let&#8217;sGreenTheWeb Campaign</a></p>\n\n\n\n<p><a href=\"https://www.wholegraindigital.com/\">Wholegrain Digital website</a></p>\n\n\n\n<p><a href=\"https://sustainablewebdesign.org/\">Sustainable Web Design website</a></p>\n\n\n\n<p><a href=\"https://www.websitecarbon.com/\">Website Carbon Calculator</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, 23 Nov 2022 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"WPTavern: BuddyPress 11.0.0 to Limit JavaScript and CSS Asset Loading to Community Pages Using a Filter\";s:7:\"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=139798\";s:7:\"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:114:\"https://wptavern.com/buddypress-11-0-0-to-limit-javascript-and-css-asset-loading-to-community-pages-using-a-filter\";s: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:3241:\"<p>BuddyPress will soon be <a href=\"https://bpdevel.wordpress.com/2022/11/21/buddypress-will-soon-only-load-its-javascript-and-style-assets-into-the-community-area-of-your-site/\">improving the way it loads its JavaScript and CSS assets</a> so that they are only loaded on community pages. Previously, the plugin would load them indiscriminately on every page.</p>\n\n\n\n<p>BuddyPress lead developer Mathieu Viet said he&#8217;s not sure there is a specific reason explaining why this was kept in place. Before the plugin <a href=\"https://buddypress.org/2013/04/buddypress-1-7-is-now-available/\">introduced the BP Theme Compat API</a> in version 1.7, it was necessary to use a BuddyPress compatible theme like the one bundled by default (<a href=\"https://github.com/buddypress/BP-Default\">BP Default</a>).</p>\n\n\n\n<p>&#8220;I think we kept the way this theme was loading these assets into the first Template Pack (BP Legacy) we added to BuddyPress,&#8221; Viet said.</p>\n\n\n\n<p>Users have often requested BuddyPress only load its assets on community pages in hopes of further optimizing their websites. For example, in 2020, a user on the BuddyDev forums <a href=\"https://buddydev.com/support/forums/topic/how-to-load-buddypress-scripts-styles-only-on-buddypress-pages/\">requested custom code</a> to accomplish this. Experts recommended against doing it</p>\n\n\n\n<p>&#8220;It is not going to help you much and will cause a lot of issues in future,&#8221; BuddyPress contributor Brajesh Singh said. &#8220;There are dependent plugins which may start throwing JavaScript errors and breaking some of your site functionality. It is not worth the effort.&#8221;</p>\n\n\n\n<p>Singh recommended the user enable browser caching to avoid loading the assets multiple times and stick to best practices for enabling gzip compression and other optimization measure. He also recommended adding a plugin that would conditionally prevent loading BuddyPress on certain pages.</p>\n\n\n\n<p>Coming in version 11.0.0, BuddyPress core will progressively move towards loading only the assets it needs in community areas. This update will still load JS and CSS everywhere but will offer a filter that users can add to their <a href=\"https://codex.buddypress.org/themes/bp-custom-php/\">bp-custom.php</a> files in order to keep BP assets on community pages only:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>add_filter( &#8216;bp_enqueue_assets_in_bp_pages_only&#8217;, &#8216;__return_true&#8217; );</p>\n</blockquote>\n\n\n\n<p>&#8220;If using the above filter, you notice something is going wrong with your website due to the use of a specific BP plugin or theme, <a href=\"https://buddypress.trac.wordpress.org/newticket\">report it here</a> and we’ll then have another development cycle to fix things before we completely restrict these assets to BuddyPress generated pages in a second step in version 12.0.0,&#8221; Viet said.</p>\n\n\n\n<p>Version 11.0.0 is expected to be released on December 14, 2022. Early adopters and BuddyPress site owners who have always wished for the plugin to behave this way can take advantage of it after the next major update using the filter. The filter can also be easily removed if users are troubleshooting and having issues with plugins. </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, 23 Nov 2022 00:28: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: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: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:60:\"WPTavern: New Tool Checks If Google Fonts Are Hosted Locally\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/new-tool-checks-if-google-fonts-are-hosted-locally\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3462:\"<p>Earlier this year, WordPress&#8217; Themes Team began urging theme authors to <a href=\"https://wptavern.com/wordpress-org-strongly-urges-theme-authors-to-switch-to-locally-hosted-webfonts\">switch to locally hosted fonts</a> after a German court case decision, which <a href=\"https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts\">fined a website owner for violating the GDPR by using Google-hosted webfonts</a>. Since that ruling, German website owners have <a href=\"https://www.reddit.com/r/de_EDV/comments/xm6803/abmahnung_bzgl_dsgvoversto%C3%9F_wg_angeblicher/\">continued to receive threats of fines</a> for not having their fonts hosted locally. </p>\n\n\n\n<p>The makers of the <a href=\"https://fontsplugin.com/\">Fonts Plugin</a>, a commercial product with a free version on WordPress.org, have created a tool called <a href=\"https://fontsplugin.com/google-fonts-checker/\">Google Fonts Checker</a> that will help website owners discover where their fonts are hosted. The tool analyzes any URL entered and if the fonts are hosted by Google, it says &#8220;Google Fonts Connection Found&#8221; with a red &#8216;X.&#8217; Sites that are in the clear will show a notice that a Google Fonts connection was not found:</p>\n\n\n\n<img />\n\n\n\n<p>Google Fonts Checker is useful for non-technical users who are not sure whether their theme or plugins are referencing fonts hosted on Google&#8217;s servers. Beyond delivering the simple connection message, the tool scans the website and returns a list of the font files used to render the page, which can be helpful in tracking down the specific extension loading these files.</p>\n\n\n\n<p>More than 200,000 people are using the <a href=\"https://wordpress.org/plugins/olympus-google-fonts/\">Fonts Plugin</a> to load assets from the Google Fonts Library. Although the Google Fonts Checker tool is free to use and doesn&#8217;t require any personal information or login, the free version of the Fonts Plugin doesn&#8217;t support hosting fonts locally. Users will either need to upgrade to the commercial version or use a different plugin, like <a href=\"https://wordpress.org/plugins/local-google-fonts/\">Local Google Fonts</a> or the <a href=\"https://wordpress.org/plugins/host-webfonts-local/\">OMGF | Host Google Fonts Locally</a> plugin, both of which perform this for free.</p>\n\n\n\n<p>Those who find a Google Fonts connection using the tool may also consider switching to <a href=\"https://fonts.bunny.net/\">Bunny Fonts</a>, an open-source, privacy-first web font platform with no tracking or logging that is fully GDPR compliant. It can act as a drop-in replacement to Google Fonts. The <a href=\"https://wordpress.org/plugins/replace-google-fonts-with-bunny-fonts/\">Replace Google Fonts with Bunny Fonts</a> plugin makes it easy to switch.</p>\n\n\n\n<p>Some of WordPress&#8217; older default themes are still loading fonts from Google. A <a href=\"https://core.trac.wordpress.org/ticket/55985\">ticket</a> for bundling the fonts with the legacy default themes had patches and was on track to be included in WordPress 6.1, but ended up getting <a href=\"https://wptavern.com/wordpress-punts-locally-hosted-fonts-for-legacy-default-themes-to-6-2-release\">punted to a future release</a> after it was determined the approach needed more work. In the meantime, those who are concerned about using Google Fonts in older default themes can use a plugin to host them locally.</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, 22 Nov 2022 21:49: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: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:59:\"WordPress.org blog: The Month in WordPress – October 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/the-month-in-wordpress-october-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:12235:\"<p>With the end of the year fast approaching, the WordPress project has not slowed down. Read on to learn more about the latest major release, WordPress 6.1, and the State of the Word 2022 live event, among other exciting news. It&#8217;s time to catch up on all things WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.1 “Misha”</h2>\n\n\n\n<p>The third and last major release of 2022, <a href=\"https://wordpress.org/news/2022/11/misha/\"><strong>WordPress 6.1 “Misha,”</strong></a> shipped on November 1, 2022. Named after jazz pianist <strong>Mikhail “Misha” Alperin</strong>, this release comes packed with many improvements that refine the site-building experience introduced earlier this year in WordPress 5.9 and 6.0, as well as <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">accessibility</a> and <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">performance</a> upgrades.</p>\n\n\n\n<p>WordPress 6.1 is also bundled with a new default block theme, <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Twenty Twenty-Three (TT3)</a>, that features <strong>10 style variations</strong> designed by WordPress community members. These intentionally unique designs ensure that you can change the visual details of your site with ease—and within a single theme.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Learn more about what&#8217;s in 6.1:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha” Announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li>\n</ul>\n\n\n\n<p>Following WordPress 6.1 “Misha”, a <a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\">6.1.1 maintenance release</a> landed on November 15, 2022. This minor release includes about 50 bug fixes.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 6.1.1</a></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>State of the Word 2022 is coming on December 15</h2>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&ssl=1\" alt=\"Decorative blue background with text: \" />\n\n\n\n<p><strong>State of the Word 2022</strong>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on <strong>December 15, 2022</strong>. The event will take place in person in New York City and live-streamed via various WordPress.org social media platforms.</p>\n\n\n\n<p>You can also host or join a <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">State of the Word watch party</a> to enjoy the event with your WordPress friends.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">Learn more about State of the Word 2022</a></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\"><strong>Gutenberg 14.4</strong></a> was released on October 26, 2022, with support for a distraction-free mode that allows a more focused writing experience. Other notable highlights include a redesigned pattern inserter, content locking to the Navigation block, and improvements to fluid typography.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\"><strong>Gutenberg 14.5</strong></a> sets the groundwork for future releases with code quality improvements and bug fixes. This version introduces a new “Document Overview” panel for easier access to the list view and document information, expands margin and padding support, and improves spacing visualizers. It was released on November 9, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Explore some of the latest enhancements to the writing experience in <a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">this Core Editor Improvement post</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Documentation Contributor Day, WordPress.org redesign updates, and more</h2>\n\n\n\n<ul>\n<li>After a <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">lively discussion</a> around the site editing terminology, WordPress Executive Director Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">announced that the term &#8220;Site Editor&#8221; will be used going forward</a> in reference to the suite of site editing tools.</li>\n\n\n\n<li>Last month, the Docs Team successfully held its <a href=\"https://make.wordpress.org/docs/2022/10/28/the-documentation-team-contributor-day-summary/\">first online Contributor Day</a> to collaborate in real-time, help onboard new contributors, and work on backlog tasks.</li>\n\n\n\n<li>Progress and next steps for the WordPress.org website redesign were shared <a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">in this post</a>. The following pages that will get a refreshed look and feel soon include <a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">Showcase</a> and <a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">Documentation (HelpHub)</a>.</li>\n\n\n\n<li>The WordPress.org Theme Directory <a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">introduced a new feature</a> that allows visitors to preview style variations in block themes.</li>\n\n\n\n<li>Inspired by the Community Team’s efforts to reactivate meetup groups, the Polyglots Team is looking to start a <a href=\"https://make.wordpress.org/polyglots/2022/11/08/starting-a-polyglots-outreach-effort/\">Polyglots outreach project</a> and welcomes help.</li>\n\n\n\n<li>The Training Team shared an <a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">overview of some of the new Learn WordPress courses</a> they have been recently working on.</li>\n\n\n\n<li>Openverse’s catalog now includes <a href=\"https://make.wordpress.org/openverse/2022/11/16/openverse-now-includes-over-1-million-audio-records/\">more than one million audio records</a>!</li>\n\n\n\n<li>The WordPress Photo Directory also reached a significant milestone by surpassing 5,000 photos! <a href=\"https://make.wordpress.org/photos/2022/11/17/the-road-to-5000-photos-a-retrospective/\">Check out this celebratory retrospective from the Photos team</a>.</li>\n\n\n\n<li>Speaking of Openverse and the Photo Directory, <a href=\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\">don’t miss the latest episode of the WP Briefing podcast</a>—it covers the differences between these two resources, and how they work to further openly-licensed media.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\">Raghavendra Satish Peri</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Enjoy a spooky Halloween Mad Libs story completed by community contributors in <a href=\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\">Episode 42 of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>The <a href=\"https://make.wordpress.org/core/2022/10/12/call-for-testing-plugin-dependencies/\">Plugin Dependencies feature plugin is available for testing</a>. Provide your feedback by December 1, 2022.</li>\n\n\n\n<li>What does a genuinely sustainable WordPress community look like to you? Share your vision and thoughts in <a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">this discussion post</a>.</li>\n\n\n\n<li>The new WordPress developer blog is in public beta and <a href=\"https://make.wordpress.org/core/2022/11/21/wordpress-developer-blog-is-in-public-beta/\">ready for feedback</a>.</li>\n\n\n\n<li>The Core Team requests assistance with <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">testing a new Rollback Feature in WordPress core</a>.</li>\n\n\n\n<li>Version 21.2 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2022/11/15/call-for-testing-wordpress-for-android-21-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/11/14/call-for-testing-wordpress-for-ios-21-2/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Were you involved in WordPress 6.1? <a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">Share your thoughts</a> on the release process by December 15, 2022.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates &amp; WordCamps</h2>\n\n\n\n<ul>\n<li>The WordCamp Asia organizing team is collaborating with WordCamp Central to bring the <a href=\"https://asia.wordcamp.org/2023/apply-for-wordcamp-asia-diversity-scholarship/\">WordCamp Asia Diversity Scholarship</a>. In addition, the team recently announced the <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">first round of speakers</a>.</li>\n\n\n\n<li>Preparations for <a href=\"https://europe.wordcamp.org/2023/the-preparations-for-wordcamp-europe-2023-have-begun/\">WordCamp Europe 2023</a> are underway.</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1f7.png\" alt=\"🇧🇷\" class=\"wp-smiley\" /> <a href=\"https://saopaulo.wordcamp.org/2022/\">WordCamp São Paulo</a>, Brazil on November 26, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" /> <a href=\"https://kolkata.wordcamp.org/2022/\">WordCamp Kolkata</a>, West Bengal, India on December 17-18, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Boost your speaking confidence in WordPress events. Register for the <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-wpdiversity-tickets-462153532657\">How to Own Your Expertise &amp; Start Speaking at WordPress Events</a> online workshop happening December 7, 2022.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress:</em> <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>santanainniss</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</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, 22 Nov 2022 11:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"Do The Woo Community: Building a Cloud-Based SaaS versus Hosted \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/building-a-cloud-based-saas-versus-hosted/\";s: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:377:\"<p>Learn why NitroPack made the decision to go cloud-based vs. self hosted with the SasS product. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-a-cloud-based-saas-versus-hosted/\">Building a Cloud-Based SaaS versus Hosted </a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Nov 2022 10:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: WordPress Launches Developer Blog In 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordpress-launches-developer-blog-in-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3318:\"<img />\n\n\n\n<p>WordPress.org will soon be launching a <a href=\"https://developer.wordpress.org/news/\">blog for developers</a>. The blog went into beta at the end of last week and resides on a subdomain of the main site. It is sporting a design similar to WordPress&#8217; general News blog.</p>\n\n\n\n<p>One of the <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">big picture goals</a> that WordPress&#8217; Executive Director Josepha Haden-Chomphosy identified for 2022 was the creation of a developer-focused communications site. This new blog is the culmination of an effort that began earlier this year.</p>\n\n\n\n<p>&#8220;Staying on top of the new features coming to the WordPress open-source project is one of the main barriers expressed by developers,&#8221; contributor Birgit Pauli-Haack said in the original <a href=\"https://make.wordpress.org/core/2022/02/25/proposal-to-start-a-news-blog-on-developer-wordpress-org/\">proposal</a>.</p>\n\n\n\n<p>&#8220;The Make Core blog has a heavy emphasis on meeting notes for the various core teams, rather than highlighting new features. This makes it difficult for developers who are not contributors or who just occasionally contribute to find the relevant information among the team-related posts.&#8221;</p>\n\n\n\n<p>Content on the new developer blog will be focused on updates applicable to theme and plugin creators, developers who work at agencies, Gutenberg API updates, advanced programming concepts, PHP gems, and developer case studies. </p>\n\n\n\n<p> There are already three posts published, which offer a hint at what kind of content WordPress developers can expect on the blog:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/18/how-to-extend-wordpress-via-the-slotfill-system/\">How to extend WordPress via the SlotFill system</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying Home and Posts Templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/creating-themes-from-a-pattern-first-mindset/\">Creating Themes from a Pattern-First Mindset</a></li>\n</ul>\n\n\n\n<p>The blog&#8217;s editorial process is being entirely <a href=\"https://github.com/WordPress/developer-blog-content\">managed on GitHub</a> from pitches to publication. Anyone who wants to contribute can post to the <a href=\"https://github.com/WordPress/developer-blog-content/discussions/categories/ideas\">Ideas board</a> for discussion. Approved ideas become blessed tasks and drafts and go through two reviews. People can contribute by posting ideas, writing posts, or joining the editorial team that reviews posts.</p>\n\n\n\n<p>Now that the blog is in beta, contributors are looking for feedback from WordPress&#8217; developer community. Leave comments on the <a href=\"https://make.wordpress.org/core/2022/11/21/wordpress-developer-blog-is-in-public-beta/\">beta announcement</a> or join the next meeting  in the <a href=\"https://wordpress.slack.com/archives/C03RL47B3S8\">core-dev-blog</a> WP Slack channel on December 1, at 13:00 UTC. <a href=\"https://developer.wordpress.org/news/feed/\">Subscribe to the RSS feed</a> to never miss a post from WordPress&#8217; new developer blog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Nov 2022 03:10:56 +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: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:87:\"WPTavern: State of the Word 2022 Will Be Livestreamed from New York City on December 15\";s:7:\"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=139734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/state-of-the-word-2022-will-be-livestreamed-from-new-york-city-on-december-15\";s: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:2961:\"<p>Matt Mullenweg&#8217;s annual <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> (SOTW) address will be delivered in New York City this year before a live audience, on December 15. The event format is similar to last year where a small group of invited guests will join in person. </p>\n\n\n\n<p>Traditionally, the State of the Word has been given at WordCamp US, capping off the event with an inspiring review of WordPress&#8217; progress and a lively Q&amp;A session. Starting in 2020, due to the pandemic, the SOTW transitioned to a separate, smaller event that can be broadcast to all who cannot attend. Organizers are planning to livestream this year&#8217;s event across WordPress.org&#8217;s social media platforms. </p>\n\n\n\n<p>Unlike last year, where prominent members of the community were invited to attend, organizers have created a form where anyone can <a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2022\">request an invitation to attend</a>. Seats are available to the public on a first-come, first-served basis. The form states that masks will not be required at the event, a policy that is as controversial today as it was last year, and makes it impossible for medically vulnerable people to attend:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;While at the event, masks are not mandatory but encouraged, as is using hand sanitizer and social distancing.&#8221;</p>\n</blockquote>\n\n\n\n<p>Since the majority of people will be watching via live stream, the Q&amp;A portion of the event will be handled via email for virtual participants. Anyone can ask a question in advance by emailing ask-matt@wordcamp.org or may ask during the event in the live stream chat on YouTube. WordPress Executive Director Josepha Haden-Chomphosy said there may be a follow-up post published with answers to questions not covered at the event.</p>\n\n\n\n<p>The live stream will be embedded in the <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">announcement post</a> and will also air on <a href=\"https://youtube.com/wordpress\">WordPress&#8217; YouTube channel</a> on <a rel=\"noreferrer noopener\" href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2022&dates=20221215T180000Z/20221215T193000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\">December 15, 2022, at 1–2:30 P.M. EST (18–19:30 UTC)</a>. Those who are hosting watch parties are encouraged to email support@wordcamp.org for additional resources from the Community Team.</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, 21 Nov 2022 23:40:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:42:\"WordPress.org blog: State of the Word 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13971\";s:7:\"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/2022/11/state-of-the-word-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:5131:\"<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&ssl=1\" alt=\"Decorative blue background with text: \" />\n\n\n\n<p>Hello, WordPress!&nbsp;</p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2022&dates=20221215T180000Z/20221215T193000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Mark your calendars</a>; it’s almost time for State of the Word 2022!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, <a href=\"https://ma.tt\">Matt Mullenweg</a>. Every year, the event shares reflections on the project’s progress and the future of open source. Expect this and more in this year’s edition.</p>\n\n\n\n<p>This year’s event will take place in person in New York City and live-streamed via various WordPress.org social media platforms.&nbsp;</p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2022, the latest WordPress releases, Site Editor advancements, and a return to in-person events around the globe, among other topics.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2022</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+2022&dates=20221215T180000Z/20221215T193000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">December 15, 2022, 1–2:30 P.M. EST (18–19:30 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://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">local watch party</a>, the live stream will be embedded in this post and available through the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p>Would you like to join the in-person audience? <a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2022\">Request a seat by completing this survey</a>.</p>\n\n\n\n<h2>Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&amp;A session. If you want to participate, you can either send your question ahead of time to <strong>ask-matt@wordcamp.org</strong> or ask during the event in the live stream chat on YouTube.</p>\n\n\n\n<p>Given the volume of questions that are usually submitted, please note that it may not be possible to answer all of them in the live Q&amp;A. A follow-up post will be published after the State of the Word to answer those not covered at the event.</p>\n\n\n\n<p>First time attending State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">previous years&#8217; recordings on</a> <a href=\"https://wordpress.tv/tag/state-of-the-word/\">WordPress.tv</a> to get a sense of the event.</p>\n\n\n\n<p>See you in person or online on December 15!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\" />\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>Can’t make it to New York? No problem, organize or join a watch party in your community in person or online. Like last year, the Community team has resources available to help! Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">this handbook page</a>, which includes event templates, information on requesting a Zoom account, and how to get some swag.</p>\n\n\n\n<p>Gather together to look back on how WordPress has grown in 2022 and what is ahead for 2023. Stay up-to-date as a group on the latest happenings in the WordPress world and collaborate together on any questions you might have for Matt!</p>\n\n\n\n<p>We will be compiling a list of State of the Word watch parties in this post, which will be updated regularly as the event approaches. If you don’t see a watch party in your region listed here in the next few weeks, <a href=\"https://meetup.com/pro/wordpress\">check this page on Meetup.com</a> to see if your local WordPress group is organizing one.</p>\n\n\n\n<p>If you are planning a watch party for State of the Word and have questions, please email support@wordcamp.org. A member of the WordPress community team will assist you in the best way possible.</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, 21 Nov 2022 17:14: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: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: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:96:\"Gutenberg Times: Block Art, MindMap block, Slotfills, Patterns and more – Weekend Edition #236\";s:7:\"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=22670\";s:7:\"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://gutenbergtimes.com/block-art-mindmap-block-slotfills-patterns-and-more-weekend-edition-236/\";s: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:25467:\"<p>Howdy, </p>\n\n\n\n<p>I am so excited about next week! Finally, there will be another Six-a-side Festival at the <a href=\"https://sarasotacricket.org/\">Sarasota International Cricket Club</a>. I&#8217;ll be there Saturday and Sunday. I am excited to see all the friends again, most I haven&#8217;t seen in three years. </p>\n\n\n\n<p>If you are in the area, come on by. It&#8217;s a lot of fun, a diverse community, and you can meet cricketers from England, the Caribbean, and the West-Indies  coming together to play cricket, party and play cricket again the next day and the next.  It&#8217;s great fun for the whole family! </p>\n\n\n\n<p>What are your plans for next week? I hope  you have a fabulous one!</p>\n\n\n\n\n\n<p>In this edition, you&#8217;ll find a vast array of videos, blog posts and podcasts from Learn.WordPress, WordPress TV and around the community. Let&#8217;s get started! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gute\">Gutenberg 14.5 released</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>If you found the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">Field guide of WordPress 6.1</a> too developer centric, yet the <a href=\"https://wordpress.org/news/2022/11/misha/\">announcement post</a> not detailed enough, then let <strong>Courtney Robertson</strong>, team rep of the WordPress Training team, show you <a href=\"https://www.godaddy.com/garage/wordpress-6-1/\"><strong>What’s new in WordPress 6.1</strong>: <strong>Misha</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Hostinger&#8217;s <strong>Leonardus Nugraha</strong>, member of the WordPress docs team, published <a href=\"https://www.hostinger.com/blog/wordpress-6-1\"><strong>WordPress 6.1: What’s New in the New Major Release</strong></a> in collaboration with yours truly. </p>\n\n\n\n<img src=\"https://i0.wp.com/www.hostinger.com/blog/wp-content/uploads/sites/4/2022/11/WordPress-6.1-Release-1024x596.webp?resize=652%2C379&ssl=1\" alt=\"\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also, part of WordPress 6.1 is a new default theme. In her post <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\"><strong>Introducing Twenty Twenty-Three</strong></a>, Beatriz Fialho, design lead,  takes you a long for the journey exploring the new default theme  and it&#8217;s community-submitted style variations. </p>\n\n\n\n<p>You&#8217;ll find more details about the  features of <a href=\"https://wordpress.org/support/article/twenty-twenty-three/\"><strong>Twenty Twenty-three in the End User documentation article</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\"><strong>WordPress 6.1.1 was released</strong></a>, fixing a few bugs on the backend and frontend of the software. Core contributors and release leads JB Audras, Jeff Paul and George Mamadashvili,  worked hard to get this out with two weeks of the 6.1 release. This was a really fast turn around. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <strong><a href=\"https://make.wordpress.org/design/2022/11/07/design-share-oct-24-nov-4/\">Design Share: Oct 24-Nov 4</a>, Joen Asmussen</strong> lists the project the WordPress design team has been working on. The visuals representation of upcoming feature are absolutely exciting. First up are the screens of possible location for the Custom CSS feature, many of you found missing around the block themes. You can also see the design explorations for the interface to make a Group block sticky. You could use it for an ever present navigation bar or a public service announcement. Or an ongoing news ticker banner. </p>\n\n\n\n<p>If you use the latest version of the Gutenberg plugin, you might have noticed, that the the info screen with the meta information on word count, or the outline was moved into the List view as an additional tab. The design team also explored more delightful designs for this panel. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>James Koster</strong> tries to answer how to<a href=\"https://github.com/WordPress/gutenberg/issues/44361\"> </a><strong><a href=\"https://github.com/WordPress/gutenberg/issues/44361\">make it possible to push local block styles to global block styles</a>.</strong> In other words, after you modified the look and feel of a single block, how can you make the styles persistent for all the blocks of that particular type on your site.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\">Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2</a> with special guest, Anne McCarthy, and host Birgit Pauli-Haack. </p>\n</div></div>\n\n\n\n<p>The WordPress meta, design, and marketing teams have been working on the redesign of the Showcase page on the main website. <strong>Joen Asmussen</strong> reports on the progress in his post <strong><a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">A refresh of WordPress.org/Showcase</a>.</strong> &#8220;The current work represents a starting point that will continue to be iterated upon as additional features, and content changes are explored.&#8221; he wrote. He also provides links to <a href=\"https://www.figma.com/file/nK6LcMOZMtRAQdIky3PNIA/Showcase-Pages?node-id=1%3A2193\">the Figma file</a> and the <a href=\"https://github.com/WordPress/wporg-showcase\">Showcase GitHub repository</a>. </p>\n\n\n\n<h3 id=\"1-gute\">Gutenberg 14.5 released</h3>\n\n\n\n<p><strong>Nick Diego</strong> was the lead for last week&#8217;s Gutenberg plugin release. In his posts <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\"><strong>What’s new in Gutenberg 14.5? (9 November)</strong></a> he wrote:  &#8220;It consolidates the list view and document information, expands margin and padding support while improving spacing visualizers, and sets the groundwork for future releases with numerous code quality improvements and&nbsp;bug&nbsp;fixes.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> also reported on the latest release in <a href=\"https://wptavern.com/gutenberg-14-5-introduces-new-document-overview-panel-improves-block-spacing-controls\"><strong>Gutenberg 14.5 Introduces New “Document Overview” Panel, Improves Block Spacing Controls</strong></a>.</p>\n\n\n\n<p>One of the new features is a new Social Link Block for <em><a href=\"https://joinmastodon.org/\">Mastodon </a></em>accounts, Mastodon, is an open-source decentralized social network, that many feel comfortable as using while Twitter seems to be deteriorating fast. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>George Hotelling</strong>, WordPress core contributor, wrote a short tutorial on <a href=\"https://g13g.blog/2022/11/09/how-to-verify-your-wordpress-site-on-mastodon/\">How to verify your WordPress site on Mastodon</a>. </p>\n\n\n\n<p>On a side note, I just created the @gutenbergtimes account on the mastodon server at twit.social. If you want to follow, just search for <a href=\"https://twit.social/@gutenbergtimes\">https://twit.social/@gutenbergtimes</a> on any mastodon server, and you can follow me there. It&#8217;s a new account so not much going on. </p>\n\n\n\n<p>My personal account is <a href=\"https://mastodon.social/@bph\">https://mastodon.social/@bph</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v14.6.0-rc.1\"><strong>Gutenberg 14.6 RC</strong></a> is already available for testing. The stable version will be release by <strong>Fabian Kägy</strong> on November 23, 2022</p>\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><a href=\"https://twitter.com/thisisthien\"><strong>Thien Nguyen</strong></a> published his <a href=\"https://thisisthien.gumroad.com/l/wp-block-mindmap\"><strong>Mindmap Block</strong></a> It&#8217;s a cool block that provides the conversion from Markdown input in the block editor to a Mind map display on the frontend. This could get fascinating when Phase 3 of the Gutenberg project progresses, as then you can use this to collaborate on mind maps, too. We&#8217;ll revisit this in two years or so. It&#8217;s not a free plugin, and it is available on Gumroad with single site or unlimited site levels. </p>\n\n\n\n<a href=\"https://thisisthien.gumroad.com/l/wp-block-mindmap\"><img /></a>\n\n\n\n<p>Today&#8217;s count is 182 Themes supporting the Site editor in the <a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><strong>WordPress Themes Directory</strong></a>. New themes are available by the Block Styles team, Brian Gardner, Blockify, Catch Themes, Wen Solutions, and by Wwwows. </p>\n\n\n\n<a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><img /></a>\n\n\n\n<p>Another recently added theme is <a href=\"https://wptavern.com/loudness-a-new-block-theme-from-automattic\"><strong>Loudness: A New Block Theme from Automattic</strong></a> It’s an artistic and opinionated theme&nbsp;. Sarah Gooding has the skinny for you. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> and <strong>Courtney Portnoy</strong> discussed <a href=\"https://wordpress.tv/2022/11/18/the-creative-side-of-blocks-vol-3/\"><strong>The creative side of blocks</strong></a> on WordPressTV. Rich Tabor walks the viewers through one of his block art creations. It&#8217;s quite inspiring to watch Tabor&#8217;s exploratory creative process using the block editor. I learned quite a few things about the power of the various color features: gradient, nested group blocks, and how to replace the theme&#8217;s primary and secondary colors for the whole site.  You&#8217;ll also get an introduction to the <a href=\"https://block-museum.com/\">Museum of Block Art</a>, where Rich and other block artists showcase their creations. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the <a href=\"https://www.youtube.com/watch?v=f5x9c33lyRk&t\"><strong>Torque Social Hour,</strong></a> host Doc Pop interviewed <strong>Roy Sivan</strong> and <strong>James Tryon</strong> about <a href=\"https://blockstyles.com/\"><strong>Block Styles</strong></a> Community and plugins built by the two. Gutenberg adopters of the first hour, the team aims to augment the Block editor with Block Styles to make it a professional page builder for power users. They created 160 input fields to customize a site. </p>\n\n\n\n<p>The most obvious styles enhancements are the tools to separate the page layout features by screen sizes for desktop, tablet, and mobile. It&#8217;s a bit unfortunate to give  a product / membership service the same name as a WordPress feature. Plugin developers have the advantage of a shortened implementation time and run into the danger to be passed by core in the long run. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/missing-menu-items/\">Missing Menu</a> plugin and the newest block theme <a href=\"https://wordpress.org/themes/gesso-by-block-styles/\">Gesso</a> were also mentioned on the show. </p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Daisy Olsen</strong> wrote about <a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\"><strong>Demystifying Home and Posts Templates in WordPress theme development</strong></a>, explains the WordPress Themes Hierarchy for both classic and block themes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://developer.wordpress.org/news/2022/11/17/creating-themes-from-a-pattern-first-mindset/\"><strong>Creating Themes from a Pattern-First Mindset</strong></a>, <strong>Justin Tadlock</strong> helped theme developers interested in block themes to see the power of using pattern in their templates to reduce code redundancy and simplicity. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On Tuesday next week (Nov 22) <strong>Daisy Olsen</strong> and <strong>Justin Tadlock</strong>, together with <strong>Damon Cook</strong> will hold a Hallway Hangout on <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289840236/\">Future of CSS in block themes</a></strong>.<strong> </strong>It will be in a casual chat about some Block Theme development-related features that are under active development. Hope to see you there 🙂 </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ganesh Dahal</strong> wrote about <a href=\"https://css-tricks.com/managing-css-styles-in-a-wordpress-block-theme/\"><strong>Managing CSS Styles in a WordPress Block&nbsp;Theme</strong></a> and took a deep dive into the migration from styles.css files to theme.json. &#8220;One of the major benefits of moving CSS to JSON is that JSON is a machine-readable format, which means it can be exposed in the WordPress Site Editor UI by fetching an API, thus allowing users to modify default values and customize a site’s appearance without writing any CSS at all.&#8221; he wrote. </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 2022&#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<p><strong>Sarah Gooding</strong> reports on an update of the Create Theme plugin in her post: <a href=\"https://wptavern.com/gutenbergs-roadmap-for-a-font-library-will-give-users-an-interface-for-registering-and-managing-web-fonts\"><strong>Gutenberg’s Roadmap for a “Font Library” Will Give Users an Interface for Registering and Managing Web Fonts</strong></a>. Besides the features: create a new theme, start with a blank theme, create a child theme, or create a style variation, in now sports a dedicated screen for managing fonts. In her post, Gooding also summarized the tracking ticket on the Webfonts API and links to design exploration for a font manager within the core app.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mike McAlister</strong> shows you <a href=\"https://olliewp.com/three-beautiful-font-pairs-to-bring-your-design-to-life/\">Three beautiful font pairs to bring your design to life</a>. &#8220;With all the new fonts out there, there’s no excuse to be using tired old fonts on your website. Here are a few fonts that should definitely be on your radar.&#8221; he wrote.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Fränk Klein</strong> was a guest on the WP Jukebox podcast episode #50 and discussed with host Nathan Wrigley about <a href=\"https://wptavern.com/podcast/50-frank-klein-on-how-gutenberg-and-full-site-editing-are-bringing-new-opportunities-for-wordpress-developers\">How Gutenberg and Full Site Editing Are Bringing New Opportunities for WordPress Developers</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Manoj Kumal</strong> wrote a tutorial on CSS-Tricks on <a href=\"https://css-tricks.com/creating-a-settings-ui-for-a-custom-wordpress-block/\"><strong>Creating a Settings UI for a Custom WordPress&nbsp;Block</strong></a>. It&#8217;s the third post in the series &#8220;Working With External APIs in WordPress Blocks&#8221;.  The first two post cover the rendering of external data <a href=\"https://css-tricks.com/rendering-external-api-data-in-wordpress-blocks-on-the-back-end/\">on backend</a> and <a href=\"https://css-tricks.com/rendering-external-api-data-in-wordpress-blocks-on-the-front-end/\">frontend</a>. The last post on &#8220;Saving custom block settings&#8221; is coming soon. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> is back streaming on Twitch again! This week&#8217;s topic was <a href=\"https://www.twitch.tv/videos/1655281302\"><strong>Working with Query Loop block variations</strong></a>, a new feature that came with the latest major WordPress 6.1. You can read the dev note on then WordPress make blog: <a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">Extending the Query Loop block</a>. </p>\n\n\n\n<p>As always, if you read this post two weeks after it was published, you&#8217;ll find the recording of the Twitch streams on <a href=\"https://www.youtube.com/c/RyanWelcherCodes/videos\">Ryan Welcher&#8217;s YouTube channel</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> and <strong>Álvaro Gómez</strong> ran a two-part workshop on <strong>Developing blocks without React.</strong> The recordings are now available on WordPress TV: </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/2022/11/11/lets-code-developing-blocks-without-react-part-1/\"><strong>Let’s code: developing blocks without React! – Part&nbsp;1</strong></a> &#8211; In Part one, the presenters covered the initial files needed to register a block, go over some JavaScript syntax and WordPress dependencies, and then add some styling to our block via a useBlockProps and custom stylesheets. <em>(<a href=\"https://www.slideshare.net/psykro/developing-blocks-without-react-part-1\">Presentation Slides</a>)</em></li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2022/11/18/lets-code-developing-blocks-without-react-part-2/\">Let’s code: developing blocks without React! – Part&nbsp;2</a> </strong>&#8211;  In Part two, was about how to add support for attributes, as well as how to implement the pre-existing RichText component. These will enable a user to edit the content of the block. <em>(<a href=\"https://www.slideshare.net/psykro/developing-blocks-without-react-part-2\">Presentation Slides</a>)</em></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dan Knauss</strong> of <a href=\"https://twitter.com/post_status\">Post Status</a> reported on <a href=\"https://poststatus.com/the-future-of-givewp-and-the-block-editor/\"><strong>The Future of GiveWP and the Block Editor</strong></a>. He summarized: &#8220;The journey to <strong>GiveWP 3.0</strong> is well underway — an open, iterative development process that fully embraces WordPress&#8217;s Gutenberg block editor. Give cofounder <strong>Matt Cromwell</strong> and development director <strong>Jason Adams</strong> share what they&#8217;ve learned so far.&#8221; </p>\n\n\n\n<p>The main reasons for the rebuild are that the plugin match visual experience of the block editor, the need for more form field flexibility and to simplify template building. &#8220;Taking advantage of the components and packages of the block editor, as visual builder framework, continually improved and maintained by the open-source project, the GiveWP developers were faster in getting specific features done in a matter of hours rather than months.  </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 master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p>New Date! <strong>December 16, 2022</strong><br /><strong><a href=\"https://www.wordfest.live/2022/november/\">WordFest Live Returns</a></strong>&nbsp;– the 24-hour Festival of WordPress</p>\n\n\n\n<p>February 17 – 19, 2023<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a>  &#8211; the <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">first round of speakers was announced</a></p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-normal-font-size\"><a href=\"https://central.wordcamp.org/schedule/\"><strong>Have a look at the schedule of upcoming WordCamps</strong></a> to find one near you. </p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>November 21, 2022 &#8211; 3 pm ET / 20:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289536031/\"><strong>Intro to the Site Editor &amp; Template Editor</strong></a> with Wes Theron</p>\n\n\n\n<p>November 22, 2022 &#8211;  3:30 pm ET / 20:30 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289840236/\">Hallway Hangout: Future of CSS in block themes</a></strong></p>\n\n\n\n<p>November 22, 2022 &#8211; 11 am ET / 16:00 UTC Repeated at 5 pm ET / 22:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289836820/\"><strong>Designing in the Site Editor: A WordPress Block Theme Exploration</strong></a></p>\n\n\n\n<p>November 22, 2022 &#8211;  7 pm ET / 24:00 UTC &#8211; Repeated at 11 pm ET / 4:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289784100/\"><strong>Demystifying Gutenberg</strong></a></p>\n\n\n\n<p>December 1, 2022 &#8211; 3 pm ET / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289520991/\"><strong>Builder Basics: Building with Columns, Groups, Rows and Stacks</strong></a> with Nick Diego </p>\n\n\n\n<p>December 8, 2022 &#8211; 3 pm ET / 20:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289521234/\">Builder Basics: Demystifying theme.json and Global Styles</a></strong> with Nick Diego</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <em>Early morning. Building with where the lights are on</em> by Paal Joachim Romdaal found on <a href=\"https://wordpress.org/photos/photo/263636f704/\">WordPress.org/photos</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#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\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#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 has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Nov 2022 23:21:25 +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: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:69:\"WPTavern: Divi 5.0 Aims to Bring Greater Compatibility with Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/divi-5-0-aims-to-bring-greater-compatibility-with-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5698:\"<p>Divi, the popular commercial WordPress theme and page builder created by Elegant Themes, has <a href=\"https://www.elegantthemes.com/blog/general-news/the-future-of-divi\">announced</a> major changes coming in version 5.0 that constitute a complete rewrite of Divi’s core technologies. The update, which is expected to be released in beta next year, will focus on performance, stability, scalability, and extendability, but it will not introduce any new features.</p>\n\n\n\n<p>&#8220;We are recreating Divi’s backend framework, cleaning up years of technical debt, changing Divi’s storage format and improving its rendering mechanism,&#8221; Elegant Themes CEO Nick Roach said. &#8220;This new version of Divi will be able to processes design settings much more quickly.&#8221;</p>\n\n\n\n<p>One of the most notable changes coming in 5.0 is that Divi will be migrating away from shortcodes.</p>\n\n\n\n<p>&#8220;This change will bring Divi into alignment with the future of WordPress, which is evolving in a new direction,&#8221; Roach said.</p>\n\n\n\n<p>Divi will migrate to a new JSON format that is similar to the way Gutenberg stores data. The legacy shortcodes will continue to work and for a time Divi will lazy load in the old framework as necessary.</p>\n\n\n\n<p>&#8220;If you are using Divi shortcodes outside of your post content, it will be highly recommended to replace these shortcodes with our new json-based elements,&#8221; Roach said. &#8220;Otherwise, you are going to take a performance hit.&#8221;</p>\n\n\n\n<p>As part of the 5.0 update, Divi&#8217;s developers plan to include a button to perform the migration away from shortcodes, which will automatically change posts to use the new system.</p>\n\n\n\n<p>Divi 5.0 will also introduce a new Builder API, which Roach said &#8220;may also open up opportunities for Divi/Gutenberg cross-compatibility:&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Developers familiar with creating blocks for WordPress will find a lot of similarities in the Divi 5.0 module API. WordPress blocks will be more easily adapted to Divi and WordPress developers will be able to jump head first into building things for our community. We are building this new version of Divi to work in harmony with WordPress.</p>\n</blockquote>\n\n\n\n<p>News of the coming update was well-received by Divi users who posted additional questions and concerns in the comments. A few users were skeptical about the new direction but willing to see how it pans out.</p>\n\n\n\n<p>Peter R, a current user who said he appreciates Divi&#8217;s &#8220;nicer and smoother UX,&#8221; along with the collections of design settings, indicated that Divi seems to be falling behind what the block editor offers for building pages with dynamic data: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>As nice as Divi 5.0 sounds, it’s just sooo far away… especially since it won’t have the features I’m looking for at launch which will then take even longer if those features appear at all. I was really hoping Divi 5.0 would move more towards the Gutenberg block builder (other than back-end data storage etc). </p>\n\n\n\n<p>There seems to be a real arms race going on with block builders right now. Many are adding features that Divi simply can’t compete with now and will probably take years to match if at all. Far more flexible layouts especially when it comes to making your own post loops etc, more powerful features for displaying dynamic data or for collecting and storing data, and the ability to mix-and-match blocks from different creators so you don’t depend on a single provider like Divi.</p>\n</blockquote>\n\n\n\n<p>More than <a href=\"https://trends.builtwith.com/websitelist/Divi\">2,425,411 live websites</a> are currently using Divi and an an additional 1,486,812 sites that used the product historically, according to BuiltWith. The nearly 10-year-old product has grown steadily for years but seems to have plateaued beginning in 2020.</p>\n\n\n\n<img />\n\n\n\n<p>Embracing the way WordPress is going will be important for the page builder&#8217;s continued success, and Elegant Themes seems to be acknowledging this with the planned update.</p>\n\n\n\n<p>&#8220;On the block theme front, as a part of Divi 5.0, we are also transitioning into a Block Based theme, and since Divi 5.0 is actually internally built using the same &#8216;packages&#8217; that Gutenberg itself is composed of, Divi 5.0 has a lot of compatibility built in from the core,&#8221; Elegant Themes developer Josh Ronk said. </p>\n\n\n\n<p>&#8220;We are working diligently to push Divi 5.0 for maximum Gutenberg block compatibility, with the goal being that you would be able to use Gutenberg blocks inside of your Divi built pages, and then apply all of the Divi design options you love to the otherwise plain Gutenberg blocks you have installed. This means you won’t have to choose between Divi or Gutenberg, and rather you get Divi AND Gutenberg.&#8221;</p>\n\n\n\n<p>Divi&#8217;s developers plan to ensure the old Divi modules built with the current Divi API are backwards-compatible, working on the front end but with a more limited capacity in the Visual Builder. They will be encouraging developers to move to the new API to take advantage of the performance benefits. </p>\n\n\n\n<p>Divi 5.0 will not introduce new features or changes to Divi&#8217;s design, but the underlying architecture will be moving closer to Gutenberg compatibility. </p>\n\n\n\n<p>&#8220;Divi 5.0 will use React and it will leverage more of the native Gutenberg packages,&#8221; Roach said. &#8220;At some point we hope that Divi and Gutenberg will work in harmony. We don’t want to fight against the direction that WordPress is heading.&#8221;</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, 19 Nov 2022 00:07:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:40:\"Post Status: WordPress Community Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144726\";s:7:\"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/wordpress-community-roundup/\";s: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:3370:\"<h2 id=\"h-a-new-home-for-the-wordpress-community\">A New Home for the WordPress Community?</h2>\n\n\n\n<p>It sounds like a tall order, but there it is: over at <strong>Ollie</strong>, <strong>Mike McAlister</strong> has proposed &#8220;a thought experiment and design concept&#8221; called <strong>OpenPress</strong>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>What would it look like to start connecting millions of websites, users, and content that power half of the web in a more purposeful and open way?</p>\n</blockquote>\n\n\n\n<p><strong>Alex Kirk</strong> <a href=\"https://olliewp.com/finding-a-new-home-for-the-wordpress-community/#comment-19\">drew attention to his work on a plugin</a> I\'d never heard of called <strong><a href=\"https://wordpress.org/plugins/friends/\">Friends</a></strong>. Friends makes it easier to follow your selected blogs/<strong>RSS</strong> feeds inside WordPress — and restrict some posts to a private network of friends. There are content blocks with restricted visibility &#8220;for friends on a per-block basis.&#8221; Friends &#8220;supports <a href=\"https://indieweb.org/IndieAuth\"><strong>IndieAuth</strong></a>&#8221; and &#8220;doesn’t interfere with other <strong>IndieWeb</strong> projects such as <strong>Webmentions</strong>.&#8221;</p>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\"><strong>Black Friday/Cyber Monday</strong> is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>.&nbsp;<br /><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">Find this year’s deals here</a>. (More are being added weekly!)</p>\n\n\n\n<p><strong>Sabina Ionescu</strong> published <a href=\"https://www.codeinwp.com/blog/pandemic-vs-wordpress-two-years-after/\">a lot of different responses </a>from people in the WordPress community to questions about the impact of the pandemic on them.</p>\n\n\n\n<p>The <a href=\"https://www.theverge.com/23203911/screen-readers-history-blind-henter-curran-teh-nvda\">history of screen readers</a> is incredible! <strong>Sheon Han</strong> tells their hidden story and how “blind programmers have been creating the tools their community needs” — for decades.</p>\n\n\n\n<p><strong>Joanne Limburg</strong> discusses <a href=\"https://aeon.co/essays/what-does-it-mean-to-consider-yourself-a-disabled-person\">the agonizing and awful, inadequate questions about disability</a> in job applications, government forms, and thoughtless conversations.</p>\n\n\n\n<p><strong>Dan Knauss</strong> blogged about &#8220;crip time.&#8221; What happens if we <a href=\"https://cmt.blog/2022/10/16/crip-time/\">think about time management through disability</a>, pain, grief, or the needs of children?</p>\n\n\n\n<h2>Upcoming Events</h2>\n\n\n\n<ul>\n<li>Post Status <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>every week</li>\n\n\n\n<li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> is happening on <strong>December 16</strong> (New Date!)</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a></li>\n</ul>\n\n\n\n<p><strong>WordCamps</strong> are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 18 Nov 2022 20:30: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: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: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:\"Post Status: WordPress Business Roundup for the Week of November 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:32:\"https://poststatus.com/?p=144686\";s:7:\"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:78:\"https://poststatus.com/wordpress-business-roundup-for-the-week-of-november-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:6286:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><strong>Tom Willmot</strong> on the Challenges and Opportunities  Facing Enterprise WordPress • <strong>Tom Lach</strong> on the costs of rapid growth — It\'s not for everyone • The Future of GiveWP and the Block Editor • Evolving Edupack — and Sunsetting It • and more&#8230; </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">8</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-tom-willmot-on-the-challenges-and-opportunities-facing-enterprise-wordpress\"><a href=\"https://poststatus.com/tom-willmot-on-the-challenges-and-opportunities-facing-enterprise-wordpress-post-status-draft-130/\" target=\"_blank\" rel=\"noreferrer noopener\">Tom Willmot on the Challenges and Opportunities  Facing Enterprise WordPress</a></h2>\n\n\n\n<p>Sparked by <strong>Magne Ilsaas</strong>&#8216;s ideas in <a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a>, Tom started a Twitter thread and hosted a live discussion with Magne and others at enterprise WordPress agencies this week. Their main concern is the challenges that arise from not having a well-defined brand and market that allows &#8220;WordPress for the Enterprise&#8221; to stand out — without being ties to a particular WordPress company or host. After getting an outline of the problem as it stands today, I asked Tom what might help differentiate &#8220;Enterprise WordPress&#8221; as a collective or entire ecosystem of agencies operating within it. Can open-source values of sharing and cooperation shape a unique global identity for enterprise WordPress agencies? Is it time for an inter-agency association or &#8220;guild&#8221; to take on these challenges? <a href=\"https://poststatus.com/tom-willmot-on-the-challenges-and-opportunities-facing-enterprise-wordpress-post-status-draft-130/\" target=\"_blank\" rel=\"noreferrer noopener\">LISTEN→</a></p>\n\n\n\n<h2 id=\"h-big-growth-isn-t-for-everyone\"><a href=\"https://poststatus.com/big-growth-isnt-for-everyone/\">Big Growth Isn’t for Everyone</a></h2>\n\n\n\n<p>Back in 2019, <strong>Tom Lach</strong>&#8216;s agency was a team of 10 people, and they were entering a space where they could easily start working with big enterprises. Their idea of the future was to scale up and grow. Of course it was. How honest conversations at WCEU changed that. <a href=\"https://poststatus.com/big-growth-isnt-for-everyone/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></p>\n\n\n\n<h2 id=\"h-the-future-of-givewp-and-the-block-editor\"><a href=\"https://poststatus.com/the-future-of-givewp-and-the-block-editor/\">The Future of GiveWP and the Block Editor</a></h2>\n\n\n\n<p>The journey to <strong>GiveWP 3.0</strong> is well underway — an open, iterative development process that fully embraces WordPress\'s Gutenberg block editor. Give cofounder <strong>Matt Cromwell</strong> and development director <strong>Jason Adams</strong> share what they\'ve learned so far. <a href=\"https://poststatus.com/the-future-of-givewp-and-the-block-editor/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></p>\n\n\n\n<h2 id=\"h-evolving-edupack-and-sunsetting-it\"><a href=\"https://poststatus.com/evolving-edupack-a-one-size-fits-all-plugin-leads-to-an-accessibility-platform-and-enhanced-agency-services/\">Evolving Edupack</a> — and <a href=\"https://poststatus.com/keeping-higher-education-website-managers-dream-alive-while-sunsetting-edupack/\" target=\"_blank\" rel=\"noreferrer noopener\">Sunsetting It</a></h2>\n\n\n\n<p><strong>Blake Bertuccelli </strong>shares how a plugin that tried to do it all led to an accessibility platform and enhanced client services. <a href=\"https://poststatus.com/author/blake/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></p>\n\n\n\n<h2 id=\"h-quick-links\">Quick links</h2>\n\n\n\n<ul>\n<li>WordPress Terminology Meta at the <strong>WPwatercooler</strong>: Naming is hard, all over the WordPress ecosystem. This is <a href=\"https://wpwatercooler.com/devbranch/ep22-wordpress-terminology-meta/\">an important topic</a> that came out of a <strong>Post Status Slack #security</strong> discussion involving <strong>Robert Rowley</strong> and <strong>John James Jacoby</strong>.</li>\n\n\n\n<li>An overdue <strong>Do the Woo</strong> <a href=\"https://poststatus.com/catching-up-with-do-the-woo/\" target=\"_blank\" rel=\"noreferrer noopener\">roundup</a>.</li>\n\n\n\n<li><strong>Patchstack</strong>&#8216;s open vulnerability data is <a href=\"https://poststatus.com/patchstack-enriches-open-vulnerability-data-with-signals-showing-attack-volume-method-and-source/\">enriched with signals showing attack volume, method, and source</a>.</li>\n\n\n\n<li>To explore strange new words, to seek out bigger budgets without vendor lock-in, and to boldly go where your work is never done — these are the voyages of <a href=\"https://poststatus.com/the-enterprise/\">The Enterprise</a>. <a href=\"https://poststatus.com/the-enterprise/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></li>\n\n\n\n<li>Last-minute <strong>Black Friday</strong> tips for WordPress businesses from <strong>Alex Denning</strong> and <strong>Ellipsis</strong>. <a href=\"https://getellipsis.com/blog/black-friday-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></li>\n\n\n\n<li><a href=\"https://newsletterglue.com/blog/customer-stories/post-status/\" target=\"_blank\" rel=\"noreferrer noopener\">How I redesigned the Post Status’ newsletter for improve readability</a>. Thank <strong>Lesley Sim</strong> for this colorful and more legible newsletter! <a href=\"https://newsletterglue.com/blog/customer-stories/post-status/\" target=\"_blank\" rel=\"noreferrer noopener\">READ→</a></li>\n</ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 18 Nov 2022 17:36:52 +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: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:114:\"Post Status: Tom Willmot on the Challenges and Opportunities Facing Enterprise WordPress — Post Status Draft 130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144467\";s:7:\"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:121:\"https://poststatus.com/tom-willmot-on-the-challenges-and-opportunities-facing-enterprise-wordpress-post-status-draft-130/\";s: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:9991:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Sparked by <strong>Magne Ilsaas</strong>&#8216;s ideas in <a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a>, Tom started a Twitter thread and hosted a live discussion with Magne and others at enterprise WordPress agencies this week. Their main concern is the challenges that arise from not having a well-defined brand and market that allows &#8220;WordPress for the Enterprise&#8221; to stand out — without being ties to a particular WordPress company or host. After getting an outline of the problem as it stands today, I asked Tom what might help differentiate &#8220;Enterprise WordPress&#8221; as a collective or entire ecosystem of agencies operating within it. Can open-source values of sharing and cooperation shape a unique global identity for enterprise WordPress agencies? Is it time for an inter-agency association or &#8220;guild&#8221; to take on these challenges? </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">8</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\"><strong>Tom Willmot</strong> has been a WordPress pioneer and leader in the agency space since co-founding <strong>Human Made</strong> in 2010. Just in the past year, <strong>Human Made</strong> has more than doubled its size with a team of 100. Tom is also CEO and co-founder of <strong>Altis DXP</strong>, Human Made\'s enterprise WordPress digital experience platform. I caught up with Tom this week to find out what he\'s thinking about the challenges and opportunities of the enterprise market for WordPress agencies today. </p>\n\n\n\n<p>Sparked by <strong>Magne Ilsaas</strong>&#8216;s ideas in <a href=\"https://poststatus.com/the-wordpress-enterprise-paradox/\">The WordPress Enterprise Paradox</a>, Tom started <a href=\"https://twitter.com/tomwillmot/status/1589919739643834370\">a Twitter thread</a> and hosted a <a href=\"https://twitter.com/i/spaces/1OwxWwmOeykxQ?s=20\">live discussion</a> this week about the challenges of not having a well-defined brand and market for enterprise WordPress. In the minds of clients beyond the WordPress and open-source community not to mention unhelpful tech industry analysts, &#8220;WordPress&#8221; is something you can buy, and it\'s often confused with any number of related brands: <strong>Automattic</strong>, <strong>WordPress VIP</strong>, and managed WordPress hosts that support enterprise clients. </p>\n\n\n\n<p>After getting an outline of the problem as it stands today, I asked Tom what might help differentiate &#8220;Enterprise WordPress&#8221; as a collective or entire ecosystem of agencies operating within it. Can open-source values of sharing and cooperation shape a unique global identity for enterprise WordPress agencies? Is it time for an inter-agency association or &#8220;guild&#8221; to take on these challenges? (Human Made has <a href=\"https://handbook.hmn.md/working-here/guilds/\">an internal &#8220;guild&#8221; structure of cross-functional teams</a> — what could it look like to extend them across the whole agency space?)</p>\n\n\n\n<p>And how might that look within the WordPress ecosystem and others adjacent to it? Are more inter-agency gatherings needed along with greater participation in existing tech and design conferences? Will agencies like Human Made resume hosting conferences like their Day and Week of REST events in the past? Can the larger WordCamps cater to an enterprise track? Does Enterprise WordPress need its own conferences? I like <strong>Jeremy Keith</strong> and&nbsp;<strong>ClearLeft</strong> as <a href=\"https://clearleft.com/services/events-and-training/\" target=\"_blank\" rel=\"noreferrer noopener\">a model for agency thought leadership</a>. Magne has pointed to the <a href=\"https://www.sodaspeaks.com/\"><strong>Society of Digital Agencies</strong></a> (<strong>SoDA</strong>) as a model for organized peer collaboration and <strong><a href=\"https://buyersguidetowebprojects.com/\">North Patrol</a></strong> as a model for a research and advisory firm that connects agencies with clients and reports on regional enterprise web tech markets.</p>\n\n\n\n<p>This is an open, ongoing conversation. If it piques your interest, connect with Tom on Twitter. </p>\n\n\n\n<div class=\"is-layout-flow wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"is-layout-flex wp-container-16 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"StellarWP\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 class=\"StellarWP has-theme-palette-1-color has-text-color\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <span><a href=\"https://poststat.us/elementor\" rel=\"sponsored nofollow\">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href=\"https://elementor.com/community/\">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-top\"><div class=\"wp-block-image elementor-logo\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png\" alt=\"Elementor\" class=\"wp-image-104033\" width=\"150\" height=\"150\" title=\"Elementor Logo\" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://humanmade.com/\">Human Made</a> (<a href=\"https://github.com/humanmade/\">GitHub</a>) • <a href=\"https://tõm.com/\">Tom Willmot</a> • <a href=\"https://twitter.com/joe_hoyle?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Joe Hoyle</a> • <a href=\"https://twitter.com/noeltock\">Noel Tock</a> \n<ul>\n<li><a href=\"https://www.altis-dxp.com/\">Altis DXP</a> (<a href=\"https://github.com/humanmade/altis\">GitHub</a>) • <a href=\"https://humanmade.com/2019/06/17/a-technical-introduction-to-altis-enterprise-augmented-wordpress-platform/\">A Technical Introduction to Altis</a> • <a href=\"https://www.altis-dxp.com/accelerate/\">Altis Accelerate</a> (<a href=\"https://wordpress.org/plugins/altis-accelerate/\">Plugin</a>)</li>\n\n\n\n<li><a href=\"https://tõm.com/how-i-work/\">How Tom Works</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://www.forrester.com\">Forrester Research</a>\n<ul>\n<li><a href=\"https://www.forrester.com/report/now-tech-agile-content-management-systems-q2-2022/RES177332\">Now Tech: Agile Content Management Systems, Q2 2022</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://www.gartner.com/reviews/market/digital-experience-platforms\">Gartner Peer Insights 2022 DXP Reviews and Ratings</a> \n<ul>\n<li><a href=\"https://www.gartner.com/doc/reprints?id=1-298FK2QX&ct=220224&st=sb\">Magic Quadrant for Digital Experience Platforms 2022</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/tomwillmot\">Tom Willmot</a> (CEO, <a href=\"https://twitter.com/humanmadeltd\">Human Made</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 18 Nov 2022 16:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: A Sneak Peak into Do the Woo 4.0, Supporting Contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/a-sneak-peak-into-do-the-woo-4-0-supporting-contributors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:422:\"<p>In a recent podcast I gave a bit more insights to what you will be seeing with out newest update in early 2023.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-sneak-peak-into-do-the-woo-4-0-supporting-contributors/\">A Sneak Peak into Do the Woo 4.0, Supporting Contributors</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Nov 2022 10:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: WordPress Tech Roundup for the Week of November 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:32:\"https://poststatus.com/?p=144586\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/wordpress-tech-roundup-for-the-week-of-november-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:7153:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Learn Accessibility • The Return of SmashingConf • PHP 8.2 Release Delayed • Deno for Decoupled Front-End Development • LogoIpsum, Post to Telegram, and WP .gitgnore • Substack, the WordPress Plugin • Cool Tool: <a href=\"https://restrictwithstripe.com/\">Restrict With Stripe</a> </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">8</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2>Learn Accessibility</h2>\n\n\n\n<p>Digital accessibility, commonly abbreviated <strong>a11y</strong>, is an important subject in web developer circles. More and more, folks are looking for solid guidance on designing and building websites and web apps that disabled people can interact with in a meaningful and equivalent way.</p>\n\n\n\n<p>Fortunately, thanks to <strong><a href=\"https://twitter.com/cariefisher\">Carie Fisher</a>,</strong> with input and review from <a href=\"https://twitter.com/heyawhite\"><strong>Alexandra White</strong></a> and <a href=\"https://twitter.com/rachelandrew\"><strong>Rachel Andr</strong>ew</a>, web developers can now take the free <a href=\"https://web.dev/learn/accessibility/\"><strong>Learn Accessibility</strong></a> course at <a href=\"https://web.dev/\"><strong>web.dev</strong></a>.</p>\n\n\n\n<p>This course is for beginner and advanced web developers. You can go through the series from start to finish to get a general understanding of accessibility practices and testing, or you can use it as a reference for specific subjects.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_fe6707-ad\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-the-return-of-smashingconf\">The Return of SmashingConf</h2>\n\n\n\n<p>Front-end developers rejoice, the yearly <a href=\"https://twitter.com/smashingconf\"><strong>SmashingConf</strong></a> hosted by the folks at <a href=\"https://twitter.com/smashingmag\"><strong>Smashing Magazine</strong></a> is <a href=\"https://twitter.com/smashingmag/status/1592489575863451649\">back in 2023</a>!</p>\n\n\n\n<p>SmashingConf has two events this year: one in <a href=\"https://smashingconf.com/sf-2023\">San Fransisco, US</a>, and one in <a href=\"https://smashingconf.com/freiburg-2023\">Freiburg, Germany</a>.</p>\n\n\n\n<p>SmashingConf SF will cover everything from accessibility and advanced <strong>CSS</strong> to <strong>JavaScript</strong> gems and web performance, while SmashingConf Freiburg is all about front-end, <strong>UX</strong>, and design.&nbsp;</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_acdb2c-ee\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2>PHP 8.2 Release Delayed</h2>\n\n\n\n<p>Due to some critical bugs related to <strong>OPcache</strong> that “are very likely to happen in a real-world use case” the <strong>PHP</strong> release managers have <a href=\"https://news-web.php.net/php.internals/118991/php.internals/\">decided to add another PHP 8.2.0 RC</a> and push back the final 8.2.0 release to December 8, 2022.</p>\n\n\n\n<p>With the fast pace at which new PHP releases have been coming out, it’s good to remember that early testing of release candidates is critical to solid releases.&nbsp;</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_1cee3d-0d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2>Deno for Headless WordPress Themes</h2>\n\n\n\n<p>In a recent blog post on the <a href=\"https://deno.com/deploy\"><strong>Deno</strong></a> website, the team announced support for building <a href=\"https://deno.com/blog/introducing-fresh-wordpress-themes\">WordPress themes using the <strong>Fresh</strong> framework</a> as a front end for headless (or decoupled) WordPress.&nbsp;</p>\n\n\n\n<p>Deno is a runtime for <strong>JavaScript</strong>, <strong>TypeScript</strong>, and <strong>WebAssembly</strong> that is based on the <strong>V8 JavaScript</strong> engine and the <strong>Rust</strong> programming language. Created by <a href=\"https://tinyclouds.org/\"><strong>Ryan Dahl</strong></a>, the creator of the <strong>Node.js</strong> runtime, Deno aims to address some of Dahl’s regrets about the initial design decisions with Node.js.</p>\n\n\n\n<p>With the increased popularity of headless WordPress, this is an interesting entry into the space.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_4df434-ce\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-substack-the-wordpress-plugin\">Substack, the WordPress Plugin</h2>\n\n\n\n<p><strong>Ben Thompson</strong>’s <a href=\"https://stratechery.com/\">Stratechery</a> was a <strong>Substack</strong> inspiration and has always run on WordPress, but <a href=\"https://on.substack.com/p/five-years-of-substack-with-bill\">did you know Substack started as a WordPress product</a>?</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a1b824-37\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-logoipsum-post-to-telegram-and-wp-gitgnore\">LogoIpsum, Post to Telegram, and WP .gitgnore</h2>\n\n\n\n<ul>\n<li><a href=\"https://logoipsum.com/\">logoipsum.com</a> for free placeholder logos! Simple and sweet.</li>\n\n\n\n<li><strong>Jetpack</strong> and <strong>WordPress.com</strong> <a href=\"https://wordpress.com/blog/2022/07/18/publish-blog-posts-to-your-telegram-channel-automatically-with-jetpackwp-bot/\">can publish</a> to <strong>Telegram</strong>.</li>\n\n\n\n<li>The <a href=\"https://notesontech.com/wordpress-gitignore/\">ultimate gitignore for WordPress</a> projects.</li>\n</ul>\n\n\n\n<div class=\"is-layout-constrained wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Cool Tool: <a href=\"https://restrictwithstripe.com/\">Restrict With Stripe</a></h2>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<p><strong>Stranger Studios</strong> quietly launched a new e-commerce plugin for WordPress a few weeks ago: <a href=\"https://restrictwithstripe.com/\"><strong>Restrict With Stripe</strong></a>. If you love Stripe, it\'s for you. It connects to Stripe and lets you restrict a post, page, category, or tag by product so visitors must have purchased that product (or subscription) to get access to the restricted content. That\'s it.</p>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 18 Nov 2022 10:00:26 +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: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:62:\"WPTavern: Jetpack Search Adds Free Tier and 3-Month Free Trial\";s:7:\"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=139608\";s:7:\"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://wptavern.com/jetpack-search-adds-free-tier-and-3-month-free-trial\";s: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:3568:\"<p><a href=\"https://wordpress.org/plugins/jetpack-search/\">Jetpack Search</a>, a plugin that enhances WordPress&#8217; search capabilities, has <a href=\"https://jetpack.com/blog/jetpack-search-free-for-small-sites-and-free-trials-for-all/\">added a free tier</a> and a three-month free trial to what was previously only available as a paid upgrade. The plugin uses WordPress.com&#8217;s infrastructure to provide instant, more relevant search results without reloading the page, with real-time indexing, integration with WooCommerce, spelling correction, and more. </p>\n\n\n\n<p>Jetpack Search was <a href=\"https://wptavern.com/jetpack-goes-modular-with-more-features-now-available-as-individual-plugins\">launched as a standalone</a> plugin earlier this year but the user base hasn&#8217;t grown beyond a couple hundred active installs. The new free tier and free trials enable prospective customers to try out the functionality on their sites before committing to a new annual subscription.</p>\n\n\n\n<p>Free users are limited to 5k records (all posts, pages, and other types of content the site indexes) and 500 requests (every time a visitor searches for something on the site) per month. Sites that go over the limits will not be cut off for the first three months.</p>\n\n\n\n<p>At 10K records, pricing starts at $8.25/month, billed annually, and includes 10k requests, priority support, and unbranded search. When purchasing, <a href=\"https://twitter.com/gregibrown/status/1593314523158495232\">Jetpack estimates the size of the site</a>, but users who are not sure how many records they have can sign onto the free tier to find out. </p>\n\n\n\n<p>The previous pricing for Jetpack Search started at $2.50 per month (billed annually) for up to 100 records. The plugin&#8217;s support docs explain why Jetpack implemented this major pricing change:</p>\n\n\n\n<ol>\n<li><em>Many folks were only looking for Search and did not want to also be paying for features they didn’t need.</em></li>\n\n\n\n<li><em>Allowing an unlimited number of records felt unfair because it was preventing us from offering lower prices or making improvements. Our operating costs for a site with one million posts are much higher than for a site with one thousand posts, but both sites were paying the same amount. We also wanted to offer users a free option so that they can experience how great Jetpack Search is before making a commitment to buy.</em></li>\n</ol>\n\n\n\n<p>Jetpack assured existing search customers that the new pricing will not yet affect them until their plan renews and Automattic will contact them by email before the pricing changes.</p>\n\n\n\n<p>Jetpack Search is built on top of Elasticsearch, and currently uses version 7.16, which is Elastic&#8217;s proprietary offering after the company <a href=\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\">abandoned its open source licensing</a>. As a consequence, Amazon forked Elasticsearch and Kibana at version 7.10 to create the <a href=\"https://opensearch.org/\">OpenSearch</a> project.</p>\n\n\n\n<p>&#8220;We built our own solution on top of it. We use Elasticsearch to build Jetpack Search, but we also use a lot of our other systems, especially Jetpack Stats, to provide great search relevancy that you can’t get by just deploying Elasticsearch,&#8221; Jetpack Marketing Lead Rob Pugh said.</p>\n\n\n\n<p>&#8220;We are running both OpenSearch and Elasticsearch for different services but Jetpack Search is on ES. We&#8217;ll continue to consider both in the future.&#8221;</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, 18 Nov 2022 03:40: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: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:22:\"Post Status: Two Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144143\";s:7:\"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:33:\"https://poststatus.com/two-tools/\";s: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:450:\"<p><strong>Jetpack</strong> and <strong>WordPress.com</strong> <a href=\"https://wordpress.com/blog/2022/07/18/publish-blog-posts-to-your-telegram-channel-automatically-with-jetpackwp-bot/\">can publish</a> to <strong>Telegram</strong>.</p>\n\n\n\n<p>The <a href=\"https://notesontech.com/wordpress-gitignore/\">ultimate gitignore for WordPress</a> projects.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Nov 2022 21:37:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:45:\"Post Status: Are WebP and SVG Pixels Greener?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144155\";s:7:\"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://poststatus.com/are-webp-and-svg-pixels-greener/\";s: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:1204:\"<p>As a followup to <a href=\"https://poststatus.com/how-green-is-webp-really/\">my note in August on this topic</a>, here\'s what Tom Greenwood had to say about WebP\'s value to sustainability in WordPress:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I think as most browsers support WebP now, there is a real benefit to serving this format as it saves a lot on data transfer and improves performance. The downside perhaps is that most images are uploaded as JPG and pretty much all implementations that I have seen will then generate the WebP files as duplicates, so there is unfortunately an increase in data storage. I think the trade-off is worth it though.</p>\n\n\n\n<p>As for SVG, these can be way more efficient in terms of both data storage and transfer compared to JPG or WebP, but of course they should be well optimised, and I\'m not sure of an automated way to do that, so there is more hands on work there. The downside here is that complex SVG files could cause more CPU energy to be used on the end user\'s device, so the simpler the design and more optimised the files the better.</p>\n</blockquote>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Nov 2022 17:46:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Pandemic experiences, “Are you disabled?” and the history of screen readers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://poststatus.com/pandemic-experiences-are-you-disabled-and-the-history-of-screen-readers/\";s: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:1343:\"<p>Back in July, <strong>Sabina Ionescu</strong> published <a href=\"https://www.codeinwp.com/blog/pandemic-vs-wordpress-two-years-after/\">a lot of different responses </a>from people in the WordPress community to questions about the impact of the pandemic on them. I missed it then, but it\'s still relevant and worth reading. </p>\n\n\n\n<p>Some other things I\'ve enjoyed but haven\'t slipped into a post yet:</p>\n\n\n\n<p><strong>Joanne Limburg</strong> discusses <a href=\"https://aeon.co/essays/what-does-it-mean-to-consider-yourself-a-disabled-person\">the agonizing and awful, inadequate disability/disabled questions</a> that come with job applications, government forms, etc.:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>Do you consider yourself to be a disabled person?</strong></p>\n\n\n\n<p><strong>Yes: </strong>☐ <s><strong>No: </strong></s><s>☐</s><s><strong>Prefer not to say: </strong></s><s>☐</s></p>\n</blockquote>\n\n\n\n<p>The <a href=\"https://www.theverge.com/23203911/screen-readers-history-blind-henter-curran-teh-nvda\">history of screen readers</a> is incredible! <strong>Sheon Han</strong> tells their hidden story and how &#8220;blind programmers have been creating the tools their community needs&#8221; — for decades.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Nov 2022 14:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"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: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:92:\"Do The Woo Community: Piccia Neri, a Rocking Good UX Designer Passionate About Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73508\";s:7:\"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://dothewoo.io/piccia-neri-a-rocking-good-ux-designer-passionate-about-accessibility/\";s: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:475:\"<p>Piccia is passionate about good UX, and in this show offers some great user experience insights into both WordPress and WooCommerce sites.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/piccia-neri-a-rocking-good-ux-designer-passionate-about-accessibility/\">Piccia Neri, a Rocking Good UX Designer Passionate About Accessibility</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Nov 2022 10:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Post Status: Patchstack enriches open vulnerability data with signals showing attack volume, method, and source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144216\";s:7:\"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:120:\"https://poststatus.com/patchstack-enriches-open-vulnerability-data-with-signals-showing-attack-volume-method-and-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2682:\"<p>Back in August, Oliver Sild announced in Post Status Slack that Patchstack was opening up &#8220;additional data&#8221; to &#8220;enrich the vulnerability data&#8221; their service discloses, now &#8220;with [a] real-time IP feed of attackers who hit [Patchstack\'s] virtual patches.&#8221; </p>\n\n\n\n<p>Virtual patches are Patchstack\'s quick interventions for customers\' sites when an official patch doesn\'t exist yet for a newly disclosed vulnerability. In Oliver\'s words, they are &#8220;security rules that protect from specific plugin/theme/core vulnerabilities.&#8221; So, if someone is actually hitting these virtual patches, it\'s very likely they are trying to probe or exploit a vulnerability. </p>\n\n\n\n<p>Since the large number of sites being protected by Patchstack\'s virtual patches makes a very big (but impenetrable) attack surface for new vulnerabilities and zero-day attacks, it makes a perfect attack monitoring network — or possibly even a honeypot for attackers. The data Patchstack can get from hits to their patches &#8220;gives more context to all vulnerabilities.&#8221; In other words, they can see if a particular vulnerability is being targeted heavily — or not at all. Then they can prioritize the attention of their security network partners and &#8220;fight fearmongering (<em>i.e low severity plugins that get to media, but we all know are not exploited</em>).&#8221;</p>\n\n\n\n<p>Oliver breaks down the details:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>We create those virtual patches on a daily basis for all new security vulnerabilities that we add to the Patchstack Database and protect a very large number of sites globally. That gives us an accurate coverage of both small and big attack campaigns targeting WordPress sites and plugins, but more importantly — we are often able to identify the attackers and their new methods first. The cool thing is that since our virtual patches cause no false positives, the same quality applies to our IP threat feed.</p>\n</blockquote>\n\n\n\n<p>This is cool indeed! WordPress security could go on the offensive with information like this and shut down attackers with the help of hosting partners. </p>\n\n\n\n<p>Patchstack is going to publicly release the actual attack levels for each vulnerability in their database, &#8220;but for anyone who needs such data in bulk (to apply on their entire hosting infrastructure or to network firewalls), here’s some more information already: <a href=\"https://patchstack.com/for-hosts/\" target=\"_blank\" rel=\"noreferrer noopener\">https://patchstack.com/for-hosts/</a></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Nov 2022 05:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Loudness: A New Block Theme from Automattic\";s:7:\"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=139475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/loudness-a-new-block-theme-from-automattic\";s: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:3200:\"<p>Automattic has released a new block theme called <a href=\"https://wordpress.org/themes/loudness/\">Loudness</a> that is available on both WordPress.com and WordPress.org. It&#8217;s an artistic and opinionated theme based on the company&#8217;s <a href=\"https://href.li/?https://github.com/Automattic/themes/tree/trunk/block-canvas\">Block Canvas</a> starter theme. Although Loudness&#8217; brief description suggests the theme was created for &#8220;music and learning,&#8221; the design and custom patterns lend themselves to a variety of different use cases. It could easily be used to whip up a quick event website with ticketing, an artist&#8217;s portfolio, or even a personal blog.</p>\n\n\n\n<img />\n\n\n\n<p>Loudness&#8217; typography features the energetic combination of the sans-serif <a href=\"https://fonts.google.com/specimen/Rubik\">Rubik</a> font for headers and <a href=\"https://fonts.google.com/specimen/DM+Mono\">DM Mono</a> for paragraph text. The type design and font development for DM Mono was commissioned from <a href=\"https://www.colophon-foundry.org/\">Colophon Foundry</a>, an award-winning type foundry based in London.</p>\n\n\n\n<p>Installing and activating the theme on a fresh website offers users a good experience, as it automatically puts everything in the design in place exactly like the <a href=\"https://wp-themes.com/loudness/\">live demo</a> on WordPress.com. Users don&#8217;t have to figure out which patterns to add in order to get it looking like the demo. </p>\n\n\n\n<p>Loudness packages 12 custom block patterns, which can be previewed on WordPress.org. The pattern organization in this theme could be improved, as Loudness&#8217; patterns are intermixed with selections from the pattern directory. It&#8217;s not easy to differentiate which ones belong to the theme. For purists who like to use only the patterns included in the theme to keep the design tight, it&#8217;s much easier when a theme creates a custom label in the pattern explorer for its own patterns.</p>\n\n\n\n<p>Not pictured in the demo is a full-width FAQ pattern with a dark color scheme, which matches the other quirky design elements in the theme.</p>\n\n\n\n<img />\n\n\n\n<p>In addition to the instructors pattern and pricing table shown in the demo, Loudness includes artistic designs for a pullquote pattern and a section of large text.</p>\n\n\n\n<img />\n\n\n\n<p>Two illustrations are included for use in the header area or to break up the design. They can easily be swapped out for a photo or a custom illustration from another source.</p>\n\n\n\n<img />\n\n\n\n<p>Loudness doesn&#8217;t include any style variations, likely because most of the patterns are highly dependent on the established color palette. Although users are free to alter it in the Site Editor, the results may not be as harmonious as expected when using the illustrations in the site design.</p>\n\n\n\n<p>Loudness is a unique block theme that makes a strong impression and can be creatively applied to many different types of websites &#8211; from events to blogs to businesses and agencies. The theme is <a href=\"https://wordpress.org/themes/loudness/\">available for free from WordPress.org</a> and is also available to users on WordPress.com.</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, 17 Nov 2022 01:47: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: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: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:40:\"Post Status: Catching up with Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143970\";s:7:\"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/catching-up-with-do-the-woo/\";s: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:3251:\"<p>Bob puts out so much writing and audio at Do the Woo and has so many different people featured, it\'s hard to keep up! These are some recent ones I\'ve taken note of but didn\'t get into a post or newsletter. Definitely worth a listen:</p>\n\n\n\n<ul>\n<li>Did you know a client\'s involvement in a project makes it take 400% more time than it would without them? You can speed it up. <strong>Vito Peleg</strong> has <a href=\"https://dothewoo.io/woocommerce-project-delivery-proc\">lots of tips about delivery processes for WooCommerce projects</a>.</li>\n\n\n\n<li><strong>Milana Cap</strong> explains <a href=\"https://dothewoo.io/love-wp-cli/\">why she loves WP-CLI</a>.</li>\n\n\n\n<li><strong>Piccia Neri </strong>is <a href=\"https://dothewoo.io/piccia-neri-a-rocking-good-ux-designer-passionate-about-accessibility/\">a Rocking Good UX Designer and Passionate About Accessibility</a>!</li>\n\n\n\n<li><strong>Abha Thakor</strong> on <a href=\"https://dothewoo.io/storytelling-for-woocommerce-product-builders/\">why proper storytelling matters</a> and what it should look like for WooCommerce product builders.</li>\n\n\n\n<li><strong>Krissie VandeNoord</strong> on <a href=\"https://dothewoo.io/krissie-vandenoord-building-custom-solutions-with-woocommerce/\">Building Custom Solutions with WooCommerce</a>.</li>\n\n\n\n<li><a href=\"https://dothewoo.io/back-end-front-end-woocommerce-performance-insights/\">Front end and back end performance tips</a> for WooCommerce from <strong>Colm Troy</strong>.</li>\n\n\n\n<li><strong>David Mainayar</strong> and <strong>Robert Windisch</strong> make a very funny and insightful pair of guest experts on <a href=\"https://dothewoo.io/future-of-payments-woocommerce/\">the future of payments</a>. Is it just &#8220;a knife fight in the mud for the basis points on the transaction?&#8221;</li>\n\n\n\n<li><strong>Maciek Palmowski</strong> joins <strong>Zach Stepek</strong> and <strong>Carl Alexander</strong> to talk about <a href=\"https://dothewoo.io/continuous-integration-and-deployment/\">WooComerce and continuous Integration and deployment</a>. (CI/CD)</li>\n\n\n\n<li><a href=\"https://dothewoo.io/future-woocommerce-wordpress-blocks/\">The future of blocks is bright</a>, says <strong>Birgit Pauli-Haack</strong>.</li>\n\n\n\n<li><strong>BobWP</strong> himself on <a href=\"https://click.pstmrk.it/2sm/dothewoo.io%2Fthe-enigma-of-wordpress-and-woocommerce-partnerships%2F/dg3mCjAN/J7RK/sSkqbLLmqQ/YXV0b21hdGlvbi0xMTA\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce partnerships</a>: affiliates, real business partners, sponsorships, and &#8220;soft&#8221; partners. </li>\n\n\n\n<li>This summer Bob shared his reflections on the history of Woo meetups and said he is considering <a href=\"https://dothewoo.io/what-about-that-woo-builder-meetup/\">a reboot</a> of some kind of in-person event — maybe even <a href=\"https://dothewoo.io/future-woocommerce-conference/\">a full conference</a>! Send him your thoughts.</li>\n\n\n\n<li>Best of all, Bob is starting to unroll his plans to <a href=\"https://dothewoo.io/a-sneak-peak-into-do-the-woo-4-0-supporting-contributors/\">help support WordPress contributors</a> by being a conduit for funding sources.</li>\n</ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Nov 2022 00:29:01 +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: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:43:\"Post Status: Naming is hard—but important\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://poststatus.com/naming-is-hard-but-important/\";s: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:502:\"<p>This is <a href=\"https://wpwatercooler.com/devbranch/ep22-wordpress-terminology-meta/\">an important topic</a> that came out of a <strong>Post Status Slack #security</strong> discussion involving <strong>Robert Rowley</strong> and <strong>John James Jacoby</strong>: WordPress Terminology Meta. It continued over at the <strong>WPwatercooler</strong>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 16 Nov 2022 21:17: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: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: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:86:\"Post Status: WordPress 6.1.1 • Team Rep Nominations • Codespaces for Contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=144028\";s:7:\"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:89:\"https://poststatus.com/wordpress-6-1-1-team-rep-nominations-codespaces-for-contributions/\";s: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:16163:\"<h2 id=\"h-this-week-at-wordpress-org-november-14-2022\">This Week at WordPress.org (November 14, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Time to update, WordPress 6.1.1 is out! GitHub has made Codespaces available for 60 hours/month, and WordPress is exploring Core contribution integrations with <code>wordpress/wordpress-develop</code>. It\'s team rep nomination time too. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WordPress 6.1.1 now available</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\">WordPress 6.1.1 Maintenance Release</a> <br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bb.png\" alt=\"💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fc.png\" alt=\"🙋🏼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/updates/2022/11/15/team-rep-nominations-2022/\">Team Rep Nominations, 2022</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\">WordPress 6.1.1 Maintenance Release</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\">WP Briefing: Episode 43: Openverse & Photo Directory– What Are They, and How Are They Different?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/15/team-rep-nominations-2022/\">Team Rep Nominations, 2022</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-19 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/11/15/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-november-9-2022/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on November 9, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/11/upcoming-wpdiversity-events-december-2022/\">Upcoming #WPDiversity Events: December 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/10/community-team-rep-nominations-for-2023/\">Community Team Rep Nominations for 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/15/a-week-in-core-november-14-2022/\">A Week in Core – November 14, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/14/nominations-for-core-team-reps-2023-edition/\">Nominations for Core Team Reps: 2023 Edition</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">WordPress 6.1 ‘Misha’ Retrospective</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/15/dev-chat-agenda-wednesday-november-16-2022/\">Dev chat agenda: Wednesday, November 16, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/14/editor-chat-agenda-nov-16-2022/\">Editor Chat Agenda: November 16, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">A refresh of WordPress.org/Showcase</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2022/11/15/summary-of-docs-team-meeting-15-november-2022/\">Summary of Docs Team Meeting: 15 November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2022/11/14/13791/\">Agenda for 15 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/11/09/nominations-for-hosting-team-reps-2023/\">Nominations for Hosting Team Reps 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/16/2023-team-rep-nominations-for-marketing/\">2023 Team Rep Nominations for Marketing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/16/agenda-global-marketing-team-meeting-november-16-2022/\">Agenda: global Marketing Team meeting, November 16, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/16/notes-global-marketing-team-meeting-november-9-2022/\">Notes: Global Marketing Team meeting, November 9, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">WordPress.org Redesign Update</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/15/call-for-testing-wordpress-for-android-21-2/\">Call for Testing: WordPress for Android 21.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/mobile/2022/11/14/call-for-testing-wordpress-for-ios-21-2/\">Call for Testing: WordPress for iOS 21.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/15/mobile-team-update-november-15th/\">Mobile Team Update – November 15th</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"http://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/16/openverse-now-includes-over-1-million-audio-records/\">Openverse Now Includes Over 1 Million Audio Records</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/16/thinking-towards-2023/\">Thinking towards 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/16/record-number-of-contributors-for-the-catalog/\">Record number of contributors for the Catalog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2022/11/15/community-meeting-recap-15-november-2022/\">Community Meeting Recap (15 November 2022)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/15/performance-chat-summary-15-november-2022/\">Performance Chat Summary: 15 November 2022</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/16/polyglots-outreach-effort-november-2022/\">Polyglots Outreach Effort: November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/15/agenda-weekly-polyglots-chat-nov-16-2022-700-utc/\">Agenda: Weekly Polyglots Chat – Nov. 16, 2022 (7:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/\">Call for Polyglots Team Representatives</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Now we have a sustainability channel in Making WordPress Slack, what should we do?</a></li>\n</ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/11/agenda-support-team-meeting-thursday-november-11-2022/\">Agenda: Support Team Meeting Thursday, November 10, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2022/10/october-27th-support-team-meeting-summary-2/\">October 27th Support Team Meeting Summary</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2022/11/13/fse-program-exploration-site-editor-sneak-peek/\">FSE Program Exploration: Site Editor Sneak Peek</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/14/test-team-update-14-november-2022/\">Test Team Update: 14 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2022/11/16/nominations-call-for-the-themes-team-representatives-2023-edition/\">Nominations Call for the themes team representatives: 2023 Edition</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2022/11/09/themes-team-meeting-notes-november-08-2022/\">Themes Team Meeting Notes –&nbsp;November 08, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/15/themes-team-update-november-15-2022/\">Themes team update November 15, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/choosing-accessible-contrasting-dark-theme-colors-for-online-workshops-and-tutorial-videos/\">Choosing accessible/contrasting dark theme colors for online workshops and tutorial videos</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/15/november-2022-faculty-meeting/\">November 2022 Faculty Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/14/meeting-agenda-for-november-15-2022/\">Meeting Agenda for November 15, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/choosing-accessible-contrasting-dark-theme-colors-for-online-workshops-and-tutorial-videos/\">Choosing accessible/contrasting dark theme colors for online workshops and tutorial videos</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/training-team-meeting-recap-for-november-1-2022/\">Training Team Meeting Recap for November 1, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/project-thread-content-localization-foundations/\">Project Thread: Content Localization Foundations</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/%E0%A4%AA%E0%A4%BE%E0%A4%A0-%E0%A4%AF%E0%A5%8B%E0%A4%9C%E0%A4%A8%E0%A4%BE-%E0%A4%95%E0%A5%88%E0%A4%B8%E0%A5%87-%E0%A4%AC%E0%A4%A8%E0%A4%BE%E0%A4%8F%E0%A4%82/\">पाठ योजना कैसे बनाएं</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plan/%E0%A4%AA%E0%A4%BE%E0%A4%A0-%E0%A4%AF%E0%A5%8B%E0%A4%9C%E0%A4%A8%E0%A4%BE-%E0%A4%95%E0%A4%B8%E0%A4%B0%E0%A5%80-%E0%A4%AC%E0%A4%A8%E0%A4%BE%E0%A4%89%E0%A4%A8%E0%A5%87/\">पाठ योजना कसरी बनाउने</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/block-spacing/\">Block Spacing</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=demystifying-gutenberg-2\">Demystifying Gutenberg</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=demystifying-gutenberg\">Demystifying Gutenberg</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=thessaloniki-wordpress-meetup-block-theme-workshop-part-2\">Thessaloniki WordPress Meetup: Block Theme Workshop – Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-developing-blocks-without-react-part-2\">WordPress development live stream: Developing Blocks without React – Part 2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos are now auto-published to YouTube</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 16 Nov 2022 19:36:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: WordCamp Asia 2023 Announces Speakers, Unveils Wapuu Mascot\";s:7:\"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=139547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wordcamp-asia-2023-announces-speakers-unveils-wapuu-mascot\";s: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:2443:\"<p>WordCamp Asia 2023, the first flagship event to take place in Asia, is just a few months away, scheduled for February 17-19, 2023, in Bangkok, Thailand. Organizers have <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">announced the first round of speakers</a>, a diverse selection of WordPress professionals from Asia and across the globe.</p>\n\n\n\n<img />\n\n\n\n<p>The event has also <a href=\"https://asia.wordcamp.org/2023/meet-wordcamp-asia-2023-wapuu/\">unveiled its wapuu mascot</a>. After receiving 10 design submissions from eight designers from India, Malaysia, Hong Kong, the Philippines, Taiwan, and Japan, organizers selected the Chao Phraya Boat Wapuu. Designer Chiaki Kouno explained the concept:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This boat takes us to the venue “Icon Siam” on the Chao Phraya River! The boat contains the key colours of the WCA and the WCA logo is displayed on the ball. There is a splash of waves expressing a speedy feeling, showing everyone’s expectations for the last three years.</p>\n</blockquote>\n\n\n\n<img />\n\n\n\n<p>WordCamp Asia is running a series of webinars for contributors and attendees. The first episode was broadcast on Twitter this week and is embedded below. Organizers are asking contributors to share their stories in text, audio, or video format, to encourage newcomers to participate in the Contributor Day event. The webinar also featured tours of<strong> </strong>ICONSIAM, a beautiful and modern venue where the first WordCamp Asia will take place.</p>\n\n\n\n<p>Organizers <a href=\"https://asia.wordcamp.org/2023/childcare-services-at-wordcamp-asia/\">published a notice</a> that there will be no childcare offered at the WordCamp, due to the potential for COVID-19 transmission. Nursing and changing facilities are available the 4th and 5th floor of the venue, which also offers some children&#8217;s entertainment options. Those who are 12 years old and younger can attend the conference for free if accompanied by an adult who has purchased a ticket.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">WordCamp Asia 2023 Contributor Series | Episode 01: Introduction <a href=\"https://t.co/5HdpCu2WvU\">https://t.co/5HdpCu2WvU</a></p>&mdash; WordCamp Asia (@WordCampAsia) <a href=\"https://twitter.com/WordCampAsia/status/1592518105737334787?ref_src=twsrc%5Etfw\">November 15, 2022</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2022 19:19:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: #51 – Adam Lowe on Building Websites With Pinegrow’s New WordPress Plugin\";s:7:\"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=139471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/51-adam-lowe-on-building-websites-with-pinegrows-new-wordpress-plugin\";s: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:52951:\"Transcript<div>\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case using the new plugin from Pinegrow to create complex WordPress websites.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show.</p>\n\n\n\n<p>Head over to WPTavern.com forward slash contact forward slash jutebox and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Adam Lowe. Adam runs Peak Performance Digital, a small web consulting agency in Washington, DC, which specializes in providing website strategy along with custom WordPress solutions.</p>\n\n\n\n<p>He&#8217;s on the podcast today to talk about a new plugin from Pinegrow. Adam does not represent the company, but as an avid user of their products and experienced in how they work. The Pinegrow web editor is a desktop tool that lets you build websites with a graphical user interface.</p>\n\n\n\n<p>The closest comparison would be a page builder, but this is not entirely accurate. Unlike most page builders, which require very little technical expertise. Pinegrow does require an understanding of technology such as CSS, SASS Grid, Bootstrap, Tailwind CSS, to make use of the platform. The intention of the tool is to make it possible to create complex sites, but with a close eye on the HTML and CSS that is being output.</p>\n\n\n\n<p>Given the popularity of WordPress, the Pinegrow developers have created a WordPress plugin, which is just about to be released. It&#8217;s in closed beta and Adam has been using it as his go-to solution for several months now.</p>\n\n\n\n<p>We talk about what the platform can do and how it works. It&#8217;s not going to be a plugin for beginners, and there&#8217;s going to be a learning curve for those who do take the plunge. It&#8217;s intended as a bit of a bridge between novices and WordPress experts.</p>\n\n\n\n<p>We also get into a discussion about the fact that Pinegrow is intended to be a no dependency solution. Once you finished creating your theme block or whatever else you might want to create, you can export that in a way that no longer needs Pinegrow at all. If you&#8217;re curious about new ways to create websites in WordPress, have a listen to the podcast and see if Pinegrow is a good fit.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Adam Lowe.</p>\n\n\n\n<p>I am joined on the podcast today by Adam Lowe. Hello, Adam.</p>\n\n\n\n<p>[00:03:46] <strong>Adam Lowe:</strong> Hello.</p>\n\n\n\n<p>[00:03:47] <strong>Nathan Wrigley:</strong> It is very nice to have you on the podcast today. We normally begin with a little bit of a brief introduction from our guests, just so that we can orientate ourselves around who you are, what your relationship is with WordPress. So if you wouldn&#8217;t mind, just for a few moments, just briefly describe your past in the WordPress space or with tech in a more general way.</p>\n\n\n\n<p>[00:04:07] <strong>Adam Lowe:</strong> I had been in the website space for a long time. I started in the late nineties. I actually think that I built my first website and sold my first in website 1997. And I&#8217;ve been around WordPress since the very first version, I think that was called Miles Davis actually. Used it for quite a while. Took a little bit of time away while I worked in-house in corporate, using some enterprise products. And then I got back into it again, I guess six or seven years ago. So it&#8217;s been a really interesting journey and seeing how far it&#8217;s come in that time period has been incredible.</p>\n\n\n\n<p>[00:04:36] <strong>Nathan Wrigley:</strong> You are on the podcast today to talk about a particular tool that you&#8217;ve been using. It&#8217;s a curious tool in that it is soon to be a WordPress plugin. So the features that the desktop version has had for a long time are being ported over into a WordPress plugin so that you can use it inside different installs of WordPress.</p>\n\n\n\n<p>It&#8217;s called Pinegrow. If you&#8217;ve not come across Pinegrow before, maybe it&#8217;s a good idea to pause the podcast and go Google Pinegrow. I&#8217;m sure you&#8217;ll find it. You can see exactly what it does, but would you be able to, first of all, lay out what Pinegrow is, and also would you just make it clear what your relationship to the company is? Because I think that might be an important thing to clarify right at the start.</p>\n\n\n\n<p>[00:05:19] <strong>Adam Lowe:</strong> It definitely is and I appreciate that. So Pinegrow, it looks like a page builder. It acts like a page builder. It smells like a page builder, but it&#8217;s not a page builder. Pinegrow is actually a theme builder and a block plugin builder, and what it does is it lets you visually create websites and visually create blocks and themes, and then it takes what you create in their builder and it spits out WordPress native code.</p>\n\n\n\n<p>So it uses native WordPress functions and all of that to, spit out React blocks, and PHP themes that you can just move to your website and install like you would anything else that you had hand coded. So, whereas most page builders live inside of WordPress and require you to have it installed and running, Pinegrow doesn&#8217;t need that.</p>\n\n\n\n<p>Pinegrow is just a builder that lets you, build things, basically code in a very visual manner. My relation to them is, I&#8217;m just a user. I pay for the product. I didn&#8217;t even think that it was going to be my main product a year and a half ago, but the more that I&#8217;ve used it, the more I&#8217;ve come to rely on it and I see the benefits of it.</p>\n\n\n\n<p>So I have developed a very close relationship with the company. I&#8217;m not employed by them. They don&#8217;t pay me, nothing like that. I just feel very passionate about this as a product and it definitely suits my needs from a business standpoint.</p>\n\n\n\n<p>[00:06:36] <strong>Nathan Wrigley:</strong> That&#8217;s good to clear up. Thank you for that. The intention of the product then, in the future will be that the desktop version that you&#8217;ve been using for years, is now going to be a WordPress plugin. In other words, you could install it on different sites, and you could modify all of the different pieces of your WordPress website.</p>\n\n\n\n<p>But just to be clear, once you have finished that work and exported a theme or a plugin, block, whatever it may be, you&#8217;re making the point that it&#8217;s no longer required. There isn&#8217;t a dependency to have that plugin installed any longer. You could whip it out. Remove all trace of Pinegrow, and everything should still just work.</p>\n\n\n\n<p>[00:07:17] <strong>Adam Lowe:</strong> That&#8217;s absolutely right. And when I talked to Matjaž a few, I guess several months ago, and he was telling me about this project, I had asked him, hey, is it possible to be able to do this sort of thing? And he came back and said, yes. And my mind was completely blown. I just didn&#8217;t think that anyone was going to be, maybe brave enough or, able to build something like that.</p>\n\n\n\n<p>And when he came back and said that, yes, this is the way that it already works, I was like, I need to get in this beta. And maybe two months ago he invited me into the private beta, and I&#8217;ve been testing it ever since. And yeah, it&#8217;s incredible that that&#8217;s what it does. It is just a builder that, it creates a plugin that you activate like a normal plugin or creates a theme that you activate like a normal theme. And once you&#8217;ve got it in there, the need for the Pinegrow builder plugin is gone. The only reason why you would potentially need or even want it, is if you wanted to make a change to that theme or to that block plugin. So there is still a benefit of having it on there, but it&#8217;s definitely not a dependency or a requirement.</p>\n\n\n\n<p>[00:08:12] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really quite interesting. Obviously, if we&#8217;re using a typical page builder, if we remove the page builder, the page will look entirely different. But in this scenario, everything should still look the same because it&#8217;s not requiring Pinegrow from that moment on.</p>\n\n\n\n<p>[00:08:26] <strong>Adam Lowe:</strong> Exactly.</p>\n\n\n\n<p>[00:08:27] <strong>Nathan Wrigley:</strong> I&#8217;ve watched a few of your YouTube videos and I think we should probably figure out who the target audience for this is first, because the promise of page builders really is that more or less anybody can start building a website. And obviously, the advent of Gutenberg and full site editing and so on, that is hoped to be the promise. That anybody can log in and with a little bit of orientation and familiarization, they can start dropping things into the page and come up with something, perhaps use templates and modify those templates and so on.</p>\n\n\n\n<p>I think it&#8217;s fair to say that Pinegrow is not really aimed at that target audience. It feels to me like the barrier to entry may be a little bit higher than that. Have you got anything to, to add to that?</p>\n\n\n\n<p>[00:09:10] <strong>Adam Lowe:</strong> You&#8217;re right on the money. It is definitely not aimed at the new person. It&#8217;s not aimed at the Elementor crowd. It&#8217;s not aimed at even the DIY person. Originally Pinegrow was aimed at developers, and the desktop version, which is continuing to be supported and available. The desktop version continues to have more and different features than the website plugin. But that is really aimed towards people who want to get into the weeds.</p>\n\n\n\n<p>For the WordPress plugin, they&#8217;ve definitely put some considerations in there for people who aren&#8217;t quite as comfortable in code. So we&#8217;ve got some quick start tutorials. We&#8217;ve got some more, a little bit more handholding, but not as much as you would get with an Elementor. The best audience for Pinegrow would be somebody who is comfortable with code but doesn&#8217;t want to use it.</p>\n\n\n\n<p>Or maybe somebody who is trying to learn a little bit of code, or knows the concepts, but doesn&#8217;t want to get in there and write PHP, HTML, CSS all day long.</p>\n\n\n\n<p>[00:10:06] <strong>Nathan Wrigley:</strong> Is the reason for that because you need to have some sort of understanding, familiarity with the way WordPress works internally. Because this is generating, essentially code? You need to really understand where that code needs to be deployed, which lines of the HTML for example, it is that you&#8217;re going to target with various things. You need to basically have some understanding, otherwise, is it just going to be a purely frustrating experience?</p>\n\n\n\n<p>[00:10:32] <strong>Adam Lowe:</strong> That&#8217;s exactly what it is, and you need to have a conceptual understanding of how WordPress works and how code works. Not really a practical hands on understanding of it. So you don&#8217;t need to know what all the functions are and how to, how to write them from scratch. But you need to know when to use different things. You need to understand how the theme hierarchy works. You need to understand how WordPress calls different pieces. Again, what the names of some of those functions are so that you can apply them.</p>\n\n\n\n<p>[00:11:00] <strong>Nathan Wrigley:</strong> So, from everything that you&#8217;ve said, it feels a little bit like a bridge between, let&#8217;s just use the word novice, a novice user, and somebody who essentially is a complete expert. They understand everything. They can just open up, sort of IDE, a text editor if you like, and happily type away and build up all of the bits and pieces that they need.</p>\n\n\n\n<p>This is somewhere in between. You need to be, not an expert, but not a complete novice. There&#8217;s going to be some handholding and the UI will assist you along that path. But there&#8217;s definitely going to be some requirement to understand bits and pieces of how WordPress works conceptually.</p>\n\n\n\n<p>[00:11:34] <strong>Adam Lowe:</strong> That&#8217;s exactly what it is. And if you look at some of the more advanced page builders on the market, I&#8217;d say about half that crowd, the more advanced half of that crowd, would be perfect for using Pinegrow. And the less advanced half might get confused by it. And then you have the developer side, the people that can code who just don&#8217;t want to, and don&#8217;t want to do all that repetitive stuff. And that is definitely a great market for Pinegrow.</p>\n\n\n\n<p>[00:11:56] <strong>Nathan Wrigley:</strong> In terms of the level of understanding that would be a sensible default. Where are we pitching that really? Do you have to understand pretty much all of HTML and CSS? Do you have to have any understanding of JavaScript and React and so on? What are the core principles that you&#8217;d have to know off the bat, just so that you could begin using it?</p>\n\n\n\n<p>Because, I get the impression, having looked at your YouTube videos, that if I put a complete inexperienced user in front of this, there would just be, well, 10 minutes of mayhem and then throwing the computer out the window because it would be a very frustrating experience, because you wouldn&#8217;t know what anything meant. Where would you pitch this in terms of your CSS knowledge, HTML knowledge, and so on?</p>\n\n\n\n<p>[00:12:38] <strong>Adam Lowe:</strong> You definitely want to know HTML, and you want to understand, again, the concepts of CSS and maybe what the different things are called in there. Because Pinegrow has the visual controls for everything. You don&#8217;t need to remember what all the different classes are and what all the different properties are and everything like that.</p>\n\n\n\n<p>You can come in and click and start creating your CSS rules visually. So that&#8217;s great. But you do need to understand how CSS works, again, at a conceptual level. And the same thing with HTML. You don&#8217;t need to know all the different bits and pieces. You don&#8217;t have to memorize 300 and some odd elements. You need to have an understanding of what to use and when.</p>\n\n\n\n<p>[00:13:12] <strong>Nathan Wrigley:</strong> Does the plugin, because I think really that&#8217;s what we&#8217;re focusing on here. Does plugin bring along any guidance or tutorials to help you bridge that gap? So, explanations of how the UI works, but also more broadly, explanations of how WordPress works and explanations of things like CSS so that you can be swept along, just following Pinegrow&#8217;s documentation.</p>\n\n\n\n<p>[00:13:38] <strong>Adam Lowe:</strong> First of all, Pinegrow&#8217;s got an incredible amount of documentation on their website and they&#8217;ve got tutorials for just about everything. So if you&#8217;re interested in it, I would start there. The plugin does have a new tutorial section built in and they have one tutorial built that takes you kind of start to finish on how to create a block. And it walks you through how to use the interface, how to create CSS rules, how to put elements on the page. Basically how to do everything you need to do.</p>\n\n\n\n<p>So them, including that has been, a great way to get your feet wet and get a basic understanding. But then, you go to the website and they&#8217;ve got tutorials on how CSS works. They&#8217;ve got tutorials on how WordPress works. They&#8217;ve got tutorials on how to create a WooCommerce site from scratch. How to create themes from scratch, all of that stuff. And it&#8217;s really just a matter of going in, and the more you use it, and the more you do the tutorials yourself, the better you&#8217;re going to understand it.</p>\n\n\n\n<p>[00:14:28] <strong>Nathan Wrigley:</strong> A typical page builder&#8217;s UI would contain a panel at some point on the page, which would have icons, and those icons would be indicative of what the thing that you are about to drop on the page, the element, the module, whatever it is. You&#8217;d drop that onto the page and then something would immediately appear and you would then go about tweaking. You&#8217;d maybe change some numbers if it was padding or margin or font size or what have you. You could type text and change different things like background layouts and all of that. Is that broadly what Pinegrow looks like? Could you just sort of give us some indication of what the UI looks like and what we can expect? I know that&#8217;s very difficult in audio, but it&#8217;s probably important to understand what you&#8217;re getting into.</p>\n\n\n\n<p>[00:15:08] <strong>Adam Lowe:</strong> It really is, and you should see the hand gestures that I&#8217;m doing right now. They make absolutely no sense to anybody. So no, you&#8217;re definitely not dragging elements onto the page like you would with something like Elementor. You&#8217;re dragging raw HTML elements, which, if you don&#8217;t have any styling on them, they look like nothing, or they just look like plain text. It&#8217;s not until you start adding CSS to it that it does anything.</p>\n\n\n\n<p>So no, you don&#8217;t have those icons on there. You don&#8217;t have that kind of friendly thing. Again, I would equate it more to what you see with the advanced page builders in the WordPress space where you&#8217;re adding a section, you&#8217;re adding a column, you know, you&#8217;re adding in a header, you&#8217;re adding a text element. You do not get those predefined components. So you&#8217;re not going to get a menu builder. You&#8217;re not going to get a carousel element that you can just drag on there. You&#8217;re not going to get an accordion element that you can just drag onto there.</p>\n\n\n\n<p>Pinegrow does expect that you are able to either build that yourself or find libraries that are out there that you can just grab the code from and plop that into your page. They do include some starter libraries, and blocks, and components if you&#8217;re using something like Bootstrap or Tailwind. But if you&#8217;re just doing an HTML and CSS project, then no, you&#8217;re not going to get that.</p>\n\n\n\n<p>[00:16:18] <strong>Nathan Wrigley:</strong> Does Pinegrow have a community of people that have been doing things for a while in the background there? So in other words, if I was to get into this, is there a forum of some kind where I could go and see other people&#8217;s work that&#8217;s already been created? Or am I very much looking at tutorials and then I&#8217;m on my own, I&#8217;ve gotta work it out for myself?</p>\n\n\n\n<p>[00:16:37] <strong>Adam Lowe:</strong> So the Pinegrow website does have a very good forum. They&#8217;re not very active on Facebook. They&#8217;ve got their own reason, basically they don&#8217;t like Facebook and, and I&#8217;m okay with that. They&#8217;re not very active on Facebook, but if you go to pinegrow.com, they do have forums on there. It&#8217;s actually forum.pinegrow.com and that&#8217;s a great place to talk to other Pinegrow users, to get directly in touch with the company themselves. And they do have a section on there where people can showcase their work.</p>\n\n\n\n<p>The other place you can go, they&#8217;ve got a product called Pinegrow Online, which probably isn&#8217;t going anywhere, but it&#8217;s actually a very, very early version of this WordPress plugin. And if you go to pinegrowonline.com, I believe it is, or if you just Google Pinegrow online, you&#8217;ll see this. And right there on the page they&#8217;ve got, I don&#8217;t know, maybe 20 projects that people had submitted that you can come in, you can look at, and you can even open up the builder right there from the website and see how they&#8217;re created.</p>\n\n\n\n<p>[00:17:31] <strong>Nathan Wrigley:</strong> That&#8217;s really nice to know. Yeah, thank you for that. With a page builder, the intention is very much to build a website. You install it. You add pages. Possibly some templates for various different things, categories and so on and so forth. And at the end of it, the website is built that really is the point.</p>\n\n\n\n<p>Now, it feels to me that whilst that is also the point of Pinegrow, the intention is very much to create other things. So for example, to create blocks which you may wish to export and use elsewhere. Themes, which you may wish to use and export elsewhere? Have I got that? Have I understood that right? Is this not just a tool for building websites? This is also a tool for building components, themes, blocks, and so on. Plugins for other websites, other projects. So you could use it as a, as an example, you could have a standalone Pinegrow website, where you do all the building and then you could simply export the bits and pieces that you&#8217;ve built to use on your other client projects. That might be a possible use of it?</p>\n\n\n\n<p>[00:18:27] <strong>Adam Lowe:</strong> Probably not. You know, it sounds like what you&#8217;re describing might be getting again into page builder territory. So when you say building a website, there&#8217;s really two different ways that I see that. One is building a static HTML site, and that&#8217;s something where you would use a Pinegrow desktop app that just spits out generic HTML and CSS that you upload to any place.</p>\n\n\n\n<p>And then the other would be, you know, to use something inside a WordPress, it needs to be in either a theme or a block. So that&#8217;s how you enter your content. That&#8217;s how you make your pages look like something and do certain things. So Pinegrow doesn&#8217;t let you design pages. It lets you design those themes and those blocks that you can then activate on your site and start putting content into. Does that make sense?</p>\n\n\n\n<p>[00:19:09] <strong>Nathan Wrigley:</strong> Yes. I guess what I was trying to say was, if you created an array of blocks, which let&#8217;s say for example, you&#8217;re in the real estate niche or something like that, and you have a block that you&#8217;ve created in Pinegrow, that really satisfies almost everything that a real estate agent might wish to do. House pictures and pricing and so on and so forth. And it would spit out a nice display on the front end of the website. That was what I was imagining. You could then create that block, take it, export it, put it on all your other client websites and future client websites, and deploy it in that way.</p>\n\n\n\n<p>[00:19:41] <strong>Adam Lowe:</strong> Yes, absolutely. And here&#8217;s where we start getting into the gray area of whether the WordPress plugin version or the desktop plugin version makes more sense. So you can do that, and you can create those block libraries and export your themes and your blocks to use anywhere you want. On the WordPress plugin version, you&#8217;re kind of limited to everything being contained on that one site to build it.</p>\n\n\n\n<p>And, if you want to export the block and use it somewhere else, that&#8217;s great, you can do that. But then to modify that block, you&#8217;ve gotta go back to the original project that lives on your source website, let&#8217;s just call it that. So that gets a little bit cumbersome. And this is where the desktop version really comes into play because it lets you create reusable libraries.</p>\n\n\n\n<p>So you can create those libraries of components, of code, of themes. You can create those master themes that you can drop into any project. So it really speeds up the workflow. So for example, I&#8217;ve got a component library that I&#8217;ve created over time for basically everything that I need. And when I fire up Pinegrow Desktop, I just come in and with a few clicks I can drop a carousel or I can drop a menu on to someplace.</p>\n\n\n\n<p>I don&#8217;t have to recreate it from scratch. I don&#8217;t have to go back to an old project and copy paste code, like I would otherwise. That&#8217;s really the benefit there, and that&#8217;s part of the reason why you end up paying a little bit more for the desktop version than you will for the WordPress version.</p>\n\n\n\n<p>[00:21:03] <strong>Nathan Wrigley:</strong> I understand. So the desktop version may be more suitable for building components which you use all over the place, because that&#8217;s the place where they&#8217;re originating from. And perhaps if you&#8217;re building client websites, the WordPress plugin, and we&#8217;ll find out about the pricing shortly, is going to be suitable to install on each individual website until it&#8217;s no longer needed. Right, got it.</p>\n\n\n\n<p>[00:21:20] <strong>Adam Lowe:</strong> It is. And, while you can do what you were saying on the WordPress plugin, it&#8217;s just not going to be as efficient as you would be with the desktop.</p>\n\n\n\n<p>[00:21:27] <strong>Nathan Wrigley:</strong> Right. Thank you. In terms of the way that the tool has been built, I don&#8217;t know if this question will be of great interest for everybody, but it may be to some. Presumably given what it&#8217;s trying to do and the way that it&#8217;s trying to do it, it had to work fairly tightly in the, I&#8217;m doing air quotes, in the WordPress way.</p>\n\n\n\n<p>It had to stick fairly closely to the WordPress way of doing things. Is that the case? Has it been built with WordPress standards and typical ways that people would hopefully build themes and blocks, in order to achieve what it is hopefully outputting?</p>\n\n\n\n<p>[00:22:03] <strong>Adam Lowe:</strong> It has been. And there are a few places where it, kind of strays from that. And, just to give you an example. WordPress says that you should not include functionality in a theme. That a theme should be your design only, that if you&#8217;re going to put something in the WordPress repository that you really need to split functionality from design.</p>\n\n\n\n<p>However, in practice when somebody&#8217;s building a website for a client or for themselves, they&#8217;re going to combine the two because you cannot really separate the two practically. So, while you can use Pinegrow and you can create a plugin that has all your blocks in it, with all the smarts, and then a separate theme that has just your templates in there.</p>\n\n\n\n<p>Practically speaking, that doesn&#8217;t make sense. And all the tutorials and all the guidance says, just put it into the theme, that&#8217;s going to be the easiest way to go. So, yes you can do it 100% the WordPress way. You can completely work it if you want, or you can use a hybrid approach.</p>\n\n\n\n<p>[00:22:57] <strong>Nathan Wrigley:</strong> I have a, I have a curious question about this idea of the business going out of existence. And so, for any WordPress company, let&#8217;s say a page builder. If that company folded, then you are to some extent left in the lurch. You know, you&#8217;re hoping that somebody maintains that project and carries it on and what have you.</p>\n\n\n\n<p>With this, it presents a slightly different problem in that everything will still continue to work, but the Pinegrow editor, you would no longer be able to use, well, I guess you could use it, if WordPress didn&#8217;t change in such a way that it made it impossible to use. But you could in theory carry on editing all of the bits and pieces that you&#8217;ve got with your IDE, in a text editor if you like. That would still be possible?</p>\n\n\n\n<p>[00:23:39] <strong>Adam Lowe:</strong> It is, and this is actually one of the things that drove me to Pinegrow more than anything else. If you&#8217;ve been around WordPress for any period of time, you&#8217;ve seen the problem with abandoned plugins, You&#8217;ve seen the problem with things that just stop working. As a matter of fact, I&#8217;m working on a project right now where I have, out of 52 plugins, I think 10 of them are abandoned. Two of them have been removed from the repo, and more than half of them are older than three years old, and can&#8217;t be upgraded for one reason or another. So that&#8217;s the sort of thing that I fight against on a daily basis is, all these dependencies, all this crazy stuff that&#8217;s happening.</p>\n\n\n\n<p>And then you&#8217;ve got your page builders where, okay, the page builder&#8217;s one dependency, but then on top of the page builder, you have all these other add-ons. You&#8217;ve got frameworks, you&#8217;ve got, extra components that are being put in there. And each of those things adds just one more dependency on top of it.</p>\n\n\n\n<p>One more dependency. And if any one of those companies goes out of business, stop supporting it, has a security problem that they can&#8217;t fix or won&#8217;t fix, then you&#8217;re kind of left having to either refactor the whole website, or you&#8217;ve got a insecure website that you&#8217;re dealing with. So this is one of the big challenges that I&#8217;ve been facing over and over again.</p>\n\n\n\n<p>And when I saw Pinegrow and saw what they were doing with WordPress, this was one of the things that really drove me to it, was that it is creating native themes and native blocks that you would create them the same way if you were doing it by hand, using VS code or any other IDE.</p>\n\n\n\n<p>And if Pinegrow were to go out of business, that&#8217;s not a problem at all. You&#8217;ve still got those things that don&#8217;t rely on the builder at all to use or to modify. You can just go right in, change your PHP, change your blocks and, keep using it as if nothing ever happened.</p>\n\n\n\n<p>[00:25:19] <strong>Nathan Wrigley:</strong> Can you think of any caveats where that&#8217;s not necessarily the case? You know, this promise has been offered several times before, and then as you&#8217;ve described, it doesn&#8217;t actually bear out when the company does go out of existence. To your knowledge, I&#8217;m guessing, because you could simply remove Pinegrow and the whole thing still just works. There are no caveats to that as far as you know, there&#8217;s no dependency of any kind whatsoever. It&#8217;s just the ability to use their UI to modify things that you would lose out on if they disappeared.</p>\n\n\n\n<p>[00:25:51] <strong>Adam Lowe:</strong> I would say yes and no to that. So, yes, it really is just the dependency on their builder for making changes to it. However, there are things like Tailwind and Bootstrap and Green Sock that are extra libraries that could be dependencies if you chose to use them. So Pinegrow does let you use those frameworks, Bootstrap and Tailwind, in both the desktop version and the WordPress version.</p>\n\n\n\n<p>So if something were to happen with either of those and they no longer were supported or maintained, then yes, you would have that dependency problem. Same thing for Green Sock. And Green Sock is an animation library. It&#8217;s really a JavaScript library that lets you do all sorts of things from creating menu animations to things flying all around your screen and all sorts of silliness. It&#8217;s a very powerful piece. But again, if something happened with any of those other component libraries that you chose to use in your project, then you would run into that problem.</p>\n\n\n\n<p>[00:26:44] <strong>Nathan Wrigley:</strong> Just to be clear, that&#8217;s an option in Pinegrow or that&#8217;s a necessity. In other words, you don&#8217;t need to use Tailwind, you don&#8217;t need to use Bootstrap. And obviously if your site is animation free, you&#8217;re not going to be using any of that Green Sock either. All of that&#8217;s the case if you choose not to use those things, and just write native JavaScript, native CSS, we&#8217;re all good.</p>\n\n\n\n<p>[00:27:03] <strong>Adam Lowe:</strong> Yep, 100% optional.</p>\n\n\n\n<p>[00:27:05] <strong>Nathan Wrigley:</strong> Yeah. That&#8217;s great. The way that blocks have been growing over time, it feels like in the last year in particular, the complexity, the number of companies getting into this space has changed quite a lot. WordPress itself offering us heaps more functionality in the things that we can do. So for example, we&#8217;ve now got, full site editing, which enables us to do things on the back end. The capabilities and the different options available to us inside of blocks, too numerous to count.</p>\n\n\n\n<p>But each and every week it seems that there&#8217;s a new bit of news about something that&#8217;s going to be coming down in the next version of WordPress, which will alter the visual experience of how we interact with blocks. Have you noticed that Pinegrow, does it update basically? Does it watch the WordPress project closely to ensure that there&#8217;s compatibility, stability with the most recent versions of WordPress?</p>\n\n\n\n<p>[00:27:57] <strong>Adam Lowe:</strong> It does, and you raised an interesting point there where you talked about sorry, the block themes. Because right now Pinegrow does not have anything built in that works directly with block themes or to directly create a block theme. It still does, what are called classic themes. They are working on, some things for the block themes, but like you mentioned right now, it&#8217;s moving so fast in the WordPress space and it&#8217;s changing so often, that even if you were to install a block theme, you&#8217;d see the word beta inside of WordPress.</p>\n\n\n\n<p>So, really Pinegrow is waiting for WordPress to stabilize a little bit before they go in and really start supporting or letting you create a block theme, using some of their helpers. That&#8217;s not to say that you can&#8217;t create a block theme using Pinegrow, because I have, and I&#8217;ve got several sites that are running block themes that I created with Pinegrow. But there&#8217;s a few other manual steps that you need to take.</p>\n\n\n\n<p>In terms of blocks themselves, I&#8217;ve got a love hate relationship with blocks. I think there are pain in the butt, I think is just the most clunky way to build a website. But frankly, it, again, it&#8217;s the WordPress way. So either get on the bus or get off. There&#8217;s so many other benefits to WordPress that I&#8217;m on that bus. So I deal with it, and the blocks are changing all the time and they&#8217;re adding new things.</p>\n\n\n\n<p>So being able to do more with typography in there. Using fluid typography. And even now we have the ability to do a little bit of block locking and, content locking in there. Those are all really good things, and those were problems that I initially had turned to Pinegrow to solve. So it looks like WordPress is starting to do a little bit of that on their own. They&#8217;re still not quite there yet. So, there&#8217;s definitely room for both.</p>\n\n\n\n<p>[00:29:30] <strong>Nathan Wrigley:</strong> Tell me a little bit more about that. I know that the block locking capabilities in WordPress have been improved. Well, in the last few weeks we&#8217;ve had the ability to, with a click of a button, you can lock all the, the children of a particular parent block and so on and so forth. But the, the permissions model around that is not particularly, effective. There&#8217;s a lot that needs to be engineered to make that block locking solution work effectively. Are you saying that with. Pinegrow, you&#8217;re able to lock much more down?</p>\n\n\n\n<p>You can say, okay, you have a certain role or your username is this. You can only do this, this, this, but you&#8217;ve got a different role over there and you&#8217;ve got a different username, whatever it may be. You can do a whole bunch of other things. Does it have capabilities, permissions, which exceed what you can do with blocks at the moment, with blocks designed with Pinegrow?</p>\n\n\n\n<p>[00:30:16] <strong>Adam Lowe:</strong> Yes and no. So to get that granular as to, you know, role-based permissions to, for example, change a picture or, you know, user specific permissions to edit a text field. That&#8217;s the sort of thing that you may need to come in and write a little bit of custom code to do. Or write some conditionals in there. I actually haven&#8217;t tried to do that at that level, so it might be a whole lot easier than what I&#8217;m thinking. And I&#8217;d love if the Pinegrow people could just jump in and tell me, rather than me having to research it myself. Because I think there is some benefit to that.</p>\n\n\n\n<p>How I&#8217;ve used it is, just being able to define what fields are editable, and using standard role-based permissions for that sort of thing. So a lot of times, when I&#8217;m working with a client, they&#8217;ve got a marketing team that comes in and helps to find how things are going to look. But then the people that are actually editing the content, shouldn&#8217;t be able to remove a block, or they shouldn&#8217;t be able to do certain things.</p>\n\n\n\n<p>They need to adhere to certain style standards. So that&#8217;s the sort of thing where, within Pinegrow, I can define here&#8217;s the fields that you&#8217;re able to modify. Here&#8217;s the properties you&#8217;re able to modify, on a field by field basis. Whereas with WordPress, it&#8217;s kind of all or nothing.</p>\n\n\n\n<p>[00:31:22] <strong>Nathan Wrigley:</strong> That&#8217;s interesting. Thank you. In the preparation for this, I watched a few of the videos that you&#8217;ve made, more recently and, it&#8217;s certainly around Pinegrow but also around other different pieces. And one of the videos that I caught sight of was one where you were looking at the accessibility options in different page builders and, and how menus, for example, were accessible or were not accessible out of the gate.</p>\n\n\n\n<p>Is there anything to be said about the way that Pinegrow handles accessibility? I&#8217;m guessing the answer is, because you can do anything, you can make it as accessible as you like or not. But does it handle that kind of thing natively or is it simply the fact that it opens up the options? You can manually insert them to make anything as accessible as possible.</p>\n\n\n\n<p>[00:32:07] <strong>Adam Lowe:</strong> That&#8217;s exactly it. It opens up the options for you to make it as accessible as you want to or not. Again, it&#8217;s not going to make decisions for you. And, if you go to the forums, you&#8217;ll actually see a lot of conversations around people requesting that Pinegrow do certain things by default.</p>\n\n\n\n<p>But then they come back and, Pinegrow comes back and says, Well, you know, what about this case? What about this case? What about this case? And, the decision with Pinegrow is to leave things as open as possible for you to make those decisions rather than them forcing certain things on you.</p>\n\n\n\n<p>And it even comes down to silly stuff like, do you have a trailing backslash at the end of a URL? Do you put a no opener at the end of a link? That sort of thing. Where they really try to make it as open as possible. So, yes, for accessibility. Again, this comes back to one of the reasons that, I wouldn&#8217;t say in love with, but one of the reasons why I&#8217;ve standardized on Pinegrow is because I can build accessibility into my projects and, and accessibility&#8217;s become more of a focus of my agency over the last 18 months to two years.</p>\n\n\n\n<p>So the fact that I can come in and make a completely accessible menu is amazing. That I can create all these components in very accessible ways. Whereas before, I might have to turn to three or four different block plugins because, maybe the carousel in plugin number one is accessible, but the rest of the things aren&#8217;t.</p>\n\n\n\n<p>And the menu in another one is accessible, but the rest of the things aren&#8217;t. So, rather than cobble together all these bits and pieces that may or may not be the way that I want to accessibility wise, I just build. The templates are out there. The information&#8217;s out there. You just need to apply it.</p>\n\n\n\n<p>[00:33:38] <strong>Nathan Wrigley:</strong> Yeah, thank you. That&#8217;s really helpful. tool itself, I think we&#8217;ve established, it is for intermediate or above users I&#8217;m guessing might be a reasonable way of describing it. Now, by pure good coincidence, we&#8217;ve recorded this episode right before, like, literally right before the release from beta into a stable version of the product.</p>\n\n\n\n<p>Can you give us some indication, we are recording this right at the beginning of November. If memory serves, you are going to be, well, I say you, Pinegrow are going to be actually launching the product on the 17th of November, and given the date that this podcast is going to go out, that&#8217;s probably a day or two around that date. Have I got that right? The stable version&#8217;s coming out on the 17th of November, 2022.</p>\n\n\n\n<p>[00:34:25] <strong>Adam Lowe:</strong> Fingers crossed, that is going to be the date. So I don&#8217;t see any reason why they won&#8217;t hit that date. And that&#8217;s the date that Pinegrow has released me to talk about. So, uh, yes. November 17th is going to be the date that they launch it. They&#8217;re going to launch a free version as well as a paid version.</p>\n\n\n\n<p>[00:34:40] <strong>Nathan Wrigley:</strong> I think it&#8217;s probably apropos to say at this point that this isn&#8217;t a product which coming out of beta, is new is it? The change log for the desktop version extends back, well, years and years and years. And like you said, most of the functionality for this is ported from the desktop version.</p>\n\n\n\n<p>So, stepping in early, you are fairly confident that the product&#8217;s going to be, well, not just labeled stable, but will be stable. You&#8217;ve had a long, long play with the beta I guess?</p>\n\n\n\n<p>[00:35:10] <strong>Adam Lowe:</strong> I&#8217;ve had a long play and I think we&#8217;ve had over 30 beta releases come out since I&#8217;ve been involved. You just said it right there, is that this is a product with a long history. It goes back to 2014. And the codebase is exactly the same across all of them. It&#8217;s built on node.js. So that core is the same on Mac, Windows, Linux, desktop and WordPress. There&#8217;s no difference at all in what the builder does, how it works, the code that it spits out. So everything that you&#8217;re doing, from a builder standpoint is tried and tested, and it&#8217;s been out there in the field for quite a long time.</p>\n\n\n\n<p>The new pieces are really the ways that it interacts with WordPress from a front end standpoint. So, things like making sure that only people with the correct permissions can open a project. That two people can&#8217;t open the same project and step on each other, so that we&#8217;re not introducing security problems inside of WordPress by running the builder. That&#8217;s the kind of thing that is new. Not the builder itself, and the code that it spits out for your websites.</p>\n\n\n\n<p>[00:36:10] <strong>Nathan Wrigley:</strong> I&#8217;m going to link in the show notes to the desktop version, which has been out for a long time, but I&#8217;ll also, assuming that the links are live, I will endeavor to put in the plugin version as well. Just before we round it off, I think people will want to know what the opportunities are to get in here.</p>\n\n\n\n<p>My understanding is there&#8217;s going to be two pricing tiers for the paid version, but there&#8217;ll also be a free version. Now, just to be clear, the free version isn&#8217;t going to be available on the repo, but the free version, I&#8217;m guessing, will have a limited array of functionality. Maybe you could speak about that, but then could you also just highlight the pricing for the two models as you understand it?</p>\n\n\n\n<p>[00:36:48] <strong>Adam Lowe:</strong> Sure, and I&#8217;m going to talk about the free version for a minute because I think Pinegrow&#8217;s absolutely insane for what they&#8217;re doing. When I asked what I could talk about for the free version and they came back and told me, I was blown away. So you can do pretty much everything with the free version, with just a few minor exceptions.</p>\n\n\n\n<p>So, the big one is that you can&#8217;t export themes with the free version. You can only export blocks. So that&#8217;s going to be one of your biggest limitations. The other big limitation is that you cannot do what are called inner blocks. So, inside of WordPress you can create blocks within blocks within blocks, Yeah. Blockception even. You can&#8217;t do that with the free version of Pinegrow. You can create your one main block and that&#8217;s it. So you can create blocks with it, but you cannot do themes. You can&#8217;t do inner blocks. And the other part is that you cannot import and export projects, to and from the desktop.</p>\n\n\n\n<p>So that&#8217;s your other big limitation. The only one other thing that I&#8217;m going to throw out there is that the Green Sock, what they call Pinegrow interactions, is not available in the free version because of licensing restriction with Green Sock themselves. So you do have to go to a paid version to be able to use that.</p>\n\n\n\n<p>Otherwise, you can use the entire builder as much as you want. You really get a feel for how it works, how to do different things. And, quite frankly, you can build a whole website with this, with no problem. It&#8217;s pretty amazing what they&#8217;re giving away for free. And I&#8217;m happy to talk about pricing too, if you guys want to get into that.</p>\n\n\n\n<p>[00:38:09] <strong>Nathan Wrigley:</strong> Two models. There&#8217;s a one site model and then there&#8217;s the unlimited sites, an interesting pricing structure. One site or unlimited. Tell us the pricing around those.</p>\n\n\n\n<p>[00:38:18] <strong>Adam Lowe:</strong> Yeah. So it&#8217;s going to be $49 per year for a single site, or $199 a year for unlimited sites. And the reason why it&#8217;s so interesting to me is because once you build your site, there&#8217;s no dependency on Pinegrow anymore. So theoretically you could buy a single site license and export themes and blocks to use on as many sites as you want.</p>\n\n\n\n<p>You&#8217;re just not going to want to do that because, going back and modifying and editing those things is going to become a real pain in the butt. $199 is a fantastic price point for what you&#8217;re getting here, especially for a developer who, presumably is working on client sites and getting their money back for this thing.</p>\n\n\n\n<p>In addition, they&#8217;re also going to have Black Friday deal. So it&#8217;s going to be 35% off for Black Friday, and I think that sales going to start right around the same time that they launch this plugin. That&#8217;s a bonus. And then there&#8217;s also going to be a very steep discount for people who already have the Pinegrow desktop version.</p>\n\n\n\n<p>So if you want to own both the desktop and the WordPress version, I believe you get 50% off of the Pinegrow WordPress plugin. There&#8217;s a lot of incentive here and Pinegrow&#8217;s put a lot of time and effort into the WordPress space. They definitely see this as a strategic move to get into WordPress, and they&#8217;re doing everything they can to make it easy to use Pinegrow in there.</p>\n\n\n\n<p>[00:39:28] <strong>Nathan Wrigley:</strong> Just before we round off, it strikes me that we&#8217;ve missed a particular piece of the puzzle here, and it&#8217;s not something that should be ignored I think. Having watched your videos, I confess I haven&#8217;t actually opened up the tool myself, but I&#8217;ve watched quite a large amount of what you&#8217;ve done.</p>\n\n\n\n<p>It really feels like this could be a good place to increase your knowledge of WordPress and how WordPress works. If you are prepared to go through the learning curve, you&#8217;re going to be seeing what WordPress is doing, or, or at least the way that it is intending to be doing things. The HTML that it requires to make things work, and the PHP, and the functions and so on.</p>\n\n\n\n<p>So really there&#8217;s that, that we missed just the fact that it could be a good tool, should you wish to learn a bit more about WordPress. It may be that if you feel that you are a little bit below the level that is required to get up and running straight away, it might be a good way to bridge that gap as well.</p>\n\n\n\n<p>[00:40:18] <strong>Adam Lowe:</strong> It really is, and I can tell you I&#8217;ve learned so much about WordPress and even CSS just from using this tool. Because it has, it&#8217;s given me that bridge to go from the page builder world to, oh my gosh, I&#8217;m sitting here in front of a blank text editor. So it gives me those tools to be able to learn it and, so then I don&#8217;t get stuck in the process.</p>\n\n\n\n<p>As a matter of fact, it&#8217;s quite interesting, Pinegrow had a project that they used the early version of this WordPress plugin for, to teach kids how to do HTML. So that&#8217;s where a lot of this came into play. That&#8217;s actually part of the reason why they even built this WordPress plugin was for their, I forget what they call it, but it&#8217;s like, HTML academy for kids or something like that. So yeah, it is a great learning platform if you&#8217;re so inclined.</p>\n\n\n\n<p>[00:41:00] <strong>Nathan Wrigley:</strong> Adam, just before we round off, if people are interested in this, they can obviously go to the Pinegrow website. You, as you said, are a very interested user. You&#8217;re not affiliated with Pinegrow but nevertheless people might wish to ask you some questions and, plunder your growing knowledge about how it works and whether or not it would be a good fit for position and what they&#8217;re trying to achieve with their clients or their own website. Where could we find you best?</p>\n\n\n\n<p>[00:41:25] <strong>Adam Lowe:</strong> Two different places. My website is peakperformancedigital.com, and then I&#8217;ve been doing more and more on YouTube. So if you just search for Peak Performance Digital on YouTube, you&#8217;ll find my channel there. All the videos that I&#8217;ve created, and I try to be very responsive to anybody that leaves me a comment or sends me an email.</p>\n\n\n\n<p>[00:41:40] <strong>Nathan Wrigley:</strong> Adam Lowe, I appreciate you joining us on the podcast today. Thanks very much indeed.</p>\n\n\n\n<p>[00:41:45] <strong>Adam Lowe:</strong> Thank you, Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/adamslowe\">Adam Lowe</a>.</p>\n\n\n\n<p>Adam Lowe runs <a href=\"https://peakperformancedigital.com/\">Peak Performance Digital</a>, a small web consulting agency in Washington, DC, that specialises in providing website strategy along with custom WordPress solutions.</p>\n\n\n\n<p>He’s on the podcast today to talk about a new plugin from <a href=\"https://pinegrow.com/\">Pinegrow</a>. Adam does not represent the company, but is an avid user of their products, and experienced in how they work.</p>\n\n\n\n<p>The ‘Pinegrow Web Editor’ is a desktop tool that lets you build websites with a GUI. The closest comparison would be a page builder, but this is not entirely accurate. Unlike most page builders, which require very little technical expertise, Pinegrow does require an understanding of technologies such as CSS, SASS, CSS Grid, Bootstrap and Tailwind CSS to make use of the platform. The intention of the tool is to make it possible to create complex sites, but with a close eye on the HTML and CSS that is being output.</p>\n\n\n\n<p>Given the popularity of WordPress, the Pinegrow developers have created a WordPress plugin, which is just about to be released. It’s been in closed beta, and Adam has been using it as his go-to solution for several months now.</p>\n\n\n\n<p>We talk about what the platform can do, and how it works. It’s not going to be a plugin for beginners, and there’s going to be a learning curve for those who do take the plunge. It’s intended as a bit of a bridge between novices and WordPress experts.</p>\n\n\n\n<p>We also get into a discussion about the fact that Pinegrow is intended to be a ‘no dependency’ solution. Once you’ve finished creating your theme, block or whatever else you might want to create, you can export that in a way that no longer needs Pinegrow at all.</p>\n\n\n\n<p>If you’re curious about new ways to create websites in WordPress, have a listen to the podcast and see if Pinegrow is a good fit.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://pinegrow.com/\">Pinegow website</a></p>\n\n\n\n<p><a href=\"https://forum.pinegrow.com/\">Pinegrow forum</a></p>\n\n\n\n<p><a href=\"https://pinegrow.online/\">Pinegrow Online</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, 16 Nov 2022 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: Meetup.com Raises Concerns with New Accessibility Overlay\";s:7:\"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=139531\";s:7:\"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:78:\"https://wptavern.com/meetup-com-raises-concerns-with-new-accessibility-overlay\";s: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:3812:\"<p>Meetup.com raised some concerns with the WordPress community (and the broader community of accessibility professionals) this week after it added an accessibility overlay to its website. The overlay, powered by <a href=\"https://www.equalweb.com/html5/?_id=8591&did=1116&_gid=202027&trace=equalweb_menu_en_\">EqualWeb</a>, displays a list of settings that can be toggled, ostensibly to address various accessibility needs. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m super disappointed <a href=\"https://twitter.com/Meetup?ref_src=twsrc%5Etfw\">@Meetup</a> added an <a href=\"https://twitter.com/hashtag/a11y?src=hash&ref_src=twsrc%5Etfw\">#a11y</a> overlay. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f622.png\" alt=\"😢\" class=\"wp-smiley\" /><br /><br />Time to look into event calendars for <a href=\"https://twitter.com/hashtag/WPA11yMeetup?src=hash&ref_src=twsrc%5Etfw\">#WPA11yMeetup</a>. We still have to be on Meetup to get events in <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> admin, but we don\'t have to market those pages. Has the community team ever explored Meetup alternatives? <a href=\"https://t.co/pVgYdI5Qs3\">https://t.co/pVgYdI5Qs3</a></p>&mdash; Amber Hinds (@heyamberhinds) <a href=\"https://twitter.com/heyamberhinds/status/1592273476362113030?ref_src=twsrc%5Etfw\">November 14, 2022</a></blockquote>\n</div>\n\n\n\n<p>Accessibility overlay products are often marketed as a quick fix solution that will make a website ADA compliant and immune from legal action, when accessibility had not been built in from the beginning.  </p>\n\n\n\n<p>In May 2021, <a href=\"https://wptavern.com/accessibility-advocates-sign-open-letter-urging-people-not-to-use-accesibe-and-other-overlay-products\">accessibility advocates signed an open letter</a> urging people not to use accessibility overlay products like AccesiBe, EqualWeb, and others. Signatories published a four-part statement that articulates the reasons why overlays are harmful:</p>\n\n\n\n<ol>\n<li><em>We will never advocate, recommend, or integrate an overlay which deceptively markets itself as providing automated compliance with laws or standards.</em></li>\n\n\n\n<li><em>We will always advocate for the remediation of accessibility issues at the source of the original error.</em></li>\n\n\n\n<li><em>We will refuse to stay silent when overlay vendors use deception to market their products.</em></li>\n\n\n\n<li><em>More specifically, we hereby advocate for the removal of accessiBe, AudioEye, UserWay, User1st, MK-Sense, MaxAccess, FACIL’iti, and all similar products and encourage the site owners who’ve implemented these products to use more robust, independent, and permanent strategies to making their sites more accessible.</em></li>\n</ol>\n\n\n\n<p>WordPress&#8217; Community Team uses Meetup.com to organize local and virtual meetups, as well as educational events. Accessibility practitioners consider the use of overlay products a flagrant malpractice and are calling on Meetup.com to abandon this solution in favor of addressing inaccessibility at the root of the problem.</p>\n\n\n\n<p>After receiving some complaints, Meetup appeared to take the overlay down but reinstated it the next day. At the time of publishing. the overlay is still on the website. WordPress community organizer Angela Jin <a href=\"https://twitter.com/AngelaSJin/status/1592052279217377280\">offered</a> to contact Meetup.com on behalf of concerned community members. In the meantime, accessibility evangelist Amber Hinds <a href=\"https://twitter.com/heyamberhinds/status/1592273476362113030\">suggested</a> the Community Team explore Meetup.com alternatives and said the WordPress Accessibility Meetup will be looking into using a different events calendar.</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, 16 Nov 2022 03:55: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: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: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:63:\"WPTavern: WordPress.com Adds Support for New Pocket Casts Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-com-adds-support-for-new-pocket-casts-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:2242:\"<p>WordPress.com has expanded its library of blocks to include <a href=\"https://wordpress.com/blog/2022/11/08/embed-a-pocket-casts-player-in-seconds-with-our-new-block/\">a new Pocket Casts block</a> that makes it easy to embed any show or episode in the WordPress editor. The block is branded for Pocket Casts and will display a podcast player and a selection of episodes when the show URL is selected. Alternatively, users can embed a specific episode by using its episode URL.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Automattic <a href=\"https://wptavern.com/automattic-acquires-pocket-casts\">acquired Pocket Casts</a> in 2021 after the app began struggling financially. At the time, Automattic’s Head of Apps, Eli Budelli, said the company would explore building deep integrations with WordPress.com and Pocket Casts by developing ways to make it easier to distribute and listen to podcasts. This new Pocket Casts block delivers on that promise with a solid integration for WordPress.</p>\n\n\n\n<p>Last month, Pocket Casts <a href=\"https://blog.pocketcasts.com/2022/10/19/pocket-casts-mobile-apps-are-now-open-source/\">open sourced its mobile apps</a> under the Mozilla Public License, a GPL-compatible copyleft license that encourages contributors to share their modifications of the code under the same license. The code for <a href=\"https://github.com/Automattic/pocket-casts-ios\">Pocket Casts iOS</a> and <a href=\"https://github.com/Automattic/pocket-casts-android\">Pocket Casts Android</a> is available on GitHub.</p>\n\n\n\n<p>&#8220;We believe that podcasting can not and should not be controlled by Apple and Spotify, and instead support a diverse ecosystem of third-party clients,&#8221; the Pocket Casts team said when announcing its open source podcasting client. Users and contributors can now more easily report bugs, suggest new features, and submit pull requests.</p>\n\n\n\n<p>Self-hosted WordPress users also have access to the new Pocket Casts block if using the latest version of WordPress. The <a href=\"https://github.com/WordPress/gutenberg/pull/41006\">Pocket Casts embed block variation</a> was quietly added to Gutenberg 13.6, which was one of the releases that was rolled into WordPress core in 6.1.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2022 22:39:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Post Status: WordPress in Substack’s History\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/wordpress-in-substacks-history/\";s: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:2144:\"<p>I wish <a href=\"https://on.substack.com/p/five-years-of-substack-with-bill\">this was a WordPress story</a>. It should\'ve been and could still be — a simple publishing platform built around freemium newsletters — and writers. </p>\n\n\n\n<p>In a way, it <em>is</em> a WordPress story.</p>\n\n\n\n<p>Ben Thompson\'s <a href=\"https://stratechery.com/\">Stratechery</a> was a Substack inspiration and has always run on WordPress, I believe.</p>\n\n\n\n<p>There\'s also this:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Our plan was to build a subscriptions management system that would plug into WordPress.</p>\n<cite><a href=\"https://substack.com/profile/3567-hamish-mckenzie\">Hamish McKenzie</a>, Substack Co-founder and Chief Writing Officer</cite></blockquote>\n\n\n\n<p>I recall reading years ago that an early Substack proof-of-concept or early version was built on WordPress. That seems to be true according to this post by co-founder Hamish McKenzie\'s on the occasion of Substack\'s fifth birthday. It\'s unclear how far they went with WordPress before making Substack a proprietary project:</p>\n\n\n\n<p>Substack was built around — and for writers — so they can get paid and do great work. </p>\n\n\n\n<p>Former Economist editor Bill Bishop launched the tremendously valuable Sinocisim as Substack blog #1:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Five years ago today, <a href=\"https://twitter.com/niubi?ref_src=twsrc%5Etfw\">@niubi</a> launched the first Substack publication.<br /><br />Our experience with Bill shaped what Substack has become.<br /><br />Happy five years, Bill!<a href=\"https://t.co/G2zciq2e8G\">https://t.co/G2zciq2e8G</a></p>&mdash; Hamish McKenzie (@hamishmckenzie) <a href=\"https://twitter.com/hamishmckenzie/status/1581663914613317633?ref_src=twsrc%5Etfw\">October 16, 2022</a></blockquote>\n</div>\n\n\n\n<p>That\'s something the WordPress ecosystem distinction <em>lacks</em> for and about itself — WordPress writers writing about WordPress professionally and for a living.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 15 Nov 2022 22:12:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"WordPress.org blog: WordPress 6.1.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9812:\"<h2>WordPress 6.1.1 is now available</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.1.1&group=component&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&order=priority\">29 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/compare/ca07aa8354a1131dbabcc36dfcaf70e0c0891f54...6566f5fe9ece6ad5ae550349d3b1f0944a011040\">21 bug fixes</a> for the block editor. WordPress 6.1.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-2/\">version 6.2</a> planned for 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.1.1.zip\">download WordPress 6.1.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-1-1/\">version 6.1.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.1.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>.</p>\n\n\n\n<p>WordPress 6.1.1 would not have been possible without the contributions of more than 105 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">Andre</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>, <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a>, <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a>, <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">jeffpaul</a>, <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a>, <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a>, <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a>, <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a>, <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a>, <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, and <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a>.</p>\n\n\n\n<h2>How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C03LZ88NX6G\">#6-1-release-leads channels</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</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, 15 Nov 2022 19:51: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:8:\"jeffpaul\";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:94:\"Post Status: Keeping Higher Education Website Managers’ Dream Alive While Sunsetting Edupack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=128296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://poststatus.com/keeping-higher-education-website-managers-dream-alive-while-sunsetting-edupack/\";s: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:4975:\"<p class=\"has-drop-cap\">Every University IT department dreams of a self-service system in which they do not have to deal with outside vendors. The dream includes a simple form that its users can fill out to generate websites from a library of templates. With Nathan Monk and Matt Lees, I cofounded a project called Edupack to realize the dream of simplified website management with a single WordPress plugin.</p>\n\n\n\n<img width=\"752\" height=\"471\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/10/image-3-752x471.jpg\" alt=\"A screenshot of the Edupack plugin.\" class=\"not-transparent wp-image-128297\" />A screenshot of the Edupack plugin.\n\n\n\n<p>After eighteen months, <a href=\"https://poststatus.com/evolving-edupack-a-one-size-fits-all-plugin-leads-to-an-accessibility-platform-and-enhanced-agency-services\">Edupack is stopping work and moving in a new direction</a>.</p>\n\n\n\n<p>After user studies with folks from over 40 universities, including Harvard and Georgetown, I realize that Edupack cannot simplify website management with one plugin.</p>\n\n\n\n<p>University users have particular website needs. We would have to build thousands of templates to satisfy the many detail-focused university users before. That design work is not affordable for many Higher Ed technology teams.</p>\n\n\n\n<p>That said, Higher Ed pros should keep their dream of simplified website management alive.</p>\n\n\n\n<p>I encourage most Universities to give up templated solutions and restrict “self-service” controls. Templates do not meet specific user requirements. Technology teams should focus on websites that can’t be built on WordPress.com or Squarespace. Many self-service use cases, like faculty profiles, can be satisfied with simple forms instead of access to an entire Content Management System.</p>\n\n\n\n<p>Another key to simplified website management is increased resources. Website managers should argue the importance of their role. Websites are a key touchpoint for students. They not only include vital services like Student Information Systems, but websites also establish branding. Branding is an undervalued resource. Security teams rely on branding to establish official communication and brand awareness increases the marketing potential of any institution.</p>\n\n\n\n<p>Of course, Harvard has one of the most recognizable brands. They also have one of the more successful web teams I’ve seen. The <a href=\"https://hwp.harvard.edu\">Harvard Web Publishing</a> team fields tickets for new websites. Some of their websites are delivered as templated solutions. Other websites are built to the bespoke interests of their colleagues. Every new user goes through a content accessibility training course and their support staff is trained to answer most website publishing issues. That model allows Harvard to set their own requirements instead of relying on a third-party service while giving faculty and students a vital resource for promoting university-related work.</p>\n\n\n\n<p>Most institutions do not have a budget to create their in-house web agency or hire third-party vendors. That fact troubles me. My only solution to that problem is for prominent universities to open-source their work and knowledge. Groups like <a href=\"https://www.wpcampus.org\">WP Campus</a> help share open-source web publishing knowledge. Without paying any membership fee, administrators at small schools can participate in the active WP Campus Slack channels and attend their annual conference. The onus is on university staff to contribute their knowledge to the group.</p>\n\n\n\n<p>Edupack was born because of WP Campus. Matt, Nathan, and I saw reoccurring complaints about the complexity of website management on the WP Campus Slack. After many months of work, I hope lessons from Edupack inspire ever-better solutions.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-image-fill has-background\" id=\"author\"><a href=\"https://poststatus.com/\"><img width=\"250\" height=\"250\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/07/Fh0orwK7_400x400.jpg\" alt=\"Blake Bertucelli\" class=\"wp-image-102307 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p><strong>Blake Bertucelli</strong> is simplifying website management with <a href=\"https://edupack.dev)\">Edupack</a>, while building the world’s first accessibility platform, <a href=\"https://t.co/qU9MY0KpIl\">equalify.app</a>, and supporting independent journalism with <a href=\"http://t.co/wwRl8NtG4X\">Decubing Web Services</a>.</p>\n\n\n\n<ul class=\"is-content-justification-left is-layout-flex wp-container-11 wp-block-social-links has-small-icon-size is-style-logos-only\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://twitter.com/bbertucc\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 15 Nov 2022 14:15: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:17:\"Blake Bertuccelli\";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:84:\"Do The Woo Community: Krissie VandeNoord, Building Custom Solutions with WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73496\";s:7:\"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:82:\"https://dothewoo.io/krissie-vandenoord-building-custom-solutions-with-woocommerce/\";s: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:438:\"<p>Krissie VandeNoord shares insights and experiences with WooCommerce and WordPress through her agency North UX Design.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/krissie-vandenoord-building-custom-solutions-with-woocommerce/\">Krissie VandeNoord, Building Custom Solutions with WooCommerce</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2022 10:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: WordPress to Explore Using GitHub Codespaces for Improving Contributor Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/wordpress-to-explore-using-github-codespaces-for-improving-contributor-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4102:\"<p>WordPress lead developer Helen Hou-Sandí has <a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">proposed using GitHub Codespaces</a> to improve the contributor experience. GitHub recently <a href=\"https://github.blog/2022-11-10-whats-new-with-codespaces-from-github-universe-2022/\">announced</a> the availability of GitHub Codespaces, its quick launch cloud-based developer environment, for all users, with 60 hours free per month for Free users and 90 hours for Pro users. Codespaces makes it possible to launch any GitHub repository in a single click.  </p>\n\n\n\n<img />image source: <a href=\"https://github.co.jp/features/codespaces\">GitHub.com</a>\n\n\n\n<p>&#8220;I’m looking to make <code>wordpress/wordpress-develop</code> usable in GitHub Codespaces with an initial target audience of folks getting started with contributing to core on a Contributor Day,&#8221; Hou-Sandí. &#8220;This seems to mostly be a matter of making decisions about our container setup(s).&#8221;</p>\n\n\n\n<p>Getting a development environment up and running can be one of the most time-consuming aspects of attending a contributor day, especially with slow wi-fi. Hou-Sandí recently experienced this at the 2022 WordCamp US Contributor Day.</p>\n\n\n\n<p>&#8220;This experience reminded me that as a project we should take a look at making it ever-easier to contribute to WordPress, and a remote development option is a good thing to have in our toolkit,&#8221; she said. &#8220;This allows contributors to get started with minimal setup and without the requirement of a desktop/laptop – you could patch and test WordPress from a tablet or your phone.&#8221;</p>\n\n\n\n<p>Hou-Sandí has been working with Codespaces for nearly two years. In her 2021 WCUS presentation titled &#8220;<a href=\"https://wordpress.tv/2021/12/23/helen-hou-sandi-a-voice-for-the-new-white-house-administration-with-the-block-editor/\">A voice for the new White House administration with the block editor</a>,&#8221; she surprised the audience with a live demo of the architecture of <a href=\"https://github.com/helen/wcus-2021\">a custom block</a> using Codespaces. The <a href=\"https://videopress.com/v/JUu36f8a?at=1810\">recording</a>, which tours some of the work she and her team did on the 2020/2021 Biden/Harris whitehouse.gov website, is a good example of how Codespaces can be a helpful tool for WordPress development.</p>\n\n\n\n<p>WordPress developers responded positively in support of using Codespaces to improve contributor experience and many are eager to help on the project and test when it&#8217;s ready.</p>\n\n\n\n<p>Gutenberg engineer Riad Benguella said having a built-in online development and testing environment would be &#8220;a great addition to the WordPress and Gutenberg repositories.&#8221;</p>\n\n\n\n<p>If using Codespaces can reduce the friction and help people get set up with a development environment in a matter of minutes versus hours, it would significantly improve the productivity at events dedicated to contributing.</p>\n\n\n\n<p>&#8220;I believe this will help not only new but all contributors,&#8221; WordPress developer Tung Du said. &#8220;To me, using Codespaces to review PRs is such a great experience.&#8221;</p>\n\n\n\n<p>&#8220;Besides, adding Codespaces support also means adding devcontainer support, which makes it way easier to set up the local development environment for contributors who use VS Code.&#8221;</p>\n\n\n\n<p>GitHub&#8217;s limit of 60 free hours may also be used up by developers in their own projects so there may still be the need for tutorials on using other local development methods. For the occasional Codespaces user, it&#8217;s tough to beat the convenience of spinning up a development environment in seconds.</p>\n\n\n\n<p>&#8220;I love this even for contributors who aren’t new,&#8221; Scott Kingsley Clark said. &#8220;I personally would find this very handy as it removes another roadblock towards contributing. I’m all for it, I can’t wait to give it a try once it’s ready for testing.&#8221;</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, 15 Nov 2022 03:15:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:121:\"Post Status: Evolving Edupack: A One-Size Fits All Plugin Leads to an Accessibility Platform and Enhanced Agency Services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=128289\";s:7:\"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:131:\"https://poststatus.com/evolving-edupack-a-one-size-fits-all-plugin-leads-to-an-accessibility-platform-and-enhanced-agency-services/\";s: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:3853:\"<p class=\"has-drop-cap\">A little over a year ago, I cofounded Edupack with Nathan Monk and Matt Lees. Edupack endeavored to simplify Higher Ed website publishing with a single WordPress plugin.</p>\n\n\n\n<blockquote><p>In our interviews, Higher Ed admins said they were overwhelmed by accessibility issues. Good accessibility tools are too expensive for most web teams. Cheaper tools do more harm than good.</p></blockquote>\n\n\n\n<p>For many months, Edupack met with folks from over 40 universities, including Harvard, Dartmouth, Johns Hopkins, and Georgetown. We identified key problems around accessibility, governance, and sunsetting sites with stale content. Lessons from countless user interviews led to months of user testing before we released a coded version in early 2022.</p>\n\n\n\n<p>Now, Edupack is evolving.</p>\n\n\n\n<p><strong>I now believe that a one size fits all website publishing product is not possible.</strong> Each university has its own set of requirements. The requirements vary from the placement of buttons to the type of accessibility a university mandates. In the end, universities shouldn’t sacrifice individual requirements for ease of use.</p>\n\n\n\n<p><strong>The features that can be productized are largely around content accessibility.</strong> In our Edupack interviews, Higher Ed admins said they were overwhelmed by accessibility issues. Good accessibility tools, like <a href=\"https://www.siteimprove.com/\">SiteImprove</a>, are too expensive for most web teams. Cheaper tools, like <a href=\"https://accessibe.com/\">accessiBe</a>, do more harm than help.</p>\n\n\n\n<p>Edupack lessons around Accessibility inspired a new project called <a href=\"https://equalify.app/\">Equalify</a>. Equalify releases tools users expect from accessibility scanners under an Open Source, <a href=\"https://opensource.org/licenses/AGPL-3.0\" target=\"_blank\" rel=\"noreferrer noopener\">Affero General Public License</a>. On top of Open Source code, we will build additional tools that simplify content accessibility, hopefully satisfying the needs of Higher Ed pros we spoke with when building Edupack.</p>\n\n\n\n<p>Edupack lessons outside of Accessibility will also not go to waste. My web design agency, Decubing, is launching “<a href=\"http://decubing.com/campus\">Managed Campus</a>.” Managed Campus brings no productized requirements to a project. That allows us to adapt to the individual Higher Ed specifications, which prevented us from continuing Edupack.</p>\n\n\n\n<p>My career is built around website management. While I will miss the ring of the “Edupack” name, I am confident that my new chapter with Decubing and Equalify is a step toward better website management.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-image-fill has-background\" id=\"author\"><a href=\"https://poststatus.com/\"><img width=\"250\" height=\"250\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/07/Fh0orwK7_400x400.jpg\" alt=\"Blake Bertucelli\" class=\"wp-image-102307 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p><strong>Blake Bertucelli</strong> is simplifying website management with <a href=\"https://edupack.dev)\">Edupack</a>, while building the world’s first accessibility platform, <a href=\"https://t.co/qU9MY0KpIl\">equalify.app</a>, and supporting independent journalism with <a href=\"http://t.co/wwRl8NtG4X\">Decubing Web Services</a>.</p>\n\n\n\n<ul class=\"is-content-justification-left is-layout-flex wp-container-13 wp-block-social-links has-small-icon-size is-style-logos-only\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://twitter.com/bbertucc\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 14 Nov 2022 15: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:17:\"Blake Bertuccelli\";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:122:\"WordPress.org blog: WP Briefing: Episode 43: Openverse &amp; Photo Directory– What Are They, and How Are They Different?\";s:7:\"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=13890\";s:7:\"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:113:\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\";s: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:8472:\"<p>In the forty-third episode of the WordPress Briefing, Josepha Haden Chomphosy explores two resources for openly licensed media in the WordPress project&#8211; Openverse and Photo Directory&#8211; and how they differ from one another!</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<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a><br /><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a><br /><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a><br /><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a><br /><a href=\"https://wordpress.org/download/\">Download WordPress 6.1</a><br /><a href=\"https://make.wordpress.org/docs/?p=13761\">Docs Team Contributor Day Recap Post</a><br /><a href=\"https://wp.me/p4FYxH-1XH\">Hallway Hangout Block Themes (Video)</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13890\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:27] </strong></p>\n\n\n\n<p>About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth in teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00]&nbsp;</strong></p>\n\n\n\n<p>Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;</p>\n\n\n\n<p>In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>So in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00]&nbsp;</strong></p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00]&nbsp;</strong></p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version.&nbsp;</p>\n\n\n\n<p>Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse is not only a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>So that&#8217;s your elevator pitch of what Openverse is and how it uses the Photo Directory.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00]&nbsp;</strong></p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So no code, development environments, and testing skills are required. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]&nbsp;</strong></p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:12]</strong></p>\n\n\n\n<p>This leads us now to our small list of big things.</p>\n\n\n\n<p>In case you missed it, WordPress 6.1 is now available. It launched on November 1st. Late, late, late in the day, and so it was easy to miss if you&#8217;re used to seeing it at a particular time. We were about six hours later than usual. But if you go to wordpress.org/download, you can get your own copy there.</p>\n\n\n\n<p>The second thing on our small list of big things is that the Docs team had a contributor day. It was excellent. There&#8217;s a recap post up. I will include that in the show notes.&nbsp;</p>\n\n\n\n<p>And then the final thing is that there was a recent hallway hangout that talked about the site editor and block themes.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:00]&nbsp;</p>\n\n\n\n<p>The video for that is also published. I will also share that in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#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, 14 Nov 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:62:\"Post Status: The Sky is Falling! Nope, Just a Little Blue Bird\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143502\";s:7:\"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://poststatus.com/the-sky-is-falling-nope-just-a-little-blue-bird/\";s: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:2813:\"<h2 id=\"h-where-and-how-do-we-connect\">Where (and how) do we connect?</h2>\n\n\n\n<p>Twitter is fast becoming a <a href=\"https://www.youtube.com/watch?v=S9osdITt5ts\">dumpster fire</a>. Every time I look at my account, the settings, access, and options change. Sometimes overnight. Sometimes seemingly every fifteen minutes. There is a lot that happens on Twitter in the WordPress community. So it begs the question, where will you go if it all ends in a fiery crash like a <a href=\"https://www.youtube.com/watch?v=Zn_oKmaqS34\">SpaceX Rocket</a>, or runs out of energy like a <a href=\"https://www.autoevolution.com/news/tesla-model-3-owner-gets-stranded-in-the-middle-of-the-freeway-in-her-third-drive-201326.html\">Tesla on the side of the road</a>.&nbsp;</p>\n\n\n\n<p>Finding each other isn’t necessarily the difficult part. There’s <a href=\"http://poststatus.slack.com\">Slack</a>, of course, and Facebook groups. It’s building the rapport in a new “main place” that is challenging, as well as finding new ways and locations to seek out and connect with customers and clients.&nbsp;</p>\n\n\n\n<p>Mastodon is gaining in popularity, but there is a slight learning curve. And it’s a bit like shouting “Marco” into the void and not hearing anyone shout back “Polo” back when trying to find connections. Tumblr is an option, but it doesn’t work in the same way Twitter or Mastodon do as far as posting, following, and connecting.</p>\n\n\n\n<p>Tell me where you will be building your next following if it’s not on Twitter. DM me on Slack (or <a href=\"https://twitter.com/michelleames\">Twitter</a> while it’s still standing.)</p>\n\n\n\n<h2>More News & Links</h2>\n\n\n\n<p>Black Friday/Cyber Monday is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>. <br /><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">Find this year’s deals here</a>. (More being added weekly!)</p>\n\n\n\n<p>In the Business Spotlight this week: Dominyka Mikšėnaitė with <a href=\"https://poststatus.com/business-spotlight-hostinger/\">Hostinger<br /></a>In the Member Spotlight this week: <a href=\"https://poststatus.com/member-spotlight-parvez-akther/\">Parvez Akther</a></p>\n\n\n\n<h2>Upcoming Events</h2>\n\n\n\n<ul>\n<li>Post Status <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>every week</li>\n\n\n\n<li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> December 16 (New Date)</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a></li>\n</ul>\n\n\n\n<p>WordCamps are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 11 Nov 2022 19:11:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:82:\"Post Status: WordPress In The Long View With James Farmer— Post Status Draft 129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://poststatus.com/wordpress-in-the-long-view-with-james-farmer-post-status-draft-129/\";s: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:60451:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">James Farmer’s WordPress story goes all the way back to his launch of the first hosted WordPress multisite blogging platform — just a few days ahead of WordPress.com. Edublogs currently hosts millions of students’ and educators’ blogs. James talks about successes and failures, his views on Gutenberg, how he stays competitive with Squarespace, and how he thinks the WordPress business community should respond to the loss of active install growth data at WordPress.org. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">4</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\">In this episode of <strong>Post Status Draft</strong>, Cory is joined by <strong>James Farmer</strong>, CEO of <strong>Incsub</strong>, <strong>WPMU DEV</strong>, <strong>CampusPress</strong>, and <strong>Edublogs</strong>. James’ WordPress story goes all the way back to his launch of the first hosted WordPress multisite blogging platform — just a few days ahead of <strong>WordPress.com</strong>. Edublogs currently hosts millions of students’ and educators’ blogs. James talks about successes and failures, his views on <strong>Gutenberg</strong>, and how he stays competitive with <strong>Squarespace</strong>. Cory brings up the WordPress.org <a href=\"https://poststatus.com/active-install-data-story-update-not-a-breach-but-abuse-of-an-endpoint/\">active install growth data question</a> and gets James’ take on how he’d like to see that data re-emerge with greater value for plugin businesses.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-18 wp-block-columns Pressable has-theme-palette-8-background-color has-background\" id=\"Pressable\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pressable\">Pressable</a></h3>\n\n\n\n<p>Founded in 2010, <strong>Pressable</strong> is a world-class managed WordPress hosting provider built on the same data network as <strong>WordPress.com</strong> and <strong>WordPress VIP</strong>. With industry-leading performance, 24/7 expert support, a 100% uptime guarantee, and seamless integrations with <strong>WooCommerce</strong> and <strong>Jetpack</strong>, Pressable provides the tools you need to manage your WordPress websites and grow your business all in one place. <a href=\"https://poststat.us/pressable\">TRY PRESSABLE→</a></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/pressable\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/pressable-icon-primary.svg\" alt=\"Pressable\" class=\"wp-image-121339\" width=\"150\" title=\"Pressable\" /></a>Pressable\n</div>\n</div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://incsub.com/\">Incsub &#8211; WPMU DEV, CampusPress, & Edublogs</a></li>\n\n\n\n<li><a href=\"https://wpmudev.com/\">WPMU DEV</a></li>\n\n\n\n<li><a href=\"https://campuspress.com/\">CampusPress: WordPress for Education | Websites & ePortfolios</a></li>\n\n\n\n<li><a href=\"https://edublogs.org/\">EduBlogs: <strong>Blogs & Websites</strong> For Education</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/jamesfarmer\">James Farmer</a> (Founder, <a href=\"https://incsub.com/\">Incsub</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, Post Status)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey, everybody at Post Status. I\'m excited to have this conversation today. Um, my special guest is James Farmer, founder of Wpm U Dev, and, um, I\'ve known of James. I think I\'ve got to meet him maybe once. I know we\'ve talked before, but you know, as far back as James goes with WordPress, And the cool stuff he was doing at the beginning when I knew about him.</p>\n\n\n\n<p>And now, fast forward to today, I thought this would be a very relevant conversation. And if you know anything about James, he, uh, knows his stuff and has opinions and, and I like his opinions, and I want to hear those. So, uh, James, thanks for coming on the, uh, uh, post status draft, uh, pleasure. In doing this conversation with me.</p>\n\n\n\n<p>It\'s fun to, to, uh, hear your voice and hear what you\'re doing and get your thoughts on some things.</p>\n\n\n\n<p><strong>James Farmer:</strong> Uh, it\'s a pleasure to be here. Thank you for the invitation. It\'s, um, it\'s, yeah, it\'s really.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, you were just telling me, uh, it\'s like [00:01:00] beautiful sunny skies in Melbourne where I think you\'re based, uh, this morning.</p>\n\n\n\n<p>So thanks for joining us early for your time. .</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. No, it\'s, um, it\'s just, uh, spring has finally arrived. We we\'re currently having a, a big wet, as it\'s called in Australia, which means that it\'s just rain, rain, rain everywhere. But finally it\'s sunny and nice and, uh, we\'re, uh, rolling into our, into our, towards our.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. Well, I\'m jealous. I, I want to get to Australia at some point, and I haven\'t been there and, and hope to see in person and, and see the country. Well, absolutely. Okay. I\'m gonna dive right in, James, because I\'m, I\'m interested in these questions and I want to hear your thoughts and, and opinions on things.</p>\n\n\n\n<p>But the first is just like, I know you as an early pioneer in WordPress in the, in the product space in particular. Um, but there\'s some people that may not know some of the backstory. So could you tell us like how you get got started with WordPress and then what the point where W P M U [00:02:00] started, you know, that kind of origin story?</p>\n\n\n\n<p>Cause I\'m,</p>\n\n\n\n<p><strong>James Farmer:</strong> I\'m curious to hear for myself. Yeah, for sure. Um, no trouble at all. So, so way back in the midst of time, I was interested in blogging as an educational tool. I was a, I was a teacher, um, and uh, English as a foreign language. And then, um, kind of, uh, working in that area and then education design.</p>\n\n\n\n<p>And I started to, I wanted to use blogs for like, education purposes and, um, I had a look around and I found this piece of software called Radio User Land by Dave Wener. And it\'s this fantastic. Piece of software, um, you kind of wrote it and on your every, managed everything on your desktop and it kind of pushed it to a static HTML site.</p>\n\n\n\n<p>I mean, you know, radical</p>\n\n\n\n<p>I mean, you could even call it headless maybe. I dunno. But, but, but, um, but yeah, that would\'ve been, oh man, 2003. And, um, I started my. Blog, James Farmer\'s Radio web blog. And um, I got a link [00:03:00] from, um, from Dave Wener himself cuz um, probably cuz I was using his software and I think I got described as an enthusiastic new edgy blogger and, uh, and so I kind of got into it that way.</p>\n\n\n\n<p>Um, and then a year later my subscription was coming up and, uh, I\'d heard about this, you know, kind of, um, this other interest. Software that was out there, there\'s this thing called movable type, um, which is doing all right. It\'s quite pretty. There\'s this single WordPress everyone was raving about. And so I thought, well, you know, might as well learn how to install something on a server, also learn what, what a server is and</p>\n\n\n\n<p>That was the level of my technical ability and um, and so I kind of did all the steps and talked myself through and set up a WordPress blog. Um, yeah, in 2004, I think called Incorporated sub versions. Which was all about educational philosophy of incorporating subversion into the design of your software, which then eventually became Ink Sub [00:04:00] cuz Incorporated and Subversion kind of went together.</p>\n\n\n\n<p>Um, and um, that was, um, that was kind of, um, how I originally got started.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So, uh, 2004. So you got me. Um, similarity, you know, 2006, one, I used this software. You may remember back in the day, because I had no coding, I still don\'t have any coding experience, but Claris homepage on the Mac and building my website, I was like, this is ridiculous, trying to update my copyright footer or something when something changed.</p>\n\n\n\n<p>But before WordPress, mine was Google, uh, was blog. Ah yes. Cause you could publish things to the thing, but when you said weblog, it took me back to that web period.</p>\n\n\n\n<p><strong>James Farmer:</strong> Like I know Go golden period dm. The, what I really wanted to do like this, the core thing was I really wanted to do is I wanted to start like a blogger kind of service for students so that rather than people like typing in like [00:05:00] discussion boards and doing all that flat boardy kinda stuff, which is still doing amazingly, just, it makes me.</p>\n\n\n\n<p>Shutter . I could think about the state of educational technology, but the, um, so rather than doing, um, that, um, they would each have their own site and people would have their own profile and a bit like a kind of proto face Facebook kind of experience. And, um, Radio use had this other bit of software called Manila, which allowed you to do that.</p>\n\n\n\n<p>But this was hideously complex and incredibly hard to put together. And I worked with like some of the IT guys in, um, the school where I was at the time, R M I T, English Worldwide. And we just tried to do it and we kind of got it together and it kind of didn\'t work so. So when, um, I discovered WordPress, I was really enjoying it because, you know, it\'s as, as we all know, it\'s a fantastic blogging platform and it was so much kind of more fun and interesting.</p>\n\n\n\n<p>I could play with things and these plugins, which was so much better than this kind of static publishing thing where you\'d have to tweet gates also, not a coder. Terrible tweaking. I mean, like, yeah, the way back machine will demonstrate [00:06:00] very clearly my, my, my, my, my design and uh, coding talents. But, um, then the, the real thing for me, the thing that when it really kicked off was when I\'m gonna mispronounce his name cuz I always have done that.</p>\n\n\n\n<p>I\'ve never been on to Donica, put together this WordPress m u thing as a side project and I was like, holy shit. That\'s how I can do blogger for the students. They could put this together. Oh my word. And so I just, I just went to town on that and working on that. And I tried loads of examples and set ups and things here.</p>\n\n\n\n<p>And, um, it wasn\'t working. It wasn\'t working. And then, um, I, at the same time, Matt went over to Ireland to, um, to do some work with Donica. I\'m sorry, Donica, please. I really am sort of the misappropriation, , the um, They went over to Ireland and they kind of re re uh, rejigged. What would you, what would you call it?</p>\n\n\n\n<p>Um, oh man, they\'re always doing it in our plugins. Refactored, refactored, WordPress, mu refactored, WordPress mu. [00:07:00] And, um, and turned into this really nice thing and I was like, Oh my God, it\'s even better. And I was having a glass of wine at home one night. And just dood noodling around with this. And, um, I, I owned at that point, I think about like four domain names, or three domain names.</p>\n\n\n\n<p>So I\'d add Insub, which was my blog and a couple of others, like for friends and family. But because I was an edgy blogger, um, I\'d also, you know, I\'d been like, Oh, I wonder if there\'s anything about edgy page blogs. And, and edgy blog.org was available for like, you know, 8 95. And so I was like, Oh, cool. I buy that and.</p>\n\n\n\n<p>Had this, I was sitting on this flat leather couch in the suburb of Melbourne at 7:00 PM couple of glass of red, and I just thought, what about if I put this new WordPress, SMU stuff onto edgy blogs.org and then just posted about it and saw what happened. And so I did that and um, it took a while. It was a bit hard, and I woke up the next day and like 80 people had created.</p>\n\n\n\n<p>I was like, [00:08:00] Yeah, like my, my jaw hit the floor. It was astonishing because all of these people in the blogging community, most people using probably movable type, some people using radio use land as DRO or users, people like kind of, you know, all sorts of different platforms and everyone was. Everyone was interested in WordPress and what WordPress was, but you know, like nobody really necessarily had the capacity or the extra area or even the coding ability to try it out.</p>\n\n\n\n<p>And so you could just set up a WordPress site and play with WordPress. People are like, Oh yeah, hell yeah, I\'ll do that. And, um, I think, um, my, my claim to fame is that, um, that, uh, edgy.org predated wordpress.com by four weeks. So they, they, There you go. See, that\'s where, and, and that\'s why I\'m a billionaire.</p>\n\n\n\n<p>I nothing</p>\n\n\n\n<p><strong>Cory Miller:</strong> I love that. I, I thought I knew the origins of WMU as well, like your company name now, [00:09:00] um, heavy with the, Oh, what\'s, what does image stand for? Multiuse. I think you, So</p>\n\n\n\n<p><strong>James Farmer:</strong> actually, uh, mu actually, here\'s an interesting fact. Not a lot of people No, it\'s actually the Greek letter of the alphabet Mu Okay. Um, which actually was actually done by a little symbol that looks like this, and essentially it means infas or multiple, multiple and things there.</p>\n\n\n\n<p>And so it never was WordPress Mu, it was actually WordPress. But of course, you know, nobody understood that, understood that or figured that out. So it became WordPress mu And then of course later on, um, after, uh, Ida utterly dominated the WPP size, a bottle of domains, WordPress multi-site, which I got a little bit, I got a little bit salty about that change</p>\n\n\n\n<p>But, but, but we survived and we\'re still here.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, so I remember the symbol now that you\'re saying. Um, connected to that way back, so I\'m getting some nostalgia here too, thinking about, because it was always [00:10:00] this cool thing that you could do. And, um, and you did it well with edgy blogs and that\'s how I remember, you know, um, hearing about what you were doing.</p>\n\n\n\n<p>I think it was Word Camp San Francisco, one of the first ones. Mm-hmm. that I think you presented. If I, if I\'m not mistaken. Oh,</p>\n\n\n\n<p><strong>James Farmer:</strong> I don\'t think I presented at it. I don\'t, I did, I did. Um, I did the first. Word Words Camp, um, in the Southern Hemisphere. Um, word camp down un down under, um, in, uh, in Melbourne, in Docklands.</p>\n\n\n\n<p>And so that might have, it might have been from there. That would be, uh, our original kind of thing.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So then Edge bro, edgy blogs took off, I think from what I, what I understand. And then how did, how did you get to Wpm U Dev, what you\'re doing now in some form?</p>\n\n\n\n<p><strong>James Farmer:</strong> So, um, I, I, as, as I mentioned probably mentions route, I\'m, I\'m not much of a developer or a coder.</p>\n\n\n\n<p>I\'m actually not a developer or a coder. And, um, uh, but I, I wanted things [00:11:00] jilo, you know, I wanted this feature or this sort of thing or, and this extra functionality to be added to, you know, like, uh, simple things like, you know, kind of take the remember me box by. Or, um, slightly more complex ones, like where I wanted to put like a donate bus in so people could support it.</p>\n\n\n\n<p>And, um, so I was, um, kneeling around on the forums. Um, with, um, you know, back in the day there was a, I think the, there was a separate, like WordPress move. Forum area. I don\'t think it was part of the original WordPress org one. And I\'m chatting to people and they\'re asking \'em questions and eventually I ended up chatting to this guy called Andrew Billz, who, um, was also on there and asked him like, maybe, you know, if I kind of like gave him, I didn\'t have very much money, a few bucks or something, or if we could do some exchange, I could do something and could he do a few things.</p>\n\n\n\n<p>And so we started pottering. Um, kind of help him, helping me with a few things like that. And also at the same time, he had set up [00:12:00] a site called wpm u dev.org, which, um, he was basically using, uh, essentially wordpress.org was set up for WordPress stuff. It had nothing related to this new mu stuff. It was separate thing.</p>\n\n\n\n<p>And so he set that up in order to basically be plum, who would just be about WordPress. Cause that\'s what we were interested and that\'s what we were playing with. And. So we kind of continued to kind of work together and done those little things. And then around about 2006 when this kind of like progressed on and edgy blocks had taken on, LED started like a sideline of it called Edgy Blocks Campus, which is now Campus press, the education provider, um, the, um, but uh, we, um, interesting campus.</p>\n\n\n\n<p>Best fact, I think I\'m allowed to say it here. We\'re not allowed to put it on our marketing material, but, um, Harvard, um, business school employed Dave Winer for a year as a visiting fellow to set up their blogging platform on Manila. You know, the platform I was [00:13:00] talking about, set off radio use land as an early business thing there, and now Harvard runs on WordPress powered by campus press.</p>\n\n\n\n<p>Which is . That\'s awesome. I know. It\'s so awesome. I\'m so happy about that. It only took like 15 years of like constantly pestering them going, Please, please, please use us. Please let us help you. But yeah, we can\'t be confident in marketing material. But I think you can mention it, someone like that I suppose.</p>\n\n\n\n<p>I suppose I will find out if, um, if we can\'t with some angry emails, in which case, Sorry. Sorry, Harvard, I\'m just boasting cause I\'m pleased about it. Yeah, it\'s a nice story. . Um, the um, but. Uh, so, so basically it, it had progressed and then I got this like contact from a, um, football management game that I\'d actually played, um, saying we\'d like to make a football related kind of thing here, just like edge blogs.</p>\n\n\n\n<p>They found me through edge blogs and, um, to my utter shock, I put forward a proposal for, I think it was like 50 grand. [00:14:00] And they were like, Yeah, that sounds reasonable, . And I was like, What, how could anybody spend this amount of money? Are you insane? And they flew me to, um, San Francisco, um, to do it. I spoke to Andrew.</p>\n\n\n\n<p>Andrew, um, was gonna be the developer and put all this stuff together. I was gonna do the business and the content and the structure and the project management and those things. And we did, we put it together. It was called football united.com. That\'s really cool. But then I said to Andrew, Well, you know, how about, you know, like, rather than, Employing you these things here.</p>\n\n\n\n<p>How about we actually join up together and we, we form a company and we do this stuff together and split it 50 50. And um, he was like, Yeah, cool. And I was like, you know, and um, you could have 10% of ed blogs. What is worth is making no money. And, you know, kind of, we can bring in W P U Dev, you know, this, um, free repository place.</p>\n\n\n\n<p>I didn\'t really have any ideas for it. We can just pull our ideas and work together. And we did. And hence ink. Which is the company name, because it was a free domain name I had lying [00:15:00] around. I was like, Well, I\'ve got this.com, why don\'t we use this? And hence, Y W P Dev then became part of iub.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay, I got it.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p><strong>James Farmer:</strong> The story, story . Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. I, I always love these, hearing these origin stories because they, um, you know, it starts with this wonder, like you said, I wonder if. We could do this and I wonder if or, or how things evolve over time because like, This started with a, what if that became edgy blogs and then eventually Ink Sub Wpm U Dev kind of came out of that.</p>\n\n\n\n<p>And now we\'re here today in 2020. So it\'s crazy thinking back too. But I love hearing the stories of how they evolved because, uh, I\'m the same way, you know, I\'m not a developer either, and, uh, . So I I love that. Um, okay, so that\'s some of the backstory. I wanted, I wanted to share that or you to share that because I want people to know there\'s some things we could have a whole conversation on.</p>\n\n\n\n<p>Movable [00:16:00] type, right? Some of those Oh yeah. , because I remember that too. And uh, some of the mis moves they made, missteps they made that really helped propel word, presidents level. Yeah. Yeah know. But I wanna set this , right? . I wanna set that stage though, to say you\'ve been doing this a long time, James, and you\'ve seen a lot of the evolution of WordPress and the industry, the market, the growth, some of the things that have changed over time.</p>\n\n\n\n<p>And so it was good to share that story, but we could just camp out an entrepreneurial, But I really want to also, okay, in this. Second step is like, go, Okay, now setting the stage, tell me how, where Wpm U is today. And, uh, then I wanna talk about technology. I wanna talk about the web, and I wanna talk about WordPress.</p>\n\n\n\n<p>And I wanna get your, your thoughts on all these things. So where is Sounds good today?</p>\n\n\n\n<p><strong>James Farmer:</strong> Cool. Right. So, Wp Me Dev today has evolved from its various plugin forms into [00:17:00] something. It\'s somewhere halfway between plugins and a service and a hosting platform. Can you be halfway between three things? Absolutely.</p>\n\n\n\n<p>Um, so. Um, I, yeah, so, so essentially we\'ve, we\'ve offer a, you know, kind of a core suite of plugins, you know, for security performance. Um, we\'ve actually got a really good SEO plugin, but we just marketed terribly by name, name terribly by me. Um, and, um, you know, kind of a form builder and, uh, security, I said security deni already.</p>\n\n\n\n<p>And then we\'ve got like a site management area that, uh, you know, very. To manage WP in some respects, but it allows you to look after all of those different things. But you, first and foremost, really over the last few years has been a hosting product, um, which is, um, built on top of, um, ation and lions infrastructure.</p>\n\n\n\n<p>Well, you node, depending upon your preference there. Yeah. Which, which, which offers a really, a [00:18:00] really different, um, managed, um, WordPress experience that\'s really catered directly for, uh, for resellers. Web developers, freelancers, agencies who are, um, you know, catering to, um, clients who are often small businesses or medium businesses and those things.</p>\n\n\n\n<p>And so we\'re essentially trying to provide all the tools, the platform, the background to save them time, save them money, and help them produce really cool sites. That\'s what we are.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And yeah. And how, how big is your team today?</p>\n\n\n\n<p><strong>James Farmer:</strong> The whole ink sub team is, uh, it fluctuates a bit cuz we, we, we hire quite a lot.</p>\n\n\n\n<p>We try and hire everybody at a junior, um, level or mid level. I mean like our entire exec team is like, you know, people who started basically as junior staff things. In fact, um, I think tmr coo, I turned him down twice, got rejected. It\'s always, always fun to think about you. Not good enough, . Yeah,</p>\n\n\n\n<p><strong>Cory Miller:</strong> he\'s a who by the way.</p>\n\n\n\n<p>I\'ve got to meet him a [00:19:00] couple</p>\n\n\n\n<p><strong>James Farmer:</strong> times. , He\'s, he\'s a, he\'s a, he\'s good value, isn\'t he? He\'s a great manager as well. Um, so, um, yeah. But, um, so we, so the numbers vary, but I think we\'re about 175. 176. Fantastic. Is those Yeah, it\'s cool. It\'s amazing. It shocks me, to be honest with you. I\'m still a. But, um, we are, um, But yeah, we\'ve, we\'ve, we\'ve done some nice things and people, um, meeting up and stuff and we are doing, um, next April, we\'re having our first, not our first, cause we did one in New York back today, but our first proper company retreat and we\'re all gonna go to Bali.</p>\n\n\n\n<p>I dunno if you\'ve been to Bali. It\'s a, it\'s a lovely place in Indonesia, um, just north of, um, Australia. And, uh, we\'re staying over. Yeah, yeah. Bar. Yeah. And so, and so we we\'re going for a week with 60. Is so exciting. It\'s gonna be so cool. It\'s like, I was like, ah, I like do a couple of days work and then mostly just hang out and chat and see.</p>\n\n\n\n<p>You can see the sites, you can go to bars, you [00:20:00] can do all sorts of different things. But um, yeah, I\'m, I\'m, I\'m super excited about that.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I get that elbow time. Well, I love that and congratulations to hear kind of the before, how it gets started now today, and one thing, you know, I paid attention to Wpm U Death for a long time, but a couple things I\'ve always admired is, one is you have a tool set of things that if you wanna build.</p>\n\n\n\n<p>Or press sites and things like that. You\'ve got it like it seemed like grown over time. I\'d go back when I was still running Ithe and go, How the heck are they doing all of this stuff with</p>\n\n\n\n<p><strong>James Farmer:</strong> like this? Yeah. Yeah. With a great deal of effort.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And I\'ve been on the emails for a long time too, and I\'ve always admired too the content production that you all have done historically through Wpm U Oh, thank you so.</p>\n\n\n\n<p>So cool. Well have fun in Bali for sure. And tell Tim, um, uh, hi</p>\n\n\n\n<p><strong>James Farmer:</strong> for me. I will, I\'ll pass it on. He said he was looking forward to the live version of this. [00:21:00] He got some. I bet he, I was gonna sit back, but, uh, But it\'s all good. He can, uh, this way he can watch it as many times as he liked.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Exactly. Then he can\'t throw tomatoes and different things at us</p>\n\n\n\n<p>Well, okay. So thank you for that. And then I wanna come back as we wrap up and talk about what you\'re doing, what you\'re excited about, uh, with Wpm U as well, and, um, one of the, you know, pioneers in the space and WordPress and the product space. Um, but I wanna take some time and I wanna get your thoughts on some things.</p>\n\n\n\n<p>Okay? Sure. So, and with all this experience and what you\'ve seen, the evolution and all, you know, the ups and downs of entrepreneurship as well, but you. What\'s your, what\'s your outlook today? And this is the, I\'m gonna just start with the big one, the word press. You\'ve seen, you\'ve been there</p>\n\n\n\n<p><strong>James Farmer:</strong> for the, Sorry, sorry about the camera.</p>\n\n\n\n<p>Doing all sorts of things.</p>\n\n\n\n<p><strong>Cory Miller:</strong> No, no, I like it cuz I, I want one because I\'ve just got a static one. You\'ve got one that moves, but, um, so, [00:22:00] As you look at, you see you\'ve been there. Uh, I think we were talking like early on with WordPress, even before mu uh, mu, excuse me, was like rolled out and stuff. And I think I came in, I was telling you before we were, we started recording that.</p>\n\n\n\n<p>I think I came in somewhere in the two range, you know, when it was still blue and why, and it was like just one little horizontal menu and I was like, this is the best thing on earth. But you\'ve seen a lot. And so the first thing I wanted to ask out of the gate, Um, what do you think right now where WordPress is?</p>\n\n\n\n<p>What\'s your outlook on where we are today, how it\'s grown, and any thoughts around just WordPress today?</p>\n\n\n\n<p><strong>James Farmer:</strong> Ah, yeah, so. I mean, you know, it\'s, it\'s, every article about WordPress starts with WordPress powers. X percentage is a web. And you know, it does this and it does that. And I, I think if I was a, if I was a betting man, not besting man, but if I was, I would say that, um, where we\'re at now in [00:23:00] terms of saturation is probably about where we\'ll be.</p>\n\n\n\n<p>I think it\'s, um, I don\'t think there\'s gonna be, um, um, a, uh, any necessary kind of, um, growth, um, apart from, you know, general growth as a web and people trading sites and so on, um, in a percentage market share. And I think that that\'s basically down to, um, the, uh, Squarespace, uh, Shopify reification of, um, of, uh, of, of the world.</p>\n\n\n\n<p>I mean, um, there\'s more and more people who. Able to use both because it\'s easier and because it\'s more accessible and know about tools like Squarespace, you know, everybody pretty much does. And, you know, and even, you know, MailChimp and so they\'re trying to come out with their versions of it, and they do a pretty decent job.</p>\n\n\n\n<p>Um, so if you are, um, a small business, which, or then, which is, like I said, Members, their clients, um, their clients are looking at like a kinda square space setup for , say, [00:24:00] might cost them two or 300 bucks a year. Or they\'re looking at hiring a web developer and getting this done and this done, this done.</p>\n\n\n\n<p>And that\'s like, I dunno, say let\'s say three to 10 grand a year. Then it\'s, it\'s like, well, I\'ll just put in the yards and figure it out myself. And I think that\'s a lot of that\'s gonna be happening and continuing to happen. I\'m optimistic in terms of WordPress pertain its market share because of course, you know, these third party platforms just don\'t have the flexibility or the options.</p>\n\n\n\n<p>And, um, also because, you know, they\'re heavily debt funded and, uh, they need to make money. And in doing so, they need to offer the kind of support and different levels and so on and so forth, which means that your square space, your square space, basic decent site with maybe a shopping card on it, is going to go towards five, $6,000 a year.</p>\n\n\n\n<p>Um, possibly more, you know, maybe even kind of like two grand and then all of a sudden it starts to be, Oh, actually, well this is a more comfortable kind of [00:25:00] area. And we\'re, um, we are trying to make, um, one of the things we\'ve got rolling out next year is we\'re trying to essentially allow our. Members to create a kind of square space type automated provision environment with funky templates and all the cool things and WordPress built into it all their own templates so that, um, they can, you know, essentially have a, kind of build your own site option, which they can offer for their particular niche or area or those sorts of things.</p>\n\n\n\n<p>So I\'m hoping that we\'re doing our bit to, uh, to help us keep, keep up with the, um, with the Super Bowl ad buyers , but it\'s still, you know, it\'s a rough and tumble.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So this, this is something I\'ve seen change in piggybacking on what you did. You know, when I started Ithe in 2008, um, it was the Wild West with themes because they wanted that kind of, you know, experience to be able to find a good theme and kind of do it themselves.</p>\n\n\n\n<p>Or a builder, a freelancer, kind of take it, mold [00:26:00] it. , and it\'s interesting over time, particularly with I Teams, we go, Okay, themes are getting saturated, and then you see this dynamic you talked about with Squarespace starting to come in going, and it felt like to me, James, that it, those players out there that didn\'t exist when WordPress was for sure getting, its like upward momentum didn\'t really exist and WordPress became an option.</p>\n\n\n\n<p>Then over time, I was like, Golly, if you look into even web. Come into win flow and thinking that the tools around in the competitive landscape have gotten way better. You know, there\'s great experiences and it seems like it\'s shifted the market where it\'s the focus is a little bit more like, You\'re serving small businesses, for instance, and this web designer freelancer comes in and goes, Okay, you want this experience that\'s a little bit more complicated than you would, you could probably get on your own right now.</p>\n\n\n\n<p>Yep, yep, yep. It seems like, like the agencies and the freelancers I talked to, they\'re, it\'s, it\'s like, I wondered the other day, I was like, Okay, what, What happened to the, [00:27:00] you know, $2,000, $5,000 website? Mm-hmm. and back in the day, You know, you could get, like, that was, that was, that was the heyday of that.</p>\n\n\n\n<p>But I\'m, I\'m interested in your thoughts there too, like from those trends in WordPress, have you seen that too? Where it\'s like, there\'s really good options out there now? You said freedom and I, I\'m, I ring that bell as well and I, that\'s why I love WordPress. Cause I can do whatever I want with, and I\'m not locked in, but Yep.</p>\n\n\n\n<p>You know, some of those trends that you\'re seeing too out there with WordPress and its position in the market. I\'m, I\'m curious to hear your thoughts. That.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. Yeah. It\'s, um, it\'s, uh, it\'s, it\'s fascinating. Um, and we, we talk to our members a lot. We do a lot of, um, surveys and where, where they\'re heading out, and I, I, there\'s a lot of very healthy businesses and there\'s a lot of people going in, in, in for it.</p>\n\n\n\n<p>But there\'s also, um, a lot of people who are receiving pushback from people in that are looking at that part. Kind of like, um, dollar bracket, if you will. I mean, when you\'re, when you\'re talking about, you know, [00:28:00] kind a kinda a medium size business, you know, of someone who\'s actually looking for, you know, a whole range of different things, and of course they\'re gonna need WordPress means patiently obvious.</p>\n\n\n\n<p>You know, you can\'t, um, have the, um, you know, the capacity to, um, offer anything near or even. Or even match the, um, how would I put it? The kinda regulatory, uh, requirements, um, that, um, you would be looking for and the level of support and the level of those things. And that, that\'s, that\'s, that\'s tied up.</p>\n\n\n\n<p>That\'s not going anywhere. But, um, it\'s the, um, it\'s the people. Say for example, um, I mate who runs a gym, You know, he\'s very much, his position is, ah, yeah, I\'ve got a square space website. I don\'t particularly like it. It\'s a bit annoying and I have to learn all this shit, but you know, it\'s a couple hundred bucks, 300 bucks, and I\'m not gonna spend five grand on something.</p>\n\n\n\n<p>That\'s the person, that\'s the segment that\'s gonna be a problem. And the that segment is, is huge. There\'s a lot more of them. Out there and while it might not be, uh, the big bucks, you know, [00:29:00] uh, well the medium bucks, the, um, the, uh, it\'s, it\'s, it\'s super important and we are really trying to find ways to help people actually, you know, have an impact on that segment.</p>\n\n\n\n<p>So, for example, like, um, with, um, you know, say our hosting, I\'m gonna say like, we\'ve got this new hosting product called, Which is a $4 or $3 60 a month managed WordPress hosting, which is pretty damn good. If you ask me. It gives you your own IP address. It gives, but anyway, I\'m not selling it there, but it\'s just something I\'m really excited about.</p>\n\n\n\n<p>So if someone runs up a quantum site with a, say photography portfolio thing for like a wedding photographer or something, and then they run it on our system, then the all that they would have to spend essentially is $3 60 a. Um, they could put the template, everything in place. Um, we\'ve got a domains thing that\'s running out next week where, uh, we\'re actually doing wholesale domain pricing for all of our members who are like on the, our agency package.</p>\n\n\n\n<p>So $11 50 for like, um, a.com. [00:30:00] Every month. No. No stupid discounts, No nothing. They can sell that to their customer for 20 bucks. They can sell them the hosting package for another 20 bucks or 25 bucks, and they can have a support add on or an extra theme for another 30, 40 bucks so they can actually, and they can have that automatically deployed on their site.</p>\n\n\n\n<p>For their customer who\'s then going to be paying them 80 bucks a month for their cost of under $15. And that\'s before you talk about support and all of those other different maintenance and things you can add to it. Um, and that makes it competitive to Squarespace.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Well in, and you look at across the industry too, and it\'s like, I saw that email by the way, and I was like, I remember the days where you could.</p>\n\n\n\n<p>Hosting for that and try out your idea. Even if you\'re like, for me, it\'s like you said you had a couple domains sitting around, Well, I got way too many, but you know, you have an idea. Deploy it. See you can get it, get it going, but you\'re not, your [00:31:00] investment isn\'t big. Too big on that. And so I love that, uh, too.</p>\n\n\n\n<p>Yeah. So I\'m curious, um, Getting down a little into WordPress too, cuz you\'ve seen a lot seen where it\'s gone and evolved is, you know, some of these big ones like Gutenberg, the code editor. Yep. Um, and I\'m curious, you know, the direction too of WordPress, uh, I, I don\'t like to say this, but in web terms, WordPress is ancient.</p>\n\n\n\n<p>Like it\'s, it\'s code. That\'s what, 20 plus years here now we\'re talking about, you know, and you\'re like, but in web term it feels young still to me. But in web terms you\'re like all these new startups, some of this technology didn\'t exist when WordPress rolled out. Yep. But I\'m curious about your, your thoughts on the direct.</p>\n\n\n\n<p>Of the platform too, and things like, I\'m gonna, I\'m gonna put in the buzzword, but it\'s a good buzzword, which is Gutenberg and the code editor and get your thoughts around that. And where, where direct, you know, how does it best WordPress best [00:32:00] position itself to continue to democratize the web.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yep. Um, yeah, it\'s a great question and, um, I think it, it bears a lot of challenge for the future growth.</p>\n\n\n\n<p>Um, in, in, in my, in my opinion. I, it\'s a kind of, Not necessarily a very popular one, but, um, I think I, I would say that the, um, WordPress has succeeded cause, well it succeeded cuz it was open source in the first instance and yeah. As it has in beer, um, compared to, you know, your movable type competitors. But also it had this, it succeeded because of plug-ins and themes.</p>\n\n\n\n<p>Because of its ease of integration, because of the simplicity, because of the way that things held together. And it, uh, because it allowed people to create these sorts of websites that, um, you know, you could play around with and do it, it achieved critical mass really quickly from that, and it just grew, which is why it\'s gonna dominate that more complex website space forever, because it allows more complex websites and more playing.[00:33:00]</p>\n\n\n\n<p>Now Gutenberg, I don\'t know a great deal about Gutenberg, apart from the fact that I tried to make Guten. In 2014, I gave it a red hot Go. I was like, Okay, Squarespace, these drag and drop editors, these wicks web.com are actually really, really dangerous. Good platforms that have got a problem here.</p>\n\n\n\n<p>WordPress has these wonderful themes that are out there like ims. Absolutely, and you know, and all of these other stuff, but none of the, All of these are developer friendly. All of these are short code functioning. All of these are requiring to do CSS and these things. We need a simple drag and drop suite, um, theme that, that anybody can use in a straightforward way, and we try.</p>\n\n\n\n<p>I had a go, It was called upfront. Remember, we spent absolute fortune on it. I spent an absolute time on it and I discovered that. I\'m not talented enough. , and I think we were, we were, we, we didn\'t those us two [00:34:00] problems. The first was in terms of design and concept, we were fairly close. Like we were okay-ish.</p>\n\n\n\n<p>We had some things and I look at Gutenberg now and I\'m like, Oh yeah, I remember that. That\'s, that\'s a really cool challenge. And this, I really like how they\'ve done that and it reminds me of very much of up front. And we had some really talented people working on it. Got Victor, who I used to work with, was like leading end.</p>\n\n\n\n<p>It was really cool stuff. But we definitely didn\'t have the technical skills. We were nowhere near, like, we, we just couldn\'t, we just couldn\'t iron out the bugs. We couldn\'t put it together. We couldn\'t make it work seamlessly. There was too much, um, load on it. It was started in such way, didn\'t know how to project management, you know, It was just too hard.</p>\n\n\n\n<p>So we failed with it. Just a shame. And because it was, we had to go, we gave it a crack. And I see the same thing happening with Gutenberg because it, it looks like exactly the same things. My problem with Gutenberg, Isn\'t, um, isn\'t how it works or what it does. Cause I, I think it\'s really pretty cool. It\'s really interesting and I\'ve spent a lot of time, I have a lot of [00:35:00] amazing people working on it.</p>\n\n\n\n<p>I think it\'s got a really good future. My problem with Gutenberg is it is baked into WordPress and the WordPress has succeeded because it\'s been an open place where you have a marketplace and a selection of people innovating and trying and creating new things. Themes, for example, across those different things.</p>\n\n\n\n<p>I have absolutely no doubt in my mind that element or divvy or whatever is coming after them. Those guys. Would, or perhaps, perhaps still will, who knows? But would be much better. Z berg vastly better, purely because of competition, because of range of, uh, people going at each other, because of financial incentives, because of capitalism.</p>\n\n\n\n<p>Call it that, you know? Right. Um, it, it\'s, it\'s, and, and cause that\'s what\'s happened in WordPress since, um, and that\'s what\'s very WordPress. And so the baked in nature of Gutenberg, um, you [00:36:00] know, versus, you know, these other options is, um, and I think, you know, that\'s the, that\'s the problem. It\'s a bit sad, really.</p>\n\n\n\n<p>I kind of, you know, it, it, it\'s, I, I, I wish it had just stayed as a theme that, you know, um, Maybe automatic could have made it a competitor to these things, you know? And they tried to grow it in the same way as they\'re doing jet pack and those things. And that\'s great. And I think, um, it would\'ve had a better chance as well because it would\'ve been pushed by other people in that competitive space and direction and just make it a purity commercial model rather than, this is the thing as well.</p>\n\n\n\n<p>I mean, as a commercial model, like the stuff I\'m doing, obviously WordPress is, is, is great and it\'s wonderful. And the open source community and the way that they work through it and the way that it\'s learned and matured is brilliant. And I. Everybody\'s on it with all my heart because I wouldn\'t have a business otherwise I wouldn\'t be able to do this stuff without them.</p>\n\n\n\n<p>It\'s absolutely brilliant. But cause I\'m a, I\'m a private company. I am, we are a private company. We don\'t have investors at share those sort of things here. We [00:37:00] can make decisions that are unpopular. Or that, um, that people don\'t like. We kill 90% of our plugins. You know, we, we, we can do things that you can\'t do in an open source community because like, well, you can do them, but everyone will leave or hate you or just have a huge palava and things there.</p>\n\n\n\n<p>I, I, I think innovation doesn\'t happen. That well in that environment. I think lots of great things do, but I think innovation happens when we are competing against each other and trying to do cool new things and get stuff out there. Yeah, I totally see that end ran .</p>\n\n\n\n<p><strong>Cory Miller:</strong> No, I totally see that. I think that\'s such a good perspective to share in, in the space in our ecosystem or community.</p>\n\n\n\n<p>Um, if you don\'t mind, uh, we were talking before and you\'re like, I, I think it should have stopped at this version. And I was like, What do you, what happened to that version? And would you share that too? Because I think</p>\n\n\n\n<p><strong>James Farmer:</strong> I, I think I said, I think I said that. Well, yeah. [00:38:00] Just before, I think I said that WordPress peaked at 0.72.</p>\n\n\n\n<p>Yeah. , and I, I heard obviously WordPress now is vastly better than North 0.72, but, and, and I\'m not entirely sure. It\'s no 0.72, Please fact, check the hell outta me. Whoever\'s out there. But essentially as soon. As soon as, um, the, uh, integration, the seamless, beautiful, amazing integration of plugins and themes and the hooks and everything that allowed that to, it rolled into WordPress.</p>\n\n\n\n<p>That was the peak of WordPress innovation, and it was brilliant. And it has been led to all of these different things here. Um, and. Since then, WordPresses has not been revolutionizing things, It has not been transforming things interesting in the way that you talk about interesting Emberg name. Cause of course Emberg, you know, was a revolutionary technology.</p>\n\n\n\n<p>I don\'t think it\'s a revolutionary theme or revolutionary, you know, way of processing or making things. Um, because I think that\'s when, that\'s when WordPress kind of peaked and with, [00:39:00] has just been kind of evolving since otherwise, um, whereas the innovation\'s been happening on the side.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, so that that kind of times was a lot of the discussion.</p>\n\n\n\n<p>In the product space, particularly with plugins around wordpress.org and things with our product members at post status. And I think that\'s so compelling to say too because I, I really appreciate there\'s a, in that, is that there, the ecosystem, the product ecosystem. We might have called them premium one day, but another commercial, whatever name we\'re gonna put on \'em.</p>\n\n\n\n<p>But, um, and, and when this conversation came around that, around the active installs, um, data, you know, my first question was, and this is one I want to kinda ask you too, is our plugins, our plugins, themes, third party stuff, whether they\'re free, paid, whatever in between, essential to WordPress, Past and essential to WordPress future.</p>\n\n\n\n<p>And so I\'m gonna submit that to you because I wanna hear your thoughts on that. I have [00:40:00] my own opinions, but I wanna hear</p>\n\n\n\n<p><strong>James Farmer:</strong> your . There\'s a lot of opinions aren\'t there, about the, um, the in-store thing? I, I, I have to admit, I\'ve been, uh, I\'ve been lurking quite actively in those discussions and yeah, we\'ve been having a few internal chats about it as well, because of course, it\'s important to us, you know, we want to know how well our or, or not, how well our plugins are doing.</p>\n\n\n\n<p>I mean, we, for example, we\'ve seen. Uh, SMASH recently, um, over the last year or so was one of our, our leading plugin. It\'s the big thing that, you know, people really like. Um, and actually started to lose, um, some market share to, um, some of our competitors like, uh, u and um, short Pixel and those things. And these are, these are fine plugins and they do great job and, you know, but I was.</p>\n\n\n\n<p>Hang on. You know, I thought we were really good at this and we\'re doing this really well. Why are we losing this? And the reason we were, And so we looked into it, we did a huge amount of discovery and um, we, we found some things which we thought, Oh, okay, our bulk must limits too low. Okay. [00:41:00] Alright. Our background image optimization isn\'t working.</p>\n\n\n\n<p>We\'re having to have people keep it over. Our new user experience for the first, like kind of five clicks, um, things. There isn\'t that. Compared to these guys. And so we dived into it and we worked our butts off to improve it. And we\'re rolling out improvements at the moment. And just, just as the, uh, the plugin active install growth stuff disappeared, we were back to level, like up from North Point one to North Percent and we were all cheering.</p>\n\n\n\n<p>We were like, every week we\'d see it update on Sunday and we\'re like, Yes. You know, And it started to get towards positive territory. We\'re back baby, and. Yeah, it was, um, it was pretty gutting to kind of suddenly have it go and to not get that kind of feedback loop that we were doing good things and creating good things.</p>\n\n\n\n<p>Now, having said that,</p>\n\n\n\n<p>I think the reason the most, the most the reason for the active installs being removed, which was [00:42:00] given in the track ticket or whatever things, there not enough obs. Not sufficiently obs. If I pronou, I can\'t remember. It\'s one of those words. I can never, I can never get out. No, not sufficiently hidden.</p>\n\n\n\n<p>Let\'s say that, let\'s translate it to there. I think that\'s, um, a good reason to get rid of it. I think that, not to get rid of them to improve, I think that, um, I think that a good way to think about this is think about what the internet would be like if Google published their algorithm, like literally published it.</p>\n\n\n\n<p>I mean, they, they will say, We do publish it. We\'ve got a page guidelines and 60 pages, 90 pages. I\'m. Yeah, that\'s good. And that\'s a guide and we go by that, and that\'s really helpful. But I wanna see the actual algorithm, the actual code that shows how you display these things here. I will tell you what will happen if that happened.</p>\n\n\n\n<p>If that happened, the entire internet would be destroyed because it would be immediately dominated by a bunch of machine [00:43:00] learning bots going through Google\'s algorithm and spitting out things that matched it. The people who were able. When it updated the people who were able to more quickly respond. So this would be why.</p>\n\n\n\n<p>It\'d be machine learning AI stuff and change their sites to fit into this new algorithm would be the winners. And so you would have an internet that was basically written by computers for computers and it would be absolutely rubbish. And that\'s why. Google don\'t publish one of the reasons, but that\'s a very, very good reason for Google not publishing its algorithm.</p>\n\n\n\n<p>And the same is true for plugins and plugin pages and all of those different things. If we know exactly as a, as a business owner, if I know exactly how it is, I can get my plugin to rank above yo and get smarts. That position. Yes. Well, I\'m damn well gonna. And I\'m gonna do it hard, and I\'m gonna actually devote probably most of the resources of the company to figuring out how that happens and how we can quickly respond things there.</p>\n\n\n\n<p>And then all that we\'re gonna get is a sea of plugins [00:44:00] with solitary purpose is to rank hires and yos and not immediately use a users once they install them, or at least get them to create an API key or give me a lead or do whatever it is, these sort of things. And that would not be good for WordPress or plugins.</p>\n\n\n\n<p>And essentially what they\'re saying is that the plug. Code for ranking the code for, you know, kind of making plugins, appearance things. There wasn\'t actually, it was a bit too obvious. And there are people out there who are a hell of a lot smarter than I am. Lots of, not very hard. There\'s lots of people out there, lots smart than I am who have essentially cracked the code.</p>\n\n\n\n<p>They\'ve figured out how to do it, and they\'re constantly cracking the code and they\'re constantly going through it. I think I remember, um, one, there was something about how many support tickets you had and how many support tickets you closed, and so people were creating support tickets for themselves, and then I swing them with somewhat general things and stuff and attaching it to the plugin, all sorts of sketchy.</p>\n\n\n\n<p>Happening left, right, and center. And [00:45:00] essentially, yeah, the, It was too obvious. It was too, there. People were gaming it and this was gonna produce a world of ship plugins that are basically existing in order to just climb the charts and do the machine learning thing. Now, what would\'ve been better would\'ve been if they\'d just improved the algorithm.</p>\n\n\n\n<p>Or made it to the point at which ally Google, you know, back in the day in 2002, you could game Google. You could SEO hack. Yep. You could do, You could do these things. You can\'t anymore. Right? You can. You can. I mean, there are bits and bobs, but you wouldn\'t want to because it\'s too dangerous. You might get caught.</p>\n\n\n\n<p>And also it\'s just a bit too challenging and it\'s too clever in these thingss here. What would be great would be just, they just, they just improved that they just had a big ass project to improve the plug, the plugin algorithm, I don\'t care if it\'s open source community, I don\'t care if it automatic, writes every single part of that code and contains its proprie information and never lets anybody see it.</p>\n\n\n\n<p>But then that would enable those stats to stay in place. And that\'s my complaint. That\'s my complaint about it, is like, [00:46:00] Guys, you just pulled something. It was so bloody important and I know why you pulled it. It makes perfect sense why you pulled it. Like, couldn\'t you have just, you know, been done something better?</p>\n\n\n\n<p>Yeah. Could you have been smart enough to actually solve it in another way? And they, they say that they will, um, you know, this is, the intention is to come back with the bigger and better and things here, but like, man, was it, was it that bad? Was it that much of a problem that, Cause it wasn\'t, we weren\'t like machine, like I said, learning.</p>\n\n\n\n<p>We were. We were checking out our onboarding process. We were reviewing our complaints by users. We were doing deep surveys. We were doing third party like kind of um, user testing.com, things where people actually log in and you watch them talking through the process and the problems we have to improve our stuff.</p>\n\n\n\n<p>And now we are like, Oh know if this is working . And I\'m like, I mean like we could a shooting in the dark and that\'s the majority of people. And there might have been some people who were getting an advance and screwing around with it, but couldn\'t you have just spent the time to [00:47:00] improve the algo and then just switched it rather than dumping us on us, which feels horrible and draconian and alienates people, and stops me from improving smush like I\'d.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, and I go back to what you said, which is, you know, the, the what, the third part, you know, the plugins and themes out there have done is helped WordPress innovate and continue to say simple enough as a core, and then you extend as you need it for those complex things that you might have. And you know the question I ask.</p>\n\n\n\n<p>It. I think, I hope when I say our plugins essential to WordPress is continued growth and health. I think that, I hope the answer is, uh, resounding heck yes. The second question that I think this particular issue illuminates is how do we continue to better support, and this is part of the role post status, is how do we continue to support plugin, the plugin ecosystem.[00:48:00]</p>\n\n\n\n<p>Uh, even better, you know? Mm-hmm. is take this as an opportunity to say this is essential. This is why WordPress has grown. It will continue to grow. Mm-hmm. , and it will continue to innovate. And then the question becomes, how do we continue to foster and grow the health and support of those vital plugin developers out there creating the next whatever thing it is.</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p><strong>James Farmer:</strong> Well, yeah, go ahead. I mean, I, I dunno, it, it\'s your business and I, I, I, you know, there are loads of different ways to do it. I didn\'t wanna straight off just answer it, but I, I think what you could do in this first instance is you could look at a community project, um, where people actually collect, um, plugin, um, install.</p>\n\n\n\n<p>And pool it so that you are able to have a bunch of people sharing data to say, This is how things are going, and this is how things are not going. I mean, if wordpress.org won\'t do it, then why don\'t we? Yeah, that\'s, that\'d be, that\'d be my thought.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I [00:49:00] know we\'re, we\'ve run it over time actually, but I really appreciate this.</p>\n\n\n\n<p>Maybe this\'ll be part two is where we dig into some of these things too. Cause I really wanted to, I think you got to, um, to share some of the things you\'re doing, but I wanted to talk about. Wmu and your future there and what you\'re planning. Um, but maybe that\'ll be part two. I know we\'ve kind of gone along, but James Farmer, thanks so much for this.</p>\n\n\n\n<p>I think this was our teaser for part two, by the way, . Oh no, I\'d love to. Thank you. Uh, we gotta talk more often cuz uh, uh, we\'ve got a lot to talk about still, but, uh, James, thanks so much for being on the, uh, post status draft podcast and, uh, I appreciate your time and it\'s good catching up with you and hearing your story, sharing some of your thoughts too, I think are, are really critical for our ecosystem as a whole.</p>\n\n\n\n<p>So</p>\n\n\n\n<p><strong>James Farmer:</strong> thank you. Ah, it\'s, it\'s been a pleasure. Thank you for having me, Corey. You bet.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Thanks James Farmer. And by the way, tell, um, Wpm U Dev, uh, check out what they\'re doing. Um, cool stuff they\'ve got going on there. You got so many things going on that they, I can just say go [00:50:00] check it out. See what they\'re doing.</p>\n\n\n\n<p><strong>James Farmer:</strong> Yeah. Yeah. A we\'ve got a, yeah, we\'ve got a free level. People can play around with stuff as well, so give it a go. We didn\'t used to have a free level. It\'s a have fun, have a, have a, have a tweak.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Will do. All right. Thanks everybody for being, uh, listening in and, uh, we\'ll be talking to James I\'m sure very soon.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 11 Nov 2022 18:24:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:96:\"Do The Woo Community: Tumblr Showing Some Woo, Enterprise and Returning WooCommerce Office Hours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73462\";s:7:\"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:94:\"https://dothewoo.io/tumblr-showing-some-woo-enterprise-and-returning-woocommerce-office-hours/\";s: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:474:\"<p>Conversations about Woo running Tumblr payments, the WordPress enterprise space and return of WooCommerce Developer Office Hours.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/tumblr-showing-some-woo-enterprise-and-returning-woocommerce-office-hours/\">Tumblr Showing Some Woo, Enterprise and Returning WooCommerce Office Hours</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Nov 2022 10: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"Post Status: WordPress 6.1.1 • FSE → Site Editor • Twenty Twenty Three\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=143044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://poststatus.com/wordpress-6-1-1-fse-%e2%86%92-site-editor-twenty-twenty-three/\";s: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:15528:\"<h2 id=\"h-this-week-at-wordpress-org-november-7-2022\">This Week at WordPress.org (November 7, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Get a look at the latest default theme, Twenty Twenty-Three! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png\" alt=\"🎨\" class=\"wp-smiley\" /> Full Site Editing has a new name: &#8220;Site Editor.&#8221; <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /> And WordPress 6.1.1 will be released on November 15. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" /> </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Introducing Twenty Twenty-Three!</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f446.png\" alt=\"👆\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">WordPress 6.1.1 RC1 is now available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3d7.png\" alt=\"🏗\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">Site Editor: A More User-Friendly Name</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png\" alt=\"🎨\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Introducing Twenty Twenty-Three</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d0.png\" alt=\"📐\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/04/wordpress-6-1-1-planning/\">WordPress 6.1.1 Planning</a> <br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bb.png\" alt=\"💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li> <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">Site Editor: a More User-Friendly Name</a></li>\n\n\n\n<li> <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Introducing Twenty Twenty-Three</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-31 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/11/04/wordcamp-mentors-november-check-in/\">WordCamp Mentors’ November check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/03/community-team-meeting-agenda-for-nov-3-2022/\">Community Team Meeting Agenda for Nov 3, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/11/03/update-global-meetup-reactivation-project/\">Update: Global Meetup Reactivation Project</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">WordPress 6.1.1 RC1 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/04/wordpress-6-1-1-planning/\">WordPress 6.1.1 Planning</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">WordPress 6.1 ‘Misha’ Retrospective</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/improving-the-contributor-experience-github-codespaces-for-wordpress-core/\">Improving the contributor experience: GitHub Codespaces for WordPress Core</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">What’s new in Gutenberg 14.5? (9 November)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/07/a-week-in-core-november-7-2022/\">A Week in Core – November 7, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/dev-chat-summary-november-9-2022/\">Dev Chat summary, November 9, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/07/editor-chat-agenda-9-november-2022/\">Editor Chat Agenda: 9 November 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/03/core-editor-chat-summary-2nd-november-2022/\">Core Editor chat summary: 2nd November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2022/11/07/design-share-oct-24-nov-4/\">Design Share: Oct 24-Nov 4</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/11/09/nominations-for-hosting-team-reps-2023/\">Nominations for Hosting Team Reps 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/09/agenda-wordpress-global-marketing-team-meeting-november-9-2022/\">Agenda: WordPress global Marketing Team meeting, November 9, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/11/07/notes-global-marketing-team-meeting-november-2-2022/\">Notes: Global Marketing Team meeting, November 2, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/08/performance-team-meeting-summary-8-november-2022/\">Performance Chat Summary: 8 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/10/31/plugin-review-team-31-oct-2022-%F0%9F%91%BB/\"></a><a href=\"https://make.wordpress.org/updates/2022/11/08/plugin-review-team-status-7-nov-2022/\">Plugin Review Team Status: 7 Nov 2022</a>&nbsp;</li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/agenda-weekly-polyglots-chat-nov-09-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Nov. 09, 2022 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/\">Call for Polyglots Team Representatives</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">Now we have a sustainability channel in Making WordPress Slack, what should we do?</a></li>\n</ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/11/agenda-support-team-meeting-thursday-november-11-2022/\">Agenda: Support Team Meeting Thursday, November 11, 2022</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/11/08/test-team-update-7-november-2022/\">Test Team Update: 7 November 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2022/11/09/themes-team-meeting-notes-november-08-2022/\">Themes Team Meeting Notes –&nbsp;November 08, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/08/themes-team-update-november-08-2022/\">Themes team update November 08, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/choosing-accessible-contrasting-dark-theme-colors-for-online-workshops-and-tutorial-videos/\">Choosing accessible/contrasting dark theme colors for online workshops and tutorial videos</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/09/training-team-meeting-recap-for-november-1-2022/\">Training Team Meeting Recap for November 1, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/project-thread-content-localization-foundations/\">Project Thread: Content Localization Foundations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/07/meeting-agenda-for-november-8-2022/\">Meeting Agenda for November 8, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">Summary Update: Courses Currently in Development or Published (1 November 2022)</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/panduan-membuat-rencana-pembelajaran/\">Panduan membuat Rencana Pembelajaran</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor and Template Editor</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-blocks-without-react-part-1\">Let’s code: Developing Blocks without React! – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-developing-blocks-without-react-part-1\">WordPress development live stream: Developing Blocks without React! – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-chromes-developer-tools\">Using Chrome’s Developer Tools</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=intro-to-the-site-editor-and-template-editor\">Intro to the Site Editor and Template Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-navigation-block-2\">Using the Navigation Block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-seo-search-engine-optimization-2\">What is SEO? (Search Engine Optimization)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-right-way-to-customize-a-wordpress-plugin-theme\">The Right Way to Customize a WordPress Plugin/Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-demystifying-theme-json-and-global-styles\">Builder Basics: Demystifying theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-building-with-columns-groups-rows-and-stacks\">Builder Basics: Building with Columns, Groups, Rows, and Stacks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-exploring-block-layout-alignment-and-dimensions\">Builder Basics: Exploring Block Layout, Alignment, and Dimensions</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=builder-basics-how-to-curate-the-editing-experience\">Builder Basics: How to Curate the Editing Experience</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-exploration-2\">WordPress 6.1 Exploration</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-6-1-exploration\">WordPress 6.1 Exploration</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos are now auto-published to YouTube</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 11 Nov 2022 00:46: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:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:124:\"WPTavern: Gutenberg’s Roadmap for a “Font Library” Will Give Users an Interface for Registering and Managing Web Fonts\";s:7:\"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=139421\";s:7:\"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:126:\"https://wptavern.com/gutenbergs-roadmap-for-a-font-library-will-give-users-an-interface-for-registering-and-managing-web-fonts\";s: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:4144:\"<p>WordPress&#8217; <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> plugin, which is used for creating a new theme, blank theme, child theme, or style variation, has a dedicated screen for managing fonts. It lists and previews all the font families and font faces embedded in the theme and allows users to embed Google fonts, embed local font assets, and remove unused font weights.</p>\n\n\n\n<img />\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>WordPress theme developer Carolina Nymark <a href=\"https://twitter.com/carolinapoena/status/1590207811681935362\">commented</a> on Twitter yesterday about how useful it would be to have this as part of the Site Editor. Gutenberg lead architect Matías Ventura <a href=\"https://twitter.com/matias_ventura/status/1590278101053104128\">responded</a> with links to the roadmap for font management in core.</p>\n\n\n\n<p>In June, Automattic-sponsored core committer Tonya Mork organized a ticket for tracking the <a href=\"https://github.com/WordPress/gutenberg/issues/41479\">ongoing roadmap for the Web fonts API</a>. It includes the vision for how the API supports typography features and the necessary tasks for creating a &#8220;font library.&#8221; </p>\n\n\n\n<p>&#8220;This API&#8217;s job is to provide the backend capabilities to support the <a href=\"https://github.com/WordPress/gutenberg/issues/41479#font-library\">&#8220;font library&#8221;</a> to include font management and dynamic building of the <code>@font-face</code> styles,&#8221; Mork said in the ticket. The purpose of the font library is to manage and catalogue fonts and provide users an interface for selecting fonts to use on their sites.</p>\n\n\n\n<p>All fonts coming into WordPress would be &#8220;registered fonts&#8221; and would be available through the following methods:</p>\n\n\n\n<ul>\n<li>a theme bundling them</li>\n\n\n\n<li>a user uploading fonts they purchased</li>\n\n\n\n<li>a plugin registering them</li>\n</ul>\n\n\n\n<p>Mork highlighted a few risks the Font Library feature might introduce, which will need to be addressed during the development process.</p>\n\n\n\n<p>&#8220;There are potential performance risks such as enqueuing too many fonts,&#8221; she said. &#8220;A separate issue will consider impacts and propose adding a filterable throttle to limit the number that can be enqueued.&#8221;</p>\n\n\n\n<p>Another risk outlined in the ticket includes the potential for plugins programmatically removing a theme&#8217;s fonts. </p>\n\n\n\n<p>&#8220;With <code>remove</code> being publicly exposed for consumption, a plugin could remove any or all of the theme&#8217;s font declarations and replace them with their own, i.e. without user interaction or awareness,&#8221; Mork said. &#8220;This could potentially create inconsistencies with typography UIs and previews.&#8221;</p>\n\n\n\n<p>The API is being developed to handle locally hosted web fonts out-of-the-box but would also provide the means for plugin authors to build methods for handling remotely hosted web fonts. </p>\n\n\n\n<p>Automattic-sponsored designer Joen Asmussen has also opened a <a href=\"https://github.com/WordPress/gutenberg/issues/45271\">ticket</a> exploring the possibilities for managing font sets in Global Styles → Typography. He created mockups for an interface for picking font sets (a primary font for headings and a secondary font for body text), as well as for managing the set properties. Users would also be able to manage font weights via a modal panel for the selected font.</p>\n\n\n\n<img />\n\n\n\n<p>His designs suggest a basic interface for uploading fonts, accessed through the ellipsis menu:</p>\n\n\n\n<img />\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/41479\">roadmap for the webfonts API</a> and the <a href=\"https://github.com/WordPress/gutenberg/issues/45271\">font management interface</a> tickets will be an exciting project to watch, as Gutenberg contributors work to offer another level of creative control to users. It&#8217;s still in the exploration phase, but the Font Library feature is intended to be built, refined, and stabilized over multiple WordPress releases as it materializes in the Site Editor.</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, 10 Nov 2022 15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: WooCommerce Performance and Cloud-Based SaaS with Ivailo Hristov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/woocommerce-performance-and-cloud-based-saas-with-ivailo-hristov/\";s: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:462:\"<p>We chat about NitroPacks history, WooCommerce and performance, choosing a cloud-based SaaS vs hosted and a last-minute Black Friday tip.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-performance-and-cloud-based-saas-with-ivailo-hristov/\">WooCommerce Performance and Cloud-Based SaaS with Ivailo Hristov</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2022 10:58:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:117:\"WPTavern: WooCommerce 7.1 Adds Cart Block Cross-Sells, Includes High Performance Order Storage Behind a Feature Flag\";s:7:\"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=139395\";s:7:\"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:126:\"https://wptavern.com/woocommerce-7-1-adds-cart-block-cross-sells-includes-high-performance-order-storage-behind-a-feature-flag\";s: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:2794:\"<p><a href=\"https://developer.woocommerce.com/2022/11/08/woocommerce-7-1-0-released/\">WooCommerce 7.1</a> was released yesterday, delivering on time with the highly anticipated <a href=\"https://wptavern.com/woocommerce-6-9-released-high-performance-order-storage-targeted-for-7-1\">custom order tables</a> feature, which was renamed to &#8220;High-Performance Order Storage&#8221; (HPOS). This is a major undertaking that implements custom tables for orders, products, and coupons, and promises significant performance gains for stores. </p>\n\n\n\n<p>Contributors have been working on HPOS throughout 2022 but have been discussing its implementation for years. It is now available behind a feature flag, which can be enabled at WooCommerce > Settings > Advanced > Features using the checkbox under Experimental Features titled “Custom order tables.” The feature is not yet turned on by default, as there may still be compatibility issues with plugins sites may be using.</p>\n\n\n\n<p>This is another major milestone on WooCommerce&#8217;s journey towards improved scalability and reliability as an e-commerce platform. As HPOS adoption grows throughout the ecosystem, WooCommerce core team lead Peter Fabian said it could become the default experience for stores by August 2023.</p>\n\n\n\n<p>Version 7.1 also introduces cross-sells on the cart block, a feature that went into testing in September in the <a href=\"https://wptavern.com/woocommerce-blocks-8-6-0-introduces-cross-sells-products-block\">WooCommerce Blocks plugin version 8.6</a>. It allows store owners to identify certain products as cross-sells and have them displayed to customers in the cart.</p>\n\n\n\n<img />\n\n\n\n<p>This release adds a new product spotlight tour to help new store owners through the process of creating products, highlighting each step within the product form.</p>\n\n\n\n<p>As a complement to this release, WooCommerce Blocks includes <a href=\"https://href.li/?https://github.com/woocommerce/woocommerce-blocks/discussions?discussions_q=label%3A%22%E2%96%AB%EF%B8%8F+pattern%3A+headers%22\">six new header</a> and <a href=\"https://href.li/?https://github.com/woocommerce/woocommerce-blocks/discussions?discussions_q=label%3A%22%E2%96%AB%EF%B8%8F+pattern%3A+footers%22\">six new footer pattens</a>. The headers come in minimal, essential, and large variations with light and dark color schemes. All of them are visible on GitHub in the WooCommerce Blocks discussions, with desktop, tablet, and mobile views.</p>\n\n\n\n<img />Woo Large Header Light &#8211; mobile view\n\n\n\n<p>WooCommerce 7.1 also includes several new actions and filters, including a filter for the place order button label. No database updates are required (unless users enable HPOS), and the release should be backwards compatible with the previous version.</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, 10 Nov 2022 05:05: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: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:102:\"WPTavern: Gutenberg 14.5 Introduces New “Document Overview” Panel, Improves Block Spacing Controls\";s:7:\"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=139374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/gutenberg-14-5-introduces-new-document-overview-panel-improves-block-spacing-controls\";s: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:2610:\"<p><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">Gutenberg 14.5</a> was released today with a modest set of enhancements and dozens of bug fixes and code quality improvements. The highlight of this release is the new &#8220;Document Overview&#8221; panel, which combines what was previously found under separate icons in the Editor toolbar under “List View” and “Details.” This popup was where information like words, characters, headings, time to read, paragraphs, and blocks used to be found:</p>\n\n\n\n<img />Details view prior to Gutenberg 14.5\n\n\n\n<p>The new Document Outline panel can be opened using the List View icon in the toolbar.  Characters, words, and &#8220;time to read&#8221; have been moved to the bottom of the panel. This makes the entire panel cleaner, as the document stats were overly prominent before and the details popup had become even more crowded after the addition of the &#8220;time to read&#8221; stats.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">Gutenberg 14.5 release post</a>\n\n\n\n<p>This release also improves block spacing controls to make them more visual so that users can immediately see how changing the controls will impact the surrounding blocks. Gutenberg contributor Nick Diego demonstrated this update in a video:</p>\n\n\n\n\n\n\n\n<p>A few other notable additions to this release include the following:</p>\n\n\n\n<ul>\n<li>Comment Template, Post Comment Count, Post Comments Form, Post Comments Link <a href=\"https://github.com/WordPress/gutenberg/pull/45101\">now</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45150\">have</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45091\">spacing</a> <a href=\"https://github.com/WordPress/gutenberg/pull/45184\">support</a></li>\n\n\n\n<li>Social Icons: <a href=\"https://github.com/WordPress/gutenberg/pull/45469\">Add rel attribute</a></li>\n\n\n\n<li>Audio, Video blocks now have a button in the toolbar to add/remove caption</li>\n\n\n\n<li>Links updated to include spacing support</li>\n\n\n\n<li>Distraction-free mode notices <a href=\"https://github.com/WordPress/gutenberg/pull/45348\">improved</a> to fix bugs</li>\n\n\n\n<li>Style Engine: Add <a href=\"https://github.com/WordPress/gutenberg/pull/45334\">support for dimensions.minHeight property</a></li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">release post</a> for a more detailed list of all the bugs fixed, documentation updated, and code quality improvements in 14.5.</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, 10 Nov 2022 01:10:25 +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: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:125:\"WPTavern: #50 – Fränk Klein on How Gutenberg and Full Site Editing Are Bringing New Opportunities for WordPress Developers\";s:7:\"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=139281\";s:7:\"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:138:\"https://wptavern.com/podcast/50-frank-klein-on-how-gutenberg-and-full-site-editing-are-bringing-new-opportunities-for-wordpress-developers\";s: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:55860:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, what the future looks like for WordPress developers.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, well I&#8217;m keen to hear from you and hopefully get you, or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form.</p>\n\n\n\n<p>So on the podcast today we have Fränk Klein. Fränk is a self-taught developer. He started out learning PHP in 2011, and from there found his way to WordPress. Over the years he&#8217;s worked for Automattic at wordpress.com, and WordPress VIP, and is now a principal developer at Human Made, an enterprise WordPress agency.</p>\n\n\n\n<p>Today on the podcast we talk about how Fränk decided early on that he was going to start developing with blocks and, more recently, with the full site editing capabilities now built into WordPress Core.</p>\n\n\n\n<p>We talk about the four phases of the Gutenberg project, content editing, site customization, collaborative editing and multi-lingual, and where full site editing fits into this.</p>\n\n\n\n<p>Fränk explains how he sees the adoption of Gutenberg as inevitable. WordPress is moving away from the classic approach of content creation, to a more visual, block based experience. He thinks that it&#8217;s important to become an expert at building websites and custom solutions for clients, and for taking the time to learn the new tools that this future will require.</p>\n\n\n\n<p>He&#8217;s not suggesting that the journey towards expertise in React and JavaScript will be easy, but he does see it as essential for those wishing to continue to use WordPress as their CMS of choice. He also makes the point that now is a great time to invest in yourself as there are more resources than ever, which can assist you in this learning path.</p>\n\n\n\n<p>As you&#8217;ll hear, Fränk is all in on WordPress, and is very optimistic about the future for experienced WordPress developers.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, and you&#8217;ll find the other episodes there as well.</p>\n\n\n\n<p>And so, without further delay, I bring you, Fränk Klein.</p>\n\n\n\n<p>I am joined on the podcast today by Fränk Klein. Hello Fränk.</p>\n\n\n\n<p>[00:03:34] <strong>Fränk Klein:</strong> Hey there. How you doing?</p>\n\n\n\n<p>[00:03:35] <strong>Nathan Wrigley:</strong> I&#8217;m very well, thank you. It&#8217;s very nice to have you on the podcast. We typically at the beginning of the podcast orientate the listeners by asking a very basic and simple question just to tell us who you are, what your relationship is with WordPress, how long you&#8217;ve been working in the space, possibly the company that you now work for, and all of that goodness. So, Fränk, it&#8217;s over to you.</p>\n\n\n\n<p>[00:03:54] <strong>Fränk Klein:</strong> So my name is Fränk Klein. I live in Luxembourg in the heart of Europe, and I got started with WordPress in 2011. So that&#8217;s when I started programming. So the background is that I&#8217;m actually a print designer, which at that time, wasn&#8217;t really that much of a bright career path. So I switched to programming, bought myself a PHP book, and then discover WordPress, and that&#8217;s been my passion ever since.</p>\n\n\n\n<p>And, I kind of have a varied background because I was in a small agency, still in Luxembourg. Worked for Automattic as part of the wordpress.com theme team. I worked at WordPress VIP, and then now I&#8217;m at Human Made, which is an enterprise WordPress agency where I&#8217;m a principal engineer. And so as part of that is my passion has been WordPress, but I also have a big interest in the wider web ecosystem, and so that&#8217;s why there is my interest in everything block related.</p>\n\n\n\n<p>[00:04:51] <strong>Nathan Wrigley:</strong> Okay, and that&#8217;s going to be the basis of our conversation today. So Fränk&#8217;s here to talk about Gutenberg in general, but more specifically about full site editing. And I think probably a good way to begin the conversation to, again, provide a bit of orientation, is just to run through the history of the Gutenberg project and now full site editing. So I don&#8217;t know if you are willing to do that. Run through the history of when it all began and what the phases are and so on.</p>\n\n\n\n<p>[00:05:17] <strong>Fränk Klein:</strong> Yeah, so, I think when we talk about full site editing, we cannot forget the wider picture, and that is that full site editing is part of the Gutenberg project, which Matt Mullenweg, the WordPress lead started back in 2017. And the idea behind Gutenberg was really that WordPress ran its course in the way that it was at that time, in that there needed to be a ground up reimagining of a lot of the core components that make up WordPress.</p>\n\n\n\n<p>So therefore, there are four phases. The first one is content editing. So that was in 2018 when WordPress 5.0 introduced the block editor, or the content editor how I prefer to call it. Then the next step is site customization. Part of it was in 5.8, but most people will know it from 5.9 when full site editing was introduced.</p>\n\n\n\n<p>Then the next phase, which they are starting right now is collaborative editing. So Google Doc style editing of different people on the same content. And then there will be multilingual. So that&#8217;s the big picture of the Gutenberg project. And so, full site editing is just part of this. And so the thing about these phases is that the content editing phase that was, by now four years ago, but it&#8217;s not really finished because the content editing experience still gets upgrades. It gets stuff added to it. And so that&#8217;s how this project is laid out. And even if we now roll into the collaboration full site editing isn&#8217;t done, and they will continue to work on it for the future.</p>\n\n\n\n<p>[00:06:43] <strong>Nathan Wrigley:</strong> If we were to roll back the clock prior to Gutenberg, so let&#8217;s say, 2015 or something like that, and there were people at that point who were using just the classic editor, they were maybe putting just content in or short codes and page builders and so on, came along. What do you think was the point of having all of this in core?</p>\n\n\n\n<p>In other words, it could be left to third parties, it could be plugins or it could be themes that took on the job of the way that your site was presented. What is the promise? Deep down, what&#8217;s the sort of kernel of Gutenberg? What is it offering? Where are we headed with it?</p>\n\n\n\n<p>[00:07:18] <strong>Fränk Klein:</strong> This is kind of where the, the bigger picture comes in because, when we just talk about full site editing, it&#8217;s called the site customization phase. It&#8217;s not called page building phase. It&#8217;s not called theme building phase. Those are all things that you can do with full site editing. But really the idea behind full site editing is, there was the customizer, right? So that was the way that you interact with your theme, and that didn&#8217;t work out. I think the promise that the customizer had in the beginning didn&#8217;t pan out to be what people wanted to be. And so then the idea was that we have something better, which is built up on this concept of blocks.</p>\n\n\n\n<p>And so the thing that makes full site editing and then, the customizer very different is that, the customizer, the idea was there was this tool and there are only minimal controls available, and if you want to have your own, there are just APIs and a builder. And so the problem was that everybody built their own controls, and then there was other confusion for users, and themes weren&#8217;t compatible with each other.</p>\n\n\n\n<p>And then the site editor, or just say the Gutenberg project in general takes a very different approach, in that it says, we&#8217;re going to give you a lot of customization options, controlling fonts, controlling colors. And beyond those options, this is like the full menu of everything you can do, we give you the APIs to preset these things, to remove them, to customize them. And so the bigger context here is that this is a customers replacement for the moment, but it also allows you to build new templates.</p>\n\n\n\n<p>And the idea is that many of the menus that we have in the WordPress admin are going to be rolled into the site editor. So for example, reading, settings, things like that. There are definitely concepts already exploring how that could be part of the site editor. So really, when we talk about even collaborative editing, that&#8217;s going to require changes.</p>\n\n\n\n<p>Multilingual is going to require changes. That all is just wrote into this Gutenberg project, of which full site editing is one part. The promise is kind of that based on this concept of blocks, we are going to be able to reimagine how people interact with WordPress, both as users and also as developers. And it&#8217;s going to be done much more through visual interfaces that are a lot easier to understand and to work with.</p>\n\n\n\n<p>And that way really we&#8217;re going from the old word of WordPress to the new WordPress, which is then going to be able to be around for a decade or more. So that&#8217;s the big picture vision behind the whole project.</p>\n\n\n\n<p>[00:09:48] <strong>Nathan Wrigley:</strong> Yeah, sort of future proofing if you like. Given all of that, let&#8217;s just put the conversation about blocks to one side and about what they offer, we can come back to that in a few moments. I want to talk just for a moment about how it is that such a large proportion of the community, and when I say large proportion I don&#8217;t really have any figures. Not claiming it&#8217;s 10, 20, 50, 70, whatever. Percent, but there&#8217;s been a certain amount of people within the WordPress community who have not got such an optimistic approach to full site editing and the Gutenberg project more broadly. In many cases, they don&#8217;t really want to have much to do with it.</p>\n\n\n\n<p>They&#8217;re happy with the tools that they&#8217;ve got, and they&#8217;re happy with the systems that they&#8217;ve got in place, whether that be a page builder or whatever it is. I&#8217;m just wondering if you have any thoughts on how the communication went, introducing Gutenberg and full site editing. Do you think that the promise was explained from the beginning? Maybe the promise wasn&#8217;t fully realized. Or do you think that there were some PR missteps along the way.</p>\n\n\n\n<p>[00:10:49] <strong>Fränk Klein:</strong> Well, yeah. There&#8217;s several parts of it. I think that when Matt introduced it, he wrote this post called we called it Gutenberg for a reason, and that very much painted a broad picture. In my opinion it went a little bit overboard comparing it to the invention of the printing press. It&#8217;s just my personal sentiment about it, that&#8217;s maybe overdoing it by a lot. But he definitely had this vision where he explained what problems this project was trying to solve.</p>\n\n\n\n<p>And that was around for a bit. And then we went right into the details. So the block editor was introduced, all these APIs, and so at that point we just focus very much on the what, and not the why. Why is this there? And instead of just saying, hey, here&#8217;s this paragraph block, and it works this way. There never was really a step taken back in where there was an exploration of, here are these tools and these are all the possibilities that you now have with these tools.</p>\n\n\n\n<p>And to adapt that to the different profiles that we have in the WordPress space, because we have end users, we have power users, we have theme developers, plugin developers. And kind of this translation from the nitty gritty to the bigger picture and also let&#8217;s say the potential that is there, because there definitely is a lot of potential. That was missed, unfortunately, and I think that&#8217;s why, if all you just see is a bunch of stuff getting thrown in your face and nobody really explains to you what you&#8217;re supposed to do with it, and why they&#8217;re adding all it. Then unfortunately that&#8217;s, I think the situation where we were in where just a large part of the community didn&#8217;t see the point. And so the project is doing a lot more of trying to fix these mistakes. So they are a lot better about showcasing the things that you can do. So I&#8217;m very hopeful in that, that we&#8217;ll get to those bigger picture conversations.</p>\n\n\n\n<p>[00:12:37] <strong>Nathan Wrigley:</strong> I guess, for me at least, when Gutenberg rolled into Core, it came with some default blocks, which you could use. But they very much were the kind of things that you could have done and could have achieved in all the previous versions of WordPress. So you could put in a paragraph and whilst you could move that paragraph independently, it was still a paragraph. And so not tremendously exciting. And the same with images. You&#8217;ve always been able to do something similar to that. I&#8217;m just wondering if there was a wow moment that got missed there.</p>\n\n\n\n<p>In other words, when that came into Core, right at the beginning, if some bizarre, let&#8217;s use that word, some bizarre, extraordinarily clever block could have been shipped, just to give everybody that aha moment. But it didn&#8217;t happen that way. We just got a fairly ordinary pallet of blocks to choose from. And so people perhaps got disinterested and never came back. And now we&#8217;re in the process of trying to show people what those aha moments are.</p>\n\n\n\n<p>And certainly from my point of view, I&#8217;ve. Implementation&#8217;s left, right and center of really incredibly difficult and complicated things built inside a really small, tiny UI in the block editor, and it is amazing. But I, I do wonder if that moment was missed and it&#8217;ll be difficult to ever get that excitement back?</p>\n\n\n\n<p>[00:13:52] <strong>Fränk Klein:</strong> Well, I think there are two parts with it. I think that one might discuss the point at which the block editor was introduced. So for sure, in the beginning it was a bit rough. And so if already having trouble to have the time to find polish, to polish this product, they probably didn&#8217;t have the time to build a lot of showcasing tools because they were just trying to get this done to include it into Core.</p>\n\n\n\n<p>Okay, this was the situation and it is how it is. They could at least showcase the potential of in, blog posts after the release. But I think the big opportunity that was lost is just to look at the ecosystem and just to go out to agencies, product companies, whatever, that were using blocks and to take the things that these people were building and then to show it.</p>\n\n\n\n<p>I think that&#8217;s a big missed opportunity. Just a case study. This was the problem and this is the solution that was developed, and this is the reason why it was developed. And these are the outcomes. Right, so talking much more in business language, not really in they used this API and that API, which might change and which is really not interesting.</p>\n\n\n\n<p>There was a lot missed on that. I know we have the state of the world and then there is a maybe three second slide for some project which was super impressive. But all it gets is this three seconds in the presentation. Frankly speaking all people don&#8217;t even watch. So I think that was a big opportunity which got missed.</p>\n\n\n\n<p>[00:15:12] <strong>Nathan Wrigley:</strong> In your learning about the construction of blocks and all of the different technological pieces that you had to acquire along that road. How difficult has that journey been for you? So, Let&#8217;s say, for example, there&#8217;s somebody listening to this, and by the end of this they are indeed convinced that this is the way to go. What&#8217;s the learning path like? Did you find that to be a fairly difficult experience? Was there a lot to learn that meant that you couldn&#8217;t progress until you&#8217;d got over several hums? Was it easy, was it hard? What was it like?</p>\n\n\n\n<p>[00:15:39] <strong>Fränk Klein:</strong> Well, I was lucky enough to already know, let&#8217;s say modern JavaScript in quotes and React, before I start with blocks. So that&#8217;s definitely a big hump to get over if you are coming from a traditional PHP background and you, you know, maybe write jQuery, some of it, but, uh, you don&#8217;t really have a lot of JavaScript affinity. That&#8217;s actually one big issue.</p>\n\n\n\n<p>Just building the blocks was rough when I did it, because it was so early. I think the first project that I did, it was still with the Gutenberg plugin, like it was before 5.0. But I think that at this point it&#8217;s a lot easier. It&#8217;s just that the documentation has got a lot better. There are tons of material for people to learn this. But over time my thinking has shifted on that, because if you would know how to build a block, like technically speaking, that&#8217;s good, but this is really just the base level. The challenge really is to, how do I design all the experiences for my users, my end users, so that they fit into this paradigm.</p>\n\n\n\n<p>So you can have a custom blocks that works, that&#8217;s entirely PHP rendered. You might have JavaScript run in the editor. You might add a plugin to the editor. You might have a custom control. You might have customizations of core blocks. And that&#8217;s really knowing all of these tools that are available and when to use them, how to use them. That&#8217;s really the difficult part.</p>\n\n\n\n<p>That being said, I think that, for me it&#8217;s always, even when it&#8217;s difficult, I kind of have the opinion of this is why I get paid. I get paid to solve the hard issues. And so if there is a hump to get over, I am, I&#8217;m ready to do it. But I think just in the wider picture, you need to just start doing it, and just keep doing it, even if it&#8217;s frustrating, because that&#8217;s just how it is with anything. If you try and learn the guitar, I&#8217;m going to tell you it&#8217;s not going to be easy. But you just need to keep with it. And then over time this will just become second nature.</p>\n\n\n\n<p>Because that&#8217;s also the question, you know, it&#8217;s the chicken and egg problem somewhat, is well, how do I become a JavaScript developer? Well you write a lot of JavaScript. You know, honestly, that&#8217;s how easy it is. It&#8217;s just like doing pushups. You wanna be good at doing pushups, you need to do a lot of pushups. That&#8217;s pretty much the solution. And once you accept that there is no magic solution that will just come down and allow you to continue to write PHP, and take advantage of all of these new opportunities. That doesn&#8217;t exist.</p>\n\n\n\n<p>I know a few projects out there say that you can write PHP and you will have will all of the capabilities to build blocks, but that&#8217;s definitely not the case. So it&#8217;s just a matter of taking the decision to learn it and then sticking with it. But I have a actually a tutoring program for building blocks. All it takes is six weeks, but it&#8217;s going to be intense, six weeks. But after that you know the basics. Then we can move on to the more important things, which are the experiences that you should build for your end users.</p>\n\n\n\n<p>[00:18:27] <strong>Nathan Wrigley:</strong> I will definitely link in the show notes to your WPdevelopment.courses website, where you can go and check out what Fränk&#8217;s got on offer there and, the six week program. I think there&#8217;s a couple different things on the website, but we&#8217;ll definitely link to that. But do you feel sanguine now that there&#8217;s more information out there that, it is now possible? And in the day when you were doing it, it was probably more of a slog than it is now. Where do you turn to when you&#8217;ve got problems? Is it colleagues? Do you turn to friends, relations? Who are you looking towards when you are trying to solve the problems in your own work?</p>\n\n\n\n<p>[00:19:00] <strong>Fränk Klein:</strong> Colleagues, so I&#8217;m very lucky to have a lot of colleagues that are a lot better than I am in different things. And that&#8217;s really the magic of being in a larger company. I know that if I struggle with this piece, I go to this person. If I struggle with that thing, I go to this other person.</p>\n\n\n\n<p>So I&#8217;m very lucky with that. That being said a lot of the problems that I encounter very much also React or JavaScript problems, so there&#8217;s always the wider ecosystem for that. I do think though that even if you are alone and all you have is just the official documentation, it is entirely possible to learn this. And I&#8217;m very upfront with, when I have a program or a course, I&#8217;m just selling you a time saver. I&#8217;m saving you time and frustration, but you definitely could do it with just the default stuff that is out there.</p>\n\n\n\n<p>And I think that the WordPress learn website, they&#8217;re adding more and more stuff to it. Of course, it&#8217;s not as polished as something which is really starting to end a learning path. That&#8217;s just the downside of this being free documentation. But it is definitely possible to learn. And especially when we talk about just the people that want to get maybe deeper into JavaScript and React. There&#8217;s a ton of courses out there where people teach you that stuff, which are great and not very expensive.</p>\n\n\n\n<p>So I think the difference between, when we got started, 5.0 and now, it&#8217;s night and day. It&#8217;s not even comparable how much easier it is to learn blocks right now. And, we mustn&#8217;t forget that. I see it every day, inside of Human Made and also in community. There are people learning it from all kinds of backgrounds.</p>\n\n\n\n<p>Even people that would say that they aren&#8217;t really developers. So it&#8217;s not like there is some secret source or something that you need to be born with to learn. This is very achievable. But again, you need to put in the work and the time to achieve it.</p>\n\n\n\n<p>[00:20:41] <strong>Nathan Wrigley:</strong> Yeah, achievable, but there will be some element of struggle along the way. But it&#8217;s nice to know that there are options out there. And you mentioned Learn, and like I said, we&#8217;ll link to the bits and pieces that you provide as well. You are clearly very into all of this. This is something that you&#8217;ve staked your future on, I guess to some extent. You&#8217;ve learned all of these skills and how do you feel about the broader picture for people in the future?</p>\n\n\n\n<p>So agencies, freelancers, and what have you, who have yet to embark on this journey and are still doing things in the way that they have been doing. Do you see that the future for them is going to be more difficult in the work that you do? Do you see that the potential is paying off? Are clients coming to you and you are able to build things more quickly, potentially have a user interface which they like more, and so on? I just wondered what your thoughts were about the future for freelancers, agencies, and and so on.</p>\n\n\n\n<p>[00:21:33] <strong>Fränk Klein:</strong> I think that when we talk about the work that I do, we have the chance to work with bigger budgets, so that gives us a lot more, let&#8217;s say free space to build out certain things. But, the thing inside Human Made is that Human Made hasn&#8217;t built a website without blocks ever since the block editor got introduced.</p>\n\n\n\n<p>That was just the default, because we saw the problems that this was solving. Because the classic editor, for our clients, even the clients in the publishing industry, like it didn&#8217;t work. We were having solutions to deal with certain issues, the workarounds that we all knew, but these were just not up to the task. And so when we saw the block editor, not only what was there in terms of the starting blocks, which is paragraph and image, which wasn&#8217;t very exciting, but the whole framework surrounding it to build a custom blocks we said, okay, these and these, and these are going to be the problems that we can solve with this.</p>\n\n\n\n<p>And it&#8217;s going to take us a lot less time. It&#8217;s going to be more efficient because we can reuse certain things a lot easier. And also it&#8217;s going to be a lot better experience for the end users. And the thing that we need to understand is that, as I alluded to in the beginning, full site editing is just one part of the bigger picture.</p>\n\n\n\n<p>So you can say, maybe I don&#8217;t want to use this part of full site editing, or I don&#8217;t want to use that part. And that is fine because we are in a transitionary phase, where we are transitioning really from a very classic theme development approach to this new paradigm of building themes. But if it just flat out say, I don&#8217;t want to use blocks at all, never ever, then probably, at least as I see it, then you&#8217;re going to need to stop using WebPress at one point or another. Which is fine because I think a lot of the careers in WordPress are incidental in that people just found WordPress and then they started using it, but there was, for most, not a point where they said, this is really WordPress and this is why I use it.</p>\n\n\n\n<p>And so WordPress is just a tool, if at a certain point a tool doesn&#8217;t work for you, then choose something else. I think that&#8217;s just something where you need to be honest with yourself. The other part is that when we think about what an agency is, if you choose WordPress because you say this is the best solution for us, then you need to be all in with it.</p>\n\n\n\n<p>You can&#8217;t really say, I&#8217;m going to choose WordPress, but not these and these parts of WordPress, which I don&#8217;t like, which are just key to experience. And how content is edited and how themes are built, that&#8217;s a very key part of the CMS. So you can&#8217;t just ignore those. But the difficulty is, what I alluded to before, is that you need to really understand how a block theme works, how the site editor works, how I guess the end goal works.</p>\n\n\n\n<p>And then once you have understood what that experience is, then you can come back and say, well at this point, for this project, I don&#8217;t want to have full on block templates. I&#8217;m going to use more hybrid approach where maybe the users can change this part or that part to the editor. And that&#8217;s all fine because you are making a very conscious decision of choosing features that fit best with that specific project.</p>\n\n\n\n<p>But you know what the possibilities are, and you know what to pick next, once you get over that initial phase where we just build partial websites. For example, landing pages are something which you can already build now with blocks and you could for a while. Now it&#8217;s just a lot easier to do. So it really depends a lot on your specific use case.</p>\n\n\n\n<p>And for that, if your work is building websites with WordPress, you need to have the experience of making the right choices. So if you&#8217;re just pushing the point at which you do the switch in the future and into the future, into the future, there&#8217;s going to be a time at which somebody comes in an agency that says, well we have been building with this since 2018, and you only started in 2024 for some reason.</p>\n\n\n\n<p>That&#8217;s a lot of time and a lot of experience that you&#8217;re missing out on. So it&#8217;s just like with building blocks. You have to jump into the pool, and wobble around with your legs and arms and try to swim. And you will see, it gets easier and easier. But, I think what we need to just understand that, WordPress has been the same for so long, and we think that&#8217;s normal, but it&#8217;s definitely not. Because the wider web development space has changed so dramatically just in the last five years.</p>\n\n\n\n<p>And so we cannot expect to keep the same solutions that we&#8217;ve built always with meta boxes and what have you, and then expect this to be a solution which is competitive in two years, in five years. It&#8217;s not going to be the case. The world is moving on whether we want it or not, and we just need to get onto the train if we want to be a part of that.</p>\n\n\n\n<p>[00:26:03] <strong>Nathan Wrigley:</strong> Couple of questions from that. The first one is you mentioned that there&#8217;s a competitive edge to be had here. I&#8217;m just wondering if you can give us some sort of insight into that. I realize you can&#8217;t talk about particular clients or anything like that, but what do you feel the advantage is that you can offer to clients? Are there conversations that you can have where the full site editing picture, the Gutenberg picture, the blocks picture, you can explain that promise to the clients, and you believe that they are persuaded by that?</p>\n\n\n\n<p>[00:26:31] <strong>Fränk Klein:</strong> Well, I think that there are a couple of things. You need to start somewhere. I started early when it was still in the plugin and my colleagues at Human Made weren&#8217;t far behind. And so the thing is always that when the first project, we kind of had to convince the client, but not really, because we showed them the editor and it was like miles better what they had.</p>\n\n\n\n<p>They say, Oh yeah, you know, we definitely like this with visual previews, because I mean it wasn&#8217;t even up to the classic editor, what they had before. So that was an easy win to be honest. And maybe that was luck, but. Then when the next client comes around and they ask what&#8217;s with this new editor thing? And we&#8217;re like, oh yeah, we did this project for this client and these are the custom blocks that we built, these are the problems which we solved. That&#8217;s an easier conversation because it doesn&#8217;t feel super outlandish to them anymore because, well this client did it, then, it seems a good solution, then why shouldn&#8217;t we do it?</p>\n\n\n\n<p>And so you need to build up that repertoire of just social proof to be honest. And so when a new client comes around and we having these sales talk, and they are explaining a problem to you. I can always say, we had this client, they had this problem, we built this solution. And so, when you just not only explain it to them, also show it to them, which we like, you know, we like to demo stuff. Then they definitely see it.</p>\n\n\n\n<p>And we are not even talking about this is a block and this is an extension of this default control because the client doesn&#8217;t care. They don&#8217;t know what is in Core and what isn&#8217;t. If it&#8217;s custom not. If it takes you an hour to do all week, you know, in a sense, they don&#8217;t care. They just want to have a solution that fits their needs. That&#8217;s just the competitive advantage of really knowing this thing very well. Which is why I said, if you don&#8217;t understand what full site editing is trying to do, you cannot really apply pieces of it.</p>\n\n\n\n<p>The other part is of course, that maybe you are reluctant to learn JavaScript and React, but honestly it&#8217;s a very good thing to know, because if you ever were to get out of WordPress, a JavaScript developer, React developer, tons of jobs available. That&#8217;s also for me, when I look at my personal career, I always need to prepare for the case when WordPress might disappear overnight, for whatever freakish reasons. Then I&#8217;ll be fine. I just go and do a JavaScript, which I also enjoy. But I think that&#8217;s something which maybe a lot of people are missing it or they don&#8217;t want to think about it that much.</p>\n\n\n\n<p>But the run of the mill WordPress developer with just a non WordPress development skills, is quite far behind the larger web development ecosystem. And that is fine if you say well, I&#8217;m not really a developer, just, maybe I&#8217;m a marketer, salesperson and I just build websites because I need one. But that&#8217;s not really what my core skill is.</p>\n\n\n\n<p>If you say well, I&#8217;m a developer and I build custom solutions for my clients, that&#8217;s really, my core skill is what I sell to my clients, and you are not able to work with what has been in WordPress for by now four years, custom blocks and this whole system that has been introduced. That&#8217;s not a great situation to be in.</p>\n\n\n\n<p>So unless you want to be tied to a specific page builder, theme, and you want your stake, your fortune to the fortune of that company, then this is something which you just have to get with because, it&#8217;s very important for your own career and it&#8217;s very important for your own business. If you want to stay around for the next couple of years, this is not something that you should be sleeping on.</p>\n\n\n\n<p>[00:29:39] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s interesting. I feel that there&#8217;s probably quite a lot of people who are fearful of some of the things that you mentioned. Learning React and learning JavaScript deeply, and they&#8217;re struggling just to use the time that they&#8217;ve got to output the work that they need to output to make ends meet. And so all of this extra, that they&#8217;ve suddenly got to learn becomes a little bit daunting. But it&#8217;s nice to hear that you feel at least that there&#8217;s opportunities there and perhaps in your imagination at least anyway, the window of opportunity is bigger, looking forwards with full site editing. And it&#8217;s closing with the old way that things have been done with PHP and themes and all of that kind of stuff. So that&#8217;s interesting.</p>\n\n\n\n<p>You kept saying the word custom solutions which I found curious. I&#8217;m guessing that on the enterprise level, the kind of clients that you are dealing with, that is the kind of work that you are involved with. You know, they come to you with websites which have a heavy burden of, it needs to be very custom. It&#8217;s got to be exactly what we want. The budget can accommodate that, and so you can really spend time drilling down. And so your knowledge of what&#8217;s possible with blocks and so on and so forth can really assist them.</p>\n\n\n\n<p>You know, you might have a block for some very specific task within the broader website, that you can build and there&#8217;s time and what have you for all of that. Whereas, I would imagine quite a lot of people listening to this, they really aren&#8217;t going to be doing that. It&#8217;s just a simple website. It&#8217;s a brochure website, four or five pages and that&#8217;s kind of it. And maybe they feel that they still don&#8217;t need it. But, anyway the custom solution piece I think is interesting. Can you talk to us about that?</p>\n\n\n\n<p>[00:31:09] <strong>Fränk Klein:</strong> Ah, yeah, sure. I just wanna take the opportunity to circle back a bit to finding the time. And this comes from Brian Gardner, so thank you, Brian. He said there&#8217;s is five for the future, which WordPress says you should invest this time into the project so that it can sustain itself. And he proposes these five for your future, which just means well take 5% of your time and invest it into learning because that&#8217;s going to make it possible for you to have a sustainable future.</p>\n\n\n\n<p>So I think that&#8217;s a very important concept. Cause I definitely do understand the need to make money and stay up to date on all of these things, and it&#8217;s not different when you are in an enterprise agency as when you are in a small agency. I mean, the struggle is always the same. I mean, everybody needs to make money, and the way to make money is to produce work for your clients.</p>\n\n\n\n<p>But I think just if you are aware of the fact that you need to stay up to date, and you make it a priority. It&#8217;s the same as with any other thing in your business. It&#8217;s like accounting, everybody needs accounting and you can just not do it. And at some, you&#8217;re going to be screwed or you say, yes, I need to do my accounting and I need to take the time it takes to do it right.</p>\n\n\n\n<p>I mean, everybody needs time to write their invoices. And so people make time for that. And if you make this the same level of urgency and importance as writing invoice so you get paid, then learning is just going to be a natural part of that.</p>\n\n\n\n<p>There&#8217;s a piece of learning where you just need to get the basics, but then there&#8217;s a lot of learning on the job where you run into an issue and you figure it out and then you work some more, you run into another issue. So a lot of learning that you&#8217;re going to do is pretty much on the job. So that&#8217;s how it was for me. And to come back to the question of custom solutions. In general, when we talk about a website project where they cost $5,000 or $500,000, the challenge is always the same. There are certain pieces in the website that you need to have, so there needs to be navigation, there needs to be a list of content, posts. All these things are there, and it&#8217;s the same whether it&#8217;s small budget or big budget.</p>\n\n\n\n<p>The challenge is what do you focus your energy on in that budget? And so that&#8217;s a conversation which we have with our clients where, for example, it&#8217;s a stupid thing, but we get the mock up, right? And there is this pagination on the bottom. And this pagination kind of looks tricky. I would say, look, that pagination, if we build it that way, it&#8217;s going to take us like a day to build it.</p>\n\n\n\n<p>And honestly, nobody cares what your pagination look like. We can switch it out with just the full pagination. We got all the functionality. It doesn&#8217;t look the same, but who cares about the pagination? And most clients, if we don&#8217;t say it that way, if they say little bit more nicely, most clients will be like, yeah, okay, understand, the pagination. because for them, they didn&#8217;t even see the pagination, right? It just slipped their mind. And so there&#8217;s this negotiation where you need to take all of the pieces which you can simplify and use something which is pre-done, that you do this way. And then you really have the time to focus on the pieces that are important to your client.</p>\n\n\n\n<p>Because I always talk the language of money. What makes you money? How do you make money? How can we help you make money? And that is the point where you&#8217;re going to invest a lot of your energy, and that is where the custom solutions come in. So we had a client that problem was that. They had a CMS, and it took their editors 25 minutes to just enter the content into the CMS because it was so complicated. They need to manually resize images, all of that. So we just took WordPress. We did some custom work, not a lot to be honest, just for that specific piece. And we brought it down to five minutes. At top, takes them five minutes to get an article entered into the system, published on the website, has all of the metadata for social media and everything like that.</p>\n\n\n\n<p>And that&#8217;s a case where you can present to a client how you make them a lot of money by saving them time, because they still have the same editors, but the output is a lot bigger. The important thing is to not be tied to things that you think should be custom, because let&#8217;s say a menu, a main navigation. Do you need a custom menu with all this and that, or can it just be dropdowns? Normal dropdowns. It&#8217;s a question. Maybe the answer is no, because you have, I don&#8217;t know, an e-commerce website and you need to have a more complicated menu. Or the answer is just yes. Just a menu, as we all know, is going to be fine.</p>\n\n\n\n<p>And so that&#8217;s really the struggle that you find the things that you can standardize and WordPress is going to help you with that. Because a lot of the things that we needed custom solutions before now are standardized, or at least the way that you build it is standardized. So custom blocks are really difficult to build.</p>\n\n\n\n<p>You know, a bunch of stuff is already there. A lot of components are there. And the challenge is that when we talk about the smaller budgets, the $5,000 project&#8217;s not going to go away, what you need to deliver for that amount, that&#8217;s going to go up. And so here, when we talk about full site editing, since a lot of the pieces already predone for you, you can assemble these pieces, you can customize them, and that will allow you to build a solution which corresponds to the needs of your clients. And it doesn&#8217;t take you a lot of time to do it.</p>\n\n\n\n<p>So that&#8217;s the big idea behind is that, previously WordPress was very much, I give you these APIs, but there wasn&#8217;t really much in there. So now it&#8217;s completely different way. There&#8217;s a ton of stuff in there, but you need to really curate the experience that fits for your client and then you add the stuff that is not by default in there onto that. If it&#8217;s a plugin that you can use, great. We use tons of plugins at Human Made that just do things that we always do. And if it&#8217;s really a custom piece, then that&#8217;s where you write the custom code. And so through combinations of these factors, you&#8217;re going to be able to achieve the results for your clients.</p>\n\n\n\n<p>[00:36:42] <strong>Nathan Wrigley:</strong> Yeah, I do like the piece that you mentioned there about having the client suddenly realized, that must have been a real aha moment. Something previously took 25 minutes. So if you did that twice, you&#8217;re approaching an hour to do, whatever that task was twice. And with the custom solution that you built, perhaps that was a block with the fields arranged differently, I don&#8217;t know. But the principle that could enter the same amount of data, you could do that twice in 10 minutes, you really have sold it I think at that point.</p>\n\n\n\n<p>Nobody&#8217;s going to deny that&#8217;s a better experience. And if it can, in the background, be doing things like creating the images and creating all of the metadata that goes with those images for the different social networks and so on and so forth. All of that stuff can be built inside of this custom solution. Yeah that&#8217;s fabulous. Like you said, the budget may not allow for it, in which case there&#8217;s still going to be a, the $5,000 website.</p>\n\n\n\n<p>I do think you are right as well that the expectation for what that $5,000 will buy you is only going to go up. It&#8217;s going to continue to be, $5,000 this year will get you this amount of functionality. And now that people are building with custom blocks and what have you, I imagine customers are going to be able to determine for themselves that, well, actually, no, for my $5,000 I&#8217;m expecting there to be a lot more on the back end that I can play with and for it to be customized just for my use case exactly.</p>\n\n\n\n<p>[00:37:56] <strong>Fränk Klein:</strong> Right, and I think that, when we think about a traditional website project, there&#8217;s this waterfall model where development is at the very end. And if you approach it this way, you&#8217;re kind of ready, all of these decisions have been pre-made for you because, there is this custom pagination, I don&#8217;t know, but pagination is one of my pet peeves, so there&#8217;s this super expensive pagination, this weird menu, like stuff is all over the place. But those are the mockups that the client said, we&#8217;re going to build this, and now you are having to deal with the task of, okay, how I&#8217;m going to build this, in this amount of time? And then we just are at the same starting point where everybody else is, like, we have a website that pretty much looks like all other websites, because usually, unless the design is very expensive, it&#8217;s pretty much going to look like a lot of other stuff, obviously.</p>\n\n\n\n<p>And so If you think of yourself as an engineer, you know, maybe that&#8217;s your title, but that&#8217;s not really what you are. You need to come in very early in the process and then already talk to the client in the very beginning, in the discovery phase, and find out what the pain points are and then try and make a note of these and also come out with a few possible solutions that you might deploy to do this.</p>\n\n\n\n<p>And then you go in and you need to collaborate with the graphic designers. I need to collaborate with the client on how you put this website together. So since we now have a framework, which is WordPress, where we have all of those pieces to build a website. We need to be involved a lot earlier and also explain to designers what these pieces are. How far it can be customized and all of this. Because the approach as we did, by now maybe 15 years ago, where really we sold websites by the . Page and it was this mockup and that mockup, and that was how websites were sold, right, by the page. You paid this much per page. That is just gone. Now we need to build up these small pieces and we assemble them into bigger pieces and bigger pieces, and that&#8217;s how we build out the whole website from the small components.</p>\n\n\n\n<p>That is both the case in terms of the design. So we start with the button, which is done part of a larger pattern, which is then part of the whole page design, or a call out box, whatever. You build up the design out this way, but it&#8217;s also the functionality. And a lot of the functionality that you build out, you&#8217;re going to have to deal with the data.</p>\n\n\n\n<p>How do I model the data? How is it stored in the database? How does it get accessed? How do I store it in way that is all performant? And so, you as an engineer, you kind of need to talk the language, both of the client and the designers. And still know all of the background of what you need to do when it comes time to write code.</p>\n\n\n\n<p>Cause let&#8217;s not kid ourselves, at a certain moment, you&#8217;re going to need to open that editor and start writing out code. Even when you&#8217;re dealing with, you know, full site editing. Then at that point you have everything lined up in the way that you can deliver the results that the client wants, within the time, and then also the budget that they have.</p>\n\n\n\n<p>So that&#8217;s really the big challenge, and it&#8217;s going to require us to step away from a lot of that old waterfall thinking because, really when you have projects that I tend to do tend to be quite long. You know, sometimes three months, six months, a year. So if you have a project that runs a year, you&#8217;re not going to come in with a list of all the stuff that you&#8217;re going to do in a year.</p>\n\n\n\n<p>So it&#8217;s a constant, discovery, negotiation, building stuff. But at each point you are building something which already has value. And so if at the end of the project the budget runs out, and maybe we missed a few nice to haves, the client&#8217;s not going to, they&#8217;re not going to care, because they&#8217;ve got everything which they wanted and which is producing the results for them.</p>\n\n\n\n<p>So that&#8217;s really the idea that we need to take forward. And to be honest, I don&#8217;t have all the answers on that. It&#8217;s just, I think that a more iterative approach where you build out pieces one by one in order of priority, and we have something which is working, which is going to produce results at any point. That&#8217;s the way that we&#8217;re going to do it, and it&#8217;s a lot easier to do that, just assemble pieces and then you add your little custom stuff to it. If you just start everything from scratch and it already takes you three days to come up with, you know, the basic site layout, I think that&#8217;s just outdated.</p>\n\n\n\n<p>[00:41:58] <strong>Nathan Wrigley:</strong> Interesting. So it almost feels like you are using bricks to build a wall. You might substitute the word bricks for blocks, which is a nice metaphor. Just before we end, it sounds like you&#8217;ve decided that this is the way that you&#8217;re going to do things in the future. You&#8217;re fully into this. The promise with new technology is always, we&#8217;re going to make your life easier. I do wonder, and maybe you can speak to this, have you simply swapped a bunch of problems that you used to have, for a new set of problems that you now have? So whilst in the past you were wrangling with different things, templates and themes and so on and so forth, you&#8217;re now just wrangling with a different set of problems.</p>\n\n\n\n<p>What I&#8217;m trying to say is, is your job easier now, harder, or just the same?</p>\n\n\n\n<p>[00:42:42] <strong>Fränk Klein:</strong> It&#8217;s the same, but it&#8217;s not. I think that we shouldn&#8217;t be, how can I say that, we shouldn&#8217;t look back on the past and, oh, imagine when we didn&#8217;t have to do this and didn&#8217;t do that and paint the pretty picture of how it was. Because the past, it wasn&#8217;t great. I&#8217;ve been in web development for a while now, and there never was this super bliss that somehow got destroyed with everything that is here.</p>\n\n\n\n<p>But the thing is that it&#8217;s been the same. But for me, the way I look at it, it&#8217;s that you are always going to have problems, but I want to have bigger problems and better problems. So there&#8217;s a myth that, oh, a thousand dollar client is going to bicker and then a $10,000 client just going to wire the money.</p>\n\n\n\n<p>And I don&#8217;t know where these people come from, but that&#8217;s definitely not the case. All clients are difficult at all price ranges. That&#8217;s just how it is. You&#8217;re trying to build this thing together. And there&#8217;s going to be a few confrontations, and that&#8217;s just normal. But the thing is more is that, how can I say that? If I have to write one more stupid post list, I&#8217;m just going to be out of this. Who wants to go into an editor and be like, oh, this is going to be a list, and then I will get the title. I have zero interest in that, doesn&#8217;t interest me at all. It&#8217;s just I don&#8217;t want to do the same thing over and over.</p>\n\n\n\n<p>If I can abstract that away, great. And that&#8217;s really the idea behind is that I want to go to the things, just in terms of my career, I want to get closer to where I can produce outcomes for the client and rewriting a list of posts, how much of an outcome are you producing? I&#8217;m not really sure.</p>\n\n\n\n<p>And so everything that I take, all of these tools is just, I want to deal with bigger problems, better problems, and that way I&#8217;m going to be able to make more money, frankly speaking. And so if you just get bogged down into this small, kind of, small thinking where we need to say, oh, I need to write everything from scratch. No you don&#8217;t. there are huge parts of projects that I didn&#8217;t write myself, but I know which solutions are out there. And so, I don&#8217;t come up with an SEO framework. I use a plugin for that. I don&#8217;t come up with a bunch of things. But because I have solved all these problems, I can then have better problems.</p>\n\n\n\n<p>That&#8217;s the idea that I want to take. I want to get to the really hard stuff and yeah, definitely full site editing helps with all of that. It abstracts away a lot of the theming stuff that&#8217;s very repetitive. Blocks are a lot more portable. Even if we do write custom code, there&#8217;s a way to make it more abstract so that we can pull in libraries and things like that.</p>\n\n\n\n<p>So that way you are kind of building up, project by project and not only building up experience, but you&#8217;re also building up your toolbox so that when you come to a problem, you&#8217;ll reach in to the toolbox, you pull it out, you can solve the issue, and then you&#8217;re onto the next one. Which hopefully is going to be more interesting than how does the pagination look.</p>\n\n\n\n<p>[00:45:20] <strong>Nathan Wrigley:</strong> Nice answer. Fränk, I&#8217;m afraid we&#8217;re probably just going to have to knock it on the head because of the time. But just before we do, just before we call a close to the podcast episode. I&#8217;m wondering if people have listened to this and have been inspired and would like to get in touch with you, what other best ways or way to do that?</p>\n\n\n\n<p>[00:45:36] <strong>Fränk Klein:</strong> First, it is my website, so WP Development Courses. So check that out. Feel free to email me like there&#8217;s a contact tab. I like to hear from people. I don&#8217;t have all the answers for sure, and I like to hear from people and understand all the different backgrounds.</p>\n\n\n\n<p>And then I&#8217;m on the WordPress.org Slack. If you wanna DM me. And of course you can find me on Twitter. So if you have a question, if you have a problem, if you have a viewpoint, if you disagree, let me hear it. I&#8217;m very interested in hearing all of your perspectives and your struggles.</p>\n\n\n\n<p>[00:46:04] <strong>Nathan Wrigley:</strong> Fränk Klein, thank you very much for chatting to us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:46:09] <strong>Fränk Klein:</strong> Thank you. It was a pleasure.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/frank-klein/\">Fränk Klein</a>.</p>\n\n\n\n<p>Fränk is a self-taught developer. He started out learning PHP in 2011 and from there found his way to WordPress. Over the years he’s worked for Automattic at WordPress.com and WordPress VIP, and is now a principal developer at <a href=\"https://humanmade.com/\">Human Made</a>, an enterprise WordPress agency.</p>\n\n\n\n<p>Today on the podcast we talk about how Fränk decided early on that he was going to start developing with blocks and, more recently, with the full site editing capabilities now built into WordPress Core.</p>\n\n\n\n<p>We talk about the four phases of the Gutenberg project: content editing, site customisation, collaborative editing and multilingual, and where full site editing fits into this.</p>\n\n\n\n<p>Fränk explains how he sees the adoption of Gutenberg as inevitable. WordPress is moving away from the classic approach of content creation to a more visual, block-based experience. He thinks that it’s important to become an expert at building websites and custom solutions for clients, and for taking the time to learn the new tools that this future will require.</p>\n\n\n\n<p>He’s not suggesting that the journey towards expertise in React and JavaScript will be easy, but he sees it as essential for those wishing to continue to use WordPress as their CMS of choice.</p>\n\n\n\n<p>He also makes the point that now is a great time to invest in yourself as there are more resources than ever which can assist you in this learning path.</p>\n\n\n\n<p>As you’ll hear, Fränk is all-in on WordPress and is very optimistic about the future for experienced WordPress developers.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p>Fränk&#8217;s <a href=\"https://wpdevelopment.courses/\">WP Development Courses</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, 09 Nov 2022 16: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:\"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: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:67:\"WPTavern: WooCommerce Store Owners Combat Fraudulent Stripe Charges\";s:7:\"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=139318\";s:7:\"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:78:\"https://wptavern.com/woocommerce-store-owners-combat-fraudulent-stripe-charges\";s: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:6352:\"<p>For the past few weeks, members of the Advanced WordPress Facebook (AWP) group have been <a href=\"https://www.facebook.com/groups/advancedwp/permalink/5843275932401239/\">discussing</a> methods of combatting Stripe Card Testing fraud. WordPress developer Jon Brown opened the topic after seeing fraudulent charges on five different websites, including four using WooCommerce and one using the Leaky Paywall platform.</p>\n\n\n\n<p>&#8220;All five were on Cloudflare with bot fight mode on when it first happened,&#8221; Brown said. &#8220;I&#8217;ve added CAPTCHA to all 5, I&#8217;ve enabled CloudFlare&#8217;s &#8216;Under Attack&#8217; mode on the cart/checkout page.&#8221;</p>\n\n\n\n<p>The WooCommerce sites didn&#8217;t have a reoccurrence but the Leaky Paywall site did. Brown said the client didn&#8217;t notice it, as he had Stripe emails going to his spam folder.</p>\n\n\n\n<p>&#8220;It went on for two weeks until the load spike took the site offline and I noticed it,&#8221; he said. &#8220;About 1,200 successful transactions for $2.99, with 100,000 blocked.&#8221;</p>\n\n\n\n<p>Brown said he doesn&#8217;t understand why Stripe doesn&#8217;t recognize and block the fraudulent charges since they all follow a similar pattern using a randomized Gmail address. His client had to dispute approximately 100 of these transactions.</p>\n\n\n\n<p>&#8220;Each dispute costs $15 to resolve,&#8221; Brown said. &#8220;Each non-disputed refund costs $0.40 since Stripe (like PayPal now) keeps the fee.</p>\n\n\n\n<p>&#8220;So 100 * $15 + 1100 * $0.40 = $1940 in lost revenue to fees and that&#8217;s obviously AFTER also refunding the $2.99 per fraudulent transaction. That means $3,600 in fraud ($2.99 * 1200) just resulted in a net loss of $1940 &#8211; that&#8217;s insane.&#8221;</p>\n\n\n\n<p>Many other developers in the conversation have been hit with similar attacks, some with honeypots in place that didn&#8217;t prevent anything. One recommended using the <a href=\"https://wordpress.org/plugins/woo-blocker-lite-prevent-fake-orders-and-blacklist-fraud-customers/\">WooCommerce Fraud Prevention</a> plugin. It allows store owners to block orders from specific IP addresses, emails, address, state, and zip codes. This might help once attacks have started but doesn&#8217;t fully prevent them. Some developers had success stopping attacks using <a href=\"https://woocommerce.com/products/recaptcha-for-woocommerce/\">reCaptcha for WooCommerce</a>, a commercial plugin that implement&#8217;s Google&#8217;s reCaptcha V2 (checkbox) and reCaptcha V3 to stop things like unauthorized login attempts, fake registrations, fake guest orders, and other automated attacks.</p>\n\n\n\n<p>&#8220;We ran into this about a year ago,&#8221; WordPress developer John Montgomery said. &#8220;It&#8217;s a way for hackers/thieves to check a list of card numbers for ones that are valid. Once they confirm the card works on a site, they can use to purchase products for real. In the end, a big annoyance but honestly not a huge deal for us in the end because we have digital products and they weren&#8217;t really interested in those.&#8221;</p>\n\n\n\n<p>Montgomery installed a plugin called <a href=\"https://wordpress.org/plugins/limit-orders/\">Limit Orders for WooCommerce</a>, developed by Nexcess, that disallows orders after a certain threshold is met. </p>\n\n\n\n<p>&#8220;I set it up to x orders per hour ( above any historical numbers)&#8230;so if we get say 100 orders in an hour it will shut off orders,&#8221; he said. &#8220;It&#8217;s a bit of a sledgehammer, but it did help us once already.&#8221; </p>\n\n\n\n<p>Although many store owners are hesitant to add any friction to the checkout process, technology consultant Jordan Trask recommends requiring customers create accounts before continuing and verify emails. He wrote a guide on <a href=\"https://managingwp.io/2021/07/08/dealing-with-card-testing-or-carding-attacks-on-your-woocommerce-store-fraudulent-charges/\">dealing with card testing attacks</a>.</p>\n\n\n\n<p>&#8220;The gist of the rules is blocking all countries except those you serve,&#8221; Trask said. &#8220;However, for WooCommerce, I would put in a JS Managed Challenge for the cart and checkout.</p>\n\n\n\n<p>&#8220;There is rate limiting built into Cloudflare that might help, but it&#8217;s more request based versus per order which is what you need based on IP potentially. If the requests come from the same IP address, you can look at limiting orders per IP since the email differs each time.&#8221;</p>\n\n\n\n<p>The <a href=\"https://github.com/BrianHenryIE/bh-wc-checkout-rate-limiter/\">Checkout Rate Limiter</a> plugin, available on GitHub, offers checkout rate limiting on WooCommerce checkout based on IP address.</p>\n\n\n\n<img />\n\n\n\n<p>Trask&#8217;s guide also recommends checking payment processor logs when investigating fraudulent charges:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Always check your payment processor logs to verify where the charges are being created. A staging site may exist with production API keys, or your site was hacked, and the API keys were stolen. Most payment processors will have further details in their logs with additional information.</p>\n</blockquote>\n\n\n\n<p>WordPress developer Rahul Nagare recommends checking out <a href=\"https://stripe.com/radar/fraud-teams\">Stripe&#8217;s Radar fraud protection</a>, which uses machine learning to provide advanced protection and identification of fraudsters.</p>\n\n\n\n<p>&#8220;This will let you setup custom rules on Stripe to reject suspicious transactions,&#8221; Nagare said. &#8220;This used to be a free service with Stripe, but they changed it last year. I&#8217;d look into blocking all transactions with risk score higher than the average, and maybe the region of the card testers.&#8221;</p>\n\n\n\n<p>WooCommerce&#8217;s documentation has a section on <a href=\"https://woocommerce.com/document/payments/faq/card-testing\">responding to card testing attacks</a>, which has many of the same recommendations discussed in the recent AWP thread. A CAPTCHA plugin is the first line of defense. It also recommends avoiding pay-what-you-want or donation products with no minimum, as these products are often targeted for card tests with small transactions that cardholders might miss. Swiftly refunding any successful fraudulent orders will decrease the possibility of disputes.</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, 09 Nov 2022 04:37: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: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:35:\"BuddyPress: BuddyPress 11.0.0-beta1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=327062\";s:7:\"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://buddypress.org/2022/11/buddypress-11-0-0-beta1/\";s: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:2985:\"<p><strong>BuddyPress 11.0.0-beta1</strong> is available for testing!</p>\n\n\n\n<p>Please note the plugin is <strong>still in development</strong>, so we recommend running this beta release on a <strong>testing site</strong>.</p>\n\n\n\n<p>You can test <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta1.zip\">BuddyPress 11.0.0-beta1</a> in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta1.zip\">Download the beta here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>The current target for final release is December 14, 2022. We would greatly appreciate your help making sure this next major version of your community engine is as good as it can be.</p>\n\n\n\n<p>Please note BuddyPress 11.0.0 <strong><a href=\"https://bpdevel.wordpress.com/2022/07/12/wordpress-required-version-update-4/\">will require at least WordPress 5.7</a></strong>.</p>\n\n\n\n<p>As usual, <strong>testing for bugs is the key to a safe upgrade</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" />  so please give us a few minutes of your time to make sure this pre-release behaves the right way with your specific WordPress configuration, your theme, and the other WordPress plugins you are using. Try to use a testing site which is very close to the one you are using in production. If you find something weird, please report it on <a href=\"https://buddypress.trac.wordpress.org/newticket\">BuddyPress Trac</a> or post a reply to <a href=\"https://buddypress.org/support/topic/buddypress-11-0-0-beta1/\">this support topic</a>.</p>\n\n\n\n<p>If you&#8217;re a BuddyPress plugin developer or a BuddyPress theme developer, please make sure to test this 11.0.0-beta1 release as <strong>we&#8217;re now only loading BuddyPress assets (JavaScripts and styles) inside BuddyPress pages</strong>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"around-70-changes-to-expect-in-10-0-0\">Around 40 changes to expect in 11.0.0</h2>\n\n\n\n<p>You can check out <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=11.0.0\">this report</a> on Trac for the full list of them. We only planned to ship one long awaited feature as a BuddyPress Add-on. At this stage, we&#8217;re staying silent about it to keep the surprise effect intact (truth is we are still not sure it&#8217;ll be ready for December 14 <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f92b.png\" alt=\"🤫\" class=\"wp-smiley\" />).</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3ae.png\" alt=\"🎮\" class=\"wp-smiley\" /> <em>Happy testing!</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, 08 Nov 2022 20:30:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:51:\"WordPress.org blog: Introducing Twenty Twenty-Three\";s:7:\"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=13892\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\";s: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:2174:\"<p><em>This post was written in collaboration with Lauren Stein (<a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a>) and Anne McCarthy <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>)</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations.</p>\n\n\n\n<p>Style variations are predefined design options that give you the opportunity to alter the appearance of your site without having to change your theme. This means that you can keep your template structure but change the visual details of your site with ease.</p>\n\n\n\n<p>For a truly diverse collection, Twenty Twenty-Three’s featured style variations were submitted by members of the WordPress community, resulting in 38 submissions from 19 people in 8 different countries. From those submissions, a curated collection of ten was chosen and bundled with the new theme.</p>\n\n\n\n<p>This approach to style variations ushers in the next generation of block themes, able to harness the potential of the platform’s latest design capabilities and tools directly in the Site Editor. Since style variations don’t require any code experience, you’re encouraged to tweak and/or create your own.</p>\n\n\n\n<p><strong>Thank you to everyone who contributed. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /></strong></p>\n\n\n\n<p>Useful links:<br /><a href=\"https://wordpress.org/themes/twentytwentythree/\">Download Twenty Twenty-Three</a><br /><a href=\"https://wordpress.org/support/article/twenty-twenty-three/\">Twenty Twenty-Three Documentation</a><br /><a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three Project Kick Off</a><br /><a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">Twenty Twenty-Three Selected Style Variations</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, 08 Nov 2022 15:42:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"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:\"Thu, 24 Nov 2022 19:12:38 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 24 Nov 2022 19:00:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20221117113840\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(155, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1669360359', 'no'),
(156, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1669317159', 'no'),
(157, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1669360359', 'no'),
(158, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/11/the-month-in-wordpress-october-2022/\'>The Month in WordPress – October 2022</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/11/state-of-the-word-2022/\'>State of the Word 2022</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/dig-into-the-open-web\'>WPTavern: Dig Into the Open Web</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/state-of-the-word-2022-dev-blog-beta-wp-3-7-4-0-final-releases/\'>Post Status: State of the Word 2022 • Dev Blog Beta • WP 3.7 – 4.0 Final Releases</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/52-hannah-smith-on-why-we-need-to-be-making-websites-more-sustainable\'>WPTavern: #52 – Hannah Smith on Why We Need To Be Making Websites More Sustainable</a></li></ul></div>', 'no'),
(161, 'finished_updating_comment_type', '1', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2022-11-24 19:11:55', '2022-11-24 19:11:55', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-11-24 19:11:55', '2022-11-24 19:11:55', '', 0, 'http://localhost/unleashedwebservices.com/?p=1', 0, 'post', '', 1),
(2, 1, '2022-11-24 19:11:55', '2022-11-24 19:11:55', '<!-- 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/unleashedwebservices.com/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', '', '', '2022-11-24 19:11:55', '2022-11-24 19:11:55', '', 0, 'http://localhost/unleashedwebservices.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-11-24 19:11:55', '2022-11-24 19:11:55', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/unleashedwebservices.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 visit our login page, 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 --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2022-11-24 19:11:55', '2022-11-24 19:11:55', '', 0, 'http://localhost/unleashedwebservices.com/?page_id=3', 0, 'page', '', 0),
(4, 1, '2022-11-24 19:12:12', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-11-24 19:12:12', '0000-00-00 00:00:00', '', 0, 'http://localhost/unleashedwebservices.com/?p=4', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_terms`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_term_taxonomy`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'jennifer'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"845e1a24500c5b932f118c59dd266a830110a70c3b94f65bac539f8e73339381\";a:4:{s:10:\"expiration\";i:1669489929;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";s:5:\"login\";i:1669317129;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_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;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'jennifer', '$P$BPGxbte/.T9rs4gfnl97IUgtFFEPpQ.', 'jennifer', 'info@unleashedwebservices.com', 'http://localhost/unleashedwebservices.com', '2022-11-24 19:11:55', '', 0, 'jennifer');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_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));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_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`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=162;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
