-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: dsvisu5_wp933
-- ------------------------------------------------------
-- Server version 	5.5.5-10.5.21-MariaDB-log
-- Date: Sat, 24 Jun 2023 03:25:47 +0000

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wpk5_commentmeta`
--

DROP TABLE IF EXISTS `wpk5_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_commentmeta`
--

LOCK TABLES `wpk5_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpk5_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk5_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_commentmeta` with 0 row(s)
--

--
-- Table structure for table `wpk5_comments`
--

DROP TABLE IF EXISTS `wpk5_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_comments`
--

LOCK TABLES `wpk5_comments` WRITE;
/*!40000 ALTER TABLE `wpk5_comments` DISABLE KEYS */;
INSERT INTO `wpk5_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-06-24 03:09:45','2023-06-24 03:09:45','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);
/*!40000 ALTER TABLE `wpk5_comments` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_comments` with 1 row(s)
--

--
-- Table structure for table `wpk5_links`
--

DROP TABLE IF EXISTS `wpk5_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_links`
--

LOCK TABLES `wpk5_links` WRITE;
/*!40000 ALTER TABLE `wpk5_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk5_links` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_links` with 0 row(s)
--

--
-- Table structure for table `wpk5_loginizer_logs`
--

DROP TABLE IF EXISTS `wpk5_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_loginizer_logs`
--

LOCK TABLES `wpk5_loginizer_logs` WRITE;
/*!40000 ALTER TABLE `wpk5_loginizer_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk5_loginizer_logs` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_loginizer_logs` with 0 row(s)
--

--
-- Table structure for table `wpk5_options`
--

DROP TABLE IF EXISTS `wpk5_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=501 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_options`
--

LOCK TABLES `wpk5_options` WRITE;
/*!40000 ALTER TABLE `wpk5_options` DISABLE KEYS */;
INSERT INTO `wpk5_options` VALUES (1,'siteurl','http://throughourlens.dsvisualart.com','yes'),(2,'home','http://throughourlens.dsvisualart.com','yes'),(3,'blogname','DS Visual Art','yes'),(4,'blogdescription','Random thoughts and topics','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','dshatto@dsvisualart.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:96:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s: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:9:{i:0;s:21:\"backuply/backuply.php\";i:1;s:23:\"loginizer/loginizer.php\";i:2;s:17:\"gosmtp/gosmtp.php\";i:3;s:31:\"fileorganizer/fileorganizer.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:27:\"speedycache/speedycache.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:9;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwentytwo','yes'),(41,'stylesheet','twentytwentytwo','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:2:{s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";}','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','1703128185','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,'wpk5_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:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:10:{i:1687577167;a:2:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1687579791;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:1687579806;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1687619385;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:1687619440;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:1687662585;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s: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:1687662606;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687662640;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:1687662643;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,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687576435;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(122,'backuply_version','1.1.3','yes'),(123,'backuply_hide_holiday','1687576191','yes'),(124,'backuply_promo_time','1687576191','yes'),(125,'loginizer_version','1.7.9','yes'),(126,'loginizer_options','a:0:{}','yes'),(127,'loginizer_last_reset','1687576191','yes'),(128,'loginizer_whitelist','a:0:{}','yes'),(129,'loginizer_blacklist','a:0:{}','yes'),(130,'loginizer_2fa_whitelist','a:0:{}','yes'),(131,'loginizer_ins_time','1687576191','yes'),(132,'loginizer_promo_time','1687576191','yes'),(133,'loginizer_backuply_promo_time','1687576191','yes'),(134,'loginizer_csrf_promo_time','1687576191','yes'),(135,'gosmtp_version','1.0.2','yes'),(136,'fileorganizer_version','1.0.2','yes'),(137,'speedycache_options','a:46:{s:3:\"lbc\";i:1;s:10:\"minify_css\";i:1;s:4:\"gzip\";i:1;s:15:\"automatic_cache\";i:1;s:10:\"post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"status\";i:1;s:7:\"preload\";i:0;s:16:\"preload_homepage\";i:0;s:12:\"preload_post\";i:0;s:16:\"preload_category\";i:0;s:12:\"preload_page\";i:0;s:11:\"preload_tag\";i:0;s:18:\"preload_attachment\";i:0;s:25:\"preload_custom_post_types\";i:0;s:25:\"preload_custom_taxonomies\";i:0;s:14:\"preload_number\";s:1:\"4\";s:15:\"preload_restart\";i:0;s:13:\"preload_order\";s:0:\"\";s:14:\"logged_in_user\";i:0;s:6:\"mobile\";i:0;s:12:\"mobile_theme\";i:0;s:17:\"mobile_theme_name\";s:0:\"\";s:8:\"new_post\";i:0;s:13:\"new_post_type\";s:3:\"all\";s:11:\"update_post\";i:0;s:16:\"update_post_type\";s:4:\"post\";s:13:\"purge_varnish\";i:0;s:9:\"varniship\";s:9:\"127.0.0.1\";s:11:\"minify_html\";i:0;s:19:\"minify_css_enhanced\";i:0;s:11:\"combine_css\";i:0;s:9:\"minify_js\";i:0;s:10:\"combine_js\";i:0;s:19:\"combine_js_enhanced\";i:0;s:12:\"critical_css\";i:0;s:14:\"disable_emojis\";i:0;s:15:\"render_blocking\";i:0;s:12:\"google_fonts\";i:0;s:9:\"lazy_load\";i:0;s:21:\"lazy_load_placeholder\";s:0:\"\";s:18:\"lazy_load_keywords\";s:0:\"\";s:32:\"lazy_load_placeholder_custom_url\";s:0:\"\";s:31:\"lazy_load_exclude_full_size_img\";s:0:\"\";s:12:\"display_swap\";i:0;s:12:\"instant_page\";i:0;s:12:\"local_gfonts\";i:0;}','yes'),(138,'speedycache_version','1.0.6','yes'),(140,'https_detection_errors','a:0:{}','yes'),(141,'_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.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";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:1687576466;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}','no'),(144,'_site_transient_timeout_theme_roots','1687578266','no'),(145,'_site_transient_theme_roots','a:4:{s:15:\"twentyseventeen\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(148,'_transient_timeout_jetpack_file_data_11.2-a.5','1690081968','no'),(149,'_transient_jetpack_file_data_11.2-a.5','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(150,'jetpack_available_modules','a:1:{s:8:\"11.2-a.5\";a:44:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(151,'jetpack_sync_settings_disable','0','yes'),(152,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(164,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','yes'),(154,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.7.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.15.2\";i:1687576240;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1687576240;}}}','yes'),(155,'boldgrid_backup_id','8376aa11','no'),(156,'boldgrid_backup_settings','a:14:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:1;s:5:\"tod_m\";s:2:\"02\";s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:23:\"dshatto@dsvisualart.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:16:\"backup_directory\";s:29:\"/home/dsvisu5/boldgrid_backup\";}','no'),(157,'_transient_timeout_boldgrid_backup_system_zip_test','1687662606','no'),(158,'_transient_boldgrid_backup_system_zip_test','1','no'),(159,'_transient_timeout_boldgrid_backup_is_functional','1687662640','no'),(160,'_transient_boldgrid_backup_is_functional','1','no'),(162,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(161,'jetpack_options','a:11:{s:14:\"last_heartbeat\";i:1687576206;s:7:\"version\";s:19:\"11.2-a.5:1687576241\";s:11:\"old_version\";s:19:\"11.2-a.5:1687576241\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:220513544;s:6:\"public\";i:1;s:30:\"recommendations_banner_enabled\";b:1;s:20:\"recommendations_data\";a:4:{s:18:\"site-type-personal\";b:0;s:18:\"site-type-business\";b:1;s:15:\"site-type-store\";b:0;s:15:\"site-type-other\";b:0;}s:20:\"recommendations_step\";s:16:\"banner-completed\";s:16:\"first_admin_view\";b:1;}','yes'),(163,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(165,'loginizer_login_attempt_stats','a:1:{i:1687575600;a:1:{i:1;i:2;}}','no'),(493,'_transient_timeout_jetpack_sync_callables_await','1687577166','no'),(494,'_transient_jetpack_sync_callables_await','1687577106.1986','no'),(431,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1687576476;s:7:\"checked\";a:4:{s:15:\"twentyseventeen\";s:3:\"3.2\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.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.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.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.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(169,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:26:\"biz236.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.2.34\";s:9:\"wpversion\";s:5:\"6.2.2\";}','yes'),(170,'fileorganizer_promo_time','1687576240','yes'),(171,'speedycache_promo_time','1687576240','yes'),(172,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1687577140;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{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:3:\"5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.2.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:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"12.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.12.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.4\";}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:6:\"1.6.17\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/weforms.1.6.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:21:\"backuply/backuply.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backuply\";s:4:\"slug\";s:8:\"backuply\";s:6:\"plugin\";s:21:\"backuply/backuply.php\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backuply/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backuply.1.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/backuply/assets/icon-128x128.png?rev=2760139\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backuply/assets/banner-1544x500.png?rev=2760332\";s:2:\"1x\";s:63:\"https://ps.w.org/backuply/assets/banner-772x250.png?rev=2760332\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:31:\"fileorganizer/fileorganizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/fileorganizer\";s:4:\"slug\";s:13:\"fileorganizer\";s:6:\"plugin\";s:31:\"fileorganizer/fileorganizer.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/fileorganizer/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/fileorganizer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-256x256.png?rev=2881868\";s:2:\"1x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-128x128.png?rev=2881868\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/fileorganizer/assets/banner-1544x500.png?rev=2879801\";s:2:\"1x\";s:68:\"https://ps.w.org/fileorganizer/assets/banner-772x250.png?rev=2879801\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:17:\"gosmtp/gosmtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/gosmtp\";s:4:\"slug\";s:6:\"gosmtp\";s:6:\"plugin\";s:17:\"gosmtp/gosmtp.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/gosmtp/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/gosmtp.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/gosmtp/assets/icon-256x256.png?rev=2869163\";s:2:\"1x\";s:59:\"https://ps.w.org/gosmtp/assets/icon-128x128.png?rev=2869163\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/gosmtp/assets/banner-1544x500.png?rev=2868206\";s:2:\"1x\";s:61:\"https://ps.w.org/gosmtp/assets/banner-772x250.png?rev=2868206\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}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:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/loginizer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:27:\"speedycache/speedycache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/speedycache\";s:4:\"slug\";s:11:\"speedycache\";s:6:\"plugin\";s:27:\"speedycache/speedycache.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/speedycache/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/speedycache.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/speedycache/assets/icon-256x256.png?rev=2858418\";s:2:\"1x\";s:64:\"https://ps.w.org/speedycache/assets/icon-128x128.png?rev=2858418\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/speedycache/assets/banner-772x250.png?rev=2858418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}}s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:3:\"5.1\";s:21:\"backuply/backuply.php\";s:5:\"1.1.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:31:\"fileorganizer/fileorganizer.php\";s:5:\"1.0.2\";s:17:\"gosmtp/gosmtp.php\";s:5:\"1.0.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:8:\"11.2-a.5\";s:23:\"loginizer/loginizer.php\";s:5:\"1.7.9\";s:27:\"speedycache/speedycache.php\";s:5:\"1.0.6\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:6:\"1.15.2\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.5.9\";s:19:\"weforms/weforms.php\";s:6:\"1.6.14\";}}','no'),(173,'do_activate','0','yes'),(174,'jetpack_activated','2','yes'),(175,'_transient_timeout_jetpack_https_test','1687662641','no'),(176,'_transient_jetpack_https_test','1','no'),(177,'_transient_timeout_jetpack_https_test_message','1687662641','no'),(178,'_transient_jetpack_https_test_message','','no'),(179,'_site_transient_timeout_browser_5f0ff5d8799ed4c0ed355fa474a7bbc2','1688181041','no'),(180,'_site_transient_browser_5f0ff5d8799ed4c0ed355fa474a7bbc2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";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'),(181,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1688181041','no'),(182,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(183,'_transient_timeout_bcloud_trial_token','1687580506','no'),(184,'_transient_bcloud_trial_token','lVyGmmRsJOJZTLtryF11tlxq8p2P0ejO','no'),(196,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1687619449','no'),(186,'_site_transient_timeout_community-events-1393d45ef5cc2514e140bfa0e30211f2','1687619447','no'),(187,'_site_transient_community-events-1393d45ef5cc2514e140bfa0e30211f2','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"72.1.108.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"WordPress Happiness Hour\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/294339631\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2023-07-11 18:00:00\";s:8:\"end_date\";s:19:\"2023-07-11 20:00:00\";s:20:\"start_unix_timestamp\";i:1689120000;s:18:\"end_unix_timestamp\";i:1689127200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/290855066\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2023-07-17 18:00:00\";s:8:\"end_date\";s:19:\"2023-07-17 19:30:00\";s:20:\"start_unix_timestamp\";i:1689638400;s:18:\"end_unix_timestamp\";i:1689643800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/290855065\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2023-07-17 18:00:00\";s:8:\"end_date\";s:19:\"2023-07-17 19:30:00\";s:20:\"start_unix_timestamp\";i:1689638400;s:18:\"end_unix_timestamp\";i:1689643800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/290855077\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2023-08-21 18:00:00\";s:8:\"end_date\";s:19:\"2023-08-21 19:30:00\";s:20:\"start_unix_timestamp\";i:1692662400;s:18:\"end_unix_timestamp\";i:1692667800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/290855076\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2023-08-21 18:00:00\";s:8:\"end_date\";s:19:\"2023-08-21 19:30:00\";s:20:\"start_unix_timestamp\";i:1692662400;s:18:\"end_unix_timestamp\";i:1692667800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}}}','no'),(188,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1687619448','no'),(189,'_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:\"Fri, 16 Jun 2023 13:52:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.3-alpha-55986\";s: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: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 58: A New Wave for WordPress Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=15179\";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:145:\"Hear special guest host Chloé Bringmann and special guest Angela Jin in the WordPress Briefing as they discuss the next generation of WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:59:\"https://wordpress.org/news/files/2023/06/WPBriefing-058.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:\"Brett McSherry\";s: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:15637:\"\n<p>Join WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-1 wp-block-group-is-layout-constrained\">\n<ul>\n<li>Guest Host:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/cbringmann/\" rel=\"noreferrer noopener\">Chloé Bringmann</a></li>\n\n\n\n<li>Guest:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/angelasjin/\" rel=\"noreferrer noopener\">Angela Jin</a></li>\n\n\n\n<li>Editor:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/dustinhartzler/\" rel=\"noreferrer noopener\">Dustin Hartzler</a></li>\n\n\n\n<li>Logo:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/javiarce/\" rel=\"noreferrer noopener\">Javier Arce</a></li>\n\n\n\n<li>Production:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/bjmcsherry/\" rel=\"noreferrer noopener\">Brett McSherry</a></li>\n\n\n\n<li>Song: Fearless First by Kevin MacLeod</li>\n</ul>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">WordCamp Europe 2023 Keynote</a></li>\n\n\n\n<li>Establishment of a formal WordPress&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\" target=\"_blank\">Sustainability Team</a></li>\n\n\n\n<li>WordPress 6.4&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">Development Cycle Announced</a></li>\n\n\n\n<li>WCUS &#8211; Still looking <a href=\"https://us.wordcamp.org/2023/call-for-volunteers/\">for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/handbook/\">Contributor Handbook</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15179\"></span>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:10]&nbsp;</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your guest host Chloé Bringmann. And here we go.</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:40]&nbsp;</p>\n\n\n\n<p>So I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?</p>\n\n\n\n<p>[Angela Jin 00:01:01]&nbsp;</p>\n\n\n\n<p>Yeah, happy to, and thank you so much for having me. I&#8217;m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I&#8217;m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.</p>\n\n\n\n<p>[Chloé Bringmann 00:01:41]&nbsp;</p>\n\n\n\n<p>We just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I&#8217;m curious about what your impressions were of the past week.</p>\n\n\n\n<p>[Angela Jin 00:01:52]&nbsp;</p>\n\n\n\n<p>Yeah, it was fantastic. I&#8217;m always really inspired by what a group of like-minded people can achieve together. There&#8217;s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it&#8217;s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I&#8217;m really excited to see how many exciting new projects and ideas that we have in the space.</p>\n\n\n\n<p>[Chloé Bringmann 00:02:27]&nbsp;</p>\n\n\n\n<p>Same, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I&#8217;m curious about what the main ideas and goals, as discussed thus far, are of that proposal.</p>\n\n\n\n<p>[Angela Jin 00:02:42]&nbsp;</p>\n\n\n\n<p>For sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it&#8217;s also undeniable that the way that people meet has changed since 2006.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:01]&nbsp;</p>\n\n\n\n<p>And so, just as WordPress itself iterates we&#8217;re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:23]&nbsp;</p>\n\n\n\n<p>So to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:47]</p>\n\n\n\n<p>So the goal here is to create events that are more clearly defined &#8211; who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let&#8217;s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:04:13]</p>\n\n\n\n<p>However, the feedback that I&#8217;ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I&#8217;m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that&#8217;s pretty cool.</p>\n\n\n\n<p>&nbsp;[Chloé Bringmann 00:04:37]&nbsp;</p>\n\n\n\n<p>Wow, that&#8217;s incredible. I love that we&#8217;ve gotten 60 suggestions already and that we already have an event in place. That&#8217;s fantastic. In that blog post, too, it&#8217;s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?</p>\n\n\n\n<p>[Angela Jin 00:05:04]</p>\n\n\n\n<p>Excellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:27]</p>\n\n\n\n<p>And on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:56]</p>\n\n\n\n<p>And so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:06:38]</p>\n\n\n\n<p>And I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody&#8217;s time and somebody&#8217;s contributions, which we&#8217;re always trying to encourage through the Five for the Future program.</p>\n\n\n\n<p>[Chloé Bringmann 00:07:11]&nbsp;</p>\n\n\n\n<p>Beautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?</p>\n\n\n\n<p>[Angela Jin 00:07:31]</p>\n\n\n\n<p>I foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:07:58]</p>\n\n\n\n<p>The Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:08:08]</p>\n\n\n\n<p>And so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn&#8217;t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.</p>\n\n\n\n<p>[Chloé Bringmann 00:08:39]</p>\n\n\n\n<p>Very excited to hear all of this, and I bet our listeners are too. I&#8217;m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.</p>\n\n\n\n<p>[Angela Jin 00:08:50]</p>\n\n\n\n<p>I&#8217;m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we&#8217;re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we&#8217;ll include links to those posts in the show notes.</p>\n\n\n\n<p>[Chloé Bringmann 00:09:26]</p>\n\n\n\n<p>One final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?</p>\n\n\n\n<p>[Angela Jin 00:09:37]</p>\n\n\n\n<p>For the Community Summit in particular, if you want to attend and you haven&#8217;t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:09:53]</p>\n\n\n\n<p>And if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:10:15]</p>\n\n\n\n<p>And next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I&#8217;m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It&#8217;s going to be a truly incredible event, so don&#8217;t miss out.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:41]</p>\n\n\n\n<p>Oh, wonderful. Thank you so much for joining me, Angela. And I can&#8217;t wait to see you and the WordPress community in August in person.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:58]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project&#8217;s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:011:39]</p>\n\n\n\n<p>Second, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I&#8217;ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:012:16]</p>\n\n\n\n<p>Finally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I&#8217;m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.</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:\"15179\";s: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: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:33:\"Twenty Years of WordPress at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2023 22:21:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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: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:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";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:373:\"Inspiring the global community The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its 20th anniversary and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6381:\"\n<h2 class=\"wp-block-heading\">Inspiring the global community</h2>\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/7Nmz3IjtPh0?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>The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its <a href=\"https://wp20.wordpress.net/\">20th anniversary</a> and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and Gutenberg Product Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who highlighted the advancements and upcoming milestones of the WordPress Project.</p>\n\n\n\n<p>One significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.&nbsp;</p>\n\n\n\n<p>Josepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit website</a>.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=585%2C365&#038;ssl=1\" alt=\"Total contributors: 7788 (737 new)\nContributors pledged to 5ftF: 780 (95 new)\n152 companies total with confirmed contributors (30 new)\" class=\"wp-image-15171\" width=\"585\" height=\"365\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1536%2C960&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=2048%2C1280&amp;ssl=1 2048w\" sizes=\"(max-width: 585px) 100vw, 585px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discussing the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like <a href=\"https://openverse.org/\">Openverse</a>, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.&nbsp;</p>\n\n\n\n<p>Another exciting addition to the WordPress repertoire is <a href=\"https://playground.wordpress.net/\">WP Playground</a>. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.</p>\n\n\n\n<p>Matías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.</p>\n\n\n\n<p>Following the keynote presentation, the WordPress leadership engaged in a<a href=\"https://www.youtube.com/watch?v=VzKiKRodHQ0\"> lively Q&amp;A session </a>with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.</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/VzKiKRodHQ0?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>Join the global community and be part of the WordPress journey toward a brighter future!</p>\n\n\n\n<p><em>Special thanks to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> for review and collaboration</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:\"15167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2023\";s:7:\"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/2023/06/the-month-in-wordpress-may-2023/\";s: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, 06 Jun 2023 10:15: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: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=15100\";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:350:\"May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director Josepha Haden Chomphosy reflected on this journey and the opportunity to build a better future for those who come after: The more our community invests in itself and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s: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:16972:\"\n<p>May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> reflected on <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">this journey</a> and the opportunity to build a better future for those who come after:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.</p>\n<cite>Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a>.</cite></blockquote>\n\n\n\n<p>Read on for highlights of this milestone and the latest updates in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress at 20</h2>\n\n\n\n<p><strong>May 27, 2023, marked the 20th anniversary of WordPress’ first release</strong>. Since its inception by <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">Matt Mullenweg</a> and <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649\">Mike Little</a> in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.</p>\n\n\n\n<p>WordPress enthusiasts from all over the world gathered at more than <strong>130 events</strong> to celebrate this important milestone. WP20’s commemorative book, <a href=\"https://wordpress.org/book/\"><strong>Building Blocks: The Evolution of WordPress</strong></a>, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&#038;ssl=1\" alt=\"3D wallpaper of a number 20 formed by words in commemoration of the 20th anniversary of WordPress.\" class=\"wp-image-15106\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download the new WP20 wallpapers made in 3D</a>.<br></figcaption></figure>\n\n\n\n<p>The anniversary date may have passed, but the <a href=\"https://wp20.wordpress.net/news/\">festivities and fun aren&#8217;t over</a>. You can still <a href=\"https://wp20.wordpress.net/\">join a meetup</a>, sign the #WP20 From Blogs to Blocks campaign <a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">birthday card</a>, or participate in #WP20 social celebrations.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55 of WP Briefing</a> as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3 is expected on August 8</h2>\n\n\n\n<p>Work on WordPress 6.3 officially kicked off with the <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">announcement of its development cycle and release squad</a>. <strong>Set for release on August 8, 2023</strong>, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>.</p>\n\n\n\n<p>WordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Check out the 6.3 roadmap post</a> for a tentative preview of anticipated features.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 security release</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">WordPress 6.2.2</a> became available for download on May 20, 2023</strong>. This release was a quick response to resolve a regression introduced in <a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-release/\">6.2.1</a>, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\"></a><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">Update your site if you haven’t yet</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Three 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/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\"><strong>Gutenberg 15.7</strong></a>, released on May 3, 2023, brings a new direct option to upload and replace a site&#8217;s logo from the block settings sidebar. Other enhancements include easier access to duotone filter controls via the style settings sidebar and an update to fluid typography to refine responsiveness.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\"><strong>Gutenberg 15.8</strong></a> shipped on May 17, 2023, and includes a new &#8220;Pages&#8221; item in the Site Editor sidebar to edit pages without leaving the interface. Moreover, this version brings the ability to navigate through revisions in the global styles interface and to preview block themes inside the Site Editor.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\"><strong>Gutenberg 15.9</strong></a> is ready for download as of May 31, 2023. The latest Gutenberg release comes with a new command tool and several enhancements to the Site Editor experience, including a more intuitive drag-and-drop function for moving blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>The latest <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement post</a> highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next-generation WordCamps, proposal for a Sustainability Team, and more</h2>\n\n\n\n<ul>\n<li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">broadening the purpose of WordPress events</a> to &#8220;spark innovation and adoption by way of accessible training and networking.&#8221; This opens the door to organizing a more diverse range of formats focused on specific topics and audiences.</li>\n\n\n\n<li>WordPress contributors suggested <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">creating an official Sustainability Team</a>.</li>\n\n\n\n<li>The Polyglots Team rebranded the WP Translation Playground tool as Translate Live and <a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">announced improvements</a> that make translating plugins and themes easier.</li>\n\n\n\n<li>The new<strong> </strong><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program pilot</a> aims to provide cohort-based and 1:1 mentorship to prepare new and aspiring contributors for success.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">Results of the 2022 WordPress Annual Survey</a> were announced last month.</li>\n\n\n\n<li>The Training Team published a new course on <a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a>. See <a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a> for the latest learning resources.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Meet Stacks</a>—the first community theme born from the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a>. This theme is designed for creating slide decks that can be used for a presentation.</li>\n\n\n\n<li>This Core proposal explores ways to <a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">reduce the maintenance of older default WordPress themes</a> and retire them.</li>\n\n\n\n<li>The May 2023 issues of <a href=\"https://developer.wordpress.org/news/2023/05/whats-new-for-developers-may-2023/\">What’s New for Developers?</a>, the <a href=\"https://make.wordpress.org/polyglots/2023/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots monthly newsletter</a>, and the&nbsp;<a href=\"https://make.wordpress.org/community/2023/05/18/meetup-organizer-newsletter-may-2023/\">Meetup Organizer newsletter</a>&nbsp;are available for reading.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors made a difference in Stefano Cassone&#8217;s life in the <a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">latest edition of People of WordPress</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>What is WordPress Playground, and why it matters? <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\">WP Briefing Episode 56</a> discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core Team members seek <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback on the new command tool</a> introduced in the Gutenberg plugin and its API.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">call of the Full Site Editing (FSE) Outreach Program</a> invites you to test some features being worked on to upgrade and polish the experience of using the Site Editor. Share your thoughts by June 8, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Version 22.5</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Which next generation of WordPress events would you like to see? <a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Share your ideas</a> and <a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">start exploring</a> new event formats this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">Get ready for WordCamp Europe 2023</a> from June 8-10 in Athens, Greece! The event will start with <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on June 8, followed by two days of presentations and workshops. Attendees can join a <a href=\"https://europe.wordcamp.org/2023/welness-track-activities/\">wellness track</a> and a <a href=\"https://europe.wordcamp.org/2023/wp-connect/\">dedicated space</a> to connect, among many other initiatives.</li>\n\n\n\n<li>The WordCamp US organizing team is <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-call-for-volunteers-open/\">calling for volunteers</a>.</li>\n\n\n\n<li>For another year, the <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">WordPress Foundation&#8217;s Kim Parsell Memorial Scholarship</a> will award funding for a woman-identifying contributor to attend WordCamp US 2023. Applications are open through June 12, 2023.</li>\n\n\n\n<li><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a>, the second ever WordCamp in Bangladesh, was successfully held on May 19-20 with its first <a href=\"https://make.wordpress.org/design/2023/05/23/wordcamp-sylhet-2023-contributor-day-recap/\">Contributor Day</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-648295107117\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a>. The event will take place on July 2, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://cartagena.wordcamp.org/2023/\">WordCamp Cartagena</a>, Spain on June 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2023/\">WordCamp Montclair</a>, NJ, USA on June 24, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. <a href=\"https://europe.wordcamp.org/2023/schedule/\">Check out the schedule for details</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story 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 Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/nahidsharifkomol/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nahidsharifkomol</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/devinmaeztri/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>devinmaeztri</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a></em></em>, <em><em><a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15100\";s: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:58:\"WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=15089\";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:215:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.\";s: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/2023/06/WP-Briefing-057.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:\"Brett McSherry\";s: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:7743:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<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 class=\"wp-block-heading\">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/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, Athens, Greece. This event includes a <a href=\"https://europe.wordcamp.org/2023/session/matt-mullenweg/\">special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura</a>. </li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\" target=\"_blank\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a>&nbsp;</li>\n\n\n\n<li>Make WordPress Community: <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\" target=\"_blank\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li>WordPress &#8216;Milestones&#8217; volume two book <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/book/\" target=\"_blank\">Building Blocks: The Evolution of WordPress</a> is available in <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/wp20-book/tree/trunk/Formats\" target=\"_blank\">several formats for download on GitHub</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Episode 57: The Power of WordPress Mentorship</span></a>\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>(Intro music)</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, Joseph Hayden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>Over the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.&nbsp;</p>\n\n\n\n<p>And now we&#8217;ve got a pilot program that&#8217;s been defined and is waiting for your feedback. If you&#8217;ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don&#8217;t worry, I&#8217;m about to give you a 10-cent tour.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>First up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it&#8217;s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>So next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn&#8217;t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won&#8217;t continue to be part of the community without a bit more effort.&nbsp;</p>\n\n\n\n<p>The when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today&#8217;s show notes on wordpress.org/news/podcast.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]&nbsp;</p>\n\n\n\n<p>Which brings us now to our small list of big things.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:56]&nbsp;</p>\n\n\n\n<p>First on the list is WordCamp Europe. That&#8217;s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren&#8217;t there in person, keep an eye out for those recordings. But for those who are there and you&#8217;re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:27]&nbsp;</p>\n\n\n\n<p>Second is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we&#8217;ve got a discussion going on about the next generation of WordCamps. We&#8217;ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you&#8217;ve got a kind of WordCamp that you&#8217;ve been desperately wanting to try, now&#8217;s the time to let folks know about it. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:54]</p>\n\n\n\n<p>And the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomposy, 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:\"15089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Stefano Cassone\";s:7:\"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/2023/05/people-of-wordpress-stefano-cassone/\";s: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, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15030\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"The People of WordPress feature series goes to Italy to interview web designer, photographer and translator Stefano Cassone. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s: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:15999:\"\n<p><strong>With <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a> in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&#038;ssl=1\" alt=\"Stefano with a laptop covered in WordPress event stickers\" class=\"wp-image-15027\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano with a laptop covered in WordPress event stickers</figcaption></figure>\n\n\n\n<p>Stefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.</p>\n\n\n\n<p>This led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress provides a life-changing turning point&nbsp;</h2>\n\n\n\n<p>Stefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.&nbsp;</p>\n\n\n\n<p>A catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.&nbsp;</p>\n\n\n\n<p>In November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a>, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.</p>\n\n\n\n<p>At the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.</p>\n\n\n\n<p>Unfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.&#8221;</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<p>From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.</p>\n\n\n\n<p>There was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Joining thousands of volunteer translators of WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=800%2C600&#038;ssl=1\" alt=\"Italian General Translation Editors at WordPress Italia 2022\" class=\"wp-image-15028\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?w=800&amp;ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Italian General Translation Editors at WordPress Italia 2022</figcaption></figure>\n\n\n\n<p>Stefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world<a href=\"https://make.wordpress.org/polyglots/\"> translate the WordPress software into many different languages</a>. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the <a href=\"https://make.wordpress.org/docs/handbook/helphub/\">HelpHub</a>, which is part of the <a href=\"https://make.wordpress.org/docs/\">WordPress documentation</a> system.</p>\n\n\n\n<p>He said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n\n\n\n<p>“It&#8217;s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.&#8221; </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Sharing skills to support Open Source WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"667\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=667%2C500&#038;ssl=1\" alt=\"Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\" class=\"wp-image-15026\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?w=667&amp;ssl=1 667w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.</figcaption></figure>\n\n\n\n<p>Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.&nbsp;</p>\n\n\n\n<p>He was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribution to WordPress is inspiring</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/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Stefano at the Support Table at a WordPress Contributor Day\" class=\"wp-image-15025\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano at the Support Table at a WordPress Contributor Day</figcaption></figure>\n\n\n\n<p>When Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>Spurred on by the <a href=\"https://it.wordpress.org/\">Italian WordPress community</a> as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.&nbsp;</p>\n\n\n\n<p>The community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.</p>\n\n\n\n<p>He went onto help restart the <a href=\"https://www.meetup.com/romawordpress/\">Rome WordPress meetup</a> in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What will WordPress bring you?</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"533\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=533%2C800&#038;ssl=1\" alt=\"Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\" class=\"wp-image-15024\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?w=533&amp;ssl=1 533w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 533px) 100vw, 533px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano inspired by his journey at WordCamps asks what will WordPress bring you?</figcaption></figure>\n\n\n\n<p>“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.&nbsp;</p>\n\n\n\n<p>He said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”</p>\n\n\n\n<p>His top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Stefano Cassone (<a href=\'https://profiles.wordpress.org/deadpool76/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deadpool76</a>)&nbsp;for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), the late Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) and Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Mark Smallman (<a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), and Maja Loncar (<a href=\'https://profiles.wordpress.org/majaloncar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>majaloncar</a>) for help with reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;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:\"15030\";s: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: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:33:\"Celebrating 20 Years of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 05: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:8:\"category\";a:3:{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: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:2;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"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=14981\";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:\"May 27, 2023, marks exactly 20 years since Matt Mullenweg and Mike Little forked b2/cafelog to create WordPress Version 0.70. Quite a bit has taken place in the past 20 years, and imagine how much more we can accomplish together in the next 20!\";s: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:5405:\"\n<p>You did it and I think congratulations are in order! You, dear WordPress enthusiast, have helped WordPress thrive for the past 20 years. It’s an incredible accomplishment, and I couldn’t be more thankful.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Did you know: WordPress is thirteen years older than TikTok (<a href=\"https://en.wikipedia.org/wiki/TikTok\">2016</a>), came four years before Tumblr (<a href=\"https://en.wikipedia.org/wiki/Tumblr\">2007</a>) and the first iPhone (<a href=\"https://en.wikipedia.org/wiki/IPhone_(1st_generation)\">2007</a>), beat Facebook to market by about a year (<a href=\"https://en.wikipedia.org/wiki/Facebook\">2004</a>), and is about five weeks older than Tesla (<a href=\"https://en.wikipedia.org/wiki/Tesla,_Inc.\">July 2003</a>).</p>\n</blockquote>\n\n\n\n<p>May 27, 2023, marks exactly 20 years since Matt Mullenweg and Mike Little <a href=\"https://wordpress.org/about/\">forked b2/cafelog</a> to create <a href=\"https://wordpress.org/documentation/wordpress-version/version-0-70/\">WordPress Version 0.70</a>. Quite a bit has taken place in the past 20 years, and imagine how much more we can accomplish together in the next 20!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>You can read about the first 20 years of WordPress in two parts:</em><br><a href=\"https://wordpress.org/book/milestones/\">Milestones: The Story of WordPress (2003 &#8211; 2013)</a><br><a href=\"https://wordpress.org/book/\">Building Blocks: The Evolution of WordPress (2013 &#8211; 2023)</a></p>\n</blockquote>\n\n\n\n<p>Whether you celebrate at one of the <a href=\"https://wp20.wordpress.net\">100+ meetup</a> events, are strutting your stuff in some <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">limited edition WP20 swag</a>, or joining in a collective <a href=\"https://wp20.wordpress.net/live/\">reflection on WordPress</a> in your unique way on social media, WP20 is a celebration of you – the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Common Legacy</h2>\n\n\n\n<p>As I scroll through the amazing photos and memories shared on social media of past WordCamps and meetups, I think about the people who got WordPress to where it is today. The thousands of contributors who patched bugs and tested new features; organized events and fostered community; or wrote documentation and translated strings — how those contributions paved the road we travel today. A road that allows more people across the globe to use WordPress and contribute to WordPress, advancing the mission of democratizing publishing and giving us a little more freedom in the world. To the giants on whose shoulders we stand, those unsung, tireless, and passionate committers working through long nights and longer weekends: all of WordPress thanks you!</p>\n\n\n\n<p>The dedication to and support of open source software has and will continue to ensure that WordPress endures for another 20 years and beyond.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>the freedom to build.<br>the freedom to change.<br>the freedom to share.</p>\n</blockquote>\n\n\n\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement becomes. And WordPress benefits, not just the present community, but future generations of contributors, entrepreneurs, educators, and enterprises large and small alike.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Shared Future</h2>\n\n\n\n<p>If the last two decades are any indication of what lies ahead, then wow, the opportunity to innovate, lead, and sustain a versatile publishing platform will be profound!</p>\n\n\n\n<p>Looking ahead at the next few years, our community will navigate <a href=\"https://wordpress.org/about/roadmap/\">Gutenberg Phases 3 and 4</a> together, delivering features that bring easy collaboration and multillingual support directly into the software. These next steps for WordPress will ensure our legacy of creating useful, relevant, and reliable software remains strong while keeping in mind the core elements of our mission regarding accessibility, performance, and stability.</p>\n\n\n\n<p>By renewing our emphasis on the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> program, and continuing to elevate our standing, we can make WordPress the household name it deserves to be. We can be more recognizable in known growth markets such as the enterprise and education sectors, but also every community beyond the open source and developer communities. Opportunity abounds!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>When a great ship is in harbor and moored, it is safe, there can be no doubt. But that is not what great ships are built for. </p>\n<cite>Clarissa Pinkola Estes</cite></blockquote>\n\n\n\n<p>There is no time like the present to invest in the future of WordPress. The community is the greatest asset within the WordPress ecosystem. This means every WordPress user, from casual bloggers to enterprise extenders, is invited to rediscover all that our community means and does, and how each one of us can further our positive impact.</p>\n\n\n\n<p>Through all our planning, both short- and long-term, we can ensure that WordPress never loses sight of its user. Each one of us individually, and together, can do our part to make WordPress better, just as we have done each day for the past <a href=\"https://howlongagogo.com/date/2003/may/27\">7,305 days</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:\"14981\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 56: What to Know About WordPress Playground\";s:7:\"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://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 May 2023 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=14968\";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:257:\"Join guest host Rich Tabor and WordPress Playground innovator Adam Zielinski as they discuss the capabilities and promise of WP Playground in episode 56 of the WordPress Briefing. Stay tuned for your small list of big things coming up in the next two weeks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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/2023/05/WP-Briefing-056.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:17:\"Nicholas Garofalo\";s: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:16949:\"\n<p>Join guest host Rich Tabor and WordPress Playground innovator Adam Zielinski as they discuss the capabilities and promise of WP Playground in episode 56 of the WordPress Briefing. Stay tuned for your small list of big things coming up in the next two weeks.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<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 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guests: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a><br>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/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> and the <a href=\"https://github.com/WordPress/wordpress-playground\">Playground Github repo</a></li>\n\n\n\n<li><a href=\"https://gliwice.wordcamp.org/2023/\">WordCamp Gliwice</a> </li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day,</a> and <a href=\"https://europe.wordcamp.org/2023/presenting-wp-connect/\">WP Connect</a></li>\n\n\n\n<li><a href=\"https://wordpress.slack.com/archives/C04EWKGDJ0K\">#meta-playground</a> in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a></li>\n\n\n\n<li><a href=\"https://chat.openai.com/\">ChatGPT</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/\">CloudFest</a> and <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a></li>\n\n\n\n<li>The <a href=\"blank\">Kim Parsell Memorial Scholarship</a> for travel to WordCamp US 2023</li>\n\n\n\n<li>Find your closest location for a <a href=\"https://wp20.wordpress.net/\">WordPress 20th Anniversary celebration</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-programming-team-announcement/\">Changes to the WCUS event for 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14968\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]</strong></p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>(Intro continues)</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]</strong></p>\n\n\n\n<p>Today we&#8217;re gonna spend a little time talking about WP Playground. This is a project that debuted at State of the Word in December 2022, but it was demoed for me about a month prior in November.</p>\n\n\n\n<p>I was, and remain, absolutely floored by the potential future applications, as well as the innovative thinking behind it. So I&#8217;ve invited a couple of excellent WordPress futurists to the show today so that we can listen in on their conversation.</p>\n\n\n\n<p>Welcome guys.</p>\n\n\n\n<p><strong>[Rich Tabor 00:01:07]</strong></p>\n\n\n\n<p>Hey everyone, I&#8217;m Rich Tabor, and I&#8217;m here today with Adam Zielinski to talk about WordPress Playground. So for those of you who don&#8217;t know what WordPress Playground is, can you tell us a little bit more about it, Adam?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:01:18]</strong></p>\n\n\n\n<p>Absolutely. WordPress Playground is WordPress that works in your browser like there&#8217;s no server with PHP or database like there&#8217;s just your browser and JavaScript, and you can run it in so many more places that we’ll all get to. For example, I just came back from WordCamp Gliwice, where on a Contributor Day, a couple of developers got set up with WordPress in just a couple of minutes, whereas normally, it can take hours to do that.</p>\n\n\n\n<p><strong>[Rich Tabor 00:01:44]</strong></p>\n\n\n\n<p>Yeah, that&#8217;s, that&#8217;s pretty impressive. Do you think that, particularly for WordCamps and other demo-type areas, this would be something that&#8217;s very useful? Or what do you think would be the other problems that could be solved with WordPress Playground?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:01:55]</strong></p>\n\n\n\n<p>Playground solves one primary problem, and that is WordPress is pretty difficult to get started with. I&#8217;m not even talking about creating your website, but let&#8217;s say, someone told you there&#8217;s this WordPress thing that you should try. Well, you Google for it, and you find installation instructions, and there&#8217;s like three hours of work for you there.</p>\n\n\n\n<p>So then maybe you&#8217;ll find a hosting company, and you have to pay some money. So with WordPress Playground, you can actually try it for free because there&#8217;s no cost to run it. It just runs on your device. If you&#8217;re a developer, and you want to start learning WordPress, normally you have to go through quite an extensive setup process, and there are some tools to make it easier, but maybe there&#8217;s still friction like you have to even own a computer, like a PC device or a Mac. Playground can run on your phone, and it can power interactive tutorials that you can use and just start learning there and there with zero setup.</p>\n\n\n\n<p>Like if you work on a product team and someone asks you to test a code change, with Playground you can just click a link and test it with no infrastructure behind it. And if you&#8217;re a company creating a plugin, you can just show your plugin in a live demo to people. And this isn&#8217;t something many plugins are doing because it&#8217;s quite hard to get a live demo set up.</p>\n\n\n\n<p><strong>[Rich Tabor 00:03:12]</strong></p>\n\n\n\n<p>Ah, that&#8217;s pretty impressive. So, you know, amongst like tutorials, code changes for developer environments, the mobile application running, do you think that, since there&#8217;s such a wide brevity of ideas that WordPress Playground can kind of plug into, would this be more of a developer tool?</p>\n\n\n\n<p>Is that right? Or is Playground more of a like a click and play-type application that can run anywhere and demo anything?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:03:36]</strong></p>\n\n\n\n<p>I&#8217;d say it&#8217;s both, but it&#8217;s more transparent for the users. So there are a whole lot of things you can do with Playground as a developer, as I just mentioned. But who are you doing these things for? Well, some of them are for the users, as in live demos, or there&#8217;s a WordCamp Europe coming, and I know some people are doing workshops there. They are going to use Playground to get everyone set up. So now that&#8217;s, well, maybe a workshop that teaches you how to build a theme, for example, right? Now you can just get started without any setup process. So there&#8217;s both, it&#8217;s very useful for development teams, and it&#8217;s very useful for them to build stuff for the final users.</p>\n\n\n\n<p><strong>[Rich Tabor 00:04:21]</strong></p>\n\n\n\n<p>That&#8217;s great. I know you, and I have probably both been in the same scenario at WordCamps when you&#8217;re trying to get dev environments set up, and it takes, you know, the better half of the workshop to get to step one. So this is really gonna be interesting to see it, especially at WordCamp Europe, and to see it getting into action.</p>\n\n\n\n<p>Are you planning on going to WordCamp Europe this year?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:04:39]</strong></p>\n\n\n\n<p>Absolutely, I will have a table at Contributor Day, a WordPress Playground table. So yeah, everyone&#8217;s invited to come over. I&#8217;ll show you a lot of cool stuff. And then at WP Connect on Saturday at 10:00 AM, there will be a WordPress Playground session where you&#8217;ll be able to learn more and see some cool demos.</p>\n\n\n\n<p>And this will be a conversational format, so we&#8217;ll just have a nice chat.</p>\n\n\n\n<p><strong>[Rich Tabor 00:05:01]</strong></p>\n\n\n\n<p>Super cool. So how else can people find out a little bit more info about Playground and perhaps even get involved and contribute to the project?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:05:08]</strong></p>\n\n\n\n<p>There&#8217;s a developer.WordPress.org/playground website. There&#8217;s a link in a show notes where you&#8217;ll be able, like this is the perfect entry point to the entire rabbit hole of WordPress Playground.</p>\n\n\n\n<p>There&#8217;s a quite a few projects under the WordPress Playground umbrella, and they all live in a single GitHub repository where you can just find any issue that interests if you want to contribute and just start contributing. Also, there&#8217;s a Slack channel in WordPress org space called #meta-playground, and I highly encourage everyone interested in coming over to say hi.</p>\n\n\n\n<p>And probably one of the best places to ask questions and get acquainted with the community.</p>\n\n\n\n<p><strong>[Rich Tabor 00:05:54]</strong></p>\n\n\n\n<p>Oh, that&#8217;s great; I&#8217;m very intrigued about the project overall. I think that there&#8217;s an immense amount of potential, for WordPress Playground. Just last question here, like, where do you see the future of this project going? What is the most interesting application that hasn&#8217;t been done yet, or the things that are really gonna be the next level in unlocking Playground for everyone?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:06:12]</strong></p>\n\n\n\n<p>There&#8217;s quite a few. Imagine being able to go to WordPress.org and have a WordPress demo right then and there without having to download anything. Then you customize it, and you have a button to host your website anywhere or just to download it.</p>\n\n\n\n<p>Imagine having a live preview for all the themes and plugins in the directory and even in WordPress core, but these are sooner than later. Maybe like, let&#8217;s talk more grandiose, shall we? So there&#8217;s this term, 1 billion new users coming online in the next, like in the nearest future, and plenty of them doesn&#8217;t even own a desktop device. Maybe they have a mobile phone, maybe they have a tablet, maybe we&#8217;re talking about a young, prospective developer somewhere. And currently, if you don&#8217;t own a desktop device, you cannot contribute to the WordPress plugin ecosystem at all.</p>\n\n\n\n<p>Like, we&#8217;re seeing more and more of creating themes with no code, which is really exciting. But you cannot build the plugin, really. Well, with WordPress Playground. Suddenly you can do development on a mobile device. So development tools and code editors and just the entire suite of things we use as the developers on our desktop of devices like this may come online and be available in your browser.</p>\n\n\n\n<p>And if you&#8217;re on a train and you just have a phone with you, but you still want to learn, how to build a plugin, well, you&#8217;ll be able to do that. Furthermore, there&#8217;s a lot of exciting opportunities with ChatGPT, as in, well, here&#8217;s a WordPress running entirely on your device. So maybe if that&#8217;s connected to ChatGPT, you&#8217;ll be able to say, well, I like fish, or like, I want two columns and a photo of a racing car on top of it.</p>\n\n\n\n<p>And because ChatGPT can output HTML, we connect the two, and suddenly, you can build a website entirely in your browser using natural language.</p>\n\n\n\n<p><strong>[Rich Tabor 00:08:20]</strong></p>\n\n\n\n<p>Man, that&#8217;s, that&#8217;s really interesting. It really does unlock the next, potentially the next like, wave of innovation in the WordPress experience, especially removing all the complications of getting set up and actually seeing what&#8217;s there. I think that it really could, be huge for users every day.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:08:38]</strong></p>\n\n\n\n<p>Oh, here&#8217;s one more. So, edge computing is big lately, and it&#8217;s going to be bigger in the future. WordPress Playground runs on this new technology called Web Assembly, and it just happened so that a bunch of edge computing providers allows you to run web assembly on their gear. So imagine having WordPress running entirely in edge infrastructure with no centralized server.</p>\n\n\n\n<p>Truly decentralized WordPress. It could be big for a well cost of operating, but also for speed, but also even further down in the future. Imagine downloading the actual, you know, even WordPress around time to your device and having the entire website on your phone. So then you know, you&#8217;re on a train, you enter a tunnel, but you can still browse that WooCommerce store and add things to your cart even though there is no range at all.</p>\n\n\n\n<p><strong>[Rich Tabor 00:09:32]</strong></p>\n\n\n\n<p>Wow, that&#8217;s, that&#8217;s pretty crazy. How far out there do you think something like that is?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:09:37]</strong></p>\n\n\n\n<p>It&#8217;s hard to tell. I mean, technically, it is possible. There are a lot of challenges with regard to privacy, right? And data security for the edge computing case specifically. As for the development tools, there was a Cloud Fest hackathon earlier this year where I was with Daniel Bachhuber, also from Automattic, and we led this exciting project that brought the WordPress development environment into the browser using a couple of editors that are out there, and this is too much of an MVP for actual production use yet, but we got it working, and we build an actual plugin on a phone without internet access.</p>\n\n\n\n<p><strong>[Rich Tabor 00:10:19]</strong></p>\n\n\n\n<p>Wow. And that was just a hackathon, just hacking at it to see what you can get.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:10:23]</strong></p>\n\n\n\n<p>Yeah, it was two and a half days.</p>\n\n\n\n<p><strong>[Rich Tabor 00:10:25]</strong></p>\n\n\n\n<p>Oh, that&#8217;s awesome. That&#8217;s really cool, man. Well, this has been quite a pleasure. Thanks, Adam, for chatting all about WordPress Playground. Folks, just be sure to check out developer.WordPress.org/playground to explore, experiment, and play with WordPress Playground.</p>\n\n\n\n<p>This has been awesome, Adam.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:10:43]</strong></p>\n\n\n\n<p>Thank you so much for having me, Rich.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:45]</strong></p>\n\n\n\n<p>What a remarkable new way of working with and experiencing WordPress. I would love to be able to find ways across the project and ecosystem to help folks see what they&#8217;re getting into before they get into it, but also, who knows what the future holds for that project. Keep an eye on it.</p>\n\n\n\n<p>(Musical interlude)</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:10]</strong></p>\n\n\n\n<p>That brings us to our small list of big things happening right now in the WordPress project. The first one is that the Kim Parel Memorial Scholarship for WordCamp US 2023 is open, and applications for it are the WordPress Foundation will once again be offering that scholarship for Travel to WordCamp US.</p>\n\n\n\n<p>It is for specifically for women in technology, women in the WordPress space. I&#8217;ll include a link to that in the show notes.</p>\n\n\n\n<p>The second thing is WordPress&#8217; 20th anniversary is still coming, as we heard in the last podcast.</p>\n\n\n\n<p>So we have reached over 100 events that are scheduled on or around May 27th, which is WordPress’ launch date. There is still time to find your closest location and attend one of those events. And probably, there&#8217;s also time to pull together an event of your own. Head on over to wp20.WordPress.net if you would like to see events in your area.</p>\n\n\n\n<p>And the third thing is WordCamp US 2023. I realize WordCamp Europe comes before that, but the programming team actually has a really interesting thing that they&#8217;re doing this year. They have some changes to the way that they are organizing the event and finding speakers for the event. But as always, they are working very hard to make sure it is an attendee-focused event.</p>\n\n\n\n<p>I&#8217;m gonna include a link or two to some announcements that are really worthwhile there. Head on over to the podcast page to see those. 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. Thanks again to my guests, and I&#8217;ll see y&#8217;all in a couple of weeks.&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:\"14968\";s: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: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:32:\"WordPress 6.2.2 Security 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:68:\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-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:\"Sat, 20 May 2023 04:09:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14974\";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:33:\"WordPress 6.2.2 is now available!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5451:\"\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 is now available!</h2>\n\n\n\n<p>The 6.2.2 minor release addresses <a href=\"https://core.trac.wordpress.org/query?milestone=6.2.2&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">1 bug</a> and 1 security issue. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.9 have also been updated.</p>\n\n\n\n<p>WordPress 6.2.2 is a rapid response release to address a regression in 6.2.1 and further patch a vulnerability addressed in 6.2.1. The next major release will be<a href=\"https://make.wordpress.org/core/6-3/\"> version 6.3</a> planned for August 2023.</p>\n\n\n\n<p>The update process will begin automatically if you have sites that support automatic background updates.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.2.2.zip\">download WordPress 6.2.2 from WordPress.org</a> or visit your WordPress Dashboard, click “Updates,” and click “Update Now.”</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-2-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Security updates included in this release</strong></h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities and allowing them to be fixed in this release.&nbsp;</p>\n\n\n\n<ul>\n<li>Block themes parsing shortcodes in user-generated data; thanks to Liam Gladdy of<a href=\"https://wpengine.com/\"> WP Engine</a> for reporting this issue.</li>\n</ul>\n\n\n\n<p>The issue above was originally patched in the 6.2.1 release, but needed further hardening here in 6.2.2. The Core team is thankful for the community in their response to 6.2.1 and collaboration on finding the best path forward for proper resolution in 6.2.2. The folks who worked on 6.2.2 are especially appreciative for everyone’s understanding while they worked asynchronously to get this out the door as quickly as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>.</p>\n\n\n\n<p>WordPress 6.2.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver security 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/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</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/ehtis/\">Ehtisham S.</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/Clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/Otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, and <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">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/C051Z1SKBDZ\">#6-3-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> for proofreading.</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:\"14974\";s: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: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:50:\"WordPress 6.2.1 Maintenance &amp; Security 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:80:\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-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, 16 May 2023 18:32:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14955\";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:339:\"WordPress 6.2.1 is now available! This minor release features 20 bug fixes in Core and 10 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. This release also features several security fixes. Because this is a security release, it is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7600:\"\n<h2 class=\"wp-block-heading\">WordPress 6.2.1 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.2.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\">20 bug fixes in Core</a> and <a href=\"https://github.com/orgs/WordPress/projects/88\">10 bug fixes for the block editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2023/05/09/wordpress-6-2-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>This release also features several security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 4.1 have also been updated.</p>\n\n\n\n<p>WordPress 6.2.1 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-3/\">version 6.3</a> planned for August 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.2.1.zip\">download WordPress 6.2.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 on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-2-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release.</p>\n\n\n\n<ul>\n<li>Block themes parsing shortcodes in user generated data; thanks to Liam Gladdy of <a href=\"https://wpengine.com/\">WP Engine</a> for reporting this issue</li>\n\n\n\n<li>A CSRF issue updating attachment thumbnails; reported by <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team</li>\n\n\n\n<li>A flaw allowing XSS via open embed auto discovery; reported independently by Jakub Żoczek of <a href=\"https://research.securitum.com/\">Securitum</a> and during a third party security audit</li>\n\n\n\n<li>Bypassing of KSES sanitization in block attributes for low privileged users; discovered during a third party security audit.</li>\n\n\n\n<li>A path traversal issue via translation files; reported independently by Ramuel Gall &amp; Matt Rusnak at Wordfence, and during a third party security audit.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a> and <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>.</p>\n\n\n\n<p>WordPress 6.2.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><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/amin7/\">amin</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/\">André</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</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/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/shagors/\">devshagor</a>, <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</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/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a>, <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/nickpap/\">nickpap</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pouicpouic/\">pouicpouic</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">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/C051Z1SKBDZ\">#6-3-release-leads channels</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for proofreading.</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:\"14955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 55: Happy Anniversary, WordPress!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=14949\";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:217:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is 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: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/2023/05/WP-Briefing-055.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:\"Brett McSherry\";s: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:15017:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<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 class=\"wp-block-heading\">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/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal &amp; Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women &amp; Nonbinary Release Squad</a></li>\n\n\n\n<li>WordCamp Europe: \n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\">Call for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a><br></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14949\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</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 smallest of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>In case you hadn&#8217;t heard yet. WordPress is celebrating its 20th anniversary on May 27th.&nbsp;</p>\n\n\n\n<p>There are a lot of celebrations and parties happening all across the world, hopefully with cake, because we all know that a party without cake is just a meeting and no one wants a year-long meeting about how old you are.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:59]&nbsp;</p>\n\n\n\n<p>But if you&#8217;ve not yet joined the celebrations, there&#8217;s still time to share your favorite WordPress merch, your favorite WordCamp memory, host a whole dang party if you want to, or share a video to post on wp20.wordpress.net. I&#8217;ve got links to everything you need in the show notes. So if you haven&#8217;t done it yet, you can do that while you listen to today&#8217;s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:14]&nbsp;</p>\n\n\n\n<p>I&#8217;ve got links to everything you need in the show notes. So if you haven&#8217;t done it yet, you can do that while you listen to today&#8217;s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>Today, WordPress is the leading CMS in the market. And according to W3Tech&#8217;s it powers 43% of the web. And that&#8217;s like 35% of the top 10,000 sites that are built using this software. And sometimes, that&#8217;s as a website, sometimes as a framework, but always as a way for people and businesses to find a space on the web to call their own.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:45]&nbsp;</p>\n\n\n\n<p>In 2021. The first-ever study on the WordPress ecosystem gave us an idea of just how large our ecosystem is. We already kind of had a sense that millions of people make a living through WordPress because we know that we are supporting small business owners and freelancers all the way out to agencies and content creators.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>But according to that study, WordPress at the time was powering 82 million websites and enabled an estimated economy of $597 billion. The success of an economy like this and various other alternative economies hinges on the success of invisible open source software that powers the web, just like WordPress, that has a tonne of growth and a lot of wins since that first Cafe Log fork way back in 2003.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:37]&nbsp;</p>\n\n\n\n<p>And WordPress could just say pencils down, everybody. Good job, team, and just kind of watch what comes next. But I&#8217;ve never met a word processor, emboldened as we are by our belief in open source freedoms, who stepped away from a challenge worth facing the recognition that everyone should have those freedoms whether they know they exist or not. Because I know that no one cares as much about open source freedoms as open source maintainers. But the recognition that everyone has the right to them anyway is built into the foundations of what WordPress is and who WordPress is.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:13]</p>\n\n\n\n<p>There are big plans for WordPress future, many of which are grounded in the promise of a new block editor within WordPress that aims to lower the barriers to entry for people at any point in their learning curve. So let&#8217;s take a look at what this means for WordPress, the software, and follow up about what it means for the WordPress community.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:03:31]</p>\n\n\n\n<p>Firstly, the software right at the end of 2018, the Gutenberg editor was merged into WordPress Core. And it&#8217;s subverted the way that people had always managed their content. It brought with it this new concept of site building that focused on blocks as the primary mode of creation. It was modular and required very little code knowledge.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>Arguably also very little skill with design. Although if you&#8217;ve ever seen me tried to design something with blocks, you will know it takes some skill. But still, the ultimate goal was to make those fundamental user interactions of managing the block and apply them in any place you could manage your site using WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>And if you think about the possibility to create media-rich content without having to work with shortcode, without having to know HTML workarounds, it opens the opportunity for many of us in the WordPress community to own our digital presence. In case it wasn&#8217;t already clear, this, my friends, is an audacious project, and it&#8217;s even more so if you remember that we have this existing and massive ecosystem that is enabled and empowered by our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:42]</p>\n\n\n\n<p>And as we look forward to the third phase of the Gutenberg Project, collaborative editing inside a WordPress installation will soon be a reality, which if you are like me and you never work on a website alone, you&#8217;re probably just dying to have. I say all this not to toot the horn have WordPress or belabor our success but rather to emphasize the importance of what I&#8217;m going to say next, which is how this CMS got to where it is, namely through the work of the community.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>WordPress has survived, and I would dare to say thrived through decades of constant economic, cultural, and technological shifts. And I believe that the thing that keeps us innovating fast enough to stay relevant but slow enough to be ethical, is how the community actively engages with the open source project.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:32]</p>\n\n\n\n<p>We know that our strength is directly tied to the resilience of our contributors. And we know that the software we ship is shaped by the people who are willing to tell us what they love, what they hate, and what they hope to see. When the WordPress project started, we mainly had code contributions as a way to give back, but over time, the project has grown to include contributions to learning, community building, and translations, among other things, but all of that exists alongside the CMS-focused contributions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:03]</p>\n\n\n\n<p>Because WordPress as an organization understands that it is an integral part of an ecosystem of 1000s of global companies and millions of individual people who are building careers, starting businesses, learning new skills, and becoming part of something meaningful. I know that I talk just all the time about the greatness of WordPress as a software and community, which makes sense.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:29]</p>\n\n\n\n<p>I really do love the work I do with you all. But I am equally in awe of this open-hearted journey of disruption that WordPress represents as an open source project. WordPress and its community is part of a long line of disruptors; blogs made publishing available to everyone, which maybe doesn&#8217;t sound like a big deal right now because you&#8217;ve been around blogging forever.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:51]</p>\n\n\n\n<p>You&#8217;ve been able to just put your thoughts on the internet with almost no effort for as long as you have known the internet existed, but WordPress, at the time, was and honestly remains the low code open source CMS of choice. It has been for years. And so, let me backtrack you through the 10,000-foot milestones of our journey here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:14]</p>\n\n\n\n<p>Gutenberg has been around since 2013. It&#8217;s 10 years. I know, don&#8217;t get scared, we&#8217;re celebrating 20 years. So it&#8217;s been around for half of our time as a concept. Open source as a concept was formalized in the 1980s. Though it definitely has been around longer than that as a concept and a way of working.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]</p>\n\n\n\n<p>And this low-code, no-code movement that we hear about from time to time that has been around since the 1970s, and just because we first became aware of it in the 1970s doesn&#8217;t mean that that&#8217;s when it actually first was discussed or thought about or used. Which means that you are in this moment, decades deep into projects that changed our entire understanding of the web.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:59]</p>\n\n\n\n<p>So grab a slice of cake, and raise a glass to 20 great years of WordPress, and I am going to raise a glass to 20 more years of continuing our journey together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:17]</p>\n\n\n\n<p>Which brings us effervescently to the small list of big things. Yeah, I said effervescently.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:24]</p>\n\n\n\n<p>So there are a lot of things happening in the WordPress project over the next couple of weeks. There is a lot of testing going on. There are a lot of releases that are getting underway. There are events and things. So here&#8217;s my rundown of stuff you should take a look at.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:38]</p>\n\n\n\n<p>So firstly, there is a post out about performance improvements from 6.2. That is just inviting an open discussion so that we can get more of those improvements in better shape to get into the 6.3 release. And speaking of the 6.3 release that is coming, just last week, we announced the release squad that we have.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:58]</p>\n\n\n\n<p>It is an extra heavy release squad because we also are working toward the 6.4 release just at the same time. So there&#8217;s the folks who are running the 6.3 release, and they have committed to working openly and in public channels as much as possible so that the 6.4 folks have a chance to really take a look at what goes into a release, the questions that we ask, the philosophies we believe in, and then that 6.4 release oil pick up probably, my guess is August-ish, mid-August or so.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:32]</p>\n\n\n\n<p>That 6.4 release is specifically going to be made up entirely of diverse genders. People that we historically see are underrepresented in technology, but as always, we accept contributions from everyone for all releases.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:48]</p>\n\n\n\n<p>The third thing is that we have WordCamp Europe coming up, that is June 8 and 10th. So a little bit past the two-week mark.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:54]</p>\n\n\n\n<p>However, there is a final call for volunteers for anyone who wants to be able to help at the event. I personally have always enjoyed doing that kind of volunteer work. It helps you get to know your community even a bit better. And I don&#8217;t know; I&#8217;m just kind of an extroverted people person. So, of course, I always want to volunteer, but that call is still open. And they&#8217;re in the last phases of that.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:17]</p>\n\n\n\n<p>There is also a team or two that needs some help with getting leads for the contributor day that happens leading up to WordCamp. Europe, I know that the testing team needs a lead for the table, and so if you enjoy the process of triaging or testing or helping people get their environment set up, that is a great opportunity.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:37]</p>\n\n\n\n<p>And the final thing on my small, my big small list of big things is that we have a kind of a review of the currently defined contributor ladder for the Polyglots team. There are a number of posts over the years where we talk about the ways that people move through being a contributor.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:57]</p>\n\n\n\n<p>One of the things that we know about almost all contributor ladders is that there&#8217;s no time requirement between the steps, but in general, it functions like a ladder. So you do have to have, like, rung one. And then, rung two, if you try to skip from rung one to rung three, you will have a lot of difficulty.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:17]</p>\n\n\n\n<p>Not impossible, but it&#8217;s harder than going 1, 2, 3 In the normal sequential order. And so that&#8217;s a whole discussion that&#8217;s happening over there. There&#8217;s a link to all of these things in the show notes.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:28]</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:\"14949\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 24 Jun 2023 03:10:48 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:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 19 Jun 2023 13:00:00 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:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220213300\";}','no'),(190,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1687619448','no'),(191,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1687576248','no'),(192,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1687619448','no'),(193,'_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:68:\"WPTavern: Really Simple SSL Plugin Adds Free Vulnerability Detection\";s:7:\"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=146129\";s:7:\"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/really-simple-ssl-plugin-adds-free-vulnerability-detection\";s: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:2999:\"<p><a href=\"https://wordpress.org/plugins/really-simple-ssl/\">Really Simple SSL</a>, a popular plugin used on more than five million sites for installing SSL certificates, handling website migrations, mixed content, redirects, and security headers, has added a new feature in its most recent major update.</p>\n\n\n\n<p>Version 7.0.0 introduces vulnerability detection as part of a partnership with WP Vulnerability, an open source, free API created by <a href=\"https://www.wpsysadmin.com/\">Javier Casares</a> with contributions from other open source, freely available databases. Once enabled, it notifies users if a vulnerability is found and suggests actions.</p>\n\n\n\n<p>&#8220;Really Simple SSL mirrors the free database with its own instance to secure stability and deliverability, but of course provides the origin database with an API to enrich, or improve its current data,&#8221; Really Simple Plugins developer Aert Hulsebos said.</p>\n\n\n\n<p>The new vulnerability detection feature is not enabled by default, so users will need to <a href=\"https://really-simple-ssl.com/instructions/about-vulnerabilities/\">enable it in the settings</a>. A modal will pop up where users can configure their notifications and run the first scan.</p>\n\n\n\n<img />\n\n\n\n<p>When emailed about a vulnerability users can manually respond with an action or set the plugin to automatically force an update (when available) after 24 hours of no response. There are other automated actions the plugin can take based on how users configure the Measures section of the settings.</p>\n\n\n\n<img />\n\n\n\n<p>For the past several years Really Simple SSL has been providing SSL certificate configuration and installation via Let&#8217;s Encrypt as a first pass at securing WordPress sites. To finance this for the free users, the plugin also has a Pro version that handles Security Headers, such as Content Security Policies, which are highly complex for most and not easily configured.</p>\n\n\n\n<p>&#8220;We figured that with our reach we could impact security on the web as a whole, by adding features in order of impact on security,&#8221; Hulsebos said. &#8220;So vulnerabilities, after hardening features specific to WordPress, was next. </p>\n\n\n\n<p>&#8220;The nature of our partnership with Javier and WP Vulnerability is sponsoring the efforts of WP Vulnerability and appointing a security consultant ourselves to this open-source effort to improve, and moderate the open-source database daily. WP Vulnerability does not compensate us, nor does it have a stake in Really Simple SSL. Vulnerability detection is available for everyone and always will be.&#8221;</p>\n\n\n\n<p>Because Really Simple SSL started as a lightweight SSL plugin, Hulsebos said they have taken a modular approach to minimize impact on users who only want or need certain features. Following the launch of the new vulnerability detection feature, the plugin&#8217;s authors plan to add login security with 2FA to better secure authentication on WordPress sites.</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, 23 Jun 2023 21:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"BuddyPress: BuddyPress community &amp; contribution\";s:7:\"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=330214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://buddypress.org/2023/06/buddypress-community-contribution/\";s: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:15099:\"<p>Last but not least! This is the final episode of our post series about the new direction we plan to take regarding the BuddyPress project. If you’re just discovering this series, we advise you to read about the 4 first episodes of it.</p>\n\n\n\n<span id=\"more-330214\"></span>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/04/buddypress-has-a-new-purpose/\">BuddyPress has a new purpose</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/05/lets-better-organize-the-buddypress-plugin/\">Let’s better organize the BuddyPress plugin</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">What new features will be coming to BuddyPress?</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\">How should back-end &amp; front-end BuddyPress Interfaces evolve?</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n\n\n\n<p>This post is finally focusing on the feedback you shared with us <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\" target=\"_blank\">here</a> &amp; <a rel=\"noreferrer noopener\" href=\"https://wptavern.com/buddypress-plugin-usage-declining-remaining-contributors-discuss-path-forward\" target=\"_blank\">there</a> about the BuddyPress community &amp; BuddyPress contribution.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Key feedbacks about BuddyPress community</h2>\n\n\n\n<ul>\n<li>« <strong>A better website</strong> would help. No amount of new features will help if they can’t be discovered »</li>\n\n\n\n<li>« <strong>Lack of documentation</strong> for developers and code examples. Codex must be improved. »</li>\n\n\n\n<li>« BuddyPress still remains the best in the plugin industry but it <strong>needs more love</strong> from the community. »</li>\n\n\n\n<li>« BuddyPress has been suffering from a <strong>low number of contributors</strong> in recent years. »</li>\n\n\n\n<li>« ideology and maybe personal politics superseded the pushing of features that users wanted »</li>\n\n\n\n<li>« there was way <strong>too much push back</strong> on fixes and new features »</li>\n\n\n\n<li>« <strong>Key features never materialize</strong> »</li>\n</ul>\n\n\n\n<p>A new theme for this community website is a must-have, I agree. Although our current theme does a good job, it has remained unchanged for years. We had begun to work on this but in a way that wasn’t in line with my conviction on this topic. That’s absolutely fine with me as long as we ship! It didn’t happen unfortunately, we didn’t manage to attract enough contributor energy. So I’m back with my conviction: we should build the Block Theme I told you about in episodes <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">3</a> &amp; <a href=\"https://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\">4</a> with the secondary goal of using it for BuddyPress’ network sites! In my opinion, we’d kill two birds with one stone <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f94c.png\" alt=\"🥌\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>Ideally, all BuddyPress code should be available on our <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac environment</a>. It’s fine to use GitHub as it’s using Git which is more intuitive than SVN, but at some point (eg: when the feature is stable), the code should be mirrored on <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac</a>. We need a central place where people can open tickets, contribute to any parts of our project <strong>and be sure to be rewarded with our lovely contributors badge</strong>. Although I believe optional components (or any new Add-ons) should live in their own repository on the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/\" target=\"_blank\">WordPress.org plugins directory</a>, I also think they should primarily live into our <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac</a> when it’s about contributing to their code. This way it will be easier for us to maintain all Add-ons making sure they behave nicely with each other when they are all activated. The confusions about where to contribute to the BP REST API experience convinced me that maintaining it on Trac once a stable version has been released (or included into Core for this API) is the right move to make (<em>not to mention the fact I need to explore many different places to credit all contributors to a major BuddyPress release</em>).</p>\n\n\n\n<p>Contributors shouldn’t be confused about where to contribute to BuddyPress, there’s only one <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/261d.png\" alt=\"☝\" class=\"wp-smiley\" />URL to know: <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">https://buddypress.trac.wordpress.org/</a>.</p>\n\n\n\n<p>Documentation is very important and, let’s face it, we’re not good at it <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d5.png\" alt=\"📕\" class=\"wp-smiley\" />. The <a href=\"https://codex.buddypress.org/\">codex</a> is not updated as frequently as it used to be, the « wiki » model where everyone can contribute to docs is no more efficient.</p>\n\n\n\n<p>The first 4 to 5 months of 2022, we’ve tried to organize <a href=\"https://buddypress.org/2022/04/march-documentation-contributor-meetings-summary/\">contributors meetings</a> to update the codex. The results were not at the level of our expectations:</p>\n\n\n\n<ul>\n<li>No new contributors showed up, code contributors &#8211; including me -(many thanks to <a target=\"_blank\" href=\"https://profiles.wordpress.org/dcavins/\" rel=\"noreferrer noopener\">David</a> and <a target=\"_blank\" href=\"https://profiles.wordpress.org/vapvarun/\" rel=\"noreferrer noopener\">Varun</a>) did their best but we missed some new energy to ship something concrete.</li>\n\n\n\n<li>As coders, we naturally put our efforts on the tools putting up this <a target=\"_blank\" href=\"https://imath-buddypress-codex.pf11.wpserveur.net/\" rel=\"noreferrer noopener\">staging site</a>, and retrospectively, I think these efforts should have been directed on content.</li>\n\n\n\n<li>We couldn’t work on any plugin major release during this period.&nbsp;</li>\n</ul>\n\n\n\n<p id=\"documentation\">I believe we need a <strong>Documentation leader</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f468-200d-1f3eb.png\" alt=\"👨‍🏫\" class=\"wp-smiley\" /> to organize this part, lead a documentation team and carry on the work we started on splitting resources between two targets (end-users and developers) :</p>\n\n\n\n<ul>\n<li><strong>use</strong>.buddypress.org: would replace the <a href=\"https://codex.buddypress.org/\">codex</a> and contain resources about using BuddyPress</li>\n\n\n\n<li><a href=\"https://developer.buddypress.org/\">developer.buddypress.org</a>: it was built during <a href=\"https://buddypress.org/2019/09/buddypress-5-0-0-le-gusto/\">BuddyPress 5.0</a> development cycle to provide our REST API endpoints reference. We need to complete it with <s>a Plugin</s> an Add-on handbook, a Theme handbook and BuddyPress code reference.</li>\n</ul>\n\n\n\n<p>We <a href=\"https://buddypress.trac.wordpress.org/ticket/8897#comment:3\">have recently decided</a> to include a docs subdirectory to our main BuddyPress repository. This is where <strong>documentation (and its history) will primarily live from now on! </strong>This move reflects the fact we acknowledge documentation is as important as code.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/06/contributor-badges.png\"><img width=\"583\" height=\"386\" src=\"https://buddypress.org/wp-content/uploads/1/2023/06/contributor-badges.png\" alt=\"\" class=\"wp-image-330220\" /></a></div>\n\n\n<p>And we’ll reward documentation contributors just like code contributors with props &amp; a BuddyPress contributor badge on their WordPress.org profile (as shown above).</p>\n\n\n\n<p>Our <a target=\"_blank\" href=\"https://buddypress.org/support/\" rel=\"noreferrer noopener\">support forums</a> is another strategic area <strong>we absolutely need to be better on</strong>. Some figures about it are very impressive, eg: there are 127,716 posts inside the <a target=\"_blank\" href=\"https://buddypress.org/support/forum/how-to/\" rel=\"noreferrer noopener\"><u>How-to &amp; Troubleshooting</u></a> category. Do we still need all these posts? I’m sure we don’t: some posts are probably about very old versions of BuddyPress and can be misleading nowadays. We should archive what’s no more up to date, have a specific tag for resolved questions, get rid of duplicates, etc. There again, I believe we need a <strong>Support leader</strong> to tackle all manner of improvements and manage a team of support contributors.</p>\n\n\n\n<p><strong>Last but not least</strong>: how do we collaborate about plugin features or fixes?</p>\n\n\n\n<p>I believe it’s what’s at the root of the 3 last key feedbacks. I can understand some frustrations you shared because I’m feeling the same <strong>regularly </strong>when it comes to contributing to WordPress code. As a contributor it’s difficult to be pushed back for reasons we do not agree on or that we don’t understand, to see a ticket postponed indefinitely or even worst to be ignored. I personally try to always write a few words in my ticket replies to say « hi, thanks for your feedback » or explain why I’m not sure we should do what you’re suggesting because <strong>I value your contribution &amp; I know it’s important for you</strong>. We can agree or disagree, we can change our minds, we can take bad decisions, the most important is to <strong>act at some point with BuddyPress community interests in mind</strong>. We can always act again to revert some mistaken changes. We all learn from our mistakes and <strong>I’d rather </strong><strong>make</strong><strong> a lot of mistakes than stay still</strong>. Here’s my advice if you strongly believe we should fix an issue or add a new feature: have it built and share it with us as <a target=\"_blank\" href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\" rel=\"noreferrer noopener\">patches</a> or <a target=\"_blank\" href=\"https://bpdevel.wordpress.com/2022/03/06/using-pr-to-share-your-patches-on-buddypress-trac/\" rel=\"noreferrer noopener\">pull requests</a>. Most of the time <strong>doing is half deciding</strong>!</p>\n\n\n\n<p>Yes we currently have a « low number of contributors » and yes I believe BuddyPress deserves more love <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" />. Again you are all welcome to express yourselves on code, documentation, support, events, etc. Don’t hesitate to contribute even if you just started BuddyPressing, we’ll always help you and believe my experience, you’ll learn a lot. I had no ideas about PHP Object Oriented programming, PHPUnit, Continuous Integration, React, SASS etc.. <strong>I’ve learnt all this contributing to BuddyPress</strong>.</p>\n\n\n\n<p>Oh, <strong>one more thing</strong>: let’s meet during a BuddyCamp, a BuddyPress online meeting or at least do talk about BuddyPress during as much as possible contributor days or WordCamps! If you need help with your contribution table or with your slides, don’t be shy or afraid: ask us about it <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/buddypress\" target=\"_blank\">here</a>!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Props <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f917.png\" alt=\"🤗\" class=\"wp-smiley\" /> !</h2>\n\n\n\n<p>First: many thanks to <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> for his review <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>Many thanks for your feedbacks, it’s a great first step, what about contributing to your ideas with us as a next step?</p>\n\n\n\n<p>David McCan, Derin Tolu, basicD, Tom Watts, Sander van Dragt, Mr David Hoy, Tara, Jann, Vicent Nemeyimana, Bryant, <a target=\"_blank\" href=\"https://buddypress.org/members/muhittinsahilli/\" rel=\"noreferrer noopener\">muhittinsahilli</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/johnjamesjacoby/\" rel=\"noreferrer noopener\">johnjamesjacoby</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/ok2net/\" rel=\"noreferrer noopener\">ok2net</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/espellcaste/\" rel=\"noreferrer noopener\">espellcaste</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/riversdale1844/\" rel=\"noreferrer noopener\">riversdale1844</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/djpaul/\" rel=\"noreferrer noopener\">djpaul</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/dimensionmedia/\" rel=\"noreferrer noopener\">dimensionmedia</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/sunsetcowboy/\" rel=\"noreferrer noopener\">sunsetcowboy</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/egyptimhotep/\" rel=\"noreferrer noopener\">egyptimhotep</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/staion/\" rel=\"noreferrer noopener\">staion</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/shahriar83/\" rel=\"noreferrer noopener\">shahriar83</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/unsalkorkmaz/\" rel=\"noreferrer noopener\">unsalkorkmaz</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/osmor1/\" rel=\"noreferrer noopener\">osmor1</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/giannis4/\" rel=\"noreferrer noopener\">giannis4</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/gomle/\" rel=\"noreferrer noopener\">gomle</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/fanvid/\" rel=\"noreferrer noopener\">fanvid</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/fawp/\" rel=\"noreferrer noopener\">fawp</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/coolhunt/\" rel=\"noreferrer noopener\">coolhunt</a> &amp; <a target=\"_blank\" href=\"https://buddypress.org/members/imath/\" rel=\"noreferrer noopener\">imath</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, 23 Jun 2023 19:33:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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: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:81:\"WPTavern: WordPress Pattern Directory Updated to Show Curated Patterns by Default\";s:7:\"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=146143\";s:7:\"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:92:\"https://wptavern.com/wordpress-pattern-directory-updated-to-show-curated-patterns-by-default\";s: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:3905:\"<p>If you haven&#8217;t visited the <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> lately, it may look very different from when it <a href=\"https://wptavern.com/the-wordpress-org-block-pattern-directory-now-live\">launched two years ago</a>. At first there was an emphasis on getting the community to contribute to the resource but the directory has now passed more than 1,500 patterns. </p>\n\n\n\n<p>Contributors are making changes to provide a more curated experience ahead of the inclusion of <a href=\"https://github.com/WordPress/gutenberg/issues/44611\">a new Pattern Directory Explorer</a> that is still in progress. A recent <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">update</a> to the Pattern Directory alters the homepage and category pages to show curated patterns by default, a change that has been a bit confusing for some when returning to the directory. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Anyone know where all the block patterns have gone on <a href=\"https://t.co/LpzR9lR7uc\">https://t.co/LpzR9lR7uc</a> ? <a href=\"https://t.co/Dt9EK7Ssik\">https://t.co/Dt9EK7Ssik</a> <a href=\"https://twitter.com/hashtag/gutenberg?src=hash&ref_src=twsrc%5Etfw\">#gutenberg</a></p>&mdash; Jamie Pootlepress &#8211; YouTuber and WP Plugin builder (@pootlepress) <a href=\"https://twitter.com/pootlepress/status/1671881903593623556?ref_src=twsrc%5Etfw\">June 22, 2023</a></blockquote>\n</div>\n\n\n\n<p>The curated patterns are those by WordPress.org &#8211; the core bundled patterns. Community-contributed patterns are available as a filter in the dropdown of the directory&#8217;s menu.</p>\n\n\n\n<img />\n\n\n\n<p>There are only 46 core patterns, so some category pages tend to look a little sparse and far less colorful than when community patterns are selected. At the moment, having curated patterns display by default does not offer the best experience for users coming to browse, as Pootlepress founder Jamie Marsland pointed out on Twitter. Automattic-sponsored contributor Rich Tabor responded that there is still more work to be done on providing a better curated experience in the Pattern Directory. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The top ones are the best. Still lots to do though.</p>&mdash; Rich Tabor (@richard_tabor) <a href=\"https://twitter.com/richard_tabor/status/1672196325201575936?ref_src=twsrc%5Etfw\">June 23, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;This change also prepares to support the Pattern Explorer in the editor,&#8221; Automattic-sponsored contributor Kelly Choyce-Dwan said in the announcement. &#8220;It’s still in progress, but it will be possible to search through community-submitted patterns directly from the editor.&#8221;</p>\n\n\n\n<p>Choyce-Dwan referenced an effort that is currently underway to <a href=\"https://github.com/WordPress/gutenberg/issues/44611\">bring a new flyout to the patterns tab of the inserter</a> inside WordPress, making the modal a place where users can more easily explore and access patterns from the directory. </p>\n\n\n\n<p>There are also related discussions on how <a href=\"https://github.com/WordPress/pattern-directory/issues/573\">themes could create pattern bundles</a>, enabling the possibility of users filtering by theme. In this discussion, Automattic-sponsored contributor Anne McCarthy suggested these pattern bundles could be automatically submitted to the directory upon the theme&#8217;s approval, which would make it effortless for theme authors to contribute them.</p>\n\n\n\n<p>Updates to the Pattern Directory&#8217;s filtering are part of the redesign work on WordPress.org and more discussions are happening on <a href=\"https://github.com/WordPress/pattern-directory/issues/\">the Pattern Directory GitHub</a> repository.</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, 23 Jun 2023 17:44: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: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:70:\"WPTavern: WordPress.com Makes Monetization Features Available for Free\";s:7:\"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=146188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-com-makes-monetization-features-available-for-free\";s: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:3111:\"<p>WordPress.com has been known to <a href=\"https://wptavern.com/wordpress-com-ends-recent-pricing-experiment-reverts-to-previous-model\">experiment with its pricing</a> from time to time, and the platform announced another major change today. Users on the Free plan are now able to use monetization features without upgrading. </p>\n\n\n\n<p>In the past, WordPress.com users who wanted to earn money on their websites by collecting donations, creating a newsletter, or selling items or subscriptions, had to be on one of the paid plans. These <a href=\"https://wordpress.com/support/monetize-your-site/\">monetization features</a> are now available to all users on all tiers.</p>\n\n\n\n<p>The fee structure varies, based on the user&#8217;s plan.  Transaction fees are the highest for Free users at 10%, but it gives creators the opportunity to see if they can make money without it costing anything upfront. Commerce plan users ($70/month or $45/month billed annually) don&#8217;t pay any transaction fees. Stripe also collects 2.9% + US$0.30 for each payment made to a Stripe account in the US.</p>\n\n\n\n<p></p>\n\n\n\n<table><tbody><tr><td><strong>WordPress.com Plan</strong></td><td><strong>Payment Fees</strong></td></tr><tr><td>WordPress.com Commerce</td><td>0%</td></tr><tr><td>WordPress.com Business</td><td>2%</td></tr><tr><td>WordPress.com Premium</td><td>4%</td></tr><tr><td>WordPress.com Personal</td><td>8%</td></tr><tr><td>WordPress.com Free</td><td>10%</td></tr></tbody></table>\n\n\n\n<p>Self-hosted WordPress users already have many free plugin options to monetize theirs sites but with that comes the requirement of knowing how to maintain and update their own sites. WordPress.com&#8217;s offering is targeted at creators who just want to get started making money online. The company is inching closer to being a one-stop shop for websites, especially as it <a href=\"https://wordpress.com/blog/2023/06/21/how-to-transfer-your-domain-to-wordpresscom/\">makes a play for former Google Domains customers</a> who are looking for somewhere to host domains after theirs were sold to Squarespace.</p>\n\n\n\n<p>It&#8217;s important to note that creating a full-featured online store is still restricted to Business and Commerce plans. Using <a href=\"https://wordpress.com/support/pay-with-paypal/\">Pay with PayPal</a> to accept credit and debit card payments via PayPal is also only available via an upgraded plan.</p>\n\n\n\n<p>WordPress.com&#8217;s <a href=\"https://wordpress.com/pricing/\">pricing</a> page has not yet been updated to reflect monetization features as being free &#8211; i.e. the Personal plan still lists paid subscribers and premium content gating as an upgrade. It&#8217;s possible the team hasn&#8217;t edited that page yet or this may be another pricing experiment. </p>\n\n\n\n<p>Expanding the availability of monetization features is likely to be received as a positive change, since users are not losing any features that were previously free. Instead, they have the opportunity to see if they can monetize and then adjust their plans based on their comfort level with the transaction fees extracted.</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, 22 Jun 2023 22:58: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: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:57:\"WPTavern: Gravatar Adds New Payment Features for Profiles\";s:7:\"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=146134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/gravatar-adds-new-payment-features-for-profiles\";s: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:3203:\"<p>Up until yesterday, the Gravatar (Globally Recognized Avatar) blog lay dormant for nine years, the <a href=\"https://blog.gravatar.com/2014/07/23/something-funny-happened/\">last post</a> chronicling how the team set out to create a Gravatar app that somehow &#8220;<a href=\"https://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\">morphed into a Selfies app</a>.&#8221; Communication went silent after that, although the Twitter account posted occasionally.</p>\n\n\n\n<p>The service has pivoted to become &#8220;a personal digital business card&#8221; where users can link to various apps and websites that help to establish their identities online. </p>\n\n\n\n<p>Gravatar announced this week that it has <a href=\"https://blog.gravatar.com/2023/06/21/new-on-gravatar-collect-payments-on-the-go/\">launched new payment features for profiles</a>. Users have the option to add links for PayPal, Venmo, and Patreon. The Gravatar team is looking at adding Cash App and more providers in the future. </p>\n\n\n\n<p>On mobile, profiles appear with new &#8220;Send Money&#8221; and &#8220;Share Profile&#8221; buttons. Each profile has its own unique QR code that can be copied and shared.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />\n\n\n\n<p>The payment accounts show up as links that visitors can click through. Users can also display links to cryptocurrency wallet addresses, including Bitcoin (BTC), Litecoin (LTC), Dogecoin (DOGE), Ethereum (ETH), XRP, and Cardano (ADA). </p>\n\n\n\n<p>Profiles can be customized with a background image, photo gallery, social links, and links to verified services.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />\n\n\n\n<p><br />Gravatar is used by Slack, Atlassian (owner of Jira and Trello), GitHub, Stack Overflow, and Disqus, serving millions of requests per day. Another new major user is  OpenAI, which displays users&#8217; Gravatar images when chatting with ChatGPT. The service is also <a href=\"https://wordpress.org/documentation/article/use-gravatars/#:~:text=WordPress%20integrates%20Gravatars%20into%20every,elsewhere%20on%20the%20WordPress%20site.\">integrated with every WordPress install</a>, and an Automattic representative confirmed there are no plans to change this.</p>\n\n\n\n<p>Automattic reported that the company does not receive a cut of any payments passed through Gravatar links, nor does it have financial partnerships with any of the payment providers. The company also has no visibility into the transactions that happen through Gravatar payment links.</p>\n\n\n\n<p>During the past nine years, the small Gravatar team has been improving how profile pages look, adding services that can be verified, working to improve the hashing and security of data, and maintaining the infrastructure required to store and serve so many images and profiles.</p>\n\n\n\n<p>&#8220;We aren’t currently working on a Gravatar app, but it is something we are considering,&#8221; an Automattic representative told the Tavern.</p>\n\n\n\n<p>After the Selfies app was retired, some of the code went into Jetpack and is now part of the app. Jetpack users can manage their Gravatar profile information and avatar photo inside the app. </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, 22 Jun 2023 18:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"Do The Woo Community: Woo AgencyChat Live with Jimmy Rosén and Shadi Manna\";s:7:\"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=75343\";s:7:\"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://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\";s: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:414:\"<p>Woo AgencyChat Live with Jimmy Rosén and Shadi Manna June 22, 2023 Thanks to our Pod Friends for their support</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\">Woo AgencyChat Live with Jimmy Rosén and Shadi Manna</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, 22 Jun 2023 06:55: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: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:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: Launching a WordPress Product in Public: Session 18\";s:7:\"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=149660\";s:7:\"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/launching-a-wordpress-product-in-public-session-18/\";s: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:62269:\"<div class=\"wp-block-embed__wrapper\">\n\n</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><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. In this episode, they discuss the importance of finding personal fulfillment, embracing the journey, and enjoying the process of pursuing hobbies and personal projects. They encourage everyone to reevaluate their definition of success and find meaning in the act of creation while also cherishing the connections and collaborations that come along the way.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Redefining Success and Goals</strong>: The idea of reevaluating one&#8217;s definition of success. Instead of solely focusing on financial gain or external measures, there is a shift towards valuing the impact and value brought to others through one&#8217;s work or personal projects. Success is viewed as creating something meaningful that brings joy or usefulness to users rather than solely pursuing monetary goals.</li>\n\n\n\n<li><strong>Importance of Collaboration and Connection</strong>: The value of collaboration and building connections with like-minded individuals. The joy derived from hobbies or personal projects can be enhanced by sharing experiences, exchanging ideas, and working together with others. Building lasting friendships and relationships through shared interests can be a source of support and fulfillment.</li>\n\n\n\n<li><strong>Embracing the Process and Finding Fulfillment in the Journey</strong>: The importance of enjoying the process and finding fulfillment in the act of creating or working on something rather than solely focusing on the end result. The journey itself, the learning, the challenges, and the growth that occur along the way can be sources of joy and satisfaction. It&#8217;s about finding meaning and enjoyment in the present moment rather than solely fixating on the outcome.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://balsamiq.com/\">Balsamiq</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/\">Meetup.com</a></li>\n\n\n\n<li><a href=\"https://slack.com/trials?remote_promo=f4d95f0b&d=7013y000002pzGQAAY&nc=7013y000002q165AAA&utm_source=google&utm_medium=paid_search&utm_campaign=ppc_google_amer_en_brand_selfserve_discount&utm_content=slack-pg-ss-all-us-brand_7013y000002pzGQAAY&utm_term=Slack_Exact_._slack_._e_._c_._611662283461&gad=1&gclid=CjwKCAjwv8qkBhAnEiwAkY-ahrvtUlvMruMS8SCCYA3MqgkRfViYepC5CP2yCdrFJkc4X3xdPxz3sxoCzVcQAvD_BwE&gclsrc=aw.ds\">Slack</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n\n\n\n<li><a href=\"https://twitter.com/\">Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/\">Instagram</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <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=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 18 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 18</strong></p>\n\n\n\n<p>[00:00:00] <strong>Corey Maass:</strong> And don&#8217;t forget to record this time. Yeah, no.</p>\n\n\n\n<p>[00:00:23] <strong>Cory Miller:</strong> Excellent. All right everybody. Welcome back to Corey and Cordy launching a pro WordPress product live session 18. And we&#8217;ve had, we were just kind of in prep for this real quick, just talking about a little of the things that&#8217;s been going on in our lives. It&#8217;s always fun to talk real life with a great person like Corey.</p>\n\n\n\n<p>So, um, this time we&#8217;re just gonna kind of talk about catching up. We&#8217;ve been out kind of the last two, maybe three weeks I wanna say. Yep. And, um, I have been on, uh, uh, last week I was at CLOUDFEST in Austin for post status. Then we extended and went on a Epic Clark w Griswold type. Um, Road trip. Got to see Carlsbad Caverns.</p>\n\n\n\n<p>Um, and, and they were closed. Yes. No, dead ants on the roof of the minivan. When we did render vans, I had to go Griswold South. Um, but I know you&#8217;ve had things going on too, so, um, that&#8217;s a little snippet for me just trying to kinda get things a little bit better sane for me work-wise. And, um, I think that&#8217;s in preparation for the.</p>\n\n\n\n<p>Real conversation here, but um, you wanna Yeah. Updates on what you&#8217;ve been&nbsp;</p>\n\n\n\n<p>[00:01:36] <strong>Corey Maass:</strong> up to. Yeah. And on my end, so it&#8217;s, I&#8217;ve, so I&#8217;ve got, you know, one, one main client and, uh, I have a monthly. They, they ask me to stay within a window of, of how much I work and what, uh, what I actually like about that is I tend to work a little less the beginning of the month.</p>\n\n\n\n<p>Um, and then, uh, which lets me work on side projects or lets me work on the house or whatever. Uh, Um, and then towards the end of the month, you know, the days get longer to make sure I hit my quota, um, and maximize my budget. But, um, so at the beginning of the month I wound up helping my dad drive from South Carolina up to Maine, um, which is a really fun road trip with dad.</p>\n\n\n\n<p>But, you know, and of course the, the client website goes down when I&#8217;m the farthest from my computer. Uh, you know, sitting at a restaurant in, uh, Fredericksburg, Virginia, if you ever have the opportunity, it&#8217;s a beautiful little place to stop. Um, but anyway, and then you can probably hear from my voice. I think last week I begged off because I was sick as a dog.</p>\n\n\n\n<p>Um, And it&#8217;s funny, it actually, you&#8217;re like, oh, it&#8217;s been I think two, three weeks and I&#8217;m like, it feels like it&#8217;s been months. Cuz I spent at least, uh, a few days last week. Literally just in bed in a NyQuil haze, you know? So it felt like weeks went by and, um, you know, and then you come out of that and you&#8217;ve gotta scramble to make up work and, um, get caught up on life.</p>\n\n\n\n<p>And, um, and then for me time, um, Always means house projects. So we&#8217;ve built another, uh, 11 times eight. So 88 feet of fencing. No. And then we turn a corner, so about 120 feet of fencing, stockade, fencing, cuz we&#8217;re getting a new foster dog. Um, and uh, so setting up a room for him and anyway, yeah, it just gets crazy.</p>\n\n\n\n<p>And, uh, and so I think you and I touched. Space briefly last week and, and said, okay, so, you know, that&#8217;s fine. We missed a week or two. Let&#8217;s, let&#8217;s start, um, moving forward. I was like, all right, you know, I&#8217;m still working on a review of, uh, the product. I&#8217;ll get you a new version for post status. I don&#8217;t think you heard from me until nine minutes ago.</p>\n\n\n\n<p>Uh, that never happened. So, yeah. You know, but it&#8217;s like, and I hate to. It, it&#8217;s easy to fall into like, well, it&#8217;s not out yet, so it, you know, there are no expectations other than our own. Yeah. Which is true. Um, you know, but it&#8217;s also like, I mean, this is, this is part of why we do this, right? Like, yeah. We&#8217;re, we&#8217;re at least part of our, our aspirations is, is freedom, uh, to make our own choices, to manage our own hours, to work on what we wanna work on.</p>\n\n\n\n<p>Um, which also means, I mean, family comes first and health comes first, and Yeah. You know, and, and paying clients come first when you&#8217;re at this stage. So, you know, these are just things we have to juggle and, and keep trying to make progress. I mean, it says everything to me that. You and I at least are like, okay, let&#8217;s keep talking once a week.</p>\n\n\n\n<p>Where are we at? You know? And, and cuz I have other people who I&#8217;ve worked with who many, many other people who, who ghost or who just wanna stop. There&#8217;s, there&#8217;s inherently so much shame in all of it that the moment they miss a day or a deadline or don&#8217;t hit the mark in some fashion, don&#8217;t want to talk about it.</p>\n\n\n\n<p>You know, I have friends who we&#8217;ve been talking about, Collaborating for years talking about like music or art or whatever. And, and now we, we, we&#8217;ve gone months where we&#8217;ll talk every week or every month, you know, how are you, how are the kids, da, da da. And we literally won&#8217;t, we won&#8217;t talk about the subject now because there&#8217;s, you know, because we didn&#8217;t, one of us didn&#8217;t move forward with it.</p>\n\n\n\n<p>There&#8217;s shame associated with it, so, you know. Definitely none of it&#8217;s that important, you know?&nbsp;</p>\n\n\n\n<p>[00:05:56] <strong>Cory Miller:</strong> Yeah, exactly. Like we started with really good intentions and openness. Um, what it occurs to me is just kinda your references back to music and bands and stuff is like, I&#8217;ve not, I, I played an instrument when I was in like middle school, but I&#8217;ve not been in a band, but it&#8217;s occurs to me.</p>\n\n\n\n<p>It&#8217;s like, it seems like that you&#8217;re, mm-hmm. Stru, you know, struggling to kinda get something going. And then there&#8217;s seasons of life that happened. Um, this, this stage of my life and my career, I really see more of the seasonal aspects of life. Yeah. Better than I ever have. And you go. You know, just things you don&#8217;t, you can&#8217;t anticipate, or if you tried to, you&#8217;d have another set of problems.</p>\n\n\n\n<p>And, um, it&#8217;s just like you said, like we&#8217;ve got other priorities, but, uh, it&#8217;s important for us to keep talking. I, I think too, when I think about entrepreneurship, I think there&#8217;s like part real hard work just doing things, trying to do it consistently, getting things out there, getting the next thing, and then there&#8217;s this bigger part.</p>\n\n\n\n<p>Which is, maybe somebody would&#8217;ve called it luck, you know? But it is like magic. You know? You stay around doing something. Maybe bands operate like this, I don&#8217;t know, but like you, you got enough interest, you know something&#8217;s there, you just haven&#8217;t figured it out yet. And then a magical moment, and I say magic cuz it&#8217;s like oftentimes in my career, specifically my professional career as an entrepreneur couldn&#8217;t have planned those things, man.</p>\n\n\n\n<p>They just happened, you know? Um, however, I might have tried to take credit for them. They just happened and it&#8217;s like the reading I&#8217;ve been and work I&#8217;ve been doing too personally is like creativity. You don&#8217;t control creativity. Those really magical moments we&#8217;re talking about, they kind of blossom out.</p>\n\n\n\n<p>And there was somebody I was just like, well, Anna, who runs feeder bars, Lindsay and her have been friends for a decade, you know? Anna tried so many things over the years, so many things, and then Vita Bars was the spark, the magic that made it happen. Mm-hmm. Now, now she&#8217;s full-time with it and she&#8217;s got employees and all that kind of stuff.</p>\n\n\n\n<p>So like all that time it&#8217;s kinda like learning the piano. People go, oh, you&#8217;re at the piano. You&#8217;re doing this beautiful thing at the wedding, or whatever it is. They don&#8217;t think about all those years spent. Right. You know, in the practice of it, and it&#8217;s kinda like that moment too. It&#8217;s like, I&#8217;m dribbing for a second, but do enough things to get to a moment that, that you probably didn&#8217;t plan.</p>\n\n\n\n<p>I think most of us, at least the entrepreneurs I know would say. Yep. That&#8217;s about it. Absolutely. Yeah. However, we like to think we control it and plan it. We don&#8217;t.&nbsp;</p>\n\n\n\n<p>[00:08:59] <strong>Corey Maass:</strong> And there&#8217;s, there&#8217;s time. Sometimes you, you, you ha you just have to let time go by. It&#8217;s like, in music, it&#8217;s one of the hardest things I&#8217;ve, I&#8217;ve had to learn.</p>\n\n\n\n<p>It&#8217;s like for years I made music and put out music, made music, and put out music. And then I actually started writing music that people were like, oh, this is a summertime song. It&#8217;s the end of the summer. We&#8217;re not gonna put it out now. That&#8217;d be dumb. So we&#8217;re gonna sit on it and you, and it&#8217;s like in actual pop music, you can find out that there, there were pop songs, but huge, huge hits.</p>\n\n\n\n<p>And in our minds, you know, you&#8217;re picturing, you know, Taylor Swift yesterday was in the, in the recording studio and then today you&#8217;re hearing the song cuz that&#8217;s cuz music can be live. Um, and in this day and age, sometimes that&#8217;s true and it&#8217;s a truer than it used to be. It used to be that, you know, a band would go into a studio and produce an album and it would take months and yada yada, you know.</p>\n\n\n\n<p>But a lot of the times thing, tunes or tracks or albums are actually held back. To try to be released strategically. It&#8217;s like big movies that sit on shelves for, you know, years potentially, because they&#8217;re like, this is a Christmas day blockbuster, we&#8217;re not gonna release, you know, or a summertime when all the kids are outta school type of movie.</p>\n\n\n\n<p>You know, we&#8217;re not gonna release it on the second day of school on a Tuesday. That&#8217;s dumb, you know? Um, but we don&#8217;t, we don&#8217;t really think about that, but, There&#8217;s sometimes there&#8217;s strategic reasons and sometimes like this where it&#8217;s like, I&#8217;m a lot better about it than I used to be, especially since, um, years ago now.</p>\n\n\n\n<p>So for a while I tried to make music an actual career or second career, um, and it really broke my heart. And so I stepped away from it for a while, and then when I was getting back into it, this is where having an amazing spouse is worth everything. Lindsay and I sat down, my Lindsay spelled with an A, sat down and, and she&#8217;s like, okay, so you, you know, you wanna get back into music.</p>\n\n\n\n<p>Great. Like, how do we, how does it not break your heart again? And one of the things that, that. Came outta that conversation was me being able to articulate like, okay, I&#8217;m not taking it as seriously this time, it&#8217;s a hobby. Mm-hmm. And, and so suddenly a lot of things changed. One, you know, I couldn&#8217;t just go out and, and buy new instruments or, you know, throw money at it the way I used to.</p>\n\n\n\n<p>Sure. But it also meant that like I could work on, like, I have found that I make a lot of. Music in the fall and then tend to not make any music, but it, but a lot of that music that I finish, I can like leak out again, a track a month or I can wait until summertime and put it out or whatever. And so it&#8217;s like I&#8217;ve got these big waves rather than it just being, you know, picturing this straight line of productivity.</p>\n\n\n\n<p>Um, and I think it, that kind of goes for this, this stuff too, like, This stuff. Uh, entrepreneurship side hustles. They&#8217;re, they&#8217;re side hustles. And for a long time I, I was like, I want this to be a day job. Still would love it. I&#8217;d still love my own product to be my primary focus. Then it&#8217;s a job that&#8217;s very different, right from, um, side, side hustles, um, ideas, putting out little apps, little ideas, um, little products.</p>\n\n\n\n<p>I mean, um, so. And so it&#8217;s, it&#8217;s picking things up, putting things down, um, and, and these days being okay with, again, letting some time go by or occasionally changing priorities even for a, a little while. Um, cuz there was a time when. I remember one time in particular that I was like, I was in between paying client gigs and came up with an idea [00:13:00] for an app and was like, okay, I&#8217;ve gotta crank this out and then it&#8217;s also gotta make money.</p>\n\n\n\n<p>And it was like the dumbest little idea. I won&#8217;t even share it, I&#8217;m embarrassed. Um, but it was like, it was an app that nobody wanted, you know? It solved a problem that nobody had. It was just an idea. But I remember like, Going, this is the first time where I, I, it has to make money. And I was like, it&#8217;s never gonna make money.</p>\n\n\n\n<p>Like, and I&#8217;m, so, I&#8217;m putting myself in danger here. That&#8217;s dumb. You know? Um, and that&#8217;s not to say that there aren&#8217;t entrepreneurial journeys. With VC capital or, you know, we&#8217;ve gotta double down and, and make this our full-time gig and all that stuff. But it&#8217;s like, at least for me, I find often that I&#8217;m, if I&#8217;m making decisions from a position of desperation, of, of need.</p>\n\n\n\n<p>That I&#8217;m not gonna make the best decision, you know, cuz my priorities, I can&#8217;t have any, I can&#8217;t have proper perspective on it. So, stepping back for a few weeks, honestly, what I look forward to is going back into my code, realizing that I did everything wrong and cleaning it up and then it&#8217;s a better product.</p>\n\n\n\n<p>And, and you know, are we the worst off for having missed a few weeks? Maybe. Who can say nothing&#8217;s obvious? Um, you know, but again, you know, just trying to keep moving forward with it.&nbsp;</p>\n\n\n\n<p>[00:14:19] <strong>Cory Miller:</strong> I think it&#8217;s like when we&#8217;re thinking about bands and hit music or products and entrepreneurs think about, you know, with or, and Anna and yours.</p>\n\n\n\n<p>My experience in this is like, If there&#8217;s enough of a fire to keep it going. Mm-hmm. You know, just enough. It doesn&#8217;t have to be a bonfire. There&#8217;ll be times of that for sure, but, but then mostly it&#8217;s probably just. Sometimes a little candle, sometimes just a little mini campfire. But if there&#8217;s enough in fuel in there that there&#8217;s something here.</p>\n\n\n\n<p>I think time is on your, like you said, as time goes by, time is on your side because yeah, it&#8217;s only a matter of time where th where things kinda move and shift and the, the market, the world where you&#8217;re like that. Some of the classic stories, the person I&#8217;m thinking of, I think it&#8217;s a product company and how it came out.</p>\n\n\n\n<p>It&#8217;s just a recent example, but the classic ones were in Founders at Work where you almost stumbled into, backed into what became the hit thing. But you couldn&#8217;t have kind of planned that. Right. Um, where you were just keeping on a path enough, knew something was here, didn&#8217;t thought you had a beat on it a couple of times, and then just really it was just.</p>\n\n\n\n<p>The fire was stoked long enough where something did really hit and it became this, it, it became its own thing, I guess. Yeah. Lot of the, and I&#8217;m not, go ahead. A lot of the entrepreneurial stories I hear, they aren&#8217;t like the VC route. We saw a big market and we went after and we got a big money. Uh, that&#8217;s a, that&#8217;s an outlier I think, um, for the, Millions of us, the rest of us, I think it&#8217;s mostly backing into something, staying around long enough to find the opportunity that really fits.</p>\n\n\n\n<p>[00:16:09] <strong>Corey Maass:</strong> Yeah. Chipping away at it, having, having fun with it, working around real life needs, family, money, mortgages, healthcare, you know, that kind of stuff. And it&#8217;s like, and that&#8217;s kind of the difference. Like I, I have friends who I. Are, have always wanted to do something. And I&#8217;m like, so outside of their job and, and so I&#8217;m like, so do something, you know, talking art, music, entrepreneurship, whatever.</p>\n\n\n\n<p>And it&#8217;s like you just, you, you, you have it in you or you don&#8217;t is one aspect and then the timing is right. Where it&#8217;s like you have that drive and you look around and you&#8217;re like, okay, right now I&#8217;ve got a couple hours a day where I&#8217;ve got. Whatever commitment you need, you know, to work at it. And so, um, and I think you and I also, I mean this is, this is the warm and fuzzy moment, but it&#8217;s like you and I also I think, have looked for an opportunity to work together for a long time.</p>\n\n\n\n<p>So it&#8217;s like we will continue to be friends and, you know, hopeful partners in something kind of always, you know. Yep. Um, I do have to say that. We have to keep the fire burning at least long enough to, so that I get to rock the swag at WordCamp us. That&#8217;s true. These are the, these are the real important things.</p>\n\n\n\n<p>[00:17:40] <strong>Cory Miller:</strong> Um, yeah, a absolutely. I know. Um, no, and I think that&#8217;s the other part on, down to this is, you know, at the base I enjoy our conversations. It it, it&#8217;s this hot, crazy hobby we might have of. Seeing what&#8217;s out there, seen, seeing something following the path down it. And, uh, I still believe in the product. Yeah.</p>\n\n\n\n<p>Um, but it&#8217;s funny, it&#8217;s like I believe in the product, but I also believe in the path that might lead to something else. Yeah. Because, I mean, well, we&#8217;re on our second iteration of a product. Like, not even same product, there&#8217;s similarities. Mm-hmm. But like, we went down this path to here and I think it just adds to the ongoing conversation that we&#8217;re having is something&#8217;s gonna happen.</p>\n\n\n\n<p>Yeah. And then there&#8217;s a flat, simple, practical byproduct. All of this is that we&#8217;re having a conversation live and sharing our philosophies, sharing our thoughts, sharing our actions, um, all these things that has another byproduct that could lead us in another direction altogether, which is good. Yeah.</p>\n\n\n\n<p>Yeah. You just say from a professional opportunity standpoint,&nbsp;</p>\n\n\n\n<p>[00:18:53] <strong>Corey Maass:</strong> right, exactly. I mean, it&#8217;s the part, being part of the same network overlapping concentric circles. Um, And, uh, and kinda seeing what comes out of it. Cuz the other, I think the other thing I&#8217;m, I&#8217;m thinking in from the perspective of somebody who&#8217;s listening, who&#8217;s like, right, you, you know, you are both established.</p>\n\n\n\n<p>You have, you know, other income streams or you&#8217;ve got your networks, you&#8217;ve, you know, and, and you&#8217;re also putting a product out there. Like, I still see people on entrepreneurial forums that are like, you know, somebody&#8217;s gonna steal my idea. And, and we have gone the other direction and, and obviously we&#8217;re not the first, but, um, of, you know, just brazenly putting it out there and taking our sweet time.</p>\n\n\n\n<p>Let&#8217;s be honest. Like if we were other people, if we had venture capital, if we, you know, Didn&#8217;t have, you know, responsibilities and mortgages and things like we&#8217;d eat ramen and we&#8217;d have cranked this thing out years, uh, months ago. And, um, and there&#8217;s absolutely the chance that somebody listens and goes, oh, that&#8217;s a great idea.</p>\n\n\n\n<p>And, and comes in and, and, Steals it and releases it before we do. Um, you know, but it&#8217;s still, like you just said, it&#8217;s all part of the journey. We&#8217;re going to put our own twist on it. We&#8217;re going to put our own experience on it and, uh, and continue to iterate on the project, the product too. So when the product does come out, like it&#8217;s very much ours.</p>\n\n\n\n<p>And it might overlap with other people&#8217;s, but frankly it already will. Like, that&#8217;s the nature of. Pretty much any product. There&#8217;s no, there&#8217;s, there&#8217;s really, you know, almost nothing that hasn&#8217;t been invented. Um, and I also, another, uh, thread I saw recently again on, um, I think it was Reddit, one of the entrepreneurial ride along, or, or one of those subreddits, um, That people were concerned about not having an idea.</p>\n\n\n\n<p>And everybody else was like, just you, you don&#8217;t, you know, okay, don&#8217;t, don&#8217;t steal an idea and reproduce it. Like that&#8217;s boring. But you know, if you can build the better mousetrap, if you can build the better to-do list, if you can build the better time tracking app, uh, you know, whatever, do it. Like, that&#8217;s how most.</p>\n\n\n\n<p>Competition starts as, as these pretty subtle little differences. Um, and then you listen to your users, you listen to your own gut, and you end up di I feel like you end up diverging more and more and more. Um, you know, and or you&#8217;ve got, you&#8217;ve got a network that, that you can tap into that existing client or existing products can&#8217;t or whatever.</p>\n\n\n\n<p>So, um, You know, it&#8217;s all, I guess I, these days I view it, I view it as kind of as a game, which is more flippant than it probably sounds, but it&#8217;s like you&#8217;re wheeling and dealing, but there&#8217;s times when you win and there&#8217;s times when you lose. God. I&#8217;m being very metaphorical here, but, um, you know, but it&#8217;s the, the.</p>\n\n\n\n<p>I view it as an ebb and flow, which is, uh, again, I think for me the, the way that I had to phrase it a while ago was like, this is a hobby. And, uh, and so it&#8217;s, it&#8217;s meant to be fun. Um, and that isn&#8217;t to say that everything we do has to be fun cuz, and, and, or that I don&#8217;t take it seriously, but, um, but it gives you, I think, a little more perspective.</p>\n\n\n\n<p>You don&#8217;t have, I don&#8217;t, I don&#8217;t have board members that I have to, or, you know, or stockholders that I have to appease. Um, And I don&#8217;t have, uh, you know, I don&#8217;t have to burn the, the, the candle at both ends, um, to make ends meet if there&#8217;s a bug. And I&#8217;ve got users that are depending on me, that happens with my apps or my plugins once in a while, but it&#8217;s honestly like once in a while.</p>\n\n\n\n<p>That&#8217;s fun. I don&#8217;t wanna do it all the time, but it&#8217;s like, oh, I&#8217;ve gotta do a little hackathon and, and you know, figure this out until 2:00 AM cuz a bunch of people are depending on me. That&#8217;s fun too, you know? So,&nbsp;</p>\n\n\n\n<p>[00:22:45] <strong>Cory Miller:</strong> Yeah. It occurs to me it&#8217;s really a low pressure and stress for us, which is what we both need.</p>\n\n\n\n<p>Right. Um, having a little bit more, I mean, I guess that&#8217;s the definition of a hobby, right? You know, enjoyment without the stress and pressure. Yeah. When it switches from hobby. Oftentimes it counts with stress and pressure. Yeah.&nbsp;</p>\n\n\n\n<p>[00:23:08] <strong>Corey Maass:</strong> Well, and and it&#8217;s interesting cuz like I, I worked at startups, you know, it&#8217;s like I&#8217;ve done, I&#8217;ve done a lot of work in WordPress, um, and there&#8217;s been a lot of overlap.</p>\n\n\n\n<p>But I also, for a long time specifically was working for and with and at startups, um, of different natures. Um, and some of it was WordPress work and some of it was not. But there, there, and I was in New York City for a long, long time, um, so-called Silicon Alley. Um, during the WeWork stuff, I think I&#8217;ve mentioned that before.</p>\n\n\n\n<p>You can actually see me in the WeWork movie and, um, and all that. And I was surrounded by people who were hustling all the hustlers and, and all that stuff. And it&#8217;s like, Most people were chipping away. I mean, almost like, like almost anything. It&#8217;s a, everything&#8217;s a bell curve, right? So most of the people on the bell curve were just chipping away, you know, and they weren&#8217;t burning themselves out, but they weren&#8217;t also only working a day a week or something.</p>\n\n\n\n<p>And you had people who were working very, very hard. And you did have people who were there just for the lifestyle and honestly spent all day just playing ping pong. Um, and were there for the beer kegs, you know? Um, But working at different startups, like I&#8217;ve worked at startups where it was all hustle, hustle, hustle, and we&#8217;ve gotta put in long hours.</p>\n\n\n\n<p>And, um, and I, I found that I got out of those pretty quickly in part because I would, would burn out. Um, and I think it would be different if I had been in charge. Um, but like the one main startup where I was CTO was. Um, I think there&#8217;s a cultural difference here. Um, but it was in Nashville. It wasn&#8217;t in New York.</p>\n\n\n\n<p>So there&#8217;s, um, there two things were different. We were not in the hustle bustle of New York City. Nashville&#8217;s a little more easygoing. Um, but also we were generally all, you know, in our thirties and older, we weren&#8217;t all a type. Hustler entrepreneurs. Um, and then, uh, stereotypically, uh, down south you&#8217;ve got family values are, uh, or at least the family itself is prioritized higher.</p>\n\n\n\n<p>And so we, there, we absolutely put in some long days, but for the most part it was. A priority of the founder and subsequently everybody else on the team that, you know, you wouldn&#8217;t, if it could be done tomorrow, if it was five or six o&#8217;clock, then fine. Do it tomorrow. You know, keep chipping away, make good progress.</p>\n\n\n\n<p>But, um, you know, but you didn&#8217;t, we didn&#8217;t have to burn ourselves out. Uh, we weren&#8217;t gonna really get anywhere by burning ourselves out. And, and we did just fine till we ran outta money, which happens with startups. Um, you know, but it, but it doesn&#8217;t, it doesn&#8217;t always have to be that crazy atmosphere. Yeah.</p>\n\n\n\n<p>I, I&nbsp;</p>\n\n\n\n<p>[00:26:02] <strong>Cory Miller:</strong> can&#8217;t help but think there&#8217;s a shift going on globally too, with work.&nbsp;</p>\n\n\n\n<p>[00:26:07] <strong>Corey Maass:</strong> Um, what, sorry, what, what was it like at, like, ithe or, you know, some of the, the bigger places you&#8217;ve worked?&nbsp;</p>\n\n\n\n<p>[00:26:13] <strong>Cory Miller:</strong> The biggest place I have been be beyond like liquid web would be, um, I was at a seminary and I think there was 150, 200 people employed by the seminary.</p>\n\n\n\n<p>Maybe that it&#8217;s too much. No, I actually, there&#8217;s a hundred, 150, um, that, that was just a very academic setting, so it was money, always money. So, Um, I loved it cause it was a learning stuff, but as far as like in the past, um, you know, I worked at newspapers, so it was always deadline. I think it was more startup, you know?</p>\n\n\n\n<p>Yeah. Very much startup. Except every day we were launching a new product.&nbsp;</p>\n\n\n\n<p>[00:26:58] <strong>Corey Maass:</strong> That&#8217;s, that&#8217;s insane.&nbsp;</p>\n\n\n\n<p>[00:27:00] <strong>Cory Miller:</strong> Which I think is why I probably liked entrepreneurship is just the deadlines and product is, it was so fulfilling to come. At the end of the day. But as far as values and stuff goes, I think I learned more in my leadership from what the not to do what I didn&#8217;t like, the obsession with whatever the goal was at the expense of people and just realistically, like what are we expecting people to do?</p>\n\n\n\n<p>You know, I could, my truck. Get it all, get it up to 150 miles per hour and get into the red line, then it&#8217;s eventually gonna break. And I don&#8217;t think you can do that. We try to do that with people. Um, but I took a lot of those lessons leadership wise. I had, um, probably some things I go, I&#8217;m not gonna do that ever.</p>\n\n\n\n<p>My last job before I started iThemes, um, I worked for a really amazing pastor. The one that kind of refreshed my optimism that. There could be one who at the time, the way I understood the Bible was be just a shepherd. You know? Um, he was really awesome. I really, I, I took his archive as a leader into, into I themes or eventually when we grew on our team.</p>\n\n\n\n<p>But you&#8217;re right, the first, first couple years, um, it was just fun and new. It was creating stuff. With hopes and dreams and thoughts and ideas and, uh, it was messy. Um, it was messy, but we got to do some cool stuff. We did like create an office that eventually grew to about 5,000 square feet and got to, like, my dad actually drove up.</p>\n\n\n\n<p>From about two hours from where he lives from us and came and helped me, helped us demolish some of the walls that were up at this place. Cause we wanted more of that bigger open thing and we went to IKEA and get all the tables. And I think about all that initial time, very romantically, very affectionately, because it was just, we didn&#8217;t all know.</p>\n\n\n\n<p>We didn&#8217;t know what we were doing. I sure as hell didn&#8217;t know what I was doing, but it was fun creating something that. What would our expression look like? And so I would say for the first three years it was just kinda hanging on and having fun with, yeah, doing some real stuff. Um, there was electricity in the air and uh, with a whole set of problems that developed out of that.</p>\n\n\n\n<p>And then I think when we hit about a million in revenue, I couldn&#8217;t manage the team by myself. Um, we were up to at least 10 people by that time and. I think things got more serious and probably professional, um, in the sense of, okay, you know, we, we had health insurance probably I think our first year. As soon as we hired the first couple employees we needed to get health insurance type of thing.</p>\n\n\n\n<p>And uh, but I think that year something was different is like, we&#8217;ve got something here. Yeah. Lining in the bottle. Let&#8217;s figure out how to protect it, grow it. Maintain it. And um, and so we needed some of the structure in there. Um, my value as leader though, was always, like, I did a talk early on. I was like, I wanted to build a tree house.</p>\n\n\n\n<p>I wanted to have a tree house, and I wanted to invite all these cool people to play with me in the tree house. That&#8217;s what it was the first couple years. And, and some really good stuff came out of that. Um, you know, we didn&#8217;t fall out of the tree house and break her arm. Um, mostly, and then it was, it was shifting of like, holy crap, like look at this thing, we gotta figure out that.</p>\n\n\n\n<p>And then, but when it really serious was toward the end when it was like, oh, there was more children of our employees than there were employees, and that was responsibility barrier. And then it&#8217;s like, house gets a little serious, you know? Yeah.&nbsp;</p>\n\n\n\n<p>[00:31:07] <strong>Corey Maass:</strong> That&#8217;s interesting. Um,&nbsp;</p>\n\n\n\n<p>[00:31:11] <strong>Cory Miller:</strong> so yeah, I&#8217;m. I look back at that time very fondly and nostalgically.</p>\n\n\n\n<p>Um, cuz I remember it was toward the end of the year. No, it was after the first of the year. And I got invited to be in, uh, entrepreneurs organization and said, well, you need a million in sales. And I remember going to our accountant like in January and going, okay, where do we hit? And we were like, $70 over a million or something.</p>\n\n\n\n<p>And I thought we did it, but here&#8217;s how weird it was. More treehouse thing is like, That money didn&#8217;t flow directly to me. That was, I wasn&#8217;t swimming in the lap of luxury or anything. It was like that childhood c childish feeling of I get the high score on Gallagher. Oh wow. We did it. We did it. You know, and, uh, [00:32:00] but what&#8217;s, what&#8217;s crazy related to the whole entrepreneur journey is I think that was probably, I.</p>\n\n\n\n<p>Those circumstances and timing and backing into that was just ideal, obviously. But I go, it wasn&#8217;t all luck, right? It was both. It was all luck, all hard work. You know? It was both. Um, cuz I&#8217;ve since then tried to recreate the magic experiment, you know? Yeah. It was cool. My partner came in, I think it was our first year, we had our first office, and I would buy these, sorry, I&#8217;m these plastic tables from Sam&#8217;s Club.</p>\n\n\n\n<p>Mm-hmm. Basically picnic tables, you know. Yeah. And I was like, these are our desks. I held onto that for the longest time until we got our next office. And Matt was like my co he was like, Time to time to probably upgrade from the white desk. And I was like, no, I don&#8217;t want to. I did eventually. Um, but I think that was part of that magic right time, right place, right?</p>\n\n\n\n<p>People were partners, right. WordPress. Um, but it, I that those conditions were really conducive to creativity and magic and pulling. People were pull. Pulled in to that, like Christine was one, um, I think it was our second or third team member, man, changed the change, solidified the entire direction of the company and.</p>\n\n\n\n<p>Um, huge, uh, different people like Dusti Bolton, Matt Danner, and Kristen Rutten, and different people that poured into our orbit. I go, wow, this is cool. So like when you talk about band, I go, that&#8217;s what my band was. Mm-hmm. Because it&#8217;s just like, we just made really good music for a long time. Yep. Uh, but how do I recreate that?</p>\n\n\n\n<p>That&#8217;s been the obsession for the last five years. Uh, until I just go, that was done. That was there. Yeah. That was album. I laid, we laid, excuse me. And it&#8217;s on to new music, right?&nbsp;</p>\n\n\n\n<p>[00:34:03] <strong>Corey Maass:</strong> Yeah. Or yeah, arriving at a different thing, different voices. You can&#8217;t just recreate the same thing. Music&#8217;s always the perfect metaphor in, in entrepreneurship, ownership and programming.</p>\n\n\n\n<p>And I think there&#8217;s a reason why so many of us are into music or are musicians or whatever. Um, but yeah, and I think that&#8217;s, That&#8217;s what a lot of, like, I, I was really into all the entrepreneur stories for a long time and I&#8217;m glad I listened to a bunch of the podcasts and, you know, and whatnot. But you can&#8217;t recreate somebody else&#8217;s story can be inspired&nbsp;</p>\n\n\n\n<p>[00:34:44] <strong>Cory Miller:</strong> by for sure.</p>\n\n\n\n<p>[00:34:46] <strong>Corey Maass:</strong> Oh hundred percent. A hundred percent. And, and, and some of it is good advice or, you know, in certain situations you&#8217;re like, oh, you know, I remember this thing. It&#8217;s like, like reading a playbook, but you still have to know what plays to apply or whatever.&nbsp;</p>\n\n\n\n<p>[00:35:01] <strong>Cory Miller:</strong> I, so when I le met Lindsay and in like 2010, which was that year, we hit a million, um, we started this thing that, um, was called Startup Sofa.</p>\n\n\n\n<p>[00:35:13] <strong>Corey Maass:</strong> I&#8217;m sorry, I&#8217;m laughing because you know, you&#8217;re, She&#8217;s clearly in it for the money. Um, you know, yes. That year, you know, you were walking around being like, uh, my company just turned a million. You know what? Beautiful women want, want, want me now? She, she,&nbsp;</p>\n\n\n\n<p>[00:35:30] <strong>Cory Miller:</strong> she remembers. She goes, no, you know, we were dating when.</p>\n\n\n\n<p>You hit your first six figure month. And I was like, Uhhuh, I realized everything got better with you. It did. Um, that&#8217;s the other way&nbsp;</p>\n\n\n\n<p>[00:35:44] <strong>Corey Maass:</strong> she sees it. The she sees it the other way around. Yeah.&nbsp;</p>\n\n\n\n<p>[00:35:47] <strong>Cory Miller:</strong> And it. And honestly, candidly, it did, everything did get better when you just had some like, like while we&#8217;re doing this together, not apart, right?</p>\n\n\n\n<p>It&#8217;s right. It&#8217;s just better together. I&#8217;ve said that with post status. All the other things, it&#8217;s like, God, as much as I want to think I&#8217;m a solo act, I&#8217;m really not. Well, I&#8217;m much better as a collaborator. Um, oh, so we started, I started this thing called Startup Sofa, um, and tried to share all these things I had learned.</p>\n\n\n\n<p>I was laughing, telling her that, and I said, I was two years into this thing and thought I was, I could share, I do believe there&#8217;s a point where if you&#8217;re like one step, two step ahead of someone, sure it&#8217;s very helpful. It&#8217;s very good stuff. Like this is where I&#8217;ve got, uh, but I started laughing. I go, cuz now I try to share less.</p>\n\n\n\n<p>I really actively try to not give advice as best I can until I go, okay, now it&#8217;s time for advice. I just share experiences cuz I go right. Everybody I hear doing that and you&#8217;re like, how long have you been doing this? All right. Have you been doing it exactly the way they have? Do you know their dna N do you know their company?</p>\n\n\n\n<p>Do you know the mix? Do you know the environment? The answer is no. Very few bands lose their cover singer and have can just plug in another person and know, I think Queen is one of them, but you&#8217;re like, it&#8217;s very hard to, the magic is that band, those people that time to&nbsp;</p>\n\n\n\n<p>[00:37:12] <strong>Corey Maass:</strong> do that. Yeah. Yeah. And I mean, you can&#8217;t, and time is is the other, is the other thing.</p>\n\n\n\n<p>It&#8217;s like you can&#8217;t, you know, I&#8217;m, I&#8217;m stuck in that a little bit with music. It&#8217;s like I am, I am getting better and better at making a genre that basically died 10 years ago. I do it cuz I love it. And again, I&#8217;m, I&#8217;m, there are moments where I&#8217;m like, uh, these other genres are more popular. I would get more airplay if I switch genres again cuz I switched genres.</p>\n\n\n\n<p>Like I rode a lot, the wave of, a lot of genres for a lot of years and I was sincere about it. I wasn&#8217;t, cuz I, I&#8217;ve never made music thinking that it was really going to get popular or what have you. Um, But now I make the music that I love the most and nothing else has come along that I love more. Um, but, so if you&#8217;re the perfect band, but you&#8217;re making seventies rock, uh, you might have a hard time if it sounds too much.</p>\n\n\n\n<p>Just like seventies rock, you know? Okay. That&#8217;s&nbsp;</p>\n\n\n\n<p>[00:38:15] <strong>Cory Miller:</strong> so good because then I go, there&#8217;s this other part to the whole magic is that you want magic to happen. Probably some baseline passion, desire, interest for you. Seventies rock music, right? And I go, well, as time goes by, everything works in cycles. We know it might be dead 10 years ago, but it could be alive 10 years from now.</p>\n\n\n\n<p>And you&#8217;re like, oh, it&#8217;s those people that I admire very much, Corey, that have their interests and desires and passions and don&#8217;t. Stop. Mm-hmm. There&#8217;s some little fire of that in what we&#8217;re talking about while we keep showing up on [00:39:00] Wednesdays. But I really admire it because I go, those are the people that, that something is gonna happen.</p>\n\n\n\n<p>It&#8217;s probably gonna be better than what they imagined. Not what they imagined, but better. And, uh, I go to like seventies music. You said it just so organically. It&#8217;s something I, I like probably not gonna stop and then I go, well, if you stay around for another 20 years, Doing that, something&#8217;s gonna happen of that.</p>\n\n\n\n<p>Right,&nbsp;</p>\n\n\n\n<p>[00:39:25] <strong>Corey Maass:</strong> right. I mean, that&#8217;s been proven over and over again and it doesn&#8217;t happen for everybody. And I&#8217;m, I have, you know, there&#8217;s, there&#8217;s two thi, two things, only two, there are at least two. One, one is persistence, um, doing what you love. And, but again, this is where, and for me it had to be. Calling it a hobby, you have to make your peace with it.</p>\n\n\n\n<p>I think that&#8217;s the bigger, uh, the wider way to describe it is like there are people who are session musicians, you know, there are people who are, um, who will try to ride each wave to make the next, you know, hit song based on what trends are now. Um, there are people who would just grind. Um, Derek Sives talks a lot about this.</p>\n\n\n\n<p>Yeah. Um, love his work. And, um, you know, and, and, uh, and he&#8217;s a good example. And other people, uh, who are like, okay, well I&#8217;m going to, I&#8217;m gonna do other things to, you know, to pay the bills, but, uh, my passion lies over here. And, uh, because it&#8217;s my passion, it will, I will always keep chipping away at it kind of thing.</p>\n\n\n\n<p>Um, but I think, so that&#8217;s, that&#8217;s sort of one line. And then there&#8217;s another line, which is time and perspective and, um, Because you talk about good things will happen to them eventually. Right? And so it&#8217;s like I, for me, part of that I think can be the lowering of expectations, uh, which sounds so old and cynical and beaten down, but it&#8217;s like I get more out of.</p>\n\n\n\n<p>Smaller things musically, like again, I&#8217;m, I&#8217;m, I&#8217;m getting older and older. The likelihood that even if I got a song that blew up, am I gonna tour on that at age 46? I also, I generally make music that that&#8217;s popular in England and so am I going to tour in England at age 46 and I can barely stay awake past 10:00 PM Am I, am I really gonna go DJ gigs at three in the morning?</p>\n\n\n\n<p>No. You know, uh, and so managing, managing expectations and it&#8217;s like I&#8217;ve, but I, and being content with, uh, a little bit of airplay here and there, or the people who, uh, I&#8217;ve now been friends with for. You know, decades coming to me and saying like, this is the best song you&#8217;ve ever written. I&#8217;m like, that&#8217;s enough.</p>\n\n\n\n<p>Like, I don&#8217;t, you know, yes, I would still love, you know, uh, endless BBC airplay or something, but the li the likelihood is less. And so it&#8217;s the, uh, staying consistent for me. Staying consistent, plugging away, doing what I wanna do, but then also being more and more content with, again, smaller wins. Um, cuz it&#8217;s like there&#8217;s, yeah.</p>\n\n\n\n<p>You know, it&#8217;s hard not to like, um, I am reacting to what you just said of like going, there&#8217;s a lot of entrepreneur advice that, that the entrepreneurs that I was following, like for years I wanted to go to, um, Rob Walling and, and Mike, they do startups for the rest of us. Um, and they do a conference, MicroCon.</p>\n\n\n\n<p>Yeah. For years I wanted to go to MicroComp and, and then it, and, and I went to businesses, software, and some of these that were, I. Like only a few of the talks were relevant to the very, very bootstrapping I was doing. Um, and now even MicroComp, I mean, and years ago they split into two tracks. I don&#8217;t know where they are anymore, but the last time I looked, and this is no criticism of them, it&#8217;s just like I never.</p>\n\n\n\n<p>I never was able to go up, up, up with all the other people that were going up, up, up. And so then they were all, you know, you, you were, you mentioned being a couple of rungs ahead of me. They were ladders ahead of me. And so it stopped being, um, pertinent. Um, and I also took my foot off the gas and, and aimed a little smaller.</p>\n\n\n\n<p>And again, qualifying more the more side hustles and, and you know, uh, and stuff like that. And so it&#8217;s like, I struggle, I go back and forth, right? Pride at the end of my life, I, I would love to have owned a gajillion dollar company, or more importantly to me, honestly, would be to have a gajillion user product.</p>\n\n\n\n<p>Um, cuz it&#8217;s just more fun, frankly, and, and presume that money would come out of it and stuff like that. But it&#8217;s like, what are my, what are my actual goals? Like, why at 46 do I code extracurr? I, I, it&#8217;s a hobby. I love it. Okay, but what, what are the goals? You know, are there still goals? Am I still trying to earn millions of dollars?</p>\n\n\n\n<p>Like what is, it&#8217;s like I always, I always talk about, um, I don&#8217;t know, I, I don&#8217;t actually know anybody who makes canoes, but I always talk about, Uh, the, or I love the idea of a person who, cuz I think I, it&#8217;s the most frivolous thing I can think of. Um, and that&#8217;s that, and I don&#8217;t mean that negatively, but as a hobby, like in your garage, taking up most of your a, a car bay.</p>\n\n\n\n<p>So one of your cars probably has to be parked in the, in the driveway so that you can make a canoe. I guarantee you don&#8217;t need a canoe. And, and the world doesn&#8217;t need another canoe. There are canoes that you could go buy, probably get one for free because everybody buys a canoe and then never ends up using it.</p>\n\n\n\n<p>That&#8217;s, at least that was me, my family growing up. Um, but anyway, it&#8217;s like that to me is the epitome of a hobby. It&#8217;s pure love. Absolutely nothing in the world needs or requires or even probably encourages you to build a canoe, but you want to, so you&#8217;re gonna do it. Um, and that&#8217;s, and then I look at, at what I&#8217;m doing and it&#8217;s like, okay, well the, if, you know, the end goal of a canoe is that you can put it in the water and paddle it around, right?</p>\n\n\n\n<p>It&#8217;s like, so the end goal for me, for building a product is users as people, users it. And I&#8217;m like, look, I, I brought value or joy or productivity or, you know, something that it&#8217;s validating. Um, You know, but, but in the grand scheme of things, like there was a time when I was like, you know, the goal is to make a gajillion dollars.</p>\n\n\n\n<p>Um, now it&#8217;s like I&#8217;ve, I&#8217;ve gotten, I&#8217;ve gotten smaller and smaller and smaller. Now it&#8217;s to make a good product that people use. Mm-hmm. And it&#8217;s like, is that because I have failed so many times that my expectations have gone down, down, down, or. Is that still I&#8217;ve, I&#8217;ve, for myself, I have distilled it down to, that&#8217;s the first real spark, and then you kind of grow a, ideally grow a fire from there, right?</p>\n\n\n\n<p>If you&#8217;ve got people using something, then you&#8217;ve got something, presumably, and then that&#8217;s where you, you know, uh, You are, you are the fuel, and I&#8217;m the f I&#8217;m the spark or whatever, you know, that&#8217;s where you and I collaborate because fire takes three things. Um, and so you, you can&#8217;t, you probably can&#8217;t do it yourself or you don&#8217;t want to.</p>\n\n\n\n<p>Um, and, or, you know, the idea of cool people working together to build something bigger and bigger and bigger. And so part of the joy is like, I was texting my, talking about the, the startup in Nashville. I was texting with the ceo. Yes. This weekend, you know, and I haven&#8217;t, and that was at least 10 years ago.</p>\n\n\n\n<p>So it&#8217;s like friendships that last, or fond memories or, or war stories or, you know, I don&#8217;t know. It&#8217;s hard to, I&#8217;m, I&#8217;m totally rambling, but it&#8217;s hard to quantify now, harder to quantify now for me, like. Why on earth I do this, but I do it and it brings me joy and maybe that&#8217;s all I need.&nbsp;</p>\n\n\n\n<p>[00:47:30] <strong>Cory Miller:</strong> Yeah. We&#8217;ve talked a lot about hobbies and historically I&#8217;ve been like, I don&#8217;t have hobbies.</p>\n\n\n\n<p>I have work, I don&#8217;t have a home life. Um, and work was always my hobby. I mean, I would say even before I, I could, I had so much fun. It was like a hobby, I guess. Mm-hmm. Um, and most of the business was fun and I didn&#8217;t. Have time and want to have time for other hobbies. Like it had to be productive. When you said hobby, it&#8217;s like when you&#8217;re talking about the canoe, I go, there&#8217;s a reason the person has makes space in the garage and the significant other probably goes, we don&#8217;t have any garage cause the canoe.</p>\n\n\n\n<p>But I go, that energy, that passion needs to take up space in your life somehow. And I go, so I haven&#8217;t had those. I do have two motorcycle, um, two motorcycles and the girls that don&#8217;t work. Um, but like what takes up space? I guess I was thinking what takes up space and this is it, this is part of this. So like we talked about it and your, your thoughts and hobbies have helped me so much more as go, I still think about it as.</p>\n\n\n\n<p>For some reason, I, it&#8217;s hard for me to do something just for the value of doing it. The joy of doing it. Yeah. Um, I do have joy in doing things that build. I just want the practical something to the end. But I go, you know, this has, this, this time should take, uh, space in my life because I enjoy it. Right for that only value.</p>\n\n\n\n<p>That&#8217;s something that did not exist probably a year ago, five years ago. 10 years ago. In my, in my mind, in my heart, because I was like, well, it&#8217;s just extra. It does take up just like the canoe in the garage takes up space, that other things could be there, but I go. No, enjoy talking to you. Enjoy having these conversations.</p>\n\n\n\n<p>Enjoy tinkering with these products. This is our little mm-hmm. Garage hobby. You know, my version because I don&#8217;t physical things, you know, you build fences and stuff. Um, I, I don&#8217;t really do a lot of that. Don&#8217;t feel like I have always the ability and patience to do it, but I was like, hobby that builds, I, that&#8217;s my version of hobby is something, even when I could say I.</p>\n\n\n\n<p>My reading hobby, my hiking hobby, for me, it still builds. I&#8217;d need that part. It&#8217;s just, it connects somewhere back. Um, like I can say we&#8217;re gonna my daughter and sent her home. Of course summer, we&#8217;ll go to the swimming pool. The value of that is rest and recuperation and enjoying time with them. That checks by something that builds.</p>\n\n\n\n<p>Sure. Thing, but I don&#8217;t know. As you were talking, I was like, no, it&#8217;s this time should take up this space. It has taken up, what, the last six months I think we&#8217;re our 18th session.&nbsp;</p>\n\n\n\n<p>[00:50:40] <strong>Corey Maass:</strong> Yeah. I, yeah. I love, I love that you say it that way, like I think the hard part is, again, settling it in your own mind and then explaining it to other people.</p>\n\n\n\n<p>Yeah. And, and I know that we&#8217;ve struggled a little bit, um, where to my wife, it looks like I&#8217;m working all the time and I&#8217;m like, yeah. And sometimes I am. And sometimes it&#8217;s work, but it&#8217;s not earning me any money. And sometimes it&#8217;s fun and it&#8217;s not earning me any money. And it&#8217;s, you know, and it&#8217;s like there are four, the four quadrants of earns money or doesn&#8217;t, and it&#8217;s fun or it isn&#8217;t, but, um, and it&#8217;s client work or it&#8217;s not.</p>\n\n\n\n<p>And, and I know that like my folks struggle with this too. My dad, my folks are retired, but my dad still writes papers, um, using research that he did during his career as a forester. Um, And it just brings him joy. And my mom&#8217;s like, get off the damn computer, where, you know, go play golf. We&#8217;re retired.</p>\n\n\n\n<p>That&#8217;s not the retirement she wants. It&#8217;s the retirement he wants, you know? Um, and so it&#8217;s the hard, sometimes it&#8217;s hard to explain or show to other people, like, this is okay, this is what I wanna do. It&#8217;s like, as long as you&#8217;re getting enough exercise in vitamin D, you know, uh, but it&#8217;s, you know, cuz it&#8217;s, And it&#8217;s funny cuz people will look at gaming, you know, it&#8217;s like, oh, well you&#8217;re, you&#8217;re 10, 12 hours a day in front of the TV going zap, zap, zap or whatever.</p>\n\n\n\n<p>You know? We&#8217;ll go, okay, that&#8217;s fi that&#8217;s fine. That&#8217;s a hobby. It&#8217;s like, It may or may not be the healthiest me sitting here typing, building something, and I&#8217;m not judging one against the other, obviously, but it&#8217;s the, like, it&#8217;s hard to, it&#8217;s, it, it&#8217;s not as easy to demonstrate that it&#8217;s the same sort of thing of like, no, this is fun.</p>\n\n\n\n<p>You know?&nbsp;</p>\n\n\n\n<p>[00:52:35] <strong>Cory Miller:</strong> Oh yeah. I, you know, self-care is all in the rage and I&#8217;m glad it is, but I go, it&#8217;s such an abstract concept for me. But because I&#8217;m, I try to be pretty practical with things, but I go, you know, that time and space is valuable to me. And you put the other part, is it seen as valued by others? And that&#8217;s another conversation.</p>\n\n\n\n<p>But I go, what I&#8217;m trying to do is like, I don&#8217;t have those things. Maybe I don&#8217;t consciously have those things a take up space that I go, this is me, this is for me. Right. It&#8217;s for others but me and this whole concept of taking, so I says, what the heck does that talk about? It means for me personally, being in a line, not worrying about everybody else, necessarily worrying about me too.</p>\n\n\n\n<p>I&#8217;m okay to be in this space. Um, there&#8217;s a great person on Instagram talking about, or Instagram talking about Enneagram, and I&#8217;m an Enneagram nine, which is peacemaker Art Tap. And the one thing they said, take up space. And I said, I think I&#8217;m starting to get that now from canoe in the garage to standing in line.</p>\n\n\n\n<p>And you know what? I&#8217;m in this part and I&#8217;m gonna take this particular space, you know, for myself. Yeah. And I think that goes back to hobbies is now of course communication with sniff and others and all that stuff. But I go, it&#8217;s one added element I think our conversations have been so enriching for me is just go, it&#8217;s okay.</p>\n\n\n\n<p>This time our async time takes up space and what I increasingly see is limited time. Yeah. And energy. But I go, I wanted to take up space. I wanted to take up that space. And you know, that&#8217;s the amber that I think keeps me coming to this. Uh, and then, you know, you never know. You just never know. Yep. Like we&#8217;re not losing our house families, all this stuff, like you said earlier.</p>\n\n\n\n<p>Yep. So good reflection on a Wednesday.&nbsp;</p>\n\n\n\n<p>[00:54:48] <strong>Corey Maass:</strong> So, uh, I think both of us have limited availability for a while, but as we&#8217;ve said so I&#8217;m the only thing that is tugging at my sleeve. Given, given the reflection that we&#8217;ve just done, like I&#8217;m, I would be okay if time went by. Um, but the, the little bit that&#8217;s, that&#8217;s nagging at me is that we&#8217;re, we are really close.</p>\n\n\n\n<p>Like I have something working. Um, and so I think that that&#8217;s gonna keep, that&#8217;s gonna drive me soon to, again, start putting in a few hours here and there, um, to try to get something. Out the door, um, for you to use. For me to use and mm-hmm. Um, and you know, as quick as we can get it on the website. And, and so it&#8217;s on, it&#8217;s for sale.</p>\n\n\n\n<p>Like, and there it is. People can try it. And, and you know, um, we were&nbsp;</p>\n\n\n\n<p>[00:55:55] <strong>Cory Miller:</strong> talking about our, don&#8217;t think feature damages post says that are gonna, we got this new theme in staging. We&#8217;re gonna be launching before work camps. I&#8217;ll say July 1st, and realizing thumbnails on the feature, damage on the archive pages, uh, how we&#8217;re gonna do the feature damages in the post gonna need to change as an awareness thing from the post edit client side.</p>\n\n\n\n<p>I go, this is gonna be good, you know, we&#8217;ll keep iterating on this. Um, with when, when you&#8217;re able to get the new update. Is, um, I think there&#8217;d be a lot of good feedback there, um, to how does that look on that home? How does that look on the inside page? That I think is that cornerstone to value for, yeah.</p>\n\n\n\n<p>So I like to say, I think it&#8217;s good timing when you get the new update, put it on staging, start trying it out. We&#8217;ll have another round of feedback.&nbsp;</p>\n\n\n\n<p>[00:56:52] <strong>Corey Maass:</strong> Yeah, exactly. Exactly. So yeah, baby steps or big steps sometimes, you know. Yeah. But. Keep moving forward. Sounds good.&nbsp;</p>\n\n\n\n<p>[00:57:04] <strong>Cory Miller:</strong> All right. Thanks my friend.&nbsp;</p>\n\n\n\n<p>[00:57:05] <strong>Corey Maass:</strong> Yeah, great talking as ever.</p>\n\n\n\n<p>You too.&nbsp;</p>\n\n\n\n<p>[00:57:08] <strong>Cory Miller:</strong> Talk to you next week.&nbsp;</p>\n\n\n\n<p>Bye.</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:\"Wed, 21 Jun 2023 21:01:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s: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:54:\"Gravatar: New on Gravatar: Collect Payments on the Go!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=683\";s:7:\"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://blog.gravatar.com/2023/06/21/new-on-gravatar-collect-payments-on-the-go/\";s: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:1813:\"<p><strong>Have you updated your free Gravatar profile page recently?</strong></p>\n\n\n\n<p>We are excited to announce the launch of new payment features on Gravatar profiles!&nbsp;</p>\n\n\n\n<p>Now, you can add verified payment links for PayPal, Venmo, and Patreon and share your cryptocurrency wallet addresses (Bitcoin, Dogecoin, Ethereum, and more). When someone looks at your profile on their phone, they&#8217;ll see a new button at the top to <strong>Send Money</strong>.&nbsp;</p>\n\n\n\n<img />\n\n\n\n<p>A new <strong>Share Profile</strong> button also displays your unique QR code and a simple way to copy your link, allowing you to share your profile with others quickly.</p>\n\n\n\n<p>Millions of people view Gravatar profiles every month. Keep your profile up-to-date and manage your online identity by adding verified links to the services you use, such as Instagram, Tumblr, GitHub, Mastodon, and more. Adding multiple payment options to your profile builds trust that those paying you know they have the correct account.</p>\n\n\n\n<p>Gravatar is your personal digital business card. And now a one-stop place for those that need to send you payments.</p>\n\n\n\n<div class=\"wp-block-buttons is-vertical is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 is-style-fill\"><a class=\"wp-block-button__link has-base-color has-text-color wp-element-button\" href=\"https://gravatar.com/profiles/edit#about-you\">Edit Your Profile</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://gravatar.com/connect/?source=gravatar_blog\">Claim Your New Gravatar</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 18:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s: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:69:\"Akismet: Version 5.2 of the Akismet WordPress plugin is now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://akismet.com/?p=76288\";s:7:\"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://akismet.com/blog/version-5-2-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1023:\"<p>Version 5.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n\n\n\n<p>The plugin has been given a fresh coat of paint, and you will notice a nicer appearance when configuring Akismet or viewing your stats.</p>\n\n\n\n<img width=\"1463\" height=\"935\" src=\"https://akismet455732288.files.wordpress.com/2023/06/screenshot-2023-06-19-at-15.40.36-1.png?w=1024\" alt=\"\" class=\"wp-image-77495\" />\n\n\n\n<p>This update also improves compatibility with PHP 8.1 and above.</p>\n\n\n\n<p>Note that the minimum required version of WordPress is now v5.8, and installing Akismet requires PHP v5.6 or above. We also no longer provide support for Internet Explorer 11, matching WordPress&#8217; own behavior.</p>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 15:03:36 +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:\"Chris Rosser 🏔\";s: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:80:\"WPTavern: #80 – Angela Jin on How and Why WordCamps Might Change in the Future\";s:7:\"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=146121\";s:7:\"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://wptavern.com/podcast/80-angela-jin-on-how-and-why-wordcamps-might-change-in-the-future\";s: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:43833:\"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 did this case, how and why WordCamps might change in the future?</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, I&#8217;m 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 Angela Jin. It&#8217;s the first of six episodes recorded at WordCamp Europe, 2023 in Athens, Greece.</p>\n\n\n\n<p>Angela is the head of programs and contributor experience at Automattic, where she oversees the work of multiple teams dedicated to the WordPress open source project. These are the community events and engagement, education, and marketing teams. Her passion lies in building strong, inclusive communities.</p>\n\n\n\n<p>Several weeks ago, Angela wrote a blog post entitled The Next Generation of WordCamps. It laid out how WordCamps have been run for many years, as well as trying to begin a conversation about how they might look in the future.</p>\n\n\n\n<p>During the pandemic, online events filled the gap left by in-person gatherings, but they didn&#8217;t fully replace the experience. As restrictions eased in person WordCamps made a comeback. In 2022 there were around 35 events, with only one being held online. In 2023 there have been 20 events so far, and more a planned for the rest of the year.</p>\n\n\n\n<p>Angela talks about how she&#8217;s perceived a growing need for experimentation in the format of WordCamps. Currently, most WordCamps follow a tried and tested formula, with contributor days, multiple speaker presentations, the hallway track and sponsorship opportunities.</p>\n\n\n\n<p>She wanted to understand the purpose of gathering people together and what they gain from these events. To gather insights Angela had conversations with organizers, sponsors, speakers, and attendees within the WordPress community. She also sought out input from experts outside the community, such as the community manager focused group CMX.</p>\n\n\n\n<p>The feedback confirmed to Angela that events are essential for communities, but also that there are many event formats being used elsewhere. She explains that there is an opportunity to add more variety to WordPress event formats, and explore the connections and opportunities they create.</p>\n\n\n\n<p>We discuss some ways that WordCamps might evolve by having events focused on a particular area such as SEO, or a particular demographic such as students. We also get into how these amendments might be rolled out to ensure that interested groups and geographic locals don&#8217;t miss out.</p>\n\n\n\n<p>We also chat about how sponsorship plays into these changes and how funding for WordPress events might be allocated in the future.</p>\n\n\n\n<p>Angela points out that there&#8217;s no specific format which has been proposed. Rather, this is a process of trying things out and seeing what works and what does not. The goal is to say yes to new event ideas and foster, a culture of innovation within WordPress events.</p>\n\n\n\n<p>If you&#8217;re curious about how WordPress events might change in the future, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast 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 Angela Jin.</p>\n\n\n\n<p>I am joined on the podcast by Angela Gin. Hello, Angela.</p>\n\n\n\n<p>[00:04:45] <strong>Angela Jin:</strong> Hello. How are you doing?</p>\n\n\n\n<p>[00:04:46] <strong>Nathan Wrigley:</strong> Yeah. Really, really good. Thank you for joining me. We are at WordCamp Europe. Angela is going to talk to us today about, well, remarkably WordCamps and possibly the future of WordCamps. Prior to that conversation, Angela, would you mind just spending a minute just telling us who you are, who you work for, what your relationship is with WordPress?</p>\n\n\n\n<p>[00:05:04] <strong>Angela Jin:</strong> So yes, my name is Angela Gin and I am with Automattic, where I am head of programs and contributor experience. I am full-time sponsored and so I get to work on the WordPress open source project for everything, which is fantastic.</p>\n\n\n\n<p>[00:05:19] <strong>Nathan Wrigley:</strong> So we are at WordCamp Europe. Let&#8217;s just deal with that bit first, because I was just saying to somebody, I actually think of all the WordCamps I&#8217;ve ever attended, this feels like a really, truly remarkable event. I don&#8217;t know if it&#8217;s just the configuration of the building, or how people are squeezed in by the corridors and things, but it does seem to be hugely attended.</p>\n\n\n\n<p>[00:05:40] <strong>Angela Jin:</strong> It is. The attendance numbers that they showed at opening remarks this morning here, that they, what it was like 2,800 people, something like that. Over that, which is really exciting.</p>\n\n\n\n<p>[00:05:52] <strong>Nathan Wrigley:</strong> So WordCamps are still popular? We might get into a conversation about whether there&#8217;s an ebb and flow to that. But big events like this are still a big part of people&#8217;s calendars.</p>\n\n\n\n<p>[00:06:01] <strong>Angela Jin:</strong> For everybody here, certainly so. It is buzzing with activity here.</p>\n\n\n\n<p>[00:06:06] <strong>Nathan Wrigley:</strong> More broadly though, WordCamps and WordPress events, so we might use the word MeetUp for that, but I&#8217;ll just say WordPress events. Do they follow the trend of maintaining popularity? In the back of my mind when I ask that question is basically the pandemic. So pre pandemic everything was sailing along smoothly, and then we had this massive wall in the road. Everything stopped.</p>\n\n\n\n<p>It felt like at that moment there was a bit of a change. The online events filled a gap, but they didn&#8217;t fill the entire gap. And then WordPress events came back online in various different formats. Where are we at now? Obviously this event is super well attended, but if we were to look at the whole of WordPress events, would that be the case, or are we still trying to rebuild a bit?</p>\n\n\n\n<p>[00:06:54] <strong>Angela Jin:</strong> Yeah, I think we are definitely trying to rebuild, but I think that is true for everything, even not just events. So yes, prior to the pandemic we were smooth sailing. We were very active WordCamps around the world. And yeah, during the pandemic it was, we needed to shift how we met.</p>\n\n\n\n<p>So we met online and it was difficult. And so since 2021, we&#8217;ve started shifting into, I think we had one in-person WordCamp that year at the very, very end of the year. Last year in 2022, I believe we had around. 35 events total, and I think only one of them was online. And so clearly we are coming back, which is great. But we are nowhere near where we were prior to the pandemic. But I think that is, that&#8217;s very understandable. As we&#8217;re trying to get back into things.</p>\n\n\n\n<p>So far this year we are at, I believe we have had, not including this event because we&#8217;re not quite all the way through yet. I think we&#8217;ve had 20 events, I want to say. And so we&#8217;re well ahead of where we were compared to last year. And we do still have quite a few events on the calendar through the end of the year.</p>\n\n\n\n<p>So yeah, from a pure numbers of WordCamp perspective, I think we are trying our best to come back. From an attendance perspective, interestingly during when we had online events, our attendance rates far exceeded what we expected them to be. I think because it&#8217;s so easy to have an online event and then just show up for however much of it you want to show up for. And so, that&#8217;s an interesting attendance piece there. But attendance rates are pretty much in line with what we saw prior to the pandemic as well.</p>\n\n\n\n<p>[00:08:43] <strong>Nathan Wrigley:</strong> Oh really? As of now, so we&#8217;re recording this in June 2023. Broadly speaking, the numbers are similar to 2019, say.</p>\n\n\n\n<p>[00:08:53] <strong>Angela Jin:</strong> So with fewer events, from a pure number of people&#8217;s perspective, fewer, but, the attendance rate for events, by which I mean expected attendance for events versus actual attendance. It&#8217;s always hovered around like 90 to 95% for events, and so we are, we&#8217;re holding study there, and also in the average number of attendees per event.</p>\n\n\n\n<p>[00:09:16] <strong>Nathan Wrigley:</strong> Okay. We&#8217;re going to reference a piece that you wrote on make.wordpress.org. It was written last month, it was May 8th, and it was called The Next Generation of WordCamps. I think this will probably dominate the rest of the conversation. And in that piece you laid out the possible groundwork, I&#8217;ll say possible, for a change to the way these WordPress events are done.</p>\n\n\n\n<p>I could lead you with the questions, trying to tease out what&#8217;s in that article. I don&#8217;t know if you can remember all the details. But do you just want to run us broadly what you were saying in that?</p>\n\n\n\n<p>[00:09:46] <strong>Angela Jin:</strong> Yeah, that was, it was quite a post to write and to put out there. But I&#8217;m really excited by it. So, what I set out to do there was to capture some of the needed updates to our events program that I&#8217;m seeing, that I think we might need to have in our events program.</p>\n\n\n\n<p>The way this came about was pretty interesting because I think prior to the pandemic we were starting to see some people want more out of their WordCamps. And I think that makes a lot of sense. This format that we have has been the staple since 2006. And what&#8217;s really changed is how many events that we have, and the scale of them, and the size, and how many people are able to attend.</p>\n\n\n\n<p>However, even prior to the pandemic, we were starting to hear from people that they wanted more variety in their content. They wanted advanced topics. They really wanted to be able to have more workshops to learn things that they were able to take back to their everyday lives. And that, coupled with all of the changes with the pandemic, at this point in WordPress events, I really started thinking about how the way that we meet has shifted dramatically. And after 20 years, of course, like that makes a lot of sense.</p>\n\n\n\n<p>And so, I am very much a community manager at heart, and so when I think about gathering people together, I really think about what is the purpose of gathering people together. When we ask people to come join us in this space, why? Like what are they getting out of it? What draws them here? What makes the best use of their time and attention?</p>\n\n\n\n<p>And so that prompted a whole discovery session where, it was hard to write about at that time, because I wasn&#8217;t quite sure what I was getting myself into. I started really asking a bunch of people in the community, organizers, sponsors, speakers, first time attendees, experienced attendees. And I think everybody really loves this community. Like that is a resounding sentiment that I hear all the time.</p>\n\n\n\n<p>And at the same time we want more out of our events, and we want some more specific things. And it was very similar to what I was seeing before the pandemic as well. And so there was a lot of, within the WordPress community, confirmation that this seemed like something needed to be updated.</p>\n\n\n\n<p>[00:12:15] <strong>Nathan Wrigley:</strong> So, where did the information that people wanted this come from? Did you do surveys? Were you just polling in places like Slack? Where did the feedback that updates needed to be done, where did that tend to come from?</p>\n\n\n\n<p>[00:12:28] <strong>Angela Jin:</strong> Yeah, for sure. So it did start with a lot of conversations within the community, with organisers, speakers, sponsors. And the community team is very fortunate to have this excellent community deputy group. They&#8217;re all past organizers, and are very experienced with the make community team. So they&#8217;re very familiar with our program.</p>\n\n\n\n<p>And so I started there. And then I also went outside of the WordPress community to chat with a number of event organizers, like event experts, people who do events for a living. To see what sort of trends that they were seeing as well. And one group that I really like to look to is CMX. It&#8217;s a community for community managers. And they, every year they put out an excellent report. They pole well over 400 community professionals from around the world.</p>\n\n\n\n<p>And they confirmed that events are a staple for communities, and of course, no surprise there. And that it was both in-person and online events. And some of the report findings there, they were seeing where certain types of events were filling certain needs.</p>\n\n\n\n<p>So I think, education is a really good one. So like trainings that we&#8217;re providing to our community, those are, really popular in both online and in person formats. And I think Learn WordPress has done a great job in continuing, like I think that helps me confirm what CMX expressed in their report, because we do have these great online workshops that happen all the time. They&#8217;re really well attended.</p>\n\n\n\n<p>At the same time, trainings also work really well in person, according to the CMX report. And in-person events, it&#8217;s really good for one-on-one connection. Things like this when we&#8217;re looking at each other, having a conversation. And so, like different formats fill different spaces. And I think we are really missing an opportunity to add more variety into our event formats, and see what sort of connections that creates. What sort of opportunities that unlocks.</p>\n\n\n\n<p>[00:14:33] <strong>Nathan Wrigley:</strong> We&#8217;ll get onto the new possible formats, and you&#8217;ve thrown out a whole bunch of different things that we might do. I&#8217;ve got a question around sponsorship. I don&#8217;t really know what the sponsorship picture is. I confess, I don&#8217;t. explore that data. I don&#8217;t try to find it. So, I don&#8217;t know what the state of sponsorships are. But how does that feed into this?</p>\n\n\n\n<p>Are you changing things? Has there been in the back of your mind changing things in order to attract sponsors? Has there been a, an up swell in the same way that you described just now that the community are coming back, there&#8217;s more people attending. Have the sponsorships come back? Because my understanding anecdotally, at least anyway, is there was a period a little while ago where the sponsorship felt a bit sketchy for a while. It wasn&#8217;t quite getting where it ought to be.</p>\n\n\n\n<p>[00:15:13] <strong>Angela Jin:</strong> Yeah, I think there&#8217;s a number of things there. As we all know, companies are very financially aware right now, and at the same time cost are extremely high. And so I think we are definitely feeling that pressure of really justifying the value of these events to sponsors and also being able to afford venues, for example. Venues are one of our, they are the highest cost right now. And then when you add on food, after party, AV, those expenses are very high right now.</p>\n\n\n\n<p>And so yeah, the amount of sponsorship that we want to raise is higher, and at a time where the economy is struggling, that&#8217;s a difficult thing. However, we are doing, we are doing well overall. I think, as you can tell from the sponsor activity downstairs, it seems to be doing really well.</p>\n\n\n\n<p>We raised enough for the global sponsors that we aim to raise, and we also just added another global sponsor. So overall we are doing well and I think it&#8217;s really wonderful that WordPress community support has always been very budget conscious. We work closely with organizers to make sure that we are as responsible and as aware of what we&#8217;re spending money on as possible.</p>\n\n\n\n<p>With new events, I think it&#8217;s a really interesting thing for sponsorship, and I have spoken with, before I posted that post, I did speak with our global sponsors because I didn&#8217;t want them to be surprised by this change, given that they fund all of our events for the full year.</p>\n\n\n\n<p>They were excited by it overall. They were seeing the same trends that I was seeing, and I was very clear that this is an experiment, and we&#8217;re going to, we&#8217;re going to encourage the community to try things out and see what happens. And that I really wanted to hear from them what sort of sponsor benefits they saw, they would like, and that we would have that conversation. Yeah, I think that&#8217;s largely what I&#8217;m seeing from our sponsors. They&#8217;re really curious to see what comes of this, and they&#8217;re excited as well.</p>\n\n\n\n<p>[00:17:15] <strong>Nathan Wrigley:</strong> I wonder, does an event like WordCamp EU , which is truly on a very different scale from let&#8217;s say a local meetup or something like that, or a much more regional WordCamp. It feels as if sponsors and all of that would be falling over themselves to come here, because they can capture a truly enormous audience of interested people.</p>\n\n\n\n<p>But I wonder what the trickle down of that is. In other words, if we were to have the same conversation, but we weren&#8217;t sitting in WordCamp Europe and we were sitting in a much smaller event. How does the sponsorship work there? Are we still in a strong position to put on local WordCamps with the model that we&#8217;ve got and, Meetups, regional WordCamps, all of that kind of thing?</p>\n\n\n\n<p>Because it feels like WordCamp Europe, that would almost be the last thing to fail. The sponsors would be desperate to get here. How is it looking for the smaller events, the ones in, I don&#8217;t know, capital cities or the ones in regional cities throughout the world?</p>\n\n\n\n<p>[00:18:14] <strong>Angela Jin:</strong> It is different, given the scale of WordCamp Europe. Overall our events large and small, have, they&#8217;ve been able to raise a good amount of money locally. We do augment that with global sponsorship. That&#8217;s what the global sponsor fund is there for. And so yeah, we do our best to, the priority of WordCamps is the attendees. And so we really want our organizers to be able to focus on creating the best experience for WordCampers, as opposed to spending so much time raising money. Because fundraising is challenging. I&#8217;ve done plenty of it myself and it is hard work.</p>\n\n\n\n<p>[00:18:53] <strong>Nathan Wrigley:</strong> Do you have a list of WordCamps which in an ideal world, these ones would be put on? In other words, I&#8217;ve got a list of 800, here&#8217;s the top 10 that we must make happen. Here&#8217;s a further a hundred, which we&#8217;d love to happen. And sadly there&#8217;s a few down here which might not make the cut. I don&#8217;t know how that decision tree looks.</p>\n\n\n\n<p>[00:19:11] <strong>Angela Jin:</strong> Oh, it&#8217;s very much up to the community. Any organizer that wants to have a WordPress event, the community team wants to support them in having that. That is very much what the community team is there for.</p>\n\n\n\n<p>And so I think one of, bringing this back to Next Gen events, one of the things that I was seeing that I think a lot of community members are seeing, from organizers, is that they have interest in doing something that&#8217;s a slightly different format from the WordCamps that we know and love.</p>\n\n\n\n<p>But they feel like they can&#8217;t do that because it&#8217;s not a WordCamp. And I think we should be saying yes to those. We should be encouraging all those, all those really creative ideas for how to connect and engage with each other, not do them for sake of doing what we know and love.</p>\n\n\n\n<p>[00:20:00] <strong>Nathan Wrigley:</strong> I think it&#8217;s always true that things have to evolve. That much is clear. So let&#8217;s get into that. You just called it, them, Next Gen events. Whether or not that&#8217;s the word we end up using, I don&#8217;t know, but for now, let&#8217;s go with that. What are some of the things that you are proposing could be a Next Gen event? How do they differ?</p>\n\n\n\n<p>So, a WordCamp at the moment, at least the ones that I&#8217;ve been to, is several days. You show up, there&#8217;s often several tracks. There&#8217;s a whole range of different topics on offer. There&#8217;s usually a hallway track where people engage. There&#8217;s an after party, all of those kind of things. So that&#8217;s how we know it at the moment. What are you thinking of doing to change that?</p>\n\n\n\n<p>[00:20:39] <strong>Angela Jin:</strong> Yeah, I really am curious to see what people come up with. What I propose there was a really, I consider it more of a evolution as opposed to a change. We&#8217;re not doing away with any of the WordCamps that are currently on the calendar, that want to come and organize. What we are doing is encouraging community members to express what sort of events they want to see. And so a few that, I think I had included in that post, were things like, focused on contribution.</p>\n\n\n\n<p>They were focused on all day workshops that really help people learn specific skills. One thing that I&#8217;ve heard over and over is that people want to learn advanced skills. Advanced WordPress development, design, content creation, things like that. And so we could really do a lot with that.</p>\n\n\n\n<p>One interesting format, it was described to me as a shark tank, but nice. We&#8217;re a very, I know, I love that. We&#8217;re a very entrepreneurial community and if we&#8217;re going to help everybody really succeed in that, then we need to give them some place to come and explore their ideas. Learn from each other around what it really takes to make all of that happen.</p>\n\n\n\n<p>Yeah, coming to an event, sharing a pitch, and getting feedback from people who have been there before, who are able to help them refine and strengthen their ideas and then make connections to make those happen. That&#8217;s pretty exciting.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> I&#8217;m going to quote directly from your piece because I think it perfectly sums up what you&#8217;d hope. What you are looking for in the future. So this is not a cast iron set of things which are going to happen. These are just some possible suggestions, and it says, so I quote, the hope is that a period of innovation and experimentation will follow this critical shift in the purpose of our rents with the following outcomes.</p>\n\n\n\n<p>Events curated for clearly defined audiences, resulting in a clearer idea of what attendees will gain from participating. For example, events for students, for designers, for contributors. So that&#8217;s point 1. Point 2, a more precise focus around event content types or topics. This will also help further clarify who the event is for. For example, maybe an event on AI and WordPress, user experience enterprise, et cetera. That&#8217;s point 2. And point 3, a variety of event formats that are freshly exciting and engaging for attendees. For example, workshops, unconference, job fairs, pure networking, et cetera.</p>\n\n\n\n<p>So there&#8217;s the three points, and each of those, if I attended an event like one of those, it would be radically different to something that we&#8217;re attending now. So let&#8217;s just take those piece by piece. This idea of defined audiences. So you mentioned here, for example, students, designers, contributors. That&#8217;s an idea, it may have legs, it may not. You&#8217;re trying to figure that out.</p>\n\n\n\n<p>Is the intention there then to literally put an event up where it&#8217;s advertised toward students primarily, or to designers primarily. So people seeing that, who are not students, or not designers would feel, do you know what, that&#8217;s maybe one I&#8217;ll hold back on. I&#8217;ll look for a different one at a different point. Is that the idea of that one?</p>\n\n\n\n<p>[00:23:51] <strong>Angela Jin:</strong> Yes, kind of. The point is definitely not to, I don&#8217;t want to exclude anybody from any of these events. However, I do think that, where we are in a world where finances are tightened, and it is expensive to commit to the time and to commit to the travel to an event, that people want to know what they are going to get out of it.</p>\n\n\n\n<p>And by clearly articulating who this event is really designed for, we can provide an event that really delivers that kind of content. I was recently at Open Source 101, was held at a community college, and the mix there was very clearly students. Or people who were looking to change jobs into open source. And they were very clear from the beginning that this was,</p>\n\n\n\n<p>I mean, it&#8217;s in the name Open Source 101. This is introductory content for anyone who wants to learn about open source. It&#8217;s really broad, but at the same time, very clear about what you&#8217;re going to get by participating in this event.</p>\n\n\n\n<p>[00:24:55] <strong>Nathan Wrigley:</strong> I guess because WordPress events have largely tried to scoop everybody up in the past. You know, if you&#8217;ve got in any way a connection to WordPress, you could attend this event. But I suppose I wouldn&#8217;t really be attending an event about, oh, I don&#8217;t know, let&#8217;s pluck some subject out of the top of my head. Cisco networking. It&#8217;s in the technology space. I&#8217;m not interested in it. I&#8217;d far rather attend a WordPress event. So what you&#8217;re really trying to do is subdivide what we&#8217;ve already got into maybe something that you would be just slightly more interested in, because it&#8217;s more directly related to what your business does or what you&#8217;re interested in.</p>\n\n\n\n<p>[00:25:30] <strong>Angela Jin:</strong> Yes, and I do think that there is a space where we are undeniably multidisciplinary. It does not serve us well to just have events where we only have developers meet in one location and community builders meet in another location. And yeah, there are many developers who are also community builders. I&#8217;m just pulling those two groups as examples. And so yeah, I would also love to see events where we do celebrate that multidisciplinary community, and bring all of them together because, amazing connections and ideas come from that.</p>\n\n\n\n<p>And so I&#8217;m not trying to segment the community into all these events, but to increase the variety in events and to help people understand what they&#8217;re going to get by participating in one or the other. And I think that for many WordPressers, they would benefit from an event that is specialized for them, with content where they are going to learn more than what they currently know and further their career, further their skills, further their interests. And to participate in another event where they can focus on learning more about something that they touch in their life, but don&#8217;t necessarily know a ton about.</p>\n\n\n\n<p>[00:26:47] <strong>Nathan Wrigley:</strong> The third bullet point that I just talked about there was event formats. And you mentioned workshops. I&#8217;m quite familiar with that. We have those at WordCamps, so it&#8217;s more, instead of being presented at, from a stage, that&#8217;s more, okay, let&#8217;s all try the things together. You bring your laptop and we&#8217;ll all try to figure out the same problem at the same time. But there are some other ones in there that are really new to me. So an unconference. What is that?</p>\n\n\n\n<p>[00:27:12] <strong>Angela Jin:</strong> I think it&#8217;s also referred to as like birds of a feather. I think it has its roots in the tech community where we basically just get a bunch of people together in a room, around one topic, and the attendees really drive the agenda.</p>\n\n\n\n<p>They suggest a topic around what everybody is brought here for. And then people will vote with their feet and go to those discussions to talk about them. And so the conversation is very, very attendee driven and very organic. There&#8217;s no one speaker. Sometimes there is, whoever proposes the topic can be the facilitator, but that&#8217;s not a requirement.</p>\n\n\n\n<p>[00:27:50] <strong>Nathan Wrigley:</strong> I think the other ones we probably understand a little bit more as well. So we&#8217;ve just mentioned workshops, unconferences, job fairs, and pure networking. They probably speak for themselves. So I&#8217;ll leave those to one side.</p>\n\n\n\n<p>Is there a danger that one of the consequences of trying this out is that we will end up with events which are more specific? That therefore would attract a more specific audience? At the moment, if you wander downstairs into the hall, there&#8217;s just this broad church of people from all over the world with different backgrounds.</p>\n\n\n\n<p>You know, you&#8217;ve got the SEO people, the marketing people, the coders. You name it, they&#8217;re there. And because of that, you get this serendipitous collision of people meeting in the hallway track. Unexpected connections are made. Unexpected partnerships are forged, and all of that. Is there a danger that we may lose a part of that? And that&#8217;s an unquantifiable part because nobody&#8217;s really writing up what connections they made. It just is what people talk about.</p>\n\n\n\n<p>Is there a danger that that may be lost, because we&#8217;ve just got a bunch of SEO people in the room, or we&#8217;ve just got a bunch of AI people in the room</p>\n\n\n\n<p>[00:28:55] <strong>Angela Jin:</strong> I understand that worry, and I see where the post might make that feel more like a reality. But I can never imagine a WordPress community that would ever let that go. I want to encourage that as well because I love it. One of the concerns that came, that I&#8217;m hearing after this post, is are we going to lose that community led feel of our events?</p>\n\n\n\n<p>And I do not want to. Like that is, that is our strength. We are community first. All of our events are very community first. And we have a number of values that come along with that that I truly feel are non-negotiable. Things like our ticket prices to attend WordCamps are very low.</p>\n\n\n\n<p>We want to make them as accessible as possible. I don&#8217;t want to lose that. I want to be able to have everybody come to these events. And so things like diversity and inclusion and creating welcoming spaces, those are all non-negotiables. And so I really believe that we can take this experiment, this evolution, and make it community led.</p>\n\n\n\n<p>And we do have a ton of businesses in WordPress, and I could see a more business focused event, where it is for agencies, for enterprise, because they are a part of this community. And I believe we can do those events as community led first.</p>\n\n\n\n<p>[00:30:19] <strong>Nathan Wrigley:</strong> I guess there&#8217;s something about geography in here as well in that if, let&#8217;s say, you have a business event and it&#8217;s in Miami. Then Miami has had its business event. But Sydney didn&#8217;t. Brussels didn&#8217;t. So there&#8217;s got to be some new piece of the puzzle where, okay, we&#8217;ve got to make sure that we&#8217;ve got these new event types and we&#8217;ve got to spread them out evenly over time so that we don&#8217;t exclude Miami. They never get the SEO event, it never comes their way.</p>\n\n\n\n<p>So there&#8217;s a whole other piece about, there&#8217;s more management to be done about the topics and whether a certain geographical area has had something recently, or if it&#8217;s been five years ago. Do you know what I mean?</p>\n\n\n\n<p>[00:30:55] <strong>Angela Jin:</strong> Yeah. And in my mind, this goes to one of our open source philosophies that we create things because we&#8217;re scratching an itch. And so yeah, if Miami has an amazing contribution event and Brussels says we want one too, then let&#8217;s do it. Like I said, the community team it wants to encourage events, so let&#8217;s have it.</p>\n\n\n\n<p>[00:31:19] <strong>Nathan Wrigley:</strong> With this change over happening, presumably there&#8217;s going to be a period where the events that we&#8217;re used to will carry on. So, I think you said a little while ago that if you&#8217;re already on the roster, if you&#8217;ve already put in a proposal and it&#8217;s been accepted, we are going to be staying with how it always has been. So it&#8217;s more from now on. You&#8217;re going to be encouraging people who haven&#8217;t yet submitted proposals. Is that true? Is that how it&#8217;s going to be rolled out?</p>\n\n\n\n<p>[00:31:42] <strong>Angela Jin:</strong> Yeah, we want to support all organizers to know the latest and greatest in the program. And so yeah, as new organizers come, we will let them know about what the community is doing, and where we&#8217;re going, where we hope to go.</p>\n\n\n\n<p>This is very much an experiment and it seems to be getting a lot of interest. We already have, I believe, over 60 idea submissions. We do have an idea submissions page, so if there is an event that you would like to see, please, please do go and share it with us. By sharing an idea, you are not committed to it.</p>\n\n\n\n<p>But part of what we&#8217;re trying to do is to collect all of these great ideas and share them with everyone so that if something sparks interest in people, they can do it in their community. Or if they have an idea to add on top of that, let&#8217;s try it out. I&#8217;m really hoping that we learn from each other to see where this goes. It is an experiment. If we all decide that we don&#8217;t like it and it doesn&#8217;t work, then we can definitely go back to what we know and do really well.</p>\n\n\n\n<p>[00:32:44] <strong>Nathan Wrigley:</strong> You&#8217;ve already anticipated one of my questions, which was do we have a reverse gear?</p>\n\n\n\n<p>[00:32:48] <strong>Angela Jin:</strong> Yes.</p>\n\n\n\n<p>[00:32:49] <strong>Nathan Wrigley:</strong> In terms of this being rolled out, if I have already submitted a proposal, we know where that&#8217;s going now. How though are we going to make the transition? Are we going to do it all at once? So we&#8217;re going to, let&#8217;s say two years from now, a new event and it&#8217;s about this one topic. Are we going to mix what we&#8217;ve got now? So say one day, just like it is at the minute, with another day of the new format, so that people can attend both at the same time and vote with their feet if you like?</p>\n\n\n\n<p>And a poll afterwards to figure out, okay, everybody like the new format, let&#8217;s push forward with that. In other words, how are you going to manage the rollout? Is it going to be sudden? So a new event is a new type, or are you going to gently mix it in with the old ones?</p>\n\n\n\n<p>[00:33:29] <strong>Angela Jin:</strong> I don&#8217;t know. I think it&#8217;s really going to be what the community would like to see. We are starting to see people, there&#8217;s a lot of excitement for this from what I can see. We already have organizers reaching out to the community team to host these events. We are also figuring out the tooling for it right now.</p>\n\n\n\n<p>So, there&#8217;s another post about that, please go share your thoughts on that. But we do have some that are being scheduled. I believe there is one event that is, actually we talked about this, an event for organizers to, to help train other organisers.</p>\n\n\n\n<p>[00:34:04] <strong>Nathan Wrigley:</strong> Like an event for an event?</p>\n\n\n\n<p>[00:34:06] <strong>Angela Jin:</strong> Yes. I&#8217;m hearing about events that want to bring WordPress to communities that don&#8217;t necessarily have a strong WordPress community or any WordPress community at all. And see how bringing this technology to a different place, how it goes. And I&#8217;m also hearing events where we want to provide, new to WordPress, come to this day of workshops and learn how to use the site editor and learn how to, launch your own website.</p>\n\n\n\n<p>[00:34:36] <strong>Nathan Wrigley:</strong> So new events will be more refined? At the moment if we attend an event, we can see, let&#8217;s say an event like this, we can probably see 30 different topics. We&#8217;re going to refine the events. Are there certain things which are outside of the remit of an entire event?</p>\n\n\n\n<p>So, for example, SEO feels like a big enough subject for an entire WordCamp. There&#8217;s enough content there. But maybe there&#8217;s something a bit more niche, which you hear once at an event like the one we&#8217;re at. But it wouldn&#8217;t span the whole weekend say.</p>\n\n\n\n<p>So that&#8217;s my question really. Are there some things which are within the purview of this and some things which you are excluding? You maybe don&#8217;t have any thoughts on that, but I&#8217;m just curious to know if there is going to be some things which are in scope and other things which are not.</p>\n\n\n\n<p>[00:35:21] <strong>Angela Jin:</strong> Yeah, it&#8217;s an interesting question because, I think everything that we&#8217;re seeing proposed right now does very much feel within the scope. But I&#8217;m sure at some point there&#8217;s going to be some topic that raises some eyebrows. And I think this is why having a purpose is really helpful for that. Because we are asking that. How does your idea align with the purpose of what we&#8217;re trying to do here?</p>\n\n\n\n<p>And I would really encourage us to be experimental because WordPress is not an island. We are a part of a much larger tech ecosystem and understanding the external influences to WordPress, and how WordPress influences those areas is really important, and will help us grow. And help us bring new people in, new ideas in.</p>\n\n\n\n<p>I would like to, I keep coming back to this word, but I would really like to be very experimental about it. And like I said, if we don&#8217;t like it, we can always go back and we have a very strong track record of being responsible with sponsor dollars. And so if there is an event that we&#8217;re like, hmm, like, we&#8217;re not quite sure how that&#8217;s going to work out, maybe we try it in a smaller scale and see how we can scale it.</p>\n\n\n\n<p>[00:36:34] <strong>Nathan Wrigley:</strong> You could try something a bit novel in a smaller event and see if it&#8217;s popular, see if it gains traction and what have you.</p>\n\n\n\n<p>[00:36:40] <strong>Angela Jin:</strong> I&#8217;m really excited to see where this goes. And it is really lovely being here at WordCamp Europe to talk about this, because I&#8217;m excited by how excited everybody else is about this.</p>\n\n\n\n<p>I think there are a lot of questions about it, which is totally understandable, and I really believe that we can figure them out together. So, yeah, let&#8217;s see where it goes. And the only thing I would add is, please come and share your thoughts. Please share your thoughts on the idea as a whole, what ideas you have for events, and on what potential tooling needs we might need.</p>\n\n\n\n<p>[00:37:13] <strong>Nathan Wrigley:</strong> Where do we share the thoughts?</p>\n\n\n\n<p>[00:37:15] <strong>Angela Jin:</strong> Uh, yes. There are three posts on the community, on the make community blog, and that is where a lot of the discussion is happening. The community team has regular meetings where this is a regular topic of conversation. And so yeah, come chat with any of the community deputies. Come chat with me and yeah, let&#8217;s see where this goes.</p>\n\n\n\n<p>[00:37:36] <strong>Nathan Wrigley:</strong> So I will link to those places in the show notes. So if you&#8217;re curious about anything that Angela said, you can find the post on WP Tavern, and click on the links. Angela Jin, thank you very much for talking to me today. I really appreciate it.</p>\n\n\n\n<p>[00:37:47] <strong>Angela Jin:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>. It’s the first of six podcast episodes recorded at WordCamp Europe 2023, in Athens, Greece.</p>\n\n\n\n<p>Angela is the Head of Programs and Contributor Experience at Automattic, where she oversees the work of multiple teams dedicated to the WordPress open source project. These are the community events and engagement, education, and marketing teams. Her passion lies in building strong, inclusive communities.</p>\n\n\n\n<p>Several weeks ago, Angela wrote a blog post entitled <a href=\"https://profiles.wordpress.org/angelasjin/\">The Next Generation of WordCamps</a>. It laid out how WordCamps have been run for many years, as well as trying to begin a conversation about how they might look in the future.</p>\n\n\n\n<p>During the pandemic, online events filled the gap left by in-person gatherings, but they didn&#8217;t fully replace the experience. As restrictions eased, in-person WordCamps made a comeback. In 2022, there were around 35 events, with only one being held online. In 2023, there have been 20 events so far, and more are planned for the rest of the year.</p>\n\n\n\n<p>Angela talks about how she’s perceived a growing need for experimentation in the format of WordCamps. Currently, most WordCamps follow a tried and tested formula, with contributor days, multiple speaker presentations, the hallway track and sponsorship opportunities. She wanted to understand the purpose of gathering people together and what they gain from these events.</p>\n\n\n\n<p>To gather insights, Angela had conversations with organisers, sponsors, speakers, and attendees within the WordPress community. She also sought input from event experts outside the community, such as the community manager-focused group CMX.</p>\n\n\n\n<p>The feedback confirmed to Angela that events are essential for communities but also that there are many event formats being used elsewhere. She explains that there is an opportunity to add more variety to WordPress event formats and explore the connections and opportunities they create.</p>\n\n\n\n<p>We discuss some ways that WordCamps might evolve by having events focussed upon a particular area, such as SEO, or a particular demographic, such as students. We also get into how these amendments might be rolled out to ensure that interested groups and geographic locales don’t miss out.</p>\n\n\n\n<p>We also chat about how sponsorships play into these changes and how funding for WordPress events might be allocated in the future.</p>\n\n\n\n<p>Angela points out that there’s no specific format which is being proposed, rather this is a process of trying things out and seeing what works and what does not. The goal is to say &#8220;yes&#8221; to new ideas and foster a culture of innovation within WordPress events.</p>\n\n\n\n<p>If you’re curious about how WordPress events might change in the future, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></p>\n\n\n\n<p><a href=\"https://www.cmxhub.com/\">CMX website</a></p>\n\n\n\n<p><a href=\"https://wordpress.com/learn/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://opensource101.com/\">Open Source 101 website</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, 21 Jun 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Akismet: Saying No To Spam on Smitten Kitchen’s Popular Food 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://akismet.com/?p=77586\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://akismet.com/blog/saying-no-to-spam-on-smitten-kitchens-popular-food-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10780:\"<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h4 class=\"wp-block-heading\">TL;DR</h4>\n\n\n\n<p>For many bloggers, they see their site as a path to transfer their passion in a hobby into a follow-time career. The site <a href=\"http://SmittenKitchen.com\" target=\"_blank\" rel=\"noreferrer noopener\">Smitten Kitchen</a> launched the career of its creator, Deb Perelman, leading to book deals, cooking TV show appearances, and a Bloggie award for best food blog. <br /><br /></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignwide has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns is-style-aks-design-block_03 has-white-color has-text-color is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-design-block_03_left is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">99.99%<br />accuracy rate</h1>\n\n\n\n<p>From Akismet on SmittenKitchen.com</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-style-aks-design-block_03_right is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">2.3 million spam<br />blocked</h1>\n\n\n\n<p>By using Akismet on SmittenKitchen.com</p>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>In this case study, we sit down with Deb Perelman, creator of Smitten Kitchen, who wields Akismet to build her incredible online following.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Full Case Study</h3>\n\n\n\n<p>If you tour the world of food blogs there’s a good chance you have come across <a href=\"http://smittenkitchen.com\">Smitten Kitchen</a>. The site was created by Deb Perelman in 2006. The blog has catapulted Deb into the ranks of celebrity chefs, as she has <a href=\"https://smittenkitchen.com/books/\">three best-selling cookbooks</a>, appeared as a judge on<a href=\"https://www.foodnetwork.com/shows/beat-bobby-flay/episodes/the-nightmare-before-pastry\"> Beat Bobby Flay</a>, and has <a href=\"https://smittenkitchen.com/about/\">other culinary achievements.</a>&nbsp;</p>\n\n\n\n<p><a href=\"http://Her blog at SmittenKitchen.com\" target=\"_blank\" rel=\"noreferrer noopener\">SmittenKitchen.com</a> continues to be the primary connection point with her fan base. Comments are critical. In fact, when Deb launched the blog it was focused on dating, and she met her husband-to-be in the comments section of her blog – he was the fourth person to comment.&nbsp;</p>\n\n\n\n<p>Reader comments for each recipe often number in the thousands such as this post for <a href=\"https://smittenkitchen.com/2008/09/moms-apple-cake/\">Mom’s Apple Pie</a> and this post for <a href=\"http://v\">B</a><a href=\"https://smittenkitchen.com/2009/07/best-birthday-cake/\" target=\"_blank\" rel=\"noreferrer noopener\">est Birthday Cake</a>, with fans asking questions and sharing their stories of success and failure with the recipes. In some cases, a fan might just want to leave a single word or short sentence to express their appreciation. If the fan had to face a captcha every time, or worse comments were turned off, the site might have many fewer comments.&nbsp;</p>\n\n\n\n<p>What is vital is the lack of spam in the comment section. On other recipe and food sites, you might find self-serving affiliate links or off-topic promotions snuck in. If spam was prevalent on SmittenKitchen.com, it would send a signal that the community was not authentic and that nobody cared to curate the site.&nbsp;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">2000 comments for a single recipe on&nbsp;SmittenKitchen.com</h3>\n\n\n\n<img width=\"1392\" height=\"988\" src=\"https://akismet455732288.files.wordpress.com/2023/06/2000-comments.png?w=1024\" alt=\"\" class=\"wp-image-77592\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Multiple Benefits to Akismet</h3>\n\n\n\n<p>For the past three years now, Smitten Kitchen has been running Akismet to block spam in comments. The benefits of Akismet are:</p>\n\n\n\n<ul>\n<li>Smitten Kitchen doesn’t need to hire a moderator to manually review comments.&nbsp;As Akismet is a WordPress plugin and is automatically updated, nobody at Smitten Kitchen needs to manage it.&nbsp;</li>\n\n\n\n<li>Commenters don’t need to pass any captcha tests to prove they are not robots in order to leave a comment.&nbsp;</li>\n\n\n\n<li>Some sites don&#8217;t offer comments. However, Google indicates that it uses comments when it weighs which sites to give visibility over others. As recipes are a highly competitive market, the flourishing of comments on SmittenKitchen is valuable.&nbsp;&nbsp;</li>\n</ul>\n\n\n\n<p>With all of its commenting, Smitten Kitchen is rewarded by Google with search rank. This is invaluable in a space like recipes, where there are hundreds of listings for very similar foot items, and comments are key to standing out from the pack.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>The community that supports Smitten Kitchen is phenomenal. When I check the stats I can’t believe how much spam would be polluting the site. Akismet has made it easy to keep our comments safe and&nbsp;clean.”</p>\n<cite><strong>Deb Perelman</strong>, Founder at SmittenKitchen</cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2836\" height=\"1558\" src=\"https://akismet455732288.files.wordpress.com/2023/06/screenshot-2023-06-20-at-17.51.37-1.png?w=1024\" alt=\"\" class=\"wp-image-77608\" />Deb Perelman in her New York City kitchen; Source: YouTube @smittenkitchening\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td><strong><strong>Community</strong></strong></td><td>Welcoming a community starts with the Smitten Kitchen website. From there it continues to Facebook, Instagram, and other social channels. If the Smitten Kitchen website had no comments or put the community off solving Captcha puzzles, community engagement elsewhere might be&nbsp;lower.</td></tr><tr><td><strong>SEO</strong></td><td>Recipe sites are similar to many other niches where sites compete fiercely for search rank. Sites that ignore Google’s guidance that they value user comments, are dropping the ball, especially as managing comments with Akismet is so&nbsp;easy.</td></tr><tr><td><strong>Reputation</strong></td><td>If Smitten Kitchen were to allow spam comments it would impair the reputation of the site and its&nbsp;creators.</td></tr><tr><td><strong>Moderation</strong><br /></td><td>Smitten Kitchen’s website doesn’t have a staff committed to moderation. Having Akismet on hand to automate the moderation of the comments means that the site can be lively and active without constant supervision to make sure it stays clean of&nbsp;spam.</td></tr></tbody></table>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Smitten Kitchen is a Captcha-test Free Zone</strong></h3>\n\n\n\n<p>Imagine asking your site visitors to solve annoying puzzles just so they can comment that your cake recipe was delicious? Granted captchas are ubiquitous. That’s what makes Captcha-free sites so pleasing as they are a break from low expectations. For Smitten Kitchen’s website, they want it to be a welcome and simple experience, rather than one where you might be blocked from commenting because you didn’t see stairs in one&nbsp;image.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img src=\"https://akismet455732288.files.wordpress.com/2023/02/30398-3d.png?w=852&h=1024\" alt=\"\" class=\"wp-image-3017\" width=\"385\" height=\"462\" />\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>“To click or not to click?”</p>\n\n\n\n<img width=\"960\" height=\"942\" src=\"https://akismet455732288.files.wordpress.com/2023/02/c7a89-mask-group.png\" alt=\"\" class=\"wp-image-3018\" />\n</div>\n</div>\n\n\n\n<p></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p></p>\n\n\n\n<p></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-aks-enterprise-plan version-2-2 has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns alignwide is-style-aks-enterprise-plan_image_container is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-enterprise-plan_image_container_left_content is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"large-text-3\">Curious about pricing?</p>\n\n\n\n<p class=\"is-style-aks-enterprise-plan_image_container_left_content_short_desc\">Whether you need spam protection for large networks, multisite installations, or something more custom, our team of experts is happy to help. We&#8217;ll learn more about your needs and come up with a no-pressure&nbsp;recommendation.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-17 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button talk-to-our-team\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://akismet.com/talk-to-sales/\">Contact our enterprise team</a></div>\n</div>\n</div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 10:27:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"sanjagrbic\";s: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:247:\"HeroPress: From Service Provider to Product-Oriented Powerhouse: The WordPress Journey Unveiled – От сервис провайдера до мощной продуктовой компании: Раскрывая путь в мире 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:56:\"https://heropress.com/?post_type=heropress-essays&p=5651\";s:7:\"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:240:\"https://heropress.com/essays/from-service-provider-to-product-oriented-powerhouse-the-wordpress-journey-unveiled/#utm_source=rss&utm_medium=rss&utm_campaign=from-service-provider-to-product-oriented-powerhouse-the-wordpress-journey-unveiled\";s: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:25189:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/06/062023-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Being a part of the WordPress community fills us with pride. Быть частью сообщества WordPress наполняет нас гордостью\" /><p class=\"kt-adv-heading_c82f5c-cc wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/feed/#russian\">Это эссе также доступно на русском языке.</a></p>\n\n\n\n<p>Greetings! I am Igor Ligay, the CEO and co-founder of Stylemixthemes.com. Our company specializes in creating exceptional WordPress plugins and themes. Currently, I split my time between Dubai (UAE) and Tashkent (Uzbekistan).</p>\n\n\n\n<p>In 2007, during my second year at university, my cousin Victor approached me with a life-changing idea. Together with our friends Arseniy and Alexander, we founded Stylemix, a company aimed at developing websites for local and international businesses in Uzbekistan. Initially, it started as a part-time venture, but we soon delved into strategies to market our services to local companies. As my family could no longer support me financially, it became crucial for me to start earning my own income. This opportunity presented itself as a chance to transform my life for the better. Working tirelessly, often until midnight, I sought international clients on Elance.com, utilizing WordPress to build their websites. This experience instilled in me the values of hard work and determination, and I am grateful for the lessons learned during those early days. Since 2008, we have been actively working with WordPress, and today our team comprises over 50 talented designers, developers, and managers who are passionate about creating high-quality products that facilitate the growth and success of businesses worldwide.</p>\n\n\n\n<p>During our time on Elance, we acquired expertise in creating visually appealing custom WordPress themes with unique designs. However, the cost of such websites was often high due to the custom design aspect. To cater to customers looking for more affordable options, we began exploring alternative solutions and discovered Themeforest.net. Here, we purchased premium WP themes and utilized them to swiftly and easily create new websites for our clients.</p>\n\n\n\n<p>A major breakthrough occurred for us in 2011-2012 when we conceived the idea of developing our own themes. Leveraging our experience in WordPress development, we designed our first WP theme and listed it on Themeforest. The publication process was arduous, as reviewers were initially critical of our design, typography, UI, and other elements. However, after several iterations, our item was accepted and gained popularity within the community.</p>\n\n\n\n<p>Realizing that building custom WordPress websites for clients was limiting our growth potential, we made a bold decision to transition from being a service provider to a product-oriented company. This strategic shift allowed us to expand our reach and cater to a wider audience, thereby driving the success of our company. Over time, we received valuable feedback, suggestions, and advice from customers, leading us to implement new features, services, and industry-specific WP themes like Education and Car Dealership themes.</p>\n\n\n\n<p>Until March 2021, Themeforest proved to be an effective sales channel for us, with a significant increase in earnings in 2020 due to COVID-19 lockdowns. However, sales started declining rapidly after March 2021, causing concern as we had ambitious plans for further growth. We observed that many successful WordPress theme and plugin companies were using Freemius, so we decided to give it a try.</p>\n\n\n\n<p>Our second major breakthrough occurred in 2021 when we shifted our focus from WordPress themes development to WordPress plugin development. This pivot was prompted by the decline in sales on Themeforest.net, compelling us to redirect our team&#8217;s efforts towards a new direction. Freemius platform enabled us to effectively sell our Pro plugin version, offering all the features we had been seeking. The transition to WordPress plugin development has been a resounding success, and we take pride in the progress we have made thus far.</p>\n\n\n\n<p>However, there are a few reasons why we chose to shift our focus from Envato (Themeforest) to Freemius for selling WordPress plugins directly from our company’s website:</p>\n\n\n\n<p>Firstly, Themeforest lacked the flexibility to adapt to the subscription-based model that is prevalent today. We were compelled to sell one-time purchases and promote our support as a subscription-like service. Ideally, vendors should have the freedom to choose between lifetime and subscription models, enabling developers like us to opt for the solution that best aligns with our business strategy.</p>\n\n\n\n<p>Another reason for our shift was the inability to track conversions, customer journeys, and directly contact customers, as Envato does not share customer emails. Without the necessary data and insights, it was challenging to shape our strategies effectively.</p>\n\n\n\n<p>Furthermore, we believe that themes and plugins are distinct products. The market for themes has been disrupted by Elementor page builder, and the introduction of Gutenberg is poised to bring further changes. On the other hand, plugin development is akin to software development. While no-code solutions are also altering this landscape, we are actively building no-code functionalities for the benefit of our WordPress users.</p>\n\n\n\n<p>It is important to note that Themeforest can still be a suitable platform for conducting business, as it has worked for many others. However, we have outgrown it and require a platform that can support our growth in an increasingly competitive market, aligning with our evolving strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stylemix Today</strong></h2>\n\n\n\n<p>The journey we embarked on, myself, my partners, and our dedicated employees, has been long and filled with challenges. We weathered economic crises and overcame adversities like the COVID-19 pandemic. Stylemix has evolved into a reliable source of income, not only for me but for every member of our team. While we may not offer the highest salaries compared to other IT companies in Uzbekistan and elsewhere, what sets us apart is the exceptional work environment, the bonds of friendship among colleagues, our unwavering commitment to WordPress products, and our Kaizen philosophy. These elements combine to create an invaluable working experience for our team.</p>\n\n\n\n<p>Progressing our company hasn&#8217;t been easy, but we continue to strive forward. We actively participate in WordCamps, Envato meetups, and various WordPress-related events to forge connections with new partners, authors, marketers, and more. Being a part of the WordPress community fills us with pride, as we recognize that WordPress has not only transformed my life but also the lives of my employees. It is a testament to the fact that without WordPress, we would be on a different path today. Ultimately, WordPress has played a pivotal role in the growth and success of Stylemix.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-has-helped-me-move-forwards\"><strong>What has helped me move forwards</strong></h2>\n\n\n\n<p>My shareholders are more than just business partners; they have played an instrumental role in my personal growth. As a team of four shareholders, we engage in open discussions about business strategy and product analytics.</p>\n\n\n\n<p>I firmly believe that learning is a lifelong journey. I seek inspiration and motivation by reading books, watching interviews with IT founders, staying up to date with WordPress-related blogs, and attending meetups. These activities have facilitated my continuous evolution and development as a business leader. I am committed to pursuing new opportunities for growth and learning.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Final Words</strong></h2>\n\n\n\n<p>My journey as an entrepreneur in the WordPress community, particularly as a plugin developer, has been an incredible ride. From the inception of the idea to its launch and continuous improvement, it has been a journey marked by dedication, hard work, and perseverance. I have learned the importance of task prioritization, constant innovation, and embracing customer feedback. We are grateful to our customers and partners who have supported us along the way, contributing to the enhancement of our products and our success.</p>\n\n\n\n<p>As we look towards the future, our team is filled with excitement about the possibilities that lie ahead. We remain committed to providing customers with the best possible experience and continuously improving our portfolio of WordPress plugins with each update.</p>\n\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id_fecc51-19 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column_a030cf-cb\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"work-environment\" class=\"kt-adv-heading_7ab40e-67 wp-block-kadence-advancedheading\">Igor&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Igor for a view into his development life and this is what he sent! </p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img width=\"1280\" height=\"960\" src=\"https://heropress.com/wp-content/uploads/2023/06/igor_ligay_desktop.jpg\" alt=\"Igor Ligay\" class=\"hotspots-image skip-lazy\" />\n	</div>\n\n\n\n\n<p class=\"kt-adv-heading_65b746-81 wp-block-kadence-advancedheading has-theme-palette-9-background-color has-background\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div></div>\n\n</div></div>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 class=\"wp-block-heading\" id=\"russian\">От сервис провайдера до мощной продуктовой компании: Раскрывая путь в мире WordPress</h1>\n\n\n\n<p>Привет! Я Игорь Лигай, генеральный директор и сооснователь Stylemixthemes.com. Наша компания специализируется на создании выдающихся плагинов и тем для WordPress. В настоящее время я живу в Дубаи (ОАЭ) и в Ташкенте (Узбекистан).</p>\n\n\n\n<p>В 2007 году, во время моего второго года университета, мой двоюродный брат Виктор предложил мне жизненно важную идею. Вместе с нашими друзьями Арсением и Александром мы основали компанию Stylemix, которая занималась разработкой веб-сайтов для местных и международных бизнесов в Узбекистане. Изначально это было небольшим хобби, но вскоре мы начали заниматься маркетингом наших услуг для местных компаний. Так как моя семья больше не могла финансово поддерживать меня, для меня стало крайне важным начать зарабатывать собственный доход. Эта возможность представляла собой шанс изменить мою жизнь к лучшему. Работая неустанно, часто до полуночи, я искал международных клиентов на Elance.com и использовал WordPress для создания их веб-сайтов. Этот опыт привил мне ценности трудолюбия и настойчивости, и я благодарен за уроки, полученные в те ранние дни. С 2008 года мы активно работаем с WordPress, и сегодня наша команда включает более 50 талантливых дизайнеров, разработчиков и менеджеров, увлеченных созданием качественных продуктов, способствующих росту и успеху бизнеса во всем мире.</p>\n\n\n\n<p>Во время работы на Elance мы приобрели экспертизу в создании привлекательных пользовательских тем для WordPress с уникальными дизайнами. Однако стоимость таких веб-сайтов часто была высокой из-за индивидуального дизайна, который мы рисовали с нуля. Чтобы удовлетворить клиентов, ищущих более доступные варианты, мы начали исследовать альтернативные решения и обнаружили Themeforest.net. Здесь мы покупали премиум-темы WP и использовали их для быстрого и легкого создания новых веб-сайтов для наших клиентов.</p>\n\n\n\n<p>Переломным моментом для нас стал 2011-2012 год, когда мы придумали идею разработки собственных тем. Используя наш опыт в разработке WordPress, мы создали нашу первую тему WP и разместили ее на Themeforest. Процесс публикации был сложным, так как модераторы изначально были критичны к нашему дизайну, типографике, пользовательскому интерфейсу и другим элементам. Однако после нескольких итераций наша тема была принята и получила популярность в сообществе.</p>\n\n\n\n<p>Понимая, что создание индивидуальных веб-сайтов на WordPress для клиентов ограничивает наш потенциал роста, мы приняли смелое решение перейти от поставщика услуг к продуктовой компании. Этот стратегический поворот позволил нам обслуживать более широкую аудиторию, способствуя успеху нашей компании. С течением времени мы получали ценные отзывы, предложения и советы от клиентов, что привело нас к внедрению новых функций, услуг и тем WP для конкретных отраслей, таких как образование и автодилерские темы.</p>\n\n\n\n<p>До марта 2021 года Themeforest был для нас эффективным каналом продажи, и в 2020 году мы заметно увеличили свою прибыль из-за локдауна в эпоху COVID-19. Однако после марта 2021 года продажи резко снизились, вызвав беспокойство, так как у нас были амбициозные планы по дальнейшему росту. Мы заметили, что многие успешные компании по разработке тем и плагинов для WordPress используют Freemius, поэтому мы решили попробовать его.</p>\n\n\n\n<p>Второй важный момент нашего развития произошел в 2021 году, когда мы сместили фокус с разработки тем WordPress на разработку плагинов WordPress. Этот поворот был вызван снижением продаж на Themeforest.net и заставил нас перенаправить усилия нашей команды в новом направлении. Платформа Freemius позволила нам успешно продавать нашу Pro-версию плагина, предлагая все необходимые функции. Переход к разработке плагинов WordPress стал большим успехом, и мы гордимся тем, что сделали правильное решение.</p>\n\n\n\n<p>Более того, есть еще несколько причин, по которым мы решили сместить свое внимание с Envato (Themeforest) на Freemius для продажи плагинов WordPress непосредственно на веб-сайте нашей компании:</p>\n\n\n\n<p>Во-первых, Themeforest не обладал гибкостью для адаптации к модели подписки, которая сегодня является распространенной. Мы вынуждены продавать одноразовые покупки и предлагать нашу поддержку в виде услуги, похожей на подписку. Продавцы должны иметь свободу выбора между пожизненной лицензией и моделью по подписке, чтобы разработчики, как мы, могли выбрать решение, которое лучше соответствует нашей бизнес-стратегии.</p>\n\n\n\n<p>Еще одной причиной нашего перехода было отсутствие возможности отслеживать конверсии, путь клиента и напрямую общаться с клиентами, так как Envato не предоставляет адреса электронной почты клиентов. Без необходимых данных и информации было сложно эффективно формировать наши стратегии.</p>\n\n\n\n<p>Кроме того, мы считаем, что темы и плагины &#8211; это разные продукты. Рынок тем уничтожается дешевыми решениями от Elementor и Gutenberg. С другой стороны, разработка плагинов напоминает разработку программного обеспечения.</p>\n\n\n\n<p>Themeforest все еще может быть хорошей платформой для ведения бизнеса, так как на ней до сиз пор продают многие другие компании. Однако мы переросли ее и нуждаемся в платформе, которая может поддержать наш рост на все более конкурентном рынке, соответствуя нашим стратегиям.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stylemix сегодня</strong></h2>\n\n\n\n<p>Путь, который мы начали более 10 лет назад, привел нас к успеху и признанию в сообществе разработчиков WordPress. Мы гордимся тем, что стали руководителями в создании тем и плагинов WordPress для различных отраслей. Наша команда продолжает разрабатывать инновационные решения, следуя современным трендам и потребностям пользователей.</p>\n\n\n\n<p>Мы по-прежнему стремимся создавать высококачественные продукты, способствующие успешному онлайн-присутствию наших клиентов. Наша цель &#8211; помочь предпринимателям, брендам и организациям достичь своих целей и раскрыть свой потенциал через WordPress.</p>\n\n\n\n<p>Если у вас есть какие-либо вопросы или потребности, пожалуйста, не стесняйтесь обратиться ко мне или нашей команде. Мы всегда готовы помочь и поделиться нашими знаниями и опытом с вами.</p>\n\n\n\n<p>Продвижение нашей компании не было простым, но мы продолжаем стремиться вперед. Мы активно участвуем в мероприятиях WordCamp, встречах Envato и различных событиях, связанных с WordPress, чтобы установить связи с новыми партнерами, авторами, маркетологами и другими представителями отрасли. Быть частью сообщества WordPress наполняет нас гордостью, поскольку мы понимаем, что WordPress не только изменил мою жизнь, но и жизни моих сотрудников. Это свидетельство того, что без WordPress мы бы шли по другому пути сегодня. В конечном счете, WordPress сыграл решающую роль в росте и успехе Stylemix.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>То, что помогает мне двигаться вперед</strong></h2>\n\n\n\n<p>Мои акционеры &#8211; это не просто партнеры по бизнесу; они сыграли важную роль в моем личном росте. В качестве команды из четырех акционеров мы ведем открытые дискуссии о бизнес-стратегии и аналитике продукта.</p>\n\n\n\n<p>Я твердо верю, что обучение &#8211; это путь на всю жизнь. Я ищу вдохновение и мотивацию, читая книги, смотря интервью с основателями IT-компаний, следя за блогами, связанными с WordPress, и посещая мероприятия. Эти активности способствуют моему непрерывному развитию и эволюции в качестве бизнес-лидера. Я стремлюсь открывать новые возможности для роста и обучения.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Заключительные слова</strong></h2>\n\n\n\n<p>Мое путешествие в качестве предпринимателя в сообществе WordPress, особенно в качестве разработчика плагинов, было невероятным интересным. От зарождения идеи до ее запуска и непрерывного совершенствования &#8211; это путь, отмеченный преданностью, усердием и настойчивостью. Я узнал о важности приоритизации задач, постоянного инновационного мышления и принятии обратной связи от клиентов. Мы благодарны нашим клиентам и партнерам, которые поддерживали нас на протяжении всего пути, способствуя развитию наших продуктов и нашему успеху.</p>\n\n\n\n<p>Смотря в будущее, наша команда полна уверенности от возможностей, которые есть впереди и которые мы должны достичь. Мы остаемся привержены предоставлению клиентам лучшего пользовательского опыта и непрерывному совершенствованию наших WordPress продуктов с каждым обновлением.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-service-provider-to-product-oriented-powerhouse-the-wordpress-journey-unveiled/\">From Service Provider to Product-Oriented Powerhouse: The WordPress Journey Unveiled &#8211; От сервис провайдера до мощной продуктовой компании: Раскрывая путь в мире WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 08: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:\"Igor Ligay\";s: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:75:\"WPTavern: Blocknotes App Runs WordPress Natively on iOS, Now in Public 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=146010\";s:7:\"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://wptavern.com/blocknotes-app-runs-wordpress-natively-on-ios-now-in-public-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:6551:\"<p>Blocknotes is a new experimental app that runs WordPress natively on the iPhone. It was created by WordPress core committer Ella van Durpe and is powered by <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a project that runs the software in the browser without a PHP server.</p>\n\n\n\n<p>&#8220;WordPress&#8217; ecosystem can now run anywhere &#8211; desktop, mobile, web, even fenced ecosystems,&#8221; WordPress Playground creator Adam Zieliński <a href=\"https://twitter.com/adamzielin/status/1669478239771799552\">said</a>, sharing a screenshot on Twitter.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Meet Blocknotes, the first native iPhone app running WordPress on the device.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> built it with Playground. It saves notes to HTML and synchronizes them over iCloud.<br /><br />WordPress ecosystem can now run anywhere &#8211; desktop, mobile, web, even fenced ecosystems. Exciting! <a href=\"https://t.co/ko20RGP4hT\">pic.twitter.com/ko20RGP4hT</a></p>&mdash; Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1669478239771799552?ref_src=twsrc%5Etfw\">June 15, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Blocknotes allow you to create notes with Gutenberg, save them as HTML files to iCloud, and synchronize them across your devices. This paves the way for future WordPress-based mobile apps and that’s just a start.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Since the cat\'s out of the bag, here are some more screenshots. Hopefully public beta next week if approved by Apple Beta Review. :)<a href=\"https://t.co/i4Ya40t3qv\">https://t.co/i4Ya40t3qv</a> <a href=\"https://t.co/gQg60Ck7dh\">pic.twitter.com/gQg60Ck7dh</a></p>&mdash; Ella (@ellatrx) <a href=\"https://twitter.com/ellatrx/status/1669597097367162880?ref_src=twsrc%5Etfw\">June 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>Zieliński eplained that this particular experimental app is technically a WebView that runs a HTML page where the WebAssembly version of PHP runs – the same one as on <a rel=\"noreferrer noopener\" href=\"http://playground.wordpress.net/\" target=\"_blank\">playground.wordpress.net</a>.</p>\n\n\n\n<p>&#8220;Browsers and other JavaScript runtimes all adopted a common standard that is WebAssembly,&#8221; he said. &#8220;Turns out you can build many &#8216;regular&#8217; programs, including PHP, to that standard and then you can run them in the browser.&#8221;</p>\n\n\n\n<p>The significance of this app running natively on iOS is that it demonstrates the possibilities of running WordPress in many new contexts without the requirement of a server.  Zieliński believes this implementation can even be turned into an app template to build a WordPress app with the click of a button.</p>\n\n\n\n<p>&#8220;Playground, as a WebAssembly software, brings WordPress to Node.js, mobile devices, desktop apps, ecosystems like VS Code that support JavaScript extensions,&#8221;  Zieliński said. &#8220;The mobile app, desktop app, and a hosted web app could all use the same code and also provide a Playground-based demo version.&#8221;</p>\n\n\n\n<p>Zieliński said he expects to see people building mobile apps in the future &#8220;with nothing more than a WordPress plugin.&#8221; This would drastically reduce the learning curve for creating and customizing mobile apps. </p>\n\n\n\n<p>&#8220;Or even better, with no code at all – they’d just use the admin interface to configure a WordPress site to look and act like an app,&#8221; he said.</p>\n\n\n\n<p>&#8220;Changing the app look and feel could be the same as switching a theme in WordPress.&#8221;</p>\n\n\n\n<p>Zieliński has a virtually inexhaustible spring of ideas for how the WordPress Playground can benefit the ecosystem and his passion for the project is evident in a recent <a href=\"https://www.youtube.com/live/LkWd7w7UkIM?feature=share\">interview on The Code and Coffee Show</a>.</p>\n\n\n\n<p>The Blocknotes app offers a solid example of WordPress Playground working in the real world. It&#8217;s a use case that seems to have resonated strongly with developers as a new way to run WordPress across platforms.</p>\n\n\n\n<p>The app is not yet available in the app store but it can be <a href=\"https://testflight.apple.com/join/1LHlA8uA\">tested via the TestFlight app</a>. van Durpe said it can <a href=\"https://twitter.com/ellatrx/status/1669597479501717505\">can also be installed on macOS</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Blocknotes is available for beta testing! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6a7.png\" alt=\"🚧\" class=\"wp-smiley\" /> Even though I already use it for my notes, be careful! Normally, if the app freezes, your notes should be safe in iCloud Drive.<br /><br />This release comes with a new feature: folders!<a href=\"https://t.co/oLmLR8zqxF\">https://t.co/oLmLR8zqxF</a> <a href=\"https://t.co/vz6T5bZR1d\">pic.twitter.com/vz6T5bZR1d</a></p>&mdash; Ella (@ellatrx) <a href=\"https://twitter.com/ellatrx/status/1669840891500978176?ref_src=twsrc%5Etfw\">June 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>WordPress Playground is being developed to become &#8220;the official WordPress previewer,&#8221; according to the <a href=\"https://github.com/WordPress/wordpress-playground/issues/525\">roadmap</a> &#8211; the officially supported tool for testing WordPress plugins, new features, beta/RC releases, without expensive infrastructure. Demos and testing sites can be launched instantly by clicking a link. The project also promises to provide an interactive learning experience for WordPress documentation to help new developers.</p>\n\n\n\n<p>Opening new doors for WordPress is also on the project&#8217;s roadmap, for the creation of tools that run across multiple devices. WordPress Playground removes limitations developers have lived with for years.</p>\n\n\n\n<p>&#8220;Let&#8217;s enable a new generation of WordPress tools running on desktops, mobile devices, in CLI, and inside web browsers,&#8221; Zieliński said. &#8220;Imagine WordPress as a cross-device note-taking app, or WooCommerce as a ticket-scanning app running on a phone, or a code editor running on a tablet where you can build WordPress extensions.</p>\n\n\n\n<p>&#8220;WordPress won over 40% of the web as an app that can only run on a server. What will happen now that WordPress can run on almost any device?&#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:\"Wed, 21 Jun 2023 02:37: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: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: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:69:\"WPTavern: WordPress Contributors Discuss Renaming Command Center Tool\";s:7:\"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=146035\";s:7:\"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/wordpress-contributors-discuss-renaming-command-center-tool\";s: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:8811:\"<p>A lively discussion is happening on the Gutenberg repository about <a href=\"https://github.com/WordPress/gutenberg/issues/50925\">renaming the Command Center</a>. This new feature, designed to be an extensible quick search and command execution tool, was <a href=\"https://wptavern.com/gutenberg-15-6-introduces-experimental-details-block-and-command-center-for-site-editor\">introduced in Gutenberg 15.6</a>. In <a href=\"https://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-editor\">version 16.0</a>, it came out of the experimental stage and <a href=\"https://github.com/WordPress/gutenberg/pull/51169\">its API is now public</a>, ready for developers to create their own custom commands.</p>\n\n\n\n<img />image credit: <a href=\"https://github.com/WordPress/gutenberg/issues/48457#issuecomment-1487439383\">Command Center mockups</a> &#8211; Gutenberg repository\n\n\n\n<p>The Command Center is on track to land in the upcoming WordPress 6.3 release but may be arriving under a different name. Automattic-sponsored contributor Reyes Martínez opened the discussion and identified three main purposes the feature is meant to serve: </p>\n\n\n\n<ul>\n<li>Quickly search, navigate, and switch between different types of content</li>\n\n\n\n<li>Run commands to perform tasks or actions</li>\n\n\n\n<li>Extend and customize the tool, also with AI, via third parties (plugins)</li>\n</ul>\n\n\n\n<p>&#8220;The concept of a command center can convey the idea of a centralized location to execute commands and manage tasks, but it seems a bit technical and carries some militant connotations,&#8221; Martínez said. &#8220;Additionally, after reading some <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback left in Riad’s call for feedback</a>, my impression (from a marketing perspective) is that this name may not fully convey its potential and different use cases.&#8221;</p>\n\n\n\n<p>Martínez contends that &#8220;Wayfinder&#8221; as a name &#8220;better captures its different use cases&#8221; and &#8220;reflects benefits, and appeals to a less technical audience.&#8221; She also suggested that it &#8220;has the potential to evoke a sense of curiosity, exploration, and discovery in more types of users.&#8221;</p>\n\n\n\n<p>Two Automattic-sponsored contributors responded with support for Wayfinder as the name shortly after the discussion was posted. Nearly every other participant has highlighted concerns about using Wayfinder and suggested other names that more clearly describe the feature. The term does not have a direct translation in many languages and leans heavily towards navigation, leaving out the other purposes the feature is meant to serve, such as running commands and actions, as well as AI and other third-party integrations.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m not sure I could articulate why I feel so strong about the naming of the command bar coming to the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> Site Editor (and eventually the whole Dashboard <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f91e-1f3fd.png\" alt=\"🤞🏽\" class=\"wp-smiley\" />) in a tweet, but wow I have strong feelings. <a href=\"https://t.co/yP4dx1LEDl\">https://t.co/yP4dx1LEDl</a></p>&mdash; Aurooba Ahmed (@aurooba) <a href=\"https://twitter.com/aurooba/status/1670800659837321217?ref_src=twsrc%5Etfw\">June 19, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;There&#8217;s two things here. One is &#8216;What is it?&#8217; and the other is &#8216;What is it called?\'&#8221;  WP Engine developer Ross Wintle said.</p>\n\n\n\n<p>&#8220;I would rather it was just called a command palette on both counts. This is by far the most common term in use to describe this kind of thing. I see no need to stray from popular convention. Anything else is either confusing or marketing and I don&#8217;t like either.&#8221;</p>\n\n\n\n<p>He suggests WordPress adopt the term based on its well-documented use throughout the industry for similar features in apps like Sublime Text, VS Code, GitHub, Jira, and others.</p>\n\n\n\n<p>&#8220;We did hear Matías call it <a href=\"https://youtu.be/7Nmz3IjtPh0?t=911\">a &#8220;Wayfinder tool&#8221; in the WordCamp Europe 2023 Keynote</a>, so at this point perhaps making arguments for it to be called something else <em>may</em> be moot, I&#8217;m not sure,&#8221; WordPress developer Aurooba Ahmed said.</p>\n\n\n\n<p>&#8220;However, I was curious about the argument that a term using the word <code>command</code> would be less appealing to non-developers, so I wanted to document names around the internet for command palettes that I&#8217;ve seen in non-developer tools/services (to augment <a href=\"https://github.com/rosswintle\">@rosswintle</a>&#8216;s documenting of tools and what they call this feature as well). </p>\n\n\n\n<p>Ahmed cited apps using &#8220;Command Palette,&#8221; including Miro, Reflect, and Obsidian. Another common name for this feature is &#8220;Command Menu,&#8221; used by Todoist and Cron. She also cited ClickUp as using &#8220;Command Center&#8221; and Missive using &#8220;Command Bar,&#8221; among other apps with similar terms.</p>\n\n\n\n<p>&#8220;I&#8217;m sure there&#8217;s more, these are just the ones I could think of, off the top of my head,&#8221; she said. &#8220;I&#8217;m not sure I consider the argument that a name with the term <code>Command</code> would be less appealing to non-developers a very strong one.</p>\n\n\n\n<p>&#8220;That&#8217;s not to say that WordPress shouldn&#8217;t choose a different or unique name for this feature. However, then at this point I&#8217;m wondering what <em>kind</em> of name is wanted: one that feels new and different or one that clearly communicates its purpose and easy to remember?</p>\n\n\n\n<p>&#8220;Those ideas don&#8217;t have to be mutually exclusive, but going <em>against</em> a fairly internet-wide informally established naming convention and understanding of a certain feature should have a solid reason behind it.&#8221;</p>\n\n\n\n<p>Automattic-sponsored contributor Nicholas Garofalo noted that the name itself will not be prominently featured in the interface, based on <a href=\"https://github.com/WordPress/gutenberg/issues/48457#issuecomment-1487439383\">recent mockups</a>.</p>\n\n\n\n<p>&#8220;The name, like Gutenberg, will be used primarily for marketing and documentation,&#8221; Garofolo said. &#8220;That influences naming and translation concerns.&#8221;</p>\n\n\n\n<p>&#8220;Even differences in US vs UK English make it extremely difficult to find a catchy (Ie. marketable) and universally understood (Ie. easily documented) name. That&#8217;s why I agree with the aforementioned recommendation that we treat this a bit like &#8216;Gutenberg&#8217; or &#8216;plugin.&#8217; If this were appearing frequently within the interface then I would perhaps feel different.&#8221;</p>\n\n\n\n<p>Other suggestions from speakers of different languages include Actions hub, Finder, Quick commands, Quick actions, and Quick finder. Even if Gutenberg contributors are determined to emphasize the navigation aspect of the feature at the expense of its other capabilities, a term like Quick finder is more easily understood for the <a href=\"https://wordpress.org/about/stats/\">52% of WordPress users</a> who use the software in a language other than English.</p>\n\n\n\n<p>&#8220;The term &#8216;Wayfinder&#8217; is very much associated with navigation and not with taking actions or giving commands,&#8221; WordPress developer Ian Svoboda said. &#8220;This feature’s purpose is to make it easier to run commands and move about the dashboard.</p>\n\n\n\n<p>&#8220;A term like Wayfinder feels like marketing speak more than an actual feature name. Consider the difference between saying: &#8216;use the Wayfinder&#8217; and &#8216;use the command palette.&#8217; In the later example, the meaning and purpose is immediately clear. So sure someone else may not know what a &#8216;command palette&#8217; is but I’d wager way more folks know what a command palette is than a random feature in me specific app called Wayfinder.</p>\n\n\n\n<p>&#8220;I would ask that we focus on being easy to understand and to translate above trying to be clever with a name.&#8221;</p>\n\n\n\n<p>The issue for <a href=\"https://github.com/WordPress/gutenberg/issues/50925\">renaming the Command Center</a> is still open on the Gutenberg repository and discussion is ongoing. The general consensus of participants is to use clear language over a term that evokes curiosity (and likely confusion since it doesn&#8217;t translate well). A decision has not yet been made but should be forthcoming as WordPress 6.3 Beta 1 is expected on June 27, ahead of the general release on August 8.</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, 20 Jun 2023 19:18:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"Do The Woo Community: Random Q&amp;A with Attendees at WordCamp Europe 2023\";s:7:\"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=75316\";s:7:\"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://dothewoo.io/snippets-from-wordcamp-europe-2023/\";s: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:405:\"<p>Had a chance to ask some random questions with a few attendees at WordCamp Europe 2023 and ask them some fun questions.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/snippets-from-wordcamp-europe-2023/\">Random Q&#038;A with Attendees at WordCamp Europe 2023</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, 20 Jun 2023 08:40:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:94:\"WPTavern: WordPress Confirms 8 Pilot Events to Launch the Next Generation of WordCamps in 2023\";s:7:\"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=146019\";s:7:\"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:105:\"https://wptavern.com/wordpress-confirms-8-pilot-events-to-launch-the-next-generation-of-wordcamps-in-2023\";s: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:3461:\"<p>In May 2023, WordPress&#8217; Community Team announced that it would be <a href=\"https://wptavern.com/wordpress-community-team-evolves-wordcamp-format-to-promote-adoption-training-and-networking-for-professionals\">evolving the WordCamp format</a> to promote adoption, training, and networking for professionals, leaving the flagship events to focus more on connection and inspiration. This major shift opens the door for more experimentation through varied formats. In a recent <a href=\"https://make.wordpress.org/community/2023/06/19/next-generation-of-wordpress-events-updates/\">update</a>, the team shared that progress on the discussions has generated 64 ideas with 59 organizers who are willing to follow up on their ideas. </p>\n\n\n\n<p>There are also eight pilot events that have been confirmed and six of them will launch in 2023. These include some of the most creative concepts that WordPress has ever officially entertained, as the previous WordCamp format had become predictable and requirements somewhat inflexible. These pilot events offer a glimpse of what events could look like going forward.</p>\n\n\n\n<p>The WordPress community in Leipzig, Germany, is planning the first ever Low-Cost WordCamp for July 1, 2023. Organizers will host 90 attendees and keep costs low with no swag, no social dinner, and no after party. They will offer just one track of presentations.</p>\n\n\n\n<p>&#8220;The goal is to motivate and help new and veteran organizers to create a lighter, impactful event that is low cost and requires less time, financial resources, and fewer organizers/volunteers,&#8221;  Automattic-sponsored Community Team contributor Isotta Peira said.</p>\n\n\n\n<p>Contributors in Sevilla, Spain, are planning a &#8220;WordPress Day&#8221; on July 2, 2023, where the focus will be engaging 50 attendees in three different areas of contribution. </p>\n\n\n\n<p>&#8220;The goal is to bring new contributors to the community and retain them by organizing multiple events every year,&#8221; Peira said. With these small numbers and limited goals, this effort could easily be organized as frequently as they anticipate. </p>\n\n\n\n<p>The community in Tegal, Indonesia is planning a &#8220;Scale Up&#8221; Workshop for October 22, 2023. A group of 50 participants will join in a 1-day training event that will expand their WordPress skills by &#8220;diving into the world of WordPress for enterprise.&#8221; </p>\n\n\n\n<p>The three other approved pilot events for 2023 include a Rural event for small towns/villages, a WP for Publishers in Bangalore, and a Community Day in Rome, Italy, designed for WordPress community organizers, scheduled for September 29.</p>\n\n\n\n<p>All of the confirmed events fall within the new purpose for WordPress events that the Community Team identified earlier this year:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.</p>\n</blockquote>\n\n\n\n<p>Prospective event organizers who are inspired by the confirmed pilot events can submit their creative ideas via a <a href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\">dedicated form</a>. The Community Team is still accepting pilot events for 2023 and is also scheduling into 2024.</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, 19 Jun 2023 21:11: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: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:76:\"WordPress.org blog: WP Briefing: Episode 58: A New Wave for WordPress Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15179\";s:7:\"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/2023/06/episode-58-a-new-wave-for-wordpress-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15635:\"<p>Join WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-1 wp-block-group-is-layout-constrained\">\n<ul>\n<li>Guest Host:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/cbringmann/\" rel=\"noreferrer noopener\">Chloé Bringmann</a></li>\n\n\n\n<li>Guest:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/angelasjin/\" rel=\"noreferrer noopener\">Angela Jin</a></li>\n\n\n\n<li>Editor:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/dustinhartzler/\" rel=\"noreferrer noopener\">Dustin Hartzler</a></li>\n\n\n\n<li>Logo:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/javiarce/\" rel=\"noreferrer noopener\">Javier Arce</a></li>\n\n\n\n<li>Production:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/bjmcsherry/\" rel=\"noreferrer noopener\">Brett McSherry</a></li>\n\n\n\n<li>Song: Fearless First by Kevin MacLeod</li>\n</ul>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">WordCamp Europe 2023 Keynote</a></li>\n\n\n\n<li>Establishment of a formal WordPress&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\" target=\"_blank\">Sustainability Team</a></li>\n\n\n\n<li>WordPress 6.4&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">Development Cycle Announced</a></li>\n\n\n\n<li>WCUS &#8211; Still looking <a href=\"https://us.wordcamp.org/2023/call-for-volunteers/\">for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/handbook/\">Contributor Handbook</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15179\"></span>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:10]&nbsp;</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your guest host Chloé Bringmann. And here we go.</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:40]&nbsp;</p>\n\n\n\n<p>So I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?</p>\n\n\n\n<p>[Angela Jin 00:01:01]&nbsp;</p>\n\n\n\n<p>Yeah, happy to, and thank you so much for having me. I&#8217;m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I&#8217;m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.</p>\n\n\n\n<p>[Chloé Bringmann 00:01:41]&nbsp;</p>\n\n\n\n<p>We just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I&#8217;m curious about what your impressions were of the past week.</p>\n\n\n\n<p>[Angela Jin 00:01:52]&nbsp;</p>\n\n\n\n<p>Yeah, it was fantastic. I&#8217;m always really inspired by what a group of like-minded people can achieve together. There&#8217;s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it&#8217;s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I&#8217;m really excited to see how many exciting new projects and ideas that we have in the space.</p>\n\n\n\n<p>[Chloé Bringmann 00:02:27]&nbsp;</p>\n\n\n\n<p>Same, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I&#8217;m curious about what the main ideas and goals, as discussed thus far, are of that proposal.</p>\n\n\n\n<p>[Angela Jin 00:02:42]&nbsp;</p>\n\n\n\n<p>For sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it&#8217;s also undeniable that the way that people meet has changed since 2006.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:01]&nbsp;</p>\n\n\n\n<p>And so, just as WordPress itself iterates we&#8217;re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:23]&nbsp;</p>\n\n\n\n<p>So to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:47]</p>\n\n\n\n<p>So the goal here is to create events that are more clearly defined &#8211; who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let&#8217;s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:04:13]</p>\n\n\n\n<p>However, the feedback that I&#8217;ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I&#8217;m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that&#8217;s pretty cool.</p>\n\n\n\n<p>&nbsp;[Chloé Bringmann 00:04:37]&nbsp;</p>\n\n\n\n<p>Wow, that&#8217;s incredible. I love that we&#8217;ve gotten 60 suggestions already and that we already have an event in place. That&#8217;s fantastic. In that blog post, too, it&#8217;s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?</p>\n\n\n\n<p>[Angela Jin 00:05:04]</p>\n\n\n\n<p>Excellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:27]</p>\n\n\n\n<p>And on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:56]</p>\n\n\n\n<p>And so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:06:38]</p>\n\n\n\n<p>And I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody&#8217;s time and somebody&#8217;s contributions, which we&#8217;re always trying to encourage through the Five for the Future program.</p>\n\n\n\n<p>[Chloé Bringmann 00:07:11]&nbsp;</p>\n\n\n\n<p>Beautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?</p>\n\n\n\n<p>[Angela Jin 00:07:31]</p>\n\n\n\n<p>I foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:07:58]</p>\n\n\n\n<p>The Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:08:08]</p>\n\n\n\n<p>And so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn&#8217;t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.</p>\n\n\n\n<p>[Chloé Bringmann 00:08:39]</p>\n\n\n\n<p>Very excited to hear all of this, and I bet our listeners are too. I&#8217;m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.</p>\n\n\n\n<p>[Angela Jin 00:08:50]</p>\n\n\n\n<p>I&#8217;m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we&#8217;re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we&#8217;ll include links to those posts in the show notes.</p>\n\n\n\n<p>[Chloé Bringmann 00:09:26]</p>\n\n\n\n<p>One final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?</p>\n\n\n\n<p>[Angela Jin 00:09:37]</p>\n\n\n\n<p>For the Community Summit in particular, if you want to attend and you haven&#8217;t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:09:53]</p>\n\n\n\n<p>And if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:10:15]</p>\n\n\n\n<p>And next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I&#8217;m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It&#8217;s going to be a truly incredible event, so don&#8217;t miss out.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:41]</p>\n\n\n\n<p>Oh, wonderful. Thank you so much for joining me, Angela. And I can&#8217;t wait to see you and the WordPress community in August in person.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:58]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project&#8217;s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:011:39]</p>\n\n\n\n<p>Second, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I&#8217;ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:012:16]</p>\n\n\n\n<p>Finally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I&#8217;m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.</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, 19 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s: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:\"Do The Woo Community: Where in the World are the WordPressers?\";s:7:\"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=75298\";s:7:\"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:60:\"https://dothewoo.io/where-in-the-world-are-the-wordpressers/\";s: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:355:\"<p>Marcus Burnette has an ongoing project that maps out the WordPress community. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/where-in-the-world-are-the-wordpressers/\">Where in the World are the WordPressers?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 09:08:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:111:\"Gutenberg Times: Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=24495\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64786:\"<p>Isabel Brison and Birgit Pauli-Haack discuss Gutenberg 15.9 and 16.0, New Posts on the Developer Blog and the WordPress 6.3 release.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\"></p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/live-q-a-layout-layout-layout/\"><strong>Live Q &amp; A: Layout. Layout. Layout</strong></a></p>\n\n\n\n<p><strong>New Posts on the Developer Blog</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\">What’s new for developers? (June 2023)</a> by Justin Tadlock&nbsp;</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a> by Ryan Welcher</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/customizing-core-block-style-variations-via-theme-json/\">Customizing core block style variations via theme.json</a> by Justin Tadlock&nbsp;</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/\">Curating the Editor experience with client-side filters</a> by Nick Diego</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/useentityrecords-an-easier-way-to-fetch-wordpress-data/\">useEntityRecords: an easier way to fetch WordPress data</a> by Michael Burridge</li>\n</ul>\n\n\n\n<p><strong>Gutenberg Releases </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">What’s new in Gutenberg 15.9? (31 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">What’s new in Gutenberg 16.0? (14 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n</ul>\n\n\n\n<p><strong>WordPress 6.3 </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/orgs/WordPress/projects/103\">Project Board: WordPress 6.3 Editor Tasks</a></li>\n\n\n\n<li><a href=\"https://github.com/orgs/WordPress/projects/96\">Project Board: UX Polish</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a> </li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 84th episode of the Gutenberg Changelog podcast. In today&#8217;s show, we will talk about Gutenberg 15.9 and 6.0 releases, new posts from the developer block, the roadmap for 6.3 and a little bit of WordCamp Europe. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and the WordPress developer advocate and a full-time core contributor to the WordPress open source project.</p>\n\n\n\n<p>And I have the wonderful pleasure to have Isabel Brison with me on the show. And Isabel has been a designer, developer on the Block Editor for almost four years, I think. And is the editor tech co-lead for WordPress 6.3, and therefore knows quite a bit about the features coming to WordPress 6.3. Isabel, thank you so much for making the time today to be on the show.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, it&#8217;s a great pleasure. Thanks for inviting me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are both on the 6.3 release squad. So you are the tech colleague for the editor, together with Ramon Dodd. I&#8217;m on the team of editor triage with Nick Diego, Anne McCarthy and Firoz Sabaliya. Both of us, Firoz and I, are first-timers on this release squad, team four editor triage. So that&#8217;s going to be interesting. And we are less than two weeks before beta one.</p>\n\n\n\n<p><em>Isabel Brison</em>: We are indeed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What&#8217;s happening in a release cycle before beta one and what after?</p>\n\n\n\n<p><em>Isabel Brison</em>: So right now, from an editor tech lead perspective, what happens before beta one is we need to make sure that all the latest changes from Gutenberg plugin, so more than from the plugin itself, from the Gutenberg repo where all the cutting-edge stuff is being worked on. All those changes have to be transported into the core repo, which is a different repository.</p>\n\n\n\n<p>So part of that process is automated. I say all the changes, but in reality, it&#8217;s all the changes that are stable enough to make it into core. Because in Gutenberg, there&#8217;s a lot of experimental stuff that is not necessarily ready for core yet. And so part of the process is that the editor tech lead, in this case, the leads, because there are two of us, we have to make sure that the right changes are being put into core, that everything is working well.</p>\n\n\n\n<p>Part of that process is you can say automated because essentially, in Gutenberg, you have a lot of JavaScript which is published as NPM packages and/or consumes those packages. So that part of the process is you update the packages, you publish the packages, the latest versions. And then we update the packages in the core repo to get those latest versions.</p>\n\n\n\n<p>However, there&#8217;s also a fair amount of PHP in Gutenberg, and that part needs to be transported across to the other repo manually. And so that&#8217;s where we have to go through all the changes that require adding PHP to core and do pull requests for each change set and review them and commit them individually. So depending on how many changes, and we&#8217;re talking&#8230; So Gutenberg has been growing a fair bit.</p>\n\n\n\n<p>We have a lot of contributors now, and so there&#8217;s a lot of changes in each release. And so this process can become a bit overwhelming if there&#8217;s a lot of stuff. And now we&#8217;re counting down to beta and going, &#8220;Oh, we need to get all the back ports in, in time before beta and in time, preferably, to be able to test them a bit in core and check everything&#8217;s okay before beta&#8217;s cut.&#8221; So that&#8217;s the path of the process that we&#8217;re at now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So there&#8217;s a lot of shifting around and talking to contributors and testing as well maybe beforehand. Is there also a process to audit some of the experimental APIs that are there if they can be made stable?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Because that was one of the contentions that sometimes experimental stuff gets into core.</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s also something that occurs before each release. There&#8217;ll be an audit in Gutenberg of all the experimental APIs. So this is interesting. This situation of the experimental APIs has evolved a bit over time. So previously, up until, I want to say maybe a year ago, but I have a very, very hazy sense of time. So it might be more or less.</p>\n\n\n\n<p>There were a lot of experimental APIs that would be merged into core because they were part of a Gutenberg feature that was considered stable enough. The feature itself was considered stable enough to move into core, although the API had not been marked stable. And so in practice, there&#8217;s a fair few experimental APIs that are public. And because they have made it into core at some point in the past, we now have to support them indefinitely because there are extenders out there using them in the real world.</p>\n\n\n\n<p>So we can&#8217;t scrap them, we can&#8217;t make changes to them. And so essentially, they are stable but there&#8217;s a lot of them. And there&#8217;s some progress, slow progress in marking things stable for each release but we have to go through a lot of APIs. So every time before the release, I feel like this work should be done maybe a bit more in advance as opposed to being a month earlier or three weeks before beta.</p>\n\n\n\n<p>Because by that time, everyone&#8217;s just super busy with, &#8220;Oh, but we need to get this feature finished and we need to make sure this is working. We need to fix all these bugs to make sure that this feature&#8217;s stable enough to make it into core.&#8221; And at that point in time, no one is concerned about whether the APIs are marked experimental or not.</p>\n\n\n\n<p>So the good improvement that we had a while ago was that a new system was introduced into Gutenberg that allows us to export experimental APIs as private. And so that means from a package, there&#8217;s a bunch of private APIs. And they can be used in another package, but they are not made available to the general public. And that makes it safer to have these APIs be experimental for a while longer and be able to make changes to them without having to provide the indefinite back compatibility for something that we, at some point, realized was not the right API.</p>\n\n\n\n<p>So this is all work in progress. So I did that audit recently, and what I noticed is that there are not that many. Now that we have this mechanism that allows us to mark APIs private, we&#8217;re not actually putting any new experimental APIs into core. The ones that are already there, though that&#8217;s another matter, we progressively stabilized. But it is definitely a work in progress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s awesome. And I think for the show notes, there was a process and that was proposed at the Make blog a while ago. You&#8217;re right, I think it was almost a year ago. And I have the feeling that about three or four months ago, Adam Zelensky, who was one of the drivers of this new feature or new method on how to handle experimental APIs now, he has published a progress report on how that&#8217;s working now.</p>\n\n\n\n<p>So for the listeners who are interested into getting really into the nitty-gritty of it, that is definitely two posts for you to read. So now just for the people that don&#8217;t know you, you have been a guest on Gutenberg Times Live Q&amp;A in January, and you were talking about layouts. How is the work progressing? And how was your talk at WordCamp Asia? So I&#8217;m just getting some of our listeners caught up with you and what happened.</p>\n\n\n\n<p><em>Isabel Brison</em>: That seems like an eternity ago, WordCamp Asia.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Don&#8217;t I know it?</p>\n\n\n\n<p><em>Isabel Brison</em>: Back in February. Yeah, it was. And so what happened is, layout is progressing slowly. So there are a few small enhancements that are going to be going into core 6.3. One of the things that I actually just merged this PR earlier, which is to stabilize the layout support. So the layout was one of those experimental APIs that have been in core for a while.</p>\n\n\n\n<p>And because they have been there for a while and they&#8217;re actually being used in production by a few plugins, they are de facto stable because we do have to provide that compatibility for them. So it becomes absurd at that point to still have the API marked experimental. So layout has just been stabilized. I guess that&#8217;s the big news.</p>\n\n\n\n<p>It doesn&#8217;t mean anything in terms of features. Literally, it&#8217;s just the tag. The experimental tag is no longer there. I hope that going forward, this is going to give folks more confidence that they can use layout in third party extensions and it works. It would&#8217;ve worked anyway because we did have to provide those assurances already. But it&#8217;s good to have it officially stable.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. Congratulations, so to speak.</p>\n\n\n\n<p><em>Isabel Brison</em>: Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You were also talking about working on the grid layouts. I have seen there are still experiments. Well, now that you are part of the release cycle there until the release, you probably are not going to be able to work on that. So do you think that&#8217;s going to get into 6.4 or that it&#8217;s progressing?</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s a good question. So grid layout. So what happens is a new layout has been created, it&#8217;s available. So through the layout API that is no longer experimental, anyone can now use a layout add. So add layout support to a block. Say you&#8217;re building a custom block, you can add layout support to it and you can make that layout be of type grid. So that is already available in the plugin.</p>\n\n\n\n<p>And what is marked experimental, and will not be shipped in 6.3, is the group grid variation. So the group block has a few different layout variations, and behind an experimental flag in the plugin, there is a grid variation for the group block. However, that hasn&#8217;t been marked stable yet because what we have currently, the grid layout is a very basic version. It&#8217;s a very basic type of layout.</p>\n\n\n\n<p>There are a lot of features to grid, there are a lot of very interesting and good thoughts out there about how we can build on it and create awesome tools so people can build really cool grid layouts. However, we only really have that basic structure that gives you a grid layout without any real possibility of configuring for the child lock. So if you want them to occupy one space in the grid, two or three, which is what really gives grid all of its flexibility, is that ability to manipulate and decide where the children are going to sit.</p>\n\n\n\n<p>So for now, that group grid variation is not going to ship, but grid is actually going to ship in the post template block as a layout variation for post template. So we previously had in the query block the command&#8230; The controls are actually in the query block.</p>\n\n\n\n<p>So you could choose between a list or a grid layout type of query. But what those controls were doing were actually setting a kind of custom layout in the post template block. And because it was a custom implementation, there was no possibility to add a block space and control to it. And because people really need to have the ability to change block spacing and post template, we did the refactor.</p>\n\n\n\n<p>And now post template is using actual layout support, so block spacing can be set on it. And so behind the scenes, it still has the custom toolbar control where you can choose between a list or a grid type layout. So the exposure of actual grid layout controls is kind of limited, but it is using grids. So technically, yes, there is one lot that is shipping with grid layout in 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Well, that was the catch-up with Isabel Brison on the layout. So thank you so much. So let&#8217;s go a little bit further into our show here today.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Announcements</strong></h3>\n\n\n\n<p>We have another announcement. Since the last Gutenberg Changelog, there were five new posts on the developer block. And one was just published this week that&#8217;s, &#8220;What&#8217;s New for Developers?&#8221; by Justin Tadlock. And that&#8217;s the fifth installment of the monthly roundup showcasing features that are specific for theme and plugin developers.</p>\n\n\n\n<p>And it focused a little bit on the 6.3 development cycle. It&#8217;s more like you can test it now, so your plugin and your theme will be compatible when 6.3 comes out, or just make sure that it doesn&#8217;t break kind of list. But it has a lot more other things in there. Ryan Welcher published a tutorial on how to use the block inspector sidebar groups that came in with 6.2.</p>\n\n\n\n<p>And now, as a developer, you have more control over the custom controls that should be appearing in the&#8230; Inspector controls are what&#8217;s showing in the sidebar, just to place that in the canvas where you see all those custom controls. So if you want to, as a plugin developer, add additional controls to, say, the dimensions, you can group the interface for that to show up in the style tab, in the dimension block.</p>\n\n\n\n<p>And he has some nice code examples in there. Justin Tadlock also published customizing core block style variations in theme.json. And it&#8217;s a walkthrough through the block styles directly in theme.json. Instead of using them in a custom style sheet, you can centralize all the things a little bit more in the theme.json. Curating the editor experience with client-side filters, post by Nick Diego, shows off also the new filters that were introduced in 6.2 and how you can change the editor experience with new client-side JavaScript filters, and has some great examples there for your block development.</p>\n\n\n\n<p>And then lastly, the first one is useentityrecords hook as an easier way to fetch WordPress data, by Michael Burridge. And it&#8217;s part out of the WordPress data package and core data packages. And the hook has been extremely useful to fetching and working with data in your block development.</p>\n\n\n\n<p>And this tutorial shows you how it&#8217;s easier to use entity records instead of the getEntityRecords from the data package. This only is for developers of course, it&#8217;s to develop a new block. So it won&#8217;t help anybody who is a no-coder. But you know that you can curate the editor experience or your developer can curate the editor experience. It&#8217;s something that you can, as a project manager, definitely learn more about it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Good stuff. There&#8217;s a lot of features here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We&#8217;re all catching up on quite a few things to make it easier to do block development, and the theme development and also augment the dev notes that certainly talked about the new groups for the inspector controls or through the client-side filters but not as deeply enough. Sometimes it&#8217;s really hard to get the exact use case, or if you don&#8217;t have examples for various use cases, to get it into an idea and how to use it in your project.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released &#8211; Gutenberg 15.9</strong></h3>\n\n\n\n<p>So that brings us to what&#8217;s released. Then we are tackling first the Gutenberg 15.9 release that&#8217;s from May 31st, by about two weeks ago. And it included 171 PRs merged into this release from 58 contributors. Seven of them were first-timers, and Carlos Bravo was a release lead and author of the release post. So let&#8217;s dive in.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enhancements</strong></h3>\n\n\n\n<p>There are enhancements that you can now have block variations transformations in the block switcher. So what does that mean? It means that when you have the inserter and you want to do a transform, you can also offer the block variations from it, if I understood this correctly.</p>\n\n\n\n<p><em>Isabel Brison</em>: The block switcher is in the block toolbar, correct? It&#8217;s in the block toolbar. When you click on the block icon, you get a list of the possible transforms. So apart from other blocks that you can transform the block to, you would get variations of the same block also as possible transformations, which I feel existed at some point in the past and then was removed. And that has been re-added. I&#8217;m not sure. I might be wrong on this. I just have a vague feeling that this is familiar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it sounds really familiar. I don&#8217;t know if it actually includes the styles as well. Because the styles are on the right-hand side and you have to now&#8230; But it doesn&#8217;t. So it&#8217;s the block variations because the blocks&#8217; variation have other names. But they were actually organized in the transformations further down with the prioritization. You probably can get them higher up in the block switcher. So this is definitely something I would support even if it went back and come back.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, makes it easy. And you get style variations too for blocks that have style variations. This is actually pretty neat.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And you don&#8217;t have to open up the site, but to just get the style variations in there. Next thing up would be that the code block now has wide align support. And that is really good because sometimes the line in a code block is creating horizontal navigation bars, horizontal scroll bars. And now, with the wide support, you can make it a little wider and have that one line not remove the horizontal scroll bar, which is a better reading experience.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s a good aesthetic improvement too. It can be nice to have wide code windows so you can read the whole thing in one go without having to scroll.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Do you want to take the next one?</p>\n\n\n\n<p><em>Isabel Brison</em>: What&#8217;s the next one? I wanted to mention that in 5.9 a PR was merged that removed the post content block from the list of blocks that can be inserted in the post editor. And that makes sense because the post editor is basically what we get inside the post content block. So if you tried to add a post content block to the post editor, it was getting an error, which was a really bad user experience.</p>\n\n\n\n<p>And so the block was rightfully removed. But in the meantime, someone noticed that there was a possible use case for the post content in the post editor because we can add query blocks in the post editor. So inside your post, you could have a little query with some categories or something like that. And there is a legitimate use case for having the post content block sit inside the query, and so inside the post template that you have inside the query.</p>\n\n\n\n<p>Because if you have short posts, if you have a custom post type that&#8217;s fairly short, you might want to actually show the whole post in there. And so a PR was quickly done to fix this and allow for that use case. I don&#8217;t think it went into&#8230; It didn&#8217;t. No.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It did.</p>\n\n\n\n<p><em>Isabel Brison</em>: For sure, it didn&#8217;t go into 16.0.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it did.</p>\n\n\n\n<p><em>Isabel Brison</em>: It is going to go out into&#8230; It did? I&#8217;m pretty sure that it was only merged yesterday.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, okay. And it didn&#8217;t-</p>\n\n\n\n<p><em>Isabel Brison</em>: No.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; It wasn&#8217;t backported. No. So it will come back for 16.1.</p>\n\n\n\n<p><em>Isabel Brison</em>: So in 16.1, we will be able to use post content inside queries inside the post editor, which is pretty cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: One other use case is from a different custom post types, you want to show some of the posts in there and in your blog post. And there are many use cases I can think of it when you wanted to query something else and need to post content in there. So the next one is the Wayfinder or Command. I think there&#8217;s still a discussion going on on the naming of the feature.</p>\n\n\n\n<p>Wayfinder was also not the one that was&#8230; It feels right for me, but I&#8217;m kind of English Westerners. But in the eastern hemisphere, it was a little bit differently seen. And for translated, it was really hard to find a good way. So the discussion goes on. But in the meantime, the Command&#8217;s API has marked in public, so you can use it and test it for your plugin or your WordPress install.</p>\n\n\n\n<p>And Riad Benguella&#8217;s post Command Center request for feedback also contains some code examples on how to use the API. And you can create static commands, dynamic commands or contextual commands. And so you can try it out and see what it all does for you. It&#8217;s like a search bar that you don&#8217;t have to go through. You click control K, and then a search bar comes up on the interface and then you can type in some search commands. And it gives you a list of items that you can do, like add page or add post or something like that. Have you played with it?</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s really cool. It kind of reminds me of the Spotlight on the Mac. I don&#8217;t know if Spotlight is the best name for it, but in my head, I&#8217;m calling it Spotlight. Because basically, it just pops up, this bar in the middle, and you can search for stuff and you can do stuff from it.</p>\n\n\n\n<p>It is great. I wanted to add that I think possibly also in 5.9, there was a PR that added the ability to invoke the Command Center by clicking on the template name at the top of the site editor. So that&#8217;s just another super practical shortcut.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, 15.9. So what else is in there? The interactivity API is still in experiments. And do you want to talk about the lightbox and the directives?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I thought I&#8217;d mentioned it because it&#8217;s super exciting. It&#8217;s still very, very experimental. At this stage, it is unlikely to make it into 6.3, which on one hand, I&#8217;m slightly sad because lightboxes for images are really cool. On the other hand, it is still behind an experimental flag in the plugin. It hasn&#8217;t actually seen a lot of real-world testing.</p>\n\n\n\n<p>So it&#8217;s also good to get some testing done before actually merging the feature into core. It&#8217;s very new, it&#8217;s very promising. So the whole interactivity API is a really interesting piece that&#8217;s been worked on for ages. It seems like ages. I don&#8217;t know. It can&#8217;t be that long. But I&#8217;m so excited about it because it provides a really neat way of adding interactive behaviors that&#8217;s usually only achievable with JavaScript to playing blocks.</p>\n\n\n\n<p>And so it&#8217;s going to add a bunch of behaviors out of the box for core blocks, but it&#8217;s also going to be possible to use that API in the future to create custom behaviors for custom blocks. So it&#8217;s just a really nice way of standardizing a way of adding JavaScript to blocks to create dynamic behaviors. And the first experimental one or the first experiments to be put out there in the plugin is the possibility to add a lightbox to images. So if you enable it, you can click on the image in the front-end and then the image just pops up in full screen kind of thing, which is pretty neat.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I know that Luis Herranz did a workshop at WordCamp Europe last week. There was quite some buzz around the interactivity API. Because it mostly is also in the PHP render file where you can just add the directives or add the call for the directives. So it gets a lot of PHP developers also excited about block development and adding the interactivity to them.</p>\n\n\n\n<p>And the excitement is also around being able&#8230; which is not going to be in the first version, even if it makes it into 6.4, that you can actually create your own directives. So the core will come out with, I don&#8217;t know, 15 or 20 directives that have a lot of use cases, cover probably 80% what a developer would need.</p>\n\n\n\n<p>And the combination of it, be it data binding, be it button actions, being other interactivity. So this is a really exciting feature to come to block development. And I think it&#8217;s one of the missing links to get other people excited about building with blocks and JavaScript. And get the first vendor with PHP and then have the client-side changes through the API is really cool.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Cool. My cat just popped in. Sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The cat. So the next thing is that the text formatting tools in a paragraph have now two new attributes added. That&#8217;s the long language, so L-A-N-G, and the D-I-R, the dir attributes, which helps with multilingual posts. So you can add a language like French or Italian IT to a paragraph, and then a signal to the assistant technologies and the reader, &#8220;Okay, this is a different language.&#8221;</p>\n\n\n\n<p>And the dir part is that you change left to right, right to left rendering of that. And the code, almost verbatim, is used from Jean-Baptiste Audras, who had a plugin that added those two formatting tools to the paragraph.</p>\n\n\n\n<p>And the subsequent PR also now uses the bidirectional text override element from Mozilla. But it&#8217;s good to have these additional formatting tools in there to cater to the multilingual content that you find all over Europe. So this is really cool.</p>\n\n\n\n<p><em>Isabel Brison</em>: Not only is this really cool, but I am fairly certain that this is a longstanding issue from the accessibility audit way back when that the last time I checked was still open. So it might be a good idea to go over there and see if that issue can now be closed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But now it can be closed.</p>\n\n\n\n<p><em>Isabel Brison</em>: Super exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That was definitely a missing piece. And that was also the reason why Jean-Baptiste added that to his companies or that his company built the plugin to help their clients with that kind of formatting. So there is a new API to allow prioritization of inserter items.</p>\n\n\n\n<p>If you have a block list setting, you now can allow the parent blocks define the priority for the blocks that are allowed in it, and how the inserter displays them for the inner blocks of that parent block. So that is definitely another customization and curation tool for the extenders with their block development.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. For sure. That will be great to provide more custom user experiences for certain block types. Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think we need to somewhere create a list of all the extension possibilities because I don&#8217;t think there is an overall list of all the possibilities on how to extend now. Sometimes there&#8217;s still missing documentation there of course. Not of course. But I found that some of the extensibilities like the inspector controls, the documentation&#8217;s in the README for the source code component but doesn&#8217;t bubble up into the developer handbook of the editor.</p>\n\n\n\n<p>So I know that Nick Diego and Ryan are working on that together with Michael to figure out this architecture of missing stuff. Next thing is it sounds really benign, renaming template parts to library. So in the side editor on the left-hand side, there was a menu item called template parts. And that will be renamed into library because it will also house reusable blocks and patterns, reusable patterns or sync patterns, I think they&#8217;re called.</p>\n\n\n\n<p>The template parts, of course, will be also underneath it. I don&#8217;t know how far the syncing of pattern or reusable block is going because there&#8217;s a lot of confusion since the beginning: what is a pattern? What is a reusable block? And what is the template part? And they sound to be the same, but they all have one thing different of them. And there is an effort to unify it a little bit, and just manage what&#8217;s different instead of have three different items for them.</p>\n\n\n\n<p><em>Isabel Brison</em>: I think that that would be great because reusable blocks are essentially patterns or they were already working as patterns, although they have the block itself. When you create a reusable block, it&#8217;s frozen, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: If you make changes to it, you&#8217;re making changes to all reusable blocks to the content. Whereas patterns, you drop a pattern in somewhere and you make changes to it and you can continue using that pattern elsewhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But yet there&#8217;s this big problem that when you have a pattern and you change the design of the pattern, you cannot go back and have that change as well on all the time all the uses that you had, because there is no record of a post using a pattern. Because once it&#8217;s in the canvas, it just is the blocks that are inside the patterns.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So I think the fundamental piece here is being able to have patterns where the design can be changed globally, even if the content of the pattern is individual to each instance. And it&#8217;s a pretty complex piece of work. It&#8217;s being actively worked on. There is, I think, an effort to consolidate reusable blocks and patterns.</p>\n\n\n\n<p>So I think the idea is going to be that reusable blocks are going to be absorbed and become patterns of a type. But it&#8217;s still fairly early stages considering the complexity of the endeavor. So at this point, it&#8217;s not certain what, if anything, of that work will actually make it into 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I can see that. And because the reusable blocks have actually also an interface to edit them, which the patterns do not. And that&#8217;s also something: how can you make those editing interfaces be used for both of them? There are a lot of different things that need to be aligned differently to make it all work, and I think it&#8217;s a fairly complex thing. Yes, you&#8217;re right.</p>\n\n\n\n<p>So the next part for 15.9 is that the global styles get revisions. And that has been on the feedback list and on the wish list of a lot of people who have participated in the Full Site Editing Outreach program and have been very faithful in doing all the testing, the calls for testing and having a revision.</p>\n\n\n\n<p>Because you know that when you change colors and font settings and things, you don&#8217;t know what you get until you see what you get. You don&#8217;t know what you want until you see what you get. And then all of a sudden, &#8220;Oh, maybe I liked that previously better.&#8221; But then you don&#8217;t remember the combination of what it was. And now you have revisions and you can see them side by side. So this is a very exciting new feature that will come in, and it seems to be making to 6.3.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. That one has been merged and it&#8217;s definitely going to make it into 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There might be UI changes, but it will show up in the styles right-hand side and the sidebar under revisions. And then you get a list of all the revisions in the canvas and you can see them all together.</p>\n\n\n\n<p><em>Isabel Brison</em>: So you can access the dark sidebar on the left-hand side. If you go to the styles and you see if the theme has style variations, they&#8217;ll appear there. But also in the right-hand side, global style sidebar, you can also access the revisions on the styles actions. There&#8217;s a little button at the top.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Experiments</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yes. Under the experiments of 15.9, there is a list items called the behaviors UI. And that&#8217;s part of the interactivity API, I believe.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And that is kind of a standardized way to attach behavior to an element or something like that. As I said, it&#8217;s in the experiments and I think it&#8217;s part of the lightbox behavior. That&#8217;s the only behavior that&#8217;s available right now. But what else can you think about what this could do?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes, I believe so. So say that you can define certain types of interactivity for certain blocks as, for example, the image can have a lightbox, but we don&#8217;t want all images on the site to suddenly have lightboxes.</p>\n\n\n\n<p>And so the behaviors UI is something that it provides website authors, users with a way of enabling those interactive behaviors or disabling them for any given block. So it&#8217;s an important piece because certain behaviors might not be applicable to all blocks on the site and you need to have a way of turning them on and off.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And so that will be part of the advanced interface on a block-based level in the sidebar.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Currently, it sits under advanced in the block sidebar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, this concludes our changelog for 15.9.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 16.0</strong></h3>\n\n\n\n<p>And now this week, 16.0 was released and Nick Diego was the release lead, and he wrote also the post. And it had 164 pull requests by 54 contributors. So it&#8217;s always a good size of contributors adding code to things. And there were four first-timers as well. And this comes with one feature we are all excited about. But do you want to take us into it, Isabel?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So the feature that we&#8217;re all excited about, there&#8217;s actually a couple of features that we&#8217;re all excited about. One of them is the ability to add new pages from the site editor directly. Now a disclaimer, the ability is to add draft pages, not to publish them directly. But that&#8217;s great because the first thing that you do when you add pages, work on it is a draft, and then only afterwards you publish it.</p>\n\n\n\n<p>So it&#8217;s good. It&#8217;s the start of being able to do everything, having the site editor as the center from which you can do anything to your site, including create pages, edit them possibly at some point in the future, publish them. So that&#8217;s a pretty great new feature to have. It can be accessed from the left-hand sidebar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The new page also helps when you create new navigation menu where you want to access or point to a page that doesn&#8217;t exist yet. So this certainly helps as well. And I saw some discussion around it for that to work well and it show up in the list of searches that the page is actually published. So it&#8217;s the question, &#8220;What is a good way to move forward?&#8221;</p>\n\n\n\n<p>But what I am really excited about is that I can now edit a page in its context and I see how it works in context of the template. So I see the header, I see the footer, I see if there is a sidebar and how my content behaves that I create for the page. It allows me. And I know from the feedback of the Full Site Editing program, there was quite some feedback that there is a confusion between, &#8220;Am I adding the page or am I adding the template?&#8221;</p>\n\n\n\n<p>And some people edited the template thinking it was a page, and then found that edited piece or that added piece on every single page because they inadvertently changed the template. So the possibility was taking out of the site editor, but it&#8217;s coming back now with some guardrails. So you know when you edit a template, all of a sudden, the title changes to page title instead of saying about us.</p>\n\n\n\n<p>And it also highlights that you are editing now a template part instead of the page itself. So I think we are getting really closer to have more a unified system of editing and not having to switch out from the site editor to the post editor and back in the admin where you have multiple back steps to get to the old page editing screens. So I&#8217;m really excited about to get this all in one interface.</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s the second feature, what I was saying when I said there were two features. New pages, but also the ability to be able to tell at a glance if what we&#8217;re editing is the page&#8217;s actual content or the page&#8217;s template. So now it&#8217;s only possible to either edit one or the other, but not both simultaneous setting. That&#8217;s a pretty good one to have in there because otherwise it would be extremely confusing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. And then there were a few, I don&#8217;t want to say small changes because it definitely takes an effort to get it in. But the list view got two additional, I would say, quality of life changes, the dragging. So you can now drag outside the immediate area and get into a different drop zone element there. And it&#8217;s now easier to position a block on top or on the bottom of the list.</p>\n\n\n\n<p>Before, it was really hard to get on the bottom of a list when you drag and dropped it. And then the other one is that sometimes in the list view, your container blocks collapsed. And when you dragged a new block into that container, it always put it on the top. Now it makes more sense to put it on the bottom because I added to it.</p>\n\n\n\n<p>So when you open up the collapsed block again, you have all the new containers or blocks that you dragged into it on the bottom of the group block, for instance. So I really like those features. They make it much easier to be a little bit more predictable in what you&#8217;re doing and behave like that as you think it would. Intuition is an interesting thing. Sometimes you get it right, but sometimes you get it wrong, and 50/50 is a pretty good ratio for that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, true. And it often takes a few iterations to figure out what the best behavior is and what&#8217;s most intuitive because it&#8217;s not always obvious. When you&#8217;re conceptualizing something, you&#8217;re thinking, &#8220;Oh, let&#8217;s build this new feature. It&#8217;s going to work like this.&#8221; But then in practice, it&#8217;s like, &#8220;Oh, actually that doesn&#8217;t work very well at all.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what else is in there? So I stopped at the details block. The experimental flag for the details block was removed and the blocks itself was stabilized. Now you have the two elements: the summary and the details. You can certainly style them accordingly. And now you can also add them to your canvas and it works out of the box. So this is more, it&#8217;s a block.</p>\n\n\n\n<p>And we talked about it before, I think, in last episode as well as the one before. Because it was experimental and we were kind of going back and forth on it. It&#8217;s the block where you can use it as a spoiler alert. You can hide the details of your movie review that would spoil for those who haven&#8217;t seen the movie, spoil the movie ending or that part. Or if it&#8217;s just minutiae detail that only two or three readers would need, you can hide them in the details block, and then you get an error to expand it into the details from the summary.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s pretty cool block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it was long in the making. It will make it into 6.3. I think there are two other blocks that are on the verge in core, but I don&#8217;t think they&#8217;re going to make it. The one is the table of contents block, and the other one is the footnotes block or blocks.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s sad. Those were really useful blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It doesn&#8217;t seem&#8230; There wasn&#8217;t any movement on the table of contents block for about a month. So I&#8217;m not sure that anybody takes it on because there are two things that still need to be done there. And the footnotes block, I think Ella is working on that. And she is having two different variations where that needs to be a decision, which one will be pursued or not. And with two weeks to go, it might be a little bit tight.</p>\n\n\n\n<p><em>Isabel Brison</em>: And it&#8217;s not two weeks, it&#8217;s closer to one week actually because for the packages&#8230; So for all the JavaScript pieces, what happens is we&#8217;re going to grab the release candidate for the next Gutenberg plugin release, which is going to be 16.1. And publish the packages from the release candidates with any bug fixes that are necessary after RC is cut. And those updated packages are what&#8217;s going to make it into core before beta one. And because the RC is going to be created towards….</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Next week.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; the end of next week. It would usually be on a Wednesday. It is likely at this point that it&#8217;s going to be Thursday or Friday. Given that both editor tech leads for this release are in Australia, we can conceivably do it on our Friday morning.</p>\n\n\n\n<p>And that gives a little bit of extra time. It&#8217;s still Thursday night, everywhere else in the world. So at this point, that is likely to be the plan. And so what&#8217;s going to make it into beta one is anything that can be merged until that date, which is essentially one week away.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s one week away. We are recording this on June 15th, and beta one is the 27th. But the next release candidate, that&#8217;s going to be the 23rd or the 24th. So continuing with 16.0, thank you for this explanation on how tight it actually is with the timeframe.</p>\n\n\n\n<p><em>Isabel Brison</em>: No worries. We&#8217;re glad to throw everyone into panic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: High alert. So the query pagination block, another feature is that you can hide the label text for the next and previous. You have three choices: you can have an error, you can have carets or you can have text and now you can have both. But you can hide the previous text for it and just have the errors. So that&#8217;s a feature that is on par with the query pagination form classic themes, which is really cool.</p>\n\n\n\n<p>And I highlighted one other thing, and it&#8217;s only really relevant for developers that want to get into how to use the HTML tag processor, Jeff Ong refactored the search block to actually use the HTML tag processor. And I think it&#8217;s a good case study on how this actually makes it easier or more readable to use the HTML tag processor instead of rejects in PHP. So I think it&#8217;s the PR51273, if you just want to get up and listen to this, get up and look at it. Of course, it&#8217;s in the Changelog 16.0. Have you worked with the HTML tag processor?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I used it a while ago to do some layout-related stuff. So I think I actually was the first person to use that API in Gutenberg. It was still in Gutenberg, hadn&#8217;t been in motion to call yet and it was just being worked on by a few folks. And I was doing a layout-related task where it was trying to add the layout, the class.</p>\n\n\n\n<p>So in a block when you have layout support, you get class names that will say what kind of layout it is, and then you can hook styles to them and stuff. And most blocks just have one wrapper. Blocks that have inner blocks have wrapper, inner blocks. But there are some blocks that have a bit more of a complex markup structure.</p>\n\n\n\n<p>And so the idea was that the layout classes should be added to the inner wrapper so that they can have an effect over the inner blocks of the block. And that was a piece where I found using the HTML tag process, it was super handy because I had to locate the inner wrapper of a given block. So that was a great API. It is really, really helpful for that kind of work with PHP when you have to go digging around for some HTML and you don&#8217;t want to use rejects.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it&#8217;s not tied to WordPress. You actually can use it in any PHP code, so reaching out to the bigger universe outside of WordPress. It&#8217;s definitely an enhancement of the language as well. So another line item from the Changelog is that the post template now has block spacing and layout.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I did that one actually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Congratulations.</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, it went through a few iterations. It was one of those PRs that end up taking a month and have 80 comments on them. Well, maybe not 80 comments, but there was a fair amount of reviews and re-reviews and, &#8220;Should we do it this way? Should we do it that way?&#8221;</p>\n\n\n\n<p>Backwards compatibility was a concern because the blocks in production, there are lots of websites using it, so you can&#8217;t break stuff for real-world users. But it&#8217;s done and pretty happy with it. We talked about it a bit earlier. I don&#8217;t think it&#8217;s probably necessary to go through what it does again. But I think there&#8217;s a lot of folks who are going to be happy with this one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think that answer shows it&#8217;s kind of one answer that I had conversations with people at WordCamp Europe, and it&#8217;s one question I also gathered at WordCamp Asia. And it&#8217;s really hard to answer it because the question is, &#8220;When are design decisions made and who makes them?&#8221; And it&#8217;s very hard to explain that iterative process of developing these new features that haven&#8217;t been in WordPress before.</p>\n\n\n\n<p>So there is an initial design that comes from the design team, but then all subsequent is iteration on how the flow is going to be. And as you said, there are 80 comments there, so that it&#8217;s definitely a community approach to it, or at least a subset of developers trying to figure that out in a team.</p>\n\n\n\n<p>And testing comes about, and then there&#8217;s going back to the drawing board and then start again. So there is not really that one decision-maker and that one design that is zeroed in on. It&#8217;s more really what the idea was, and then we do the implementation. And then it&#8217;s how it works in context with the other things and it needs to be adopted.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s very much a process. And depending on the complexity for any big piece, you&#8217;ll have a bunch of discussion even before the thing is built. And then, while it&#8217;s being built, there might even be more than one PR, there might be, &#8220;PR one, this approach.&#8221; And then, &#8220;Ah, but there&#8217;s another approach that we could try. Let&#8217;s do another PR and try it.&#8221;</p>\n\n\n\n<p>And then people will test and compare the PRs. And we are a very opinionated community, I&#8217;ll tell you that. People will jump on and review and critique and give opinions and go, &#8220;Ah, this is not going to work for this case. And what about this plugin that break things for them?&#8221; And then after all that discussion, something will be agreed. It&#8217;s slowly chipping away and finding a way forward when it&#8217;s, &#8220;Okay, can&#8217;t do this because blah, can&#8217;t do that. I&#8217;ll maybe try that. Okay, that works. That works in testing. Let&#8217;s try it.&#8221;</p>\n\n\n\n<p>And the good thing about Gutenberg, about the plugin and this process of working experimentally is that you can merge something into the plugin and try it out, review cycles. And then get feedback from the extremely vocal and passionate community that we have, which I&#8217;m super thankful for. It&#8217;s great to be working on a project and have people just go and, &#8220;Oh, that&#8217;s amazing,&#8221; or &#8220;Oh, sorry, that doesn&#8217;t work for me. We really need to do that instead.&#8221; And you always know where you are. You know, &#8220;Okay, I&#8217;ve done this thing. That worked. Well, maybe that didn&#8217;t work so well, we&#8217;ll need to iterate on it and do something else.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But sometimes it can be a little tedious, I give you that. But I think the product gets better for it when everybody starts, opens the listening ears and kind of see, &#8220;Okay. Yeah, that&#8217;s certainly valid and I see that use case. And let&#8217;s see if we can include it into the design and into the feature.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. For sure. And because no one person knows everything, you build a feature, you have your own view of how that feature&#8217;s going to work. And then someone else has a completely different view. And it&#8217;s by getting a lot of different views that we manage to do things that lots of people can use in different ways.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So that answers some of the questions, but maybe not in that way those who ask those questions actually like it. Maybe they just want somebody to blame or something like that. I don&#8217;t know what motivates that kind of question.</p>\n\n\n\n<p><em>Isabel Brison</em>: I don&#8217;t know. And sometimes things are subjective. And working on layout-related features, I can tell you that everyone has their opinion on how it should work. And sometimes opinions are clashing because one person thinks it should work this way and another thinks it should work that way.</p>\n\n\n\n<p>Nobody&#8217;s right, nobody&#8217;s wrong. We just have to try and figure out which approach is going to satisfy the majority of use cases. It&#8217;s impossible to build a tool that will do every single thing. So it&#8217;s kind of what works best for the most people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Alone the decision to have the toolbar on top or on the block. I don&#8217;t know if the community is 50/50 split, but some people like the toolbar directly on top of the canvas, and some people like it to be close to the block that they are just editing on. But it could also be situational. And these design decisions, it&#8217;s hard. It&#8217;s then kind of, &#8220;Okay. What&#8217;s the design of the feature to change the setting?&#8221; It gets you into to the next conversation with other people about a feature.</p>\n\n\n\n<p>And so it&#8217;s an iterative process and it gets better and better while listening and trying to get it in. So on 6.0, I think we are almost through. We already talked about the Command Center, making the command selectors and actions as well for the public API. And then there is one bug fix that I like to point out, is the fix, the multi-entity, multi-property undo and redo.</p>\n\n\n\n<p>I think that is something that really we are waiting for quite a bit that when you highlight something and you delete it and you do undo, you only get one back or two back, but not all of it, for instance. And you cannot redo it because it didn&#8217;t have a memory of what the other properties were. And that has been fixed. And it really happened, and it happened to me, and I think it happened to anybody who experimented with multi-selection at one point.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So this is fixed and I just wanted to point out, &#8220;Yay.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s a great fix. Really needed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Say again?</p>\n\n\n\n<p><em>Isabel Brison</em>: Really needed, as in a necessary fix.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think that was it from the 6.0 release.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>So that brings us to the active development or What&#8217;s Discussed section. And I had the idea to actually go to the roadmap of 6.3 and look at things that will make it into 6.3 and two and what&#8217;s not done yet. But there are a lot of links there. And we definitely know that the new blocks&#8217; table of content footnotes are probably not going to make it.</p>\n\n\n\n<p>There is also the introducing UI to safe patterns or all the things around patterns. I&#8217;m a little bit doubtful that we see some of the additional equation flows for patterns in that, what&#8217;s on the roadmap and what already happened but it&#8217;s not part of WordPress 6.3, is the curation filter in the pattern directory. So some core contributors went through the public pattern directory and created a few patterns as well under the WordPress moniker or user account, and then added that.</p>\n\n\n\n<p>So when you go to the pattern directory, you now have not only the categories there, like header or buttons or text or images. You also have a dropdown to select between curated and community. And the curated are the best of the best. Some of the community contributors or WordPress contributors think that those should be highlighted a little bit better or higher or are created by WordPress core contributors.</p>\n\n\n\n<p>So that filter is available now on the pattern directory. It does not yet seem to make it into the pattern inserter that you can do that. But that is definitely on the roadmap, but it&#8217;s not yet done. So I think that the stabilization and usability of the toolbar, the list view and the link control UI, custom list views and library management, those things are almost done going into 6.3. But there is the box shadow component. I think that has already been merged from the design tools. No, that hasn&#8217;t yet.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I think so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That hasn&#8217;t yet.</p>\n\n\n\n<p><em>Isabel Brison</em>: It hasn&#8217;t? Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, the box shadow that you can attach it to all the blocks I think is the one. There are box shadows enabled for certain blocks.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, got it. I&#8217;m not 100% sure of the status of that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the style block is exposed in the style preview, I think, and details.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. There seems to still be an active tracking issue here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So it takes a little longer. I think we make this for once we know when beta comes in, what is actually in the release of the features that made it. So in two weeks, when 16.1 stable comes out that&#8217;s passed the beta one release, I think our Changelog, the show will go through the roadmap and check off all the things that come and didn&#8217;t make it into 6.3.</p>\n\n\n\n<p>And then we have a better conversation than doing it now in just projecting or estimating. And I&#8217;m very bad at predicting. My crystal ball is really in the shop, so I didn&#8217;t know where to go with that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Predictions are always hard. And I think you kind of have to be in-depth knowledgeable about the work that&#8217;s being done. But if you&#8217;re just looking from outside and trying to have a bird&#8217;s eye view here of seeing what&#8217;s going into the release, it&#8217;s impossible.</p>\n\n\n\n<p>I just have to go and ping people what I&#8217;ve been doing these past few weeks going, &#8220;Oh, hi. What do you think about this feature? Will it make it in? Are you happy to continue working on it? Is it mergeable within the next week or so?&#8221; That kind of thing. And so essentially, it&#8217;s a whole process of just talking to everyone and trying to figure out what stage they are at with the work and what I can help with, that sort of thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think an indicator is&#8230; And I will share the link to the project board for editor task on 6.3, so we all can follow up on that and see how that is. Because that&#8217;s updated quite a bit between the editor triage team and the core leads tech teams. So core leads.</p>\n\n\n\n<p><em>Isabel Brison</em>: Mainly what I&#8217;ve been doing on the board is adding in PRs for back ports to core. I see that there is a bunch of stuff in progress and needs to review columns in this board. I&#8217;m not 100% sure of the status of some of these. Some of these PRs definitely, I think, at this point it&#8217;s unlikely that they&#8217;ll make it in.</p>\n\n\n\n<p>So the fact that it&#8217;s on the board doesn&#8217;t mean&#8230; And even if it&#8217;s marked in progress, it doesn&#8217;t mean that it&#8217;s actually going to make it because it can just be a PR that&#8217;s been sitting there for a while and it&#8217;s on our wishlist. We would love to do it. But if no one&#8217;s actually actively working on it at this point, then it&#8217;s unlikely to make it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I know that at the editor triage team, we are going through that as well and kind of figure out what comes in as issues from the testing parts of those. So to be sure the features that are in the Gutenberg releases 15.2 to 6.1, if they are not labeled as experimental, will make it into 6.3. So going back to the previous releases of Gutenberg, you can pretty much predict, &#8220;Okay, this is going to be in there.&#8221;</p>\n\n\n\n<p>What will be hard is to find out, &#8220;Well, you will be at 6.1, the release candidate will be next week.&#8221; And that kind of closes the feature freeze pretty much for 6.3, unless there&#8217;s something that is pushed through as a placed task by several core committers to say, &#8220;Yeah, that can make it and that will go in there.&#8221;</p>\n\n\n\n<p>All right. Well, this was a long show today. Thank you so much for staying with me, Isabel, and providing so much great insights in the development and the design process as well as the release process. Is there anything that you want people to know about 6.3 or Gutenberg project that you are excited about?</p>\n\n\n\n<p><em>Isabel Brison</em>: I think we&#8217;ve pretty much covered most of the things about the general processes. I&#8217;m pretty excited about the changes to the site editor and new improvements with browse mode. I hope everyone else is equally excited. I think this is going to be a pretty good release. Thanks for having me. It was a lot of fun chatting about this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So if people want to get in touch with you, how can they find you? What would be a good place?</p>\n\n\n\n<p><em>Isabel Brison</em>: I am on GitHub as tellthemachines. I am on WordPress Slack as tellthemachines also. So ping me on Slack. I&#8217;m usually online during the week, Australia time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Well, thank you so much for being on the show. And I want to point out, we have a Gutenberg Times Live Q&amp;A coming up on July 6th at 17:00 UTC. And that&#8217;s about using Gutenberg scripts and components to revamp a plugin. It&#8217;s a case study and we are talking with the lead developer and the tech lead from GiveWP that have worked on their 3.0 revamp.</p>\n\n\n\n<p>And they have used most of the Gutenberg components or based it on WordPress components and scripts. And it opened quite new perspectives for them. So I am really excited to have Jason Adams, the director of development and Jon Waldstein, the lead developer of GiveWP on the show on July 6th, 17:00 UTC. I will share the link in the show notes.</p>\n\n\n\n<p>Reserve your spot. And it&#8217;s a usual live Q&amp;A where we have some demos, and then we talk a little bit about the project and then we answer all the attendance questions.</p>\n\n\n\n<p>As always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 84. And if you have questions, suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>Thank you all for listening. I&#8217;m looking forward to talk to you again in two weeks. Thank you, Isabel Brison. And I am so happy to have another show for you. That&#8217;s it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye-bye. You take care.</p>\n\n\n\n<p><em>Isabel Brison</em>: Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2023 07:53:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:132:\"Gutenberg Times: Template Areas, Font Management Design, Drupal Gutenberg and Developer Hours on Extensibility—Weekend Edition 257\";s:7:\"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=24410\";s:7:\"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:139:\"https://gutenbergtimes.com/template-areas-font-management-design-drupal-gutenberg-and-developer-hours-on-extensibility-weekend-edition-257/\";s: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:19280:\"<p>Howdy, </p>\n\n\n\n<p>After a week home from WordCamp Europe, I am still on a high from meeting all my WordPress friends and making new ones! I also learned about new products, and new APIs. A huge thank you to the sponsors, organizers, speakers, volunteers, contributors, and attendees. It was a fabulous WordCamp, the biggest in the World. </p>\n\n\n\n<p>Athens is a great big noisy and beautiful capital of Europe and the birthplace of philosophy and democracy.  I thoroughly enjoyed having a couple of days beyond the WordCamp to visit some sites and experience the antique and the contemporary of Greek art.  </p>\n\n\n\n<p>Speaking of art. My heart made a little jump when I saw the big boxes with Postcards from the <a href=\"https://block-museum.com/\"><strong>Museum of Block Art</strong></a>, at the Community Booth. They were part of the swap exchange game with WordPress trivia. WCEU Attendees received four cards of the same design in their swag bags, and could get the other designs by swapping them with other attendees. To get all eight designs, MCs would pose WordPress Trivia questions from the stage and attendees needed to come with the right answers to the community booth to get an additional post card design. I don&#8217;t know who many people actually appreciated the work of the artists or the work it took to get all the 2500 swag bags filled or how many people actually still write postcards. I found it a wonderful idea and took quite a few left over postcards with me. </p>\n\n\n\n<img />\n\n\n\n<p>What else happened in the Gutenberg space? </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-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></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></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Did y&#8217;all see what the WordPress design team has been working on? It&#8217;s fantastic!  <strong>Joen Asmussen</strong> lists great things in his <a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\"><strong>Design Share: May 22–Jun 2</strong></a></p>\n\n\n\n<ul>\n<li>Font-Management </li>\n\n\n\n<li>wp.org Account security (2FA) &#8211;</li>\n\n\n\n<li>Content/Template editing improvements</li>\n\n\n\n<li>Improved template table view</li>\n\n\n\n<li>Page details and a few more.</li>\n</ul>\n\n\n\n<img />\n\n\n\n<p><strong>Gutenberg 16.0</strong> is now available for download. Release lead, Nick Diego highlighted in his release post <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\"><strong>What’s new in Gutenberg 16.0? (14 June)</strong></a>:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#page-management\">Page management comes to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#dimensions\">Refined dimension controls and Post Template gets block spacing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#details-block\">The Details block is now stable</a></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>Sarah Gooding</strong> reported on the release as well. You can read her article on the WPTavern. <a href=\"https://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-editor\"><strong>Gutenberg 16.0 Introduces Page Management in the Site Editor</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, I had the pleasure of having <strong>Isabel Brison</strong>, Editor Tech co-lead for WordPress 6.3 release,  as a special guest on the <strong>Gutenberg Changelog #84.</strong> We discussed the releases Gutenberg 15.9 and 16.0 we caught up on the Layouts and what happens at during a major release cycle before Beta 1. The episode will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<img />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\">Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3</a> with special guest, Isabel Brison and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong>Justin Tadlock</strong> published the <a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\"><strong>What&#8217;s new for developers (June 2023)</strong></a> with briefly updates on synced patterns, the Interactivity API, the public API of the Wayfinder (Command Center) and more. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Kelly Choyce-Dwan</strong> announced the <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\"><strong>new curation filter in Pattern Directory</strong></a> &#8211; a way to narrow down the choices and to look at hand-curated patterns. Check it out on the <a href=\"https://wordpress.org/patterns/\">WordPress Pattern</a> directory</p>\n\n\n\n<a href=\"https://wordpress.org/patterns/\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The<strong> Training Team</strong> released more tutorials: </p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/using-headings-for-accessibility-and-seo/\">How to use headings for accessibility and&nbsp;SEO</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/advanced-multisite-management/\">Advanced Multisite Management</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In 2018, <strong>Drupal Gutenberg</strong>, the Norway-based agency <strong>Frontkom</strong> created the&nbsp;<a href=\"https://www.drupal.org/project/gutenberg\" target=\"_blank\" rel=\"noreferrer noopener\">Gutenberg module for Drupal</a>.  Now it received funding from Automattic. Sarah Gooding has the skinny:  <a href=\"https://wptavern.com/automattic-donates-e20000-to-fund-next-phase-of-drupal-gutenberg-development\"><strong>Automattic Donates €20,000&nbsp;to Fund Next Phase of Drupal Gutenberg Development</strong></a>. </p>\n\n\n\n<p>The <strong>Drupal Gutenberg</strong> module is used on more than 3,000 Drupal websites. Frontkom, a 120-person agency, uses it exclusively when building Drupal sites for clients. In the article ,we also learn that Matt Mullenweg will send &#8220;some Gutenberg experts to join the sprint without any cost to the Drupal community&#8221;.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Doc Pop</strong>&#8216;s latest <em>Press This</em> episode is titled: <a href=\"https://torquemag.io/2023/06/press-this-frost-theme/\"><strong>The Frost Theme is Here</strong></a>. He talked to <strong>Brian Gardner,</strong> the creator of Frost after he submitted WP Engine&#8217;s Frost Theme to the WordPress Theme Repository. Brian Gardner&#8217;s other block themes in the repo are: <a href=\"https://wordpress.org/themes/powder/\">Powder</a>, <a href=\"https://wordpress.org/themes/design-mode/\">Design Mode</a>, <a href=\"https://wordpress.org/themes/bright-mode/\">Bright Mode</a> and <a href=\"https://wordpress.org/themes/avant-garde/\">Avant-Garde</a>. &#8220;When I realized sort of what blocks were, how patterns worked and the trajectory of where this was all going, I got really excited. So two years ago I started creating this theme called Frost.&#8221; Gardner says on the show. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <em>WP Build podcast </em>episode number 330, <a href=\"https://wpbuilds.com/2023/06/15/330-get-lots-for-free-with-maxi-blocks/\"><strong>Get lots for free with Maxi Block </strong></a><strong>Nathan Wrigley</strong> interviewed <strong>Christiaan Pieterse</strong>. &#8220;Maxi Blocks has all the blocks that your typical website needs. I could list them all here, but just click the link above and you’ll find them. There are containers, headings, images, maps, groups, icons, sliders, all-the-things so to speak. &#8221; Wrigley wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Have you ever looked for a way to make a group block as a whole clickable? The plugin <a href=\"https://wordpress.org/plugins/hyperlink-group-block/\"><strong>Hyperlink Group Block</strong></a> plugin might be the right solution. It allows you to combine blocks into a group wrapped with a hyperlink (&lt;a&gt;). After inserting a Hyperlink Group Block, a Block inserter icon will be displayed to allow you to add new blocks inside that Hyperlink Group Block. You can also transform an existing group block into a hyperlink block.  Thank you to <a href=\"https://twitter.com/removement\">Jeremy Techtmann</a> who <a href=\"https://twitter.com/removement/status/1669761255475740674\">tweeted </a>about the plugin in reply to Keith Devon&#8217;s <a href=\"https://twitter.com/keithdevon/status/1669638772969857026\">question</a>: &#8220;How can I make a group of blocks into a link?&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" 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>Kathryn Presner </strong>published her tutorial <strong><a href=\"https://wordpress.tv/2023/06/14/custom-css-in-the-site-editing-era/\">Custom CSS in the Site-Editing era</a></strong> on WordPressTV. WordPress 6.2 introduced two new ways to add custom CSS to your site: a global CSS editor, and a per-block CSS editor. Both methods let you add CSS overrides directly in the Site Editor,  to tweak the way your site looks. In this session, Presner covered the differences between the two types of editors, and how to use them effectively and appropriately. As a rare occurrence on WordPress TV, Presner also provided the code snippets and a fabulous list of resources in the comments as well. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> hosted <strong><a href=\"https://make.wordpress.org/themes/2023/06/16/summary-lets-chat-about-wordpress-6-3-and-block-theming/\">Hallway Hangout: Let’s chat about WordPress 6.3 and block&nbsp;theming </a></strong>and posted the summary on Make Theme Blog. &#8220;The session began with a brief demonstration of the changes coming to the Site Editor in 6.3, notably page management and new editing flows. If you have begun building block themes for clients or are interested in block theming, this session is especially for you.&#8221; Diego wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>James Koussertari </strong>wants you to have an <a href=\"https://gutenbergmarket.com/news/understanding-blockgap-in-wordpress-block-themes\"><strong>understanding blockGap in WordPress Block Themes</strong></a>. He looks at what it is, how to enable it, how to use it globally or for specific blocks, plus how it affects spacing presets &amp; scale.</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>Carlo Daniele</strong> wrote a tutorial on <a href=\"https://kinsta.com/blog/wordpress-block-patterns/\"><strong>how to build WordPress Block Patterns, </strong></a>puts them into<a href=\"https://kinsta.com/blog/wordpress-block-patterns/\"><strong> </strong></a> context with Template parts and Reusable blocks, and then shows you methods how to create them and add them to your theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Have you ever wondered what exactly that &#8220;area&#8221; property is for when registering template parts in a block theme? Did you know you can register custom areas? <strong>Justin Tadlock</strong> explored in this post how to  <strong><a href=\"https://developer.wordpress.org/news/2023/06/upgrading-the-site-editing-experience-with-custom-template-part-areas/\">upgrade the site-editing experience with custom template part areas</a></strong>. You learn how to register them, add them to your them and provide the right places for your users to work with template areas. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> takes you on a journey <a href=\"https://wpengine.com/builders/color-wordpress-block-themes/\"><strong>Exploring Color in WordPress Block Themes</strong></a>. The article is an introduction to the color related sections of the Site editor and theme.json: You learn how to handle color settings, palette, gradients, duotone filters, style variations and color contrast. &#8220;Colors are the magic ingredients to bring your website to life, setting the mood and defining the user experience.&nbsp;&#8221; </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://twitter.com/chrisrhymes\"><strong>C.S. Rhymes</strong></a> built a VS Code Extension<a href=\"https://marketplace.visualstudio.com/items?itemName=chrisrhymes.gutenburg-comment-highlight\"><strong> Gutenberg Comment Highlight</strong></a>. Because Gutenberg uses HTML comments to store attributes and styling, usually the IDE styles it with light gray color, which makes it very hard to read, when you spend time in block themes, patterns, or blocks. This VS Code extension color codes them like other code snippets. <em>Thank you to Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1668039075889045506\">for the find</a>. </em></p>\n\n\n\n<a href=\"https://marketplace.visualstudio.com/items?itemName=chrisrhymes.gutenburg-comment-highlight\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Upcoming event: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294226978/\"><strong>Developer Hours: Exploring Editor Extensibility</strong></a>. </p>\n\n\n\n<p>Join <strong>Nick Diego</strong>, <strong>Michael Burridge</strong> and <strong>Ryan Welcher</strong> for the next Developer Hours on <strong>June 30th, at 15:00 UTC (9 am EDT, 17:00 CEST)</strong> They will showcase extensibility methods that empower builders to extend and customize the WordPress editing experience. This event will begin with a few demos that explore client-side filters, slot fills, and custom block development. Then the three will be available for AMA-style discussion. Whether you&#8217;re a developer, designer, or WordPress implementer, this event promises to provide valuable insights into Editor extensibility and foster an open exchange of ideas.</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294226978/\"><img /></a>\n\n\n\n<p><strong>Nick Diego</strong> wrote about his experience exploring <a href=\"https://nickdiego.com/how-to-modify-block-supports-using-client-side-filters/\"><strong>How to modify block supports using client-side filters</strong></a>, when the feature is not yet available for the core blocks. He writes about the powerful client-side filter <code>blocks.registerBlockType</code> that allows you to modify&nbsp;block supports, such as border, color, dimensions, and typography of core/blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://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<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></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:</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, 17 Jun 2023 07: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: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: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:90:\"WPTavern: Automattic Donates €20,000 to Fund Next Phase of Drupal Gutenberg 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=145981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/automattic-donates-e20000-to-fund-next-phase-of-drupal-gutenberg-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p><a href=\"https://drupalgutenberg.org/\">Drupal Gutenberg</a>, the <a rel=\"noreferrer noopener\" href=\"https://www.drupal.org/project/gutenberg\" target=\"_blank\">Gutenberg module for Drupal</a> that was created by a Norway-based agency called <a rel=\"noreferrer noopener\" href=\"https://www.frontkom.no/\" target=\"_blank\">Frontkom</a>, has received a €20,000 donation from Automattic to fund the next phase of development. </p>\n\n\n\n<p>The module was one of five projects, selected from 35 proposals, that was granted funding during the DrupalCon Pitchburgh innovation contest. The winners were announced as part of Dries Buytaert&#8217;s <a href=\"https://dri.es/state-of-drupal-presentation-june-2023\">State of Drupal presentation</a> at DrupalCon North America 2023 in Pittsburgh.</p>\n\n\n\n<p>&#8220;Since Automattic is the main developer behind Gutenberg, I shared the <a href=\"https://youtu.be/1yACutnl4Qk\">Gutenberg proposal</a> with Matt Mullenweg, co-founder of WordPress and CEO of Automattic,&#8221; Buytaert said. &#8220;Matt was really excited about the idea of more Drupal sites using Gutenberg, and he kindly offered to provide the full €20,000 in funding through Automattic. Furthermore, he will be sending some Gutenberg experts to join the sprint without any cost to the Drupal community.&#8221; </p>\n\n\n\n<p>The Drupal Gutenberg module is used on more than 3,000 Drupal websites. Frontkom, a 120-person agency, uses it exclusively when building Drupal sites for clients.</p>\n\n\n\n<p>&#8220;Our clients love it,&#8221; Frontkom sales director Thor Andre Gretland said. &#8220;In fact, we haven&#8217;t built a Drupal site without Gutenberg since we started the project back in 2018.&#8221;</p>\n\n\n\n<img />\n\n\n\n<p>In his pitch video (embedded below), Gretland said the requested funding will be used to take the project to the next level by arranging an in-person workshop for a few days. They intend to gather people from the WordPress core team who have built the editor, the Drupal core team that knows the needs and possibilities for the admin initiatives, and the Drupal Gutenberg team that built and maintains the module.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Gretland listed several things he hopes the teams can create together, including a Gutenberg starter theme and a starter pack, where Gutenberg is setup with a complete frontend as a base theme or theming reference, as well as the ability to make it work work within the layout builder. </p>\n\n\n\n<p>&#8220;Our goal is to make sure that the Drupal Gutenberg of the future is always using the latest and greatest version from the WordPress team, and better enable Drupal developers to contribute back upstream,&#8221; Gretland said. &#8220;We want Gutenberg more tightly integrated with Drupal and to do this properly we need to gather the people that should be involved. This is a great opportunity to extend our cooperation across open source projects and to move forward making Drupal the most easy to use enterprise CMS.&#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, 16 Jun 2023 19:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:122:\"WPTavern: Finding Freedom and Opportunity With WordPress: How Wolf Bishop Overcame Prison and Addiction to Launch a Career\";s:7:\"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=145921\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://wptavern.com/finding-freedom-and-opportunity-with-wordpress-how-wolf-bishop-overcame-prison-and-addiction-to-launch-a-career\";s: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:10962:\"<p>In 2005, Timothy &#8220;Wolf&#8221; Bishop was serving time in an Iowa prison for charges related to a gambling addiction.</p>\n\n\n\n<p>&#8220;When I was 25, I made a bet that I could not cover,&#8221; Bishop said. &#8220;I had gambled with a local thug on a local semi-pro baseball game between the Burlington Bees and the Clinton Lumberkings. I bet on the Bees, who lost the game without even scoring. </p>\n\n\n\n<p>&#8220;I did not have the $10,000 I had bet. When I told the man I owed this, he was less than happy. He put a gun to my head and told me that if I did not have his cash in one week, he would put a bullet in my brain. I had the money three days later.&#8221;</p>\n\n\n\n<p>It was the crimes Bishop committed to cover that debt that got him sent to prison. Now an experienced professional, entrepreneur, and educator, who has spoken at numerous WordCamps, he credits WordPress for changing the trajectory of his life and helping him find a place of stability.</p>\n\n\n\n<p>&#8220;It saved my life,&#8221; Bishop said. &#8220;I am not being over-dramatic when I say that. If it was not for WordPress, I would either still be in prison or dead.&#8221;</p>\n\n\n\n<p>During the time Bishop was incarcerated in Rockwell City, the Iowa Department of Corrections began allowing limited internet access to inmates, and he was fortunate enough to be in one of the select prisons. Writing a personal blog was one of the allowed activities, so Bishop went on the hunt for a blogging platform to use. He had already tried many of them, as he had been into open source software since the mid-90&#8217;s. </p>\n\n\n\n<p>&#8220;As I was also fighting to overcome my gambling addiction, I had the idea of starting a blog about my experience as a sort of self-therapy,&#8221; he said. &#8220;I tried TypePad first, but did not like it. Less than a month later, I discovered WordPress thanks to a correctional officer who had a blog of her own.&#8221;</p>\n\n\n\n<img />Wolf Bishop in prison in 2005, Rockwell City, IA\n\n\n\n<p>The officer had maintained a blog for the past several months and recommended to Bishop that WordPress would be the easiest and best for his needs. This was in the summer of 2005, just a few months after <a href=\"https://wordpress.org/news/2005/02/strayhorn/\">WordPress 1.5</a> was released with a new &#8220;Pages&#8221; feature, a better templating system, and the Kubrick default theme.</p>\n\n\n\n<p>&#8220;I was at a point in my life when I knew that I needed to change, and drastically, or I was going to be in prison for the rest of my life, or worse….dead,&#8221; Bishop said. &#8220;I know that sounds over dramatic, but I swear it is true. I hoped that by blogging about my battle with addiction, I could better overcome it.&#8221; </p>\n\n\n\n<p>His first blog launched in September 2005, and he posted weekly for just over one year.</p>\n\n\n\n<p>&#8220;Prison is a place where hope is in low supply,&#8221; Bishop said. &#8220;You have to watch your back every minute of every day. Before WordPress, I got in a ton of trouble in prison. I spent a lot of time in the hole. I had nothing to focus my time or energy on, so I fought and walked around with a giant chip on my shoulder.&#8221;</p>\n\n\n\n<p>At one point he realized that he needed to change if he wanted to survive, get out of prison, and stay out of prison, but he was struggling with how to make this happen. Bishop attended Gamblers Anonymous (GA) but described himself as a somewhat shy person and found it difficult to open up to other people in the group.</p>\n\n\n\n<p>&#8220;You cannot effect change until you open up,&#8221; he said. &#8220;So when I found WordPress I was able to remain somewhat anonymous, and that made it easier to open up. I could write about my struggles and my feelings. I had some place safe to vent my fears and frustrations and anger. I had a safe space to process childhood trauma and self-destructive thought patterns.&#8221;</p>\n\n\n\n<p>In January 2007, Bishop was released from prison and went into a work release program. These kinds of programs have employment requirements and have been shown to lower the recidivism rates among prisons.</p>\n\n\n\n<p>&#8220;It was then that I discovered how difficult it is to overcome the stigma of being a felon,&#8221; he said. &#8220;No matter how much I wanted to do better and succeed, it proved to be more challenging than I expected. Within three months I was sent back to prison for a parole violation after losing my minimum wage job.&#8221;</p>\n\n\n\n<p>Bishop, who describes himself as &#8220;a pretty intense mix,&#8221; of being bi-polar and living with ADHD on the Autism spectrum, found it difficult in prison to manage the mental and emotional health issues that led him to a gambling addiction. Mental health resources for prisoners can be scarce, but blogging helped him find a way through.</p>\n\n\n\n<p>&#8220;I guess you could just call it personal talk therapy,&#8221; he said. &#8220;By writing about the experiences I had, being in prison, and how I was feeling, I was able to address my demons and work through the thought patterns that kept leading to destructive behaviors. I guess you could say it was more like a publicly accessible journal.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Launching a WordPress Career Fresh Out of Prison</h3>\n\n\n\n<p>What Bishop learned in the work release program in 2007 about the challenges inmates face after prison became even more clear when he was finally released in 2010. Even though he had fully completed his sentence and was not on supervision, the challenges remained.</p>\n\n\n\n<p>&#8220;Every GOOD job I applied for shot me down the second they learned I was an ex-con,&#8221; Bishop said. &#8220;From 2010 until 2015, I struggled to get a job that would pay the bills. I worked dead end fast food and temp jobs.&#8221;</p>\n\n\n\n<p>In 2015, he and his wife were homeless with three small children living in a tent in Texas. It was this year that he was given the opportunity that launched his career in WordPress. He was offered a support role at InMotion Hosting. </p>\n\n\n\n<p>&#8220;They took a chance on me and they paid for us to move to Virginia Beach,&#8221; Bishop said. &#8220;At first, we still lived in a tent and then a hotel. From there it was an upward trajectory and my career has continued to grow.&#8221;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />Wolf Bishop speaking at WordCamp Atlanta in 2018\n\n\n\n<p>In the years following, Bishop has worked in various support roles and branched out into launching his own development and hosting companies. He is now on his fourth WordPress business, <a href=\"https://wpoctane.co/\">WP Octane</a>, which follows two that failed and two that he successfully built and sold. WP Octane started in 2016 under the name WP Top Hat, and was geared towards being a 1-stop WordPress shop.</p>\n\n\n\n<p>&#8220;The idea was to have a company that provided everything a business needed for its online presence,&#8221; Bishop said. &#8220;But trying to provide managed hosting, ongoing care, content management, marketing, SEO, and several other services proved to be more than I could handle on my on.&#8221;</p>\n\n\n\n<p>In 2019, just before the pandemic hit, he decided to convert to just a managed WordPress host with ongoing care plans included, and changed the name to WP Octane. For the next two years his small startup struggled to thrive during the pandemic, although he did see some growth.</p>\n\n\n\n<p>&#8220;Finally, in early 2022, WP Octane became profitable for the very first time,&#8221; Bishop said. &#8220;Since then we have continued to grow, albeit slowly.&#8221;</p>\n\n\n\n<p>In late 2022, after investing more into infrastructure, WP Octane pivoted again to offer low cost shared WordPress hosting that serves a middle of the road between shared and managed.</p>\n\n\n\n<p>&#8220;We limit tenancy of all servers to a fraction of what most shared hosts have,&#8221; Bishop said. &#8220;We introduced features that allow us to outperform most shared hosts and come pretty close to matching performance of a managed WordPress host. We have virtually eliminated many of the typical pitfalls of shared hosting like the dreaded noisy neighbor syndrome.&#8221; </p>\n\n\n\n<p>WP Octane still offers fully managed plans with ongoing care included as they did previously, but the new shared platform has taken off better than Bishop expected and is now the company&#8217;s primary focus.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Empowering Inmates and Ex-Convicts for Success with WordPress Skills</h3>\n\n\n\n<p>Bishop is also now invested in giving back through a new effort to launch a prison program that will teach inmates the skills they need to use WordPress. The program is still in its early stages and has gotten preliminary approval from the Missouri Department of Corrections, which is local to where he now lives on 63 acres in the Ozarks. He is working on completing the curriculum, a requirement before it can be fully approved. The target for that phase is early August so it can go to a committee for approval at a September meeting.</p>\n\n\n\n<p>&#8220;It is this struggle that led me to start this project,&#8221; he said. &#8220;I want to give inmates that truly want to turn their lives around a skill that can enable them to do just that. If they learn how to work with WordPress, whether it be design, development, SEO, or any other area, they can avoid some of the challenges I faced.&#8221;</p>\n\n\n\n<p>Bishop said inmates equipped with WordPress skills will not be at the mercy of employers who are unwilling to give them a chance, because they have a skill they can use independently. If they go the route of custom development, most clients do not ask for a background check.</p>\n\n\n\n<p>&#8220;When participants complete the program and eventually get out of prison, they will have a portfolio that they can show to potential clients and even employers,&#8221; Bishop said. &#8220;It is my hope that it will increase their chances of success.&#8221;</p>\n\n\n\n<p>This is a first of its kind program that is still awaiting final approval. In the beginning he is aiming to launch it in the Missouri prison system but said he would love to take it nationwide some day. </p>\n\n\n\n<p>Bishop is also working on a related project &#8211; a website that lists employment opportunities with WordPress companies that are willing to give ex-offenders a chance. The project is still in the early planning stages as he talks with employers to encourage them to join this movement. His experience with this community has led him to believe that WordPress will be a beacon of hope and opportunity for anyone who wants to make something on the web.</p>\n\n\n\n<p>&#8220;WordPress helped me overcome addiction,&#8221; Bishop said. &#8220;It taught me the value of community and that if you are willing to put in the work, you do not have to rely on others to &#8216;let&#8217; you succeed. WordPress lets you make success a choice.&#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, 16 Jun 2023 15:58: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: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:76:\"Akismet: How ConvertKit is using AI to protect the creator economy from spam\";s:7:\"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:45:\"http://akismet455732288.wordpress.com/?p=3452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://akismet.com/blog/convertkit-customerstory/\";s: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:16597:\"<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h4 class=\"wp-block-heading\">TL;DR</h4>\n\n\n\n<p>The stakes are always high when it comes to spam prevention. But especially for a platform like ConvertKit, which offers contact forms, email marketing automation, and e-commerce tools for over 428,000 creators &#8211; the stakes were higher.<br /><br />Their billing model, the email reputation of its customers, and ConvertKit&#8217;s own reputation were on the line. They implemented Akismet, an advanced AI that intelligently filters out spam, to automate spam prevention.<br /><br />Long story, short &#8211; the plan paid off. In this case study, we sit down with Jon Lunsford and Romane Dagain from the ConvertKit team, who oversaw the implementation of Akismet.<br /></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignwide has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns is-style-aks-design-block_03 has-white-color has-text-color is-layout-flex wp-container-25 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-design-block_03_left is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">428k +<br />Creators</h1>\n\n\n\n<p>Served by ConvertKit</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-style-aks-design-block_03_right is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">20h saved<br />monthly</h1>\n\n\n\n<p>Per customer, by using Akismet</p>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>We deep dive into what it takes to protect your company and your customers from spam at scale, and how you can follow a similar playbook to find the same peace of mind that ConvertKit now enjoys.<br /><br />You can expect to learn:<br /></p>\n\n\n\n<ol>\n<li>We deep dive into what it takes to protect your company and your customers from spam at scale, and how you can follow a similar playbook to find the same peace of mind that ConvertKit now enjoys.</li>\n\n\n\n<li>The process ConvertKit went through to implement Akismet as a solution to its spam problem.</li>\n\n\n\n<li>The benefits of using Akismet for ConvertKit, include time savings through automation, improved reputation, and zero-friction contact forms for the end-user.</li>\n\n\n\n<li>The results of using Akismet, include increased customer satisfaction, increased conversion rates by removing friction, and the ability to focus on delivering better features for customers.<br /><br /><br /></li>\n</ol>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Full Case Study</h3>\n\n\n\n<p>ConvertKit is the go-to marketing hub for the creator economy. Authors, musicians, podcasters, coaches, and many other creators choose ConvertKit to:<br /></p>\n\n\n\n<ul>\n<li>Grow an audience of email subscribers.</li>\n\n\n\n<li>Automate email marketing and turn that audience into fans.</li>\n\n\n\n<li>Sell digital products to those engaged fans.<br /></li>\n</ul>\n\n\n\n<p>And so far it’s going pretty well, I’d say. Over 428,000 creators are using ConvertKit to connect with over 565 million fans online. It’s widely known as the go-to platform for creators to build an audience, connect with them, and ultimately make a living online.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">The Problem</h3>\n\n\n\n<p>“It’s me, hi, I’m the problem, it’s me.” &#8211; Spam<br />Spam ruins everything, doesn’t it?<br /><br />Spammers want attention, and the ability to reach a large audience of people quickly and easily. This is why platforms like ConvertKit are a target for spammers. Think about it &#8211; contact forms, email automation, e-commerce &#8211; there are opportunities for spam everywhere.<br /><br />In ConvertKit’s case, the “cost of doing nothing” was far too high. The effects of spam, especially if not properly addressed, would trickle down to nearly every part of their business.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>If we allow form submissions just wide open, what will happen is eventually a bunch of fake subscribers or email addresses will end up in customers accounts. And that has pretty significant downstream effects.”</p>\n<cite><strong>John Lunsford</strong>, Senior Engineer at ConvertKit</cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td><strong>Billing</strong></td><td>“It affects our customers &#8211; our billing model is based on the size of the account. And we don’t want to bill them for garbage. We only want to bill them for real subscribers, so it’s a significant factor.”</td></tr><tr><td><strong>Creator&#8217;s Email Reputation</strong></td><td>“Another downstream effect is they’re sending to these email lists. And if the list isn’t great (includes fake/spam subscribers) then their send reputation goes down. And the deliverability reputation is huge. It has huge ramifications for the business”</td></tr><tr><td><strong>ConvertKit&#8217;s Reputation</strong></td><td>&#8220;If our customer&#8217;s send reputation goes down (because of spam), ConverKit&#8217;s reputation goes down as well. So there are some pretty significant effects that would happen if we didn&#8217;t do anything.&#8221;</td></tr><tr><td><strong>Little Fires Everywhere</strong></td><td>&#8220;We were sort of putting out fires. All of a sudden some IP addresses of ours were not delivering well and customers noticed. They see their emails landing in spam, which is horrible for them. That&#8217;s when we&#8217;d catch it &#8211; after the damage had been done. And there was a period of time when that was happening more than we liked. So that&#8217;s when we started implementing Akismet.&#8221;</td></tr></tbody></table>\n\n\n\n<div class=\"wp-block-group is-style-aks-enterprise-plan version-2-2 has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns alignwide is-style-aks-enterprise-plan_image_container is-layout-flex wp-container-32 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-enterprise-plan_image_container_left_content is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"large-text-3\">Curious about pricing?</p>\n\n\n\n<p class=\"is-style-aks-enterprise-plan_image_container_left_content_short_desc\">Whether you need spam protection for large networks, multisite installations, or something more custom, our team of experts is happy to help. We&#8217;ll learn more about your needs and come up with a no-pressure recommendation.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-30 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button talk-to-our-team\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://akismet.com/talk-to-sales/\">Contact our enterprise team</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">The Solution</h3>\n\n\n\n<p>*Spoiler &#8211; it’s Akismet<br />Akismet has been blocking spam since spam was in diapers. That was 2005, to be clear. In that time, Akismet has blocked over 500 billion pieces of spam at a staggering 99.99% accuracy rate. How? Akismet gets smarter with each site that’s protected, and its advanced AI has learned from over 100 million sites.<br /><br />It was also built by Automattic, the team behind WordPress, WooCommerce, Tumblr, and many other tools that <strong><span>make the web a better place.</span></strong><br /><br />But accuracy and reliability weren’t the only factors for ConvertKit when looking for a solution. Considering the audience they serve, preserving conversion rates on forms was of utmost importance as well.<br /><br /><strong>Nobody Likes A Captcha<br /></strong>Adding Captchas to their customers’ forms would mean adding friction, and thus lower conversion rates. And that’s not what ConvertKit stands for. They want their creators to have access to forms with the highest conversion rates, while also being free from spam. Compromising one for the other just wasn’t an option.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img src=\"https://akismet455732288.files.wordpress.com/2023/02/30398-3d.png?w=852&h=1024\" alt=\"\" class=\"wp-image-3017\" width=\"385\" height=\"462\" />\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>“To click or not to click?”</p>\n\n\n\n<img width=\"960\" height=\"942\" src=\"https://akismet455732288.files.wordpress.com/2023/02/c7a89-mask-group.png\" alt=\"\" class=\"wp-image-3018\" />\n</div>\n</div>\n\n\n\n<p>Romane Dagain, Senior Product Manager, explains, &#8220;What we&#8217;re trying to do is really to have this solution that takes care of all of that. So when you think about it, the creators value conversion here.&#8221;</p>\n\n\n\n<p>ConvertKit needed a solution that blocked spam without blocking conversions for their customers. Something that intelligently worked behind the scenes and wouldn’t add friction or make for a frustrating user experience.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>”Um…using a Captcha is not ideal. And I think everyone here agrees with that.”</p>\n<cite><strong>Romane Dagain, Senior Product Manager</strong></cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>One Solution For All</strong><br />Because ConvertKit&#8217;s audience is very diverse, they needed a solution that worked for everyone &#8211; not just their highest-paying customers. Romane explains, &#8220;We&#8217;ve got a very wide, wide range of people. We&#8217;ve got people who will be very tech-savvy. You&#8217;ve got people who are just starting. You&#8217;ve got people who have a very small email list, and you have really big stars. So we need to have something that is easy to use for all of them and is safe to do so. And I think for us, adaptability and reputation are very much like a competitive asset.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Results</h3>\n\n\n\n<p>“We don’t worry about spam anymore.”<br />ConvertKit went from &#8220;putting out fires&#8221; left by frequent spam attacks to the peace of mind of a solution that keeps them one step ahead of the spammers. And it was all possible using Akismet&#8217;s advanced AI to intelligently find and filter out spam.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>”With Akismet, we don’t really have to think about spam prevention, which allows us to work on other things. It allows us to work on delivering better features for our customers that they care about – and that are visible to them. And we’re able to do that because of what Akismet is doing behind the scenes.”</p>\n<cite><strong>John Lunsford,</strong> Senior Engineer at ConvertKit</cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Automation</strong><br />The average Akismet customer saves 20 hours per month in time they used to spend manually sifting through user-submitted text. Set it and forget it, as they say.<br /><br />Jon says, “We moved from a place of putting out fires to now things are automated. We&#8217;re tracking stuff, we&#8217;re alerting on stuff. So now we know across our whole surface area if we have bot attacks. &#8220;<br /></p>\n\n\n\n<img width=\"1392\" height=\"706\" src=\"https://akismet455732288.files.wordpress.com/2023/02/65d6e-frame-2596.png?w=1024&h=519\" alt=\"\" class=\"wp-image-2959\" />\n\n\n\n<p> </p>\n\n\n\n<p><strong>The ConvertKit Package</strong><br />By far the biggest benefit Akismet has brought to ConvertKit is embedded into their product offering. They want to provide a platform where anyone can easily make a living online, and adding Akismet has allowed them to provide just that.<br /><br />Romane explains, &#8220;We&#8217;ve gotten to a place now where we&#8217;re really proud of where we stand and we&#8217;re trying to maintain that. So I think Akismet is now part of essentially just &#8216;The Convert Kit package&#8217;, it just comes with the idea that it&#8217;s safe to use. Our customers know we look after you, we take care of this stuff. You don&#8217;t even have to think about it. All you have to think about is write your content, send your emails, we&#8217;ll get it delivered and we&#8217;ll make sure it gets delivered to the right people.&#8221;<br /><br /><strong>“We Just Do This For You”</strong><br />If only every company looked after its customer base the way that ConvertKit does, there&#8217;d be a lot more happy customers. They needed to protect their customers from spam, but in a way that didn&#8217;t disrupt what their customers are trying to build for themselves. And by adding Akismet, ConvertKit now has a product offering that allows creators to build, engage, and make a living online &#8211; without ever seeing any downstream effects from spam. ConvertKit is protected by Akismet, and so are their customers.<br /><br />Jon puts it best, “From ConvertKit’s perspective, we&#8217;re able to confidently tell our customers by default, like, ‘we just do this for you’. There&#8217;s no additional cost. There&#8217;s nothing that you need to do. Just by default, there’s spam prevention going on in your forms.”<br /></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-aks-enterprise-plan version-2-2 has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns alignwide is-style-aks-enterprise-plan_image_container is-layout-flex wp-container-45 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-enterprise-plan_image_container_left_content is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"large-text-3\">Curious about pricing?</p>\n\n\n\n<p class=\"is-style-aks-enterprise-plan_image_container_left_content_short_desc\">Whether you need spam protection for large networks, multisite installations, or something more custom, our team of experts is happy to help. We&#8217;ll learn more about your needs and come up with a no-pressure recommendation.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-43 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button talk-to-our-team\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://akismet.com/talk-to-sales/\">Contact our enterprise team</a></div>\n</div>\n</div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2023 12:45:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Drew Breaux\";s: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:134:\"Post Status: Sustainability Team • Supporting Organizations • Commercial &amp; Community Themes &amp; Plugins • Pattern Curation\";s:7:\"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=149632\";s:7:\"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/sustainability-team-supporting-organizations-commercial-community-themes-plugins-pattern-curation/\";s: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:17742:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 12, 2023)</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\">The WordPress Sustainability Team has launched. What&#8217;s that? <br /><em>The main objective of the team is to embed sustainable practices into the WordPress community and its processes. We focus on ensuring longevity; socially, economically, and environmentally.</em><br /><br />Several organizations exist to support the work of WordPress, such as The WP Community Collective and HeroPress. Matt is proposing a way of displaying such supporting organizations.<br /><br />Filters arrive for Themes and Plugins around what are Commercial efforts and what are Community efforts, while the Patterns Directory ponders using filters for displaying all patterns associated with a theme.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><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=\"kb-svg-icon-wrap kb-svg-icon-fas_hospital kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Sustainability Team, Supporting Orgs, Commercial &amp; Community Themes &amp; Plugins, Pattern Curation</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f30d.png\" alt=\"🌍\" class=\"wp-smiley\" />  <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50c.png\" alt=\"🔌\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5bc.png\" alt=\"🖼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-5\">\n<div class=\"wp-block-column is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-3\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/14/contributor-working-group-mentorship-chat-agenda-june-15th-0700-utc-apac-emea-and-1600-utc-amer/\">Contributor Working Group: Mentorship Chat Agenda | June 15th 07:00 UTC (APAC/EMEA) and 16:00 UTC (AMER)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/12/community-team-training-10-understanding-gpl-compliance-for-wordcamp-and-meetup/\">Community Team Training #10: Understanding GPL Compliance for WordCamp and Meetup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/08/feature-idea-speaker-profile-block/\">Feature idea: Speaker profile block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">What’s new in Gutenberg 16.0? (14 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/07/a-week-in-core-june-5-2023/\">Two Weeks in Core – June 5, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/07/core-editor-chat-summary-7th-june-2023/\">Core Editor chat summary: 7th June 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\">What’s new for developers? (June 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/dev-chat-summary-june-14-2023/\">Dev Chat Summary, June 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/12/editor-chat-agenda-14-june-2023/\">Editor Chat Agenda: 14 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/06/12/documentation-team-update-june-12-2023/\">Documentation Team Update – June 12, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Mobile Team Update – May 31st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/12/last-week-openverse-2023-06-05-2023-06-12/\">A week in Openverse: 2023-06-05 – 2023-06-12</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/06/13/performance-chat-summary-13-june-2023/\">Performance Chat Summary: 13 June 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\" 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/plugins/2023/05/17/plugin-review-team-update/\">Plugin Review Team Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/14/agenda-weekly-polyglots-chat-june-14-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – June 14, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/summary-for-june-1st-support-team-meeting/\">Summary for June 1st Support Team Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/14/sustainability-team-meeting-agenda-2023-06-16/\">Sustainability Team meeting agenda 2023-06-16</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/08/welcome/\">Welcome!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/06/10/fse-program-rapid-revamp-summary/\">FSE Program Rapid Revamp Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/07/fse-program-testing-call-24-momery-makeover/\">FSE Program Testing Call #24: Momery Makeover</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/12/test-team-update-12-june-2023/\">Test Team Update: 12 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/14/themes-team-meeting-notes-june-13-2023/\">Themes Team Meeting Notes –&nbsp;June 13, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/13/themes-team-update-june-13-2023/\">Themes team update June 13, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/06/12/training-team-meeting-recap-6-june-2023/\">Training Team Meeting Recap – 6 June, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/09/learners-can-now-submit-feedback-when-completing-a-course/\">Learners can now submit feedback when completing a course</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/08/wordcamp-europe-contributor-day-2023/\">WordCamp Europe Contributor Day 2023 Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\">Information Sources for 6.3</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-and-the-indieweb\">WordPress and the IndieWeb</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-2\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</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&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;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://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:\"Thu, 15 Jun 2023 01:36: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: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: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:64:\"Post Status: Launching a WordPress Product in Public: Session 17\";s:7:\"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=149628\";s:7:\"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/launching-a-wordpress-product-in-public-session-17/\";s: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:43583:\"<div class=\"wp-block-embed__wrapper\">\n\n</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><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. In this episode, they discuss designing pricing plans and creating a compelling website homepage for their new product. They delve into the intricacies of annual and lifetime subscription options and the inclusion of site licenses for different customer segments. They also explore the balance between providing value and maintaining profitability. Throughout the conversation, they brainstorm ideas, share case studies, and weigh the pros and cons of various pricing strategies.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Consider customer preferences</strong>. It is critical to understand customer preferences and needs when determining pricing plans. Exploring options, such as lifetime licenses and differentiating plans based on the number of sites, can help you strike a balance between value and affordability for customers.</li>\n\n\n\n<li><strong>Seek feedback</strong>. Recognize the value of seeking feedback from others in relevant communities. Reach out for input and opinions. External perspectives can provide valuable insights and help refine your approach.</li>\n\n\n\n<li><strong>Focus on website messaging and design</strong>. Acknowledge the importance of presenting information in a coherent and engaging manner. Consider using design elements to enhance a website&#8217;s overall visual appeal and user experience.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a> </li>\n\n\n\n<li><a href=\"https://ithemes.com/backupbuddy/?=matchtype=b&keyword=backup%20buddy%20plugin&cid=14487028719&agid=132326792291&device=c&placement=&creative=629501906087&target=&adposition=&utm_source=google&utm_medium=cpc&utm_term=backup%20buddy%20plugin&utm_content=629501906087&utm_campaign=search+-+na+-+backup+-+buddy&gad=1&gclid=CjwKCAjw-IWkBhBTEiwA2exyOyk30qMKQEhBpuZK9jf3naRBMo4QTSmwsJyLWPePozHgvkpdOO3tOBoCOroQAvD_BwE\">BackupBuddy</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <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=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 17 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 17</strong></p>\n\n\n\n<p>[00:00:00] <strong>Cory Miller:</strong> Webinar. Webinar is live. We&#8217;re live session Summit. Corey and Corey launching a product. Okay.&nbsp;</p>\n\n\n\n<p>[00:00:11] <strong>Corey Maass:</strong> So we all go up together. Yeah. You&#8217;re probably already standing, aren&#8217;t you? I am. Although you&#8217;re leaning.&nbsp;</p>\n\n\n\n<p>[00:00:19] <strong>Cory Miller:</strong> I&#8217;m leaning, standing, standing. Okay. Yep. We were, uh, just talking through a logo. We&#8217;ve had some revisions with the designer, and so Corey was sharing some of the thoughts.</p>\n\n\n\n<p>I think this is part of that journey is like, something&#8217;s always in the way, you know, that you gotta Yeah,&nbsp;</p>\n\n\n\n<p>[00:00:38] <strong>Corey Maass:</strong> exactly. Like, so yeah, I, you know, so the plugin is coming along really well. Um, but to do, uh, you know, to, to feel like you&#8217;re really moving forward, Uh, for branding and marketing, which we&#8217;ve talked about a bit in the last couple of weeks, we, we need the logo, which defines the colors.</p>\n\n\n\n<p>So the good news is we can, we can take the colors that we&#8217;ve got from the logo, um, and you know, and we can, and we can start moving forward with some things. But it&#8217;s, um, we approved the horizontal. So if you&#8217;re looking at my screen, um, I, what I think they&#8217;ve done. Which is fine. Uh, um. Is they took the, originally, I thought it was a white bar over, um, I think it&#8217;s Montserrat is the final font, which is great.</p>\n\n\n\n<p>Um, and I think what they&#8217;ve actually done is, is split it in half, which is fine because that that leaves No, my, my previous issue was there were like little triangles. Based on where they cut it. Um, and so the, the horizontal looks good now, but when you go over to the vertical, what they should have done is, is take the revision of the I M G from the [00:02:00] horizontal and applied it to the vertical.</p>\n\n\n\n<p>And I think they took us at our word that they, that we were like, you know, and the vertical&#8217;s. Okay. So they were just like, here it is, even though it&#8217;s inconsistent. So, One more revision. Um, and uh, and I, I mean, what&#8217;s great is, is they are giving us the e p s. You can see I&#8217;ve got Illustrator open in the background.</p>\n\n\n\n<p>Um, so I can mess around with it cuz I&#8217;m still not totally sold on. The, the vertical version, which is not their fault. Like they&#8217;ve done what we&#8217;ve said. Um, I, so I think we wanna go back to them and say, Hey, you know, please update the vertical, the i m g on the vertical based on the changes that you made to the I M G in the horizontal.</p>\n\n\n\n<p>And then&nbsp;</p>\n\n\n\n<p>[00:02:54] <strong>Cory Miller:</strong> really what you mean there is, is not just colors, but is it the bar where the bar is?&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Corey Maass:</strong> Yeah. Yes. Yeah, yeah, yeah. The colors of the vertical are fine. Because we, we sort of defined that based on the website we sent them. Um, but you know, I guess it would be, yeah, it would be nice since it would be nice if they finished what they were doing kind of thing.</p>\n\n\n\n<p>Um, and then I think at some point you and I like, I think we go forward with this and this is part of us talking about, uh, you know, and, whoops, did I lose my microphone? There we go. Um, You know, part of the journey is, um, just pun just, just moving forward, you know? And so it&#8217;s like, I don&#8217;t. If they fix the bar, I&#8217;m content with putting this online.</p>\n\n\n\n<p>I&#8217;m not totally sold that, that this is actually the best vertical version, but at some point, you know, it, it&#8217;ll occur to us like, oh, the black should be the bottom third of each, or whatever. And. And I&#8217;ll go into, you know, either, we&#8217;ll, we&#8217;ll use them again and say, okay, we need another revision, or I&#8217;ll go in and make the change, but good enough for now or go once they make the change.</p>\n\n\n\n<p>So it&#8217;s at least consistent then good enough. And I was half joking that the, the real reason I&#8217;m in such a hurry is that, um, sticker Mule runs specials every week and so their coupons run out and inevitably that&#8217;s, um, so how, that&#8217;s how we end up with like 10 of the crop express coupon, the stickers that we don&#8217;t actually need.</p>\n\n\n\n<p>[00:04:42] <strong>Cory Miller:</strong> Nostalgia. Um, hey, so. Here, here&#8217;s my question. What, what are the things that you want changed here? Like, one thing that stick out, obviously the bar you want it moved up toward the top. Omg.&nbsp;</p>\n\n\n\n<p>[00:04:58] <strong>Corey Maass:</strong> No, I, all I want is, um, for them, I think I&#8217;ve even got it open, so I just want them to take the, the img. Oh. From here.</p>\n\n\n\n<p>Yeah. And, and put it where it&#8217;s supposed to, you know, replace what, what they had. So really, there&#8217;s&nbsp;</p>\n\n\n\n<p>[00:05:19] <strong>Cory Miller:</strong> two bars on the vertical version?&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Corey Maass:</strong> Uh, I think there&#8217;s, I mean, so it&#8217;s like, oh, okay. Yeah. See how there&#8217;s, there&#8217;s that little carrot taken out right. Of, of the m. But on here, we had asked them to remove it, so there is none.</p>\n\n\n\n<p>Okay. So it&#8217;s like if they just update the i, the m and the G of the vertical version using the, the revised i m g of the horizontal, we&#8217;re, we&#8217;re done. Okay.&nbsp;</p>\n\n\n\n<p>[00:05:59] <strong>Cory Miller:</strong> So it, it occurs to me though, when you&#8217;re looking at this, the, the OMG fills letter spacing this wider mm-hmm. In the vertical than it is the horizontal.</p>\n\n\n\n<p>That&#8217;s maybe one of the things I was thinking of, like, can you copy and paste the horizontal into a new, so we can look at it real quick or just pull that IMG down or something so we can look at it. Yep. You see that letter space in here looks way tighter,&nbsp;</p>\n\n\n\n<p>[00:06:24] <strong>Corey Maass:</strong> which it will be because they&#8217;re putting the I under the O.</p>\n\n\n\n<p>So the O is so much wider.&nbsp;</p>\n\n\n\n<p>[00:06:32] <strong>Cory Miller:</strong> It still looks, but look at this space between the O and the M. It just feels loose. Mm-hmm. Yep. Here, I&#8217;ll show you. I&#8217;ll try it.&nbsp;</p>\n\n\n\n<p>[00:06:45] <strong>Corey Maass:</strong> Yeah. Um,&nbsp;</p>\n\n\n\n<p>[00:06:49] <strong>Cory Miller:</strong> like it, can you take the IMG right there and put and pull it underneath just to see how Yep, yep,&nbsp;</p>\n\n\n\n<p>[00:06:55] <strong>Corey Maass:</strong> yep.</p>\n\n\n\n<p>Showing off my. Amazing skills here, but yeah, if we matched Okay. The M and the G Well,&nbsp;</p>\n\n\n\n<p>[00:07:15] <strong>Cory Miller:</strong> hey, go up. Yeah, yeah, right there. Hold on just a second. Let&#8217;s look at that for a second.</p>\n\n\n\n<p>I don&#8217;t know the, the vertical version that they&#8217;ve got just feels. And&nbsp;</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:07:29] <strong>Corey Maass:</strong> get it. Oh, I see. Yeah. The white space is so much more between all of the letters. Yeah. It&#8217;s just, just which I, which I suspect they did because they&#8217;re trying to match. It&#8217;s like if, if these are here, then, then it&#8217;s more pronounced.</p>\n\n\n\n<p>Yeah. Between the I and the M, like there&#8217;s no good answer for that right now.</p>\n\n\n\n<p>That looks&nbsp;</p>\n\n\n\n<p>[00:08:01] <strong>Cory Miller:</strong> better though to me. Yeah.&nbsp;</p>\n\n\n\n<p>[00:08:05] <strong>Corey Maass:</strong> So yeah, have &#8217;em have &#8217;em do a version where they&#8217;re like, literally put the i m G below the the OMG and center the eye and call it done.</p>\n\n\n\n<p>[00:08:18] <strong>Cory Miller:</strong> Can you move the eye over just so we can see? Yeah. See how it looks. For a second.&nbsp;</p>\n\n\n\n<p>[00:08:25] <strong>Corey Maass:</strong> Maybe I just did it. Huh?</p>\n\n\n\n<p>I don&#8217;t hate it. Right. It&#8217;s, yeah. It might be, it might be enough to go live with, and again, at some point it, it&#8217;ll occur to us what&#8217;s wrong with it or how to fix it. Yeah. Or, you know, we will have totally changed our branding by then or something. Okay.&nbsp;</p>\n\n\n\n<p>[00:08:52] <strong>Cory Miller:</strong> Hold on a second. Let me screenshot that. Okay. I mean, do you like the two bars on the vertical?</p>\n\n\n\n<p>[00:09:02] <strong>Corey Maass:</strong> I&#8217;m conflicted because when you get small it becomes unreadable. Right? And that&#8217;s honestly how most, most people are gonna see it. Most of the time. Like in, in the plug-in repo, you know, it, you can, you do okay. Where it&#8217;s there, but it&#8217;s like not contrasty enough. But like in most places it&#8217;s gonna end up small, small, and it just, you can&#8217;t read it at all.</p>\n\n\n\n<p>But I&#8217;m, I&#8217;m, I&#8217;m, I&#8217;m kind of, of the mind, like I said now of. Good enough, like this lets us go live and we can, we can change it. Okay. You know?</p>\n\n\n\n<p>Sounds good. Um, so cool. That&#8217;s that. So honestly, like I will just, I will stop mucking about with the one they sent. Um, and why don&#8217;t we just use this for now? Yeah. And essentially live with it, you know, but in, in the wild for a while and see how we feel about it. Okay. Um, cool. So that&#8217;s the logo. And then, um, a while ago on AppSumo, I signed up for a lifetime deal of ui, which lets you run te essentially like repeat, click, click, click.</p>\n\n\n\n<p>And so, um, I&#8217;ve been setting up testing cuz I&#8217;m sort of in the weeds with where I think everything&#8217;s working. But this way it at least clicks through and, um, makes sure that we have all the basic features.</p>\n\n\n\n<p>And then, um, Once that&#8217;s done, like I think we&#8217;re, I think the plugin version one is, is ready to go. Um, and so honestly, unless you have something else, what I was thinking was we might, like, while we&#8217;re sitting here for the next hour, 45 minutes, we&#8217;ve got, um, let&#8217;s take the wording that we came up with last week and just do a quick bang through of the homepage and plug it in.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Nothing like building, building a website live. Is this you ui&nbsp;</p>\n\n\n\n<p>[00:11:51] <strong>Cory Miller:</strong> or something different?&nbsp;</p>\n\n\n\n<p>[00:11:53] <strong>Corey Maass:</strong> Uh, so this is our current homepage, omg img.co. Okay. And, uh, on the left and then on the right. Is the words we came up with last time. Okay, cool. So, uh, in builder. So let&#8217;s see. What&#8217;s cool is we do now have, um, did I close it?</p>\n\n\n\n<p>How I minimize it, file.</p>\n\n\n\n<p>We do now have colors</p>\n\n\n\n<p>again. I do not know Illustrator very well. One of the things that I always like to do on all of my websites is create a page called Assets.</p>\n\n\n\n<p>And here we say Diviv. Oops. Style.</p>\n\n\n\n<p>How was breakfast, by the way? Good. Good to see&nbsp;</p>\n\n\n\n<p>[00:13:16] <strong>Cory Miller:</strong> my grandfather, he&#8217;s 93 years old. Wow. Yeah. Good for him. He&#8217;s the OG entrepreneur.</p>\n\n\n\n<p>He sold his business about three, four months after I sold mine, but he had his longer. I told him, I said I might&#8217;ve beat him to that, but he beat me in longevity. He had a motorcycle dealership for 40&nbsp;</p>\n\n\n\n<p>[00:13:42] <strong>Corey Maass:</strong> years. Wow. What kind of motorcycles? Honda in Yamaha.&nbsp;</p>\n\n\n\n<p>[00:13:48] <strong>Cory Miller:</strong> Nice.</p>\n\n\n\n<p>I can&#8217;t remember if we talked about this. You&#8217;ve rid, you had a motorcycle that you showed me.&nbsp;</p>\n\n\n\n<p>[00:13:58] <strong>Corey Maass:</strong> Four-wheeler. Uh, I&#8217;m trying to have a motorcycle. Um, I, yeah, I owned it for about an hour and then, uh, it stopped running, which I knew was always going to be an issue cuz it&#8217;s, uh, 1982 something. But I hoped I could work on it, but in the end I couldn&#8217;t.</p>\n\n\n\n<p>Um, and the. The shop that it went to has now had it for a year, and I keep stopping by and I&#8217;m like bringing them donuts and stuff cuz I&#8217;m like, how do we move this forward? But so far, no, no joy.</p>\n\n\n\n<p>So you&#8217;re&nbsp;</p>\n\n\n\n<p>[00:14:45] <strong>Cory Miller:</strong> using Uber Builder and doing an assets page. That&#8217;s cool.&nbsp;</p>\n\n\n\n<p>[00:14:50] <strong>Corey Maass:</strong> Yeah, so this is what I do for, um, all of my sites, um, is like once I&#8217;ve got a color palette, um, usually I&#8217;m using, uh, colors, col, col coolers or whatever. Um, Look at that rainbow. That&#8217;s fantastic. I love those colors.&nbsp;</p>\n\n\n\n<p>[00:15:14] <strong>Cory Miller:</strong> So you create this within Beaver Builder to kind of reference within the website?</p>\n\n\n\n<p>[00:15:19] <strong>Corey Maass:</strong> Yeah. Like, uh, I&#8217;ll come in and I&#8217;ll drop in the logos. So it&#8217;s like, cuz inevitably, you know, you&#8217;re, you&#8217;re making changes live somewhere or. You know, you&#8217;re updating your Twitter account profile or your, you know, somebody&#8217;s like, oh, I, hey, could you send me a logo? You know, I&#8217;m interviewing you on a podcast and you send me a logo and you&#8217;re like, let me go look through a thousand folders to try to find that.</p>\n\n\n\n<p>Or you can just say, go to slash assets. Um, just kind of a, a habit I got into a while ago. Um, And then it also helps with like defining, you know, doing this kind of thing where it&#8217;s like, once you define, have your colors defined once you can save them, stuff like that. So anyway, um, so we&#8217;ll plug into logo later.</p>\n\n\n\n<p>Um, so words on the right, what&#8217;s, what&#8217;s the first one we want to go with? Like what I figure is this on the left will be a product shot. Sure.&nbsp;</p>\n\n\n\n<p>[00:16:27] <strong>Cory Miller:</strong> Let me find, uh, that doc you&#8217;re looking at. Website. Got it. Okay. Okay, cool.</p>\n\n\n\n<p>What about professional? Social images for your website in content.</p>\n\n\n\n<p>[00:17:10] <strong>Corey Maass:</strong> For your WordPress website. I always like to put in WordPress right up front so that people aren&#8217;t like, sure, I&#8217;m on Wick. Why can&#8217;t I use this? Yeah,</p>\n\n\n\n<p>it&#8217;s not. They have Montserrat. Whoops. Yep, I do. There it&#8217;s so wheat,</p>\n\n\n\n<p>extra bowl, ultra bowl.&nbsp;</p>\n\n\n\n<p>[00:17:41] <strong>Cory Miller:</strong> Boom.</p>\n\n\n\n<p>[00:17:52] <strong>Corey Maass:</strong> Bigger. I want bigger,</p>\n\n\n\n<p>and we can mess with this kind of stuff later, but if we get it to find so professional social images for your WordPress website and content. Okay. What if that&#8217;s&nbsp;</p>\n\n\n\n<p>[00:18:14] <strong>Cory Miller:</strong> what, if that&#8217;s the subhead and because see, we got in here because your image matters.</p>\n\n\n\n<p>What if we make that the headline and then professional social, you know, create mm-hmm. Professional social images for your workforce website and content so that, like the headline is because your l your image matters.</p>\n\n\n\n<p>[00:18:47] <strong>Corey Maass:</strong> So like swap the use basically? Yeah.&nbsp;</p>\n\n\n\n<p>[00:18:49] <strong>Cory Miller:</strong> Yeah. Because your image matters. I like that.</p>\n\n\n\n<p>[00:19:02] <strong>Corey Maass:</strong> I want the, cuz you&#8217;re, Because your images matter feels like better English. But&nbsp;</p>\n\n\n\n<p>[00:19:13] <strong>Cory Miller:</strong> overall, you know, I think it&#8217;s cuz your image mattered. Like, and that&#8217;s all of these things helps you with your, like, it&#8217;s more abstract than social images, you know,&nbsp;</p>\n\n\n\n<p>[00:19:25] <strong>Corey Maass:</strong> because your Oh, nice. Got it. Yeah. And the pun about. How people perceive you, your image and Oh, brilliant.</p>\n\n\n\n<p>Love it. Totally missed that. Um,&nbsp;</p>\n\n\n\n<p>[00:19:39] <strong>Cory Miller:</strong> and then for this, how about, it&#8217;s like an action ver that says transformer create professional social images for your WordPress website and content. Love it.&nbsp;</p>\n\n\n\n<p>[00:20:05] <strong>Corey Maass:</strong> And then of course a big button, not a button group. Not a button, which is right there.</p>\n\n\n\n<p>Buy it today. Purchase it. I never know what to do in these buttons.&nbsp;</p>\n\n\n\n<p>[00:20:24] <strong>Cory Miller:</strong> Yeah,</p>\n\n\n\n<p>buy, shoot. What&#8217;s the normal thing? Get started by, uh, pricing. Um, yeah, buy today works.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Um, could you put image on the second line?</p>\n\n\n\n<p>Okay. Cool. Okay, so we got top, top header. I think that that, that&#8217;s a good start. Yep. Okay. Then we talked about, uh, benefits or on our web doc here we have the before and after.&nbsp;</p>\n\n\n\n<p>[00:21:27] <strong>Corey Maass:</strong> Mm-hmm. So if we did, yeah. So, uh, what, to me, what&#8217;s funny here would be. An image is worth a thousand words. The obvious. Yeah. Worth a thousand words.</p>\n\n\n\n<p>And then here we have</p>\n\n\n\n<p>like, obviously I have to create these, but a before and after. Yeah.&nbsp;</p>\n\n\n\n<p>[00:22:01] <strong>Cory Miller:</strong> Um, oh, I like that. So I like that because the image could have the before and the after, and then underneath we could have, you know, this list we talked about, like boring afterthought, stale homo placeholder, and then after a sparkle and ties hook, engaged in, compelling, something like that if we wanted to.</p>\n\n\n\n<p>Mm-hmm. I kinda though it&#8217;s like right, right at top, almost before above the fold. We have a really good explanation&nbsp;</p>\n\n\n\n<p>[00:22:28] <strong>Corey Maass:</strong> of.</p>\n\n\n\n<p>Yeah, so if like, we don&#8217;t need to repeat repo before and after, but, so I really like the idea of, um, so basically we, we use our own words to say,</p>\n\n\n\n<p>The first one to make it clear what&#8217;s going on here before and after. But then you&#8217;d say boring.&nbsp;</p>\n\n\n\n<p>[00:23:07] <strong>Cory Miller:</strong> Um, oh yeah, boring still. Afterthoughts, homogenized, placeholder,&nbsp;</p>\n\n\n\n<p>[00:23:17] <strong>Corey Maass:</strong> right? And so it&#8217;s like,</p>\n\n\n\n<p>So something like that. So it&#8217;s like before, before, after. Okay. Here&#8217;s an, here&#8217;s a simple example. Here&#8217;s an, here&#8217;s another example of, you know, the landscape and then the enticing. So it&#8217;s like, you know, we&#8217;re repeating without having to repeat. Before, after, before, after, before, after. Over and over again.</p>\n\n\n\n<p>That&#8217;s cool. That&#8217;s a good idea.</p>\n\n\n\n<p>Snail boring and I really like placeholder. And we could do something like, you know, from placeholder. Yeah.&nbsp;</p>\n\n\n\n<p>[00:24:01] <strong>Cory Miller:</strong> From, oh, I like that. From boring to enticing, from placeholder to engaging or whatever that is.</p>\n\n\n\n<p>[00:24:23] <strong>Corey Maass:</strong> Yeah,</p>\n\n\n\n<p>I know my text is wrong, but</p>\n\n\n\n<p>oops.</p>\n\n\n\n<p>Um, what&#8217;s the right arrow</p>\n\n\n\n<p>or after from boring to engaging from placeholder. Oh, we already did. Engaging,</p>\n\n\n\n<p>oh, bo from boring to enticing from placeholder to engaging something like that.</p>\n\n\n\n<p>I like that.</p>\n\n\n\n<p>Please hold her. So there, there, I feel like we&#8217;ll want a, a noun. Yeah. I&#8217;m boring to engaging. I like better. And then from placeholder to quite well presentable, placeholder to powerful, placeholder to hummus. I don&#8217;t know. Um,&nbsp;</p>\n\n\n\n<p>[00:25:48] <strong>Cory Miller:</strong> I like that. We&#8217;ll wanna nail the photos, but that&#8217;s, that&#8217;s the product. Um, yeah, I think that&#8217;s great, man.</p>\n\n\n\n<p>Okay. We&nbsp;</p>\n\n\n\n<p>[00:25:55] <strong>Corey Maass:</strong> can do, hold on. Lemme get the right green.</p>\n\n\n\n<p>Row settings</p>\n\n\n\n<p>safe. Okay.</p>\n\n\n\n<p>And then</p>\n\n\n\n<p>benefits. Benefits. Um,</p>\n\n\n\n<p>No more boring afterthought, stale&nbsp;</p>\n\n\n\n<p>[00:26:32] <strong>Cory Miller:</strong> images. I wonder if we say stale. No more stale images since we use Born and Afterthought Above. Mm-hmm. Um,</p>\n\n\n\n<p>entice people to click. See. How many sections&nbsp;</p>\n\n\n\n<p>[00:26:52] <strong>Corey Maass:</strong> do we have? Three. Okay. Well, uh, you know, we can have as many as we want. It was just, okay,&nbsp;</p>\n\n\n\n<p>[00:27:01] <strong>Cory Miller:</strong> so I think, let&#8217;s see. No more still images entice. Do we use entice about entice people to click more value in your images? Uh, I think if we did three, it&#8217;d be no more.</p>\n\n\n\n<p>Stella Images entice people to click Stay in your WordPress workflow.</p>\n\n\n\n<p>[00:27:35] <strong>Corey Maass:</strong> Nice people to click with.</p>\n\n\n\n<p>Valuable content right inside your image or something like that.</p>\n\n\n\n<p>And then what was the last one? Stay&nbsp;</p>\n\n\n\n<p>[00:27:53] <strong>Cory Miller:</strong> in your WP Workflow.</p>\n\n\n\n<p>[00:28:11] <strong>Corey Maass:</strong> No more jumping from app to app. Yep. To make your images&nbsp;</p>\n\n\n\n<p>[00:28:23] <strong>Cory Miller:</strong> shine.</p>\n\n\n\n<p>Okay. And then, so did you just load a standard Beaver builder page, or do you, is this a template you use for stuff?&nbsp;</p>\n\n\n\n<p>[00:28:42] <strong>Corey Maass:</strong> I just, we, there was one of the websites we were looking at that was just like, there are these rows, and so I just banged out some rows. Awesome. So this is, you know, I have, I have no religion about this page whatsoever.</p>\n\n\n\n<p>We can, yeah. I was just kidding. Massage this any number of ways.&nbsp;</p>\n\n\n\n<p>[00:29:02] <strong>Cory Miller:</strong> So I think that section is benefits. Then we get down to brass tacks of like features. Okay.&nbsp;</p>\n\n\n\n<p>[00:29:12] <strong>Corey Maass:</strong> So, yeah, let&#8217;s for the sake of, I never want to actually like, say benefits, but for the sake of our knocking this out, this is benefits, this is features.</p>\n\n\n\n<p>[00:29:43] <strong>Cory Miller:</strong> I always like seeing how other people do this stuff cuz.&nbsp;</p>\n\n\n\n<p>[00:29:48] <strong>Corey Maass:</strong> Well, exactly. That was part of why I figured we&#8217;d do it live. Cuz it&#8217;s like, cool, let&#8217;s, you know, somebody else can, who has never seen Beaver Builder can check it out and or you know, has never knocked together. So I, and I love what we did. Like normally I&#8217;d be sitting here staring at text boxes.</p>\n\n\n\n<p>Yeah. Whereas you and I did the words in a Word doc, which is so much smarter, but I&#8217;m usually too impatient to do that. Yeah. So, um, So I have a feeling that we can,</p>\n\n\n\n<p>actually, why don&#8217;t I just do this,</p>\n\n\n\n<p>rose</p>\n\n\n\n<p>benefits, we&#8217;ll say duplicate.</p>\n\n\n\n<p>Then features.</p>\n\n\n\n<p>Almost one click.</p>\n\n\n\n<p>Post product</p>\n\n\n\n<p>or podcast info, right? Add info, right. Into your</p>\n\n\n\n<p>featured image, um, keyword stuffing, and I don&#8217;t know that it actually reads as English, but</p>\n\n\n\n<p>featured image, so people want to click more something.</p>\n\n\n\n<p>Um, beautiful, versatile templates, shoes from.</p>\n\n\n\n<p>Whoops. I got it.</p>\n\n\n\n<p>So,</p>\n\n\n\n<p>Customization,</p>\n\n\n\n<p>um, your. And colors</p>\n\n\n\n<p>and fonts or&nbsp;</p>\n\n\n\n<p>[00:35:10] <strong>Cory Miller:</strong> consistent.</p>\n\n\n\n<p>[00:35:17] <strong>Corey Maass:</strong> Keep going. Keep going. We got two more.&nbsp;</p>\n\n\n\n<p>[00:35:21] <strong>Cory Miller:</strong> Let&#8217;s see. Um, each pose, beautiful templates, customization.</p>\n\n\n\n<p>Oh, you can download images. Hmm. Uh, create images by social channel&nbsp;</p>\n\n\n\n<p>[00:35:44] <strong>Corey Maass:</strong> customization, um, or channel, uh,</p>\n\n\n\n<p>[00:35:57] <strong>Cory Miller:</strong> Middle size,&nbsp;</p>\n\n\n\n<p>[00:36:00] <strong>Corey Maass:</strong> uh oh. Right. Um, create once, use everywhere. Um, create an image and then resize it for, um, open graph.</p>\n\n\n\n<p>Instagram, Twitter, Facebook, LinkedIn. What&#8217;s the only fans? Um, what&#8217;s the, the ultra white. Ultra Ultra White. Ultra right? Conservative. We should, we&#8217;ll, we&#8217;ll just keyword stuff. All of these, you know. Um, Open graph, Facebook, LinkedIn, and Twitter. Any other channel you yeah.&nbsp;</p>\n\n\n\n<p>[00:36:59] <strong>Cory Miller:</strong> Need capitalize that T real quick.</p>\n\n\n\n<p>Yep. Thank you. Yep. Thank you. Thank you. Hey, this might be a nuance, but is op open graph not two words?&nbsp;</p>\n\n\n\n<p>[00:37:09] <strong>Corey Maass:</strong> That is a great question. Facebook open. Yeah. Open graph. Two words.&nbsp;</p>\n\n\n\n<p>[00:37:21] <strong>Cory Miller:</strong> Okay. So we need to change that up at the top too. Yeah. Or somewhere we did it somewhere else.</p>\n\n\n\n<p>Maybe that was it. I thought there was something above. But</p>\n\n\n\n<p>you gonna write a note on our thing? Like we needed a, what is open graph? Hmm.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>you know, all the social software do these, what sizes are what, but it&#8217;s still good content that people want to reference even though we&#8217;ve got it baked in. Yeah. So, Some sort images by</p>\n\n\n\n<p>at the bottom of this document.</p>\n\n\n\n<p>So we got six. Mm-hmm. I think that&#8217;s a good start. I&#8217;m trying to think if we&#8217;ve missed anything. I mean, you can save &#8217;em as projects. That&#8217;s one. I mean, really it&#8217;s a social image generator regardless of the content I. Create images in there. So it&#8217;s a social image generator. But, um, just talking out. Thanks.</p>\n\n\n\n<p>Make sure I didn&#8217;t miss anything. We already have size. Do we have sizing somewhere? No, no. I dot Maybe that&#8217;s not a customization. Customizing and resize. No, I don&#8217;t know. See,&nbsp;</p>\n\n\n\n<p>[00:39:28] <strong>Corey Maass:</strong> right. The resizing we&#8217;ve got. Create once. Use everywhere.</p>\n\n\n\n<p>So open graph images for your site, open graph images for each post page, et cetera. Oh, each post</p>\n\n\n\n<p>or page. Beautiful, versatile templates. Use our bespoke templates to match your branding or upload your own customization. Um,</p>\n\n\n\n<p>tweak.</p>\n\n\n\n<p>Oops.</p>\n\n\n\n<p>[00:40:36] <strong>Cory Miller:</strong> Make sure and save. What&#8217;s that? Make sure and save. Yeah. Is it auto save or do you need to save&nbsp;</p>\n\n\n\n<p>[00:40:45] <strong>Corey Maass:</strong> it every now and then? Um, I think it sort of does, but we can publish as we go cuz it can&#8217;t be any worse than the placeholder We already have Command&nbsp;</p>\n\n\n\n<p>[00:40:52] <strong>Cory Miller:</strong> s Man, that&#8217;s my, uh, mantra.&nbsp;</p>\n\n\n\n<p>[00:40:57] <strong>Corey Maass:</strong> Command s Yeah. Yeah. I really, that&#8217;s sorry about the dog.</p>\n\n\n\n<p>Um, yeah, I like, I&#8217;ve gotten used to like the, Um, code editor. I used Auto Saves and like here in ui, like it just saves as you go, which I&#8217;m always grateful&nbsp;</p>\n\n\n\n<p>[00:41:15] <strong>Cory Miller:</strong> for. It&#8217;s funny, the old days, you know, you had to command s everything and I still want to do it even box. Yep. So next session section is plans.&nbsp;</p>\n\n\n\n<p>[00:41:29] <strong>Corey Maass:</strong> So yeah, we, we will want testimonials, but we don&#8217;t have any yet.</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:41:39] <strong>Cory Miller:</strong> mean, in Lugo testimonials, we can say, see it in action, you know? Hmm. With the post status stuff,</p>\n\n\n\n<p>[00:41:50] <strong>Corey Maass:</strong> we call that a, um, what do they call it? A case study. Yeah.</p>\n\n\n\n<p>A studies. So how do we want to present this, I guess is the. The question, the case study? Yeah, I, I guess just like a picture. I don&#8217;t know,&nbsp;</p>\n\n\n\n<p>[00:42:40] <strong>Cory Miller:</strong> I think we pushed this maybe down below, um, plans for now, but that&#8217;s just a first reaction. Um, yeah, I see it in action.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>[00:42:58] <strong>Corey Maass:</strong> It&#8217;s okay. So yeah, if here we had,</p>\n\n\n\n<p>so down here we said see it in action, see it in action. And then here we have plans. So plans on the homepage? I think so. Okay. Um,</p>\n\n\n\n<p>so we&#8217;re not doing free, right? Um, so currently I think we&#8217;re talking about annual Yeah. And lifetime.</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:43:58] <strong>Cory Miller:</strong> think a lifetime with the cab, you know, the caveats we discussed, which is sport for one year. But, uh, you know, lifetime upgrades I think is a good starter thing that we know will probably go away. Mm-hmm. Yeah. Um, so we could have an, we could have annual B two thing, well,</p>\n\n\n\n<p>one site. Lots of, oh. Um,&nbsp;</p>\n\n\n\n<p>[00:44:31] <strong>Corey Maass:</strong> do we want to do it that way? Yeah. E D D C E. Um, easy digital download supports. So annual and lifetime, and then also number of sites. And I tend to be a big baby about it because, uh, I always just am happier as a customer when it&#8217;s unlimited sites. But I think we can, there&#8217;s.&nbsp;</p>\n\n\n\n<p>[00:45:07] <strong>Cory Miller:</strong> No, I get you there.</p>\n\n\n\n<p>What if we did, um, like the solo, you know, they just have one site. Mm-hmm. And then we did the kind of freelancer agency bundle, and that&#8217;s how we kind of differentiated. So like one site is like, I just want the one. Yep. Uh, and then, um, for that avatar, and then for the agencies, we just say like, it&#8217;s the bundle, the.</p>\n\n\n\n<p>Annual unlimited or the lifetime thing? That could be okay. That could be our three plans. I&#8217;m just talking this out with you&nbsp;</p>\n\n\n\n<p>[00:45:45] <strong>Corey Maass:</strong> though. Yeah, yeah, for sure. Um, so we&#8217;re talking about solo one site. Yeah. Basically&nbsp;</p>\n\n\n\n<p>[00:45:56] <strong>Cory Miller:</strong> the</p>\n\n\n\n<p>main, you know, It&#8217;s funny. So let me give you a quick case study. So backup buddy for instance, it they form that form, that product formulated all their pricing plans and mm-hmm. Uh, definitely you see that within the industry, but it was our first big one back in 2010. And so, but our thesis was meant for a backup plugin.</p>\n\n\n\n<p>You need a two side plugin. What if your side goes down? You need another one. So we started, we, we sold two side plans. Now, That, that sounds very like reasonable, right? People would say, every now and then, do you just have a one side version? You&#8217;re like, are you</p>\n\n\n\n<p>it? It&#8217;s almost like this. It&#8217;s this funny thing within product stuff. It&#8217;s like, why am I paying for more than I need? And you&#8217;re like, okay. So I tend to think there&#8217;s some terminology we put around here. It&#8217;s just like you have a website, a blog, whatever that is. Maybe it&#8217;s the content creator package, um, and web, we just need one, but that needs to be probably higher because why wouldn&#8217;t you just go ahead and get, um,</p>\n\n\n\n<p>and then I think the,</p>\n\n\n\n<p>hold on just a second. And then, yeah, agency plan and lifetime Limited, limited&nbsp;</p>\n\n\n\n<p>[00:47:32] <strong>Corey Maass:</strong> lifetime. So how many sites? So it&#8217;s like, yeah. Okay. Yeah, if you want. So it&#8217;s um, we&#8217;re just mocking this up here. Do, do text editor. So it&#8217;s like website.</p>\n\n\n\n<p>One site license. Yep.</p>\n\n\n\n<p>Agency</p>\n\n\n\n<p>what? 10, 20. I mean, this is an arbitrary number. Yeah. Let&#8217;s start with 10. So 10 site licenses. Yep. Annual subscription. Yep.</p>\n\n\n\n<p>And then</p>\n\n\n\n<p>way get out of the way.</p>\n\n\n\n<p>And then limited lifetime. This is</p>\n\n\n\n<p>100. Site licenses. Yeah, there you go.&nbsp;</p>\n\n\n\n<p>[00:48:55] <strong>Cory Miller:</strong> There you go. Because it&#8217;s not really unlimited for everything. [00:49:00] Yeah. Let&#8217;s see. That, uh, we use on purchase up time. Updates only support one year. Support&nbsp;</p>\n\n\n\n<p>[00:49:09] <strong>Corey Maass:</strong> one year.&nbsp;</p>\n\n\n\n<p>[00:49:10] <strong>Cory Miller:</strong> So many people paying this, but I go, no, it&#8217;s not unlimited Everything. Right. Support is what it costs us.</p>\n\n\n\n<p>We&#8217;re gonna be doing updates for this for foreseeable future. So like that&#8217;s already built in. But support is extra now. People still don&#8217;t read, don&#8217;t think about it. They put it off, don&#8217;t. But I, I think, you know, we, we do a one to three month type thing. Seat, our initial customer list. Mm-hmm. Use them for feedback, bugs, stuff like that.</p>\n\n\n\n<p>New ideas. And then we just take that down. That&#8217;ll give us some&nbsp;</p>\n\n\n\n<p>[00:49:44] <strong>Corey Maass:</strong> cash too. Oh, whoops. I&#8217;m doing these backwards. Yeah.</p>\n\n\n\n<p>So one site license.</p>\n\n\n\n<p>Yep. Annual subscription agency, 10 site licenses, annual subscription, limited lifetime, and hundred site licenses. One time purchase updates forever. And this is, this is where most agencies will probably jump anyway, right? Cuz it&#8217;s like, just buy it, you know, if it&#8217;s, uh, I think we&#8217;d talked about like 50 bucks.</p>\n\n\n\n<p>You know, 300 bucks, 500 bucks, whatever it is. Yeah. They&#8217;ll just go, you know what, it&#8217;s 500 bucks and we never have to think about it again. Of course we&#8217;re gonna do it. Yeah. Hey&nbsp;</p>\n\n\n\n<p>[00:50:39] <strong>Cory Miller:</strong> Corey, I&#8217;m sorry for being late today. I need to spin down about five minutes, but here&#8217;s my, here&#8217;s my thought on this. Let&#8217;s think, let&#8217;s anchor ourselves for a moment in lifetime and, uh, the lifetime price and let&#8217;s go.</p>\n\n\n\n<p>Okay. It&#8217;s unlimited. We&#8217;re gonna for the goal of one, to get cash and also to seed our customer base for features, all that kind of stuff. Um, and then I think we go down, down this box to the left. Mm-hmm. And like, really, I think for this initial thing, we want people in lifetime cause we wanna see that group.</p>\n\n\n\n<p>You know, maybe it&#8217;s the first a hundred people and then kind of close off, but. I think that could help us price the agency and website stuff because honestly, we&#8217;ll want that higher to push &#8217;em up to lifetime, um, for the beginning in, in my mind. Um, so how does, how does that sound like as far as what, what, what, if we go with that for a second, what price will we want to do that?</p>\n\n\n\n<p>Unlimited or lifetime unlimited bundle. So the&nbsp;</p>\n\n\n\n<p>[00:51:49] <strong>Corey Maass:</strong> rule of thumb that I go by for lifetime is three years. And, uh, and then here we&#8217;re introducing number of sites. So it&#8217;s how much, how much value per site times three years. And like we are, we&#8217;re saying, you know, a hundred sites, but realistically, you know, it&#8217;s.</p>\n\n\n\n<p>Kind of like you say, three years. Most people subscribe between two and 300 site licenses. May as well be unlimited, unless you are some bananas agency or you&#8217;re cranking out, um, just click bait websites. But so it&#8217;s like 20 sites times three years. Yeah, something like that. And so if it&#8217;s. Because it&#8217;s a big fat discount.</p>\n\n\n\n<p>If you were at $30 times, 20 sites times three years, you&#8217;re talking about 1800 bucks, which I just can&#8217;t, like that&#8217;s, that&#8217;s the value. But for a new product, I think people are gonna be like, the hell are you thinking?</p>\n\n\n\n<p>So I, I guess I, I hear your, uh, your thought process to me. 1, 1 1 website currently, because it&#8217;s a new product, $50 feels about right. And so then it&#8217;s, so let if, if one website, if this is $50, then agency is $40 per site times 10 sites, and then Lifetime knocks it down to $30 per site. But obviously we can&#8217;t multiply it by 99 or by a hundred.</p>\n\n\n\n<p>But do you know what I mean? Like Yeah. To me that&#8217;s the discount. You&#8217;d kind of, you know, buy in bulk discount. The way we&#8217;re thinking about this. So it&#8217;s like, if this was,</p>\n\n\n\n<p>you gotta go. So this might, you know, maybe we leave this as a thought experiment. Yeah. Um, if that&#8217;s 49</p>\n\n\n\n<p>and then that&#8217;s,</p>\n\n\n\n<p>I have no idea. Because it&#8217;s like 40 times. I mean, for 150% you get 10, 10 x the value,</p>\n\n\n\n<p>and you&#8217;re making&nbsp;</p>\n\n\n\n<p>[00:54:46] <strong>Cory Miller:</strong> easy, easy math for &#8217;em.&nbsp;</p>\n\n\n\n<p>[00:54:49] <strong>Corey Maass:</strong> That&#8217;s kind of what I&#8217;m, yep. So backwards 1 49.</p>\n\n\n\n<p>Stick. It&#8217;s doing something weird.</p>\n\n\n\n<p>So something like that. Yeah.&nbsp;</p>\n\n\n\n<p>[00:55:21] <strong>Cory Miller:</strong> Let&#8217;s simmer on this. Um,</p>\n\n\n\n<p>[00:55:31] <strong>Corey Maass:</strong> So yeah, we&#8217;ve got, right now we&#8217;ve at least got benefits and features on the homepage, stubbed out, and then pricing. We can, people watching, listening, please weigh in. We don&#8217;t have the biggest viewership in the world, but anybody who who does have an opinion on this would be great. Um, and it would actually, so maybe we.</p>\n\n\n\n<p>Um, post this in post status business and I might post this also in MegaMaker and just say, what do people think about this? I think it would be neat. Um, we might or might not listen to anybody, but it would be interesting to get people&#8217;s thinking about it. I agree. Um, and, um, Disclaimer, we should have said this before.</p>\n\n\n\n<p>Nobody is allowed to hold us to what they just saw, um, or any of these conversations. Um,&nbsp;</p>\n\n\n\n<p>[00:56:25] <strong>Cory Miller:</strong> but okay. Well, today, to summarize what we&#8217;ve talked about, I&#8217;m trying to do this more so it&#8217;s on the recording. Um, we&#8217;ve talked about logo. We worked on website homepage, features and benefits, pricing. Um, and now we got some next steps.</p>\n\n\n\n<p>What are those?&nbsp;</p>\n\n\n\n<p>[00:56:51] <strong>Corey Maass:</strong> So thinking about this stuff, um, tweaking these 10 sites, annual</p>\n\n\n\n<p>100 sites, lifetime. What do you say? One year? One year of support? Yeah. Lifetime updates. Um, okay. So yeah, I think we think about, we think about pricing, um, have some conversations with people about that. Think about the words that we&#8217;ve put on this website, and if there isn&#8217;t a way to. Massage them so that they&#8217;re a bit more coherent, less brain dump.</p>\n\n\n\n<p>Um, you know, and then also I think I may, I may take a pass of, um, we&#8217;ve bookmarked a few sites that we like a design of, so I try to actually bring some design to this so that it&#8217;s not just stripes of color. Sounds good.&nbsp;</p>\n\n\n\n<p>[00:57:54] <strong>Cory Miller:</strong> Cool. All right, man. Good progress. Thank you. Yeah. Good work today.&nbsp;</p>\n\n\n\n<p>[00:58:01] <strong>Corey Maass:</strong> Chat soon. Okay, bye.</p>\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:\"Wed, 14 Jun 2023 22:38:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s: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:70:\"WPTavern: Gutenberg 16.0 Introduces Page Management in the Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=145866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3078:\"<p><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">Gutenberg 16.0</a> was released today with page management now available inside the Site Editor. This is the first step towards a more unified experience of editing both content and design. </p>\n\n\n\n<p>Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/50565\">create new pages</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/50565\">view page details in the sidebar</a>, an experience that is very similar to editing a page in the block editor except it keeps the process inside the flow of design editing.</p>\n\n\n\nvideo credit: <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">Gutenberg 16.0 release post</a>\n\n\n\n<p>&#8220;This means you can practically build out a website without leaving the Site Editor, which speeds up the site creation process, makes it easier to see what the final result will look like, and reduces the overall cognitive load of switching between editors,&#8221; Automattic-sponsored core contributor Nick Diego said.</p>\n\n\n\n<p>This update to the Site Editor will be available in the upcoming WordPress 6.3 release, along with the Details block, which has been <a href=\"https://github.com/WordPress/gutenberg/pull/50997\">stabilized in Gutenberg 16.0</a> and is no longer under the Experimental flag. The implementation was <a href=\"https://github.com/WordPress/gutenberg/pull/49808\">scaled back to be more simple</a> by including the summary as part of the block itself.</p>\n\n\n\n<img />\n\n\n\n<p>The Command Center, created to be an extensible quick search for jumping to other pages or templates inside the editor, has come out of the experimental stage as well in Gutenberg 16.0. This is another major feature coming to core in the next release, and <a href=\"https://github.com/WordPress/gutenberg/pull/51169\">its API is also now public</a>, opening the possibility for developers to create custom commands.</p>\n\n\n\n<p>A few other user-facing highlights in this release of the plugin include the following: </p>\n\n\n\n<ul>\n<li>Unlinked spacing controls have been <a href=\"https://github.com/WordPress/gutenberg/pull/50660\">optimized and condensed</a> to take up less space in the settings UI</li>\n\n\n\n<li>Block spacing and layout controls <a href=\"https://github.com/WordPress/gutenberg/pull/49050\">added to Post Template block</a>, so users can control the space between posts inside the editor</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/50726\">Improvements to List View</a> that make it easier to drag to the top and bottom-most positions</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/51101\">Add <code>delete</code> action</a> for pages in navigation sidebar</li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#dimensions\">release post</a> for more details on all the enhancements, bug fixes, and tooling, accessibility, and performance updates included in Gutenberg 16.0.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 21:56: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: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:84:\"WPTavern: WooCommerce Stripe Gateway Plugin Patches Security Vulnerability in 7.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=145864\";s:7:\"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://wptavern.com/woocommerce-stripe-gateway-plugin-patches-security-vulnerability-in-7-4-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2324:\"<p>Patchstack is <a href=\"https://patchstack.com/articles/unauthenticated-idor-to-pii-disclosure-vulnerability-in-woocommerce-stripe-gateway-plugin/\">reporting</a> an Insecure Direct Object References (IDOR) vulnerability in <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\" target=\"_blank\">WooCommerce Stripe Gateway</a>, the most popular WooCommerce Stripe payment plugin with more than 900,000 active users. It was discovered by Patchstack researcher Rafie Muhammad on April 17, 2023, and patched by WooCommerce on May 30, 2023, in version 7.4.1.</p>\n\n\n\n<p>The security advisory describes the vulnerability as follows: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This vulnerability allows any unauthenticated user to view any WooCommnerce order’s PII data including email, user’s name, and full address. The described vulnerability was fixed in version <strong>7.4.1</strong> with some backported fixed version and assigned <strong>CVE-2023-34000</strong>.</p>\n</blockquote>\n\n\n\n<p>It was assigned a <a href=\"https://patchstack.com/database/vulnerability/woocommerce-gateway-stripe/wordpress-woocommerce-stripe-payment-gateway-plugin-7-4-0-insecure-direct-object-references-idor-vulnerability\">high severity CVSS 3.1 score of 7.5</a> and added to the Patchstack database on June 13. </p>\n\n\n\n<p>The vulnerability affects versions 7.4.0 and below. Although the patch from WooCommerce has been available for two weeks, more than 55% of the plugin&#8217;s user base is running on versions older than 7.4 and it&#8217;s not clear how many 7.4.x users are on the latest version.</p>\n\n\n\n<img />\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\" target=\"_blank\">WooCommerce Stripe Gateway</a> plugin&#8217;s changelog for version 7.4.1 includes two short notes and doesn&#8217;t elaborate on the severity of the security update:</p>\n\n\n\n<ul>\n<li>Fix – Add Order Key Validation.</li>\n\n\n\n<li>Fix – Add sanitization and escaping some outputs.</li>\n</ul>\n\n\n\n<p>Patchstack&#8217;s security advisory includes more technical details about underlying vulnerabilities fixed in this update. It is not yet known to have been exploited but store owners are encouraged to update to the latest 7.4.1 version as soon as 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:\"Wed, 14 Jun 2023 18:08: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: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:75:\"WPTavern: #79 – Robert Abela on How to Keep Your WordPress Website Secure\";s:7:\"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=145822\";s:7:\"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://wptavern.com/podcast/79-robert-abela-on-how-to-keep-your-wordpress-website-secure\";s: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:55986:\"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, how to keep your WordPress website secure.</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, 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 there.</p>\n\n\n\n<p>So on the podcast today we have Robert Abela. Robert is the CEO and founder of Melapress, formerly known as WP White Security. They make niche WordPress security and admin plugins. He has over 18 years of experience in the IT and software industries and has written numerous web security articles and white papers.</p>\n\n\n\n<p>We all know that your website is potentially under attack 24 hours a day, 365 days of the year. But why is that? And what can we do to mitigate that risk?</p>\n\n\n\n<p>Robert talks about the security of WordPress Core and how it&#8217;s matured over the years. He feels that in most cases, it&#8217;s not the Core of WordPress that you need to be concerned about, rather the array of plugins and themes which are added on top. The unique cocktail of software that you add to your site makes it challenging for security products to secure it.</p>\n\n\n\n<p>That being said, Robert is optimistic that there are strategies you can adopt which will make your site less likely to fall prey to malicious actors or bots. Updating plugins on a regular basis, keeping fresh backups and the monitoring of logs, all play a vital role and a straightforward to do.</p>\n\n\n\n<p>Robert is also at pains to point out that this is not a one-click or one time fix. You&#8217;re going to need to dedicate time and resources to your website security, and those resources and time will need to be increased as the importance and reach of your website grows. Evolution is the key here. What worked yesterday might not work so effectively tomorrow.</p>\n\n\n\n<p>Another topic we touch on is the automated nature of many of these attacks. Unless you&#8217;re hosting a website of some importance, hackers are not trying to break your specific website. They&#8217;re deploying automated attacks, trying to infect many websites at the same time. But why do they do this? What are the motivations of these bad actors? Robert explains that it&#8217;s not personal, but that does not mean that you can ignore the threat.</p>\n\n\n\n<p>We also chat about the many layers which go into making your website work. Typically, you&#8217;ve got a web server, a database, and often much more, and Robert explains why you need to be mindful of all of these when drawing up your security posture.</p>\n\n\n\n<p>Then, of course there&#8217;s the users of your site. The people who you&#8217;ve allowed to have legitimate access to the WordPress admin. If you&#8217;re in a large company with a high churn of employees, you&#8217;ll need to make sure that only people who need access have access, and that the permissions that they&#8217;re afforded a correct for the work they need to do.</p>\n\n\n\n<p>If you&#8217;re curious about how you can secure your WordPress website as it grows this podcast is for you.</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 to WP tavern.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 Robert Abela.</p>\n\n\n\n<p>I am joined on the podcast today by Robert Abela. Hello, Robert.</p>\n\n\n\n<p>[00:04:31] <strong>Robert Abela:</strong> Hello, Nathan. Thank you very much for the invitation. Always nice to talk to you.</p>\n\n\n\n<p>[00:04:34] <strong>Nathan Wrigley:</strong> Really nice to talk to you. I&#8217;ve spoken to you on various other occasions, so I know who you are, but it occurs to me that perhaps the audience don&#8217;t. Would you mind just spending a moment giving us a little potted history of yourself? Your relationship with WordPress. We&#8217;re going to be talking about security today, so perhaps that would be a good thing to concentrate on as well. So, Robert, over to you.</p>\n\n\n\n<p>[00:04:55] <strong>Robert Abela:</strong> Sure, I started when I was 20. I started working for a security software company. And through the process of 10, 12 years, I worked through different number of software security companies. So I was working in security.</p>\n\n\n\n<p>And for the last company I was working for, we needed a blog. And back then WordPress was up and coming basically. So yeah, we started using WordPress. Back then was the only viable, very good solution to use. But still, it was in its early days. It was around 2012, 2011, 2012. So of course back then security was a big issue, and there weren&#8217;t the vendors that there are today and the solutions that there are today. It definitely got my interest.</p>\n\n\n\n<p>So while I was working with the company, of course we implemented WordPress, but it got my interest. And then I met some people who worked in WordPress. You know, I like the idea of working from home or doing something for yourself. So yeah, it started as a hobby.</p>\n\n\n\n<p>I started writing about WordPress security and reading a bit more, because I was using it for my full-time job. Slowly, slowly it turned into a part-time, from a hobby into a part-timer. And then, yeah, it developed into full-time. And now yeah, I run a company, it&#8217;s called WP White Security, which currently by the way, we are re branding to Melapress.</p>\n\n\n\n<p>And yeah, we develop a number of security and management plugins. We started mostly with security plugins. But slowly, slowly we&#8217;re developing also a number of plugins, which kind of like, a mix of both. Security and also user slash website management plugins.</p>\n\n\n\n<p>[00:06:12] <strong>Nathan Wrigley:</strong> Thank you. People who are listening to this podcast, we have a real wide range of an audience. The audience is really broad and deep. And the reason I mention that is because there&#8217;ll be a cohort of that audience who understand all the ins and outs of security. And there&#8217;ll be a whole load of other people who realize that security online is a thing, but don&#8217;t really have any understanding of what we&#8217;re talking about.</p>\n\n\n\n<p>So perhaps that would be a good place to lay the groundwork on. Tell us a little bit about the state of WordPress security, if you like. We often hear about a plugin being a fix, or a firewall being a fix, or maybe you sign up for some kind of SaaS app and that&#8217;s the fix. But I&#8217;m sure that that probably isn&#8217;t the fix.</p>\n\n\n\n<p>There&#8217;s probably a whole bunch of different security vulnerabilities that we need to be aware of, as well as different ways to fix those. So just paint the landscape of WordPress security, if you like.</p>\n\n\n\n<p>[00:07:04] <strong>Robert Abela:</strong> Sure. To start off with, we can start with the WordPress Core. Many people think that WordPress is insecure in the Core. But yeah, if you ask me like 10, 12 years ago, I would&#8217;ve said yeah. But nowadays, I mean, WordPress in general, the Core, is a really robust, solid product. So WordPress is not an issue.</p>\n\n\n\n<p>But of course WordPress is surrounded, is made up from a huge ecosystem of plugins and themes. And nowadays of course, there are a lot of different solutions. And most issues usually are either user problems, lack of awareness. Or vulnerabilities, issues in plugins. But yeah, in terms of security, like it&#8217;s usually a mix of tools. It&#8217;s a mix of services, tools, the plugins for example, or services. Or a mix of both. And also best practices.</p>\n\n\n\n<p>You definitely, for example, if you have a bare bone WordPress, you need some plugins and services to implement some things and automate. Like add two factor authentication. Implement a firewall. Automate backups. Enforce some policies, for example. That&#8217;s what the software can give you, but you also need to follow some best practices. You know like, let&#8217;s say have some logs, an activity log. You need to keep an eye on those logs.</p>\n\n\n\n<p>You need to make sure that the software is always up to date. And by the way when we talk software, many people look just at WordPress, but you need to also keep up to date your own laptop software up to date. Any software you use through the process, your laptop, servers, whatever, everything needs to be kept up to date, not just WordPress.</p>\n\n\n\n<p>And of course one thing to keep in mind is, let&#8217;s say you harden WordPress the first time. Security is not a one stop fix. It&#8217;s not a one time fix. Because it&#8217;s secure maybe today. But as we all know, as businesses grow, as requirements change your website needs to adapt to these changes. So you might need to add new technology. Or you need to install any new plugin, or change something, or change the configuration on the server.</p>\n\n\n\n<p>So with every change, or with any new vulnerability that is discovered, make sure that you adapt your security strategy basically. What we call like the four pillars of security. The idea is of course first to secure, harden WordPress. Then of course monitor. Keep an eye of course, on what&#8217;s happening. Test, just keep on testing whenever you add something new. Is the firewalls still working as it&#8217;s supposed to be? Things like that. Based on findings, you need to improve.</p>\n\n\n\n<p>So as the website evolves, as your business evolves or your, whatever you are doing with the website, the scope of the website, and the requirements of your team. Security needs to evolve as well. Okay, install a plugin. You maybe use some services as well, a good mix. You have some best practice in place, but yeah, that&#8217;s just as of today.</p>\n\n\n\n<p>[00:09:20] <strong>Nathan Wrigley:</strong> It&#8217;s a never-ending enterprise really, isn&#8217;t it? You are constantly going to have to be tweaking this and examining this because the nature of the software, which WordPress itself sits on top of, the OS if you like, that&#8217;s always changing. WordPress itself is changing. The configuration of plugins, themes, and so on that you&#8217;ve got is changing. And also the nature of the attacks, which are coming your way is changing. The long and the short of it is the whole thing is changing. And so I guess you need to adapt with that.</p>\n\n\n\n<p>I just want to switch to the attackers themselves, because I always find this subject curious. What is in it for them? So these days we constantly see about the latest hack. You know, if you read tech journalism, you are seeing about SaaS platforms going down. You see about ransomware attacks. You see about people&#8217;s Bitcoin wallets being stolen and there&#8217;s just seemingly every which way that people can because mayhem, they do. But in a WordPress website, why are they doing it? What are the reasons that they&#8217;re doing it for? I guess we&#8217;ve come a long way from just so that they can deface your website.</p>\n\n\n\n<p>[00:10:27] <strong>Robert Abela:</strong> I&#8217;ve been listening to this podcast. It&#8217;s about the Lazarus group. I don&#8217;t know if you&#8217;ve heard about it. It&#8217;s from the BBC. Typically on the scale of attacks the motivation is mostly financial motivation. And okay, of course, like you don&#8217;t have any source of money or something on your website. This might not be the case. But these type of large scale attacks, they need a number of bots. Basically hacked websites, hacked servers, which they can use to ramp up their attacks basically.</p>\n\n\n\n<p>Or of course, if you want to hide, if you&#8217;re hacking a website, you&#8217;re going to hide yourself. You don&#8217;t want to hack it from your own computer. So you hack a website, you hack another server and use that kind of like a stepping stone. So as long as you have an online presence, whether it&#8217;s WordPress or not you are a target.</p>\n\n\n\n<p>That online presence, if it&#8217;s WordPress or not, any website or any device that is connected to the internet. It has resources. It has CPU power. It has memory. It has internet connectivity, bandwidth. So yeah, that&#8217;s a resource. Now, if it&#8217;s being hacked either to hack your website and deface website, or as a stepping stone to hack something else. But yeah, you are always target. So even if you have nothing of interest, even if you&#8217;re not doing, I don&#8217;t know, commerce to your website, and if you don&#8217;t have sensitive data, you are still a target.</p>\n\n\n\n<p>[00:11:31] <strong>Nathan Wrigley:</strong> If you have an e-commerce website, obviously there&#8217;s a real motivation there. You know, possibly break into your website and figure out what kind of orders have been replaced and cause mayhem there. And maybe try some sort of social engineering attack to steal people&#8217;s credit card details.</p>\n\n\n\n<p>But interestingly there you also just said just the resources itself, that&#8217;s enough. The fact that you have paid for a piece of a computer somewhere, a portion of a computer, the CPU and what have you. That&#8217;s enough for people because presumably they want to put their own software on the computer that you&#8217;ve paid for, and use it to do nefarious things.</p>\n\n\n\n<p>Now, that button means spraying out emails to people who don&#8217;t wish to receive them. But what other things are they up to? So if they&#8217;re not defacing things, but they are wishing to take your machine over. What kind of things can they do from there, once they&#8217;ve got that bridge established?</p>\n\n\n\n<p>[00:12:23] <strong>Robert Abela:</strong> They can do quite a lot. For example, there was this, going back to the Lazarus group, one of the smart hacks they&#8217;ve done. They targeted some bankers, some people who work in banks basically with a phishing attack.</p>\n\n\n\n<p>Quite frankly, it was the good old trick, like hi, you have won an award. Click here to win via email. Uh, someone from all those thousands of employees in a bank, someone clicked. And malware was injected there. And that led to allowing them to control some ATMs and stuff like that.</p>\n\n\n\n<p>But to get to there, when they managed to inject the malware in ATMs and of course control that, they wouldn&#8217;t control that malware, or launch the attack from their own servers. Because otherwise it&#8217;s very easy to track them back. They need some sort of proxies or stuff like that. So basically they&#8217;re going to use your website, which is hosted on a server. The resources of your website, of the server where your website is hosted to launch this attack.</p>\n\n\n\n<p>And it&#8217;s not the first time actually, they have multiple proxies. So from their machine, they send commands to your hacked website, which sends commands to another hacked website, as in hacked server, and then it sends the comment to the actual victim. The resources you&#8217;re paying for, the server you&#8217;re paying for, is being used purely for them to hide themselves basically as a proxy.</p>\n\n\n\n<p>[00:13:29] <strong>Nathan Wrigley:</strong> I guess one of the things that I hear sometimes is that people believe that because their website is of a small size, or may not be interesting, in inverted commas, that they therefore assume that the hackers won&#8217;t find it interesting. In other words, it goes a little bit like this, but my website&#8217;s small. You know, it&#8217;s about something really niche. Why would the hackers want to come after me?</p>\n\n\n\n<p>And I think what you&#8217;ve just said speaks to that. It&#8217;s irrelevant. It&#8217;s not really a hacker. There isn&#8217;t an individual doing this. It&#8217;s an individual at some point who wrote a script, which then got downloaded and redistributed a thousand times over the internet and deployed by a thousand different people.</p>\n\n\n\n<p>So you don&#8217;t need to look for an incentive. The incentive is there all the time. It&#8217;s not a person deliberately coming after you for a personal vendetta, usually. This is just people trying to gain some sort of bridgehead in the internet, on the internet, on servers somewhere so that they can because mayhem in ways that you cannot even imagine.</p>\n\n\n\n<p>[00:14:31] <strong>Robert Abela:</strong> Yeah. In fact, even when you say, okay, I don&#8217;t know, I have a website about a hobby, some old museum somewhere, whatever. We don&#8217;t accept payments. Who would be interested in our website? From the outside it doesn&#8217;t apply, because when actually hackers are trying to find, or malicious users are trying to find vulnerable websites. They&#8217;re not just browsing one by one.</p>\n\n\n\n<p>They have automated tools. They scan whole subnets, whole networks, you know. And they don&#8217;t even know or care whose website it is, or how it looks most of the time. Okay, this website has a vulnerability, we can exploit it. So of course we can run commands, you know, on the operating system or depending of course, what they want to do.</p>\n\n\n\n<p>But yeah, as long as they get access. So yeah, they don&#8217;t just target your website, just scan whole subnets. So, your website happens to be one of them. So yeah, if you have a vulnerability, if you have, I don&#8217;t know, an outdated plugin for example that has an issue, and you&#8217;ve never updated it and the vulnerability is there and they can exploit it, then yeah. They don&#8217;t care whose website it is or how it looks, whatever. It just, it flags okay, this website, they get a flag, this website is vulnerable. Exploit the attack, take over, and that&#8217;s it.</p>\n\n\n\n<p>[00:15:29] <strong>Nathan Wrigley:</strong> And I guess the other important part in that, is that this is not a personal thing. It&#8217;s very, very, very unlikely, unless you are some kind of nation state actor, that there&#8217;s going to be people sitting at computers designing software deliberately to get into your machine. This is just people spraying out bots all over the place, looking for vulnerabilities and then stumbling across them randomly, and then deploying the things that they&#8217;ve got to exploit, those vulnerabilities. So it&#8217;s not personal, and it&#8217;s very unlikely at the other end of that is a real human being. It&#8217;s just scripts written, who knows where and who knows when.</p>\n\n\n\n<p>[00:16:05] <strong>Robert Abela:</strong> Exactly. No, in fact, I&#8217;m sure like the bigger companies, you know, like Facebook. I&#8217;m sure they have a good share of targeted attacks because when you&#8217;re so big, I mean they definitely have some haters. But no, let&#8217;s say the normal websites, the normal hobbyist websites, whatever, which is quite funny because usually the hobbyist websites are the ones that people think, oh, who will attack my website? But yeah, it&#8217;s just like another number.</p>\n\n\n\n<p>So, it&#8217;s not personal, it&#8217;s nothing personal. And as you said, most probably not, most probably, like most of the things are automated. So yeah, there&#8217;s not one person doing something to you, it&#8217;s just the whole process and it&#8217;s all automated. So yeah, nothing personal indeed, yeah.</p>\n\n\n\n<p>[00:16:38] <strong>Nathan Wrigley:</strong> Yeah, which doesn&#8217;t make it any better unfortunately, even though it&#8217;s not personal. So let&#8217;s talk about the tech stack which our WordPress websites are sitting upon. Because again caveat emptor. I know that a lot of the people who are listening to this who are technical, this will be very obvious what we&#8217;re going to cover.</p>\n\n\n\n<p>But there&#8217;s a proportion of the people who are listening to this who may very well not know that there is layers and layers of things making their website possible, and those themselves are vulnerable. Even though you may never interact with them. You may only go to your WordPress, log in over there. Type whatever it is that you need to type, save, publish, and then log out again.</p>\n\n\n\n<p>That might be your only interaction with WordPress. But WordPress doesn&#8217;t sit in isolation. So what typically is the stack that it&#8217;s sitting on, and do we need to be concerned about all of the stack, or are there any pieces which are more concerning than others?</p>\n\n\n\n<p>[00:17:30] <strong>Robert Abela:</strong> It really depends. First of all, your own computer. So if you&#8217;re accessing your WordPress website, even just to update. Your own computer needs to be up to date. So that&#8217;s part of the tech stack. In regards to the website, it depends like if you have managed hosting where you have access just to this website, the bulk of the work, you still have to take care of some things and updating your software, but the bulk of the work is done by the web host.</p>\n\n\n\n<p>However, if you have a dedicated server or just any hosting where you just have to install WordPress, then of course because a typical, let&#8217;s say you have a dedicated server, you host everything yourself. The typical text tech stack, you have the web server, typically a Unix, Linux operating system. Then you have the web server, Apache, Nginx or something similar. You have also PHP, sort of like a framework, the language that WordPress is written in. You have MySQL the database server, that&#8217;s the most basic.</p>\n\n\n\n<p>So you have PHP, Apache, the web server itself of course, and the database. And then of course it depends, like if you need to send emails, you&#8217;re going to have the SMTP server and stuff like that. So when it comes to securing that, let&#8217;s say that one. To be honest when you look at the tech stack software nowadays, it&#8217;s quite easy to keep secure as in like, as long as you configure it properly and securely. Like you read maybe a bit, I don&#8217;t know about the, the best practices, and of course keeping it up to date. Software in general is not a big issue.</p>\n\n\n\n<p>The more time passes, I think the last few years we&#8217;re seeing a small shift, because usually it was always, okay exploiting this issue or exploiting this issue. But most of the cases vendors are quite responsive on their issues. The problem in the tech stack, it&#8217;s not actually any component in the tech stack, it&#8217;s the users. As in like, it could be even, you&#8217;re like, if you forgot to update a plugin or if you received a spam email or a phishing attack and you clicked on some untrusted link. Or downloaded something which you, you don&#8217;t know what it is, you know?</p>\n\n\n\n<p>There are so many tools nowadays when it comes to keeping your software up to date. There are so many resources. Like, listen, let&#8217;s read the best practices on how to set up a secure Apache server. And there are also, of course, services. You can pay people, you can pay professionals who can do these things for you.</p>\n\n\n\n<p>So the actual tech stack is, I wouldn&#8217;t say easy, because you need knowledge to do it, but yeah, it&#8217;s relatively easy if you know what you&#8217;re doing. You have the tools, you have everything you need to keep it secure.</p>\n\n\n\n<p>The problem nowadays more weak passwords, phishing attacks, and stuff like that. Using public WiFi, using unpatched computers. Using public computers to access some things. Unfortunately the user has become the weakest link in the whole chain, you know?</p>\n\n\n\n<p>[00:19:53] <strong>Nathan Wrigley:</strong> So you&#8217;ve got to really be careful what it is that you&#8217;re doing. What machine you&#8217;re using. Where you&#8217;re using that machine, and so on. I&#8217;m just wondering if there is, in your mind, any system which you would regard as pretty safe. I&#8217;m going to say a hundred percent safe, and then immediately withdraw that because I think we all know that&#8217;s not possible.</p>\n\n\n\n<p>But is there a position you can get into where you can have done enough. You&#8217;ve raised your guard up so much that you can relax? Or is this more a story of constant vigilance, constant worry, constantly assuming the worst is going to happen tomorrow? Or is it possible to employ the services of a particular, say, SaaS company, or a professional who might look over things for you?</p>\n\n\n\n<p>And be entirely happy that, okay, that&#8217;s now handled by somebody else. I&#8217;m entirely safe. Now I know that a hundred percent is off the table, but can we be confident that our sites are mostly safe if we take the right precautions?</p>\n\n\n\n<p>[00:20:51] <strong>Robert Abela:</strong> Yes. I think nowadays with all the tools that there are and all the services even the web hosts themselves, they really up to their game the last few years, especially the managed ones. As you said, a hundred percent is, you&#8217;re never guaranteed. But yeah, there are so many tools. If you inform yourself and if you implement some best practices, you websites are relatively safe.</p>\n\n\n\n<p>I mean, you should always take precaution steps. Like for example, backups, they&#8217;re very important. So if something happens, you can restore. Test those backups, of course, because many people miss that part. They take backup, like, have you ever tried to restore it? No.</p>\n\n\n\n<p>So it is very important. because sometimes of course, it&#8217;s software as well and it can break. So the restore might not work or something has been corrupted. So that is extremely important. But yeah, from the tech stack point of view it&#8217;s pretty much covered. There are a lot of options nowadays.</p>\n\n\n\n<p>Even like with a simple managed WordPress hosting, and installing a plugin or two, you&#8217;re pretty much covered, let&#8217;s say. What&#8217;s important is the best practice and the concept that listen, security is not one stop shop. I don&#8217;t think we should, one should be really paranoid to be honest. because as I said, we&#8217;re in a good position.</p>\n\n\n\n<p>But it&#8217;s very important for people to keep in mind, especially as the team grows. Because if you&#8217;re on your own one thing, it&#8217;s relatively easy because you know, you have exactly full control between you and the web host. You have roughly full control of, and you know what&#8217;s happening. But as the team starts growing, especially nowadays, in the WordPress ecosystem it&#8217;s very common to have remote businesses.</p>\n\n\n\n<p>You don&#8217;t have full control of your employees, as in like, not the employees themselves, but as in their machines and where they use them and how they use them. So I think what&#8217;s very important is of course to raise awareness, train them, train your team. Make them aware that, listen, use your laptop here, or have some sort of guidelines and make sure you can use as many possible tools, documentation, and training to make sure at least you can take care of that part.</p>\n\n\n\n<p>Which is, in my opinion, is the hardest part to secure. Because of course, you don&#8217;t have full control of users, users machines. That is the most important, because as I said the tech stack, like of course things can happen, but as long as you keep software up to date and stuff like that, unless there&#8217;s a zero day exploit, you really unlucky whatever. Okay, it&#8217;s never a hundred percent secure, but you are very near that number, you know.</p>\n\n\n\n<p>[00:22:57] <strong>Nathan Wrigley:</strong> In terms of the tech stack and the maturity of it, do we often get really innovative and unique vulnerabilities in the tech stack that builds a WordPress website? Let&#8217;s say you&#8217;ve got, I don&#8217;t know, a server, Apache Nginx or whatever it may be.. Do we ever find a new, novel attack? Does that typically come across, I don&#8217;t know, once a year, once a decade, something like that?</p>\n\n\n\n<p>So can we lower our guards a little bit or do we find, do you find, you&#8217;re the expert? Do you find that there are novel things that are uncovered by security researchers, which have been, maybe they&#8217;ve been exploited for a year or more, but kept very much under the radar, kept quiet. Is the landscape changing? Are there new and novel attacks happening all the time?</p>\n\n\n\n<p>[00:23:40] <strong>Robert Abela:</strong> Not really, in terms of vulnerabilities. We&#8217;re still playing with the same, for example, SQL injection was discovered in the late nineties. The first decade of 2000 we started discovering other vulnerabilities, like cross size scripting, cross request forgery, you know, and the other ones.</p>\n\n\n\n<p>When you discover a new type of vulnerability that I would say, of course, that is very innovative. But for the last 10 years, even if you look, there are some websites which keep kind of like an aggregate of the vulnerabilities that are found in plugins. It&#8217;s always the same, especially cross site scripting is very common.</p>\n\n\n\n<p>By cross site scripting, it&#8217;s also very important to like every different types of cross site scripting, different type of vulnerabilities, have different type of severity. So if a plugin has a cross site scripting vulnerability, it&#8217;s not necessarily that one should panic, because I&#8217;m not saying, okay, just relax, take it easy.</p>\n\n\n\n<p>But listen, some of the vulnerabilities, for example, are very, very hard or can be exploited in a very particular edge case. So it is very important to keep things up to date. But yeah, in terms of innovation, no. In terms of new vulnerabilities, not much.</p>\n\n\n\n<p>What is really changing? I think the way malicious users are getting much smarter in the way they craft their attack. They&#8217;re still using the same exploits and same, same issues. Exploiting old software, old vulnerabilites. The good old SQL injection, cross my scripting. But the way they are approaching it, the way they are building, drafting their tech, it&#8217;s much more complex.</p>\n\n\n\n<p>There&#8217;s a lot of intelligence behind it, like how they use a number of different vulnerabilities to build an attack. First you send an email. If the victim gets the bait basically, if they click something or whatever. And then if they click, for example, install some malware on the computer, which allows you then, for example, I don&#8217;t know, some sort of key logger, and then you see what they&#8217;re doing.</p>\n\n\n\n<p>Maybe they are connecting to a website and they&#8217;re uploading something. So we&#8217;ve seen much more complex type of attacks where people are stringing a number of vulnerabilities together to successfully attack some particular target.</p>\n\n\n\n<p>But in terms of innovation of new type of vulnerabilities, like new ways of exploiting software, we haven&#8217;t seen much, no. For the last 10 years, it&#8217;s been pretty much same old, same old kind of thing.</p>\n\n\n\n<p>[00:25:42] <strong>Nathan Wrigley:</strong> Now I&#8217;m going to throw a spanner in the works here and ask you about AI. It&#8217;s all the rage at the moment for creating content and probably people in the WordPress space know that people have been able to create plugins, and create all sorts of things around the WordPress space.</p>\n\n\n\n<p>Lots and lots of endeavors in WordPress using AI, and I&#8217;m wondering if this has started to become a trend amongst the hackers as well? Whether they&#8217;re using this technology to refine their processes? Possibly to go and look at the source code of things like WordPress or Linux kernel, or whatever it may be. Speeding up the process, finding new novel things. My question really boils down to, does AI and internet security, is that a point of concern, do you think, in the near future?</p>\n\n\n\n<p>[00:26:31] <strong>Robert Abela:</strong> I think right now, not really. It&#8217;s still too early, but I think AI is a big changer in general, in every industry, every vertical of the internet industry. Having said that, AI is not a human, so it&#8217;s not necessarily coming up with something innovative.</p>\n\n\n\n<p>It&#8217;s still, at the end of the day, it still has some sort of database where it gets information from. The difference is that nowadays, instead of using Google and browsing through search results, trying to find exactly what you need, okay, this website, no, it&#8217;s not here to click on the other one, go on that page.</p>\n\n\n\n<p>Rather than going through that process of course, with AI, we&#8217;ve really accelerated that. We&#8217;ve really automated that. So nowadays, like with AI, especially if you know how to ask what you need, you&#8217;re going to get the answer much quicker. So things that usually would take you, let&#8217;s assume a malicious user wants to hack something, a target.</p>\n\n\n\n<p>It used to take them days or weeks maybe to craft something and to think of something original and learn about something. Because of course you have to search for everything and read a bit more, and try this and try that. With AI, of course you&#8217;re accelerating this process. And by accelerating that process you&#8217;re achieving much quicker results.</p>\n\n\n\n<p>And typically also, true AI, not because AI cannot come up with something new, because it&#8217;s always getting information from what there is. But I&#8217;m pretty sure it can, because of this fast process, I&#8217;m pretty sure it will lead slowly, slowly to also new innovations. In every aspect, content writing, security, security both in terms of attack and defense and every aspect of the internet.</p>\n\n\n\n<p>[00:27:55] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s an interesting point. I hadn&#8217;t really thought about that. I was thinking about that from the attacker side. But of course, the defense side also has the same tools to deploy, and I&#8217;m imagining that if you&#8217;re the vendor of a, of a security product, whether that&#8217;s a firewall or a plugin or whatever, you&#8217;re also going to be deploying the same tools to try and mitigate what the adversaries are doing.</p>\n\n\n\n<p>[00:28:17] <strong>Robert Abela:</strong> The thing is that luckily both the attacker and the, let&#8217;s say the white hat vendor have access to the same tools. So yeah, if you use them wisely. Also, this thing is always a bit of a cat and mouse game. The malicious users do something, the vendors up their game, then they do something, then they up their game and stuff like that.</p>\n\n\n\n<p>[00:28:36] <strong>Nathan Wrigley:</strong> I want to just turn our attention to a typical WordPress user. Perhaps somebody who really doesn&#8217;t know a great deal about this. They&#8217;re listening to this podcast because they&#8217;re curious about WordPress. They&#8217;ve got a site which they run, it&#8217;s their own. Maybe they&#8217;ve got a couple of sites.</p>\n\n\n\n<p>They&#8217;re beginning that journey on creating their own freelance business or something like that. Do you have any guidance as to how often things ought to be done? Is this really a process of you really should be logging in every day, checking for updates, and while you&#8217;re at it, why not just switch automatic updates for Core and all the plugins that you&#8217;ve got on?</p>\n\n\n\n<p>Or is this more of a look, once a week is fine. I&#8217;m sure there won&#8217;t be a hard and fast rule, but people who are just beginning their journey with WordPress, they probably do need concrete examples of how they should best handle this.</p>\n\n\n\n<p>[00:29:18] <strong>Robert Abela:</strong> It really depends on the scale of the business and how much traffic your website is getting. And also the number of people working on the website. Because one person or two people from the same room, it&#8217;s totally different than being even two people from different locations. And how much the team is security savvy, not necessarily technical, but at least have some basic understanding.</p>\n\n\n\n<p>But yeah, in general let&#8217;s say a typical startup where you are switching between kind of like a transitioning from a hobby to a part-time. I think as long as you take care of the obvious, install some plugins, add 2FA, add some logs, add a firewall, make sure that you have backups. Work with a solid web host.</p>\n\n\n\n<p>As long as you take care of the basics, you should be pretty much covered, and yes, like everyone else, for example checking Google Analytics, or any type of analytics software for that matter. Yeah like, people are doing it for SEO, but it also helps keeping an eye.</p>\n\n\n\n<p>Maybe there&#8217;s a spike of traffic coming from some unusual location. All these things can lead to something. Check your website every day. You know, like it&#8217;s very important, for example especially if you have a very small number of users. You are two or three users. I mean like once a week, maybe you should have some sort of checklist, you know, check how many users are on your website. Run some file integrated scans. You know, like some basic stuff.</p>\n\n\n\n<p>Once a week is more than enough at that level. So yes. But what&#8217;s important, I think at that stage, especially if you are growing, it&#8217;s very important to draft policies and follow security best practices when the team is still very small.</p>\n\n\n\n<p>Why? Because if you are not organized when the team is very small, it&#8217;ll be much harder, and you&#8217;ll have much bigger problems when the team is very big. It&#8217;ll be much harder to implement a change. Like, I don&#8217;t know, like we used to do something one way, and after one year, the team now is a hundred people.</p>\n\n\n\n<p>It&#8217;s much more difficult to convince those hundred people, listen, we&#8217;re going to change this and we&#8217;re going to start doing it this way. And yeah, this can of course, irritate people because people tend to resist change, especially if it affects their productivity or if it&#8217;s too complicated.</p>\n\n\n\n<p>So I think what matters is, especially as you&#8217;re starting, set up some policy, some guidelines, some best practice for yourself, have some sort of checklist. Yes, once a week or so. You can also do it almost once a month, but again, play it safe. Why not spend an hour every week, have a checklist, check how many users are there on your website, check some logs, check the traffic on the website, you know, check the list of plugins. check the files.</p>\n\n\n\n<p>Especially, a file integrity monitor can tell you lot of things because if there is a file, typically when a website is hacked, there is a file that has changed. A file has been deleted, or a file has been modified, even an actual legitimate file, it has been modified. So yeah, that can tell you a lot.</p>\n\n\n\n<p>Luckily nowadays, of course most of these systems, configure email alerts, you can configure some SMS and stuff like that. So of course you&#8217;re automating much and much more. But it&#8217;s still good to take a look. And also it&#8217;s very important because we, for example, we develop an activity log plugin, and some people are, okay, what should I look for in the logs? It&#8217;s very difficult to answer that question, because it truly depends on your business. Because, it&#8217;s very important for website owners to understand what&#8217;s running on their website and how it&#8217;s being used, and only then you can make informed decisions.</p>\n\n\n\n<p>Okay, is this log, not just in WordPress, even the web server logs, even in analytics. Is this traffic normal or not? Because, if for example you are based in the UK and typically you get all the traffic from Germany. So by seeing a spike from traffic in Germany, that&#8217;s normal to you. But for someone who&#8217;s based in the UK but only has UK traffic, a spike of traffic in Germany is a problem for them.</p>\n\n\n\n<p>So first what&#8217;s very important is to understand your website, have some basic checklists. The most basic stuff, once a week or so. Keep an eye on these things. Traffic, and logs usually, and also log into the website. Why not? You know, just go to the plugins page. Are these all the plugins that I installed? Are these all users that I had? That&#8217;s a really good step.</p>\n\n\n\n<p>By setting those best practices and those checks once a week, as the team grows it&#8217;ll be easier to maybe add something new because of course the team is growing, so you need to add more policies or you need to add, secure something else, you know? So, yeah, that&#8217;s very important. It&#8217;s very important to keep an eye on things, just check how things are running.</p>\n\n\n\n<p>But of course with managed web hosting, especially for WordPress things, most of these things are almost covered for you. Many web hosts have different packages. Many web hosts nowadays they have their own kind of like internal monitoring systems as well. We&#8217;ve noticed you have this plugin, which is outdated, or we&#8217;ve noticed this. So at least there is a lot going on for you already.</p>\n\n\n\n<p>And that&#8217;s why I said even earlier, it&#8217;s good of course, to be aware, and to be conscious that, listen, these things can happen, but we don&#8217;t need to be stressed. If you&#8217;ve done your homework, if you do your own homework, and you follow best practices, you choose a good web host and stuff like that, then you are in a good place.</p>\n\n\n\n<p>[00:33:53] <strong>Nathan Wrigley:</strong> Yeah, I guess it&#8217;s a good point to mention that the WordPress ecosystem, given its enormous size and reach in the website creation space, you&#8217;re in a pretty good spot because there has been so much effort poured into, not only making WordPress secure, but making the update system for plugins and themes trivially easy to switch on.</p>\n\n\n\n<p>And I&#8217;m just wondering about that one actually. I&#8217;m just wondering what your thoughts are on automatic updating. Personally I&#8217;ve, in most of the places where it&#8217;s possible, I have switched that on, and have had no negative consequences. You know, none of the plugin updates have destroyed anything in ways which would make me want to switch that off.</p>\n\n\n\n<p>But that is an option which I know that a lot of people don&#8217;t make use of, and I&#8217;m wondering what your thoughts are on that. So in the WordPress admin, it&#8217;s possible to automate the whole process of updating. It&#8217;ll just do it on a regular cycle if it knows there&#8217;s a WordPress plugin update, it&#8217;ll just do it for you and hopefully everything will work out.</p>\n\n\n\n<p>And obviously now we&#8217;ve got a safe mode built into WordPress not that long ago. So let&#8217;s just talk about that quickly. What do you think about automatically updating everything when possible?</p>\n\n\n\n<p>[00:34:59] <strong>Robert Abela:</strong> Speaking about ourselves, we have automatic updates on minor version updates. Because we have like 4.0.1, 4.0.2. We allow that. because yeah, most cases, usually these updates are just small bug fixes here and there. The chances of something breaking, especially with a plugin update is with major version changes, because of course the vendor has implemented a new feature or drastically changed a feature and stuff like that. Of course, for the better.</p>\n\n\n\n<p>But, especially for vendors, it&#8217;s very difficult. Let&#8217;s say you have a plugin, it&#8217;s installed onto a hundred thousand websites. It is very difficult to simulate all those a hundred thousand websites, and simulate upgrades. So of course we try our best to do as much as we can to test as much as we can in different scenarios. But it&#8217;s impossible.</p>\n\n\n\n<p>So in terms of auto updates, for us and which is something I recommend, I would definitely enable them for minor version updates. In regards to major version upgrades, nowadays again, most hosting providers have the staging websites. Just run it on the staging website, literally, it only takes 10 minutes.</p>\n\n\n\n<p>Run it on the staging website. Check the area on the website that is affected by that plugin. I don&#8217;t know if it&#8217;s an SEO plugin, for example, you check that the headers are still loading or the metadata is still loading. Or if, I don&#8217;t know, it&#8217;s the tables plugin, check that tables are still loading properly.</p>\n\n\n\n<p>And yeah, if it works, update the live site as soon as possible. WordPress itself of course, as soon as you log into the dashboard, and you go to the plugins pages, you have that even, you don&#8217;t need to go to the plugins pages. You have that icon that you have updates. So it&#8217;s very difficult to miss updates. So that&#8217;s great.</p>\n\n\n\n<p>But even if, let&#8217;s say you&#8217;re not logging into your website on a daily basis, there are many services, every vendor usually they have their own change log, you can subscribe to their newsletter. So yeah, whenever there&#8217;s an update, you&#8217;ll get an email or some sort of notification.</p>\n\n\n\n<p>So it&#8217;s very important if you&#8217;re not logging into your website every day to see when there are updates. At least subscribe to the vendor&#8217;s newsletter or builds updates or something. So at least you get an email that, listen, we&#8217;ve released an update, especially if it&#8217;s a major update. If you have, of course, the automatic updates for minor version upgrades, especially if you have a big website.</p>\n\n\n\n<p>Like an e-commerce website, you can have a good number of plugins, tons of plugins. At least you don&#8217;t have to do almost daily updates. For the major version updates, if it&#8217;s a relatively small website, you might get on with enabling, automatic updates on that as well. But yeah, do it on a staging website. It literally takes a few minutes. Just update the plugin on the staging, run a quick test, 15 minutes maximum and turn on updates on the live website. So yeah, definitely.</p>\n\n\n\n<p>[00:37:16] <strong>Nathan Wrigley:</strong> It&#8217;s also the kind of thing that once you&#8217;ve done it a few times, it becomes kind of muscle memory and you can do that staging to updating plugin to, you can do that very trivially quickly and get on with your day if that&#8217;s not the main part of your business.</p>\n\n\n\n<p>Just one last question. You talked earlier about members of staff and what have you. I&#8217;m just wondering if you&#8217;ve got any guidance, again possibly for the more inexperienced WordPress user, about the kind of roles that you might assign to people in WordPress. Obviously, if you are giving everybody the administrator role, you may well find yourself in a bit of trouble.</p>\n\n\n\n<p>And also about the nature of cleansing out the users that you&#8217;ve got on your WordPress website on a regular basis. So, you know, if you&#8217;ve got a big team and you&#8217;re constantly churning through staff, that&#8217;s probably something you want to be thinking about as well, because that&#8217;s an attack that you really can&#8217;t avoid if you don&#8217;t make the effort. You know, if you&#8217;ve given somebody an administrator account and they&#8217;ve got bonafide access to get into the website and you don&#8217;t revoke it. Or you&#8217;ve given them too many permissions and they then get fired and you know, they fall out with you, there could be problems afoot there.</p>\n\n\n\n<p>[00:38:19] <strong>Robert Abela:</strong> Yeah, indeed. Definitely one shouldn&#8217;t give admin roles, assign the admin role to everyone. In fact, as a best practice, I would say have an admin account, really difficult to use and that should only be used by you and only as back up. Because even you as a website administrator, you don&#8217;t need admin access whenever you log into the website.</p>\n\n\n\n<p>If most of your work is still updating some posts, or maybe changing something from the theme. So no, admin roles shouldn&#8217;t be used that often. WordPress has a number of built-in roles. It depends again on the nature of the website, what you&#8217;re doing with it. For some people, those roles work.</p>\n\n\n\n<p>But yeah, the fact that there&#8217;s this technology of roles is, it&#8217;s already good, because there are also a number of plugins which you can use to create different types of roles to assign multiple roles to users. And most plugins nowadays they either create their own roles on your WordPress website, or they have different types of functions where you can, okay, like, literally some plugins, you can say, okay, I created a new role for them and I want these people to do only these type of things on this plugin.</p>\n\n\n\n<p>So the role control, and what people can do and cannot do, especially when you use a third party plugin to create your own custom roles and to assign different privileges, is very granular. Definitely no admin access for no people, quite frankly. But yeah, the rest, I definitely recommend using some sort of custom role editor so you can create your own custom roles as well if the default ones don&#8217;t work for you.</p>\n\n\n\n<p>We always talk about the principle of least privilege. I was a systems engineer when I used to work for their companies and, the easiest way, I was like, yeah, give them admin access because it&#8217;ll work for sure. Of course. Unfortunately, it&#8217;s a very common practice. But no, the reality is you should, yes, start with the least possible.</p>\n\n\n\n<p>And if they don&#8217;t work, see what else they need. Okay. What else do you need? I need to access this page from this plugin, and check. Contact the vendor from the plugin. Listen, do you have specific privileges for this? Or do we need this? Do we need this? And to build slowly. Yes, I understand that it hinders the productivity, kind of slows down things. But it only slows those things for a day or two. Or give them maybe a bit more access for a day or two until you check with the vendor and then reverse that access.</p>\n\n\n\n<p>So always give the least possible. It&#8217;s also a question like of user accountability. Some compliance bodies actually have regulations about this. If someone shouldn&#8217;t be seeing certain customer data, regardless if you trust them or not, they shouldn&#8217;t be seeing it. Why are you giving them access kind of thing.</p>\n\n\n\n<p>So, it&#8217;s very important to live by the kind of like principle of lease privilege when it comes to users. Give them the lease possible. Even for them, especially if they&#8217;re not tech savvy. This doesn&#8217;t have to do with someone being malicious, or even if they make a mistake, at least they make a mistake within their environment, their privileges. Not a bigger mistake.</p>\n\n\n\n<p>Roles definitely should be used. And yeah, there are a lot of plugins. We&#8217;re lucky because there are a lot of plugins which allow you to create your own custom roles, assign different privileges for roles and stuff like that. Definitely roles are definitely things that should be used.</p>\n\n\n\n<p>[00:41:05] <strong>Nathan Wrigley:</strong> This is a topic that we could probably talk about for days.</p>\n\n\n\n<p>[00:41:08] <strong>Robert Abela:</strong> Yeah, roles on their own, yes.</p>\n\n\n\n<p>[00:41:10] <strong>Nathan Wrigley:</strong> And more broadly about WordPress in general. You know, should we keep the REST API on, and are there a bunch of things that you would switch off by default. But unfortunately we&#8217;re kind of running out of time, so I&#8217;m going to leave those questions possibly for another episode.</p>\n\n\n\n<p>Or another way of getting the answer might be, if people want to contact you, Robert, directly. Where can you be found? Do you hang out on social? Is there an email address that you prefer to mention? Where can we best find you, Robert?</p>\n\n\n\n<p>[00:41:37] <strong>Robert Abela:</strong> Yes. Uh, our website is wpwhitesecurity.com but as I said, we are rebranding. So we are announcing the new name at WordCamp Europe. The new website will be melapress.com. m e l a press.com. So yeah, my email is very simple, robert at melapress.com or at WP White Security. I&#8217;m also on Twitter and stuff like that. But yeah, I think email is definitely one of the most efficient.</p>\n\n\n\n<p>[00:41:58] <strong>Nathan Wrigley:</strong> Thank you very much, Robert. I really appreciate joining us on the podcast today. Thank you.</p>\n\n\n\n<p>[00:42:02] <strong>Robert Abela:</strong> Thank you. Thank you very much.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/robert681/\">Robert Abela</a>.</p>\n\n\n\n<p>Robert is the CEO and founder of <a href=\"https://melapress.com/\">MelaPress</a>, formerly known as WP White Security. They make niche WordPress security and admin plugins. He has over 18 years experience in the IT and software industries, and has written numerous web security articles and white papers.</p>\n\n\n\n<p>We all know that your website is potentially under attack 24 hours a day, 365 days of this year, but why is that, and what can we do to mitigate that risk?</p>\n\n\n\n<p>Robert talks about the security of WordPress Core and how it’s matured over the years. He feels that in most cases, it’s not the Core of WordPress that you need to be concerned about, rather the array of plugins and themes which are added on top. The unique cocktail of software that you add to your site makes it challenging for security products to secure it.</p>\n\n\n\n<p>That being said, Robert is optimistic that there are strategies you can adopt which will make your site less likely to fall prey to malicious actors or bots. Updating plugins on a regular basis, keeping fresh backups, and the monitoring of logs all play a vital role and are straightforward to do.</p>\n\n\n\n<p>Robert is also at pains to point out that this is not a one click, or one time fix. You’re going to need to dedicate time and resources to your website security, and those resources and time will need to be increased as the importance and reach of your site grows. Evolution is the key here. What worked yesterday might not work so effectively tomorrow.</p>\n\n\n\n<p>Another topic which we touch on is the automated nature of many of these attacks. Unless you are hosting a website of some importance, hackers are not trying to break your specific website. They’re deploying automated attacks, trying to infect many websites at the same time. But why do they do this, what are the motivations of these bad actors? Robert explains that it’s not personal, but that does not mean that you can ignore the threat.</p>\n\n\n\n<p>We also chat about the many layers which go into making your website work. Typically you’ve got a web server, a database, and often much more, and Robert explains why you need to be mindful of all these when drawing up your security posture.</p>\n\n\n\n<p>Then of course there’s the users of your site, the people who you’ve allowed to have legitimate access to the WordPress admin. If you’re in a large company with a high churn of employees then you’ll need to make sure that only people who need access have access, and that the permissions that they’re afforded are correct for the work they need to do.</p>\n\n\n\n<p>If you’re curious about how you can secure your WordPress website as it grows, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://www.wpwhitesecurity.com/\">WP White Security</a></p>\n\n\n\n<p><a href=\"https://melapress.com/\">Melapress</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, 14 Jun 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: WordCamp Europe Keynote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=87795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2023/06/wordcamp-europe-keynote/\";s: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 class=\"is-style-matt-rothko-style\">I had a great time at <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe in Athens</a> this year, here&#8217;s the keynote &#8220;Variations on a Theme&#8221; with presentations from <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a> and <a href=\"https://matiasventura.com/\">Matías Ventura</a>, and Q&amp;A from all three of us.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 10:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"WPTavern: WordPress Accessibility Day Secures Nonprofit Status for Annual Event, Calls for Speakers and Sponsors\";s:7:\"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=145758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/wp-accessibility-day-secures-nonprofit-status-for-annual-event-calls-for-speakers-and-sponsors\";s: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:2527:\"<p>WordPress Accessibility Day, an independent 24-hour virtual conference, will <a href=\"https://2023.wpaccessibility.day/\">return in 2023</a> &#8211; this time under an official non-profit status. </p>\n\n\n\n<p>The first edition of the event was hosted in 2020 by the WordPress core Accessibility Team. They wanted to manage it independently of the WordPress Foundation in order to reserve the option to do things like pay speakers for their time and expertise. The most recent 2022 event ran its finances through  WP Accessibility Day Board President Amber Hinds&#8217; company, Equalize Digital,   to expedite the process of getting started.</p>\n\n\n\n<p>The success of last year&#8217;s event, which drew 1,604 attendees from 52 countries, thanks to 28 sponsors and a 32-person volunteer crew, inspired organizers to keep pushing to make the organization a nonprofit. </p>\n\n\n\n<p>Through a fiscal sponsorship partnership with <a href=\"https://knowbility.org/\">Knowbility</a>, an Austin-based digital accessibility advocate and services provider, WP Accessibility Day has secured 501(c)(3) nonprofit status. </p>\n\n\n\n<p>“When I helped found this event in 2020, I already knew that our biggest challenge would be ensuring that the event wasn’t dependent on a single person to survive,” WP Accessibility Day Board Secretary Joe Dolson said. “Setting up as a non-profit and partnering with a larger organization helps us reach our goal of creating an event with a life of its own. Knowbility’s dedication to accessibility education makes them a great match for our mission.”</p>\n\n\n\n<p>This arrangement makes sponsorships and donations to the WP Accessibility Day event tax-deductible in the United States. Past sponsors include Cloudways, Gravity Forms, WP Engine, Yoast, GoDaddy Pro, Weglot, among other WordPress companies.</p>\n\n\n\n<p>The next <a href=\"https://2023.wpaccessibility.day/\">WP Accessibility Day</a> event is scheduled for September 27-28, 2023, and will feature a single-track that runs for 24 hours. It will also include live captioning and sign language interpreters. Organizers plan to publish the sessions following the event with transcripts and updated captions.</p>\n\n\n\n<p>Speaker and sponsor applications are already open, and speakers will be compensated with a $300 stipend per session. The deadline to submit an application as a speaker has been <a href=\"https://2023.wpaccessibility.day/speaker-submission-deadline-extended/\">extended to June 18, 2023</a>. Attendance is free via livestream.</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, 13 Jun 2023 22:20: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: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=87648\";s:7:\"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:\"https://ma.tt/2023/06/87648/\";s: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:113:\"<p>Julia Evans writes <a href=\"https://jvns.ca/blog/2023/06/05/some-blogging-myths/\">Some blogging myths</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, 13 Jun 2023 06:53:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:96:\"WPTavern: WordPress.org Enables Commercial and Community Filters on Plugin and Theme Directories\";s:7:\"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=145792\";s:7:\"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:107:\"https://wptavern.com/wordpress-org-enables-commercial-and-community-filters-on-plugin-and-theme-directories\";s: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:4126:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2022-matt-mullenweg-highlights-gutenbergs-progress-announces-new-community-tools\">2022 State of the Word</a>, Matt Mullenweg announced a plan to add new &#8220;Community&#8221; and &#8220;Commercial&#8221; taxonomies for the theme and plugin directories that would help users more quickly ascertain the purpose of the extensions they are considering. Shortly after the announcement, instructions were published for theme and plugin authors to <a href=\"https://make.wordpress.org/plugins/2022/12/16/plugins-themes-categorization/\">opt into the new taxonomies</a>. </p>\n\n\n\n<p>The new filters are <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">now enabled</a> on both the theme and plugin directories, giving users the ability to quickly sort between free community extensions and those with commercial upgrades. Anything with a &#8220;pro version&#8221; should be designated as Commercial. These usually come with some upsells for more features than are offered in the free version. So far, the number of themes identified as commercial vastly exceed the number of community themes. </p>\n\n\n\n<img />\n\n\n\n<p>In the Plugin directory, extensions designated as free are nearly equal those designated as commercial. Many of the most widely used plugins have already been identified as commercial, including Yoast SEO, Jetpack, Akismet, Elementor, WooCommerce, All-in-One WP Migration, and more. Examples of community plugins include the WordPress Importer, Classic Editor, Classic Widgets, Gutenberg, Performance Lab, and Debug Bar.</p>\n\n\n\n<img />\n\n\n\n<p>In both directories it appears only a small percentage of authors have designated their extensions using the commercial or community taxonomies. At this time, use of the taxonomies is not required. This gave rise to some questions in the comments of the announcement.</p>\n\n\n\n<p>&#8220;Would a better classification system would be to just have either no label for the majority, and then something closer to &#8216;includes paid upgrades&#8217; that just implies they also offer additional services on top of their free (and often fully functional) version?&#8221; WordPress developer Kevin Batdorf said.</p>\n\n\n\n<p>&#8220;All plugins are open source regardless of whether they sell something, and that doesn’t make those developers any less passionate about open-source. Nor does it imply non-commercial plugins have any less features, or that the level of dedication to support is any less dedicated.&#8221;</p>\n\n\n\n<p>Batdorf also asked if use of the taxonomies would be a requirement in the future, because, at the moment, their low usage could give some plugins an advantage under these new classifications.</p>\n\n\n\n<p>&#8220;Should it also be a requirement?&#8221; he said. &#8220;Otherwise this also seems like something to be gamed for visibility. Do Community or Commercial (or neither) plugins show higher install growth? I guarantee you people are tracking this already.&#8221;</p>\n\n\n\n<p>WordPress&#8217; Meta team is seeking feedback on the current implementation. Automattic-sponsored contributor Steve Dufresne said &#8220;work is continuously underway to improve the browsing experience and refine the visual aspects of the Theme and Plugin Directory as part of the site redesign.&#8221; The new filters will be incorporated into the <a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">upcoming redesign changes</a> that have been slowly rolling out across WordPress.org.</p>\n\n\n\n<p>These filters will also be making their way into the admin theme and plugin browsers, so users can access them from wherever they search for extensions. In the meantime, users and theme and plugin developers can leave feedback via Meta Trac on the specific tickets outlined in the <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">announcement</a>, as the team continues to iterate on the project.</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, 13 Jun 2023 04:11:36 +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: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:54:\"WPTavern: WordCampers Demand Changes to Q&amp;A Format\";s:7:\"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=145760\";s:7:\"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:60:\"https://wptavern.com/wordcampers-demand-changes-to-qa-format\";s: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:5951:\"<p>Q&amp;A segments at a live event are a valuable point of connection where attendees have the opportunity to gain the undivided attention of the speaker or panelist and get answers to important questions. Inevitably, people who abuse the format can lower the quality of the experience for everyone. A Twitter thread addressing this chronic problem is gaining momentum today following the conclusion of WordCamp Europe 2023.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">After <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> is before the next WordCamp! There\'s one thing in particular that is dear to my heart with the organization of these events that needs to change: the Q&amp;A format. 1/x</p>&mdash; Felix Arntz (@felixarntz) <a href=\"https://twitter.com/felixarntz/status/1668104835005046785?ref_src=twsrc%5Etfw\">June 12, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;One problem is that they often add very little value &#8211; although they&#8217;re supposed to achieve the opposite,&#8221; WordPress Core Committer Felix Arntz said. &#8220;Unfortunately, those who &#8216;ask&#8217; are often telling stories, promoting themselves or their business, [or] mansplaining the speaker.</p>\n\n\n\n<p>&#8220;Sometimes they&#8217;re not even asking any question at the end which is ridiculous. If that is you, you may not even notice it, but you are seriously wasting people&#8217;s time, potentially harming the speaker, and preventing folks from actually learning something.&#8221;</p>\n\n\n\n<p>Arntz suggested that those asking questions longer than a minute should forego the Q&amp;A time and ask the speaker informally at a later opportunity if it is relevant.</p>\n\n\n\n<p>&#8220;Just to clarify, while some of the issues apply especially to sessions with more exposure, like a Matt Q&amp;A, they all also apply to any other session,&#8221; he said.</p>\n\n\n\n<p>&#8220;While these problems mostly occur due to individual folks in the audience, I think the WordCamp organization needs to take action to improve the situation as it&#8217;s been happening for years.&#8221;</p>\n\n\n\n<p>Arntz proposed a number of actionable ideas, including submitting questions to a central platform where they can be upvoted by community members, discarding lengthy questions, and providing mandatory training or documentation for emcees on how to handle problematic Q&amp;A situations. He also noted that having questions in writing can assist non-native English speakers in understanding other non-native speakers.</p>\n\n\n\n<p>Arntz also contends that Q&amp;A should be optional, depending on the speaker&#8217;s preference. This may also have the added effect of creating a more inclusive environment for speakers.</p>\n\n\n\n<p>&#8220;Particularly for new speakers, it can cause lots of distress or anxiety, especially because, as mentioned before, it very often isn&#8217;t questions but any of the aforementioned problems,&#8221; he said.</p>\n\n\n\n<p>&#8220;All of this can be another blocker for folks from underrepresented groups to even apply to speak, which came up in the session on women &amp; non-binary folx of WordPress.</p>\n\n\n\n<p>&#8220;Making Q&amp;A optional is a great and simple way to at least improve the latter issue while working on addressing all the other problems. It&#8217;s literally just a decision to make, so I urge the community and organizing teams to make it.&#8221;</p>\n\n\n\n<p>Arntz&#8217;s thread has received positive feedback and support, and other WCEU attendees have joined in with suggestions for improving the Q&amp;A format.</p>\n\n\n\n<p>&#8220;Many other open source conferences use apps that do more with Q&amp;A, rating speakers, and even helping attendees schedule networking,&#8221; GoDaddy Developer Advocate Courtney Robertson <a href=\"https://twitter.com/courtneyr_dev/status/1668139699268120577\">said</a>. &#8220;The favorited events export to iCal/gCal.&#8221;</p>\n\n\n\n<p>Raymon Mens, a first-time-attendee at WCEU, <a href=\"https://twitter.com/raymonmens/status/1668146081496956933\">said</a> he was &#8220;negatively surprised by the Q&amp;A part&#8221; for every session. &#8220;I would have preferred some more time for the speaker to go more in depth and not have a long Q&amp;A that doesn’t add a lot.&#8221;</p>\n\n\n\n<p>Jon Ang, an organizer for WordCamp Asia, <a href=\"https://twitter.com/Kenshino/status/1668223052155617281?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1668223052155617281%7Ctwgr%5Ecb693e283a61a9b5b9ae45ea5f2e017df763ad60%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D145760action%3Dedit\">said</a> he is taking Arntz&#8217;s feedback into consideration for their next event, and future global leads for WCEU <a href=\"https://twitter.com/taekereijenga/status/1668238519477628929\">said</a> they are also discussing these ideas for next year. </p>\n\n\n\n<p>&#8220;At WordCamp San Francisco 2011 there was a Q&amp;A session with Barry and it used a P2,&#8221; WordPress core committer Aaron Jorbin said. &#8220;For the off topic questions, others often chimed in. I think an MC with knowledge of the subject matter asking questions off this would be perfect.&#8221;</p>\n\n\n\n<p>Changes will likely originate from WordCamp organizers who can recognize the existing problems with the current Q&amp;A format and depart from tradition with a better way of bringing quality questions to speakers who wish to entertain them. Getting Q&amp;A right may also become a stronger priority as WordPress&#8217; community team <a href=\"https://wptavern.com/wordpress-community-team-evolves-wordcamp-format-to-promote-adoption-training-and-networking-for-professionals\">evolves the WordCamp format to promote adoption, training, and networking</a>. Based on the feedback on Arntz&#8217;s Twitter thread, it&#8217;s past time to update the Q&amp;A format and WordCampers are eager to see it happen.</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, 12 Jun 2023 22:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"WordPress.org blog: Twenty Years of WordPress at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";s:7:\"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/2023/06/twenty-years-of-wordpress-at-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4620:\"<h2 class=\"wp-block-heading\">Inspiring the global community</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its <a href=\"https://wp20.wordpress.net/\">20th anniversary</a> and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and Gutenberg Product Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who highlighted the advancements and upcoming milestones of the WordPress Project.</p>\n\n\n\n<p>One significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.&nbsp;</p>\n\n\n\n<p>Josepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit website</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=585%2C365&ssl=1\" alt=\"Total contributors: 7788 (737 new)\nContributors pledged to 5ftF: 780 (95 new)\n152 companies total with confirmed contributors (30 new)\" class=\"wp-image-15171\" width=\"585\" height=\"365\" />\n\n\n\n<p>Discussing the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like <a href=\"https://openverse.org/\">Openverse</a>, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.&nbsp;</p>\n\n\n\n<p>Another exciting addition to the WordPress repertoire is <a href=\"https://playground.wordpress.net/\">WP Playground</a>. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.</p>\n\n\n\n<p>Matías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.</p>\n\n\n\n<p>Following the keynote presentation, the WordPress leadership engaged in a<a href=\"https://www.youtube.com/watch?v=VzKiKRodHQ0\"> lively Q&amp;A session </a>with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Join the global community and be part of the WordPress journey toward a brighter future!</p>\n\n\n\n<p><em>Special thanks to <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> for review and collaboration</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:\"Sat, 10 Jun 2023 22:21: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: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:\"\";}}}}}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:77:\"BuddyPress: How should back-end &amp; front-end BuddyPress Interfaces evolve?\";s:7:\"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=330029\";s:7:\"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://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\";s: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:7371:\"<p>This is the number 4 of our post series about the new direction we plan to take regarding plugin maintenance and evolutions. Our <a href=\"https://buddypress.org/2023/04/buddypress-has-a-new-purpose/\">first post</a> was about shared our new purpose, the <a href=\"https://buddypress.org/2023/05/lets-better-organize-the-buddypress-plugin/\">second one</a> explained how we think we can better organize the BuddyPress plugin, and the <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">third one</a> dealt with BuddyPress’ next features. It’s now time to analyze the feedback you shared with us <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\" target=\"_blank\">here</a> &amp; <a rel=\"noreferrer noopener\" href=\"https://wptavern.com/buddypress-plugin-usage-declining-remaining-contributors-discuss-path-forward\" target=\"_blank\">there</a> about BuddyPress’ user interfaces.</p>\n\n\n\n<span id=\"more-330029\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Key feedbacks about the BuddyPress UI</h2>\n\n\n\n<ul>\n<li>«&nbsp;<strong>Deep admin integration</strong> for all core components and logged-in Members&nbsp;»</li>\n\n\n\n<li>« A default set of universally wrappable <strong>theme-side template parts</strong> »</li>\n\n\n\n<li>«&nbsp;<strong>Modern</strong> UI/UX&nbsp;»</li>\n\n\n\n<li>«&nbsp;Make a <strong>simple theme for BP</strong> so that developers can modify it as they please. <strong>Install the theme when BP is installed</strong>&nbsp;»</li>\n\n\n\n<li>«&nbsp;I believe BuddyPress can be ground breaking for any <strong>mobile app</strong> that built with WordPress&nbsp;»</li>\n\n\n\n<li>«&nbsp;I was a little disappointed when I saw that it is not at all possible to <strong>use Gutenberg to style the absolutely required pages</strong>&nbsp;»</li>\n\n\n\n<li>«&nbsp;Most people install BuddyPress &nbsp;with a default theme and the result is not pretty. <strong>A BuddyPress theme that looks modern and nice would be a great addition</strong>.&nbsp;»</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A standalone Modern theme!</h2>\n\n\n\n<p>10 years ago we took a very ambitious challenge when we made <a href=\"https://buddypress.org/2013/04/buddypress-1-7-is-now-available/\">rendering BuddyPress templates into most WordPress themes optimal</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fc-200d-1f3a8.png\" alt=\"👩🏼‍🎨\" class=\"wp-smiley\" />. Being able to have a community area looking pretty nice, right away, into your site without having to change for a specific theme was and I believe is still great and <strong>quite impressive</strong>! By the way and even if we should overcome our dependency to jQuery (it’s on our todo list), our «&nbsp;Legacy&nbsp;» &amp; «&nbsp;Nouveau&nbsp;» template packs already behave well with the next generation of themes (the block ones).</p>\n\n\n\n<p>That being said, as <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/johnjamesjacoby/\" target=\"_blank\">John</a> who regularly shares with us his will to build a brand new &amp; modern theme <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f468-1f3fd-200d-1f3a8.png\" alt=\"👨🏽‍🎨\" class=\"wp-smiley\" /> for the project, I feel we should build it as soon as possible &amp; deeply explore the new possibilities provided by the WP Block API like I’ve announced in <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">episode 3 of this series</a>. We’ll make customizing your community area a piece of cake thanks to the WordPress Site Editor, you can count on us!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What about bringing back the BuddyPress Dashboard?</h2>\n\n\n\n<p>I agree we should also improve the BuddyPress Administration experience to let Members manage their community content and update it just like it’s possible on front-end. Moreover, I think this community member dashboard can act as a plan B or a fallback <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f198.png\" alt=\"🆘\" class=\"wp-smiley\" /> if something went wrong on the front side due to a JavaScript traffic jam, for example. This dashboard can also become the only community area if some site admins need to dedicate the front-end to top-down content and collaborate on it from the back-end.</p>\n\n\n\n<p>Taking the community member dashboard road also re-opens the discussion about where administrators should manage and moderate BuddyPress settings and content. Before version 1.6, we used to put everything about BuddyPress inside a top level Administration menu. I believe we should come back to our initial idea and improve it. I like what <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/johnjamesjacoby/\" target=\"_blank\">John</a> suggested a while ago about introducing a new column before the WP Admin menu to switch between the WordPress dashboard and a new BuddyPress dashboard, a bit like the column Slack adds to switch between your Slack spaces.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/06/bp-dash.png\"><img src=\"https://buddypress.org/wp-content/uploads/1/2023/06/bp-dash.png\" alt=\"\" class=\"wp-image-330030\" width=\"226\" height=\"264\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A BuddyPress Progressive Web App?</h2>\n\n\n\n<p>About the Mobile App (or the Desktop App) point <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f933-1f3ff.png\" alt=\"🤳🏿\" class=\"wp-smiley\" />. I’d love, just like it’s possible to manage sites thanks to the WordPress <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/mobile/\" target=\"_blank\">project’s App</a>, to have an App to manage my different BuddyPress profiles, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/imath/\" target=\"_blank\">starting with this one</a> and this <a href=\"https://buddypress.org/members/imath/\">other one</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" />. </p>\n\n\n\n<p>I had the chance to participate to a demo of such an App for BuddyPress and I must admit I was really amazed by the fluidity it gave to user interactions and conversations. To be honest I doubt the project will have one in the near future, but if some of you are motivated to help the team explore this world, we’d be very happy to be shown the path. We will be making sure our next/first BuddyPress Block theme is optimized for all devices and exploring/testing the Progressive Web App (PWA) direction.</p>\n\n\n\n<p>To sum-up about modernizing BuddyPress UIs, we’ll do our best to reach a first milestone before 2024 starts and we are very open to contributions!</p>\n\n\n\n<p>Our next &amp; final post of this series will analyze your feedback about the BuddyPress community &amp; how we need to improve the tools we use to manage contributions to BuddyPress.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Props</strong>: many thanks to <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> for his review <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f618.png\" alt=\"😘\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2023 18:42:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:19:\"Matt: Whoop Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=87066\";s:7:\"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:36:\"https://ma.tt/2023/06/whoop-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1293:\"<p><a href=\"https://www.whoop.com/\">Whoop</a> is an excellent biometrics bracelet I&#8217;ve been wearing for a few months since my friend <a href=\"https://jaimewaydo.com/\">Jaime Waydo</a> joined as their CTO. After many years of being very <a href=\"https://www.garmin.com/en-US/p/621922\">in the Garmin 945 camp</a>, I now do an <a href=\"https://www.apple.com/apple-watch-ultra/\">Apple Ultra</a> for all the smart stuff, and Whoop for all the great sleep, HRV, and recovery information that I use to be aware of my energy levels throughout the day, complemented by the <a href=\"https://www.risescience.com/\">Rise sleep and energy tracker app</a>. This has been my ideal combo. </p>\n\n\n\n<p>The founder and CEO of Whoop, <a href=\"https://twitter.com/willahmed\">Will Ahmed</a>, interviewed me for their podcast, which we covered for a more mainstream audience my passion for open source and creating an open ecosystem for a web, how I got started as an entrepreneur, how <a href=\"https://automattic.com/\">Automattic</a> hires, growth mindset and mental clarity, working with <a href=\"https://artofaccomplishment.com/about/\">Joe Hudson</a> as an executive coach, and day-to-day routine (or lack thereof, sometimes).</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\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:\"Fri, 09 Jun 2023 00:21:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"Post Status: Launching a WordPress Product in Public: Session 16\";s:7:\"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=149596\";s:7:\"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/launching-a-wordpress-product-in-public-session-16/\";s: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:42284:\"<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> explore the delicate balance between professionalism and creativity in branding and marketing. They also discuss the importance of incorporating feedback into the product development process, utilizing user testing and testimonials to refine features and continually improve. The impact of their collaborative efforts has led to clarity around the momentum of partnering can bring to the creative process.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Balancing Professionalism and Creativity</strong>. The balance between professionalism and creativity in branding and marketing can be difficult. Even for playful, fun brands, there is a need to maintain a level of professionalism. Clean designs, corporate markets, and conveying value to potential customers are important.</li>\n\n\n\n<li><strong>Using Feedback for Product Refinement</strong>. There is value in receiving feedback and incorporating it into the product development process. User testing, testimonials, and refining the features offer continual improvement opportunities. Creating a product that meets the needs of the target audience and continually improving it based on user feedback requires commitment.</li>\n\n\n\n<li><strong>Leveraging Collaboration for Productivity</strong>. The productive nature of collaboration and bouncing ideas off each other is energizing. Take time to brainstorm, make suggestions, and provide insights that contribute to refining the product and marketing strategies with your teams. A collaborative approach helps generate new ideas, solve problems, and keep the momentum flowing.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading 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://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.omgimg.net/\">OMGIMG</a></li>\n\n\n\n<li><a href=\"https://openai.com/blog/chatgpt\">ChatGPT</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n\n\n\n<li><a href=\"https://twitter.com/lindseymillerwp\">Lindsey Miller</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <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=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 16 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 16</strong></p>\n\n\n\n<p>[00:00:00] <strong>Corey Maass:</strong> Everything sounds like a country song.</p>\n\n\n\n<p>Working from Panera.</p>\n\n\n\n<p>Good, I got that</p>\n\n\n\n<p>screaming live on.</p>\n\n\n\n<p>Apparently country music for me is all, um, ing. Yeah. Is all, uh, what was that show? Beverly Hillbillies. Oh man. Classic. You can tell I don&#8217;t listen to country music. Well, I&#8217;m&nbsp;</p>\n\n\n\n<p>[00:00:42] <strong>Cory Miller:</strong> from Oklahoma, so it&#8217;s kind of wired in.&nbsp;</p>\n\n\n\n<p>[00:00:46] <strong>Corey Maass:</strong> Yes, you&#8217;d have to.</p>\n\n\n\n<p>[00:00:50] <strong>Cory Miller:</strong> We got song Dance by Corey. This is a great way to start a webinar. Section 16, launching a product. What is on our agenda, my friend? I think I have some two things. Logo and website.&nbsp;</p>\n\n\n\n<p>[00:01:10] <strong>Corey Maass:</strong> What&#8217;s on your, uh, for me, the big thing is I. Wound up doing a couple of pretty good re refactors again, of the plugin. Um, I, in in particular, I coded myself into a corner or had coded myself into a corner and then, um, putting things over.</p>\n\n\n\n<p>So there&#8217;s, there&#8217;s sort of two versions of. In, in coding parlance you have instances of things, right? So there&#8217;s sort of two instances of the app. Um, one is sitewide and then one is per post or per. Per object. So attached to a podcast episode or attached to a post article or attached to something, you wanna have images, um, and then attached to the entire site, which in WordPress, there is no site thing.</p>\n\n\n\n<p>Um, so there&#8217;s, you know, these sort of two instances of apps and I had done a lot of coding initially. Where I had abstracted out for these two instances and then done a bunch of refactoring based on our conversations for the site-wide instance, and then porting that back over to apply to posts and things.</p>\n\n\n\n<p>Um, it all broke, um, or I encoded myself into a corner in a number of ways. So I wound up just ripping it all out and simplifying it. So we&#8217;re real close. Um, but I&#8217;m between, uh, allergies and, uh, life getting in the way. I&#8217;ve been feeling a little burned out. Um, I messaged you the other night like I have, uh, you can hear me sniffle and, um, Yeah, and in insomnia that I suffer from once in a while.</p>\n\n\n\n<p>And so I&#8217;m staying up all night coding, which is not, I&#8217;m, I&#8217;m coding because I&#8217;m up all night. I&#8217;m not staying up all night coding. But it, because of that, I tend to like burn out and I&#8217;m, I&#8217;ve also, I&#8217;ve solved these problems four times now. I just need to keep cleaning them up and keep revising them. So the truth is I&#8217;m taking a couple of days away from the project.</p>\n\n\n\n<p>But we&#8217;re close. I mean, I keep saying that week after week, but um, I do think that we&#8217;re, as soon as we get a logo locked down, which helps to find colors and styles, which helps to find the website, it also lets me go back into the app and plug in the logo in a couple of places and then, you know, it&#8217;s sort of branding complete version 0 0 1.</p>\n\n\n\n<p>And then, you know, I think we can roll from there.&nbsp;</p>\n\n\n\n<p>[00:04:01] <strong>Cory Miller:</strong> Okay. Um, that&#8217;s, that&#8217;s a great update. And then transitioning to the logo for a second. So it just made me think as I&#8217;m, I want, I want to talk through those logos that we were just talking through on Slack. I&#8217;ll screen share those in a second, but it just made me think I&#8217;m doing this horizontal one particularly.</p>\n\n\n\n<p>Mm-hmm. With the designer. And what are the needs for plugin? Like, do we need just a logo mark, for instance? Brandmark, whatever do we need to, what, what kind of ratios and sizes do you need?&nbsp;</p>\n\n\n\n<p>[00:04:33] <strong>Corey Maass:</strong> Right. I, the, the, the one that I, we were talking about the most just a minute ago is horizontal omg i m g next to each other.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>sorry. Um, oh, now we know all your secrets. So, uh, This one. I like the font choice, but the graphic is kind of meh, like it&#8217;s been done before. I like the colors. Um, this one I like conceptually better and I dropped in a few notes. I honestly think that they should take the font from the first one and do this treatment to it, simplifying it, taking out the drop shadow.</p>\n\n\n\n<p>And I liked your suggestion of switch or reversing it. Um, and then the color&#8217;s up here. Exactly. So it&#8217;s bigger and bold. Yeah. And then, and then honestly, I think that&#8217;s good enough. Um, okay. The, so yeah, if they swap out the, the, the font, cuz then it&#8217;ll be, the font feels more square, big and bold, simple. And, and at that point, what I guess I anticipate doing is if you&#8217;ve got OMG next to img, um, it&#8217;s easy enough to put one on top of the other.</p>\n\n\n\n<p>So you might actually tell them like, you know, here are our notes and please com create one that is horizontal as they&#8217;re doing now, but, but one that&#8217;s stacked with OMG over img. So maybe the OMG is, is in color and the IMG is in black or something. Um, but honestly, that way we&#8217;ve got. I think we, we cover our bases, right?</p>\n\n\n\n<p>We&#8217;ve got a horizontal version and we&#8217;ve got a essentially a square version. Hey, you&#8217;re wondering if I&nbsp;</p>\n\n\n\n<p>[00:06:29] <strong>Cory Miller:</strong> remembered? I&#8217;m sharing&nbsp;</p>\n\n\n\n<p>[00:06:30] <strong>Corey Maass:</strong> my screen. I, I did. Yeah. I see that</p>\n\n\n\n<p>this is the true ride along entrepreneur ride along.</p>\n\n\n\n<p>I like that ride along. Oh yeah. There&#8217;s a, a subreddit called Entrepreneur Ride Along.</p>\n\n\n\n<p>It&#8217;s not a great subreddit, but I, I like the, I like the gist of it and some of it there occasionally. There&#8217;s a good question or a good post.</p>\n\n\n\n<p>And honestly, I, I will, I think instead of gray, it should be, it should be black and white, so it&#8217;s color going, but it, but we don&#8217;t, we can, I can change that when we get it. That&#8217;s fine. Yeah.</p>\n\n\n\n<p>Okay. So yeah, use that font, flip it upside down. Um, remove the drop shadow. I don&#8217;t, I don&#8217;t like that. The 3D effect of it doesn&#8217;t do anything for me,</p>\n\n\n\n<p>man.&nbsp;</p>\n\n\n\n<p>[00:08:16] <strong>Cory Miller:</strong> I&#8217;m looking at where are you seeing shadow, like right here.&nbsp;</p>\n\n\n\n<p>[00:08:19] <strong>Corey Maass:</strong> Yeah, so that bar has a shadow below it.</p>\n\n\n\n<p>Um, and then lastly, if they make those changes, um, create a version where the OMG is above the img.</p>\n\n\n\n<p>So it&#8217;s, we, this is a, if this is a, a horizontal, ver horizontal version, we need a, yeah, it&#8217;s essentially a, a vertical version. Ooh, that&#8217;s&nbsp;</p>\n\n\n\n<p>[00:08:53] <strong>Cory Miller:</strong> awesome. The top could be colors, um, g the bottom, and there&#8217;s a bar. Okay, cool. Yep.&nbsp;</p>\n\n\n\n<p>[00:09:00] <strong>Corey Maass:</strong> Let&#8217;s see.</p>\n\n\n\n<p>And for anybody who asks, it&#8217;s, oh my gosh, images. Because we are non religiously affiliated.</p>\n\n\n\n<p>I would say another version that is vertical.</p>\n\n\n\n<p>Yes. Okay. And I think, I think that&#8217;s fine.</p>\n\n\n\n<p>I like the color choices. I like the feel of it and as we&#8217;ve talked about it, like we could, we could spend tons of time and effort, but good enough. It&#8217;s cute, it&#8217;s interesting. Like it, it does what I wanted. Um, whatever it was that I had in my head, I didn&#8217;t have any, you know, the requirements that were in my head.</p>\n\n\n\n<p>It&#8217;s like bold and fun and interesting. The big, big heavy font like that to me says like O M G I M G, you know, it feels, it matches the name. Um, I like the colors vi, vibrant. Interesting. So&nbsp;</p>\n\n\n\n<p>[00:10:21] <strong>Cory Miller:</strong> I almost wonder, like on the vertical one, it&#8217;s like leave a little black on the omg. Mm-hmm. Like the bars maybe split a little bit.</p>\n\n\n\n<p>Okay, let me, that&#8217;s in, that&#8217;s in progress now. Great. Next thing I had was website and, um, I don&#8217;t think you&#8217;re in the space to be able to do this, but, um, just focused on logo and I only had time for logo, so I didn&#8217;t get website going, but the, I&#8217;m gonna go back on pod squeeze K card. Text content and I&#8217;ll just start getting buckets of text&nbsp;</p>\n\n\n\n<p>[00:11:06] <strong>Corey Maass:</strong> for those blocks.</p>\n\n\n\n<p>Yeah, I think if you wanna even just do it, um, flat, so on, you know, open up a Google Doc or something. Let&#8217;s look at the few different, um, websites that we&#8217;ve bookmarked for design and content. Um, and we found this awesome new site this morning, um, called, where&#8217;d it Go? Jelly Laid and their their welcome screen.</p>\n\n\n\n<p>Uh, how do we want to, how, how does one say it? Uh, we can be, we can be inspired by. Inspired by, so, Yeah, I mean, and, and big props to Jelly La um, j e l l y l a d e, whether, um, whether we&#8217;re we, we borrow from them or not. It&#8217;s a really neat site, well laid out, well thought out. Um, and there&#8217;s a number of overlap.</p>\n\n\n\n<p>Number of overlaps where they, they&#8217;re creating screenshots and beautiful screenshots. So they&#8217;re one of those kinds of tools. We&#8217;re doing something a little different, but, you know, some of the UI elements end up being the same, creating, um, specific sized images and stuff like that, just like we were doing for Crop Express.</p>\n\n\n\n<p>So, um, but I like the, what I realized on, on looking at their site, um, where is it about, So here I can share. Maybe don&#8217;t need to do subtitles, I need to share the screen.</p>\n\n\n\n<p>Um, so they&#8217;re, they&#8217;re heavy on listing out features, not benefits. So, um, but we did like, uh, some of the, the wording. Um, for your website and social media, um, that resonated. So the, so anyway, we&#8217;ve got that guy and we&#8217;ve got, um, what did you say? Squeeze was the other one we really liked the look of. Yeah.</p>\n\n\n\n<p>And then, um, this one I just really liked. Again, running with the, the big, bold colors. Um, I just liked the big, bold fonts, so I think this might be a treatment that we look at doing, um, when we actually sit down and design our site. But it&#8217;s, uh, you know, if so, Yes. I don&#8217;t think we should sit here and, and try to actually mock up the site right now, but if we want to create essentially a, a, just a flat doc, because I mean, most standard websites, you, you have a hero era area with a title, a paragraph, and a call to action testimonials.</p>\n\n\n\n<p>You&#8217;ve got, you know, list the three benefits kind of thing. I mean, most of these sites are pretty. Have similar sections. So I think if we go through and we can lock down just some wording. Um, and then once we have the colors and things from the logo set up, like we could just, we have text. We could just drop in.</p>\n\n\n\n<p>Hey, I&#8217;m gonna&nbsp;</p>\n\n\n\n<p>[00:14:49] <strong>Cory Miller:</strong> start that. I can share it&nbsp;</p>\n\n\n\n<p>[00:14:51] <strong>Corey Maass:</strong> with you. Cool. I&#8217;ll stop sharing. You could share a dot.</p>\n\n\n\n<p>Yeah. Perfect.</p>\n\n\n\n<p>With the little back and forth in Slack we came up with.</p>\n\n\n\n<p>Yeah. So this is very dry,</p>\n\n\n\n<p>but the tagline of, I&#8217;m just opening the doctor.</p>\n\n\n\n<p>Yeah, create professional images. Love that. One of the things that I reacted to, I realized thinking about the tagline, um, from, um, jelly La was there&#8217;s those create beautiful something, something and, you know, I&#8217;m like, well, beauty is at the behi in the eye of the beholder. And I always pry really hard not to.</p>\n\n\n\n<p>Fall into words that are, it&#8217;s like the, the tagline that every, uh, every website tries at least once of the, the, the dot.dot that you&#8217;ll actually use, you know, and stuff like that. And it&#8217;s all just fluffy. So it&#8217;s like, I, I, I think you and I have talked about this before, like we&#8217;d rather it actually said what it did.</p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p>[00:17:19] <strong>Cory Miller:</strong> I&#8217;m trying to go back and find, because you, you made some points, I think in Slack&nbsp;</p>\n\n\n\n<p>[00:17:25] <strong>Corey Maass:</strong> that I wanna</p>\n\n\n\n<p>try to scan it.</p>\n\n\n\n<p>It&#8217;s like at some point, you know, you wanna, uh, uh, a clever turn of phrase tends to be the big headline and then, excuse me. Um, and then we&#8217;ve got that little. Paragraph underneath. So some of this could get ex extended. Um, the other thing we can do since the world, this is the world we live in now. Uh, we open up chat g p t and we say generate 10.</p>\n\n\n\n<p>Whoever we&#8217;re ways to summarize.</p>\n\n\n\n<p>Following</p>\n\n\n\n<p>right. 10 clever taglines. To summarize the following statements,</p>\n\n\n\n<p>I should have shared my screen for people who are not.</p>\n\n\n\n<p>See, uh, have not played with chat G p T.</p>\n\n\n\n<p>So that&#8217;s what.</p>\n\n\n\n<p>Oh,&nbsp;</p>\n\n\n\n<p>[00:19:18] <strong>Cory Miller:</strong> you know what? It&#8217;s not on here. It&#8217;s over here, I think.&nbsp;</p>\n\n\n\n<p>[00:19:23] <strong>Corey Maass:</strong> Oh, there you go. It&#8217;s notes.</p>\n\n\n\n<p>So professionalism at your fingertips. Images that speak a thousand words.</p>\n\n\n\n<p>Professionalism made easy. Anyway, these are all good phrases to play with. Oh,</p>\n\n\n\n<p>[00:20:02] <strong>Cory Miller:</strong> something about your image matters.&nbsp;</p>\n\n\n\n<p>[00:20:05] <strong>Corey Maass:</strong> Hmm,</p>\n\n\n\n<p>I stumped chat. G p t</p>\n\n\n\n<p>[00:20:27] <strong>Cory Miller:</strong> right here. I like this one. Turn your content into captivating social images. Yep. Right there.&nbsp;</p>\n\n\n\n<p>[00:20:35] <strong>Corey Maass:</strong> Oh my word. Oh my word. All right, so then I</p>\n\n\n\n<p>said rewrite them with using puns or light humor. And so version two, humor. You ready for this? I actually really like these. Don&#8217;t let your social media be a blur.</p>\n\n\n\n<p>Website, feeling math, spice it up with professional social images.</p>\n\n\n\n<p>You just tell it to be funny. Yeah. I said, well, I said Add, add a pun or light humor. Words are great. Images are greater. That&#8217;s honestly fantastic. Yeah. Like it&#8217;s, I mean, it&#8217;s, it&#8217;s not funny, but it&#8217;s Right. The kind of</p>\n\n\n\n<p>like, to me, words are great, but images are greater as the, the big headline in the hero area. And then below that it&#8217;s saying something like, Use your word, you know, turn your WordPress content into valuable, shareable, professional images,</p>\n\n\n\n<p>easily create professional images from your,</p>\n\n\n\n<p>because I, yeah, I, one of the concepts that came up right is I, I really like the idea of. You&#8217;ve already done the work, and this is what we&#8217;ve been talking about since Crop Express, which is you&#8217;ve, you&#8217;ve set up a website, great. You&#8217;ve written a blog post. Great. That&#8217;s a lot of work. That&#8217;s a lot of effort.</p>\n\n\n\n<p>That&#8217;s a lot of thought. And, and how we, we jumped from Crop Express to OMG is the idea of how do you, how do you not only, um, Make a featured image more compelling, but how do you take the content that you&#8217;ve already written, the work you&#8217;ve already done to add more value? And how do you make an image, um, what do I wanna say?</p>\n\n\n\n<p>Direct? Um, share that value, you know, immediately.</p>\n\n\n\n<p>[00:23:13] <strong>Cory Miller:</strong> You, you created content for your WordPress website. Now you need a package and showcase it.&nbsp;</p>\n\n\n\n<p>[00:23:18] <strong>Corey Maass:</strong> Mm-hmm. Or showcase it.</p>\n\n\n\n<p>Let your images do the talking. Oh,</p>\n\n\n\n<p>winners there, our words are great, but images are greater. And let your images do the talking.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Yeah, you and your problem statements. I love that. I never think to do that.</p>\n\n\n\n<p>[00:24:29] <strong>Cory Miller:</strong> Yeah, that&#8217;s our. I love how we do this. So problem is you create content on your WordPress website. Now you want to showcase it, make it shine. The problem is you have to go outta WordPress, you have to do all these, you have to have all these other tools&nbsp;</p>\n\n\n\n<p>[00:24:49] <strong>Corey Maass:</strong> and</p>\n\n\n\n<p>uh, common featured images. Don&#8217;t</p>\n\n\n\n<p>tell the content. Ooh, what do you wanna say by themselves?</p>\n\n\n\n<p>They often are just a nice image and you rely on. The headline or bullet points or quote elsewhere to draw the user in.&nbsp;</p>\n\n\n\n<p>[00:25:39] <strong>Cory Miller:</strong> So you created the content. Now make it sizzle, sparkle, shine.&nbsp;</p>\n\n\n\n<p>[00:25:44] <strong>Corey Maass:</strong> Nice.</p>\n\n\n\n<p>I keep talking about the loop and I, I keep coming back to that and I don&#8217;t still don&#8217;t know how to explain that, but it&#8217;s the, like, you create, you create words that are compelling. You find an image that&#8217;s compelling, but the, the problem as it exists now for most websites is if you share a blog post, there&#8217;s a, there&#8217;s an image that&#8217;s compelling, but it doesn&#8217;t have any of the words in it.</p>\n\n\n\n<p>And then you&#8217;re relying on the headline and an excerpt. You know, you&#8217;re relying on Facebook to, to present the whole thing. And if somebody just sees an image or fails to skim the little bit, the little bitty headline under the image, they&#8217;re not gonna, they only get half the half the compellingness of it.</p>\n\n\n\n<p>And so it&#8217;s like taking, taking your content and, and combining it with your featured image. It&#8217;s like one plus one equals three kind of situation where it&#8217;s like adding a big fold headline on top of that&#8217;s compelling, on top of a featured image that&#8217;s compelling, is more compelling than just sharing the image and the headline.</p>\n\n\n\n<p>So you create&nbsp;</p>\n\n\n\n<p>[00:27:14] <strong>Cory Miller:</strong> a content, now you wanna make it shine. Problem is you have to go outta WordPress. You have workflow one. Uh, the internal WordPress stuff doesn&#8217;t really sell the content. Plus they should, they should help entice images, should help entice people summarize and entice something like to get &#8217;em back to the site.</p>\n\n\n\n<p>So,</p>\n\n\n\n<p>[00:27:45] <strong>Corey Maass:</strong> yep.</p>\n\n\n\n<p>Typing, boring, featured, featured images don&#8217;t create intrigue. They don&#8217;t sell the content.</p>\n\n\n\n<p>They don&#8217;t captivate the imagination. That&#8217;s not the right.</p>\n\n\n\n<p>They don&#8217;t. Spark the imagination. Something like that.</p>\n\n\n\n<p>So&nbsp;</p>\n\n\n\n<p>[00:28:26] <strong>Cory Miller:</strong> the problem is it goes outta your workload. Boring featured images or afterthoughts Plus, they should make it. They should. They should be&nbsp;</p>\n\n\n\n<p>[00:28:35] <strong>Corey Maass:</strong> enticing. Yeah. It&#8217;s like there&#8217;s lots of different ways that an image can. Add value. And I know like we are, we might be thinking about it more deeply than people often do, but I think maybe that&#8217;s the point, right?</p>\n\n\n\n<p>Like a lot of the time now people like you&#8217;ll see a, if I go to Medium and I see an article about writing code, there&#8217;s some clip art of. A person behind a laptop or of a robot, and it&#8217;s like, then, then why even have the image? And I know why, like human image, human brains are wired to be attracted to images, but, but there&#8217;s no value added there.</p>\n\n\n\n<p>It&#8217;s just you&#8217;re just checking a box. And that&#8217;s heartbreaking. So</p>\n\n\n\n<p>there&#8217;s our three&nbsp;</p>\n\n\n\n<p>[00:29:37] <strong>Cory Miller:</strong> features. Stay in your workflow? No more boring afterthoughts.</p>\n\n\n\n<p>[00:29:45] <strong>Corey Maass:</strong> Wow. Yeah. Wow. Who canice people to click?</p>\n\n\n\n<p>Wow.</p>\n\n\n\n<p>We&#8217;re, we&#8217;re, we&#8217;re, we&#8217;re somewhere here. We&#8217;re we&#8217;re in the range. Yep. We&#8217;ll&nbsp;</p>\n\n\n\n<p>[00:30:05] <strong>Cory Miller:</strong> work on the features next, but. Stay in your workflow.</p>\n\n\n\n<p>Something here. No more boring afterthought, smell images. Stale, boring, stale, afterthought. Like there&#8217;s probably something here we can refine. It&#8217;s like put, put your images to work.</p>\n\n\n\n<p>Something to the effect of like, Born and still is opposite. Active, helpful prompting is better. Like that&#8217;s where we come in with the, uh,</p>\n\n\n\n<p>because we&#8217;re trying to show &#8217;em a vision of what could be better. Like right now it&#8217;s just boring. They&#8217;re afterthoughts,</p>\n\n\n\n<p>but you could transform that to help. That&#8217;s where we go. Sell the sizzle or shine.&nbsp;</p>\n\n\n\n<p>[00:31:07] <strong>Corey Maass:</strong> Yep. Make your&nbsp;</p>\n\n\n\n<p>[00:31:08] <strong>Cory Miller:</strong> images shine. Make your content shine&nbsp;</p>\n\n\n\n<p>[00:31:14] <strong>Corey Maass:</strong> fresh. En. Engaging. Engaging. Memorable, engaging,</p>\n\n\n\n<p>relevant.</p>\n\n\n\n<p>Relevant. Helpful. Ooh, helpful. That&#8217;s a good&nbsp;</p>\n\n\n\n<p>[00:31:36] <strong>Cory Miller:</strong> word, is to keep all these words, because I think we&#8217;ll put a list of things. Oh, here it is. The before and&nbsp;</p>\n\n\n\n<p>[00:31:43] <strong>Corey Maass:</strong> after. Nice. Yep. Nice. Yep. Morning. Thoughts. Still homogenized.</p>\n\n\n\n<p>Oh man, what, what&#8217;s&nbsp;</p>\n\n\n\n<p>[00:32:01] <strong>Cory Miller:</strong> the word for like, they&#8217;re just taking up&nbsp;</p>\n\n\n\n<p>[00:32:03] <strong>Corey Maass:</strong> space. Checking a box. Placeholder. Placeholder. No more placeholders.</p>\n\n\n\n<p>So we Wow. You, you&#8217;ve seen those, uh, Home pages that have a, like a slider before and after. And on the left we show, you know, an image of a landscape and a, you know, 10 places to go camping. But as it&#8217;s presented in Facebook with just a big, big image that&#8217;s pretty, but it has no value. And the headline that has no treatment and then you swipe and it shows the.</p>\n\n\n\n<p>Our treatment of the image with a background and, and, uh, a color treatment to it. And then a clever font or an interesting font and like, so we do a bunch of those where it&#8217;s like, here&#8217;s your boring placeholder, nothing. And here, even if we just, even if that&#8217;s all you give us, here&#8217;s, here&#8217;s how we make it Compelling.</p>\n\n\n\n<p>Compelling would love that before and after.</p>\n\n\n\n<p>Okay.&nbsp;</p>\n\n\n\n<p>[00:33:35] <strong>Cory Miller:</strong> I like this before, Hey, if there, this is a wishlist, not a, but If there was a sample, you know, it&#8217;s almost like, here&#8217;s your. Here&#8217;s your social graph before and, and paid a bar. He goes, pull the bar down. Transformation.&nbsp;</p>\n\n\n\n<p>[00:33:56] <strong>Corey Maass:</strong> Wow. Wow. Yes. Yeah. That was the kind of UI I was picturing. Like if you go to, they&#8217;re the, they&#8217;re the, the little web apps that are like, we&#8217;re moving a background or whatever, and you, and they have a slider and so you see the image and as you, you move a, move a bar, Back and forth.</p>\n\n\n\n<p>And so yeah, in our case, we&#8217;ll, we&#8217;ll have it, you might move the bar up and down or something, but that matches our logo. That&#8217;s amazing.&nbsp;</p>\n\n\n\n<p>[00:34:22] <strong>Cory Miller:</strong> See and pull it down and we can share like a post status. We&#8217;ve got this, you know, we&#8217;re using this, so like before they, we looked at it sucks. Pull it down. Here it is like, yep.</p>\n\n\n\n<p>Here&#8217;s what we&#8217;ve done to showcase, make the content shine, entice people, comp compelling, I love that word compelling, you said. Mm-hmm. What? Boring to compelling. Boring To&nbsp;</p>\n\n\n\n<p>[00:34:49] <strong>Corey Maass:</strong> compelling. Yeah. And again, I love the idea of, of valuable too. I put engaging. Yeah.</p>\n\n\n\n<p>Because it&#8217;s, yeah, we, we, we take, and it&#8217;s also, we take these pieces. And put them together. And that to me is where the value comes from. And it&#8217;s like, so even if, even if you only ever see it, just the image, you don&#8217;t see the headline because the headline can be in the image, then it, then there&#8217;s, um, the image itself, it&#8217;s more valuable.</p>\n\n\n\n<p>Like that&#8217;s not, that&#8217;s not the only use case. And it might not even be the most common use case, but like one of the things that. You talked about early on was, you know, creating slides essentially, or slide shows. And so being able to create images that have bullet points that summarize a post or quotes that summarize a quote, a post, you know, so there, there&#8217;s, there can actually, you know, if it&#8217;s um, if you interview somebody and they are really inspiring and you create a bunch of these images and you put them on your social media every [00:36:00] day, like, You are inspiring.</p>\n\n\n\n<p>You could be inspiring people. So&nbsp;</p>\n\n\n\n<p>[00:36:05] <strong>Cory Miller:</strong> it makes me think when you were saying that about the, I was trying to capture those again, even though we&#8217;ve done it a bunch. So like, can you see my little cursor here? Mm-hmm. In the copy, in the, uh, text editor part. It&#8217;d be awesome to have these. Oops, this touch, not that touch choices.</p>\n\n\n\n<p>You know what I&#8217;m talking about, like here, um, bullets. Numbers, check boxes, because when you said that 50 places to visit mm-hmm. Here&#8217;s 10 in their check boxes. Mm-hmm. The point is where I kind of default to, but I wonder if there&#8217;s a way to do so. Like the arrows.&nbsp;</p>\n\n\n\n<p>[00:36:44] <strong>Corey Maass:</strong> Sure. Capture this back.</p>\n\n\n\n<p>You already know all this bullets. No, it&#8217;s I&#8217;m capture it. We need it captured.&nbsp;</p>\n\n\n\n<p>[00:37:04] <strong>Cory Miller:</strong> Text boxes, numbers,</p>\n\n\n\n<p>[00:37:09] <strong>Corey Maass:</strong> emojis. Oh&nbsp;</p>\n\n\n\n<p>[00:37:10] <strong>Cory Miller:</strong> God, you read my mind, but I didn&#8217;t wanna say it because I was like, I don&#8217;t wanna,&nbsp;</p>\n\n\n\n<p>[00:37:15] <strong>Corey Maass:</strong> Hey, if we, if we&#8217;re, we&#8217;re starting a product with the OMG in the name, like we have to double down on the whole cute, uh, style, you know, emojis and butterflies. And&nbsp;</p>\n\n\n\n<p>[00:37:30] <strong>Cory Miller:</strong> I&#8217;ve been working with Lindsay on, on some of her work for my marketing assistant, and it did dawned on me.</p>\n\n\n\n<p>She was like, it was. Uh, her personality is fun. Like she likes to have fun. Mm-hmm. And like, there&#8217;s, you&#8217;re not feeling fun here. And so it was like reintroducing that and I think mm-hmm. Uh, I&#8217;m gonna capture this too, is like, make&nbsp;</p>\n\n\n\n<p>[00:37:57] <strong>Corey Maass:</strong> your content a party. Nice. Yeah.</p>\n\n\n\n<p>Everyone wants to go to, Nah,</p>\n\n\n\n<p>that&#8217;s an advertising campaign right there, like a whole bunch of ads that are like, do people want to go to the we to your website? Make your website a party that everybody wants to get go to. That&#8217;s really fun.</p>\n\n\n\n<p>Okay. I&nbsp;</p>\n\n\n\n<p>[00:38:42] <strong>Cory Miller:</strong> think we got a lot here. I think the benefits we can, we got enough to, like, we can put this back in chat, G B T two, but we just need three benefits and Yep. Um,&nbsp;</p>\n\n\n\n<p>[00:38:56] <strong>Corey Maass:</strong> which we ha we have four. I mean, you can always have more, but Yep. Stay within your workflow. Convert these. Well, and it&#8217;s, and we, and I think it&#8217;ll end up being, um, before and after is like the first big benefit.</p>\n\n\n\n<p>And then we could do the three underneath of stay. Stay within your workflow, stay in the zone. Create more value, all those things.</p>\n\n\n\n<p>That is the technical term thingy</p>\n\n\n\n<p>stuff, stuff. It&nbsp;</p>\n\n\n\n<p>[00:39:45] <strong>Cory Miller:</strong> makes me think, I&#8217;ve been doing the, uh, party emoticon, mo emoji. Mm-hmm. I&#8217;m like this little party thing. All&nbsp;</p>\n\n\n\n<p>[00:39:56] <strong>Corey Maass:</strong> right, now I&#8217;m just having fun.</p>\n\n\n\n<p>This might be the most, um, productive, midlife crisis anybody has ever had. Bless you, dude,&nbsp;</p>\n\n\n\n<p>[00:40:09] <strong>Cory Miller:</strong> about four to five years ago, this has been really timely. Saying, I&#8217;m outta it. I&#8217;m just saying&nbsp;</p>\n\n\n\n<p>[00:40:18] <strong>Corey Maass:</strong> I&#8217;ll take it now. We&#8217;ve learned to manage it anyway. Um, great test. Well, uh, homepages need testimonials, which we&#8217;ll add once we, uh, have them, the features can, we can fill out as we go.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>[00:40:44] <strong>Cory Miller:</strong> Well, thanks for doing this. This is, I work best like this, planning off, you know, collaborating. Sure. So I appreciate this. Okay. See, do I have access to Omgm? I know I do.</p>\n\n\n\n<p>[00:41:05] <strong>Corey Maass:</strong> I don&#8217;t. Yes, you do. You have your, uh, Corey Miller account and then, um, so yeah, it&#8217;s, it&#8217;s just Beaver Builder. So go drop in blocks or, um, or I can, and then the biggest thing, I mean like any of these websites, uh, Again, the, once the logo is locked down, and maybe we already have the colors, but we can use those colors to define what the, what the boxes on the page look like.</p>\n\n\n\n<p>And then, um, the actual images always, usually takes me the longest of like, okay, you want screen, you want product screenshots. Go create the perfect product setup so that you can then take the perfect product screenshots. So, But I need to actually finish the damn thing. Wanna do&nbsp;</p>\n\n\n\n<p>[00:42:02] <strong>Cory Miller:</strong> that? Cool. Dude, we&#8217;re flowing.</p>\n\n\n\n<p>Well, I&#8217;m starting to flow with you.</p>\n\n\n\n<p>[00:42:13] <strong>Corey Maass:</strong> Well, and I&#8217;m, yeah, I&#8217;m, there&#8217;s been stuff that for me because I&#8217;m, this is how I work half the time anyway. Right? Like, I build and I rebuild, and I rebuild. And the whole time I&#8217;m thinking, and I&#8217;m, that&#8217;s why I keep trying to throw stuff at you or WeChat during the week, um, because it helps me redefine the product and, and wording and stuff like that.</p>\n\n\n\n<p>And so it&#8217;s things that, like at one point we said, what do, what do we call it? And so in, in my mind, the, um, like the name of the company and the name of the product is O M G I M G. Um, which I kind of, it makes me giggle when it&#8217;s like people talk about like I B M or cvs and so it&#8217;s, it&#8217;s just way more letters, but it&#8217;s still like, sound it tongue in cheek in a tongue in cheek way.</p>\n\n\n\n<p>It sounds very corporate cuz it&#8217;s a bunch of letters. Um, it,&nbsp;</p>\n\n\n\n<p>[00:43:12] <strong>Cory Miller:</strong> but if it makes you smile, that&#8217;s a really good thing, like Right. Hearing that it makes you smile too, because cvs, by the way, is my favorite story ever.&nbsp;</p>\n\n\n\n<p>[00:43:22] <strong>Corey Maass:</strong> Good man.&nbsp;</p>\n\n\n\n<p>[00:43:22] <strong>Cory Miller:</strong> I&#8217;m anti Walgreens, our insurance. Ooh, seriously. I like Walgreens with the number two cvs.</p>\n\n\n\n<p>It&#8217;s clean like an Apple store for a pharmacy and I don&#8217;t know, tape some of them that&#8217;s clean. Uh, chips. Yep. Weird dehydrated products in the front anyway. Okay.&nbsp;</p>\n\n\n\n<p>[00:43:47] <strong>Corey Maass:</strong> Yeah, I, I&#8217;m a, I&#8217;m a sucker for those kinds of stores for sure. Uh, little bit of everything. I love a, do I love a good dollar store? Um, five below extremely dangerous for me to walk in.</p>\n\n\n\n<p>Oh, dude,&nbsp;</p>\n\n\n\n<p>[00:44:00] <strong>Cory Miller:</strong> we, you and I should not go on five below&nbsp;</p>\n\n\n\n<p>[00:44:04] <strong>Corey Maass:</strong> or we should. Um, but so the other thing that, um, I, uh, have been. It&#8217;s like, okay, so I&#8217;m, I&#8217;m not yet using the product, but as I&#8217;m building the product, I&#8217;m thinking about using it, et cetera. Right? And so, um, one of the other things that I realized I was doing was, so O M G I M G, name of the company, name of the product, um, OMG Images is the asset that it creates, right?</p>\n\n\n\n<p>So it&#8217;s like, turn your, turn your image into an OMG image. And that&#8217;s where like when we did a demo whenever it was, Um, you know, a few, a few calls ago you were like, okay, change, change the buttons to say, you know, create new whatever it was. And I&#8217;m like, oh, okay. So, so in most of those places now, we, we are saying like, create a new i OMG image, or here is a list of your OMG images, because it&#8217;s basically any image that&#8217;s been enhanced by OMG img.</p>\n\n\n\n<p>I love it. And we are going to be OMG people because we&#8217;ve been also been enhanced by OMG I mg. This is&nbsp;</p>\n\n\n\n<p>[00:45:21] <strong>Cory Miller:</strong> totally silly, but in the vein of creativity, ob absurd. Of course the t-shirt on the front might be OMG in the back is, I don&#8217;t know. That&#8217;s the silly thing. But I was like, I love this. The bar coming down.</p>\n\n\n\n<p>Mm-hmm. Um, That thought. So like we&#8217;ll need that,&nbsp;</p>\n\n\n\n<p>[00:45:43] <strong>Corey Maass:</strong> that front. Oh, I, what I want is the, the T-shirt. I&#8217;m gonna stand up here some, the Panera, the T-shirt where the graphic is, the whole thing. And it&#8217;s going to be, it&#8217;s going to be omg, img, you know, but, but the whole front of the site or whole front of the, sure.</p>\n\n\n\n<p>So it&#8217;s huge bright colors. OMG img.</p>\n\n\n\n<p>Like, when I was doing conbon, I wanted to be very clean and corporate because I was, I&#8217;m like, that&#8217;s, I think that&#8217;s gonna be my market. You know, it&#8217;s not fun and creative. It&#8217;s project management. Um, and eventually I, I started trying to, like a lot of, a lot of WordPress products have. Little critters, you know, little creatures, logos and stuff.</p>\n\n\n\n<p>So eventually I introduced these very austere birds that I had designed, um, anyway, so at some point maybe we need something like that, but it&#8217;s like the, the conbon shirts were black polos with the little logo here and I did have it pretty big on the back cuz I&#8217;m like across word camp us. You need to be able to see it.</p>\n\n\n\n<p>But with this, we&#8217;re going the other action as big and as bold as possible, you know? Love it.&nbsp;</p>\n\n\n\n<p>[00:47:11] <strong>Cory Miller:</strong> Yeah. I don&#8217;t mind being&nbsp;</p>\n\n\n\n<p>[00:47:14] <strong>Corey Maass:</strong> silly, right? Me neither. I. As&nbsp;</p>\n\n\n\n<p>[00:47:18] <strong>Cory Miller:</strong> we have everybody listening going, uhhuh,&nbsp;</p>\n\n\n\n<p>[00:47:20] <strong>Corey Maass:</strong> duh. People like, yeah, that&#8217;s what I didn&#8217;t, I, I, I, what I should have said to chat G b t is take these 10 taglines and make dad jokes outta them.</p>\n\n\n\n<p>Let&#8217;s see what we got. Um, but anyway, um, so yeah, we can sign off for today. I, I would task you with, um, Jump into the homepage if you&#8217;ve got time, you know, and or even just revise and finalize some of that wording. Um, maybe show it to Lindsay, see what she thinks. And cuz ideally by the time we get to that homepage, we are just plugging it in and going, oh, we need a new section.</p>\n\n\n\n<p>We need a new product image.</p>\n\n\n\n<p>Uh, I lost you. Can you hear me? Yes. Sorry, I lost you for a second. Yeah, I&#8217;m Panera&#8217;s they&#8217;re doing their lunch rush, so I think the wifi is starting to brown out.&nbsp;</p>\n\n\n\n<p>[00:48:24] <strong>Cory Miller:</strong> Ison broccoli, uh, chitter soup for me cuz that&#8217;s my favorite. All right.&nbsp;</p>\n\n\n\n<p>[00:48:30] <strong>Corey Maass:</strong> Thanks brother. Shout product, product placement. Uh, shout out to Panera.</p>\n\n\n\n<p>Yeah,&nbsp;</p>\n\n\n\n<p>[00:48:35] <strong>Cory Miller:</strong> yeah. Sponsored by Panera. Today everybody skips unlimited broccoli. Dip those chips in the broccoli cheese&nbsp;</p>\n\n\n\n<p>[00:48:42] <strong>Corey Maass:</strong> soup. That&#8217;s a winner.&nbsp;</p>\n\n\n\n<p>[00:48:46] <strong>Cory Miller:</strong> Hey, let&#8217;s talk about working camps at some point. Um, probably in the next two weeks I&#8217;ll be ready to make some, uh, hotel arrangements&nbsp;</p>\n\n\n\n<p>[00:48:54] <strong>Corey Maass:</strong> and stuff. Okay, great.&nbsp;</p>\n\n\n\n<p>[00:48:57] <strong>Cory Miller:</strong> Just it&#8217;s on my mind.</p>\n\n\n\n<p>It&#8217;s not a priority. We&#8217;ll get it done. Um, but anyway, shaping up&nbsp;</p>\n\n\n\n<p>[00:49:03] <strong>Corey Maass:</strong> plans for that. Yeah, I&#8217;ve got it sort of on the long list. I&#8217;m gonna be taking a train down, which will be fun. Oh, you&#8217;ve read my mind.&nbsp;</p>\n\n\n\n<p>[00:49:12] <strong>Cory Miller:</strong> Ask you that. Oh, I wish I could do that here. I wish I could do that. We have Amtrak. It just takes 13 hours to get to Dallas, which like seriously, I&#8217;ve seen all of this part of Oklahoma in depth.</p>\n\n\n\n<p>[00:49:26] <strong>Corey Maass:</strong> Yeah, I&#8217;m sure. But yeah, everybody, uh, we&#8217;ll, we&#8217;ll start. This is, this is the first plug for, um, you know, O M G I M G is going to be, uh, revealed in many ways, uh, at Word Camp Pass with the brightest shirts you&#8217;ve ever seen. Love it.</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, 08 Jun 2023 22:20:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s: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:59:\"Do The Woo Community: The Future of 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75235\";s:7:\"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://dothewoo.io/future-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:407:\"<p>When I shared 20 years of WordPress community at WordCamp Lisboa, I touched on the future of the community. Today I elaborate on that part.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-the-wordpress-community/\">The Future of the WordPress Community</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, 08 Jun 2023 03: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: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:24:\"Matt: WordPress &amp; AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=86874\";s:7:\"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:35:\"https://ma.tt/2023/06/wordpress-ai/\";s: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:234:\"<p class=\"is-style-matt-rothko-style\">I did an interview with <a href=\"https://www.pootlepress.com/author/jamie-marsland/\">Jamie Marsland</a> where we talked a fair amount about AI.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 19:35:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:31:\"HeroPress: Because 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:56:\"https://heropress.com/?post_type=heropress-essays&p=5613\";s:7:\"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://heropress.com/essays/because-of-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=because-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9226:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/06/060623-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The tech industry needs more boss ladies.\" />\nListen to Amy read her own story.\n\n\n\n\n\n\n<p>When we choose a spouse, we choose someone who matches our values. When we choose a home we choose a space that matches our needs. We look for all the green flags, all the boxes to be checked, and we don’t accept red flags. We say no to cockroaches, no to cheaters, no to leaky plumbing.&nbsp;</p>\n\n\n\n<p>When it comes to a job, though, we take what we can get. We fear losing, we let red flags slide and when it’s bad, we still stick around and hope it gets better. We tell ourselves it’s the only option we have.</p>\n\n\n\n<p>We don’t imagine that there could be real fulfillment. We believe this is it: the 9 to 5, the endless grind. Work for the man and hope you end up with a retirement plan, at best. Hold on to that job &#8211; you never know how far and how hard you could fall without it.</p>\n\n\n\n<p>A space without hierarchy, a space where everyone has a voice, a space where inclusion and diversity are virtues seems like a smoke dream.&nbsp;</p>\n\n\n\n<p>Until you discover WordPress.</p>\n\n\n\n<p>And so it went for me. Deep in the work, sleep, die cycle. Thinking this was it. I kissed my dreams goodbye, succumbed to being a slave to my paycheck because after all, I have a family to feed. Priorities, Amy. Priorities.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Discovering WordPress</h2>\n\n\n\n<p>Sometimes you aren’t even looking and you trip over something, not knowing what you’ve stumbled into. Then suddenly five years have passed and you have lasting friendships and a whole a$$ career. Your kids are fed, your bills are paid and you are happy.</p>\n\n\n\n<p>And that’s how it happened for me. I did what I had to, grabbed what job I could, worked hard and then got shoved face first into the lap of WordPress, without a clue what I was getting into. Without a clue that my life had just changed. I was actually quite angry. I was supposed to be promoted from my wildly underpaid tech support job to a wildly underpaid live chat supervisor job. How DARE they change their minds and pigeonhole me as a WordPress Tech!!?</p>\n\n\n\n<p>But the reality unfolded rather quickly after that. That when it comes to WordPress, there are only green flags. There is only a match in values. There is only a world where people&#8217;s human needs are met.</p>\n\n\n\n<p>The need for community, the need to be part of something bigger than you, the need for connection, the need to learn, to grow, to watch something else grow. The need for one step to lead to the next, where paths are abundant and there are no dead ends. I had no idea what I had just been shoved into.</p>\n\n\n\n<p>I made the best of it. I helped form a new WordPress dedicated support team. I fixed websites, I trained other agents, I determined policies and practices, and I started going to WordPress.org team meetings. At first I thought that I was just supporting the endeavors of my employer, but the truth is, it was much more than that.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-finding-the-community\">Finding the Community</h2>\n\n\n\n<p>My first meeting was with the Hosting team. I hopped on Zoom unaware that I would already know every face in the room. Unaware that I would be going to these meetings every week for the next five years. Unaware that I’d become a Team Rep and get my fingerprints all over the Open Source Project. Unaware that I would find friends, learn so much, build skills and be offered jobs. Unaware that there were 30,000 people on the other end of the keyboard, and 400 million opportunities.</p>\n\n\n\n<p>I stayed in that job for years, and I extended myself way beyond my technical support role. I had ideas for how to support WordPress users and brought them to the leadership team. They were interested, though not completely onboard, but still gave me the greenlight to go ahead and try.&nbsp;</p>\n\n\n\n<p>I started offering developer services to their enterprise WordPress customers, instead of turning them away saying “we don’t do that here”. The customers were into it. They wanted and they needed that type of support. I stumbled upon more and more customers that needed developer help and offered them that help. I got my teammates involved. We were seeing results and the results were good.&nbsp;</p>\n\n\n\n<p>Happy customers, new streams of revenue and increased customer retention. Instead of being angry and at a loss, tech support customers had real options for resolution. They were willing to pay extra and they kept coming back for more. They praised us and our work.&nbsp;</p>\n\n\n\n<p>The VP of product and the CEO started noticing. They decided to mentor me and trained me in product development, agile software development and leadership. I started to flush out user journeys, product packages and made a two-year strategy for the growth of the developer service that is now a full blown product offering. After the first year they had me do a win loss report, and we found that the service had earned revenue just through word of mouth, before it was even established. Boom.</p>\n\n\n\n<p>And yet I was struggling to buy food. I was living under the poverty line. I was being praised, but not paid. Business owners take heed, this is how you lose good employees.</p>\n\n\n\n<p>I was a tech support agent who was helping run a team, fixing customer problems, developing a product, pushing code, creating business strategies and making revenue for the org. All while starving. All while witnessing my developer friends at the same company make six figures. I became disgruntled, I became more vocal about it, and I lost the favor of leadership by complaining &#8211; despite the fact that my complaints were valid. Lesson learned. After a while, I was just too unhappy with what I was paid for my numerous roles and quit out of frustration.</p>\n\n\n\n<p>I had no idea what was going to happen next. I started studying code and blogging. I was elected into a Team Rep position on the WordPress Open Source Project. I practiced making WordPress themes and plug-ins. I learned Symfony, I learned some Javascript and Python, I learned how to have faith in myself and how to acquire clients outside of the stream of tech support. I became a Meetups organizer and got involved in WordCamps. I started sharing skills that I had learned and had used to survive in the tech field.</p>\n\n\n\n<p>I never wanted to be a freelancer or a web developer though. I actually prefer doing system administration over web development &#8211; so I kept looking for a full-time gig. After a few months, I landed a job as a WordPress Tech Lead. I got to work with design and development and build out pipelines, work with servers, clients and code.</p>\n\n\n\n<p>Then Covid happened, and I think everyone can agree what a nightmare that was. I got hit with the first strain of Covid and was so, so sick. I couldn’t move for three months. I lost my job and I was too sick to care. I was blessed that my colleagues in the WordPress community cared, though. They supported me and some of them even prayed for my recovery. One of my hosting teammates suggested applying to a job with his employer. I said “alright whatever”, found an easy tech-support role that I definitely could do and applied.&nbsp;</p>\n\n\n\n<p>They interviewed me and turned me away, saying I was overqualified. Bummer. Then a few weeks later, I got a phone call from them offering me an interview for a different position. A job as a Web Development Manager. I liked the idea despite my wicked imposter syndrome, and after some rounds of interviews, they offered me the job. I was there for two years and I loved my team. I was working with designers and developers, leadership and marketers. I got to work with servers, various tech stacks, DevOps pipelines, design systems, accessibility and SEO.</p>\n\n\n\n<p>From there, I was recruited into a Solutions Architect position. Then I was recruited again for a Developer role. I didn’t apply anywhere, I wasn’t looking and all I did was work hard, invest in my skills, be open to options and oh yeah &#8211; get involved with WordPress.</p>\n\n\n\n<p>Now I keep picking up clients and I have more work than I can realistically handle. I’m going to have to start hiring other people to help me out soon. Maybe I&#8217;ll file for an LLC and take all that knowledge and experience, all that momentum and roll it up into one big future as a boss lady. Bring the WordPress values I feel so aligned with to the table on MY terms. The tech industry needs more boss ladies.</p>\n\n\n\n<p>I don’t honestly know what’s coming next, but I know I don’t need to worry because I have the right community, the right skills, the right resources and endless opportunities.</p>\n\n\n\n<p>All because of one little package of code. All because of the amazing people behind it. All because of WordPress.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/because-of-wordpress/\">Because of WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 12:37:36 +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:\"Amy Kamala\";s: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:103:\"Post Status: Improving Visa Support • Event Tooling • WP-CLI Updates • Block Inspector Sub-groups\";s:7:\"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=149581\";s:7:\"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/improving-visa-support-event-tooling-wp-cli-updates-block-inspector-sub-groups/\";s: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:20116:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 5, 2023)</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\">Community team is considering tooling around the building and using the WordCamp websites, in addition to the naming of events.  To help speakers attend WordCamps, additional lead time for visas is requested as well. Share your thoughts now.<br /> <br />WP-CLI has released 2 updates. Get a look at what new features are available. <br /><br />See the dev blog for more ways to use the block inspector.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><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=\"kb-svg-icon-wrap kb-svg-icon-fe_userPlus kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Improving Visa Support • Event Tooling • WP-CLI Updates • Block Inspector Sub-groups</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6c2.png\" alt=\"🛂\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/06/01/early-speaker-and-volunteer-selection/\">Early Speaker and Volunteer Selection and Improved Visa Support</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c6.png\" alt=\"📆\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling </a> <br />> <a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a> &amp; <a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d2.png\" alt=\"🗒\" class=\"wp-smiley\" /> <a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/the-month-in-wordpress-may-2023/\">The Month in WordPress – May 2023</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\">WP Briefing: Episode 57: The Power of WordPress Mentorship</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">People of WordPress: Stefano Cassone</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/06/07/contribute-to-accessibility-at-wordcamp-europe-contributor-day/\">Contribute to Accessibility at WordCamp Europe Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/updates-to-the-community-team-mentor-program/\">Updates to the Community Team Mentor Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/what-happens-when-a-wordcamp-doesnt-provide-a-transparency-report/\">What happens when a WordCamp doesn’t provide a transparency report</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/02/wceu-2023-contributor-day-community-team-topics-focus/\">WCEU 2023 Contributor Day – Community Team topics/focus</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/early-speaker-and-volunteer-selection/\">Early Speaker and Volunteer Selection and Improved Visa Support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/wordcamp-mentors-june-check-in/\">WordCamp Mentors’ June check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">Next Gen of WordPress Event Talking Points – Share Your Ideas for a New Event Format and Make It Happen!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/31/community-team-meeting-agenda-for-1-june-2023/\">Community Team Meeting Agenda for 1 June, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/06/07/wp-feature-notifications-at-wordcamp-europe-contributor-day/\">WP Feature Notifications at WordCamp Europe Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/contribute-to-core-at-wordcamp-europe-contributor-day-2023/\">Contribute to Core at WordCamp Europe Contributor Day 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/gutenberg-15-9-1-is-now-available/\">Gutenberg 15.9.1 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">Proposal: Retiring Older Default Themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement: Smoother Site Editing</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/developer-blog-editorial-meeting-01-june-2023/\">Developer Blog Editorial Meeting – 01 June 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/06/dev-chat-agenda-june-7-2023/\">Dev Chat agenda, June 7, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/06/editor-chat-agenda-june-7th-2023/\">Editor Chat Agenda: June 7th 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/02/matrix-chat-summary-june-1-2023/\">Matrix chat Summary – June 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/02/meta-at-wceu-2023-contributor-day/\">Meta at WCEU 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Mobile Team Update – May 31st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/06/community-meeting-recap-2023-06-06/\">Community Meeting Recap (2023-06-06)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/05/last-week-openverse-2023-05-29-2023-06-05/\">A week in Openverse: 2023-05-29 – 2023-06-05</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/06/06/performance-chat-summary-06-june-2023/\">Performance Chat Summary: 6 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/plugins/2023/05/17/plugin-review-team-update/\">Plugin Review Team Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/06/experiment-translation-review-assistance-from-chatgpt/\">Experiment: Translation Review Assistance from ChatGPT</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/05/xpost-come-join-the-training-team-as-a-translation-coordinator-faculty-role/\">Come join the Training Team as a Translation Coordinator (Faculty role)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/06/summary-for-june-1st-support-team-meeting/\">Summary for June 1st Support Team Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/02/support-team-meeting-updates-for-june-1st-2/\">Support Team Meeting Updates for June 1st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">FSE Program Testing Call #23: Rapid Revamp</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/05/test-team-update-5-june-2023/\">Test Team Update: 5 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/06/themes-team-at-wordcamp-europe-2023/\">Themes team at WordCamp Europe 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/06/themes-team-update-june-6-2023/\">Themes team update June 6, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" 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/learn-wordpress-june-2023-newsletter/\">Learn WordPress June 2023 Newsletter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\"><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\">Information Sources for 6.3</a></a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/training-team-meeting-recap-30-may-2023/\">Training Team Meeting Recap – 30 May, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/come-join-the-training-team-as-a-translation-coordinator-faculty-role/\">Come join the Training Team as a Translation Coordinator (Faculty role)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/announcing-github-updates-for-subject-matter-experts-and-content-translators/\">Announcing GitHub updates for Subject Matter Experts and Content Translators</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/03/recap-and-next-steps-training-team-onboarding/\">Recap and Next Steps: Training Team Onboarding</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/02/wordcamp-europe-2023-contributor-day/\">WordCamp Europe 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/30/analysis-of-the-individual-learner-survey-results/\">Analysis and results of the Individual Learner Survey</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-5\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=new-to-wordpress-getting-to-know-the-dashboard\">New to WordPress? Getting to know the Dashboard</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-wide-world-of-wordpress-events-3\">The Wide World of WordPress Events</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=rescheduled-event-create-a-four-page-wordpress-website-create-effective-pages\">[Rescheduled Event] Create a four page WordPress website: Create effective pages</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\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 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</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&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;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://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, 07 Jun 2023 10:47:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:34:\"Matt: Apple Journals &amp; Day One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=86717\";s:7:\"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:45:\"https://ma.tt/2023/06/apple-journals-day-one/\";s: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:1458:\"<p>Apple almost never fails to wow, and they had <a href=\"https://www.youtube.com/watch?v=GYkq9Rgoj8E\">a lot of cool announcements at WWDC yesterday</a>. Apple&#8217;s previously favorite (app of the year!) journaling app was <a href=\"https://dayoneapp.com/\">Day One</a>, one of <a href=\"https://automattic.com/\">Automattic&#8217;s</a> products, but they <a href=\"https://www.theverge.com/2023/6/5/23738869/apple-journal-app-ios-iphone-wwdc-2023\">announced their own Journal app</a>. One nice thing about competing with Apple is they only really interoperate with their own devices, and they&#8217;re usually not good at social. Day One is launching Shared Journals soon, a social feature so you can have fully end-to-end encrypted shared private journals with friends and family. It&#8217;s been the thing I&#8217;ve been most excited about since we bought the app. (<a href=\"https://twitter.com/paulmayne\">Paul</a> can attest how much I ask him about it!)</p>\n\n\n\n<p>That complements <a href=\"https://dayoneapp.com/blog/apples-journal-app-and-day-ones-evolution/\">another advantage Day One has</a>, which is being cross-platform. If you have a family member on Android, you don&#8217;t want to ostracize them from your Shared Journal. Apple doesn&#8217;t care, their priority is getting everyone on the Apple ecosystem. You care, and Day One/Automattic does too, that&#8217;s why it works great on all Apple devices, Android devices, and the web itself.</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, 06 Jun 2023 20:47: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"Do The Woo Community: Blocks, Full-site Editing, Performance and more DevChat with Sean Conklin\";s:7:\"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=75271\";s:7:\"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:60:\"https://dothewoo.io/woocommerce-developer-chat-sean-conklin/\";s: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:405:\"<p>Carl, Zach and Sean cover a lot of WooCommerce developer ground in this show. And I mean a lot.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-developer-chat-sean-conklin/\">Blocks, Full-site Editing, Performance and more DevChat with Sean Conklin</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, 06 Jun 2023 10:17: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: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:55:\"WordPress.org blog: The Month in WordPress – May 2023\";s:7:\"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=15100\";s:7:\"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/2023/06/the-month-in-wordpress-may-2023/\";s: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:15705:\"<p>May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> reflected on <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">this journey</a> and the opportunity to build a better future for those who come after:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.</p>\n<cite>Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a>.</cite></blockquote>\n\n\n\n<p>Read on for highlights of this milestone and the latest updates in the WordPress space.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress at 20</h2>\n\n\n\n<p><strong>May 27, 2023, marked the 20th anniversary of WordPress’ first release</strong>. Since its inception by <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">Matt Mullenweg</a> and <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649\">Mike Little</a> in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.</p>\n\n\n\n<p>WordPress enthusiasts from all over the world gathered at more than <strong>130 events</strong> to celebrate this important milestone. WP20’s commemorative book, <a href=\"https://wordpress.org/book/\"><strong>Building Blocks: The Evolution of WordPress</strong></a>, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.</p>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&ssl=1\" alt=\"3D wallpaper of a number 20 formed by words in commemoration of the 20th anniversary of WordPress.\" class=\"wp-image-15106\" /><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download the new WP20 wallpapers made in 3D</a>.<br />\n\n\n\n<p>The anniversary date may have passed, but the <a href=\"https://wp20.wordpress.net/news/\">festivities and fun aren&#8217;t over</a>. You can still <a href=\"https://wp20.wordpress.net/\">join a meetup</a>, sign the #WP20 From Blogs to Blocks campaign <a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">birthday card</a>, or participate in #WP20 social celebrations.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55 of WP Briefing</a> as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3 is expected on August 8</h2>\n\n\n\n<p>Work on WordPress 6.3 officially kicked off with the <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">announcement of its development cycle and release squad</a>. <strong>Set for release on August 8, 2023</strong>, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>.</p>\n\n\n\n<p>WordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Check out the 6.3 roadmap post</a> for a tentative preview of anticipated features.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 security release</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">WordPress 6.2.2</a> became available for download on May 20, 2023</strong>. This release was a quick response to resolve a regression introduced in <a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-release/\">6.2.1</a>, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\"></a><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">Update your site if you haven’t yet</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Three 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/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\"><strong>Gutenberg 15.7</strong></a>, released on May 3, 2023, brings a new direct option to upload and replace a site&#8217;s logo from the block settings sidebar. Other enhancements include easier access to duotone filter controls via the style settings sidebar and an update to fluid typography to refine responsiveness.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\"><strong>Gutenberg 15.8</strong></a> shipped on May 17, 2023, and includes a new &#8220;Pages&#8221; item in the Site Editor sidebar to edit pages without leaving the interface. Moreover, this version brings the ability to navigate through revisions in the global styles interface and to preview block themes inside the Site Editor.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\"><strong>Gutenberg 15.9</strong></a> is ready for download as of May 31, 2023. The latest Gutenberg release comes with a new command tool and several enhancements to the Site Editor experience, including a more intuitive drag-and-drop function for moving blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>The latest <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement post</a> highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next-generation WordCamps, proposal for a Sustainability Team, and more</h2>\n\n\n\n<ul>\n<li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">broadening the purpose of WordPress events</a> to &#8220;spark innovation and adoption by way of accessible training and networking.&#8221; This opens the door to organizing a more diverse range of formats focused on specific topics and audiences.</li>\n\n\n\n<li>WordPress contributors suggested <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">creating an official Sustainability Team</a>.</li>\n\n\n\n<li>The Polyglots Team rebranded the WP Translation Playground tool as Translate Live and <a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">announced improvements</a> that make translating plugins and themes easier.</li>\n\n\n\n<li>The new<strong> </strong><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program pilot</a> aims to provide cohort-based and 1:1 mentorship to prepare new and aspiring contributors for success.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">Results of the 2022 WordPress Annual Survey</a> were announced last month.</li>\n\n\n\n<li>The Training Team published a new course on <a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a>. See <a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a> for the latest learning resources.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Meet Stacks</a>—the first community theme born from the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a>. This theme is designed for creating slide decks that can be used for a presentation.</li>\n\n\n\n<li>This Core proposal explores ways to <a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">reduce the maintenance of older default WordPress themes</a> and retire them.</li>\n\n\n\n<li>The May 2023 issues of <a href=\"https://developer.wordpress.org/news/2023/05/whats-new-for-developers-may-2023/\">What’s New for Developers?</a>, the <a href=\"https://make.wordpress.org/polyglots/2023/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots monthly newsletter</a>, and the&nbsp;<a href=\"https://make.wordpress.org/community/2023/05/18/meetup-organizer-newsletter-may-2023/\">Meetup Organizer newsletter</a>&nbsp;are available for reading.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors made a difference in Stefano Cassone&#8217;s life in the <a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">latest edition of People of WordPress</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>What is WordPress Playground, and why it matters? <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\">WP Briefing Episode 56</a> discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core Team members seek <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback on the new command tool</a> introduced in the Gutenberg plugin and its API.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">call of the Full Site Editing (FSE) Outreach Program</a> invites you to test some features being worked on to upgrade and polish the experience of using the Site Editor. Share your thoughts by June 8, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Version 22.5</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Which next generation of WordPress events would you like to see? <a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Share your ideas</a> and <a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">start exploring</a> new event formats this year.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">Get ready for WordCamp Europe 2023</a> from June 8-10 in Athens, Greece! The event will start with <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on June 8, followed by two days of presentations and workshops. Attendees can join a <a href=\"https://europe.wordcamp.org/2023/welness-track-activities/\">wellness track</a> and a <a href=\"https://europe.wordcamp.org/2023/wp-connect/\">dedicated space</a> to connect, among many other initiatives.</li>\n\n\n\n<li>The WordCamp US organizing team is <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-call-for-volunteers-open/\">calling for volunteers</a>.</li>\n\n\n\n<li>For another year, the <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">WordPress Foundation&#8217;s Kim Parsell Memorial Scholarship</a> will award funding for a woman-identifying contributor to attend WordCamp US 2023. Applications are open through June 12, 2023.</li>\n\n\n\n<li><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a>, the second ever WordCamp in Bangladesh, was successfully held on May 19-20 with its first <a href=\"https://make.wordpress.org/design/2023/05/23/wordcamp-sylhet-2023-contributor-day-recap/\">Contributor Day</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-648295107117\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a>. The event will take place on July 2, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://cartagena.wordcamp.org/2023/\">WordCamp Cartagena</a>, Spain on June 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> <a href=\"https://montclair.wordcamp.org/2023/\">WordCamp Montclair</a>, NJ, USA on June 24, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. <a href=\"https://europe.wordcamp.org/2023/schedule/\">Check out the schedule for details</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story 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 Month in WordPress: <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/nahidsharifkomol/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nahidsharifkomol</a>, <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a>, <a href=\"https://profiles.wordpress.org/devinmaeztri/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>devinmaeztri</a>, <a href=\"https://profiles.wordpress.org/bsanevans/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bsanevans</a></em></em>, <em><em><a href=\"https://profiles.wordpress.org/ninianepress/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ninianepress</a>.</em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2023 10:15: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:15:\"Reyes Martínez\";s: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:78:\"WordPress.org blog: WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15089\";s:7:\"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://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7747:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<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 class=\"wp-block-heading\">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/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, Athens, Greece. This event includes a <a href=\"https://europe.wordcamp.org/2023/session/matt-mullenweg/\">special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura</a>. </li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\" target=\"_blank\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a>&nbsp;</li>\n\n\n\n<li>Make WordPress Community: <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\" target=\"_blank\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li>WordPress &#8216;Milestones&#8217; volume two book <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/book/\" target=\"_blank\">Building Blocks: The Evolution of WordPress</a> is available in <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/wp20-book/tree/trunk/Formats\" target=\"_blank\">several formats for download on GitHub</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Episode 57: The Power of WordPress Mentorship</span></a>\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>(Intro music)</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, Joseph Hayden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>Over the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.&nbsp;</p>\n\n\n\n<p>And now we&#8217;ve got a pilot program that&#8217;s been defined and is waiting for your feedback. If you&#8217;ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don&#8217;t worry, I&#8217;m about to give you a 10-cent tour.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>First up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it&#8217;s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>So next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn&#8217;t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won&#8217;t continue to be part of the community without a bit more effort.&nbsp;</p>\n\n\n\n<p>The when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today&#8217;s show notes on wordpress.org/news/podcast.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]&nbsp;</p>\n\n\n\n<p>Which brings us now to our small list of big things.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:56]&nbsp;</p>\n\n\n\n<p>First on the list is WordCamp Europe. That&#8217;s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren&#8217;t there in person, keep an eye out for those recordings. But for those who are there and you&#8217;re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:27]&nbsp;</p>\n\n\n\n<p>Second is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we&#8217;ve got a discussion going on about the next generation of WordCamps. We&#8217;ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you&#8217;ve got a kind of WordCamp that you&#8217;ve been desperately wanting to try, now&#8217;s the time to let folks know about it. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:54]</p>\n\n\n\n<p>And the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomposy, 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, 05 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s: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:25:\"Matt: Coltrane and Dolphy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=86465\";s:7:\"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:43:\"https://ma.tt/2023/06/coltrane-and-dolphin/\";s: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:303:\"<p>Check out this <a href=\"https://www.npr.org/2023/05/31/1179098682/john-coltrane-eric-dolphy-village-gate-1961-lost-album\">great article on an exciting discovery of John Coltrane and Eric Dolphy playing together</a>. The album comes out July 14<sup>th</sup>. <cite>Hat tip: Aaron Wieczorek</cite>.</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, 05 Jun 2023 08:31: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:121:\"Gutenberg Times: Block themes are the future, bibliography block, a dynamic block with AI and more –Weekend Edition 256\";s:7:\"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=24348\";s:7:\"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:127:\"https://gutenbergtimes.com/block-themes-are-the-future-bibliography-block-a-dynamic-block-with-ai-and-more-weekend-edition-256/\";s: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:17696:\"<p>Howdy, </p>\n\n\n\n<p>Before, I got the reward of seeing my WordPress buddies, friends, and colleagues in Athens, I had to work hard with the moving company to get our furniture organized in our new flat. I wasn&#8217;t hopeful, if I will find the packed lanyard with all my pins in time for WordCamp Europe, so I will start a new one. Get ready sponsors, I will hunt for swag again 😎</p>\n\n\n\n<p>Have a fantastic weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-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></li><li><a href=\"https://gutenbergtimes.com/feed/#1-plugins-themes-and-tools-for-nocode-site-builders-and-owners\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-icymi-new-tutorials-on-learn-word-press-for-users-br\">New tutorials on Learn.WordPress</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Release lead, <strong><a href=\"https://twitter.com/c4rl0sbr4v0\">Carlos Bravo</a></strong>, published <strong><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">What’s new in Gutenberg 15.9? (31 May)</a> </strong>. the release included 171 PRs by 56 contributors, eight of them new. Congrats to all. </p>\n\n\n\n<p>The highlights: </p>\n\n\n\n<ul>\n<li>The command center  (working title: Wayfinder) is now out of experiments, and needs further testing and feedback. You can find details in Riad Benguella&#8217;s post <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n\n\n\n<li>More enhancements to the Site Editor experience: resize your site editor window, improved drag and drop (🐉 💧), simplified switching between different styles and menus and so much more</li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\">Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3</a> with special guest, Isabel Brison and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-plugins-themes-and-tools-for-nocode-site-builders-and-owners\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Nick Schäferhoff</strong> published for the Torque Magazine: <a href=\"https://torquemag.io/2023/06/gutenberg-vs-classic-editor/\"><strong>Gutenberg vs Classic Editor: 29 Reasons to Switch (Or Stay Put)</strong></a>. &#8220;You might be one of those people asking yourself whether you should switch from the Classic Editor to Gutenberg or stick with what you know. To help you make an informed decision, this post looks at key differences and features of the two editors and offer advice on which one is right for your website. Whether you’re a novice or experienced developer, by the end you’ll have all the information you need to decide which editor to stick with.&#8221; He wrote. </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> released a new version of his <a href=\"https://wordpress.org/plugins/advanced-query-loop/\"><strong>Advanced Query Loop plugin</strong></a>.  With this version, you can now inherit the default query and still control the post count and sorting options! </p>\n\n\n\n<p>If you want to <strong>connect with Ryan Welcher at WordCamp Europe</strong>, he made his calendar public, too. He <a href=\"https://twitter.com/ryanwelcher/status/1663218595118174208\">tweeted</a>: I&#8217;m going to be attending WCEU 2023 and would love to chat with you! If you&#8217;re interested, please grab some time <a href=\"https://calendly.com/ryan-welcher/wceu-athens-2023\"><strong>on my Calendly link</strong></a>!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow</strong> just published a short tutorial on <strong><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block&nbsp;theme</a></strong> on Learn.WordPress. &#8220;Are you curious about the process of how to switch from a classic theme to a block theme? If so, this tutorial is for you! Watch to discover what you can expect when you switch from a classic to a block theme, learn the recommended steps to switch a site safely, and find additional resources to get you started in a block theme’s site editor.&#8221; </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://twitter.com/hluehrsen\"><strong>Hendrik Lührsen</strong></a> <a href=\"https://twitter.com/hluehrsen/status/1659549030337196033\">tweeted</a> about his new plugin:  <a href=\"https://github.com/luehrsenheinrich/wpm-citations\"><strong>Citations for WordPress</strong></a> (GitHub). Make sure you download the zip-file from the release, and not the source code. If you use proper HTML &lt; a /&gt; tag notation.  you can add links into the citation field popping up. I tested it, and it works as an MVP, it has it&#8217;s quirks. The block is a starting point for customization. I hope this might come as a plugin to the repository. </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>On again, off again, <a href=\"https://twitter.com/ellatrx\"><strong>Ella van Durpe</strong> </a>has been working on a Footnotes feature for the Gutenberg project. The latest PRs are: </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/50124\"><strong>Footnotes stored in the FN block</strong></a> &#8211;  this PR also links back to earlier conversations around this feature, and </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/51201\"><strong>Footnotes: try with post meta</strong></a>.</li>\n</ul>\n\n\n\n<p>If you have some time, maybe you can help test it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> published a new lesson: <a href=\"https://fullsiteediting.com/site-creators/creating-sidebars-with-blocks/\"><strong>Creating sidebars with blocks</strong></a>. &#8220;If you want to use the same sidebar in multiple places, I recommend using the template part method because it will save you time. Editing a template part is similar to adding block widgets to a traditional sidebar. The difference is that you now choose exactly where you want the sidebar to show without depending on a developer to add the code.&#8221; she wrote. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-icymi-new-tutorials-on-learn-word-press-for-users-br\">New tutorials on Learn.WordPress</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/building-a-page-with-only-patterns/\" target=\"_blank\" rel=\"noreferrer noopener\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-add-a-blog-or-news-page-to-any-wordpress-website/\" target=\"_blank\" rel=\"noreferrer noopener\">How to add a blog or news page to any WordPress website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wordpress-editor-modes-for-streamlining-content-creation/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress editor modes for streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/exploring-category-templates-with-block-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">Exploring category templates with block themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/introduction-to-wordpress-multisite-networks/\" target=\"_blank\" rel=\"noreferrer noopener\">Introduction to WordPress Multisite Networks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/managing-a-wordpress-multisite-network/\" target=\"_blank\" rel=\"noreferrer noopener\">Managing a WordPress Multisite Network</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" 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>Bill Erickson</strong>, freelance developer and early adopter of the block editor, just posted <a href=\"https://www.billerickson.net/hybrid-wordpress-theme-starter/\"><strong>A starter theme for building Hybrid WordPress Themes</strong></a>. Erickson also explains the interdependencies between Theme.json and Figma Design tokens and how to work within such a design system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> took a deep dive into <a href=\"https://wpengine.com/builders/responsive-wordpress-websites/\"><strong>Intrinsic Design: Building Responsive WordPress Websites</strong></a>. He walks you through the built-in responsiveness of the Block editor with  fluid typography as well as fluid spacing. Gardner also anticipates &#8221; that future updates to Gutenberg, and consequently WordPress core, will give builders the flexibility to modify targeted media queries and even the scale factor.&#8221; </p>\n\n\n\n<p></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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> discussed with <strong>Mike McAlister</strong> on <a href=\"https://wptavern.com/podcast/78-mike-mcalister-on-why-block-themes-are-the-future\"><strong>why Block Themes are the future</strong></a> in episode 78 of the WPTavern Jukebox podcast. In the introduction, Wrigley wrote: &#8220;Mike explains what the key differences are between a block-based theme and a classic theme. How it’s possible to create themes inside the editor, and how you can do this without needing to know much code. We talk about the fact that, if you’re a coding expert, you could always create complex themes, but this fresh approach opens up the possibilities for those with less technical backgrounds. The experience in the editor might not be exactly what everyone wants, but it’s evolving quickly and maturing with every new release of WordPress.&#8221; It&#8217;s definitely worth listening to, and checking out the resources shared. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For the third part of the Twitch Stream series <em>Building a developer-focus block theme</em>, <strong>Ryan Welcher</strong> teamed up with <strong>Justin Tadlock</strong> to take a deep dive of theme.json and block theme development. <a href=\"https://www.youtube.com/watch?v=3d6tqqlBVvo&t=1s\"><strong>Building a developer-focus block theme. Part 3.</strong></a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=264Z-YfV6J0\"><strong>Part 2</strong></a> and <a href=\"https://www.youtube.com/watch?v=uJGWb1ZYLMY\"><strong>Part 1</strong></a> are also available on Welcher&#8217;s YouTube channel. </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=3d6tqqlBVvo&t=1s\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>While redesigning his blog, <strong>Rich Tabor</strong> wanted to add a link that navigates to a random post. I created a custom block using the Create-Block script and ChatGPT. It only took a few minutes. He recorded a YouTube video, so you can follow along: <strong><a href=\"https://www.youtube.com/watch?v=t1bs8g9OdRU\">How to Build a Dynamic WordPress Gutenberg Block with AI (ChatGPT)</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest posts on the WordPress Developer Blog, <strong>Ryan Welcher</strong> posted a tutorial on <a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\"><strong>using block inspector sidebar groups</strong></a>. With the introduction of block inspector tabs in WordPress 6.2, block developers have more control over where custom controls should appear by leveraging the group of the InspectorControls component.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/rmors_\">Ross Morsali</a></strong> wrote <a href=\"https://rm.codes/slotfills-and-fillprops-in-the-block-editor/\">SlotFills and fillProps in the block editor</a>. After explaining briefly what SlotFills are and offering some user cases for their implementation, Morsali shows an example of how to use is in combination with  opening a modal. </p>\n\n\n\n<p>To go deeper on SlotFills, take a look at the WordPress Developer Blog post: <strong><a href=\"https://developer.wordpress.org/news/2022/11/how-to-extend-wordpress-via-the-slotfill-system/\">How to extend WordPress via the SlotFill system</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jeremy Felt</strong> built an <a href=\"https://happyprime.github.io/wphtml-converter/\"><strong>HTML Converter</strong></a> &#8211; It parses WPHTML into JS/JSON with a direct&nbsp;copy&nbsp;of Gutenberg&#8217;s &nbsp;<a href=\"https://github.com/WordPress/gutenberg/tree/trunk/packages/block-serialization-default-parser\">Block Serialization Default Parser</a>. Felt explains the workflow on the <a href=\"https://github.com/happyprime/wphtml-converter\">GitHub repo</a>: &#8220;When first building a template of blocks to be used as part of a block variation or other template, it is useful to do this work in the block editor. When adding the template to JavaScript in an&nbsp;<code>innerBlocks</code>&nbsp;property, it needs to be formatted differently and again differently when reusing it in PHP. As your templates get more complicated, so does this translation—when done manually.&#8221; Hence, the Converter tool. </p>\n\n\n\n<img />\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<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></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>Greek architecture of a rock archway in Crete</em> by Lusp (Luke) found on WordPress Photos</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, 03 Jun 2023 12:30: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: Launching a WordPress Product in Public: Session 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:32:\"https://poststatus.com/?p=149540\";s:7:\"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/launching-a-wordpress-product-in-public-session-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:54110:\"<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> discuss their progress on a project related to image generation and sharing. They explore the use of Open Graph (OG) images, social media platforms, and the importance of consistent branding. They mention the need for a logo and discuss the design concept, leaning towards a fun and vibrant style. They also touch on website development, pricing, and marketing assets. The conversation revolves around simplifying the image generation process and creating a user-friendly product. Overall, they aim to finalize the project&#8217;s features, branding, and logo to move forward with the launch.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Logo and Branding: </strong>The importance of creating a logo and establishing a consistent branding for your project. You want a logo that represents image generation in a fun and vibrant way, potentially incorporating bright colors and a big, fun font. It should look good on different merchandise items like t-shirts and baseball caps.</li>\n\n\n\n<li><strong>Image Generation and Sharing:</strong> The main focus of your project is image generation and sharing. Using a logo generation tool and exploring concepts related to image generation, sharing, and open graph images. The goal is to make the process of generating and sharing images easy and efficient for users.</li>\n\n\n\n<li><strong>Project Progress: </strong>The progress of the project, including bug fixes and updates. The plan is to address the bugs and implement additional features and improvements. Once the sitewide and post-level functionalities are handled, the project will be ready to share with others. Defining the project&#8217;s style, including the logo and overall branding, is an important next step</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading 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://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n\n\n\n<li><a href=\"https://openai.com/\">OpenAI</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/\">Post Status</a></li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/\">WP Beginner</a></li>\n\n\n\n<li><a href=\"https://www.fiverr.com/\">Fiverr</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n\n\n\n<li><a href=\"https://makelogo.ai/\">MakeLogo.ai</a></li>\n\n\n\n<li><a href=\"https://twitter.com/vovafeldman?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Vova Feldman</a></li>\n\n\n\n<li><a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a></li>\n\n\n\n<li><a href=\"https://ogp.me/\">Open Graph Image</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading 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=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <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=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 15 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 15</strong></p>\n\n\n\n<p>[00:00:00] <strong>Cory Miler:</strong> All right. Hold on before we go live. Okay. Um, what&#8217;s on your mind&nbsp;</p>\n\n\n\n<p>[00:00:21] <strong>Corey Maass:</strong> today to talk about? It looks like you&#8217;re streaming to YouTube, but I&#8217;m not recording.</p>\n\n\n\n<p>[00:00:33] <strong>Cory Miler:</strong> Okay, I&#8217;ll just push record.</p>\n\n\n\n<p>Hey everybody. Welcome back to Corey and Corey on launching a product lot has been happening in the background. Mainly Corey&#8217;s been on a manic work streak, but we have a working version of the plugin on post edit and uh, he gave me a walkthrough yesterday setting stuff. Corey, what are we, what&#8217;s on your mind today to talk, talk about?</p>\n\n\n\n<p>[00:01:03] <strong>Corey Maass:</strong> Uh, I think we are, uh, getting close to the first milestone of actually having a product that you, you specifically could start using. My clients could start using maybe, um, I&#8217;m gonna install it on all of my websites. Um, But I think we can start. I&#8217;ve got a, after the installing it on post status yesterday, which we chose not to do live, which worked out just fine.</p>\n\n\n\n<p>Um, but we&#8217;ve got a, a pretty slick little product, um, a short punch list of bugs to fix that I&#8217;m working on, um, over the next couple of days. Um, But I think we could start pivoting to how we&#8217;re gonna present this publicly. Um, you know, start setting up the marketing site. I&#8217;ve got the e-commerce set up. I think it works to actually take money.</p>\n\n\n\n<p>We haven&#8217;t tried that yet, but that&#8217;s okay. Um, so yeah, I think it&#8217;s the, the next steps to talk about here now are, you know, what we need. So, I mean, for us, but also talking abstractly about. You know, once you have a product, uh, what do you do? So&nbsp;</p>\n\n\n\n<p>[00:02:33] <strong>Cory Miler:</strong> yeah, with the product, we&#8217;re in this interesting phase, which is working.</p>\n\n\n\n<p>It&#8217;s working. When we put it up on a live site, yesterday, we were both making notes about where the product is. But I, I still go back to, I think this is so valuable. Me putting on the client customer hat and actually using it. And more so than I think any product I&#8217;ve had before is really using it and thinking about it creatively.</p>\n\n\n\n<p>How I want those things to come out, I think is gonna formulate back to products. So, so while it already has like our initial OG image, open graph image for site wide. We did some reviews in the past episode. Um, I did some work and I, I really saw some patterns in the synthesis. Mm-hmm. What, like, it is gonna go do.</p>\n\n\n\n<p>Well, you, you were like almost simultaneously building it, which is awesome. Um, I gotta tell you from yesterday, um, we got, we got some polish that we, we know we&#8217;ve been working on, um, that you even saw and were like, oh, we need this. Um, I love your openness again about hearing feedback and, Hmm, before using it just shows how good of a data of an entrepreneur you are.</p>\n\n\n\n<p>But the, the one I&#8217;m really eager to is getting to the blog posts because for this product, uh, it&#8217;s, it&#8217;s more so than just an open graph image. It&#8217;s like a social image to share with the post to make it compelling. I think all that work we did with Crop Express, So it&#8217;s all good. Mm-hmm. Helped, like think through what we&#8217;re doing now.</p>\n\n\n\n<p>But I, I got giddy, you know, that I did some of the work when we did the pattern for the home, home or site default. Uh, I went on with some of the blog posts and I was like, this right&nbsp;</p>\n\n\n\n<p>[00:04:34] <strong>Corey Maass:</strong> here is the money. Yep. Yeah. I&#8217;m, I&#8217;m with you. I think I, one of the. Pivotal moments for us with crop.express was you said, you know, I&#8217;m, I&#8217;m mental octopus.</p>\n\n\n\n<p>I&#8217;m all over the place, you know? Yeah. Over here we do this and then we could do this, but it could do this, and over here it&#8217;ll do this and, and you&#8217;re like, what if we start with the feature image? I was like, that&#8217;s. You know, brilliant dart to the center of the dart board kind of thing. Um, and so with this, I really liked you, you did essentially the same thing where you&#8217;re like, OG image for the site.</p>\n\n\n\n<p>And it was an easy lift for me to add that. So on activation, the plugin takes you to a little welcome screen, which doesn&#8217;t look pretty yet, but that&#8217;s fine. You upload a logo and you click a button and your site has an OG image. And so we are, I love that you install the plugin and a handful of clicks and we are offering value.</p>\n\n\n\n<p>We are taking it already to um, Bringing, bringing your site. You know, we keep de debating about how we actually do this wording, um, but, or, or how we word this. But, you know, within a few clicks, our plugin makes your website more professional. Um, if you&#8217;ve got Yost installed, maybe you&#8217;ve already got an OG image.</p>\n\n\n\n<p>If you don&#8217;t, we provide one, um, and our plugin will override. The image. So it&#8217;s like whatever you&#8217;ve done in Canva or elsewhere, you know, you can update, you can update regularly, that kind of thing. Um, so yeah, I&#8217;m, I&#8217;m with you. We&#8217;re, we&#8217;ve, we&#8217;ve reached that minimum viable product mentality in that we are immediately offering value, which I think is really cool.</p>\n\n\n\n<p>Um, and then, The next, next thing following that OG image thread is, yeah, for each blog post, for each product, um, figuring, you know, again, initially it&#8217;ll be a, uh, a manual process of like, oh, you&#8217;re, you know, essentially for every blog post you, you are adding going forward, um, Once you&#8217;ve set up the blog post, you then can go set up your OG image.</p>\n\n\n\n<p>Um, so we get there and that, that honestly is about 60%, 70% of the cleanup I need to do anyway. I. We are product complete, we are ready to sell a product. Um, and then, yeah, down the road, uh, there&#8217;s, there&#8217;s obviously lots of fun and, and interesting things. One, you know, like I wanna be able to, we&#8217;ve talked about, but I wanna be able to, like for you on post status, you&#8217;ve got, you know, dozens or hundreds of posts that already exist and so they will benefit from the Sitewide OG image.</p>\n\n\n\n<p>But wouldn&#8217;t it be nice if you set up a template for a stand, you know, a template that goes with a blog post and click a button and it retroactively goes back and creates OG images for each of those blog posts, stuff like [00:08:00] that. Um, but I kind of think that that&#8217;s one that&#8217;s neat. You know, that&#8217;s icing on the cake.</p>\n\n\n\n<p>That&#8217;s a version 1.1 kind of feature. Um, but also I, I do think we want a little bit of validation. Before that happens. Um, and or if we find ourselves twiddling our thumbs and you&#8217;re like, yeah, for post status, I we really need this, then we can call that validation and I can implement it. But, um, but yeah, it&#8217;s, it&#8217;s flushing out.</p>\n\n\n\n<p>Being featured complete as far as OG images is, is the way to start. And obviously right along with that, it&#8217;s easy enough to create, um, a duplicate image that is square so you can throw it on Instagram or whatever. Yep.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>behind the scenes, I think what&#8217;s really cool is. We kept, but after doing the, the first install yesterday on post status, Corey set up a first basic OG image. And then due to caching, we couldn&#8217;t see it. We could verify that it was there by viewing the source. And we knew the image was there, but we couldn&#8217;t see it.</p>\n\n\n\n<p>And just now during our call, uh, Basically what&#8217;s funny is our Slack, private Slack conversation is just us posting post status.com back and forth, back and forth, trying to see the damn thing work and uh, Corey just posted it and adjusted it did just show up and that is one of the most satisfying things ever.</p>\n\n\n\n<p>So yeah, it&#8217;s working.</p>\n\n\n\n<p>[00:09:48] <strong>Cory Miler:</strong> Absolutely. I do think if I just put on the post status as a customer hat, Um, we do a fair amount of content and we want to, we have a significant following on Twitter and in, uh, LinkedIn and I particularly camp out on LinkedIn for a second. It&#8217;s really compelling to me and, and I, a couple years ago, I kind of, okay, I&#8217;ve just accepted invitations over the years.</p>\n\n\n\n<p>Now I&#8217;m gonna see what this is about. I, I really think, especially with Twitter&#8217;s implosion, There&#8217;s a real value back to LinkedIn. Um, even more so than was there. But when I think about post customer for a second, we do a piece of content. We could just do the typical thing, copy, link, paste into Instagram, put a couple of words in it, do that thing.</p>\n\n\n\n<p>Um, I think there&#8217;s value though, that image of like, I was just thinking like we do these weekly roundups with tech and business and like, or make wordpress.com for instance, or make WordPress, um, having like just the headlines. Mm-hmm. You know, like weekly roundup is the tech roundup and then there&#8217;s three or four bullets of like what goes into that.</p>\n\n\n\n<p>So they&#8217;d know a preview of like, oh, I&#8217;m interested, I&#8217;m gonna click through, go to the link. That&#8217;s valuable to me because right now I&#8217;m just gonna take a link post in there. Hope the featured image looks decent, cuz it always pulls that. So, like, to me that&#8217;s value for, for post status. Client hat is like, it&#8217;s just right there.</p>\n\n\n\n<p>Um, I can take a couple steps while I&#8217;m in the post. When I get it done is when I usually put it over there. And now somebody, somebody might schedule that, that&#8217;s cool. However, I kinda like post share it. Sure. Uh, and having that right there with like, I keep going back to my slide content slides I&#8217;ve done for talks and do different things and you know, some header with wall points and, and I think what I worked on the.</p>\n\n\n\n<p>Image templates that you also mentioned was like holding in an actual image to that. Right. That&#8217;s always capture thought to me. But if it&#8217;s there, pulled in, adds a little visual pair pto where it&#8217;s just not like a slide.&nbsp;</p>\n\n\n\n<p>[00:12:20] <strong>Corey Maass:</strong> Yeah. We&#8217;re gonna, it&#8217;s, there&#8217;s, there&#8217;s all these, from a text standpoint, there&#8217;s these, these loops that, or these circles we&#8217;re gonna want to close.</p>\n\n\n\n<p>Um, Because it&#8217;s the, and, and we&#8217;re gonna have to think through the, the workflow, the UI for this, um, which, and it might be as simple as a button, but there might be some setup beforehand. So, we&#8217;ll, we&#8217;ll have to walk through this, but it&#8217;s like, that&#8217;s why I tried to wa I tried to talk this all out. I, I don&#8217;t know, two or three calls ago where I was like, okay, the first step.</p>\n\n\n\n<p>And just a minute ago, in fact, the first step is the OG image. For the site. The second step is the OG image per post, which you&#8217;re gonna have to set up manually. Fine. Like we&#8217;re, we&#8217;re, we&#8217;re building a product. The, uh, one of the, the circles that I want to close for you and for, for the product pretty quickly is you, you&#8217;ve created a blog post or, again, I, I want to keep harping on product too.</p>\n\n\n\n<p>Neither of us are in e-commerce. Particularly, but I, I think this is gonna be a lot of value. Um, but whatever it is, a post of some kind, you up upload a featured image. That featured image gets used in an OMG I M G, an OMG image. We&#8217;ll call &#8217;em that. And then a, and then there&#8217;s an option to replace the featured image, right?</p>\n\n\n\n<p>So it&#8217;s like you&#8217;ve uploaded a temporary featured image that then gets incorporated into a template. And generated as an an OMG image that then replaces the featured image so that the, essentially the headline on the blog post, wherever, however the featured image was used, which like you said, a lot of the time when you share.</p>\n\n\n\n<p>The featured image comes up and I, I, there&#8217;s going to be instances where an OG image is almost moot because the featured image works has two purposes. One is as a featured image, like if you&#8217;re looking at a blog post, and the second is if somebody shares it. You know, Twitter, Facebook, LinkedIn will automatically pull in the first image, usually the featured image, which will be, which will act as the OG image.</p>\n\n\n\n<p>So, so it&#8217;s one asset, multiple purposes. Um, but in both instances, I think that there&#8217;s, you know, when we were first really exploring this, we went and looked at, um, WP Beginner, I think we looked at, um, Prius&#8217;s blog and, and we saw that a bunch of them, or the two, I think the two of those, and a and a bunch of other sites, the featured image, it was almost redundant, but the featured image itself was s shareable because it had the blog post title and stuff in it.</p>\n\n\n\n<p>Um, and I liked what you said a minute ago of like, often, right now you upload a featured image of. You know, business person at laptop looking businessy, you know, it&#8217;s, you know, and it might be a photo of, of somebody. But, but then you go and you share it and you hope that it&#8217;s relevant and you hope that the people will see a title that&#8217;s, that&#8217;s, you know, links the image to the content.</p>\n\n\n\n<p>Whereas we&#8217;re, we&#8217;re talking about is, um, Yeah, is inserting, inserting the title right into the image. So again, it might end up being a little, it might feel redundant, or as you&#8217;re doing the workflow, it feels redundant, but you&#8217;re, you&#8217;re guaranteeing that every image has more value. Um, and then, yeah, here you&#8217;re illustrating the second.</p>\n\n\n\n<p>Loop that we wanna close, which again, feels kind of meta, but it&#8217;s the like, create a blog post, take a picture of the blog post, pull that that picture in, um, to an, an OMG image, and then use that to share, or even as the featured image. So you&#8217;re gonna end up with, and in theory if you do this, uh, A couple if you, if you create a template using the featured image or create an OMG image using the featured image, and then take a picture of it, you could end up with, you know, a picture of a picture of a picture of a picture all the way down, which is kind of fun.</p>\n\n\n\n<p>Anyway. Um, But I think that that&#8217;s, you know, we&#8217;re talking about value and, and a, one of the ways that we achieve value is information. So, headlines, excerpts, bullet points. The other way we, a, we add value is something com is, is by creating a compelling image. And I think at least right now, with the way or a current trend, That achieves, this is exactly what you&#8217;re showing, which is, um, an image of content, but in the context of a device.</p>\n\n\n\n<p>So on a screen or, um, yeah, on a cell phone, on a desktop, that kind of thing. Yeah.&nbsp;</p>\n\n\n\n<p>[00:17:37] <strong>Cory Miler:</strong> Was, uh, just looking at this for a second, thinking about when you&#8217;re saying the featured image, Is how, like I don&#8217;t mm-hmm. Feel like super, uh, energized by what I did here on these two. And I was like, okay, well, you know, when you go, like there&#8217;s, there&#8217;s two parts.</p>\n\n\n\n<p>There&#8217;s the social value, we&#8217;ve already talked about that, but there&#8217;s the search value. Mm-hmm. The image is a piece of content that summarizes mm-hmm. Inspire someone to click through, but like almost go, like that&#8217;s thinking of it as a piece of content that is an image piece of content, but it has valuable stuff on here.</p>\n\n\n\n<p>Um, and like it&#8217;s really that slide format is, you know, everybody takes a picture of really good presentations when they&#8217;ve got slides. Cause they&#8217;re like, this is cool. I don&#8217;t know what this is called in Google, Emmett Google search, Google Images, but, Makes me think when we get to this part, we need to have a caption.</p>\n\n\n\n<p>Mm-hmm. Um, that when the image is out there, there&#8217;s a caption. It seems like, I don&#8217;t know what this is called within Google, the image side of things, but like, it&#8217;s an opportunity I haven&#8217;t seen really explored that I would mm-hmm. That I would like. You&#8217;re, you&#8217;re searching and those, that image side comes up too, um, where there&#8217;s.</p>\n\n\n\n<p>Interesting content summarized for you, like right there, right. Um, that&#8217;s really valuable. So I was trying to think like, okay, how would you really want that to look like if you don&#8217;t have a featured image, which is my problem easily. Um, you know, would we put, even if there&#8217;s, I I was just thinking about&nbsp;</p>\n\n\n\n<p>[00:19:33] <strong>Corey Maass:</strong> that for a minute.</p>\n\n\n\n<p>Well, I like the idea too of, um, And I hadn&#8217;t thought of this before, uh, essentially a default featured image like we are using a logo. So let&#8217;s, like for post status, you&#8217;ve got, you&#8217;ve got the little PS infinity symbol everywhere. Um, but also the ev I think a lot of people associate like the homepage of post status has that image of people at.</p>\n\n\n\n<p>One of the, the, you know, the post status conference years ago, um, that hasn&#8217;t changed in 10 years, excuse me. Um, but, uh, you know, but that&#8217;s, it&#8217;s now, it&#8217;s now it&#8217;s a bit of your branding, right? Like that&#8217;s now a photo that, that people might actually associate with post status. So if that was, um, if that was the standard featured I, the default featured image that got pulled in everywhere, you know, even if, like one of the things that we&#8217;ve talked about is.</p>\n\n\n\n<p>Image, uh, is, is tr image treatments. So it&#8217;s like as a ba if the background was two women chatting with that was, you know, converted to black and white and had, and had an orange filter over the top. And so it was just, again, these are, these are all of the things that humans find compelling, even if it&#8217;s not obvious or.</p>\n\n\n\n<p>Upfront or obtuse. Um, you know, having, having two eyes and a s and a smile is known to be compelling to humans at a subconscious level. So it&#8217;s stuff like that that, um, these little simple effects that we can start to explore down the road, or, I mean soon, sooner than later, but it&#8217;s like, as we&#8217;re going along, as we&#8217;re learning about this stuff, we can go, oh, right, let&#8217;s just add a default option for, you know, these background treatments.</p>\n\n\n\n<p>Yeah, just looking at seeing.&nbsp;</p>\n\n\n\n<p>[00:21:35] <strong>Cory Miler:</strong> Mm-hmm. Some publications like, obviously these&nbsp;</p>\n\n\n\n<p>[00:21:38] <strong>Corey Maass:</strong> are,</p>\n\n\n\n<p>it&#8217;s interesting. Yeah. I mean these are, you know, most of these featured image as a background. Yeah. Title pulled in and selected. Put this at the top of the bottom, and some of them have an excerpt below the title. That&#8217;s the whole thing. You know, and so it&#8217;s, it&#8217;s up to the authors or you know, publishers since this is New York Times to find compelling images.</p>\n\n\n\n<p>Yeah. I mean, and so un you know, we&#8217;ve talked about that at various points. That&#8217;s not a problem we&#8217;re choosing to solve right now. Um, so as the publisher of a given blog, you still have to go find that compelling image. But once you do, we give you all these options to do something with it. And what I really like is we&#8217;re defining a, a process.</p>\n\n\n\n<p>So it&#8217;s once you, yeah, that&#8217;s the picture. Um, once you essentially define your style, So it&#8217;s like I, I, I&#8217;ve talked about, I&#8217;m a musician as a hobby, and I actually have a, a new track coming out tomorrow. And so I&#8217;ve put that on my band camp and, um, you know, for every track that I finish, every re you know, release that I do, I now go into Canva.</p>\n\n\n\n<p>I hit copy or duplicate from the last. Release image that I created. Yeah. And I changed the title, the text, and I changed the image. But that way the font is always the same. The font size is always the same. The colors, font, colors are always the same. So that&#8217;s what we&#8217;re talking about here is like you creating exactly what you&#8217;re doing.</p>\n\n\n\n<p>Say this, you created this and saved this for a first blog post. The idea would be then to say, save this as the default. Blog post featured image template. So then you go into, you, you say word in WordPress, you say add new, you write a new blog post. When you jump in to OMG I M G, this is gonna come up first.</p>\n\n\n\n<p>Do you want it, you know, right away create your, you know, A an OMG image from your saved default blog post OMG image template, and you say, yes. And it sucks in the headline, it sucks in the featured image and you might go in and tweak it a little bit. You know, like if the headline&#8217;s really long or it&#8217;s more fun to have like, just like you showed on that New York Times Instagram a second ago.</p>\n\n\n\n<p>Depending on the image, you might want the title at the top or the bottom, but most of the work is done with you done for you. You tweak a couple of things, you know, move a couple of sliders and then you&#8217;re good. Um, I&#8217;m excited about that. I think that that&#8217;s gonna be neat. I think that it&#8217;s going to be, it&#8217;s one of those things that</p>\n\n\n\n<p>one of the challenges is going to be for, because it, because they are associated with publishing. It&#8217;s. It&#8217;s a, it&#8217;s a hurry up and wait kind of product. That&#8217;s one of the only things, red flags that I have. So it&#8217;s like, if there&#8217;s a button for creating these images for all existing posts, that&#8217;s huge value.</p>\n\n\n\n<p>Right? But this is also one of those, like you install it. And then you have to go write a blog post. And that&#8217;s why I&#8217;m really glad that we&#8217;re creating a sitewide OG image. We can create sitewide social images, you know? But if you don&#8217;t have, if you&#8217;re not gonna write a blog post until tomorrow, you don&#8217;t have a reason to use the plugin until tomorrow.</p>\n\n\n\n<p>Now we talked&nbsp;</p>\n\n\n\n<p>[00:25:32] <strong>Cory Miler:</strong> about assigning. Mm-hmm. You could go back to a previous post. Mm-hmm. So I wonder if there&#8217;s a thought where we put a preview of a post, you know, To get &#8217;em started or&nbsp;</p>\n\n\n\n<p>[00:25:43] <strong>Corey Maass:</strong> something. Mm, that&#8217;s awesome. So what I took,&nbsp;</p>\n\n\n\n<p>[00:25:47] <strong>Cory Miler:</strong> one of the big things I took for that is the fact that people do are in the rhythm of doing a featured image.</p>\n\n\n\n<p>I think I defaulted to these templates because I don&#8217;t. Mm-hmm. That&#8217;s my mindset. So I just was trying to play for a second. I go, I think these things still apply, you know? Oh, for sure. Image on left. Image on right image as background with opa. I was trying to find an opacity here, but, um, yeah, and then you want headline, like pin on the photo.</p>\n\n\n\n<p>Do you want it up here?&nbsp;</p>\n\n\n\n<p>[00:26:18] <strong>Corey Maass:</strong> Right. You don&#8217;t want it, you wouldn&#8217;t want it to cover a person&#8217;s face, so you&#8217;d move it to the bottom left. But if the image has people on the bottom, then you want it at the top or whatever. So, yeah.</p>\n\n\n\n<p>Yeah, I&#8217;ve, you know, as I&#8217;ve been developing, so I, I did a, for anybody listening to this who didn&#8217;t watch the last one, go watch the last one. Um, because we did a, a little walkthrough, um, and, and showed my initial approach to the product specifically, we are not, Canva, we are not drag and drop like I and I at various points.</p>\n\n\n\n<p>Like the developer in me wants to take this to the obvious extreme. Um, and, and that in many respects is Canva, which is drag and drop and, and infinite options. And. And I think, I mean, part of that, it it part of, I don&#8217;t want to go down that path because it&#8217;s just a hell of a lot of work and I want to just get this damn thing out the door.</p>\n\n\n\n<p>But I also do think objectively that I, at least for now, prefer this approach because of what we&#8217;re talking about. Like if you want to go, if you wanna be in Photoshop, be in Photoshop. If you don&#8217;t, if you&#8217;re, if that&#8217;s a bit too much. Go jump into Canva, get creative, go wild. But this is, to me is meant to be quick and dirty as underselling it, but you know, quick and useful.</p>\n\n\n\n<p>It&#8217;s just another step in your workflow. And that was, which is kind of the conclusion we came to out of Crop Express was like, you&#8217;ve got this workflow, here&#8217;s a pain point in your process, but it shouldn&#8217;t be the entire process. Yeah.&nbsp;</p>\n\n\n\n<p>[00:28:14] <strong>Cory Miler:</strong> Well, just like playing with this, I go, okay, I get it. You know, put it in the background.</p>\n\n\n\n<p>We&#8217;ve got left and we&#8217;ll have a right version of all this stuff. Yeah. But there&#8217;s an option of like set featured image as background. Then they can play with the color options you&#8217;ve given them. And I mean, I call that pretty good. Yeah. If, if you&#8217;re in the, if you just want headline and photo. This is an option if you want, I think, which is gonna be even BA could be even better, is like there&#8217;s a piece of content, like&nbsp;</p>\n\n\n\n<p>[00:28:53] <strong>Corey Maass:</strong> mm-hmm.</p>\n\n\n\n<p>Yeah. Again, I think that that&#8217;s like, that&#8217;s version 1.2, right? Where we, you know, one of the things that got us really jazzed talking about this early on was you brought up slides. Um, we&#8217;ve talked a few times about, um, drop, uh, poll quotes, drop quotes, block quotes, whatever you call &#8217;em. And so, you know, I&#8217;m excited about, again, version 1.2 or whatever, where.</p>\n\n\n\n<p>We actually have a little wizard that says like, here are the quotes from the page. Ah, and this is where we bring in ai and that&#8217;s why we, we make 2 million. Um, but, you know, throw this content at, at our integration with ai and it come and it comes back with three different bullet point summaries of the content.</p>\n\n\n\n<p>And then we, as we automatically just drop that content in. There you go. We figured out the AI integration. I knew it was just a matter of time.</p>\n\n\n\n<p>[00:30:10] <strong>Cory Miler:</strong> I&#8217;m using in a service called podway. Test it out. Yep. Um,</p>\n\n\n\n<p>I can see how something like this&nbsp;</p>\n\n\n\n<p>[00:30:24] <strong>Corey Maass:</strong> would look. Yep. Exactly. And this is where, again, like once, once a, once a template is defined, cuz these are all placeholders, right? So you&#8217;ve got a placeholder for the photo, the, the, the image of. The content, you&#8217;ve got a placeholder for the title, and then you&#8217;ve got a placeholder for a three bullet point summary.</p>\n\n\n\n<p>Now either you can write that summary or again, we could have something write it for you, or you could have something write it for you. Um, but I love the idea. So one of the things that, so I&#8217;ve been playing with chat g p t, like everybody else for one of my products. I went into chatGPT, and I said, Write 20, um, 20 tweets.</p>\n\n\n\n<p>Yeah. Broadly speaking, you know, for the topic of my product. And then I said, write 20 tweets that target creatives. Specific to my product and then business people, you know? And so it was very similar content, but slightly different. And so in the end, instead of 20 tweets over and over again, I wound up with 60 tweets.</p>\n\n\n\n<p>And so I scheduled them one a day. Right. And so I&#8217;m picturing something very similar here where it&#8217;s like, you know, If you, if you had your featured image for the, for the, you know, the, the one you&#8217;re doing in right in front of us, you&#8217;ve got three bullet points. You&#8217;ve got a title, you&#8217;ve got a featured image.</p>\n\n\n\n<p>Right. But like this is just one and. In, in our world now, you can&#8217;t, you&#8217;re never going to, or you shouldn&#8217;t, uh, just tweet about something once. You don&#8217;t write a blog post, tweet about it, and then forget about it. You need a long tail of content to be able to share, right? And so ideally, Not only would you say generate, like, say if this, what&#8217;s in front of us right now is, is your, you know, saved template.</p>\n\n\n\n<p>Not only would you say generate this, but you would say, generate five variations of this. And you, I, this is again where I think I AI is a perfect candidate. You&#8217;d say, you know, Hey, chatGpT, here&#8217;s my article. Summarize it. With three bullet points in five different ways, and then we suck all that in. And then picture a page that just has this template with the different content.</p>\n\n\n\n<p>You know, so there&#8217;s six versions right down, and you, and you go, which ones do you wanted to use? Bang, bang, bang. Save them all, you know, and then schedule them all. And that way, and you&#8217;ve got one that goes out each day or you do two days, four days, eight days. 16 days. So again, you get this long tail of content that isn&#8217;t identical but is all relevant.</p>\n\n\n\n<p>That&#8217;s gonna be huge.</p>\n\n\n\n<p>Yeah. Assuming that people are actually promoting their content the way they&#8217;re supposed to. Right.&nbsp;</p>\n\n\n\n<p>[00:33:33] <strong>Cory Miler:</strong> Which is, is is part of the challenge.&nbsp;</p>\n\n\n\n<p>[00:33:37] <strong>Corey Maass:</strong> Yeah. Yeah. I think that I, you know, your emphasis we&#8217;re on call 15, right? So your emphasis throughout all of our conversations on agencies and on professionals, teams, et cetera, while it&#8217;s not, I&#8217;m very much like the solopreneur in entrepreneur.</p>\n\n\n\n<p>Whatever other funny way you wanna say the preneur word. Um, but I think small, I build small products for myself and so other people in my shoes. And it&#8217;s not at all that I won&#8217;t use this, but again, I, you know, I&#8217;m, I&#8217;m working with clients that have dedicated social media managers. They&#8217;re the target agencies that are doing full-blown marketing campaigns.</p>\n\n\n\n<p>They&#8217;re the, they&#8217;re the target because again, it&#8217;s these, this long tail of content that that&#8217;s going to require variation, that are going to benefit the most from this. Yeah.&nbsp;</p>\n\n\n\n<p>[00:34:49] <strong>Cory Miler:</strong> Yeah. I&#8217;ve been thinking really much in that regard as like, okay, what would I want? How do I, it&#8217;s like, This slide for that post, you know, something like this, like a treatment over here doesn&#8217;t take up too much space for the the brand, but at least brands it.</p>\n\n\n\n<p>Yep. This is a post status thing, and then this is really informative content like mm-hmm. It&#8217;s really that summary. Too long, didn&#8217;t read. Yeah. Take this for any post. It&#8217;s like you said, you can throw that into Chatgpt and get a bunch of these things, but like, yeah. I don&#8217;t know if I worked on something like that, but I go, this case study warrants a lot like headline.</p>\n\n\n\n<p>This is a roundup we do about what&#8217;s happening in WordPress core based. Basically, she has these every, every week. These are the things you would just pull from it. Three things you need to know. Have chat. ChatGPT, help you with that if you want, and then to put it here and then you go, okay. What I would normally do is say, save this as an image, and I&#8217;d go over to what if I should do that real quick.</p>\n\n\n\n<p>Uh, there we go.</p>\n\n\n\n<p>Stay right there. I need to work on the image, image size, of course, but then you&#8217;re just putting in alt text. I dunno why the logo didn&#8217;t show up. Oh, it&#8217;s right there. So you know, if you think about it, right there. You&#8217;re okay. You&#8217;re, you&#8217;re a member of Post, so select the idea is you can look at this and see it a glance, some of the things going mm-hmm.</p>\n\n\n\n<p>And then decide to click on. That&#8217;s value for the social right there. We&#8217;ve already mm-hmm. We&#8217;ve already talked about that, I think, but I think philosophically, I&#8217;m shaping this a little bit up and my mind is, it&#8217;s the too long, didn&#8217;t read now. Mm-hmm. You get this and whatever this. Uh, Google image. Like what would be example where if I, here, lemme see how to change a light pole, light switch.</p>\n\n\n\n<p>Something. You, you know what I&#8217;m saying? Like this, people also ask, there&#8217;s some, uh, search criteria. They come like this, you know, the video content that shows up. There&#8217;s sometimes, I guess it&#8217;s more pinteresty type stuff like,</p>\n\n\n\n<p>Like of a better word, video show up. But isn&#8217;t there a section where images show up sometimes?&nbsp;</p>\n\n\n\n<p>[00:38:08] <strong>Corey Maass:</strong> Yeah. Search for a product, search for, um, say like that. So, um, there you go.</p>\n\n\n\n<p>So it&#8217;s like in shopping is what I found. Okay. This one. So now hold on, hold on. Um, click and start dragging one of those images like this. Yeah. Did it? Yeah. I just discovered this this morning. So you can drag an image into Google Lens to do, uh, to find out more meta information about. That image and whatnot.</p>\n\n\n\n<p>Oh, really? Which I think is, so right now it&#8217;s sort of a hidden feature, but I think that that&#8217;s coming down the road too. But it&#8217;s like, you know, Google, pretty much any, any of these services now can do image parsing, or excuse me, text parsing from images. So they&#8217;re also going to be reading these images, which is really, really cool.</p>\n\n\n\n<p>Regardless of what alt text you might provide. Do you know what this&nbsp;</p>\n\n\n\n<p>[00:39:20] <strong>Cory Miler:</strong> is called in Google? Is this&nbsp;</p>\n\n\n\n<p>[00:39:21] <strong>Corey Maass:</strong> og? Uh, I would assume so.</p>\n\n\n\n<p>[00:39:34] <strong>Cory Miler:</strong> Img, but it&#8217;s 92 by 92.</p>\n\n\n\n<p>Anyway, I, I felt like there was, it&#8217;s, it&#8217;s more of the Pinterest thought. You know, it&#8217;s like you go, oh, office.&nbsp;</p>\n\n\n\n<p>So when we think about the blog post stuff, This is pulling something here. It&#8217;s gotta be OG based, right? That&#8217;s what I&#8217;m trying to find. Say look at that six is, and then give it a little icon.</p>\n\n\n\n<p>[00:40:43] <strong>Corey Maass:</strong> Be honest. There&#8217;s no direct way to make your images show up, but somebody has to have figured this out.&nbsp;</p>\n\n\n\n<p>[00:40:48] <strong>Cory Miler:</strong> Yeah. Because if we can get the specs we haven&#8217;t, we give the client a per a potential to let that show up. Yeah.</p>\n\n\n\n<p>Because man, that&#8217;s compelling. I don&#8217;t know. Like this is Zoom ideas. So look at all these images in this display. There we go. See this. Well, I don&#8217;t know how they&#8217;re getting all that. This, this search comes up sometimes. See this? Mm-hmm. That&#8217;s what we&#8217;re unlocking. Whatever this is, we&#8217;ll figure it out and say This is what you want.</p>\n\n\n\n<p>This is what it&#8217;s called. And um, OMG mg does it? Yep. Do the possibility to do it, because I think this is where you start going into, I wish I had an idea for this, but I mean, the PINTERESTY type content. Mm-hmm. Recipes.&nbsp;</p>\n\n\n\n<p>[00:41:52] <strong>Corey Maass:</strong> Oh, there you go.&nbsp;</p>\n\n\n\n<p>All of these are really interesting, um, personality tests too, to see what you come up with on the spot. No, I&nbsp;</p>\n\n\n\n<p>[00:42:08] <strong>Cory Miler:</strong> was like, they&#8217;re gonna know I&#8217;ve been liking an celery recipes,&nbsp;</p>\n\n\n\n<p>[00:42:14] <strong>Corey Maass:</strong> but see they as one does.</p>\n\n\n\n<p>Yeah, so there&#8217;s, there&#8217;s an I that that image is right there. How do we,</p>\n\n\n\n<p>and it looks like&nbsp;</p>\n\n\n\n<p>[00:42:29] <strong>Cory Miler:</strong> it&#8217;s 92 by 92 or that ratio, whatever, that Nope, that&#8217;s not.&nbsp;</p>\n\n\n\n<p>[00:42:34] <strong>Corey Maass:</strong> That&#8217;s not it. It&#8217;s a slightly rectangle, but it&#8217;s not. And so what&#8217;s, what would be interesting is, um, view the view the actual source rather than inspecting. So just right click anywhere and say view, source</p>\n\n\n\n<p>and search for OG colon image.</p>\n\n\n\n<p>Keep typing image. It&#8217;ll pop up. Oh, sorry.&nbsp;</p>\n\n\n\n<p>[00:43:00] <strong>Cory Miler:</strong> Hey, so this is interesting. Is this the action type&nbsp;</p>\n\n\n\n<p>[00:43:04] <strong>Corey Maass:</strong> content so that, that you&#8217;d populate by like description you&#8217;d do in Yost and we certainly could do more. Um, like if you don&#8217;t want to have Yost installed since we&#8217;re already adding header, we could add more headers.</p>\n\n\n\n<p>But again, not I, I don&#8217;t want to chase that if we can help it.</p>\n\n\n\n<p>Same. Go to this. Yeah.</p>\n\n\n\n<p>You missed a two on the end, so it re cropped it. Oh, interesting.&nbsp;</p>\n\n\n\n<p>[00:43:52] <strong>Cory Miler:</strong> So it&#8217;s live&nbsp;</p>\n\n\n\n<p>[00:43:52] <strong>Corey Maass:</strong> cropping, that&#8217;s all it&#8217;s doing is Google. So the ogn, yeah. So it&#8217;s right. So, um, but it&#8217;s, but where is it? Why, why does it take the square? Because it doesn&#8217;t necessarily know, I mean, not all these websites are gonna have that auto cropping, right?</p>\n\n\n\n<p>So, so somewhere too, it&#8217;s saying there&#8217;s a square image. Let&#8217;s, let&#8217;s throw that into the search results. Look at this. They&#8217;re, they&#8217;re pulling the Twitter card too. Mm-hmm. It&#8217;s&nbsp;</p>\n\n\n\n<p>[00:44:24] <strong>Cory Miler:</strong> already baked in, I think. Yep. Interesting. I I just go, man. Um,</p>\n\n\n\n<p>you know, some of this, like, these are appealing photos for sure, but I go, if you can put some piece of content right here, That&#8217;s helpful. Yep.&nbsp;</p>\n\n\n\n<p>[00:44:52] <strong>Corey Maass:</strong> Yeah, I mean, and that&#8217;s the presumption, is that, so actually before you jump, um, go click on the one you just talked about or ultimate click on Ultimate, you know, any of these with that, that has a title, right?</p>\n\n\n\n<p>So go to that website. Oh, it&#8217;s you. That might be YouTube. That&#8217;s not gonna help us.</p>\n\n\n\n<p>So they&#8217;ve got these big pictures, but I, what I&#8217;m trying to determine is if they have, like they&#8217;ve explicitly set an OG image that has this extra value in it.</p>\n\n\n\n<p>Yeah, so they&#8217;ve got two two, oops. Oh, that&#8217;s fine. I&#8217;m sure the first one just gets sucked in</p>\n\n\n\n<p>the article.</p>\n\n\n\n<p>Yeah, I, so we&#8217;ll do a little research. We&#8217;ll find one of these, find a good example of this, and then see if we can&#8217;t decipher, you know, and or, um, do some more Googling to find out a, you know, when and what is what, when, and why does Google pull in an image in their actual search results? And, and not others.</p>\n\n\n\n<p>You know, is it, is it just an OG image and they&#8217;re cropping? It, is it, is there some other tag we don&#8217;t know about,</p>\n\n\n\n<p>but I&#8217;m, I&#8217;m anxious to get. This like when the first couple of templates done and out the door and in front of people, because I think it&#8217;s, you know, kind of like how your brain has said, oh, but what about this? And then, oh, I found this other thing over here. Like, it&#8217;s also, you know, but we started with, here&#8217;s what post status is.</p>\n\n\n\n<p>Branding already looks like we want recreate that as a starting point. Um, other people are gonna come to us. Vva from FIUs and Sayed from WP Beginner and whoever are gonna be like, okay, but you know, we need a way to accommodate our, our branding or the way the treatments we&#8217;ve already decided on in Canva if we&#8217;re gonna, you know, because we want our images to be pretty consistent, you know, across all socials forever.</p>\n\n\n\n<p>You know, how do we create recreate hours? And it&#8217;s like, oh, okay, so we need the option to do background treatments or turn the whole thing 90 degrees, whatever. It&#8217;s, you know.</p>\n\n\n\n<p>Yep. But that means that one Corey needs to finish the thing once and for all, and then two. Yeah, we wanna start getting the, the marketing asset aspects, assets out there, um, shopping cart finalized and stuff like that. Cuz it&#8217;s like, even if we get some beta testers, um, and we give them licenses or let them sign up for free or discount or something, you know, first year free, whatever it is, like we wanna get that sorted out.</p>\n\n\n\n<p>[00:48:30] <strong>Cory Miler:</strong> Started with that yesterday and we didn&#8217;t need it. Didn&#8217;t get it finished. So I&#8217;ve got my screen up here where I started it, the logo, and then the website is part two. Uh, going back&nbsp;</p>\n\n\n\n<p>[00:48:43] <strong>Corey Maass:</strong> to pause, squeeze, I started, um, flushing out just putting rectangles on a page for the homepage of O M G I M g.co. So it&#8217;s quite literally just boxes of color, but ready to have, [00:49:00] um, content float into it.</p>\n\n\n\n<p>Okay. All right. I&#8217;m gonna try to&nbsp;</p>\n\n\n\n<p>[00:49:08] <strong>Cory Miler:</strong> carve off some time. Gotta get the logo going in process and then, uh, the website stuff. So&nbsp;</p>\n\n\n\n<p>[00:49:16] <strong>Corey Maass:</strong> I think, yeah, it&#8217;s like I&#8217;m, I think standard, standard formula, you know, compelling tagline, value prop, a buy now button, you know, three icons with. With compelling value, props good enough.</p>\n\n\n\n<p>I mean, that&#8217;s all we need to start, so,</p>\n\n\n\n<p>okay. Yeah. If&nbsp;</p>\n\n\n\n<p>[00:49:45] <strong>Cory Miler:</strong> I have an hour, um, I can get that cranked, cranked enough to start flushing out our page.</p>\n\n\n\n<p>[00:49:57] <strong>Corey Maass:</strong> Simpler is better. So, you know, feel free to delete or [00:50:00] hide rows. Like yeah, but just enough that we, it looks like something, um, like&nbsp;</p>\n\n\n\n<p>[00:50:08] <strong>Cory Miler:</strong> here a box headline, what it does for you, how benefits you, three things show up in social.</p>\n\n\n\n<p>Yeah. And then features are like the nuts and bolts things and Yeah. Pricing. Yep. Yep.&nbsp;</p>\n\n\n\n<p>[00:50:31] <strong>Corey Maass:</strong> And yeah, and I&#8217;ve been waiting to do, like, there&#8217;s, there&#8217;s, at this point I&#8217;ve used e d D enough that I&#8217;ve got standard styles that I copy from site to site and ways to set up, like being able to sign in and manage your subscription kind of thing.</p>\n\n\n\n<p>Um, obviously they make it very easy, but I have a way that I like to lay things out. Um, but I&#8217;ve been waiting to do that. We, we need a logo, which helps us define a style and colors. To then carry that throughout the rest of the site. So our branding is somewhat consistent. So I&#8217;ve, I&#8217;ve been holding off on that.</p>\n\n\n\n<p>Um, you know, but all that takes an afternoon once we&#8217;ve got, yeah. The general look and feel</p>\n\n\n\n<p>back in our&nbsp;</p>\n\n\n\n<p>[00:51:16] <strong>Cory Miler:</strong> conversation to, uh, put into there, do we want to go, I know we talked about this in Slack. Do we want to go with a. The eighties funky thought.&nbsp;</p>\n\n\n\n<p>[00:51:32] <strong>Corey Maass:</strong> I, I mean, because of the OMG part, like I definitely think we want something fun. Um, but I don&#8217;t have any religion around how the rest of it, since I&#8217;m not creating the logo, like I&#8217;d rather.</p>\n\n\n\n<p>Anybody grabs, whatever, whatever comes to their mind, like, that&#8217;s why we pay them. It&#8217;s like when I get on Fiver, I hire five people to do logos because I&#8217;m, I&#8217;m honestly paying them, not so much to create a logo, but to apply their own thinking to, you know, here&#8217;s a, here&#8217;s the color palette that, that jumps out at me when you tell me what the, the product does kind of thing.</p>\n\n\n\n<p>So</p>\n\n\n\n<p>idea is,</p>\n\n\n\n<p>[00:52:23] <strong>Cory Miler:</strong> It&#8217;s kind of almost like a Mac app. You know, you&#8217;re, it&#8217;s the thing that&#8217;s solid that helps you look, look good and do things faster. Yep. Um, with images, Paula Showcase, I&#8217;m looking at some of these icons in my tray&nbsp;</p>\n\n\n\n<p>[00:52:44] <strong>Corey Maass:</strong> here.</p>\n\n\n\n<p>Yeah, I started walking through, um, uh, product hunt, uh, um, featured, uh, uh, what was it? Make logo.ai. And I started plugging things in to kind of, and they, they want to charge you for the actual logos, but it was kind of neat that they came up, they present you with a bunch of concepts and so it was like, um, A magic wand over an image.</p>\n\n\n\n<p>So it&#8217;s like image generation or, um, cuz I, in the description I put in sharing and I put in, um, open graph image, you know, image generation. And so it was like, you know, do you want. Uh, a canvas or the, you know, the, the thing that the artist uses to put the paint on, um, the palette. I was like, eh, you know, do you want a magic wand to poof, an image appears?</p>\n\n\n\n<p>Eh, that&#8217;s getting closer cuz I want it to be that easy. You know? Do you want an icon of, they had one that was like, um, you know, a picture like a. A fake painting that had people all around it, like, you&#8217;re sharing that? I was like, no, definitely not. That&#8217;s terrible. You know, so it&#8217;s like these concepts of, um, of what we want, want it to represent.</p>\n\n\n\n<p>To me it&#8217;s image generation, because that&#8217;s part of, that&#8217;s the, if you&#8217;ve got a workflow in the middle, you know, you&#8217;ve gotta write words, but you&#8217;ve also gotta generate images. And to me, that&#8217;s the problem we&#8217;re solving. But that&#8217;s also, that&#8217;s, that&#8217;s feature not benefit. Yeah. I,&nbsp;</p>\n\n\n\n<p>[00:54:36] <strong>Cory Miler:</strong> I&#8217;m looking to pro probably kind to get some thoughts here to put into the designer.</p>\n\n\n\n<p>Okay. I think I&#8217;ve got enough here. I&#8217;ll riff on. Cool.</p>\n\n\n\n<p>Okay.[00:55:00]&nbsp;</p>\n\n\n\n<p>All right,&nbsp;</p>\n\n\n\n<p>[00:55:00] <strong>Corey Maass:</strong> man. I, I just need a logo that looks really good because I&#8217;m gonna have a t-shirt made for Word camp us.&nbsp;</p>\n\n\n\n<p>[00:55:06] <strong>Cory Miler:</strong> Yeah. Oh, that, that&#8217;s even better. Um,</p>\n\n\n\n<p>it&#8217;s almost like, huh? Okay. How would we want that to lick on the shirt?&nbsp;</p>\n\n\n\n<p>[00:55:19] <strong>Corey Maass:</strong> That actually helps me frame it to me, to me again, because of. Because of the OMG in the name, and we talked about going all, all caps, it&#8217;s like not a rainbow, but gradient of bright colors, you know, big fun font. Like I don&#8217;t want it to be goofy.</p>\n\n\n\n<p>I don&#8217;t want it to be clown like, um, and that&#8217;s why I guess I&#8217;m shying away too from. Um, actually your, your MAC icons concept is, is a good idea of like, over to me. A lot of them are overwrought, three-dimensional, big drop shadow kind of thing, and it&#8217;s like, eh, I want, I want something, you know, more fun than that.</p>\n\n\n\n<p>Like if you, if you were gonna have a magic wand, like you&#8217;d want a bend in it, you&#8217;d want it to be almost cartoon-like or something. But then it&#8217;s, but then it&#8217;s not professional enough, so I don&#8217;t know. I don&#8217;t know. Uh,</p>\n\n\n\n<p>it has to, it has to look good on your baseball cap there and it&#8217;s gotta go look good on my chest here. Yeah.</p>\n\n\n\n<p>The swag is more important than anything, let&#8217;s be honest. It is&nbsp;</p>\n\n\n\n<p>[00:56:45] <strong>Cory Miler:</strong> a good frame for me though, is like, how would that pop and how would we want that to look?</p>\n\n\n\n<p>[00:56:54] <strong>Corey Maass:</strong> Yeah.</p>\n\n\n\n<p>All right. Let&#8217;s be done today. Um, I should have an update for you soon this week. Um, addressing all the, um, the bugs and extra bells and whistles that we talked about. Um, And in particular, I want to, like we said, I want to cut everything over to we&#8217;ve, we&#8217;ve got the sitewide handled, we need the post per post handled, like you said today.</p>\n\n\n\n<p>Um, and then plug in a logo, plug in a little, uh, style once we&#8217;ve got a style defined and then the plug-ins, I think ready to share. So that&#8217;ll be cool.</p>\n\n\n\n<p>Okay. Cool, man. Keep me posted. All right. Well thank.</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, 01 Jun 2023 23:17: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:11:\"Cory Miller\";s: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:77:\"Do The Woo Community: Builder Tips from WordCamp Europe 2023 Speakers, Part 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://dothewoo.io/wordcamp-europe-and-speak-session-tips/\";s: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:399:\"<p>The second in our series where we hear more about the sessions and tips from WordCamp Europe 2023 speakers. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-europe-and-speak-session-tips/\">Builder Tips from WordCamp Europe 2023 Speakers, Part 2</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, 01 Jun 2023 07: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: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:56:\"WordPress.org blog: People of WordPress: Stefano Cassone\";s:7:\"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=15030\";s:7:\"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/2023/05/people-of-wordpress-stefano-cassone/\";s: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:13126:\"<p><strong>With <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a> in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<img width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&ssl=1\" alt=\"Stefano with a laptop covered in WordPress event stickers\" class=\"wp-image-15027\" />Stefano with a laptop covered in WordPress event stickers\n\n\n\n<p>Stefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.</p>\n\n\n\n<p>This led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress provides a life-changing turning point&nbsp;</h2>\n\n\n\n<p>Stefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.&nbsp;</p>\n\n\n\n<p>A catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.&nbsp;</p>\n\n\n\n<p>In November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a>, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.</p>\n\n\n\n<p>At the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.</p>\n\n\n\n<p>Unfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.&#8221;</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<p>From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.</p>\n\n\n\n<p>There was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Joining thousands of volunteer translators of WordPress</h3>\n\n\n\n<img width=\"800\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=800%2C600&ssl=1\" alt=\"Italian General Translation Editors at WordPress Italia 2022\" class=\"wp-image-15028\" />Italian General Translation Editors at WordPress Italia 2022\n\n\n\n<p>Stefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world<a href=\"https://make.wordpress.org/polyglots/\"> translate the WordPress software into many different languages</a>. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the <a href=\"https://make.wordpress.org/docs/handbook/helphub/\">HelpHub</a>, which is part of the <a href=\"https://make.wordpress.org/docs/\">WordPress documentation</a> system.</p>\n\n\n\n<p>He said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n\n\n\n<p>“It&#8217;s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.&#8221; </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Sharing skills to support Open Source WordPress</h3>\n\n\n\n<img width=\"667\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=667%2C500&ssl=1\" alt=\"Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\" class=\"wp-image-15026\" />Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\n\n\n\n<p>Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.&nbsp;</p>\n\n\n\n<p>He was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribution to WordPress is inspiring</h2>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&ssl=1\" alt=\"Stefano at the Support Table at a WordPress Contributor Day\" class=\"wp-image-15025\" />Stefano at the Support Table at a WordPress Contributor Day\n\n\n\n<p>When Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>Spurred on by the <a href=\"https://it.wordpress.org/\">Italian WordPress community</a> as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.&nbsp;</p>\n\n\n\n<p>The community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.</p>\n\n\n\n<p>He went onto help restart the <a href=\"https://www.meetup.com/romawordpress/\">Rome WordPress meetup</a> in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What will WordPress bring you?</h3>\n\n\n\n<img width=\"533\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=533%2C800&ssl=1\" alt=\"Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\" class=\"wp-image-15024\" />Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\n\n\n\n<p>“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.&nbsp;</p>\n\n\n\n<p>He said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”</p>\n\n\n\n<p>His top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Stefano Cassone (<a href=\"https://profiles.wordpress.org/deadpool76/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>deadpool76</a>)&nbsp;for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), the late Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>) and Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Mark Smallman (<a href=\"https://profiles.wordpress.org/marks99/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marks99</a>), Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), and Maja Loncar (<a href=\"https://profiles.wordpress.org/majaloncar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>majaloncar</a>) for help with reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;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\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 24 Jun 2023 03:10:48 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sat, 24 Jun 2023 02:45:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220213300\";}','no'),(194,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1687619449','no'),(195,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1687576249','no'),(197,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\'>WP Briefing: Episode 58: A New Wave for WordPress Events</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\'>Twenty Years of WordPress at WCEU</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/really-simple-ssl-plugin-adds-free-vulnerability-detection\'>WPTavern: Really Simple SSL Plugin Adds Free Vulnerability Detection</a></li><li><a class=\'rsswidget\' href=\'https://buddypress.org/2023/06/buddypress-community-contribution/\'>BuddyPress: BuddyPress community &amp; contribution</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-pattern-directory-updated-to-show-curated-patterns-by-default\'>WPTavern: WordPress Pattern Directory Updated to Show Curated Patterns by Default</a></li></ul></div>','no'),(198,'can_compress_scripts','1','no'),(199,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','yes'),(200,'stats_options','a:6:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(201,'jetpack_tos_agreed','1','yes'),(202,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"t9xctSWQT3ZCuKza30yRkW4lz2qgzAE5\";s:8:\"secret_2\";s:32:\"QP6ICAbyIjAMGBlO3ZGdi6M33qWmxSZJ\";s:3:\"exp\";i:1687583466;}}','no'),(204,'jetpack_package_versions','a:4:{s:6:\"backup\";s:5:\"1.5.0\";s:10:\"connection\";s:6:\"1.41.6\";s:4:\"sync\";s:6:\"1.36.1\";s:6:\"search\";s:6:\"0.16.1\";}','yes'),(203,'_transient_jetpack_assumed_site_creation_date','2023-06-24 03:09:45','yes'),(205,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"OSGxS8gneHjBP2A*QDoFinj1oQBhC2Rj.nufbofBz(lbZgYoFaXYivnO7qNorW2iG\";s:14:\"purchase_token\";s:12:\"jqRCCVY7pVmr\";}','yes'),(206,'jetpack_active_modules','a:6:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"stats\";i:4;s:18:\"verification-tools\";i:5;s:21:\"woocommerce-analytics\";}','yes'),(207,'jetpack_unique_registrations','1','yes'),(208,'jetpack_sync_settings_max_queue_size','5000','yes'),(209,'jetpack_sync_settings_max_queue_lag','7200','yes'),(460,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1687576866;s:8:\"finished\";i:1687576875;s:8:\"progress\";a:10:{s:8:\"comments\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:5:\"posts\";a:4:{s:5:\"total\";s:1:\"5\";s:4:\"sent\";i:5;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:18:\"term_relationships\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";a:2:{s:9:\"object_id\";s:1:\"1\";s:16:\"term_taxonomy_id\";s:1:\"1\";}}s:5:\"terms\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:6:\"themes\";a:1:{s:8:\"finished\";b:1;}s:7:\"updates\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}}s:6:\"config\";a:10:{s:8:\"comments\";i:1;s:9:\"constants\";i:1;s:9:\"functions\";i:1;s:7:\"options\";i:1;s:5:\"posts\";i:1;s:18:\"term_relationships\";i:1;s:5:\"terms\";i:1;s:6:\"themes\";i:1;s:7:\"updates\";i:1;s:5:\"users\";i:1;}}','no'),(316,'verification_services_codes','0','yes'),(211,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(212,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(213,'jetpack_sync_settings_upload_max_rows','500','yes'),(214,'jetpack_sync_settings_sync_wait_time','10','yes'),(215,'jetpack_sync_settings_sync_wait_threshold','10','yes'),(216,'jetpack_sync_settings_enqueue_wait_time','1','yes'),(217,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(218,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(481,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1687576991','no'),(482,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:1;i:1;d:57.53921413421630859375;}','no'),(222,'jetpack_sync_settings_dedicated_sync_enabled','0','yes'),(224,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(226,'jetpack_sync_settings_render_filtered_content','0','yes'),(227,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(229,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(231,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(232,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(233,'jetpack_sync_settings_sync_via_cron','1','yes'),(234,'jetpack_sync_settings_cron_sync_time_limit','240','yes'),(235,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(236,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(237,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(238,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(239,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(240,'jetpack_sync_settings_full_sync_limits','a:5:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','yes'),(241,'jetpack_sync_settings_checksum_disable','0','yes'),(244,'jetpack_plugin_api_action_links','a:4:{s:33:\"classic-editor/classic-editor.php\";a:1:{s:8:\"Settings\";s:89:\"http://throughourlens.dsvisualart.com/wp-admin/options-writing.php#classic-editor-options\";}s:19:\"jetpack/jetpack.php\";a:3:{s:10:\"My Jetpack\";s:72:\"http://throughourlens.dsvisualart.com/wp-admin/admin.php?page=my-jetpack\";s:8:\"Settings\";s:79:\"http://throughourlens.dsvisualart.com/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:78:\"http://throughourlens.dsvisualart.com/wp-admin/admin.php?page=jetpack-debugger\";}s:23:\"loginizer/loginizer.php\";a:2:{s:8:\"Settings\";s:71:\"http://throughourlens.dsvisualart.com/wp-admin/admin.php?page=loginizer\";s:7:\"Upgrade\";s:38:\"https://loginizer.com/features#compare\";}s:27:\"speedycache/speedycache.php\";a:2:{s:6:\"Go Pro\";s:31:\"https://speedycache.com/pricing\";s:8:\"Settings\";s:73:\"http://throughourlens.dsvisualart.com/wp-admin/admin.php?page=speedycache\";}}','yes'),(245,'jp_sync_last_success_immediate-send','1687576875.6867','no'),(246,'_transient_timeout_jetpack_sync_constants_await','1687579866','no'),(247,'_transient_jetpack_sync_constants_await','1687576266.0566','no'),(258,'jetpack_constants_sync_checksum','a:21:{s:7:\"ABSPATH\";i:641478698;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:4051061733;s:11:\"PHP_VERSION\";i:1568186345;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:2858504031;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;}','yes'),(259,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(260,'_transient_timeout_jetpack_is_single_user','1687619466','no'),(261,'_transient_jetpack_is_single_user','1','no'),(407,'theme_switched','','yes'),(487,'_transient_timeout_jetpack_jitm_1670b8876814411abdbbcd752683afc','1687577317','no'),(488,'_transient_jetpack_jitm_1670b8876814411abdbbcd752683afc','a:1:{s:18:\"last_response_time\";i:1687577017;}','no'),(452,'backuply_notify_email_address','dshatto@dsvisualart.com','yes'),(453,'backuply_settings','a:3:{s:10:\"backup_dir\";i:1;s:9:\"backup_db\";i:1;s:15:\"backup_location\";s:0:\"\";}','yes'),(403,'current_theme','Twenty Twenty-Two','yes'),(404,'theme_mods_twentytwentytwo','a:4:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(495,'_transient_timeout_jetpack_jitm_49e694bccf686d790f0522e5d3fd7b0','1687577443','no'),(496,'_transient_jetpack_jitm_49e694bccf686d790f0522e5d3fd7b0','a:1:{s:18:\"last_response_time\";i:1687577143;}','no'),(497,'_transient_timeout_jetpack_restapi_stats_cache_1233014e5e6303ebb549f9e8a9dea622','1687577443','no'),(498,'_transient_jetpack_restapi_stats_cache_1233014e5e6303ebb549f9e8a9dea622','a:1:{i:1687577143;s:1121:\"{\"date\":\"2023-06-24\",\"stats\":{\"visitors_today\":0,\"visitors_yesterday\":0,\"visitors\":0,\"views_today\":1,\"views_yesterday\":0,\"views_best_day\":\"2023-06-24\",\"views_best_day_total\":1,\"views\":1,\"comments\":1,\"posts\":0,\"followers_blog\":0,\"followers_comments\":0,\"comments_per_month\":0,\"comments_most_active_recent_day\":\"2023-06-24 03:09:45\",\"comments_most_active_time\":\"03:00\",\"comments_spam\":0,\"categories\":2,\"tags\":0,\"shares\":0,\"shares_twitter\":0,\"shares_facebook\":0},\"visits\":{\"date\":\"2023-06-24\",\"unit\":\"day\",\"fields\":[\"period\",\"views\",\"visitors\"],\"data\":[[\"2023-05-26\",0,0],[\"2023-05-27\",0,0],[\"2023-05-28\",0,0],[\"2023-05-29\",0,0],[\"2023-05-30\",0,0],[\"2023-05-31\",0,0],[\"2023-06-01\",0,0],[\"2023-06-02\",0,0],[\"2023-06-03\",0,0],[\"2023-06-04\",0,0],[\"2023-06-05\",0,0],[\"2023-06-06\",0,0],[\"2023-06-07\",0,0],[\"2023-06-08\",0,0],[\"2023-06-09\",0,0],[\"2023-06-10\",0,0],[\"2023-06-11\",0,0],[\"2023-06-12\",0,0],[\"2023-06-13\",0,0],[\"2023-06-14\",0,0],[\"2023-06-15\",0,0],[\"2023-06-16\",0,0],[\"2023-06-17\",0,0],[\"2023-06-18\",0,0],[\"2023-06-19\",0,0],[\"2023-06-20\",0,0],[\"2023-06-21\",0,0],[\"2023-06-22\",0,0],[\"2023-06-23\",0,0],[\"2023-06-24\",1,1]]}}\";}','no'),(485,'_transient_timeout_jetpack_jitm_252f6e5800222b9e8691ffa4146551f','1687577276','no'),(486,'_transient_jetpack_jitm_252f6e5800222b9e8691ffa4146551f','a:1:{s:18:\"last_response_time\";i:1687576976;}','no'),(397,'_transient_timeout_jetpack_jitm_98403ac09973bc5f9b06815afbff20b','1687576720','no'),(398,'_transient_jetpack_jitm_98403ac09973bc5f9b06815afbff20b','a:1:{s:18:\"last_response_time\";i:1687576420;}','no'),(415,'_transient_timeout_jetpack_jitm_dda3feb93ffe0da43d4ab22cdcab926','1687576739','no'),(416,'_transient_jetpack_jitm_dda3feb93ffe0da43d4ab22cdcab926','a:1:{s:18:\"last_response_time\";i:1687576439;}','no'),(418,'_transient_timeout_jetpack_jitm_71c3b446ce361cb49d104bd114a3503','1687576756','no'),(419,'_transient_jetpack_jitm_71c3b446ce361cb49d104bd114a3503','a:1:{s:18:\"last_response_time\";i:1687576456;}','no'),(430,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.15.2\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(428,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1687663540','no'),(429,'_transient_jetpack_plugin_api_action_links_refresh','1687577140','no'),(389,'_transient_timeout_jetpack_last_plugin_sync','1687579981','no'),(390,'_transient_jetpack_last_plugin_sync','1687576381','no'),(484,'backuply_hide_trial','-1687576967','yes'),(492,'backuply_last_backup','1687577071','yes'),(499,'boldgrid_backup_tasks','a:1:{i:0;a:7:{s:2:\"id\";s:17:\"1687577147-6a50d3\";s:4:\"type\";s:6:\"backup\";s:10:\"created_at\";i:1687577147;s:10:\"started_at\";i:1687577147;s:12:\"completed_at\";N;s:6:\"status\";s:11:\"in_progress\";s:4:\"data\";a:0:{}}}','yes'),(500,'boldgrid_backup_in_progress_data','a:7:{s:6:\"status\";s:22:\"Backing up database...\";s:12:\"log_filename\";s:22:\"archive-1687577147.log\";s:3:\"pid\";i:346442;s:10:\"start_time\";i:1687577147;s:7:\"trigger\";s:33:\"dshatto (dshatto@dsvisualart.com)\";s:6:\"tables\";a:14:{i:0;s:16:\"wpk5_commentmeta\";i:1;s:13:\"wpk5_comments\";i:2;s:10:\"wpk5_links\";i:3;s:19:\"wpk5_loginizer_logs\";i:4;s:12:\"wpk5_options\";i:5;s:13:\"wpk5_postmeta\";i:6;s:10:\"wpk5_posts\";i:7;s:23:\"wpk5_term_relationships\";i:8;s:18:\"wpk5_term_taxonomy\";i:9;s:13:\"wpk5_termmeta\";i:10;s:10:\"wpk5_terms\";i:11;s:13:\"wpk5_usermeta\";i:12;s:10:\"wpk5_users\";i:13;s:17:\"wpk5_wpforms_lite\";}s:4:\"step\";i:1;}','yes'),(459,'jetpack_nonce_1687576865_kzwpOku1PY','1687576865','no'),(378,'recently_activated','a:0:{}','yes'),(466,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1687576874.5323979854583740234375;}','yes'),(475,'_transient_timeout_jetpack_jitm_82408a57c522ff8766bbce18fbbe48e','1687577209','no'),(476,'_transient_jetpack_jitm_82408a57c522ff8766bbce18fbbe48e','a:1:{s:18:\"last_response_time\";i:1687576909;}','no'),(477,'_transient_timeout_jetpack_jitm_b112ef3b3d8a68298ec58ac4cf8cc0a','1687577209','no'),(478,'_transient_jetpack_jitm_b112ef3b3d8a68298ec58ac4cf8cc0a','a:1:{s:18:\"last_response_time\";i:1687576909;}','no'),(473,'category_children','a:0:{}','yes'),(365,'_transient_timeout_jetpack_scan_state','1687578158','no'),(362,'_transient_timeout_jetpack_a8c_data','1688181157','no'),(363,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1953;s:9:\"countries\";i:95;s:9:\"languages\";i:120;s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','no'),(364,'stats_cache','a:2:{s:32:\"c5e7e38f193a0e8863aa0fa57f2c49bd\";a:1:{i:1687576358;a:0:{}}s:32:\"11543db00dbc13e8778eff29b280c3e4\";a:1:{i:1687576358;a:0:{}}}','yes'),(367,'_transient_timeout_jetpack_rewind_state','1687578176','no'),(368,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:6:\"reason\";s:8:\"site_new\";s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2023-06-24T03:12:56.381+00:00\";s:9:\"has_cloud\";b:0;}','no'),(359,'_site_transient_timeout_browser_f273dad1289b7bfd1a9be6376813b922','1688181153','no'),(360,'_site_transient_browser_f273dad1289b7bfd1a9be6376813b922','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"16.5\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(376,'jetpack_site_products','a:0:{}','yes'),(377,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:13:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:17:\"jetpack-dashboard\";i:4;s:18:\"recurring-payments\";i:5;s:11:\"republicize\";i:6;s:17:\"security-settings\";i:7;s:17:\"seo-preview-tools\";i:8;s:14:\"send-a-message\";i:9;s:15:\"social-previews\";i:10;s:18:\"upload-audio-files\";i:11;s:18:\"upload-video-files\";i:12;s:15:\"whatsapp-button\";}s:9:\"available\";a:39:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:18:\"social-shares-1000\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','yes'),(374,'post_by_email_address1','NULL','yes'),(375,'jetpack_last_connect_url_check','1687576369','no'),(327,'jetpack_nonce_1687576278_gLFutPRNjO','1687576279','no'),(328,'jetpack_nonce_1687576280_eAWmIRKBaH','1687576280','no'),(329,'_transient_dirsize_cache','a:3:{s:75:\"/home/dsvisu5/www.dsvisualart.com/throughourlens/wp-content/uploads/2023/06\";i:0;s:72:\"/home/dsvisu5/www.dsvisualart.com/throughourlens/wp-content/uploads/2023\";i:0;s:67:\"/home/dsvisu5/www.dsvisualart.com/throughourlens/wp-content/uploads\";i:0;}','yes'),(330,'jetpack_nonce_1687576281_SlIt6T2WUh','1687576281','no'),(331,'jetpack_nonce_1687576281_I9WJI96tiy','1687576282','no'),(325,'jetpack_nonce_1687576277_5lA4T8zrY0','1687576278','no'),(326,'jetpack_nonce_1687576277_tdtXEnYxd0','1687576278','no'),(332,'jetpack_nonce_1687576282_jm2TjfU6QF','1687576283','no'),(333,'jetpack_nonce_1687576286_3K0fr3ObfD','1687576287','no'),(334,'jetpack_nonce_1687576290_vhM3mqzPa9','1687576291','no'),(335,'jetpack_nonce_1687576294_pkmTqodGm5','1687576295','no'),(336,'jetpack_nonce_1687576298_yIRr1KompC','1687576298','no'),(337,'jetpack_nonce_1687576302_iEpoWG1nuU','1687576302','no'),(341,'jetpack_nonce_1687576306_J6tJhre2dk','1687576307','no'),(342,'jetpack_nonce_1687576310_HhMyTaQJuH','1687576310','no'),(343,'jetpack_nonce_1687576314_FPhRe48ymC','1687576314','no'),(344,'jetpack_nonce_1687576318_VSk3HUEXFZ','1687576318','no'),(345,'jetpack_nonce_1687576321_FjrrNDi5P2','1687576322','no'),(346,'jetpack_nonce_1687576325_ErzE7od0ox','1687576326','no'),(435,'_transient_timeout_jetpack_jitm_ea53bac4a52867a4844286bac2c933f','1687576789','no'),(436,'_transient_jetpack_jitm_ea53bac4a52867a4844286bac2c933f','a:1:{s:18:\"last_response_time\";i:1687576489;}','no'),(437,'_transient_timeout_jetpack_jitm_9c501a1efc47095d2fd5ba4d3390a4d','1687576789','no'),(438,'_transient_jetpack_jitm_9c501a1efc47095d2fd5ba4d3390a4d','a:1:{s:18:\"last_response_time\";i:1687576489;}','no'),(323,'jetpack_updates_sync_checksum','a:2:{s:14:\"update_plugins\";i:2935904501;s:13:\"update_themes\";i:1965384302;}','yes'),(432,'_transient_timeout_jetpack_jitm_cef0a63426f5191d543565a7bb000ab','1687576778','no'),(433,'_transient_jetpack_jitm_cef0a63426f5191d543565a7bb000ab','a:1:{s:18:\"last_response_time\";i:1687576478;}','no'),(318,'jetpack_nonce_1687576271_UZwbRI5a6N','1687576272','no'),(319,'jetpack_nonce_1687576272_lkRHny5QDr','1687576273','no'),(320,'jetpack_nonce_1687576275_ALvNyti1ll','1687576275','no'),(321,'jetpack_nonce_1687576275_FH80T2mBjP','1687576276','no'),(302,'jetpack_callables_sync_checksum','a:38:{s:11:\"get_plugins\";i:4217331665;s:10:\"get_themes\";i:1706762055;s:24:\"get_plugins_action_links\";i:79157463;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2577360919;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2577360919;s:26:\"main_network_site_wpcom_id\";i:454262262;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:1963798191;s:10:\"post_types\";i:2528134474;s:27:\"rest_api_allowed_post_types\";i:2544842423;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:1426873501;s:10:\"shortcodes\";i:1351551089;s:13:\"site_icon_url\";i:734881840;s:8:\"site_url\";i:2577360919;s:10:\"taxonomies\";i:276712064;s:13:\"theme_support\";i:1267730987;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:1819132959;s:10:\"wp_version\";i:964545611;s:14:\"active_modules\";i:260337649;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2903718415;s:24:\"available_jetpack_blocks\";i:3287606917;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(303,'jpsq_sync_checkout','0:0','no'),(304,'jetpack_nonce_1687576266_QpCooweuXg','1687576267','no'),(305,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','yes'),(366,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','no'),(340,'finished_updating_comment_type','1','yes'),(306,'jetpack_testimonial','0','yes'),(314,'jp_sync_retry_after_immediate-send','','no'),(315,'jp_sync_error_log_immediate-send','a:4:{s:15:\"1687576271.1647\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1687576271.2803\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1687576271.7005\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1687576271.837\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}}','yes'),(322,'jetpack_nonce_1687576276_wlb7HLgkGt','1687576277','no'),(309,'jetpack_next_sync_time_sync','1687576914','yes'),(312,'jetpack_next_sync_time_full-sync-enqueue','1687576876','yes'),(310,'jp_sync_lock_full_sync','','no'),(311,'jetpack_nonce_1687576268_x0eflzB0Wh','1687576269','no'),(313,'jp_sync_last_success_sync','1687576961.9446','no');
/*!40000 ALTER TABLE `wpk5_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_options` with 331 row(s)
--

--
-- Table structure for table `wpk5_postmeta`
--

DROP TABLE IF EXISTS `wpk5_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_postmeta`
--

LOCK TABLES `wpk5_postmeta` WRITE;
/*!40000 ALTER TABLE `wpk5_postmeta` DISABLE KEYS */;
INSERT INTO `wpk5_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,1,'_edit_lock','1687576905:1'),(4,1,'_last_editor_used_jetpack','classic-editor'),(5,1,'_edit_last','1'),(6,1,'_wp_page_template','default');
/*!40000 ALTER TABLE `wpk5_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_postmeta` with 6 row(s)
--

--
-- Table structure for table `wpk5_posts`
--

DROP TABLE IF EXISTS `wpk5_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_posts`
--

LOCK TABLES `wpk5_posts` WRITE;
/*!40000 ALTER TABLE `wpk5_posts` DISABLE KEYS */;
INSERT INTO `wpk5_posts` VALUES (1,1,'2023-06-24 21:21:45','2023-06-24 21:21:45','<!-- wp:paragraph -->\r\n<p>Well after a series of unfortunate events we\'re back!  With the loss of previous articles we\'ve made the decision to provide our readers with a broader spectrum of content rather than just photography related material.  We hope that you find the new articles interesting and as always, thank you for following us online.</p>\r\n<!-- /wp:paragraph -->','We\'re back!','','future','open','open','','hello-world','','','2023-06-24 03:21:43','2023-06-24 03:21:43','',0,'http://throughourlens.dsvisualart.com/?p=1',0,'post','',1),(2,1,'2023-06-24 03:09:45','2023-06-24 03:09:45','<!-- 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://throughourlens.dsvisualart.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','','','2023-06-24 03:09:45','2023-06-24 03:09:45','',0,'http://throughourlens.dsvisualart.com/?page_id=2',0,'page','',0),(3,1,'2023-06-24 03:09:45','2023-06-24 03:09:45','<!-- 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://throughourlens.dsvisualart.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','','','2023-06-24 03:09:45','2023-06-24 03:09:45','',0,'http://throughourlens.dsvisualart.com/?page_id=3',0,'page','',0),(4,1,'2023-06-24 03:10:43','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-06-24 03:10:43','0000-00-00 00:00:00','',0,'https://throughourlens.dsvisualart.com/?p=4',0,'post','',0),(5,1,'2023-06-24 03:20:06','2023-06-24 03:20:06','<!-- wp:paragraph -->\n<p>Well after a series of unfortunate events we\'re back!  With the loss of previous articles we\'ve made the decision to provide our read</p>\n<!-- /wp:paragraph -->','We\'re back!','','inherit','closed','closed','','1-autosave-v1','','','2023-06-24 03:20:06','2023-06-24 03:20:06','',1,'http://throughourlens.dsvisualart.com/?p=5',0,'revision','',0),(6,1,'2023-06-24 03:21:43','2023-06-24 03:21:43','<!-- wp:paragraph -->\r\n<p>Well after a series of unfortunate events we\'re back!  With the loss of previous articles we\'ve made the decision to provide our readers with a broader spectrum of content rather than just photography related material.  We hope that you find the new articles interesting and as always, thank you for following us online.</p>\r\n<!-- /wp:paragraph -->','We\'re back!','','inherit','closed','closed','','1-revision-v1','','','2023-06-24 03:21:43','2023-06-24 03:21:43','',1,'http://throughourlens.dsvisualart.com/?p=6',0,'revision','',0);
/*!40000 ALTER TABLE `wpk5_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_posts` with 6 row(s)
--

--
-- Table structure for table `wpk5_term_relationships`
--

DROP TABLE IF EXISTS `wpk5_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_term_relationships`
--

LOCK TABLES `wpk5_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpk5_term_relationships` DISABLE KEYS */;
INSERT INTO `wpk5_term_relationships` VALUES (1,1,0);
/*!40000 ALTER TABLE `wpk5_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_term_relationships` with 1 row(s)
--

--
-- Table structure for table `wpk5_term_taxonomy`
--

DROP TABLE IF EXISTS `wpk5_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_term_taxonomy`
--

LOCK TABLES `wpk5_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpk5_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpk5_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0);
/*!40000 ALTER TABLE `wpk5_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_term_taxonomy` with 2 row(s)
--

--
-- Table structure for table `wpk5_termmeta`
--

DROP TABLE IF EXISTS `wpk5_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_termmeta`
--

LOCK TABLES `wpk5_termmeta` WRITE;
/*!40000 ALTER TABLE `wpk5_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk5_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_termmeta` with 0 row(s)
--

--
-- Table structure for table `wpk5_terms`
--

DROP TABLE IF EXISTS `wpk5_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_terms`
--

LOCK TABLES `wpk5_terms` WRITE;
/*!40000 ALTER TABLE `wpk5_terms` DISABLE KEYS */;
INSERT INTO `wpk5_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'General','general',0);
/*!40000 ALTER TABLE `wpk5_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_terms` with 2 row(s)
--

--
-- Table structure for table `wpk5_usermeta`
--

DROP TABLE IF EXISTS `wpk5_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_usermeta`
--

LOCK TABLES `wpk5_usermeta` WRITE;
/*!40000 ALTER TABLE `wpk5_usermeta` DISABLE KEYS */;
INSERT INTO `wpk5_usermeta` VALUES (1,1,'nickname','dshatto'),(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,'wpk5_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpk5_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"b58adfb29fcc6de708bbde38d8eec8a5c7240427d7a0977c7ef23ced19380acd\";a:4:{s:10:\"expiration\";i:1687749039;s:2:\"ip\";s:12:\"72.1.108.129\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687576239;}s:64:\"89d8a39aef2c34cfd1b8ba0498950ecce5137fb3dcd57c30ce39b47dc6d7d658\";a:4:{s:10:\"expiration\";i:1687749151;s:2:\"ip\";s:12:\"72.1.108.129\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15\";s:5:\"login\";i:1687576351;}}'),(17,1,'bglibDashboardOrder','1'),(18,1,'wpk5_user-settings','libraryContent=browse&align=right'),(19,1,'wpk5_user-settings-time','1687576236'),(20,1,'jetpack_tracks_anon_id','jetpack:TO0iMxuDu0spXvPsEO736i/o'),(21,1,'wpk5_dashboard_quick_press_last_post_id','4'),(22,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"72.1.108.0\";}'),(23,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1687576961;}');
/*!40000 ALTER TABLE `wpk5_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_usermeta` with 23 row(s)
--

--
-- Table structure for table `wpk5_users`
--

DROP TABLE IF EXISTS `wpk5_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_users`
--

LOCK TABLES `wpk5_users` WRITE;
/*!40000 ALTER TABLE `wpk5_users` DISABLE KEYS */;
INSERT INTO `wpk5_users` VALUES (1,'dshatto','$P$BoxoO5bMNDP1EGW/gX9nGw3mpWdISJ1','dshatto','dshatto@dsvisualart.com','http://throughourlens.dsvisualart.com','2023-06-24 03:09:45','',0,'dshatto');
/*!40000 ALTER TABLE `wpk5_users` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_users` with 1 row(s)
--

--
-- Table structure for table `wpk5_wpforms_lite`
--

DROP TABLE IF EXISTS `wpk5_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpk5_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk5_wpforms_lite`
--

LOCK TABLES `wpk5_wpforms_lite` WRITE;
/*!40000 ALTER TABLE `wpk5_wpforms_lite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk5_wpforms_lite` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpk5_wpforms_lite` with 0 row(s)
--

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on: Sat, 24 Jun 2023 03:25:47 +0000
