0byt3m1n1
Path:
/
data
/
2
/
0
/
14
/
112
/
177601
/
meta
/
179796
/
mysql.backup
/
[
Home
]
File: 1_003d9f2_2.mysqlcluster13.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster13 Database: 1_003d9f2_2 -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!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 utf8 */; /*!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 `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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_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`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-13 15:26:49','2014-08-13 15:26:49','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) 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`) ) ENGINE=InnoDB AUTO_INCREMENT=162 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://003d9f2.netsolhost.com/testsite','yes'),(2,'blogname','testsite','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','dantep@bellsouth.net','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:0:{}','yes'),(33,'home','http://003d9f2.netsolhost.com/testsite','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','astra','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:9:\"add_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'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:4:{i:1706125500;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706129647;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706135361;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(98,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:26:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.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.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.3.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.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.3\";s:7:\"version\";s:5:\"6.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.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.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.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.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.3.2\";s:7:\"version\";s:5:\"6.3.2\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.3.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.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.3\";s:7:\"version\";s:5:\"6.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.4\";s:7:\"version\";s:5:\"6.1.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.6\";s:7:\"version\";s:5:\"6.0.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.8\";s:7:\"version\";s:5:\"5.9.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:8;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.8\";s:7:\"version\";s:5:\"5.8.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:9;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.7.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.7.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.7.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.7.10\";s:7:\"version\";s:6:\"5.7.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:10;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.12\";s:7:\"version\";s:6:\"5.6.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:11;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.13\";s:7:\"version\";s:6:\"5.5.13\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:12;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.14\";s:7:\"version\";s:6:\"5.4.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:13;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.16.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.16\";s:7:\"version\";s:6:\"5.3.16\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:14;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.19.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.19-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.19-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.19\";s:7:\"version\";s:6:\"5.2.19\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:15;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.17\";s:7:\"version\";s:6:\"5.1.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:16;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.20.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.20-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.20\";s:7:\"version\";s:6:\"5.0.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:17;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.24.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.24.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.24-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.24-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.24\";s:7:\"version\";s:6:\"4.9.24\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:18;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.23.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.23.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.23-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.23-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.23\";s:7:\"version\";s:6:\"4.8.23\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:19;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.27.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.27.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.27-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.27-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.27\";s:7:\"version\";s:6:\"4.7.27\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:20;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.27.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.27.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.27-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.27-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.27\";s:7:\"version\";s:6:\"4.6.27\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:21;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.30.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.30-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.30\";s:7:\"version\";s:6:\"4.5.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:22;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.31.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.31.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.31-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.31-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.31\";s:7:\"version\";s:6:\"4.4.31\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:23;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.32.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.32.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.32-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.32-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.32\";s:7:\"version\";s:6:\"4.3.32\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:24;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.36.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.36.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.36-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.36-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.36\";s:7:\"version\";s:6:\"4.2.36\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:25;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.39.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.39.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.39-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.39-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.39\";s:7:\"version\";s:6:\"4.1.39\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1706113492;s:15:\"version_checked\";s:5:\"3.9.2\";s:12:\"translations\";a:0:{}}','yes'),(100,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1706113493;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(107,'_transient_random_seed','f087a811bf08da7583989935e7392855','yes'),(108,'auth_key','1Rr0Fe{DAY)]m^&G6c2lc}yw+;491]&4N}ZWg$2lkL`_EtlpIp!i;R0bH3mV(^V ','yes'),(109,'auth_salt','Yb`r3i7|3`aIQ>0V<f5kh/*2b*AqX?H(@(Bs?ea>FLF;6Qsj8%^R&yYA)C1]rC#1','yes'),(110,'logged_in_key','PCfX+WL7|]$xgU`XJ9$`Du:?[R; Sp%]>8zSR&#&>&m!Nhly;//;.;NRcfh?Gc#S','yes'),(111,'logged_in_salt','>8?;R_MQJ8bk#mV;[cd$xqS3aQy.mnCPj&a(X%eehB!7GzE4wlZ5_<C@IfV=OgP2','yes'),(112,'nonce_key','i]VsSlcx}IJ#k=hEYEKcx1yh5![n#df9ERywKFBuv?Mi2[pE=s,Ot4yBK`Qa{A3r','yes'),(113,'nonce_salt','aa7,Vpl |0JpZ./j.<4Pw{j5LbYE!d0}~#fq7[HS3E#fDMG.]k[p@d?0;^N+&OCg','yes'),(114,'_site_transient_timeout_browser_9c1ce27f08b16479d2e17743062b28ed','1706653762','yes'),(115,'_site_transient_browser_9c1ce27f08b16479d2e17743062b28ed','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(117,'can_compress_scripts','1','yes'),(126,'_transient_timeout_plugin_slugs','1706199372','no'),(127,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(132,'_site_transient_timeout_browser_ce58a5260ba4fa9cdedf4886e4cf45c6','1706654244','yes'),(133,'_site_transient_browser_ce58a5260ba4fa9cdedf4886e4cf45c6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(134,'_transient_is_multi_author','0','yes'),(135,'_transient_twentyfourteen_category_count','1','yes'),(138,'_site_transient_timeout_theme_roots','1706115257','yes'),(139,'_site_transient_theme_roots','a:4:{s:5:\"astra\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(141,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1706155646','no'),(142,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','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, 19 Jan 2024 21:43:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.5-alpha-57345\";s:7:\"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:44:\"WP Briefing: Episode 71: New Year, New Blog!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 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=16745\";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:270:\"In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:51:\"https://wordpress.org/news/files/2024/01/WPB071.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:18609:\"\n<p>In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</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>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <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://wordpress.org/download/\">WordPress 6.4.2 Download</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/\">WordPress Themes</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li> <a href=\"https://make.wordpress.org/themes/2023/12/29/a-year-in-themes-team-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Year in Review With Themes Team</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End-of-Year Celebrations!</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\" target=\"_blank\" rel=\"noreferrer noopener\">Leap into 2024 with these Site Editor Tools</a>\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/team-reps/\" target=\"_blank\" rel=\"noreferrer noopener\">2024 Team Reps</a> – Watch for updates as we move into 2024. Each team in the WordPress project goes through a process to review and elect new team reps. Those elections are happening now.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/01/19/big-picture-goals-2024/\">Big Pictures Goals 2024</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16745\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go. </p>\n\n\n\n<p>[00:00:28] (Intro music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we’ve got a throwback episode about blogging. If you’re like me, you sometimes miss the early days of blogs, where the words were a little more pensive, and the images were a little less professional. If you’re on a slow hobby journey like so many of us are right now, give this one a listen.</p>\n\n\n\n<p>[00:00:58] (music interlude)</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> You may be one of these contributors I keep mentioning. You may be an agency owner or freelancer. Maybe you’ve wondered how to make a WordPress blog for your big idea. Or maybe you’re one of the many people who use WordPress for their own project or business. </p>\n\n\n\n<p>Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool. We have long since outgrown that, but even 20 years into our journey, blogging is still a key part of what WordPress enables you to do. That’s because, even after those 20 years, the mission of WordPress is still the same, and that is to democratize publishing.</p>\n\n\n\n<p>To help people have a place online where they can tell their stories, or share their projects, or set up their businesses. If you’ve ever tried to set up a blog, you know that there isn’t a lot of information about what to know before you get going at all. So, I’m going to talk about that a little bit today.</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> And just by the way, if you heard the word blog right now and thought, Oh, Jospeha, how old fashioned. I think it’s important to remember that there’s a business advantage to having well-written, relevant content on your website. And if you’re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. </p>\n\n\n\n<p>Anyway, back to the topic at hand, before we can get to any of the fancy things that WordPress can do nowadays, it’s important to know a few things as you get ready to set up your first-ever website. So let’s dive in. </p>\n\n\n\n<p>Here is how you need to get yourself started. First, have an idea and a plan. So, have an idea for what you’re doing, the concept of your content, who you want to reach, but also some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first, cause like, if you want the domain name WordPress.org, like, we own that, you can’t have that. But if you know that you want a domain like ‘WordPressbloggingforthefuture.com’ like, that one might be more available. And if you know kind of the words you want in your domain, then you can be a bit flexible about what is there. </p>\n\n\n\n<p>[00:03:30] <strong>Josepha:</strong> The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mention all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start before you even know what WordPress is most of the time. So, the earliest question that you have to answer for yourself is, what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. There’s this whole spectrum of hosting options, and they range from full service, where they will keep your WordPress software up to date and provide daily backups, and have customer support if something goes really wrong.</p>\n\n\n\n<p>[00:04:23] <strong>Josepha:</strong> So it ranges all the way from full service like that, all the way down to essentially zero service, just kind of hands off. They give you a space to keep your WordPress software, to keep your WordPress site, but they leave everything else up to you. They leave the backups up to you; they leave updating up to you, things like that.</p>\n\n\n\n<p>So that’s the first thing you have to ask yourself and the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software, and what you want, and what you need, and you have the ability to learn in the time that you have, the more that you can add on either services with the existing host that you chose or moving to a different host; however, that works out for you.</p>\n\n\n\n<p>[00:05:09] <strong>Josepha:</strong> So if that one sounds like the right option, then you choose a host, go to their site, and actually, most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it’s just one click, and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p>The other option that on the like zero, zero service side, that’s not quite fair, but you know, on the other side of that spectrum, that probably will be appealing to you if you are already familiar with code or already know how to manage a server, or you know how to work in this thing called cPanel, etc. So if you already have a lot of information on how all of that works, you can, if you want to, head over to WordPress.org/download and you can download a zip file of the WordPress software and set that up in your own environment. Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we’re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little, I’ve got you covered.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> In the show notes, you’ll find a link to one of the LearnWP courses for getting started with WordPress. There’s a section on choosing a host, as well as various other early steps of this process. If you felt like I blazed through all of that, which, honestly, I kind of did. You can work through those lessons in that course at your own pace, and it’s really a very good guide.</p>\n\n\n\n<p>All right. So let’s pretend we did all of that. Now you’ve got yourself a website. The thing that you will want to do next, or rather the first thing that you’ll notice once you get your site up and running, is that there’s this ‘Hello World’ post. There’s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>[00:07:03] <strong>Josepha:</strong> There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare, like, okay, the Hello World part over here on this page exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you’re more familiar with WordPress or CMSs in general, you can simply remove that and start fresh. We’ve got now a website. We know kind of how to look at our posts and create posts, where comments are, where they can be moderated, and stuff.</p>\n\n\n\n<p>And so, the most fun task for everyone is choosing a theme. But if it doesn’t sound like a fun task to you, I can help you kind of do some choose-your-own-adventure guiding questions here. Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words? Mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There’s like a filtering system where you can put in, like, you want, three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like that. </p>\n\n\n\n<p>[00:08:24] <strong>Josepha:</strong> There’s also a way to look for themes inside your instance, your WordPress site, but like, if you haven’t set that up yet, but you do still want to see kind of what your theme options are, you can go to WordPress.org/themes and take a look at what’s out there. Just as a quick side note, if you get to that theme directory, if you get to WordPress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically, so that you can see how things look right away. And there’s actually a theme that does come with every WordPress site, so if you’re not ready, you can skip this thing entirely. And just work with the theme that’s already there. Every WordPress instance ships with a theme, and it is fully functional when you get your site up and running, so you don’t need to choose a theme right now if you don’t feel ready. And then the other very fun thing that people do with their WordPress sites, is to add plugins to them.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality to it. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which themes.</p>\n\n\n\n<p>So, figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions? If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need.</p>\n\n\n\n<p>[00:10:05] <strong>Josepha:</strong> Also, there are just endless lists of recommended plugins out there. If that is something that you find valuable as part of your research, those are also easy to find. And as a general side note here as well, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don’t quite know the answers to the questions that I shared, and it’s going to be a while until you feel like you can know what those answers are. That’s totally fine. I’ll tell you this, I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms, and it can kind of help you figure out how to work with plugins in that way. So, yeah, I made it sound like you can get a WordPress website built in like seven minutes.</p>\n\n\n\n<p>And on the one hand, you definitely can. And on the other hand, it’s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem and, obviously, hear some things that could make you feel a little nervous about doing this for the first time.</p>\n\n\n\n<p>[00:11:10] <strong>Josepha</strong>: Things like the five-second installation, which WordPress has been famous for for years, but also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009, and I started learning how to use WordPress in 2010. </p>\n\n\n\n<p>I can say with confidence that once you learn it, it’s easy. We are the easiest of the hard options for CMSs like content management systems are just complicated. But we are the easiest one out there. And so, as you’re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you’re late to this blogging game like you should have had a website for years, I mean, sure, that could be true.</p>\n\n\n\n<p>[00:12:01] <strong>Josepha:</strong> And yes, the best time to plant a tree was 20 years ago, but the second best time to plant that tree is today. WordPress didn’t start out powering over 40% of the web, and your first site can’t be immediately measured in the millions of readers. So, what will your small beginning lead you to?</p>\n\n\n\n<p>[00:12:18] (Music interlude)</p>\n\n\n\n<p>[00:12:25] <strong>Josepha:</strong> And now, our small list of big things. Today we’ve got some look-back items and some look-forward items. So let’s hop right in. </p>\n\n\n\n<p>First thing is we have a year in review with the themes team. So much amazing work has been done by the themes team over the past year, both for reviewing themes and creating them. So I’ll leave a link to those in the show notes. </p>\n\n\n\n<p>We also have a post out that just has some general celebrations from teams around the community. I’ll leave a link to that. It probably has been linked in quite a few places, but you know, we don’t always embrace those moments of celebration. We don’t always embrace our wins. And so it’s always good to share those early and often. There are probably more than just those two. So if you posted one or you saw a really interesting one that you think that we should know about, don’t forget to share it. </p>\n\n\n\n<p>[00:13:16] <strong>Josepha:</strong> Next, we have a leap into 2024 with Site Editor tools. So, on the new Developer Blog, if you haven’t seen it yet, there is a lot of excellent content there for whether you are like an advanced developer in WordPress or you’re kind of intermediate and ready to move into your advanced developer era. </p>\n\n\n\n<p>The Site Editor will give you a powerful way to visually create every part of your site and tell your story. And this post will help you to kind of see how to handle everything from big style changes to simple copy updates, all in a single place. We want to make sure that you get the most out of your WordPress this year. And that post will give you a few standout tools and features that you’ll want to try. </p>\n\n\n\n<p>You’ll also want to keep an eye out for updates as we move into 2024 around team reps. So each team in the WordPress project goes through a process to review and elect team reps, and elections are happening now.</p>\n\n\n\n<p>[00:14:12] <strong>Josepha:</strong> Along with things that are happening now that you should keep an eye on, the annual goals, our big picture post has gone out as well. It went out at the end of the week last week. There’ll be a link to all of these in the show notes. And yeah, keep an eye out for, hopefully, a fantastic 2024 in WordPress. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. And if you like what you heard today, share it with a fellow WordPresser, or if you have questions about what you heard, you can share those with me at WPbriefing@WordPress.org. I’m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:14:57] (Music outro)</p>\n\n\n\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16745\";s: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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Data Liberation in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2024/01/data-liberation-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Jan 2024 16:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16736\";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:314:\"Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called Data Liberation for 2024. Migrating your site to WordPress, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2885:\"\n<p>Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Data Liberation</a> for 2024. Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click. I want WordPress’ export format to become the lingua franca of CMSes, whether coming to WordPress or moving within WordPress. </p>\n\n\n\n<p>I often hear about folks across the WordPress community duplicating efforts when creating scripts and workflows to move users to WordPress. Imagine if we shared those resources instead and built community-owned plugins that anyone could use! </p>\n\n\n\n<p>But it should be more than plugins; workflows, tutorials, and helper scripts should be shared, too. I want this resource to have space to include moving from social networks, moving from a page builder to core blocks, switching from classic to blocks, and improving WordPress current canonical plugins for importing. </p>\n\n\n\n<h2 class=\"wp-block-heading\">You can help!</h2>\n\n\n\n<p>Of course, the heart of any open source project is the community that shows up to build it. My hope is that this marks the start of a new contribution pathway, separate from core teams, that allows folks to contribute what they’ve learned and what they’ve created to help others move to WordPress. I expect this emphasis on migration will also influence future development, both in core and with recommended community or canonical plugins.</p>\n\n\n\n<p>There are a few things that I think will be key to making this project a success:</p>\n\n\n\n<ul>\n<li>A dedicated landing page on WordPress.org following a WordPress.org/and/[platform-name] format.</li>\n\n\n\n<li>A forum used for non-review user feedback and general discussion.</li>\n\n\n\n<li>A dedicated Slack channel.</li>\n\n\n\n<li>Moderation within hours rather than days.</li>\n\n\n\n<li>Listed on <a href=\"https://github.com/WordPress\">WordPress GitHub</a> with syncing for individual commits to SVN for history in both places.</li>\n</ul>\n\n\n\n<p>By complementing the community’s existing efforts—the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future program</a>, the <a href=\"https://learn.wordpress.org/\">Learn WordPress initiative</a>, a focus on internationalization, etc.—my hope is that this will help even more people see themselves in the WordPress project, providing fresh momentum for <a href=\"https://events.wordpress.org/\">WordCamps and meetups</a>. </p>\n\n\n\n<p>It’s never been more crucial to champion openness on the web. Bringing focused attention to improved portability will untether users and increase their freedom like never before.</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:\"16736\";s: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: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 70: A Look Ahead at WordPress in 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2024/01/episode-70-a-look-ahead-at-wordpress-in-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jan 2024 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=16677\";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:264:\"Curious about WordPress\'s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a 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:50:\"https://wordpress.org/news/files/2024/01/WP070.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:8342:\"\n<p>Curious about WordPress’s big-picture items for 2024? Phase 3, Data Liberation, new meetups, and more, get the spotlight in this episode. Join Executive Director Josepha Haden Chomphosy for all this, plus a small list of big things coming up in the next two weeks.</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>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <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/07/03/real-time-collaboration/\">Real-Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress Core</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/\">Make WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/\">WordCamp Events</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">Overflow Questions from State of the Word 2023 in Madrid, Spain</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a> – This is the final chance to share your feedback on WordPress meetups for 2024 and how we can improve the program in the future. </li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16677\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go. </p>\n\n\n\n<p>[00:00:28] (Intro music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Hello, my dears, and welcome to 2024. I hope you’ve had a lovely break. At the top of the year, I like to look around and gather the projects that the community is interested in. We can’t always commit to everything, and sometimes even the things we plan to do can’t make it across the finish line. In the next few weeks, I’ll be publishing kind of the big picture goals for the year, but I wanted to share a little bit about what I’ve collected so far.</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> Firstly, we’ve got Phase 3. This has been called a few things over the years: collaborative editing, multiplayer, co-editing. But whatever it’s been called, the biggest changes to writing and design workflows are likely to happen in this phase. A redesigned workflow can be a bit of a shock. But fortunately, we already have a prototype out there.</p>\n\n\n\n<p>I’ll include a link to some resources in the show notes, or of course, you can always stop by make.WordPress.org/core for some insights. But I would encourage you to, at the very least, get your hands on that prototype to see what it looks like is coming in Phase 3 so that you can be aware and provide your feedback.</p>\n\n\n\n<p>The next thing on our list is Data Liberation. This is a new-to-us project that was introduced at State of the Word. Fortunately, though, it’s not a new concept overall. Data Liberation is actually one of the earliest ideas that sold me on WordPress. The idea that you could set up a site for a client, or yourself, and that hard work wasn’t lost if something went wrong, was really important to me. It’s been a long time since we put any effort into our importers and exporters, and I think this will be a good focus for the year.</p>\n\n\n\n<p>[00:02:14] <strong>Josepha:</strong> The next thing that I’ve picked up, kind of a list of three things, but there are three mid-sized areas that I want us to pay attention to this year: plugins, old tickets, and new meetups. </p>\n\n\n\n<p>Plugins, because they really have turned a corner on where they ended 2023. A lot of work has been done to make sure that they’ve streamlined some efforts, gotten some better onboarding for folks as they’re going in, and we could really use a hand to keep that momentum going.</p>\n\n\n\n<p>Old tickets, because it’s something that we hope for year after year when we’re talking to people about what they want in new releases. So often, part of what they say is some way to work through all of these old things that have been around forever, some with patches. And why not, after all?</p>\n\n\n\n<p>And then new meetups, because I really still think that meetups are the best intro to WordPress. No matter whether you’re wanting to become a developer eventually or, like, the community-building aspect is the thing that hooks you forever. Meetups are the place to encourage those and discover those. </p>\n\n\n\n<p>[00:03:20] <strong>Josepha:</strong> The next thing on my list is also two things. It’s two things, but kind of a guess at the moment. There are two summit items that I want us to try to consider this year.</p>\n\n\n\n<p>So the first one is contributor recognition. Acknowledgment and recognition, I think, are two different things, and there was an entire series of sessions at the summit where we talked about it. And so I think that it’s worth us digging in on that.</p>\n\n\n\n<p>The other thing from the summit that I would really like us to all kind of dig in on is accessibility, how we do it, how we confirm it, what we think we should do versus what we actually do, and see what we can move on the needle there.</p>\n\n\n\n<p>And the last thing is sort of a personal wish. I think it’s about time that we take a look at the way that we kind of manage ourselves as a project, the way that we do our meetings and report on our successes, things like that. And I realize that this is a big thing, and it might be a little bit scary. But, I mean, we’ve been doing this for a really long time, and it’s probably as good a time as any, frankly, to look at what we’re doing by habit or tradition and see if it still suits us.</p>\n\n\n\n<p>So, that’s my back of the napkin set of notes so far. Keep an eye out in the next couple of weeks for the annual Big Picture post so you can get some context, notes, and discussion opportunities. And, of course, anything that has shown up that’s a bit bigger, a bit more final will be in there as well. </p>\n\n\n\n<p>But first, our small list of big things. </p>\n\n\n\n<p>[00:04:52] (Music interlude) </p>\n\n\n\n<p>[00:05:00] <strong>Josepha:</strong> Firstly, State of the Word had nearly 200 questions submitted, and Matt has been answering the overflow on make.WordPress.org/project. So, I’ll include a link, but head on over there to that post if you would like to catch up on those.</p>\n\n\n\n<p>And then the second item, and last item, is that you’ve got a few more days left to give us feedback on WordPress meetups in 2023, and give us an idea of what we can do to improve those. I believe those close on January 14th. I really love my local meetup, and I hope that we can get some of that same sort of feeling going in all of yours, too.</p>\n\n\n\n<p>[00:05:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Thanks again for tuning in for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:06:02] (Music outro) </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:\"16677\";s: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: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:40:\"The Month in WordPress – December 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:72:\"https://wordpress.org/news/2024/01/the-month-in-wordpress-december-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:\"Fri, 05 Jan 2024 10:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=16680\";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:331:\"As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates. Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead. Highlights from State of the Word On […]\";s: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:11236:\"\n<p>As 2023 came to a close, WordPress bid farewell with the much-anticipated annual State of the Word and the 6.5 roadmap, among other exciting updates.</p>\n\n\n\n<p>Read on to learn more about the community’s end-of-year celebrations and catch a sneak peek of what’s in store for the year ahead.</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\">Highlights from State of the Word</h2>\n\n\n\n<p>On December 11, WordPress co-founder Matt Mullenweg delivered his annual <strong><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote in Madrid, Spain</strong>, marking the first international edition of the event. Nearly 200 WordPress enthusiasts and tech industry leaders gathered in person to hear what’s next for WordPress—with a large audience joining online or from one of the 47 watch parties held across 18 countries.</p>\n\n\n\n<p>The keynote <a href=\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\">highlighted</a> last year’s milestones and showcased compelling demos, providing a glimpse into the upcoming developments for the Site Editor, Collaboration phase, and Admin redesign. Matt also introduced 2024’s focus on <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, aiming to unlock digital barriers and frictionless migrations into WordPress for a more open web.</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/c7M4mBVgP3Y?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>The event concluded with a <a href=\"https://www.youtube.com/watch?v=S01uBD2pyQY\">Q&A session</a> and <a href=\"https://make.wordpress.org/project/2023/12/12/overflow-questions-from-state-of-the-word-2023/\">this follow-up post</a>.</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\">Roadmap to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is <a href=\"https://make.wordpress.org/core/6-5/\">scheduled</a> for release on <strong>March 26, 2024</strong>. This major release is set to introduce a new Font Library for easy global font management, support for Appearance Tools in Classic Themes, Data Views for templates and patterns, and more robust revisions across the editing experience, among other highlights.</p>\n\n\n\n<p>6.5 will also include new APIs like Interactivity, Custom Fields, and Block Binding that expand block capabilities and underpin features like Synced Pattern Overrides.</p>\n\n\n\n<p>Learn more about the features planned for WordPress 6.5 in <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\">this roadmap post</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Don’t wait for the next release to optimize your creative workflows with <a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\">these powerful Site Editor tools</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>Two new versions of Gutenberg shipped in December:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/12/06/whats-new-in-gutenberg-17-2-6-december/\"><strong>Gutenberg 17.2</strong></a> introduced improvements to the site editing experience, including the ability to drag and drop blocks to the top and bottom of documents and sticky table headers. The update also enhanced the Interactivity API docs and addressed numerous bug fixes.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/20/whats-new-in-gutenberg-17-3-20-december/\"><strong>Gutenberg 17.3</strong></a> featured a summary of changes in the global styles revision history, an updated preferences panel, and a new social icon for the Gravatar service, along with the ongoing development of Phase 3 features.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\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</h2>\n\n\n\n<ul>\n<li>Openverse <a href=\"https://make.wordpress.org/openverse/2023/12/11/introducing-enhanced-content-safety-features-on-openverse/\">introduced new features to filter sensitive content</a>, aiming for a more accessible and safer browsing experience. This update marks the beginning of a significant initiative to enhance content safety tools.</li>\n\n\n\n<li>Matrix contributors <a href=\"https://make.wordpress.org/project/2023/12/12/update-on-matrix-migration-pausing-the-transition/\">announced</a> the decision to pause the Making WordPress Slack migration to Matrix and the factors contributing to it.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/meta/2023/12/15/developer-resources-gets-a-refresh/\">redesign of the Developer Resources section</a> went live last month.</li>\n\n\n\n<li>Are you searching for events in your local community? Explore the recently launched <a href=\"https://make.wordpress.org/community/2023/12/13/announcing-the-new-wordpress-events-page/\">WordPress.org Events page</a>—your new central hub for discovering upcoming events or applying to organize one.</li>\n\n\n\n<li>In 2023, WordPress significantly <a href=\"https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/\">improved Core Web Vitals (CWV) across sites</a>. The overall passing rates went up from 28.31% to 36.44% on mobile and from 32.55% to 40.80% on desktop, making both WordPress and the whole web perform better.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/12/22/call-to-action-2024-major-releases-call-for-volunteers/\">Volunteers are needed</a> for 2024’s WordPress major releases. If you’re interested, now’s the time to get involved!</li>\n\n\n\n<li>Check out all the community <a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">achievements and contributions</a> that moved the WordPress project closer to its goals in 2023.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\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\">Requests for feedback & testing</h2>\n\n\n\n<ul>\n<li>Complete the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a> before January 14, 2024, and help strengthen WordPress meetups in the future.</li>\n</ul>\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</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"','no'),(143,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1706155646','no'),(144,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1706112446','no'),(145,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1706155646','no'),(146,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','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:110:\"WPTavern: #107 – Michelle Frechette on Advocating for Accessibility and Diversity in 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:48:\"https://wptavern.com/?post_type=podcast&p=152560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/podcast/107-michelle-frechette-on-advocating-for-accessibility-and-diversity-in-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:59972:\"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 has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, advocating for accessibility and diversity in the WordPress community.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you, and hopefully 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 Michelle Frechette.</p>\n\n\n\n<p>This is going to sound like a lot, and that’s because it is.</p>\n\n\n\n<p>Michelle Frechette is the director of community engagement for StellarWP at Liquid Web. She was called the busiest woman in WordPress by Matt Mullenweg at WordCamp US 2022. She is also the host of the WP Coffee Talk Podcast, co-founder of Underrepresented in Tech creator of WP Speakers and WP Career Pages, president of the board for Big Orange Heart, Director of Community Relations and contributor at Post Status, co-host of the WP Motivate and Audacity Marketing Podcasts, host of the WP Constellations Podcast, author, and frequent organizer and speaker at WordPress events. Michelle lives outside of Rochester, New York, where she’s an avid nature photographer. You can learn more about Michelle at meetmichelle.online.</p>\n\n\n\n<p>You see, like I said, that’s a lot.</p>\n\n\n\n<p>This willingness to engage in all manner of WordPress projects has given Michelle a voice. And she’s on the podcast today to discuss a topic which is close to her heart. Diversity equity, inclusion and belonging.</p>\n\n\n\n<p>She talks about her experiences at WordPress events, and how they were not always easy for her to attend and be a part of. Michelle uses a scooter to get around, and there have been situations in which she could not enter venues and access all the facilities.</p>\n\n\n\n<p>This frustration made her take action, and, as you’ll hear, effect change at subsequent event she attended.</p>\n\n\n\n<p>It’s not all about events though. Michelle talks about the wider goals of making all aspects of the WordPress community more open and inclusive.</p>\n\n\n\n<p>Being one of the voices promoting this message has not always been easy. And we hear about how Michelle copes with those who disagree with her quest to create change.</p>\n\n\n\n<p>If you’re interested in thinking about inclusivity and how embracing diverse perspectives can impact the WordPress community, this episode is for you.</p>\n\n\n\n<p>If you want to find out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Michelle Frechette.</p>\n\n\n\n<p>I am joined on the podcast by Michelle Frechette. Hello Michelle.</p>\n\n\n\n<p>[00:03:40] <strong>Michelle Frechette:</strong> Hi Nathan, how are you?</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> I am very good. Michelle has been called the busiest woman in WordPress, I think that’s the right wording, by Matt Mullenweg. And if I was to read out her bio, which I’m not going to do, I’ll let Michelle introduce herself. You would have some understanding of why that happened.</p>\n\n\n\n<p>So I’m going to give you an opportunity right at the beginning, you can go as deep as you like, Michelle. Give us your bio, give us your story about your relationship with WordPress, and the different projects that you are in, before we begin our conversation.</p>\n\n\n\n<p>[00:04:09] <strong>Michelle Frechette:</strong> So my day job, I always feel like a superhero when I say that. By day I am the Director of Community Engagement for StellarWP, and all of our plugins and themes, that are part of that company at Liquid Web. And my external projects though, are the ones that I think you are more interested in talking about today, perhaps.</p>\n\n\n\n<p>Which are things like WP Career Pages, WP Speakers, and underrepresentedintech.com. So a lot of the side projects that I do, and the things that I do within the WordPress community, really are community oriented projects that are to help others find their footing and move forward in the work that they want to do within WordPress, and within the WordPress community. So I really enjoy doing those kinds of things.</p>\n\n\n\n<p>[00:04:52] <strong>Nathan Wrigley:</strong> How did you discover WordPress?</p>\n\n\n\n<p>[00:04:55] <strong>Michelle Frechette:</strong> Oh, that’s a good story actually. It has to do with spaghetti. So actually, one of my best friends and I, we had started a nonprofit together. I was working at a massage school, as the director of the massage school. She was a massage therapist, and graduate of the program. And she came to me and she said, after a thousand hours of working in this program, you graduate, you take an exam, and then you’re just on your own spinning in the wind. Because you really have no idea how to build a business, how to get clientele, all of these things. You know how to do massage, but that’s about it.</p>\n\n\n\n<p>And so we started a nonprofit to help massage therapists actually have careers. So we did classes, we had, you know, meetings. We did all of these different things, special education and continuing education, those kinds of things. And so we decided we needed a website, and her husband was a WordPress developer.</p>\n\n\n\n<p>So he created this beautiful website for us. And so we started sending him content. And he’s like, hold up ladies, no. These are your logins, you log in and you put your content in. I built you the frame. Have fun. I was terrified. I like logged in and I thought, what button am I going to press that’s going to make the whole thing come crashing down? And I’m going to have to say to him, I broke this site.</p>\n\n\n\n<p>But of course that doesn’t happen really. So I remember putting information on the homepage, hitting update, and then quickly opening a new tab to see what happened, right? And the fact that there was all of these words that I just wrote, out there for the whole world to see. Nobody saw it, because nobody knew about the site at that particular moment. But the idea that they could, that somebody in Europe could open up this website, and see that I had put words out into the universe, was incredibly intoxicating.</p>\n\n\n\n<p>And so I started doing more and more with that site. I decided I could do this for a living, or at least for a side project. And so I contacted him and I said, okay, I understand how to use WordPress, and I understand how to buy a domain. What I don’t understand is, how do I have hosting in one spot and a domain in the other, and actually put those two things together so that I have a domain on the web?</p>\n\n\n\n<p>He said, Christine’s working almost every night this week, if you come over and make spaghetti for the kids, because they had four kids, I will show you how to do WordPress. And so I went over there, the kids helped me. We made spaghetti, all of the things that go with the dinner like that. The kids cleaned up dinner. We sat down at his dining room table, opened up, and he showed me how to buy a domain, how to buy hosting, and then how to put WordPress on that hosting.</p>\n\n\n\n<p>I wish I still had it. I had a little blue piece of paper that had four steps. The third step I remember was, change the salt keys. We don’t really do any of that anymore, right. But I remember doing that. And so from that, I started building websites for other people. I left higher education at some point and said, I think I could do this as a full-time job. Hung a shingle, figuratively. And within a few weeks I had so many clients that I was doing marketing for, and building websites for. Yeah, it’s kind of like the rest is history.</p>\n\n\n\n<p>[00:07:46] <strong>Nathan Wrigley:</strong> That’s absolutely fascinating. The thing that I’ve noticed about you, apart from the fact that you’ve built websites, is you’re heavily, heavily involved in the WordPress community. And it can be quite a jump, going from WordPress user to WordPress community member. In fact, I’d go as far as saying that, you know, most people that have contact with WordPress, probably have absolutely no idea that there is a community of any description at all.</p>\n\n\n\n<p>So how did that happen? How did it become such an integral part your life? How did you discover the community, events and so on? And how did it become the fulcrum of so much in your life?</p>\n\n\n\n<p>[00:08:20] <strong>Michelle Frechette:</strong> Same person. So, you know, shout out to Christine’s husband, Rob. But he said, hey, you know, we have this meetup in Rochester for WordPress users. And I said, okay. He said, well, this is the next one, this is where it is. And I showed up to that meetup. It was in a darkened room, because they had a slide projector, you know, overhead going so they could show what’s going on with this website.</p>\n\n\n\n<p>The topic that day was Digital Ocean. I had no idea what was happening. And then they showed some CSS, and I was like CS what? And so I was the only woman, in a dark room filled with men, talking about things I had no concept of. And it took me two years to go back.</p>\n\n\n\n<p>After two years, he had also said, look, you got to look at this thing called WordCamps. And so I went to WordCamp Buffalo, and I literally sat there all day learning from people whose names I had heard of but had never been, you know, in their presence. And thought for $25, I think at that time it was $20, I just got so much information, and lunch. You know, it was amazing. And so I thought that’s pretty cool.</p>\n\n\n\n<p>And so the next year, Rob said, I can’t, first of all, he was organising meetups on a whim. Hey, we haven’t had one in a while, is everybody free next Tuesday? My brain can’t operate that way. It’s like, I need structure. So when he said, I can’t run this anymore, does anybody want to step in? I was like, me, I’ll do it, I’ll do it.</p>\n\n\n\n<p>And so we have regular meetups, at the same time every month. Same day, every month. And things got a little organised that way. I went to WordCamp US, and said to Andrea Middleton at the time, yeah, maybe someday we’ll have a Word camp in Rochester. And she said, why not this year? And so I was like, okay. So we had the first WordCamp Rochester.</p>\n\n\n\n<p>I was speaking at that time at different WordCamps all over New York and Canada, actually, eastern part of Canada. And things just kind of started to snowball from there, I guess, where I got asked to speak in more places. My name started to be recognised here and there, and I’m not a developer, so I was constantly surprised that people wanted to hear what I had to say. But that’s where I really started to learn that the majority of our community are WordPress users, not necessarily developers.</p>\n\n\n\n<p>And that it takes everybody in our ecosystem to make WordPress the product that it is today, and that you can be a marketer and contribute to WordPress. You can be an, you know, a community person, contribute to WordPress, and that it really takes everybody. If it was just software, without the rest of us, it would not be nearly what we are today as WordPress, and what we know as WordPress. So, yeah, I don’t know if I answered question.</p>\n\n\n\n<p>[00:10:46] <strong>Nathan Wrigley:</strong> No, that’s really interesting. There’s an awful lot that’s gone on. And you’ve obviously, right from the get go of finding WordPress decided that you wanted to, well, you had that 2 year hiatus, but after that you were in with both feet.</p>\n\n\n\n<p>More recently, I think it’s fair to say that there are some areas of the WordPress community that you’ve taken on as, well, crusade is the wrong word, but you’ve got issues which you think are important. And you’ve made them the focus and the fulcrum of what you do. And we’re going to get into some of these today.</p>\n\n\n\n<p>So let’s, first of all, just introduce the acronym under discussion a lot today, and it’s the acronym DEIB. It may very well be that people have no idea what that means. So first of all, can we unpick that? What do those letters stand for, and how does it in any way go with WordPress and community, and all of that?</p>\n\n\n\n<p>[00:11:33] <strong>Michelle Frechette:</strong> So DEIB, the acronym itself stands for diversity, equity, inclusion and belonging. And so the idea is that there are entire groups of underrepresented folks in any organisation, in any community. And those are going to be the people that are either minority groups of some sort or another, whether it’s racial, ethnic minority, whether it’s ability minority, whether it’s age.</p>\n\n\n\n<p>There’s so many different ways that somebody can be in an underrepresented group, the LGBTQ+ community for example. And so, what DEIB activities try to do is kind of level the play field a little bit, and make sure that everybody has access to whatever the community is. So in our case, of course, WordPress.</p>\n\n\n\n<p>And not just access to WordPress, anybody can download WordPress, as long as you’re in a country that doesn’t restrict access. Of course, we know that that does exist too. But it’s more than just having access to the software, it’s having access to representation within the community.</p>\n\n\n\n<p>And so what we do at Underrepresented in Tech, what I’ve done with some of the other projects that I do, is really seek to make sure that everybody has an opportunity to be heard. Have a voice in the community. And see others like themselves on stages, in podcasts, writing for blogs, and CEO or C-suite positions, things like that.</p>\n\n\n\n<p>So we actually have a better community when it isn’t just one homogeneous group. I don’t know why that never rolls off my tongue right. But we don’t just have one group of people. In our case, you know, white, straight, males, who are running everything.</p>\n\n\n\n<p>It’s important, if we are going to have truly the best product that we could ever have, that different voices, different perspectives, different experiences help shape what that looks like going forward. And so DEIB really does, the DEIB movements and the things that we can do for that, is super important in order for us to have the best product ever.</p>\n\n\n\n<p>A lot of times you’ll hear it referred to just as DEI. A lot of companies have DEI. But the B part of it, that belonging part of it, that brings it from tokenisation to actually inclusion. That inclusive part of it is so important.</p>\n\n\n\n<p>It’s not just enough that a CEO decides that they have a black person on the cover of their website, or on the cover of their brochure, and things like that to show, hey, look at us, we’re with it. We know what this is all about. Anybody can use a stock photo, but what do you really do? How are you really including people and how are you celebrating differences? That’s what’s important.</p>\n\n\n\n<p>[00:13:52] <strong>Nathan Wrigley:</strong> I don’t know what your experience is outside of WordPress in the recent past, but do you feel, do you have an intuition that the WordPress community is actually quite open to these kind of discussions? Do you sense that there’s an acceptance that this is an issue, which needs to be air and talked about?</p>\n\n\n\n<p>Because I can well imagine that in any community, there’s going to be people who think, well, you know what, the core thing is, for example, the code. That’s the thing that counts, so that’s what we should all concentrate on, and all these other things are not for me to worry about, and we don’t need to worry about them.</p>\n\n\n\n<p>I have this intuition that WordPress might be ahead of the curve on these kind of things, and addressing these issues, but, what do you think?</p>\n\n\n\n<p>[00:14:27] <strong>Michelle Frechette:</strong> I think it’s grown over the last few years. So few years back, we had the first, what was originally called the all women’s release squad. And then it was the all women non-binary release. And at that point in time, lots of people got behind it. It was a wonderful thing.</p>\n\n\n\n<p>But there’s always a faction of people who grumble and say it’s not necessary. I think it was Joost de Valk posted in the Advanced WordPress Facebook Group, how exciting it was that this was all happening. And I think by the time they closed that thread, there were over 300 responses to that one post. The majority of which were negative, and then replies to those negative responses.</p>\n\n\n\n<p>And this was what, three years ago? It wasn’t that long ago. And so, to be able to look at that and say, wow, that many people, not just men, but majority men, were against having a release squad that was all women and non-binary folks. Saying that it couldn’t possibly be the best release that it ever could be, because men weren’t involved.</p>\n\n\n\n<p>Assuming that, just because it was women and non-binary folks, that it would not be the best that it could be. And that’s just, that’s just rubbish, to use a British term. It’s rubbish. There are women and non-binary people, who can absolutely code as good as any man, and we can lead, we can do other things.</p>\n\n\n\n<p>And so I think that that really was, perhaps not the beginning, but that was that snowball starting to get some more traction, and build bigger as we came down that hill. Because we had champions behind that, like Josepha, because Matt was behind that kind of movement as well.</p>\n\n\n\n<p>After that, and because my voice started to grow within our community, people would start to approach me and Ali Nimmons and say, we really do want to have like more diversity at this WordCamp, or at this event. Do you know a black person who would be willing to speak? Do you know a woman who would be willing to speak there?</p>\n\n\n\n<p>And we thought, well, how do we respond to this, right? How do we tell people, well, check with this person, check with that person. And so we started to build a spreadsheet for ourselves, of people that we could recommend. And about 20 people into that spreadsheet, and literally two days after we started it, were like this doesn’t feel right.</p>\n\n\n\n<p>Number one, we don’t know everybody, right? Believe it or not, I don’t know every black person in WordPress. I just don’t. I don’t know every disabled person. I don’t know every woman in WordPress. And so for me to only recommend 20 or 30 people, means that the other people aren’t necessarily getting recommended by me.</p>\n\n\n\n<p>And I understand networking, you know who you know. But we started to talk about the fact that we could build something that people could opt into, and others could search without us have to either gatekeep or be the go-between. And so we built Underrepresented in Tech for that reason. There’s a whole database there.</p>\n\n\n\n<p>If you want to find somebody for your podcast, you’re looking to hire somebody, you can go there. You don’t necessarily know why they’re underrepresented, so you might look at something, you might search WordPress and see what looks like a white male. Which you don’t know if he’s sitting in a wheelchair, because you only see his face, or you don’t see anything. You don’t know if he’s part of the LGBTQ+ community.</p>\n\n\n\n<p>Because it’s not our job to out people with what their disability or their gender is, or their sexual preference and orientation, or their abilities, things like that. So that’s not up to us. We do vet everybody that’s in the database. You have to trust that that person is who they say they are, and that we’ve vetted that.</p>\n\n\n\n<p>But we wanted to give an opportunity for people to be found. That grew into what we started as a vlog. Because we were like, well, let’s be cutting edge. Let’s go back, let’s be retro, let’s have a vlog. Which quickly like, all right, we scrapped that idea, and turned it into a podcast. We have over a hundred episodes, over 10,000 downloads of our podcast, which is Underrepresented in Tech, where we talk about those issues.</p>\n\n\n\n<p>We talk about what it’s like to be an underrepresented person in technology. We sometimes bring in guests, so we get their perspectives as well. But the whole idea is that me as a 50 something year old woman, 55 now, but at the time wasn’t right. 50 something year old woman who has a disability, in tech, and a young black queer woman in tech, we kind of ticked a lot of those boxes, right, of what it means to be underrepresented.</p>\n\n\n\n<p>And so we have perspectives, and we have ways that we can engage with people. But also people started listening, and people started learning. And the things that we write, and the things that we say, sometimes come under incredible scrutiny. But more often than not help inform, and also effect change within organisations, and within the community, to be more inclusive, and to at least understand and be aware of the fact that not everybody experiences the world and the WordPress community in the way that the person listening to it does.</p>\n\n\n\n<p>[00:19:06] <strong>Nathan Wrigley:</strong> I wonder if geography has anything to play here. So there’s a whole raft of things that I want to ask you on back of what you’ve just said, but let’s begin there. So, for example, if I live in your part of the world, so you are in North America. The complexion of countries in North America may very well be different to, I don’t know, for example, South America, or the Middle East, or Australia, you know, pick any part of the world.</p>\n\n\n\n<p>Is there anything in that, or do the proclivities of North America, do they spread across the board? So let’s just take two events. Let’s take Word Camp US and Word Camp Asia. If we were to try to apply criteria, would they be the same criteria in your estimation? Or, does geography in any way play a role in how you would want that event to look, based upon where it is?</p>\n\n\n\n<p>[00:19:55] <strong>Michelle Frechette:</strong> It’s definitely going to play a role, because underrepresentation is going to look different ethnically, within different places. It’s not going to change how many women are included. It’s not going to change the LGBTQ+ acceptance, in a particular community. It’s not going to change ability and disabilities.</p>\n\n\n\n<p>So if I go to an event and nobody at all, there’s very few women on stage. Everybody looks the same. Everybody has the same physical abilities. Then I’m not seeing a lot of diversity there. That’s not to say that people aren’t, right? Sometimes you don’t see diversity. You can’t know that somebody is disabled necessarily, because they can walk. I don’t, but other people do, and still are disabled folks.</p>\n\n\n\n<p>And so, yes, you’re not always going to be able to tell just by looking at the lineup, or looking at the room. And certainly, ethnic inclusion around the world is going to look different. After we started Underrepresented in Tech, Nigel Rogers invited me to speak to his meetup, which was, and I’m never going to remember, I never remember where he is. But he is in one of the African nations.</p>\n\n\n\n<p>And so I get online, I’m talking to this group of, it was all men I believe, all black men. And one of them said, we’re not minorities. And I said, I understand that in your community, you are not minorities. I would be the minority in your community.</p>\n\n\n\n<p>However, globally, if you look at the entire WordPress community globally, yes. If you look at all the people who have contributed to core. If you look at all the people who have been part of release squads. If you look at the stages of all of the WordCamps around the world, you are still the minority.</p>\n\n\n\n<p>Your faces do not have equal representation, in the entire community, and all of the different places. And that’s what we’re striving for, is that when we look at a global level, who is holding power? Who are the people who are being uplifted? And, can we make sure that other people have those opportunities too?</p>\n\n\n\n<p>[00:21:43] <strong>Nathan Wrigley:</strong> Yeah, it’s a difficult tightrope to tread that one, isn’t it? Because obviously if you were to, for example, put on an event in, as you just described, say Africa, or in the center of Europe, the makeup of those communities would be different. And so casting the net wider and saying, well, this is about the world, that’s kind of interesting, isn’t it?</p>\n\n\n\n<p>Because we’re really in the first generation of people that have been able to sort of do that really. Because we’ve got, you know, we’ve got instant communication, and things like that. And so we can have this much bigger perspective.</p>\n\n\n\n<p>Okay, so that’s really interesting. If somebody’s putting an event on, and again, we’ll just take those as an example, let’s say Africa, or Europe, or wherever you know, something different from North America. Is there a correct amount of different things that you need to do, to satisfy these DEIB, well, I think criteria is the wrong word, but recommendations is maybe a better word, I’m not sure?</p>\n\n\n\n<p>In other words, do we have to see in the speaker lineup, okay, there needs to be 4 of this thing, and 8 of this thing, and 12 of this thing and, you get what saying? Does need to be so prescriptive, or is it more of, okay, we’ll try our best? We’ll do what we can, and we’ll accept what comes out the other end.</p>\n\n\n\n<p>[00:22:54] <strong>Michelle Frechette:</strong> There’s a little bit of a combination, that’s kind of a spectrum. And somewhere in the middle of those two things that you just said is what I would love to expect. And part of that is, take a look at the, what you’re doing to recruit. If all you do is put it out, and just say anybody, this is what I’ve been told. It’s out there, anybody can apply. I can’t help it if minorities aren’t applying.</p>\n\n\n\n<p>Well, yes and no, because you can invite people to apply. If traditionally your event has had white faces, and mostly male on stage, do people who are not white faces and mostly male, feel encouraged to apply? Do they feel that’s a space that they’re welcomed in? Do they feel that that’s a space where they have a voice?</p>\n\n\n\n<p>What have you done to make sure that those people feel that they could be included, and not excluded, because of what you historically have had on stage, or historically have had as your outreach, or historically have had as your organising team?</p>\n\n\n\n<p>So if you really do want to make a difference going forward, what can we do? We can invite people to speak. Just because we have always had it as the luck of the draw, doesn’t mean it has to be that way. We can say, I want to make sure that I am inviting people to apply.</p>\n\n\n\n<p>And one of the things that I’ve suggested in the past is, don’t just say, Sarah Smith over here, you have a darker face than Michelle does, we want you to speak. And then hope that she’s going to suggest a topic, or apply with a topic that fits. So what I’ve always said is, we really do want you to speak, I want to make sure you’re in our lineup, can you suggest three topics? And then we can make sure that one of those topics fits within everything else.</p>\n\n\n\n<p>So for example, if everybody wants to talk about SEO, unless it’s an SEO conference, that’s not a good lineup, right? So you need to make sure that the topics work too. But if Sarah Smith says, I could talk about SEO, I can talk about building your public persona, and I can talk about outreach to underrepresented communities.</p>\n\n\n\n<p>You’ve given Sarah three different things, and one of those topics is most likely to be able to be in your speaker sessions, in your topics, without overlapping other people’s topics. So there are definite ways that you can increase your diversity on your stage, by making sure that you’re inviting people to speak, at the very least encouraging.</p>\n\n\n\n<p>[00:24:55] <strong>Nathan Wrigley:</strong> So there is a process of, there’s work to be done basically. If you are, let’s say you are putting on an event as described, in the scenario that you are suggesting, merely saying there’s the form, it’s online, everybody can access that form. That’s possibly not going to be enough because of history, really.</p>\n\n\n\n<p>If you’ve been to a WordPress event as me, then all of the pieces of the jigsaw puzzle kind of fit. I should probably say, if you haven’t seen my face before, I am a white male. And so, you know, if I attend any of these events, there’s really no impediment to anything for me.</p>\n\n\n\n<p>But is what you are saying that, if it’s not a situation where you see people on the stage that look like you, think like you, behave like you, it’s unlikely that you are going to make the effort to go in the first place. And so you need to take steps to redress that balance. And those steps have to be proactive, because it’s not going to happen by accident, given what we’ve got in the past, the history of these things.</p>\n\n\n\n<p>[00:25:55] <strong>Michelle Frechette:</strong> And think about the history of a disabled person. Think about the history of a minority person. Think about the history of women. Not only have we not seen ourselves there, but in many cases, we’ve been discouraged and actively barred from access to those kinds of events.</p>\n\n\n\n<p>So, if as a disabled person, I’ve tried to go someplace, there’s no curb cuts, there’s stairs, there’s escalators. I have to go in through the kitchen to have access to an event. I would be discouraged from attending that event. Would I love to be on stage, yeah. But if I can’t actually get on the stage, what good is it, right?</p>\n\n\n\n<p>And that’s just from the perspective of a disabled person. If I walked into a dark room of a meetup, and I’m the only woman, with 10 men in a darkened room, how does that make me feel welcomed? That doesn’t. Because now I’ve put myself in a position where mothers all over the world say, never put yourself in a dark room with a bunch of men, right?</p>\n\n\n\n<p>So there’s just history that comes along with being in an underrepresented group, that says to us, and whether that’s passed on through oral tradition or, you know, our families have taught us, or it’s just our own experiences in the past. We can sense, by looking at something in the history of something, whether or not we would traditionally be included in that event.</p>\n\n\n\n<p>And we have people like me, who just like try to break those barriers open. Because I have broad shoulders and thick skin. I want to make sure that other people behind me feel welcomed, and have the access to those things. So I’m willing to be the person to suffer the slings and arrows, as Shakespeare would say, to make sure that it’s easier for other people to go through.</p>\n\n\n\n<p>I think of myself as that icebreaker ship, that’s going through, you know, the Arctic, making it possible for other ships to follow through in my path. It’s not easy. And sometimes there are sleepless nights involved with some of those things, because you put yourself out there in a way that says, I need to see access for more people.</p>\n\n\n\n<p>And other people who have traditionally held those positions, aren’t necessarily willing to give them up. And I understand that because power is a powerful thing, and we like being in a position of power, traditionally. And so the idea of seeding some of that power to other people, whether that’s a space on a stage, whether that’s in a boardroom, you know, that you bring people on your board, whatever that looks like. It’s not easy to include people that don’t look like us, and might have other ideas than us.</p>\n\n\n\n<p>But that’s truly how we make a better community, and better products. I use this example all the time when I talk about inclusion. Back in the forties and fifties, they marketed vacuum cleaners to men, by showing pictures of vacuum cleaners with women in their pearls, and there are high heels and beautiful smiles, vacuuming their houses. Do you know how we market vacuum cleaners today? It’s how they work.</p>\n\n\n\n<p>You know, we see a picture, a dog is knocked over a plant, and the Roomba, or somebody else is vacuuming it up. Kids spill Cheerios, let’s cut to a picture of that vacuum cleaner picking up the Cheerios. We talk about what the product does, not how pretty the woman looks using it. Because guess how many women actually want a vacuum cleaner for Christmas? Zero. That should not be a gift.</p>\n\n\n\n<p>And so the idea is, more women started to join boardrooms, and more women started to be marketing and ad people, in the seventies and eighties, and we started to see some of that change. Because traditionally, women are the one now buying those kinds of products for the home. Let’s appeal to her, instead of show a man how happy your wife will be if you bring home a vacuum cleaner.</p>\n\n\n\n<p>The same thing is true in every place, is you bring more people who have different experiences into those decision making processes, and you make a better product or a better service, to appeal for more sales. So it’s just good business. For your bottom line, much less, let’s be inclusive and let’s do the right thing.</p>\n\n\n\n<p>[00:29:27] <strong>Nathan Wrigley:</strong> Do you prefer carrot or stick for this? And, is it necessary to sometimes deploy both. My intuition is that you are going to prefer carrot. But maybe the stick has to come out at various times. And I have seen those, I don’t really know what the right word is, but I’ve seen those miniature battles, if you know what I mean, where people have said one thing, and then there’s been people reacting and saying, we don’t need this, and they’re trying to explain it, and what have you.</p>\n\n\n\n<p>So yeah, carrots or stick? Would you rather that we were able to introduce this idea and everybody came on board? Or, do we have to at some point say, look, nope, this is just what’s going to happen, you’ve got to come along for the ride?</p>\n\n\n\n<p>[00:30:05] <strong>Michelle Frechette:</strong> Obviously carrot would be the better thing. If we can show people why inclusion is better, and how they can make their products and services better by bringing in more perspectives, and bringing in more experiences that people have. Those lived experiences are really what enrich the whole product and the whole process.</p>\n\n\n\n<p>Like I said, whether it’s a service or it’s a product. How are people using it? If we only approach things from one perspective, we could only sell to that perspective, plus or minus maybe one standard deviation. But if we can make that bell curve wider instead of narrower, we have an opportunity to do more, and affect good for more people through what it is that we have created.</p>\n\n\n\n<p>In order to do that, we have to understand how more people are using our products and services, or what we intend our products and service to be, so that we can appeal to all of those people.</p>\n\n\n\n<p>[00:30:50] <strong>Nathan Wrigley:</strong> Do you have a sense that during the time that you’ve been in the community, things have changed? Can you, for example, give us an anecdote or a story about something that you know has changed, as a result of something maybe that you said, or somebody else said, which can just deliver the message that, well, everything is not set in stone. Things that were once the way they were can be altered.</p>\n\n\n\n<p>[00:31:09] <strong>Michelle Frechette:</strong> So WordCamp US, the first one after the pandemic had shut everything down, was in San Diego. It was a very small event. They only sold, I think, 650 tickets, including sponsors and speakers. So it was, you know, that’s still a big event, don’t get me wrong, but as a global event, a very, very small.</p>\n\n\n\n<p>I was there with my scooter, and tried to navigate an entire event. And by the end of the second day, I was in tears, because it was so difficult to be there as a disabled person. I got stuck in the bathroom, in the lobby bathroom, not in my hotel room. But in the lobby bathroom, because of the way that the room was built, and the exit was built, and where the trash can was, I couldn’t get close enough to the door to be able to open it, pull it to the side, and then go through the door. I literally had to wait until somebody came through. I would’ve texted somebody, I would’ve called somebody if somebody hadn’t come through, you know, fairly soon.</p>\n\n\n\n<p>But somebody else had to come through that door to let me out. And that’s not, we’d like to be as independent as possible. When you’re a disabled person, you don’t want to have to rely on people to do everything for you. That doesn’t ingratiate you to the community, when you’re constantly begging and asking for assistance.</p>\n\n\n\n<p>But that wasn’t the only problem that I had there. Several of the doors to access buildings didn’t have paddles, so they wouldn’t open themselves. So I had to ask people to help me get in and out of doors. My room, which was tagged as a handicapped accessible room, had a tub that I would’ve had to step over and into, which is dangerous for me. So I wasn’t able to actually take a shower or a bath. I had to, you know, sink bathe for five days.</p>\n\n\n\n<p>And there was just so many things that just were inaccessible for me. And at the end of that, I did talk to people about it, and told them that it was coming. But I wrote an article for Post Status called Five Days Without a Shower. I very unemotionally explained what had happened, and how things were difficult for me. I pointed out what worked, and the people who were very helpful in it. But then I also gave a list of things that I think could be done, looking at future events, to make them more accessible to other people.</p>\n\n\n\n<p>I know that I have a voice in our community. I know that people, you know, I’ve thousands of followers on Twitter, and I speak a lot, and that people know who I am. And so I realised that what I say in the community might be listened to more than people who don’t have that kind of following. And I don’t take that lightly. And I do try to use that for good.</p>\n\n\n\n<p>And so I wrote this article. I gave copies of it to, you know, to Angela Gin, and I sent it to Matt Mullenweg and just, this is the experience, this is what I think we could do better. As a result of that, Wordcamp Asia, which I attended this year, reached out to me and said, we want to make sure, but this is what we’ve put in place and I think that everything is accessible to you. And it was.</p>\n\n\n\n<p>The places that had stairs, they had put temporary ramps, so that I could get to them. The stage I was speaking on, I didn’t have to try to walk up three stairs, they had a ramp there for me. So everything was accessible.</p>\n\n\n\n<p>WordCamp US this year, we had a team specifically for accessibility. You know, Alex was on that team, and he was looking at the accessibility from, no pun intended, looking at the accessibilities from the perspective of blind man.</p>\n\n\n\n<p>But he was looking over the website. He was making sure that there were things in place, that he couldn’t get lost in a space that big if he wasn’t, you know, always having somebody on his side. So we had phone numbers in place where, if he literally couldn’t find his way out, somebody could come to him, and help him navigate.</p>\n\n\n\n<p>We made sure that every place was accessible with wheels. We made sure that people who were neurodivergent, who might need quiet spaces, had the ability to step out and find a space that was just listed as a quiet space. We made sure that there were rooms for nursing mothers, that they could sit and nurse their children, or pump if they needed to. And not have to do that in a bathroom, which is not sanitary.</p>\n\n\n\n<p>That was one of my suggestions, is that we had a person or a committee to look at the venue, to see what needed to change, in order for it to be an accessible event. So that was just one thing. One article that I wrote that was taken seriously, and that there’s a page in the handbook now for WordCamps, to make sure that you’re looking at things like curb cuts, like elevators. That there’s no place that, in a WordCamp, is inaccessible to somebody who can’t walk.</p>\n\n\n\n<p>And so there’s lots of things that I’ve been able to, because I have a voice in this community, put out there, that have then been able to be accommodated. WordCamp Europe was terrified, that because it was old, such an old city, that I would have difficulty.</p>\n\n\n\n<p>But I was in constant contact with Estela Rueda, who made sure that everything that there was, you know, she said, this is where you can go. Some places have stairs, but this is the way to get around that. If you get stuck, here’s my number. Like there was lots of things, there was constant communication, in order to be able to know that not just me, but anybody with, physical disabilities would be accommodated.</p>\n\n\n\n<p>And so, is it easy to put myself out there as the disabled person who needs accommodations all the time? It’s not, right? So nobody likes to say, hey, my legs don’t work. I’m not a perfect person, and I can’t do the things that everybody else does. But by me being able to do that, hopefully means that I’ve, not only opened doors electronically for other folks, but put ramps in place, and given access to people who might not have had access otherwise. And so, yeah, I think there’s things that I’ve been able to say and do that have had an impact, positively, in our community.</p>\n\n\n\n<p>[00:36:13] <strong>Nathan Wrigley:</strong> The curious thing, especially in terms of events, which is what we’ve just been talking about, is it doesn’t lessen the experience for people that don’t require it. You know, if there’s a ramp there, it’s no more difficult for me to use that. And so I think that’s brilliant. That’s such a nice tale of something actually changing, not in a heartbeat, but in a fairly short space of time. And so, well, bravo, firstly for writing the article.</p>\n\n\n\n<p>I guess it does beg the question, do these things get thought about, unless there is somebody like you who has to go through, well, let’s call it the pain or something like that? You know, somebody’s got to go through it, in order to live that experience, so that they can report back on what needs to be fixed.</p>\n\n\n\n<p>Do you sense that there’s still people having to go through pain in the future, or do you think that as a community we are getting better, you know, at a fair pace, so that it’ll be approaching perfect soon? Anything like perfect soon, have we still got a long way to go?</p>\n\n\n\n<p>[00:37:11] <strong>Michelle Frechette:</strong> I think it depends on the location. I think some cities, some countries, it’s not as easy for them to pivot and be as accessible, just because of the history of the city. You know, there are places I said, oh, I’d love to go there. And somebody said, I don’t think you’d be able to. Disabled people in that city have a tremendous difficulty getting around.</p>\n\n\n\n<p>Even in Asia. So, in Thailand, the cars are smaller, so to accommodate, to put me in an Uber, and also my scooter, which does come apart, some of that had to be at my feet and on the seat next to me, because it didn’t all fit in their trunk, for example. And so there are places that it might not be possible.</p>\n\n\n\n<p>Also, like, I was in Phoenix Arizona earlier this year, and I called for an Uber, and I knew exactly what the person looked like, I knew what their car looked like, and I knew what their license plate was because that’s on the app. And this person pulled up, saw me in my scooter and sped away, because they didn’t want to deal with my scooter.</p>\n\n\n\n<p>They canceled it, but they didn’t say, hey, I’m sorry I don’t have room in my trunk. Like they didn’t even communicate with me. They literally just drove away, and that was a terrible experience. And that was here in the United States, where we’re supposedly really accommodating to people with disabilities.</p>\n\n\n\n<p>And so, yeah, it’s not always easy. I don’t think we’re ever going to not have to look at it, and make sure that things are accessible. And I think that there will always be places that are historically more accessible than others.</p>\n\n\n\n<p>They actually, in Athens now you can, with a wheelchair, go up on the Acropolis. I didn’t because my daughter didn’t want to, even though I wanted to. But I was also told that once you get up the top of there, of course it’s just this ruins. And that’s not easy to navigate in wheels either. But they’ve done everything they can, even to make things like the Acropolis accessible.</p>\n\n\n\n<p>And so is everything always going to be accessible? No. There are apartments with only stairs. I will never be able to visit friends who live upstairs, in apartments that have only stairs. But being able to access public spaces, and finding ways to accommodate with temporary ramps, and things like that, I think is super important.</p>\n\n\n\n<p>And I hope that as long as I’m in the community, and I continue to talk about these things, that people will think about them for their events. And make sure that as many people possible can attend.</p>\n\n\n\n<p>[00:39:13] <strong>Nathan Wrigley:</strong> You always seem very jolly, and we would say in the UK, fairly chipper. You know, you’ve got the glass is half full, kind of approach. Or at least that’s the impression that I have. But does this, so we’re going to stray into something maybe personal, you may not wish to reveal this, it’s entirely up to you.</p>\n\n\n\n<p>Do these issues make you angry? Do you get a little bit annoyed on behalf of other people? Is there a bit of you that thinks, this is just not on? You know, it cannot be that events haven’t thought this through. It cannot be that these people aren’t represented. I’m just wondering, what the emotions it stirs in you are.</p>\n\n\n\n<p>[00:39:44] <strong>Michelle Frechette:</strong> I would say frustration more than anger. It’s frustrating to me. Anger would come into place, if people acknowledged it and chose not to act. That’s anger. Not even looking, or not even thinking about it is the frustration. I think, traditionally, if somebody thinks about it, then they will try to be as accommodating as possible.</p>\n\n\n\n<p>But to think about it and then not act, which is to make a deliberate decision not to include others. That’s when anger would come into play. But traditionally, anytime I’ve challenged or I’ve said, hey, have you thought about, most people are like, oh my gosh, I never even thought about that.</p>\n\n\n\n<p>For example, WordCamp Buffalo this year. I was the mentor, I was part of the organising team for that event. And it was in an old school building. And the only way for me to get there was to go in the back of the building, up a little delivery ramp. And, was I angry? No, because I could still get in there. It was an old building that that was the only way to accommodate me, that’s fine.</p>\n\n\n\n<p>If I’m going into a restaurant, I don’t want to come in through the kitchen. To me, that’s anger. They haven’t thought about it. They don’t want to include people in wheelchairs, if there’s no way to get in, when you’re trying to be open to the whole public. There’s ways that you can be accommodating. There’s just lack of understanding, lack of thinking, lack of thought to inclusion, that’s frustration. Deliberately denying access, that’s anger.</p>\n\n\n\n<p>[00:40:59] <strong>Nathan Wrigley:</strong> Are you ever on the receiving end of other people’s frustration and anger? Do the causes that you champion, do sometimes you find that your social media is full of people who disagree with you, and perhaps, maybe disagree as too polite term there? Does it sometimes descend into things that you’d rather didn’t happen? In other words, is it always equanimous, the kind of conversations you have, or does it sometimes get a little bit fraught and frayed?</p>\n\n\n\n<p>[00:41:24] <strong>Michelle Frechette:</strong> It does. A year and a half ago, I think, I wrote an article for a Post Status, called Misogyny In WordPress Is Real. And talked about the fact that women are still denied access, and still undervalued in a lot of places. And, you know, specifically, I pointed to that thread of all those people talking about the all women non-binary release, when Joost had posted about it in Advanced WordPress and Facebook.</p>\n\n\n\n<p>There are other things that I’ve pointed to specifically, some of it tech related, some of it’s specific to WordPress. And the amount of people that attacked me, men, I will say. The number of men who posted replies to that post or comments on that post, completely misogynistic. It’s like, oh, look you’ve proven my point.</p>\n\n\n\n<p>And attacked me openly on, you know, Twitter and things like that. I mean, it irritating, right? But it doesn’t anger me, because I’m like, okay, so you are just set in your misogynistic ways. Block. I will just block you.</p>\n\n\n\n<p>People talk about me all the time. They don’t necessarily say kind things. I can’t own what somebody else thinks of me, that’s on them. So, you know, block them and move on. That’s the best way to be. I could be all angsty and carry it with me in a negative way, but I know that the work that I’m doing in our community, to try to level the playing field, to try to forward inclusion, the DEIB work, means that I’m going to encounter people that don’t agree with me.</p>\n\n\n\n<p>Okay, fine. Move on. I’m going to try to talk to the people who do, who want to learn. If I can educate in a way that helps people learn, and they at least consider, if not actually enact change, I’ve done some good. And if there are people who are absolutely going to stonewall, because they like the way that things are, I can’t move a stonewall. I’m going to move on to the people that I can help. And so those are the kinds of things that I look at.</p>\n\n\n\n<p>And, am I always cheery? No. That is what you’re going to see publicly, of course. But you know, I referenced the fact that, by day two of WordCamp, I was literally bursting into tears, because I was so frustrated by the fact that I couldn’t access things.</p>\n\n\n\n<p>Does it feel good when you get attacked? No, it doesn’t. You know, I challenged WordCamp Europe this past year, because the first couple of, it was three or four I think, announcements of the speaker lineup were less than 20% women.</p>\n\n\n\n<p>It’s always hard to judge ethnicity, and you can never tell by looking at a person that they might not be an ethnic minority. You can’t tell if somebody’s part of the LGBTQ+ community. You don’t know if somebody’s non-binary. I acknowledged all of that, and I said I really hope that we see more of a balance going forward, with the rest of the announcement.</p>\n\n\n\n<p>And that one tweet has almost 30,000 impressions, because people either said, yes, absolutely, we need this, or you don’t understand how it is in Europe, Michelle. It’s not the same as it is in the US. I acknowledge that. But you have women in Europe, right? You do have minorities, you have people of color, you have people with different abilities. You have all of the different things that make up underrepresentation. So to only show us a bunch of white men, really starts to make you wonder, well, what is the rest of the lineup going to look like?</p>\n\n\n\n<p>I say I created controversy, I actually pointed out the controversy. I did not create controversy. The controversy already existed. I was simply the conduit, by which the rest of the world started to notice it. Because we’re so used to seeing so many white men in every lineup, but we need to make sure that that changes.</p>\n\n\n\n<p>And so I had people, I mean, I went to WordCamp Europe. I had people there telling me things like, you don’t understand. I had people sign up on my calendar, just to tell me how wrong I was, and to say that you have a big voice in this community, you need to use it better. And I said, well, I did.</p>\n\n\n\n<p>I’m not always going to be everybody’s favorite person. I actually have a sticker, I will bring one to you next time I see you, Nathan, that says, I’m not everybody’s cup of tea, and I’m okay with that. Because if you’re going to be a change agent, if you’re going to try to help things be better, there will be people who don’t like what you do.</p>\n\n\n\n<p>There will be people who feel challenged by what you’re doing. And there will be people who just flat out disagree with you. And that’s okay. Those are not the people that I’m going to change. The people that you can actually influence, are the people who want to do better, and don’t realise that they haven’t been to that point.</p>\n\n\n\n<p>And so, if you listen to my words and you think, gosh, I could be more accommodating, I could outreach to people who don’t look like me, and really make the speaker lineup more diverse. If those people have listened to me and enact a change, and really think about the way they do things, then I can say my work is done. Or at least you know, part of my work is done, and I will continue to fight the good fight.</p>\n\n\n\n<p>[00:45:46] <strong>Nathan Wrigley:</strong> That’s the perfect segue then to probably round it off. And if I ask you, Michelle, where can people contact you? Should they have those intuitions, and they do wish to speak to you. Where’s the best place? What’s the selection of things that you, are you most frequently using?</p>\n\n\n\n<p>[00:46:01] <strong>Michelle Frechette:</strong> Yeah. So I am still on, I like to call Twitter, but X. You can’t change your name on there, once you have so many links back to you. Yes, you physically can change your name, but I’m still @michelleames on Twitter and X. But if you go to meetmichelle.online, you will find access to all of the different things that I’ve done, my projects, WP Speakers, Underrepresented in Tech, WP Career Pages. All of those things that I’ve done for the community, to try to help people find jobs, help people find speakers, and just make the world a little bit more balanced.</p>\n\n\n\n<p>[00:46:31] <strong>Nathan Wrigley:</strong> I will make sure that every single one of those is listed in the show notes. So if you head to WP Tavern, at the very least, you’ll know that they are there. Michelle Frechette, thank you so much for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:46:44] <strong>Michelle Frechette:</strong> It was my pleasure. Thank you for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://meetmichelle.online/\">Michelle Frechette</a>.</p>\n\n\n\n<p>This is going to sound like a lot, and that’s because it is.</p>\n\n\n\n<p>Michelle Frechette is the Director of Community Engagement for StellarWP at Liquid Web. She was called “The busiest woman in WordPress,” by Matt Mullenweg at WCUS 2022. She is also the host of the WP Coffee Talk podcast, co-founder of Underrepresented in Tech, creator of WP Speakers and WP Career Pages, president of the board for Big Orange Heart, Director of Community Relations and contributor at Post Status, co-host of the WP Motivate and Audacity Marketing podcasts, host of the WP Constellations podcast, author, and a frequent organiser and speaker at WordPress events. Michelle lives outside of Rochester, NY where she’s an avid nature photographer. You can learn more about Michelle at meetmichelle.online.</p>\n\n\n\n<p>You see, like I said, that’s a lot.</p>\n\n\n\n<p>This willingness to engage in all manner of WordPress projects has given Michelle a voice, and she’s on the podcast today to discuss a topic which is close to her heart, diversity, equity, inclusion, and belonging.</p>\n\n\n\n<p>She talks about her experiences at WordPress events, and how they were not always easy for her to attend and be a part of. Michelle uses a scooter to get around and there have been situations in which she could not enter venues and access all the facilities. This frustration made her take action and, as you’ll hear, effect change at subsequent events she attended.</p>\n\n\n\n<p>It’s not all about events though. Michelle talks about the wider goals of making all aspects of the WordPress community more opening and inclusive.</p>\n\n\n\n<p>Being one of the voices promoting this message has not always been easy, and we hear about how Michelle copes with those who disagree with her quest to create change.</p>\n\n\n\n<p>If you’re interested in thinking about inclusivity, and how embracing diverse perspectives can impact the WordPress community, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://stellarwp.com/\">StellarWP</a></p>\n\n\n\n<p><a href=\"https://www.liquidweb.com/\">Liquid Web</a></p>\n\n\n\n<p><a href=\"https://wpcareerpages.com/\">WP Career Pages</a></p>\n\n\n\n<p><a href=\"https://wpspeakers.com/\">WP Speakers</a></p>\n\n\n\n<p><a href=\"https://www.underrepresentedintech.com/\">Underrepresented in Tech</a></p>\n\n\n\n<p><a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> article</p>\n\n\n\n<p><a href=\"https://poststatus.com/misogyny-in-wordpress-is-real/\">Misogyny in WordPress is Real</a> article</p>\n\n\n\n<p><a href=\"https://twitter.com/michelleames\">Michelle on Twitter</a></p>\n\n\n\n<p><a href=\"https://meetmichelle.online/\">Michelle’s 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, 24 Jan 2024 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"Do The Woo Community: Content Strategies for Woo and WordPress Businesses with Adam and Emma\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses/\";s: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>Adam and Emma talking about all things content when it comes to building brand recognition and trust for your Woo and WordPress business.</p>\n<p>>> The post <a href=\"https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses/\">Content Strategies for Woo and WordPress Businesses with Adam and Emma</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 24 Jan 2024 10:30: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: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:100:\"HeroPress: My Journey as an Engineer with WordPress – エンジニアとしての 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=6450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-as-an-engineer-with-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:20935:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/01/012324-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Your action may save the world. あなたのアクションが世界を救うかもしれない\" /><p><a href=\"https://heropress.com/feed/#japanese\">この記事は日本語でも読む事が出来ます。</a></p>\n\n\n\n<p>I currently live in Tokyo, Japan, and work as a freelance engineer. I would like to talk about what my life was like before I met WordPress, how I met WordPress, and the freedom it has brought me.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-before-i-met-wordpress\">Before I met WordPress</h2>\n\n\n\n<p>If I remember correctly, the first time I touched a computer was when I was in junior high school. I remember a big all-in-one desktop machine coming to my house with Windows 3.1 OS.</p>\n\n\n\n<p>In Japan at the time, magazines dealing with computers and programming were being published for users. It’s unthinkable now, but the magazine had pages and pages of “printed” code to run small tools and games! I remember typing that code line by line into the computer and being so excited to see the incredibly simple racing game working.</p>\n\n\n\n<p>Around the same time I was in middle school, I met the guitar. From then on, I fell in love with music and spent most of my time from middle school to my 20s playing the guitar, forming bands with friends, and performing at live shows.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meet-with-programming\">Meet with Programming</h2>\n\n\n\n<p>However, of course, it is not easy to earn money in the music world and make it my lifelong career. When I was around 30 years old, I started thinking about my future.</p>\n\n\n\n<p>Up until then, I had experienced various jobs in order to earn income for my music activities. Many of these jobs were Internet and computer-related, such as helping end-users improve their Internet experience and configure hardware over the phone. At the same time, I was also using music software to compose music. I decided to take advantage of these experiences and become an engineer.</p>\n\n\n\n<p>However, at that time I was already over 30 years old. Generally speaking, it’s probably a late age to start programming or gain experience as an engineer.</p>\n\n\n\n<p>In order to fill that gap, I studied hard and obtained several qualifications necessary to become an engineer. Fortunately, I was able to get a job as a programmer even though I had no experience as an engineer.</p>\n\n\n\n<p>At that company, I was able to work on languages such as HTML, CSS, PHP, and C#. However, in a desperate attempt to make up for the lack of experience, I probably pushed myself too hard. After two years of work, I lost my mental and physical balance and quit my job.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meet-with-wordpress\">Meet with WordPress</h2>\n\n\n\n<p>Of course, we need money to survive. I started working as a freelancer, and at first I gradually increased my abilities and experience through small projects.</p>\n\n\n\n<p>Some of those projects involved customizing already published WordPress sites. The first time I met WordPress was around 2018.</p>\n\n\n\n<p>After that, I developed WordPress sites from the beginning by myself and got involved in larger projects, so projects related to WordPress started to take up most of my work.</p>\n\n\n\n<p>While searching for information about WordPress on the internet, I learned about the existence of the community. In 2020, I also attended <a href=\"https://www.meetup.com/tokyo-wordpress-meetup/events/271290548/\">an online Meetup event</a> for the first time. At that time, I didn’t fully understand what “open source” or “contribution” meant. However, as I met people who were willing to generously share their technology and experience and who were contributing to making open source better, I became more fascinated with WordPress and wanted to get involved in the community in some way and contribute in any way I could.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-contribution-with-code\">My First Contribution with Code</h2>\n\n\n\n<p>I was just developing a WordPress theme. I was looking through the browser’s developer tools to see what CSS was applied to the block on the block editor. By chance, I discovered a small CSS typo.</p>\n\n\n\n<p>At the time, I knew very little about Git and had never used a CLI tool. However, it turns out that this code is contained in a project called Gutenberg, which is managed on GitHub.</p>\n\n\n\n<p>This is my first ever pull request to the Gutenberg project, and my first contribution with code to the WordPress community. Just one line change!</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/6GI1ZS0N-0MRgSYh9IupC93IGHvMnMCvDmDReeb17bs-FZJbTm9NRN8CLnKG6VhMkRktfzvk4zYSJnaFpKjthkxml1PQsoO8SuwL8gMMOUyqCZ70hQhBLAIcW4tV1kHLsrCkntyr3ZWWwPrcRAPqmA\" alt=\"Screenshot of Github\" />My first pull request to the Gutenberg GitHub repository\n\n\n\n<p>I was so excited to imagine that the code I had written, even though it was just a small change, would become part of WordPress itself and be spread around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-deep-dive-into-gutenberg\">Deep Dive into Gutenberg</h2>\n\n\n\n<p>After that, I started checking out Gutenberg issues and sending small pull request whenever I had time. Through that experience, I learned that WordPress was created by a huge number of people and is evolving at an alarming speed every day.</p>\n\n\n\n<p>In February 2022, I became part of the Gutenberg team. In June 2023, I was honored to be invited to join the Gutenberg Core team. I became more immersed in contributing to Gutenberg, discussing things with other members through Slack and GitHub Issues, and working on solving more complex problems.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-economic-freedom\">Economic Freedom</h2>\n\n\n\n<p>Many members of the WordPress community contribute as volunteers. I’m one of them, and I was struggling to find time to contribute to the WordPress community while also working to make money.</p>\n\n\n\n<p>In July 2023, <a href=\"https://loos.co.jp/\">LOOS Co., Ltd.</a>, a company represented by a member of the Japanese WordPress community that sells WordPress themes and plugins, will support my contribution activities to WordPress. Thanks to his support, I have been able to spend more time contributing to WordPress and earn a good income at the same time.</p>\n\n\n\n<p>My contributions to the Gutenberg project also made my GitHub account very active. I believe that this, more than any other resume, objectively proves what I can do. I believe that there are clients who have come to commission work from me after seeing my history of activities like this.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-wordcamp\">My First WordCamp</h2>\n\n\n\n<p>In October 2023, I attended <a href=\"https://tokyo.wordcamp.org/2023/\">WordCamp Tokyo 2023</a> held in Japan. This was the first offline WordCamp I ever attended, and the first time I was a WordCamp speaker. I was able to meet many friends that I had only interacted with through the internet and video calls.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.flickr.com/photos/wctokyo/53304247147/in/album-72177720312401523/\"><img src=\"https://live.staticflickr.com/65535/53304247147_2138125dc4_z.jpg\" alt=\"WordCamp Tokyo 2023\" width=\"640\" height=\"480\" /></a>\n</div>Photo by Chiharu Nagatomi / <a href=\"https://creativecommons.org/licenses/by/4.0/deed.ja\">CC BY 4.0</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-be-open-and-positive\">Be Open and Positive</h2>\n\n\n\n<p>Whether it’s an issue or a pull request, the WordPress community raises, discusses, and makes decisions every day.</p>\n\n\n\n<p>There are three things that I think are very important in this process:</p>\n\n\n\n<ul>\n<li>Everything is done in the open</li>\n\n\n\n<li>Thinking rationally based on objective facts and listening to each other’s opinions</li>\n\n\n\n<li>Always be positive and strive to create something better</li>\n</ul>\n\n\n\n<p>Almost every discussion and decision made in the WordPress community should be based on these three ideals. With the development of social media, we now have many opportunities to come into contact with negative emotions, and this psychological safety is soothing to my spirit.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-your-action-may-save-the-world\">Your action may save the world</h2>\n\n\n\n<p>Neither WordPress Core nor Gutenberg is perfect. There are tons of problems to solve, just like there are tons of tickets and issues.</p>\n\n\n\n<p>It doesn’t necessarily mean you have to write code. If you have the courage to take a step forward and share what you think is a problem or challenge in an open space, those who see it may be able to solve it and help other WordPress users around the world.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6450_6d576e-d3\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"japanese\">エンジニアとしての WordPress の旅</h1>\n\n\n\n<p>私は現在、日本の東京に住んでおり、フリーランスエンジニアとして活動しています。WordPress に出会う前の自分がどのような人生を送ってきたのか、どのようにして WordPress と出会ったのか、そして WordPress が私にどのような自由をもたらしたのかをお話ししたいと思います。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordpress-に出会う前\">WordPress に出会う前</h2>\n\n\n\n<p>私がはじめてコンピュータに触れたのは、記憶が確かならば中学生の頃です。Windows 3.1 OS を搭載した大きな一体型のデスクトップマシンが自宅にやってきたことを覚えています。</p>\n\n\n\n<p>当時の日本では、ユーザー向けにコンピュータやプログラミングを扱う雑誌が刊行されていました。今では考えられないことですが、その雑誌には小さなツールやゲームを動かすためのコードが何ページにも渡って「印刷」されていました ! 私はわけも分からず、BASIC 言語で書かれたそのコードを一行一行コンピュータに打ち込み、おそろしくシンプルなレースゲームが動いた事にとても興奮していた事を覚えています。</p>\n\n\n\n<p>ちょうど同じ中学生の頃、私はギターに出会いました。それからというもの、私は音楽にのめりこみ、中学生から20代までのほとんどの時間を、ギターを演奏したり、友人たちとバンドを結成したり、ライブに出演する事に費やしてきました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-プログラミングとの出会い\">プログラミングとの出会い</h2>\n\n\n\n<p>しかし、もちろん音楽の世界で収入を得て、それを一生の仕事とする事は簡単なことではありません。30才頃のとき、私は将来の事を考えるようになりました。</p>\n\n\n\n<p>私は、音楽活動のための収入を得るために、それまでに色んな仕事を経験してきました。それらの多くはインターネットやコンピュータに関連するものであり、例えば電話を通じて、エンドユーザーのインターネット環境の改善、ハードウェアの設定を手助けする仕事でした。また同時に、作曲のために音楽ソフトウェアも使用していました。私はこれらの経験を活かし、エンジニアとなる事を決意しました。</p>\n\n\n\n<p>しかし、私はその時にもう30才を超えていました。一般的に言えば、プログラミングを始めたりエンジニアとして経験を積み始めるには遅い年齢でしょう。</p>\n\n\n\n<p>私はその溝を埋めるために必死で勉強し、エンジニアとして必要ないくつかの資格を取得しました。そして幸いにも、エンジニアとしての経験が無いにも関わらず、プログラマとしての職を得る事が出来ました。</p>\n\n\n\n<p>私はその会社で、HTML、CSS、PHP、C# といった言語に関わる事が出来ました。しかし、足りない経験を必死で埋めようと、私は無理をしてしまったのでしょう。2年間の仕事を通じて、私は心身のバランスを崩し、退職しました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordpress-との出会い\">WordPress との出会い</h2>\n\n\n\n<p>もちろん、生きていくためにはお金が必要です。私はフリーランスとして活動をはじめ、最初は小さなプロジェクトを通じて、自分が出来る事や経験を少しずつ高めていきました。</p>\n\n\n\n<p>それらのプロジェクトの中には、既に公開されている WordPress サイトをカスタマイズするものも含まれていました。はじめて WordPress に触れたのは 2018年の頃です。</p>\n\n\n\n<p>それから、自分1人で最初から WordPressサイトを開発したり、より大きなプロジェクトに関わる事で、自分の仕事の多くを WordPress に関するプロジェクトが占めるようになっていきました。</p>\n\n\n\n<p>WordPress に関する情報をインターネット上で調べているうちに、コミュニティの存在を知りました。2020年に、初めて<a href=\"https://www.meetup.com/tokyo-wordpress-meetup/events/271290548/\">オンラインの Meeup イベント</a>にも参加しました。私はその頃、「オープンソース」や「貢献」とは何なのかという事も十分に理解していませんでした。しかし、自身の技術や経験を惜しみなく共有したいと考える人たちが集まり、そのオープンソースをより良くしていこうと貢献している人たちに出会った事で、より WordPress の魅力に惹かれ、自分も何らかの形でコミュニティに関わり、自分が出来る方法で貢献したいと考えるようになりました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-はじめてのコードでの貢献\">はじめてのコードでの貢献</h2>\n\n\n\n<p>ちょうど WordPress テーマを開発していた時です。私は、ブラウザーの開発者ツールを介して、ブロックエディター上のブロックにどのような CSS が適用されているかを調べていました。偶然にも、小さな CSS のタイポを発見しました。</p>\n\n\n\n<p>私はその頃、Git についてもほとんど理解していませんでしたし、CLI ツールも使った事がありませんでした。しかし、このコードは Gutenberg と呼ばれるプロジェクトに含まれており、そのプロジェクトは GitHub で管理されている事が分かりました。</p>\n\n\n\n<p>これは、私が人生で初めて、かつ Gutenberg プロジェクトに初めて送ったプルリクエストであり、初めての WordPress コミュニティへのコードによる貢献です。たった一行の変更だけです !</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/6GI1ZS0N-0MRgSYh9IupC93IGHvMnMCvDmDReeb17bs-FZJbTm9NRN8CLnKG6VhMkRktfzvk4zYSJnaFpKjthkxml1PQsoO8SuwL8gMMOUyqCZ70hQhBLAIcW4tV1kHLsrCkntyr3ZWWwPrcRAPqmA\" alt=\"\" />Gutenberg GitHub リポジトリに初めて送ったプルリクエスト\n\n\n\n<p>ほんの僅かな修正ですが、私が自分で書いたコードが WordPress そのものの一部となり、それが全世界に広がる事を想像し、私はとても興奮しました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gutenberg-に深く潜り込む\">Gutenberg に深く潜り込む</h2>\n\n\n\n<p>それから、私は時間がある時に Gutenberg の issue を調べたり、小さなプルリクエストを送る事を繰り返すようになりました。その経験を通じて、WordPress は膨大の人の手で作り上げられており、毎日恐ろしいスピードで進化している事を知りました。</p>\n\n\n\n<p>2022年2月に、私は Gutenberg チームの一員となりました。2023年6月には、光栄な事に Gutenberg Core チームにも招待されました。Slack や GitHub Issue を通じた他のメンバーとの議論、より複雑な問題の解決に取り組みながら、私はより Gutenberg へ貢献する事に没頭するようになりました。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-経済的な自由\">経済的な自由</h2>\n\n\n\n<p>WordPress コミュニティの多くのメンバーは、ボランティアとしての貢献しています。私もその1人であり、お金を得るための仕事をこなしながら、WordPress コミュニティへ貢献するための時間を確保する事にとても苦労していました。</p>\n\n\n\n<p>2023年7月、日本の WordPress コミュニティの仲間が代表を務める会社であり、WordPress テーマ・プラグインを販売している<a href=\"https://loos.co.jp/\">株式会社 LOOS</a> 様が、WordPress への貢献活動をサポートしてくれる事になりました。彼の支援のおかげで、私はより多くの時間を WordPress への貢献活動に充てる事ができるようになり、同時に十分な収入を得る事が出来るようになりました。</p>\n\n\n\n<p>また Gutenberg プロジェクトへの貢献を通じて、私のGitHub アカウントの活動履歴は非常に活発なものとなりました。これはどんなレジュメよりも、私がどのような事が出来るかを客観的に証明するものだと考えます。このような活動履歴を目にしてに、自分に仕事を依頼してくれるようになったクライアントも存在すると信じています。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-はじめての-wordcamp\">はじめての WordCamp</h2>\n\n\n\n<p>2023年10月、日本で開催された <a href=\"https://tokyo.wordcamp.org/2023/\">WordCamp Tokyo 2023</a> に参加しました。これは、私が初めて参加したオフラインの WordCamp であり、初めて WordCamp にスピーカーとして登壇したイベントでもあります。これまで、インターネットやビデオ通話を通じてしか交流した事のない沢山の仲間たちと会う事ができました。</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.flickr.com/photos/wctokyo/53304247147/in/album-72177720312401523/\"><img src=\"https://live.staticflickr.com/65535/53304247147_2138125dc4_z.jpg\" alt=\"WordCamp Tokyo 2023\" width=\"640\" height=\"480\" /></a>\n</div>Photo by Chiharu Nagatomi / <a href=\"https://creativecommons.org/licenses/by/4.0/deed.ja\">CC BY 4.0</a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-オープンであり-前向きである\">オープンであり、前向きである</h2>\n\n\n\n<p>issue や プルリクエストに関わらず、WordPress コミュニティでは日々沢山の問題提起がなされ、議論され、決定がなされます。</p>\n\n\n\n<p>このプロセスの中で、私が非常に重要だと思う事は以下の三点です。</p>\n\n\n\n<ul>\n<li>すべてがオープンな場で行われること</li>\n\n\n\n<li>客観的な事実をもとに合理的に考え、お互いの意見に耳を傾けること</li>\n\n\n\n<li>より良いものを作り上げようと、常に前向きであること</li>\n</ul>\n\n\n\n<p>WordPress コミュニティで行われている議論や決定は、ほぼすべてこの三つの理念に基づいているはずです。ソーシャルメディアの発達にともない、沢山のネガティブな感情に触れる機会が多くなってしまった現在、この心理的安全性は私の精神を癒してくれます。</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-あなたのアクションが世界を救うかもしれない\">あなたのアクションが世界を救うかもしれない</h2>\n\n\n\n<p>WordPress コアも Gutenberg も完全ではありません。膨大なチケットや issue があるように、解決すべき問題は山積みです。</p>\n\n\n\n<p>必ずしもコードを書かなければならないというわけではありません。勇気を出して一歩踏み出し、自分が問題や課題だと思っている事をオープンな場で共有すれば、それを目にした人達がその問題を解決し、世界の WordPress ユーザーの役に立つかもしれません。</p>\n<p>The post <a href=\"https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/\">My Journey as an Engineer with WordPress – エンジニアとしての WordPress の旅</a> appeared first on <a 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:\"Tue, 23 Jan 2024 23: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:\"Aki Hamano\";s: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:49:\"BuddyPress: BuddyPress 12.2.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2024/01/buddypress-12-2-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1399:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.2.0.zip\">BuddyPress 12.2.0</a>. This maintenance release fixes four bugs. One of them was pretty annoying for users first activating BuddyPress with version 12.1.1. In this particular case, the 12.0 deprecated code wasn’t loaded which could cause nasty errors with 3rd party BP plugins / themes not ready yet for the modern BuddyPress (12.0.0 & up). That’s the reason why we’ve been working hard and as fast as possible to quickly wipe this bug.</p>\n\n\n\n<p>For details on all changes, please read the <a href=\"https://codex.buddypress.org/releases/version-12-2-0/\">12.2.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 12.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Many thanks to 12.2.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p> <a href=\"https://profiles.wordpress.org/jnie\">jnie</a>, <a href=\"https://profiles.wordpress.org/roberthemsing\">roberthemsing</a>, <a href=\"https://profiles.wordpress.org/vapvarun\">vapvarun</a>, <a href=\"https://profiles.wordpress.org/emaralive\">emaralive</a>, & <a href=\"https://profiles.wordpress.org/imath/\">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:\"Tue, 23 Jan 2024 21:15:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:98:\"Do The Woo Community: More Takeaways from State of the Word with Miriam, Nik, Patricia and Mariano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://dothewoo.io/more-takeaways-from-state-of-the-word/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"<p>One more show with reflections and takeaways from State of the Word 2023.</p>\n<p>>> The post <a href=\"https://dothewoo.io/more-takeaways-from-state-of-the-word/\">More Takeaways from State of the Word with Miriam, Nik, Patricia and Mariano</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 23 Jan 2024 09:48: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: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:24:\"Matt: Art No One Can See\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=110719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2024/01/art-no-one-can-see/\";s: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:492:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Proprietary software is like creating art which no-one can see. Open Source elevates software engineering to a collaborative art form. Code <em>is</em> poetry.</p>\n<cite>— Tom Willmot</cite></blockquote>\n\n\n\n<p>Some choice words <a href=\"https://tomwillmot.com/open-source-code-is-a-remix/\">from Tom Willmot</a>, who was watching Kirby Fergusen’s Everything is a Remix, which I’ll check out now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 21:51:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:23:\"Matt: Open Source Creed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=110716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2024/01/open-source-creed/\";s: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:247:\"<p><strong>Every</strong> human has an intrinsic right to put their creative work into the commons. Once freed, work can never be withdrawn, and it has the opportunity—but not the obligation!—for everyone to improve upon it.</p>\n\n\n\n<p>(v1)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 14:27:04 +0000\";s: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: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:64:\"WordPress.org blog: WP Briefing: Episode 71: New Year, New Blog!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18615:\"<p>In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</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 />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <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://wordpress.org/download/\">WordPress 6.4.2 Download</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/\">WordPress Themes</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li> <a href=\"https://make.wordpress.org/themes/2023/12/29/a-year-in-themes-team-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">A Year in Review With Themes Team</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/12/22/wordpress-end-of-year-celebrations/\">WordPress End-of-Year Celebrations!</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/12/leap-into-2024-with-these-site-editor-tools/\" target=\"_blank\" rel=\"noreferrer noopener\">Leap into 2024 with these Site Editor Tools</a>\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/team-reps/\" target=\"_blank\" rel=\"noreferrer noopener\">2024 Team Reps</a> – Watch for updates as we move into 2024. Each team in the WordPress project goes through a process to review and elect new team reps. Those elections are happening now.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/01/19/big-picture-goals-2024/\">Big Pictures Goals 2024</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16745\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go. </p>\n\n\n\n<p>[00:00:28] (Intro music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we’ve got a throwback episode about blogging. If you’re like me, you sometimes miss the early days of blogs, where the words were a little more pensive, and the images were a little less professional. If you’re on a slow hobby journey like so many of us are right now, give this one a listen.</p>\n\n\n\n<p>[00:00:58] (music interlude)</p>\n\n\n\n<p>[00:01:05] <strong>Josepha:</strong> You may be one of these contributors I keep mentioning. You may be an agency owner or freelancer. Maybe you’ve wondered how to make a WordPress blog for your big idea. Or maybe you’re one of the many people who use WordPress for their own project or business. </p>\n\n\n\n<p>Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool. We have long since outgrown that, but even 20 years into our journey, blogging is still a key part of what WordPress enables you to do. That’s because, even after those 20 years, the mission of WordPress is still the same, and that is to democratize publishing.</p>\n\n\n\n<p>To help people have a place online where they can tell their stories, or share their projects, or set up their businesses. If you’ve ever tried to set up a blog, you know that there isn’t a lot of information about what to know before you get going at all. So, I’m going to talk about that a little bit today.</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> And just by the way, if you heard the word blog right now and thought, Oh, Jospeha, how old fashioned. I think it’s important to remember that there’s a business advantage to having well-written, relevant content on your website. And if you’re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. </p>\n\n\n\n<p>Anyway, back to the topic at hand, before we can get to any of the fancy things that WordPress can do nowadays, it’s important to know a few things as you get ready to set up your first-ever website. So let’s dive in. </p>\n\n\n\n<p>Here is how you need to get yourself started. First, have an idea and a plan. So, have an idea for what you’re doing, the concept of your content, who you want to reach, but also some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first, cause like, if you want the domain name WordPress.org, like, we own that, you can’t have that. But if you know that you want a domain like ‘WordPressbloggingforthefuture.com’ like, that one might be more available. And if you know kind of the words you want in your domain, then you can be a bit flexible about what is there. </p>\n\n\n\n<p>[00:03:30] <strong>Josepha:</strong> The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mention all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start before you even know what WordPress is most of the time. So, the earliest question that you have to answer for yourself is, what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. There’s this whole spectrum of hosting options, and they range from full service, where they will keep your WordPress software up to date and provide daily backups, and have customer support if something goes really wrong.</p>\n\n\n\n<p>[00:04:23] <strong>Josepha:</strong> So it ranges all the way from full service like that, all the way down to essentially zero service, just kind of hands off. They give you a space to keep your WordPress software, to keep your WordPress site, but they leave everything else up to you. They leave the backups up to you; they leave updating up to you, things like that.</p>\n\n\n\n<p>So that’s the first thing you have to ask yourself and the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software, and what you want, and what you need, and you have the ability to learn in the time that you have, the more that you can add on either services with the existing host that you chose or moving to a different host; however, that works out for you.</p>\n\n\n\n<p>[00:05:09] <strong>Josepha:</strong> So if that one sounds like the right option, then you choose a host, go to their site, and actually, most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it’s just one click, and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p>The other option that on the like zero, zero service side, that’s not quite fair, but you know, on the other side of that spectrum, that probably will be appealing to you if you are already familiar with code or already know how to manage a server, or you know how to work in this thing called cPanel, etc. So if you already have a lot of information on how all of that works, you can, if you want to, head over to WordPress.org/download and you can download a zip file of the WordPress software and set that up in your own environment. Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we’re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little, I’ve got you covered.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> In the show notes, you’ll find a link to one of the LearnWP courses for getting started with WordPress. There’s a section on choosing a host, as well as various other early steps of this process. If you felt like I blazed through all of that, which, honestly, I kind of did. You can work through those lessons in that course at your own pace, and it’s really a very good guide.</p>\n\n\n\n<p>All right. So let’s pretend we did all of that. Now you’ve got yourself a website. The thing that you will want to do next, or rather the first thing that you’ll notice once you get your site up and running, is that there’s this ‘Hello World’ post. There’s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>[00:07:03] <strong>Josepha:</strong> There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare, like, okay, the Hello World part over here on this page exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you’re more familiar with WordPress or CMSs in general, you can simply remove that and start fresh. We’ve got now a website. We know kind of how to look at our posts and create posts, where comments are, where they can be moderated, and stuff.</p>\n\n\n\n<p>And so, the most fun task for everyone is choosing a theme. But if it doesn’t sound like a fun task to you, I can help you kind of do some choose-your-own-adventure guiding questions here. Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words? Mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There’s like a filtering system where you can put in, like, you want, three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like that. </p>\n\n\n\n<p>[00:08:24] <strong>Josepha:</strong> There’s also a way to look for themes inside your instance, your WordPress site, but like, if you haven’t set that up yet, but you do still want to see kind of what your theme options are, you can go to WordPress.org/themes and take a look at what’s out there. Just as a quick side note, if you get to that theme directory, if you get to WordPress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically, so that you can see how things look right away. And there’s actually a theme that does come with every WordPress site, so if you’re not ready, you can skip this thing entirely. And just work with the theme that’s already there. Every WordPress instance ships with a theme, and it is fully functional when you get your site up and running, so you don’t need to choose a theme right now if you don’t feel ready. And then the other very fun thing that people do with their WordPress sites, is to add plugins to them.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality to it. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which themes.</p>\n\n\n\n<p>So, figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions? If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need.</p>\n\n\n\n<p>[00:10:05] <strong>Josepha:</strong> Also, there are just endless lists of recommended plugins out there. If that is something that you find valuable as part of your research, those are also easy to find. And as a general side note here as well, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don’t quite know the answers to the questions that I shared, and it’s going to be a while until you feel like you can know what those answers are. That’s totally fine. I’ll tell you this, I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms, and it can kind of help you figure out how to work with plugins in that way. So, yeah, I made it sound like you can get a WordPress website built in like seven minutes.</p>\n\n\n\n<p>And on the one hand, you definitely can. And on the other hand, it’s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem and, obviously, hear some things that could make you feel a little nervous about doing this for the first time.</p>\n\n\n\n<p>[00:11:10] <strong>Josepha</strong>: Things like the five-second installation, which WordPress has been famous for for years, but also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009, and I started learning how to use WordPress in 2010. </p>\n\n\n\n<p>I can say with confidence that once you learn it, it’s easy. We are the easiest of the hard options for CMSs like content management systems are just complicated. But we are the easiest one out there. And so, as you’re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you’re late to this blogging game like you should have had a website for years, I mean, sure, that could be true.</p>\n\n\n\n<p>[00:12:01] <strong>Josepha:</strong> And yes, the best time to plant a tree was 20 years ago, but the second best time to plant that tree is today. WordPress didn’t start out powering over 40% of the web, and your first site can’t be immediately measured in the millions of readers. So, what will your small beginning lead you to?</p>\n\n\n\n<p>[00:12:18] (Music interlude)</p>\n\n\n\n<p>[00:12:25] <strong>Josepha:</strong> And now, our small list of big things. Today we’ve got some look-back items and some look-forward items. So let’s hop right in. </p>\n\n\n\n<p>First thing is we have a year in review with the themes team. So much amazing work has been done by the themes team over the past year, both for reviewing themes and creating them. So I’ll leave a link to those in the show notes. </p>\n\n\n\n<p>We also have a post out that just has some general celebrations from teams around the community. I’ll leave a link to that. It probably has been linked in quite a few places, but you know, we don’t always embrace those moments of celebration. We don’t always embrace our wins. And so it’s always good to share those early and often. There are probably more than just those two. So if you posted one or you saw a really interesting one that you think that we should know about, don’t forget to share it. </p>\n\n\n\n<p>[00:13:16] <strong>Josepha:</strong> Next, we have a leap into 2024 with Site Editor tools. So, on the new Developer Blog, if you haven’t seen it yet, there is a lot of excellent content there for whether you are like an advanced developer in WordPress or you’re kind of intermediate and ready to move into your advanced developer era. </p>\n\n\n\n<p>The Site Editor will give you a powerful way to visually create every part of your site and tell your story. And this post will help you to kind of see how to handle everything from big style changes to simple copy updates, all in a single place. We want to make sure that you get the most out of your WordPress this year. And that post will give you a few standout tools and features that you’ll want to try. </p>\n\n\n\n<p>You’ll also want to keep an eye out for updates as we move into 2024 around team reps. So each team in the WordPress project goes through a process to review and elect team reps, and elections are happening now.</p>\n\n\n\n<p>[00:14:12] <strong>Josepha:</strong> Along with things that are happening now that you should keep an eye on, the annual goals, our big picture post has gone out as well. It went out at the end of the week last week. There’ll be a link to all of these in the show notes. And yeah, keep an eye out for, hopefully, a fantastic 2024 in WordPress. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. And if you like what you heard today, share it with a fellow WordPresser, or if you have questions about what you heard, you can share those with me at WPbriefing@WordPress.org. I’m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:14:57] (Music outro)</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:\"Mon, 22 Jan 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:26:\"Matt: Upcoming Ignite Talk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=110700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2024/01/upcoming-ignite-talk/\";s: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:1255:\"<p>On January 25<sup>th</sup>, this upcoming Thursday, I will be speaking <a href=\"https://www.eventbrite.com/e/ignite-sf-17-tickets-788662429557?aff=oddtdtcreator\">at Ignite San Francisco</a> on the topic of <a href=\"https://automattic.com/benefits/sabbatical/\">Automattic’s sabbatical benefit</a> and my upcoming one, alongside <a href=\"https://en.wikipedia.org/wiki/Adam_Savage\">Adam Savage</a>, <a href=\"https://www.shelbydevlin.com/\">Shelby Devlin</a>, <a href=\"https://elisehu.com/\">Elise Hu</a>, <a href=\"https://www.linkedin.com/in/leanne-gluck/\">Leanne Gluck</a>, Kat Lague, <a href=\"https://www.linkedin.com/in/amandanagai/\">Amanda Nagai</a>, <a href=\"https://en.wikipedia.org/wiki/Joshua_Schachter\">Joshua Schachter</a>, <a href=\"https://www.youtube.com/@Emilord\">Emily Quinn</a>, <a href=\"https://www.linkedin.com/in/rosebroome/\">Rose Bloomin</a>, <a href=\"https://www.jamiejoyce.com/\">Jamie Joyce</a>, <a href=\"https://masovaida.com/\">MaSovaida Morgan</a>, <a href=\"https://kerp.net/\">Todd Kerpelman</a>, <a href=\"https://brett.kistler.life/\">Brett Kistler</a>, <a href=\"https://www.linkedin.com/in/sharon-niv/\">Shary Niv</a>, and <a href=\"https://connieverse.com/\">Connie Yang</a>. The event will sell out so get your tickets soon!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 07:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:108:\"Gutenberg Times: Gutenberg Changelog #95 – Gutenberg 17.5, Early Testing of WordPress 6.5 and Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=27107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57531:\"<p>In this episode, Carolina Nymark and Birgit Pauli-Haack discuss Gutenberg 17.5, early testing of WordPress 6.5 and block themes</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-95-gutenberg-17-5-early-testing-of-wordpress-6-5-and-block-themes/transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Carolina Nymark</h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/poena/\">WPProfile: @poena</a></li>\n\n\n\n<li><a href=\"https://twitter.com/carolinapoena\">X (former Twitter) @carolinapoena</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/\">FullsiteEditing.com</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/\">Make Themes team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-5\">WordPress 6.5 Release squad</a></li>\n</ul>\n\n\n\n<p>Live Q & As with Carolina Nymark</p>\n\n\n\n<ul>\n<li><a href=\"https://gutenbergtimes.com/discussion-going-from-creating-classic-themes-to-building-block-themes/\">Discussion: Going from Creating classic themes to Building block themes</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/live-q-a-updates-to-site-editor-fse-and-block-based-themes/\">Live Q & A: Updates to Full-Site Editing and Block-based Themes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Questions</h2>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/quick-tip-how-to-use-a-classic-menu-in-the-navigation-block-of-a-block-theme/\">Quick Tip: How to use a classic menu in the navigation block of a block theme</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Events</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/media-phase-3-meeting-feb-7/\">Phase 3 Media Meeting: February 7, 2024</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298440719/\">Live stream: Reviewing Gutenberg 17.5</a></li>\n\n\n\n<li>Extensibility Issues Triage meeting Jan 23 at 12:00 UTC</li>\n\n\n\n<li>February 8th, 2023 15:00 UTC- There will be a Hallway Hangout to discuss Intrinsic Design and how to use it on real life projects</li>\n\n\n\n<li>February 13, 2024, at 16:00 UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/298634428/\">Developer Hours: JavaScript for modern WordPress development</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Data Views & Extensibility</h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/55083#issuecomment-1893398270\">DataViews: Improve all the table and list views in the site editor and further.</a> #55083 (Riad Benguella’s response regarding extensibility of new admin views</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/dataviews/README.md\">Documentation of @wordpress/dataviews package</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">Early Opportunities to Test WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/01/12/call-for-mentees-mentors-cohort-2/\">Call for Mentees & Mentors: Contributor Mentorship Program Cohort #2 (2024 Q1)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s released</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/01/18/wordpress-6-5-release-squad-formation/\">WordPress 6.5 release squad formation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/16/6-4-3-an-upcoming-maintenance-release/\">6.4.3: An upcoming maintenance release</a></li>\n\n\n\n<li></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/17/whats-new-in-gutenberg-17-5-17-january-2024/\">What’s new in Gutenberg 17.5? (17 January 2024)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in the works and discussed</h2>\n\n\n\n<p></p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/57841\"><strong>Try reducing specificity of global styles block selector.</strong></a></li>\n\n\n\n<li>Section Styling, Colorways, and Typesets for WP 6.5 > <a href=\"https://github.com/WordPress/gutenberg/issues/57537#issuecomment-1895419662\"><strong>Summary of Explorations and the Current Approach</strong></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\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\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\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 95th episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about Gutenberg 17.5, early testing on WordPress 6.5 and block themes, and everything in between. I’m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress open source project sponsored by Automattic’s Five for the Future Program. I’m so thrilled we were finally able to make it happen. Carolina Nymark is on the show today. Carolina is a core contributor sponsored by Yoast and has been an evangelist, educator and blogger about block themes when we all knew that it was coming but had no clue what it will be and when we still called it full-site editing.</p>\n\n\n\n<p>Many of you might have visited her site, <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> where she teaches developers and site builders how to use the block themes. Carolina also joined us on the Gutenberg Live Q&As multiple times to talk about that. And I’m so happy to have you finally also on the podcast. Welcome, Carolina, and how are you today?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Thank you. I am very well. Thank you. So we are recording this on a Friday in January, and I have been back at work maybe only two weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I had December off, which was very, very nice. I used WordPress, but I did not code anything for almost five weeks, so it was a really nice break.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah, I imagine that. I got about two and a half weeks off over the holidays, but I’m back. Also two weeks. So it’s all a new year and I hope you got into the new year well. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Themes</h3>\n\n\n\n<p>So there have been early discussions, you and I and with others that we’re working on it, early discussions about the block themes in 2020 if not 2019. I’m a little bit unsure and I really want to thank you for being such a great advocate and educator for block themes. I think it has changed WordPress quite a bit. We are not there yet entirely, but how do you feel about block themes now that you have to work with them over four years?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Well, it doesn’t feel like four years. It feels like it’s been much shorter. I agree, it’s not there yet. While I love working with the site editor and creating visual layouts that I can tweak as a coder, I do love that, but I still wish that we would have come further.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So what do you think is missing? Do you have examples of what you find missing from when you go from a classic theme building and want to recreate the magic also in block themes?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yeah. So one of the big parts is that when we use PHP to build our themes, we use a lot of conditions if else to display different things depending on what’s happening, what the user is doing, what they’re viewing. We can’t really do that with blocks. At least not with the current core blocks that we have. What is also missing is a way to manage and base custom fields. Of course, the Gutenberg developers are very aware about the need for custom fields management, and it has been of course ongoing discussions for several months and it will happen in some form.</p>\n\n\n\n<p>Right now it has had to step back a little bit because a lot of the Gutenberg developers need to focus on the new data views, which is part of the… Well, it’s going to be a part of the admin redesign.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So yeah, custom fields that I have seen so early. So there was this whole hangout last week with early views on what’s in the roadmap of 6.5 and also even if it wasn’t on the roadmap to go to 6.5, but it’s actively worked on, and one of them was to have in the block toolbar a button that you can connect something in the content of the block with a custom field.</p>\n\n\n\n<p>I don’t know how that all surfaces, but that is really interesting approach because you don’t have to go out and go into a different interface. You can all do it there. But apart from there, the conditions are pretty big. I think what it comes down to is that you build a lot of templates for different kind of cases, use cases, and that duplicates code quite a bit. So when you want to migrate a site from a classic theme to a block theme, there is no one click conversion.</p>\n\n\n\n<p>But what would you think a site editor should do? So I had the same conversation with Sarah two weeks ago and because I’m doing that for the Gutenberg Times, and I’m trying to find a good approach that other people could follow. So let me tell you what I do. I installed the health and troubleshooting plugin on my life site and then switched off all the other themes and switched on the themes that I wanted to use.</p>\n\n\n\n<p>I was testing the twenty twenty four I was testing Frost and some other of the block themes, one or two of them from Edna Snoren or Ellen Bauer and then see how my site changes with the new block theme. And then I made notes what needs to be changed. So this archive page needs to change and that needs to change, and here the block don’t. The biggest hurdle was that my featured image on the block loop, on the archive page is a landscape, and most of the themes that I tested, the feature image was portrait format. So that kind of thing, but that’s I think not a big… That’s an easy fix. You can change the template, you can change your aspect ratio and you’re done with it.</p>\n\n\n\n<p>So I have my notes. I have my scope of the changes that I need to make, and then I’ll create a staging site, install the create block theme plugin, and then make my changes there. And then I can export that theme and import it into my live theme. Is that a good process or as good as any?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I do think it’s as good as any right now, but it really does sound way too complicated for the, how do I say it, the average user. And it’s difficult. How are we going to help them? How are we going to make it easier? But it also depends. It all depends on how complex your existing theme and your existing site is. But yes, start with pen and paper. Really write down the already must haves and do spring cleaning. If there are things that you don’t need, remove them. And then you won’t have the problem of trying to recreate at least those spots.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I mean if you’re switching to a completely new theme, of course, there are going to be a lot of things that don’t match your current website. So they’re definitely going to be tweaking. And create a block theme is a great tool because yes, you can activate any block theme and export it as your own. So of course you’re not limited to using the default themes. If there is a block theme to define that matches what you want closer, pick any of them. What you want to look at though is the last updated date. You don’t want to pick a block theme that was updated in 2020 or 2022. You want one that is…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good reminder.</p>\n\n\n\n<p><em>Carolina Nymark</em>: … continued, developed, and supported.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good reminder. So it should be 2023 or something like that and not the default theme, but the update should be at least in 2023 if not in the last three months or so. That’s definitely a good point.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So if you’re picking from <a href=\"https://wordpress.org/\">wordpress.org</a>. Look at the reviews of this theme. Look at the support firm. Is the developer responsive or maybe they’re directing you to a different support firm where they’re active. That’s also absolutely fine. But just look to see that there is someone who’s able to help you if you run into bugs or if you’re blocked somewhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, most of the time when I switched themes before with classic theme to classic theme, there were always tweaks. There was no one switch and everything was good. There was always a little bit… CSS kind of change here and template missing here, and the condition are not working right. So I think that’s pretty much to expect when you switch themes and normally you don’t. It’s the third switch in five years for the site. So I think it’s pretty much on par with that. And I’m also late, but I also want to do some experimentation with the new features that are there, that are coming out, like the interactivity of PI and the block hooks and that kind of thing.</p>\n\n\n\n<p>It was really hard to do this without the block theme because they’re all built for block themes and the latest. So that’s why I’m switching over on the site. So that’s one thing, the site migration… But you come from the classic theme building. You’ve been a theme team rep for many, many years and have been… So if you are a theme builder and you want to create a block theme, what are the hurdles to overcome? Are there any blockers, pun intended, especially mental blockers? Are there something that is something people need to get on with it, so to speak?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes. Mental blocker absolutely are big at perhaps the code challenges, unless you’re building something very, very highly custom and specialized. So as a coder, if you really enjoy coding, you might love PHP, and then suddenly, if you’re not working with a designer, of course because we have two different… Of course, more than two different ways to do this. But if you’re on your own and then suddenly switching from writing your templates in your code editor, and you have to go to this visual interface, you really need to learn how to maximize the blocks.</p>\n\n\n\n<p>You do need to learn how to sketch, draft the layout in the editor, and then you will go and make your tweaks. Once you have exported your base layouts for one template or 10 or maybe four is more realistic. When you have four templates, you have what font sizes, what colors, what spacing you’re using then you’re going to tweak the details in your exported theme.json file and you tweak the code in your templates. But you still have that element where you need to go to the visual interface and actually move things around, change the alignment, etc. And it’s a big change of course.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But it’s also lowering the barrier for those who don’t know how to code to create their own themes. So I think it’s a good balance to get more people involved in creativity and creating themes and do some designs. A lot of designers are actually not coders per se, and they might… I think what’s still missing, going back to the earlier question, is actually a user interface for editing the theme.json file. I know it’s all in the database and you can export it, but you still have to fiddle with that long and the theme.json files, the more features come in, the longer it’s going to become and the more unwilling it comes.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Oh yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There are VS Code extensions that help with that, but I think you need to really squint quite a bit when you read the code to get into the right settings and all that.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I absolutely three. So not all the settings in theme.json actually have an interface. It probably shouldn’t be exposed to all users, and that’s where do we draw the line? Do we really add an advanced view to the site editor or does it need to be in a plugin? And several people of course have tried to build this plugin because we do need it and have not succeeded or have needed to stop halfway because… Well, I can’t really tell why.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: One reason is probably…</p>\n\n\n\n<p><em>Carolina Nymark</em>: It’s just not easy. The base coding in Gutenberg, it just doesn’t make it easy to do that kind of option page, or at least not right now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I can also see that it’s really taxing to build a feature for something that’s so inactive development and has updates every two weeks to keep up with it, especially when you have a product. So I can see that the initial momentum getting this, “Oh, this is a great idea and let’s build it,” kind of weans away when after a year or two you still have to go in every month and update this thing because there’s new features or things have changed.</p>\n\n\n\n<p>Well, I think great way to talk about block themes and thank you for that. Are you planning to work further on the <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> or do you think that the new block handbook has been overhauled enough to say, “Oh yeah, now documentation.” I think there was a reason why you graded that because there was no documentation and there was a lot of need for explaining the concept and all. But the new developer theme handbook has been overhauled in the last, I don’t know, four or five months. Do you think that the documentation is up to par now?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes. So Justin Tadlock who did most of their work on the handbook has been amazing. The handbook has been greatly updated and <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> has not, because I have not had the time. And it’s a bit of a stressor. I guess I do want to keep it up to date. I want to fight about what I’m exploring, what I’m finding, what problems I’m running into, and of course maybe some more code examples. It’s difficult for me to prioritize.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I imagine.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So there’s room for both. So <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a> of course I can express opinions in a whole different way that you can’t do in a handbook, which needs to be very strict and act even a bit friendly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Neutral.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yeah, I’m still a little bit apprehensive about how we’re going to keep it up to date. So even if we only have now three releases per year, that goes into WordPress Core, it’s still a lot to keep up with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You need more volunteers.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So if somebody wants to contribute to documentation specifically for the theme handbook, what would be the steps apart from having a Slack account and having a wp.org account, and a GitHub account?</p>\n\n\n\n<p><em>Carolina Nymark</em>: The easiest way is to, first of all, reach out in the theme review Slack channel from your account, and we can guide you a little bit more from there. So the team handbook is currently written in WordPress on the website. So the content is not managed right now on GitHub. It’s not marked on files. It’s actually WordPress. It’s a poster page custom post type.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, that lowers a lot of barriers actually.</p>\n\n\n\n<p><em>Carolina Nymark</em>: But all the issues when we see that the page needs to be updated, we add our issues to the documentation teams issue tracker on GitHub.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, cool. So if you’re on the documentation team, you already know how the process works. That is really good. So dear listeners, if you have an aptitude for technical writing, your English is good enough, so Carolina is a non-native speaker, and I as a non-native speaker can read it. You are in it. You can join the team and you’ll have some great people there that help you. I know that Justin Tadlock has quite some onboarding and he’s happy to help anybody also with writing and do some copy editing.</p>\n\n\n\n<p>So you don’t have to be scared just because you’re not a native English speaker to do that. All right. So this was all about block themes and I’m really glad that we talked about some of the issues there. So let’s get on with the show. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Listener Questions</h3>\n\n\n\n<p>We sometimes also answer some questions that we get either from Twitter or listener question. And this question came through Twitter and that is how to use a classic menu in the navigation for block theme. And it’s very hard to find when you… And so I put it a little tutorial together, a quick tick I call it because it’s less than a hundred words or so on how to use it.</p>\n\n\n\n<p>It’s mainly the screenshot and where to find things, a little video. So you need to grab the header in the site editor and then the menu that is there from your theme. And then there is on the right hand side, there’s this toolbar or the sidebar where the block settings are normally and there’s one three-dot menu where the switcher where you can see all the classic menus listed that you had previously on your site and then you select it and it’ll magically appear in the navigation block.</p>\n\n\n\n<p>So I think you don’t have to recreate all the classic menus that you had before when you switch it. That is definitely a hidden gem. I don’t know if you can surface it even better. We need to kind of talk to design about that, but that’s where you find it and it’s your secret superpower to know where it is now.</p>\n\n\n\n<p>Normally, I think, if I understood this correctly and Carolina you help me out, when you only have one menu, the block theme magically adds it. If a navigation block is in the template, it will be added to the navigation block as a default. But if you have more than one classic menu, it doesn’t know which one to pick. So it kind of makes it up as it goes along. I think when you switch from twenty twenty to twenty twenty four, it takes the social menu, which is kind of weird, but that’s the randomness of this feature. But it also points you right there, this is something to fix.</p>\n\n\n\n<p><em>Carolina Nymark</em>: At least that problem is quite obvious because it’s not the correct content inside the block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, listeners, that was our quick tip of the week. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Upcoming Events</h3>\n\n\n\n<p>We also have some upcoming events that are on the list that happen in all kinds of different places. So first of all on February 7th at 12 noon UTC, the media component maintainers come together in a meeting to discuss phase three media items that could be ahead of development or phase three. And Anthony Burchell who is one of the maintainers, invites you to be part of it. And if you haven’t contributed to any code yet in the recent years, that is definitely a good place to see what work needs to be done and how it’s organized.</p>\n\n\n\n<p>Then February 8th, a day later, there will be a hallway hangout to discuss intrinsic design and how to use it in a real life projects with the block editor and the block themes and we will have some interesting people there. Fabian Kagy is going to be there, Tammie Lister, Justin Tadlock. They’re all proponents of the intrinsic design testing. Tadlock wrote a nice introduction to that on the developer blog a few months ago, but it’s definitely… But Fabian and Tammie, they have also some ideas of what’s still missing, what you can’t do with intrinsic design, which you still would need to do with your own CSS and some conditional coding and templates to get this going.</p>\n\n\n\n<p>And they bring some solutions with them. Then not so far out January 25th at 15:30 or 3:30 UTC, there’s a developer livestream reviewing Gutenberg 17.5 by Ryan Welcher. He does it on Twitch. It’s not a scripted show, he just dives in into a topic or multiple topics and shows some code. If you haven’t followed Ryan on the Twitch stream, you can also follow him on YouTube. And he has this fabulous series of the block development cookbook. Every show is a little recipe on how to do things with a block editor development. And then also next week is the extensibility issued triage meeting on January 23rd at noon UTC.</p>\n\n\n\n<p>There’s a project board with increasing Gutenberg extensibility and we go over some of the columns there and see if we can move some of the issues or PRs forward to be slated for some of the major releases this year. So it’s going to be a real good… Yeah, there’s some agency developers in there. We also have joined by Gutenberg developers. So this is a chat meeting. It’s not a video meeting or something like that. Carolina, do you know of any events that listeners might, we could let them know about?</p>\n\n\n\n<p><em>Carolina Nymark</em>: There’s rumors that there might be an upcoming hallway hangout about migrating from classic themes to block themes. But it’s not scheduled yet, but if you have the chance, definitely join one of these that we just spoke about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And speaking of events, there’s always in the theme review channel, there’s a theme meeting. When do they happen?</p>\n\n\n\n<p><em>Carolina Nymark</em>: It’s every other Tuesday. I’m sorry, I believe it’s at 4:00 UTC. I’m usually unable to attend because of the timing, so I don’t have the exact time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, okay. Well, we can look it up. Tuesday testing JavaScript. Theme biweekly 4:00 PM, Yes. 4:00 PM UTC. And the next one is, it’s on the 23rd. So next week, Tuesday is the fourth Tuesday. So it’s on the second and the fourth Tuesday, 4:00 PM UTC. And so if you want to be part of the theme development or theme review documentation team, you can join there and meet all the people there.</p>\n\n\n\n<p><em>Carolina Nymark</em>: So during these meetings, we usually recap how many new themes went live this week, for example. We also repeatedly bring up things like, are the requirements still correct? We need to update them. What are we going to do about react-based themes, settings, pages, onboarding of users when we have a block theme of a need, an easier way for them to select the front page. So both about theme reviews, but also really wide topics. But they are, again, just posted that you can read of course, and also proposed topics too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you want to follow up on some of them, the summaries are posted on the make theme blog as well. Cool, cool, cool. Those are the events and meetings. There’s under <a href=\"https://make.wordpress.org/meetings/\">make.wordpress.org/meetings</a>, a calendar of all the teams meetings, not only the theme team but all the teams. So it gets a little bit overwhelming and you shouldn’t join every channel on WP Slack, but pick the team that you’re involved in or you want to be involved in. You can definitely be in a meeting every day of the week.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Oh yes. There are often meetings that collide as well if you’re interested in several topics.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And sometimes they’re Slack meetings, so you can actually switch between the meetings a bit because people need to type things. </p>\n\n\n\n<p>So speaking of extensibility, Fabian Kagy from 10up and also has been a guest on the show quite often, he started a conversation about extensibility for the new admin views, and Riad Benguella posted a great response on how extensibility is actually approached and what they’re planning once they have the APIs are finalized and they want to create APIs for retracing new fields, new layouts, new field types.</p>\n\n\n\n<p>I like the new layouts. The grid layout and the preview layouts and all that. Also, defining default views and fields and allowing third-party developers to have their own views for their pages. What they haven’t yet put in there, and they want to still do this before any extensibility is considered is inline editing and editing the fields and views in the UI.</p>\n\n\n\n<p>So I have not seen any design views for those interfaces yet, so that might still be a little bit off, but I’ll share the issue and the comment in the show notes, of course, like everything else that we talked about. But Riad is also summarizing the approach that the built the APIs, then UIs, and then if it all works together and the APIs are stable, then open that up to third-party developers to using plugins and themes.</p>\n\n\n\n<p>But he also has a suggestion on how third-party developers can start experimenting with it, and that is using the WordPress data views NPM package and start testing those. Documentation is available on the packages read me file, and you definitely can connect with Riad if you have any questions or something like that. But I think it’s time to start looking at that if you’re a plugin developer or a theme developer, just to make sure that you start getting the mindset and you see what the users are going to see. Any comments?</p>\n\n\n\n<p><em>Carolina Nymark</em>: So glad that this question was asked and highlighted, and I’m happy with the answer. And as always, when this is like, “We want it now,” we can’t have it yet. And third-party extenders, plugin developers, we really do need to help testing. Again, we need to be very clear in our feedback on what we need because we have to leave that feedback when there is still a chance to make changes. If something is not what we expect, the earlier the feedback, the better. Easier it is to respond to and address. I also do my part of the data views.</p>\n\n\n\n<p>I need to use it more to really get used to it. I have problems with the very, very narrow list. So on the left side you have a brief description, the name of your, for example, your template or your post. This part is very narrow, but I do like that you can switch views. So you can choose if you want the list, grid or a table. And there are so many more things that you can customize with filters already. So I really like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Also, like the grid layout patterns in the pattern data views or for… It would be really beautiful for the media library to have a grid layout like it is now. And even posts. If you want the feature image and you don’t need a list, but you want also kind of see how… Which have featured images and which don’t. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p>Which brings us to the next topic that we have here that is early opportunities for testing. Thank you for bringing that up. Test, test, test.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So Anne McCarthy has published a post called Early Opportunities to Test WordPress 6.5 ahead of beta 6.5 that is scheduled for February 13th. These are early opportunities to feedback and testing it for your own sake. It’s only a selection of features in the post, but it’s very good in the instructions of what you can do and what you should test. So a part of the burden for testing is you have to come up with what is it that I actually want to do? Have those decisions and make a list of it. And Anne McCarthy has done that particular work for you and shows you how to test the data views. Also, the pattern overrides and the font library, of course that has been in the works for quite a bit, and the robust revisions.</p>\n\n\n\n<p>So for templates and styles you now can have… In 6.4, we already have revisions, but now those are actually getting to the next step and being really cool.</p>\n\n\n\n<p><em>Carolina Nymark</em>: The revisions are a really nice update. I also hope that we can do something to improve the post-op block editor revisions, which are not as easy to use, say, style visions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, absolutely. And in the post you also find ways on how to set up test websites for that. I also will share a link to the playground with the Gutenberg nightly that actually… At least for the data views, because you need to enable the experiments to do that for the data views as well as for the pattern overrides. So we have some playground instances… Not have some, but we build the blueprints for those so you can call them up in WordPress playground, which is a nice browser-based WordPress instance. It’s really amazing how that would work for someone who has done work with so many servers.</p>\n\n\n\n<p>It’s a long, long post, but it has all the details that you need for each feature. It’s divided up into explaining the feature, prerequisites and then test instructions and what you could do with it. Feedback, you could leave it on the post if you have some feedback or if something is not working, or you could do that as a bug report on the GitHub repository or just post it into the co-editor channel and we’ll figure out which part of your experience is actually the bug report or a feature request or something like that.</p>\n\n\n\n<p>So it’s not always easy to get it right for a GitHub issue, but there are people here to help you. Definitely. Have you tested any of those features or looked at those apart from the revisions you said?</p>\n\n\n\n<p><em>Carolina Nymark</em>: No, I’ve tested them on my own. I haven’t read the full testing instructions. I mean, I have some feedback that I need to add, document and write down, and perhaps why not start working on fixing it as well. So I need to do that maybe next week.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Do you have something else that we could talk about it in community contributions?</p>\n\n\n\n<p><em>Carolina Nymark</em>: We spoke a little bit about how to find the team’s team and how to help with the handbook or just join the meetings. But of course there are so many teams that you can contribute to, and the application for the contributor mentorship program has opened. So this is for the first quarter of 2024. It is open for both mentors and mentees. So if you’re an experienced, well actually, user. You don’t even have to be a developer. If you’re an experienced WordPress user, contributor, you can apply as a mentor. To be a mentee you do not have to have any previous experience, just be engaged and want to join.</p>\n\n\n\n<p>So the mentorship program is a one-on-one mentorship or a group mentorship, which is new. So the group mentorship is new. You can actually apply to work on a specific project together with others with your mentor, which is really interesting. Nice idea. It’s great to meet more people and collaborate, which is a really nice opportunity.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you for bringing that up. Is there a deadline on it?</p>\n\n\n\n<p><em>Carolina Nymark</em>: The application deadline is February 7, and you can find the application by going to <a href=\"https://make.wordpress.org/community/\">make.wordpress.org/community</a> and it’ll be one of the pinned articles on the top of that page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And of course we’re going to share the link to it in the show notes of this episode. That is a great new program for getting more contributors. It’s also meant to create contributor leadership as well, and also to have more sustained contribution. We have in many teams the problem that are these flyby contributors and sometimes you need continued contributions to make a team work and we need both. But I think it’s harder for contributors to have an ongoing relationship with a team, especially when they’re not sponsored and their work life or their life.</p>\n\n\n\n<p>Now, if you have a family, your free time is all but WordPress. If you work as a freelance or in an agency, the workload can be up and down and sometimes you don’t have two months in a row where you can contribute. So this mentorship group is also meant for those who do feel they can do ongoing contributions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released – WordPress 6.5</h3>\n\n\n\n<p>All right. I think we come to the stage where we talk about what’s released and we have to talk about three releases. One is the release squad for WordPress 6.5 has been announced and release lead is again, Matt Mullenweg, release coordinators, Akshaya Rane, Hector Prieto, and Mary Baum. And core tech leads are David Baumwald and Pascal Bircher. And editor tech leads are David Smith and Riad Benguella. But there are in total 27 contributors on the list of release leads.</p>\n\n\n\n<p>So there’s also editor triage and design and all that. Carolina, you are also part of the release squad in 6.5. Thank you for raising your hand. And you are named as a default themes lead. That seems to be a new role on the release squad. What does that include for a release that doesn’t have a default theme?</p>\n\n\n\n<p><em>Carolina Nymark</em>: It means that you are continuing doing what a bundled theme component maintainer does. It is triaging track tickets, looking at new report issues. But the part that I wanted to focus on that we haven’t really done before is that we need to know what the new features are in the editor. Mostly that can affect our themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: When you say our themes, you mean previous default themes?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I mean, the default themes. Are there new features that should be implemented? Doesn’t have to be implemented, or shouldn’t. We have to make decisions about this and then we have to start looking at the code. Can we solve this? Do we need to fix CSS conflicts? We have to test on multiple, multiple workers expressions to see that we’re not causing problems.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s pretty good. I really like that role, but it takes a lot of work because how many default teams are there? 15 or so?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I’m hoping that we’re going to focus on the ones that are actually bonded when you install WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Not the ones that you download. At least not in this round. We haven’t brought this up, but there is a proposal to have a default theme task force. This was proposed in December and you can volunteer for it. We’re still waiting for more information, but the idea is that we do need more contributors to help triage all of the open issues. And triaging issues means that we read these issues and confirm is this actually a bundled theme issue or does it belong to a different component?</p>\n\n\n\n<p>For example, if the reported issue is a problem with a block, it probably needs to be moved to the Gutenberg repository and solved there because it affects more than the bundled themes. It affects all themes. So that’s one of the kind of sorting that this group would need to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think it’s a brilliant idea, especially because it’s an early warning for changes in the block editor or in block themes that might trickle down to classic themes and changes CSS behavior. There’s one discussion right now about the specificity of elements and block themes and does that affect… If it’s changed, what’s the trade-off? It makes it the work that it would cause to update existing themes, but moving forward lessens the work. So I think with your role in there, you definitely can chime in early warning and also say, “Okay, well this is something we need to have in the developer notes because theme developers will have to take a look at that also for their theme.”</p>\n\n\n\n<p>So this was missing. It’s the first release that I won’t be part of since 6.0 on my first release that I was part of on documentation, 6.0 to 6.4, all five releases. I was part of documentation or editor triage and it was really interesting to see how documentation actually surfaces there. That early warning part could have saved some of the hard work that was done retroactively when there was even a new note there or even a new minor version needed to be cut very early after the release.</p>\n\n\n\n<p>So to iterate on the release schedule, I think we talked about it earlier, but you can always look it up about beta one is scheduled for February 13th. 25 days left. So if you want to control it or you have some features that need to be moved forward, get on it. There are two more Gutenberg plugins, 17.6 and 17.7 with features that will go into 6.5. Afterwards it’s just bug fixing or maybe a little bit enhancement.</p>\n\n\n\n<p>And then release candidate one and with field guide and dev notes deadline is March 5th, and that’s just before WordCamp Asia. So we all go release 6.5 and then head out to Taipei because WordCamp Asia starts on March 7th. The final release is on March 26th, 2024. It sounds also far away, but it’s really not a whole lot of time anymore to see what’s getting in there. So looking at the hallway hangout where contributors kind walk through all the features might be a good idea to just get up to par with that.</p>\n\n\n\n<p>Before we get 6.5, we get a minor release, 6.4.3. Aaron Jorbin is the release lead for that and he announced the schedule for this minor release for January 24th, 17:00 UTC is the release party scheduled, and I’ll share the announcement post in the show notes where he also listed the tickets, the bug fixes that are solved for this final release is also maintenance release, so it’s automatically updated. So watch out next week.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 17.5</h3>\n\n\n\n<p>And that brings us to Gutenberg 17.5, the latest Gutenberg release. There’s not a whole lot of in there, but there’s a lot of… There are big topics in there, but not many specific things. So the continued work on the editor unification, meaning that the site editor and the post editor have the same features, the same panels, the same preferences, and can be reused. And so developers as well as users don’t have to learn two interfaces for almost the same thing.</p>\n\n\n\n<p><em>Carolina Nymark</em>: There’s some randomized quality of life changes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. And then of course that’s related to the history of how Gutenberg progressed, the post editors from the phase one and the site editors from phase two, and now they’re making them being the same. Especially the unified distraction free preferences. I’m really glad that it comes to the site editor now. Also spotlight mode and the show breadcrumbs, broad cramps. Yeah, there’s some German kind of cohort going in there. Sometimes I have that. It wasn’t as prominent when I was living in the United States because I was talking English all day long, but now with the German interacting with Germans, sometimes my English kind of sucks.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It happens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: As long as you all still understand me, dear listeners, I’m not stopping with this episode with Gutenberg Changelog. There are some component updates and the font library updates that are going into 6.5 to get the final touches done. They had to refactor some of the rest API interactions for the font library, but that is well on the way for the editor or the block library. We have two changes that I want to point out.</p>\n\n\n\n<p>One is that in the post featured image block, there is now an attribute that you can set to use the first image that’s in post as a featured image. I think that’s a great enhancement. That’s a feature that was missing from the classic editor or from some of the themes because I was really missing that. Oh, I have pictures in there. So use one of those and sometimes that would work and then sometimes it wouldn’t work. But now having that as an attribute in the block is really cool. Is there a user interface for that or is it just for the template?</p>\n\n\n\n<p><em>Carolina Nymark</em>: As far as I know, it’s just for… Well, developers are advanced users. We have the user interface.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Okay. And then the second one is the gallery block. Now, you can just do a random setting, order setting for the pictures in the gallery so you don’t have to fiddle around with the order and moving around and you just… It’s a toggle switch in the site editor, in the blog editor sidebar where you can just switch it on and off and it orders the picture at random. Pretty cool.</p>\n\n\n\n<p>It definitely streamlines your production time of things and you don’t have to spend an hour forming an opinion what order you want and then executing on that opinion. If you don’t have an opinion, that’s fine. Is there anything in there that you want to point out, Carolina?</p>\n\n\n\n<p><em>Carolina Nymark</em>: In the update or in the block library?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The change log. The change log.</p>\n\n\n\n<p><em>Carolina Nymark</em>: There are many small permits. We have some exchanges for the pattern overrides, which is their partially synced pattern with a new name.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Naming is so hard.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It is. It is so hard.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Carolina Nymark</em>: We’ll see. Eventually we’ll see where it actually lands when we have to write a documentation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then once the documentation is written, it’s kind of set in stone because nobody knows when you rename things. There are so many people out there who still talk about full site editing in new posts in 2024. So not on the WordPress site, but people here write the portals and all that. The pattern overrides have a lot of expectations and I think the 6.5 first iteration will be very limited in features that I think for paragraphs, for heading and for images.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It needs to be limited, I guess. Well, we need more time, but also it just makes it easier to test and to receive feedback for it and not as overwhelming hopefully for users to actually learn.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, good point. Good point. I like it. And of course the data views, there are a lot of people working on the data views and it’s still under experimental flag, but it’s coming a long way. It really has some great attention right now. You can use it on the one store feature is enabled in the experiments. You can use it on the patterns page. On the pages page it’s already by default available for templates. I think template parts are still under the experimental flag, but those things will all come out of experiments hopefully very soon. So we can all test everything.</p>\n\n\n\n<p><em>Carolina Nymark</em>: It’s moving very fast. It is still unclear what will actually be in 6.5. But we’ll see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think every release in the last so 16 point… This is 17.5. So 17.3, I think, had the first data views or 17.2 even. And every release had over 20 PRs kind of going in into that feature. So it’s really moving fast and it’s beautiful now. I really like it. There’s quite some excitement out there in the community as well for those who have looked at it. And if you have an opinion, dear listeners, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>, <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>So there are two items in the documentation section. There’s a lot of changes in documentation, but two, I want to point out because it’s for beginners on the block development. There’s a new section in the quick starter guide. If you haven’t seen the quick start guide for block development, I only use it to talk about other things. So the quick start guide for block development walks you through a tutorial on grading a block for copyright, dynamic copyright year on your website and use that block.</p>\n\n\n\n<p>There was a developer just last week and the recording is up on YouTube where Nick Diego and Ryan Welcher go through that tutorial and show how this all meant to be. It’s one thing to read a tutorial and try to follow along yourself than to watch somebody else go through a tutorial and then follow along. It’s a much richer experience. And the documentation changes here are all about the local development environment. What are the tools that you can use for local development on your machine?</p>\n\n\n\n<p>And one of them is WP-env, which is the built-in WordPress development based on Dhaka. There are actually, I don’t know if you use them already, efforts to make the WordPress playground a local development. You don’t need local development. You can use the WordPress playground for development and have code editor in there. So I’ve seen some great mockups from that.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I have not tried it yet. It’s on my very long to-do list because I’m absolutely curious about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it’s amazing. But the WP-env script also, you can call it together with a create block scaffolding and you have almost instantaneous a good block development environment set up. There were some changes to block.json as well as theme.json And documentation and that’s pretty much what I wanted to point out. Code quantity is all very technical and all the efforts to write all the end-to-end tests and playwright migrating fast. And to build tools have been updated to the latest things.</p>\n\n\n\n<p>All right. Oh, here it was, yes. So that was a change log for 17.5. It was not a whole lot in there for a WebPress user. It’s more like the future of things. It’s really cool, but not for immediate use. But sometimes you have these releases where there’s some foundation work being done.</p>\n\n\n\n<p><em>Carolina Nymark</em>: The releases are some frequency, yes. Sometimes there will be these kind of releases but with less new ready features and more work on what’s coming.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Absolutely. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>So speaking of what’s coming there is this active discussion. I mentioned it before. There is an effort on PR that reduce the specificity on the global styles, CNS by, I think it was Isabel, Brison tele machines. She’s working on that quite a bit. And there is a call for testing, especially for classic themes to see how impact that will have on your custom CSS or even on block themes because the high specificity makes you create workarounds on all the different places. And if it’s reduced, you’re losing your targets. So how much work would it take? I’ll share the related ticket in the show notes, but did you take a look at that?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I have read it. I have planned, sets time away in my calendar to do some testing and this is where it would really help to know what specifically to test for, like having something to help us get started because it’s a bit wide right now. It’s just test if your sales is still correct. This is also where tool like visual regression testing would have really helped. But in the next couple of days, of course we are going to have a little bit more testing done. We’re going to have some more comments on these issues, tickets and narrow it down a little bit so that we can have tests in the instructions and test results presented there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Aaron Robishaw who’s also working on those, he did some explorations on the current approach to see… I think his summary also helps with figuring out as a theme developer, “Okay, where do I need to look in my theme to test this rate?”</p>\n\n\n\n<p><em>Carolina Nymark</em>: That sounds good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I share both of them in the show notes of the show. And it seems that we are at the end of our show. Carolina, you made it.</p>\n\n\n\n<p><em>Carolina Nymark</em>: We made it. Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We made it, yes. It’s an awesome show. You have some great discussions on block development and block themes, and contributions, and a call for contributors. So it’s a full rounded show. Is there anything, Carolina, that you want people to know that you didn’t get to mention before, while you have an audience and think about it, and you could also tell me where people that want to connect with you, where they find you?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Well, you can find me on Twitter, @carolinapoena. You can message me there. If you go to <a href=\"https://fullsiteediting.com/\">fullsiteediting.com</a>, in the footer is also actually a link to a Slack channel that you can join if you like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.</p>\n\n\n\n<p><em>Carolina Nymark</em>: And on the WordPress Slack, my nickname is Poena. Yeah, that’s the easiest way to reach me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I think that we need to mention everything a little bit about, but to think about when you’re switching your website to a block theme or what we need help with in testing the upcoming release and what we need help with for the bundled themes that we need more contributors and we need more testing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right then. Before we end the show, remind you, there’s these events out there February 7th, that phase three media library. February 8th is the intrinsic design hallway hangout. There will be developer hours in February. I don’t have a date yet, but keep up on the meetup extensibility issues. Triage meeting is January 23rd. And then there is a livestream on Twitch about reviewing Gutenberg 17.5. I’m going to watch it and see what Ryan Welcher is digging up from this change log that we might have missed.</p>\n\n\n\n<p>Dear listeners, thank you all for listening again, and if you have any news or questions, or suggestions, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That’s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. Again, thank you, Carolina Nymark for being on the show and sharing all your wisdom here. Thanks for listening, and goodbye for me.</p>\n\n\n\n<p><em>Carolina Nymark</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, 21 Jan 2024 13:34: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Gutenberg Times: Media Experiments, WordPress 6.5, Gutenberg 17.5 and block building tutorials — Weekend Edition 281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=27026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/media-experiments-wordpress-6-5-gutenberg-17-5-and-block-building-updates-weekend-edition-218/\";s: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:23550:\"<p>Howdy, </p>\n\n\n\n<p>Work on the next major WordPress release, 6.5 is in full swing. Two more Gutenberg plugin releases and Beta 1 will be upon us. You’ll find more information below, including additional resources. It’s the first release since 6.0 that I won’t be on the release squad, by choice. I will, of course, support it anyway I can.</p>\n\n\n\n<p>More about block editor, themes, plugins and tutorials, as always, below.</p>\n\n\n\n<p>Wishing everyone in the Northern Hemisphere to stay warm and a wonderful weekend for all of us. </p>\n\n\n\n<p>Yours, ','no'),(147,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1706155646','no'),(148,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1706112446','no'),(149,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1706155648','no'),(150,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/01/episode-71-new-year-new-blog/\'>WP Briefing: Episode 71: New Year, New Blog!</a> <span class=\"rss-date\">January 22, 2024</span><div class=\"rssSummary\">In the latest WordPress Briefing, Executive Director Josepha Haden Chomphosy revisits our roots in blogging and breaks down the essentials of starting your first WordPress blog. Tune in to Episode 71 for practical tips and inspiration to kickstart your blogging journey.</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/107-michelle-frechette-on-advocating-for-accessibility-and-diversity-in-the-wordpress-community\' title=\'Transcript [00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name. Is Nathan Wrigley. Jukebox has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, advocating for accessibility and diversity in the WordPress community. If you’d like to subscribe to t\'>WPTavern: #107 – Michelle Frechette on Advocating for Accessibility and Diversity in the WordPress Community</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses/\' title=\'Adam and Emma talking about all things content when it comes to building brand recognition and trust for your Woo and WordPress business. >> The post Content Strategies for Woo and WordPress Businesses with Adam and Emma appeared first on Do the Woo - a WooCommerce and WordPress Builder Podcast .\'>Do The Woo Community: Content Strategies for Woo and WordPress Businesses with Adam and Emma</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/my-journey-as-an-engineer-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-as-an-engineer-with-wordpress\' title=\'この記事は日本語でも読む事が出来ます。 I currently live in Tokyo, Japan, and work as a freelance engineer. I would like to talk about what my life was like before I met WordPress, how I met WordPress, and the freedom it has brought me. Before I met WordPress If I remember correctly, the first time I touched a computer was when I was in junior high school. I remember a big all-\'>HeroPress: My Journey as an Engineer with WordPress – エンジニアとしての WordPress の旅</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(151,'recently_activated','a:0:{}','yes'),(154,'rewrite_rules','a:67:{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: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: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: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: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: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: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: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: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: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: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:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(155,'_site_transient_timeout_wporg_theme_feature_list','1706124101','yes'),(156,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(157,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1706113839;s:7:\"checked\";a:4:{s:5:\"astra\";s:5:\"4.6.4\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.8.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.4.0.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.4.1.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'),(158,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1706113839;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(159,'current_theme','Astra','yes'),(160,'theme_mods_astra','a:1:{i:0;b:0;}','yes'),(161,'theme_switched','twentyfourteen','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1706049518:1'),(3,2,'_edit_last','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext 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(20) 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`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://003d9f2.netsolhost.com/testsite/?p=1',0,'post','',1),(2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','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:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>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.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://003d9f2.netsolhost.com/testsite/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','This Is Dante\'s Word Press Test Page','','publish','open','open','','sample-page','','','2024-01-23 22:38:37','2024-01-23 22:38:37','',0,'http://003d9f2.netsolhost.com/testsite/?page_id=2',0,'page','',0),(3,1,'2024-01-23 22:29:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-01-23 22:29:22','0000-00-00 00:00:00','',0,'http://003d9f2.netsolhost.com/testsite/?p=3',0,'post','',0),(4,1,'2024-01-23 22:38:37','2024-01-23 22:38:37','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:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>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.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://003d9f2.netsolhost.com/testsite/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','This Is Dante\'s Word Press Test Page','','inherit','open','open','','2-revision-v1','','','2024-01-23 22:38:37','2024-01-23 22:38:37','',2,'http://003d9f2.netsolhost.com/testsite/?p=4',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) 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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','Dante\''),(2,1,'last_name','Patterson'),(3,1,'nickname','Dante'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','midnight'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'default_password_nag',''),(15,1,'wp_dashboard_quick_press_last_post_id','3'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) 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(60) 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`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'dpatterson','49e92629f7202b119572b34744c923fa','dpatterson','dantep@bellsouth.net','','2014-08-13 15:26:49','',0,'dpatterson'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_003d9f2_2' -- /*!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 2024-01-24 11:43:10