-- MySQL dump 10.13  Distrib 5.7.39, for Linux (x86_64)
--
-- Host: localhost    Database: lloydlun_wp51
-- ------------------------------------------------------
-- Server version	5.7.39

/*!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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=223 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 */;
/*!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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!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(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=55012 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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','https://thespeechcamp.com','yes'),(2,'blogname','SpeechCamp™ | Best Online Public Speaking Training Course Philippines','yes'),(3,'blogdescription','Public Speaking Workshop in Manila, Cebu, Davao','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','lloydluna@gmail.com','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','1','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','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:27:\"autoptimize/autoptimize.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:4;s:69:\"facebook-messenger-customer-chat/facebook-messenger-customer-chat.php\";i:5;s:53:\"famethemes-demo-importer/famethemes-demo-importer.php\";i:6;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:7;s:31:\"onepress-plus/onepress-plus.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(37,'home','https://thespeechcamp.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:3:{i:0;s:66:\"/home/lloydlun/leadership.ph/wp-content/themes/onepress/header.php\";i:2;s:65:\"/home/lloydlun/leadership.ph/wp-content/themes/onepress/style.css\";i:3;s:0:\"\";}','no'),(45,'template','onepress','yes'),(46,'stylesheet','onepress','yes'),(31198,'finished_updating_comment_type','1','yes'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','53496','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','file','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:9:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:35:\"Sample Motivational Speech (Comedy)\";s:4:\"text\";s:156:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bo8iQktuw3Y\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:21:\"Sample Keynote Speech\";s:4:\"text\";s:125:\"<iframe src=\"https://www.youtube.com/embed/kZyWKkE-cBw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:33:\"Sample Inspirational Sales Speech\";s:4:\"text\";s:125:\"<iframe src=\"https://www.youtube.com/embed/2rk3EdCimQ0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:34:\"Sample Inspirational Comedy Speech\";s:4:\"text\";s:125:\"<iframe src=\"https://www.youtube.com/embed/Z9mB3GHWEZ0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:12:\"Get in touch\";s:4:\"text\";s:444:\"<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png\"><img class=\"wp-image-574 size-full\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png\" alt=\"Public Speaking Training Course Philippines Header\" width=\"220\" height=\"127\" /></a>\r\n\r\nPenthouse A Victoria De Makati\r\nDela Rosa St., Makati City\r\n\r\nMobile: +63 9171250476\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:4:{s:5:\"title\";s:27:\"Public Speaking Philippines\";s:4:\"text\";s:330:\"The Public Speaking Institute (Philippines) is an exclusive provider of  Certified Public Speaker™ (CPS) designation. The certification training program course is based on Luna Public Speaking Framework. This is the most comprehensive public speaking development program for beginners and aspiring professional public speakers.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:8;a:4:{s:5:\"title\";s:34:\"Public Speaking Course Philippines\";s:4:\"text\";s:192:\"The Public Speaking Institute™ provides the best public speaking training program with emphasis on character, content, and competency. We have more than 15 years in public speaking industry.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(94,'page_on_front','25','yes'),(95,'wp_user_roles','a:7:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:13:\"media_image-4\";i:2;s:6:\"text-7\";i:3;s:14:\"recent-posts-2\";i:4;s:11:\"tag_cloud-2\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"media_image-3\";}s:8:\"footer-2\";a:1:{i:0;s:6:\"text-6\";}s:8:\"footer-3\";a:1:{i:0;s:6:\"text-8\";}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:3:{i:3;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:26:\"CPS Logo White Transparent\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://www.certifiedpublicspeaker.net/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:29:\"Public Speaking Certification\";s:13:\"attachment_id\";i:571;s:3:\"url\";s:91:\"https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent-300x300.png\";s:5:\"title\";s:29:\"Public Speaking Certification\";}i:4;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:7:\"caption\";s:36:\"Certified Public Speaker CPS™ Logo\";s:3:\"alt\";s:36:\"Certified Public Speaker CPS™ Logo\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:567;s:3:\"url\";s:69:\"https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:2:{i:2;a:3:{s:5:\"title\";s:13:\"Frequent Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'uninstall_plugins','a:1:{s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";}','no'),(115,'default_post_format','0','yes'),(116,'link_manager_enabled','1','yes'),(117,'finished_splitting_shared_terms','1','yes'),(118,'site_icon','582','yes'),(119,'medium_large_size_w','768','yes'),(120,'medium_large_size_h','0','yes'),(121,'initial_db_version','15260','yes'),(54221,'WPLANG','en','yes'),(123,'cron','a:16:{i:1664424091;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1664425799;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1664426733;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1664432533;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664441140;a:1:{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;}}}i:1664444311;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664445123;a:2:{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:1664449983;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1664451821;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664461330;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664483331;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664507733;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664509685;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664509695;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1664768120;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(124,'db_upgraded','','yes'),(126,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(163,'theme_switched','','yes'),(128,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(161,'current_theme','OnePress','yes'),(162,'theme_mods_onepress','a:98:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:22:\"onepress_primary_color\";s:6:\"003153\";s:25:\"onepress_transparent_logo\";s:0:\"\";s:32:\"onepress_transparent_retina_logo\";s:0:\"\";s:21:\"onepress_header_width\";s:10:\"full-width\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517041921;s:4:\"data\";a:6:{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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}s:27:\"onepress_header_scroll_logo\";i:1;s:23:\"onepress_hide_sitetitle\";i:1;s:21:\"onepress_hide_tagline\";i:1;s:20:\"onepress_retina_logo\";s:94:\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png\";s:15:\"onepress_layout\";s:13:\"right-sidebar\";s:23:\"onepress_hcl1_largetext\";s:36:\"Public Speaking Training Philippines\";s:23:\"onepress_hcl1_smalltext\";s:434:\"SpeechCamp™ is an affordable public speaking training in the Philippines. The fee is only P750 for an online event. It\'s organized by the <a href=\"https://thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public Speaking Institute</a>. This reasonably priced training fee is good for aspiring public speakers. This training workshop also leads to <strong>Certified Public Speaker</strong> (CPS®) Certification Program.\";s:23:\"onepress_hcl1_btn1_text\";s:15:\"Follow our page\";s:23:\"onepress_hcl1_btn2_text\";s:11:\"Enroll Now.\";s:20:\"onepress_hero_images\";a:1:{i:0;a:1:{s:5:\"image\";a:2:{s:3:\"url\";s:104:\"https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg\";s:2:\"id\";i:248;}}}s:22:\"onepress_hero_parallax\";i:1;s:24:\"onepress_hero_fullscreen\";i:1;s:23:\"onepress_features_boxes\";a:3:{i:0;a:6:{s:5:\"title\";s:17:\"The SpeechCamp™\";s:9:\"icon_type\";s:4:\"icon\";s:4:\"icon\";s:20:\"fa fa-free-code-camp\";s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:4:\"desc\";s:167:\"SpeechCamp™ is a training workshop organized by The Public Speaking Institute, Inc. For at least two hours, you\'ll get practical insights about real public speaking.\";s:4:\"link\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:15:\"Speech Training\";s:9:\"icon_type\";s:4:\"icon\";s:4:\"icon\";s:11:\"fa fa-heart\";s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:4:\"desc\";s:185:\"You\'ll get to speak for 30 seconds. During the SpeechCamp™, you\'ll an honest-to-goodness assessment of your speech. We\'ll know in 30 seconds or less what you\'re doing right and wrong.\";s:4:\"link\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:16:\"The Camp Lecture\";s:9:\"icon_type\";s:4:\"icon\";s:4:\"icon\";s:16:\"fa fa-microphone\";s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:4:\"desc\";s:213:\"We\'ll spend a significant number of minutes explaining the foundation of good public speaking. Besides, this is where you get your self-confidence. This lecture will help you manage, if not rid, your stage fright.\";s:4:\"link\";s:0:\"\";}}s:24:\"onepress_features_layout\";s:1:\"4\";s:23:\"onepress_features_title\";s:52:\"Public Speaking Training Workshop in the Philippines\";s:26:\"onepress_features_subtitle\";s:62:\"we have over 15 years of experience to qualify as your trainer\";s:22:\"onepress_features_desc\";s:365:\"We have more than 15 years experience in public speaking. We don\'t teach confidence. We teach the principles on how to be confident. Real-life education is what you\'ll get; not theories that you see in the Internet. \n\nWe have taught and trained hundreds of people to speak confidently and with sense, to embrace who they are, and the own the stage where they speak.\";s:20:\"onepress_about_title\";s:43:\"The Public Speaking (Philippines) Institute\";s:22:\"onepress_about_disable\";i:0;s:20:\"onepress_about_boxes\";a:1:{i:0;a:3:{s:12:\"content_page\";s:1:\"2\";s:10:\"hide_title\";s:0:\"\";s:11:\"enable_link\";s:0:\"\";}}s:29:\"onepress_about_content_source\";s:7:\"content\";s:17:\"onepress_services\";a:2:{i:0;a:5:{s:9:\"icon_type\";s:4:\"icon\";s:4:\"icon\";s:13:\"fa fa-barcode\";s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"content_page\";s:1:\"2\";s:11:\"enable_link\";i:1;}i:1;a:5:{s:9:\"icon_type\";s:4:\"icon\";s:4:\"icon\";s:17:\"fa fa-certificate\";s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"content_page\";s:3:\"435\";s:11:\"enable_link\";i:1;}}s:26:\"onepress_videolightbox_url\";s:27:\"https://vimeo.com/180576801\";s:28:\"onepress_videolightbox_title\";s:130:\"Filipino public speaker and SpeechCamp™ founder Lloyd Luna is interviewed by the Philippines\' popular talk show host Boy Abunda.\";s:28:\"onepress_videolightbox_image\";s:102:\"https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg\";s:22:\"onepress_counter_title\";s:26:\"Public Speaking Experience\";s:25:\"onepress_counter_subtitle\";s:32:\"A truly certified public speaker\";s:21:\"onepress_counter_desc\";s:263:\"Here\'s a quick look at our founder\'s <strong>public speaking career</strong> as a <em>motivational keynote speaker</em> on sales conventions, annual company meetings, awards night, employee appreciation day, school seminars, and leadership training, among others.\";s:22:\"onepress_counter_boxes\";a:3:{i:0;a:4:{s:5:\"title\";s:19:\"Years of Experience\";s:6:\"number\";s:2:\"15\";s:11:\"unit_before\";s:0:\"\";s:10:\"unit_after\";s:1:\"+\";}i:1;a:4:{s:5:\"title\";s:32:\"Motivational Speeches since 2005\";s:6:\"number\";s:4:\"1521\";s:11:\"unit_before\";s:0:\"\";s:10:\"unit_after\";s:1:\"+\";}i:2;a:4:{s:5:\"title\";s:24:\"Companies Served in 2005\";s:6:\"number\";s:4:\"1000\";s:11:\"unit_before\";s:0:\"\";s:10:\"unit_after\";s:1:\"+\";}}s:22:\"onepress_clients_title\";s:71:\"The Philippines\' Most Affordable Public Speaking Training for Filipinos\";s:23:\"onepress_clients_layout\";s:1:\"6\";s:25:\"onepress_clients_subtitle\";s:46:\"SpeechCamp™ by the Public Speaking Institute\";s:16:\"onepress_clients\";a:12:{i:0;a:3:{s:5:\"title\";s:15:\"CNN Philippines\";s:5:\"image\";a:2:{s:3:\"url\";s:71:\"https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png\";s:2:\"id\";i:103;}s:4:\"link\";s:0:\"\";}i:1;a:3:{s:5:\"title\";s:9:\"Bloomberg\";s:5:\"image\";a:2:{s:3:\"url\";s:99:\"https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png\";s:2:\"id\";i:105;}s:4:\"link\";s:0:\"\";}i:2;a:3:{s:5:\"title\";s:7:\"ABS-CBN\";s:5:\"image\";a:2:{s:3:\"url\";s:94:\"https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png\";s:2:\"id\";i:94;}s:4:\"link\";s:0:\"\";}i:3;a:3:{s:5:\"title\";s:24:\"ANC ABS-CBN News Channel\";s:5:\"image\";a:2:{s:3:\"url\";s:103:\"https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png\";s:2:\"id\";i:97;}s:4:\"link\";s:0:\"\";}i:4;a:3:{s:5:\"title\";s:4:\"GMA7\";s:5:\"image\";a:2:{s:3:\"url\";s:91:\"https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png\";s:2:\"id\";i:98;}s:4:\"link\";s:0:\"\";}i:5;a:3:{s:5:\"title\";s:3:\"TFC\";s:5:\"image\";a:2:{s:3:\"url\";s:93:\"https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png\";s:2:\"id\";i:100;}s:4:\"link\";s:0:\"\";}i:6;a:3:{s:5:\"title\";s:6:\"NEWSTV\";s:5:\"image\";a:2:{s:3:\"url\";s:98:\"https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png\";s:2:\"id\";i:107;}s:4:\"link\";s:0:\"\";}i:7;a:3:{s:5:\"title\";s:4:\"DZMM\";s:5:\"image\";a:2:{s:3:\"url\";s:104:\"https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png\";s:2:\"id\";i:122;}s:4:\"link\";s:0:\"\";}i:8;a:3:{s:5:\"title\";s:4:\"UNTV\";s:5:\"image\";a:2:{s:3:\"url\";s:91:\"https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png\";s:2:\"id\";i:111;}s:4:\"link\";s:0:\"\";}i:9;a:3:{s:5:\"title\";s:3:\"PDI\";s:5:\"image\";a:2:{s:3:\"url\";s:93:\"https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png\";s:2:\"id\";i:116;}s:4:\"link\";s:0:\"\";}i:10;a:3:{s:5:\"title\";s:15:\"Manila Bulletin\";s:5:\"image\";a:2:{s:3:\"url\";s:105:\"https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png\";s:2:\"id\";i:117;}s:4:\"link\";s:0:\"\";}i:11;a:3:{s:5:\"title\";s:16:\"The Manila Times\";s:5:\"image\";a:2:{s:3:\"url\";s:102:\"https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png\";s:2:\"id\";i:120;}s:4:\"link\";s:0:\"\";}}s:19:\"onepress_clients_id\";s:5:\"media\";s:19:\"onepress_pricing_id\";s:7:\"pricing\";s:25:\"onepress_pricing_subtitle\";s:35:\"Filipino Motivational Speaker\'s Fee\";s:22:\"onepress_pricing_title\";s:14:\"Published Rate\";s:21:\"onepress_pricing_desc\";s:162:\"Our professional speaking fee depends on the number of audience, duration of the talk, and the location of the event. We also assess the client\'s capacity to pay.\";s:22:\"onepress_pricing_plans\";a:3:{i:0;a:8:{s:5:\"title\";s:6:\"School\";s:5:\"price\";s:15:\"5,000 (Minimum)\";s:4:\"code\";s:1:\"P\";s:8:\"subtitle\";s:25:\"Plus 2,500 Transportation\";s:7:\"content\";s:326:\"1-2 hours motivational keynote speech\r\nUp to 200 audience\r\nWe are given 20 minutes for book selling and signing\r\nWe are given a plaque instead of framed certificate\r\nParking space must be provided (or parking fee for reimbursement)\r\n100% non-refundable payment three weeks before the talk\r\nAllowed to send an alternate speaker\";s:5:\"label\";s:8:\"Book Now\";s:4:\"link\";s:34:\"https://thespeechcamp.com/booking/\";s:6:\"button\";s:17:\"btn-theme-primary\";}i:1;a:8:{s:5:\"title\";s:14:\"Small Business\";s:5:\"price\";s:16:\"25,000 (Minimum)\";s:4:\"code\";s:1:\"P\";s:8:\"subtitle\";s:35:\"Plus Travel Allowance and Insurance\";s:7:\"content\";s:421:\"1-2 hours motivational keynote speech\r\nUp to 200 audience\r\nWe are given 20 minutes for book selling and signing\r\nWe are given a plaque instead of framed certificate\r\nAir, sea, and land transportation for two\r\nHotel accommodation and actual consumption for two\r\nParking space must be provided (or parking fee for reimbursement)\r\n100% non-refundable payment three weeks before the talk\r\nAllowed to send an alternate speaker\";s:5:\"label\";s:9:\"Book. Now\";s:4:\"link\";s:34:\"https://thespeechcamp.com/booking/\";s:6:\"button\";s:11:\"btn-success\";}i:2;a:8:{s:5:\"title\";s:15:\"Larger Business\";s:5:\"price\";s:16:\"50,000 (Minimum)\";s:4:\"code\";s:1:\"P\";s:8:\"subtitle\";s:35:\"Plus Travel Allowance and Insurance\";s:7:\"content\";s:421:\"1-2 hours motivational keynote speech\r\nUp to 200 audience\r\nWe are given 20 minutes for book selling and signing\r\nWe are given a plaque instead of framed certificate\r\nAir, sea, and land transportation for two\r\nHotel accommodation and actual consumption for two\r\nParking space must be provided (or parking fee for reimbursement)\r\n100% non-refundable payment three weeks before the talk\r\nAllowed to send an alternate speaker\";s:5:\"label\";s:8:\"Book Now\";s:4:\"link\";s:34:\"https://thespeechcamp.com/booking/\";s:6:\"button\";s:17:\"btn-theme-primary\";}}s:29:\"onepress_testimonial_subtitle\";s:31:\"What his top clients are saying\";s:26:\"onepress_testimonial_boxes\";a:3:{i:0;a:6:{s:5:\"title\";s:18:\"Client for 9 years\";s:4:\"name\";s:15:\"Billy Dominguez\";s:5:\"image\";a:2:{s:3:\"url\";s:81:\"https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png\";s:2:\"id\";i:147;}s:8:\"subtitle\";s:32:\"President of Green Circle Realty\";s:7:\"content\";s:192:\"Lloyd is one of the best motivational speakers who has been inspiring our sales people to be productive all year round. His witty approach as a humorist works really well with us all the time.\";s:5:\"style\";s:5:\"light\";}i:1;a:6:{s:5:\"title\";s:13:\"He\'s the man!\";s:4:\"name\";s:24:\"Herminio M. Alcasid, Sr.\";s:5:\"image\";a:2:{s:3:\"url\";s:78:\"https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg\";s:2:\"id\";i:199;}s:8:\"subtitle\";s:9:\"President\";s:7:\"content\";s:270:\"Lloyd is the go-to guy if you’re looking for a lively motivational speaker. His spontaneous and natural expression of his teachings and inspiration is superb. Such a rare talent. We are grateful to hear him in person. He over-delivered surpassing all our expectations.\";s:5:\"style\";s:5:\"light\";}i:2;a:6:{s:5:\"title\";s:13:\"Inspirational\";s:4:\"name\";s:20:\"Jean Henri Lhuillier\";s:5:\"image\";a:2:{s:3:\"url\";s:77:\"https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg\";s:2:\"id\";i:201;}s:8:\"subtitle\";s:31:\"President of Cebuana Lhulillier\";s:7:\"content\";s:190:\"Our people got motivated by Lloyd’s speech. At a very young age, his message serves both as a challenge and inspiration especially to our managers and supervisors. We are glad to have him.\";s:5:\"style\";s:5:\"light\";}}s:23:\"onepress_about_subtitle\";s:45:\"Public Speaking Training Course for Filipinos\";s:21:\"onepress_clients_desc\";s:481:\"<a href=\"https://www.thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">The Public Speaking Institute, Inc.</a> founder and communication philanthropist <a href=\"https://www.lloydluna.com/\" target=\"_blank\" rel=\"noopener\">Lloyd Luna, CPS® Certified Public Speaker</a> is a go-to guy on major media platforms as an expert on public speaking training workshops in the Philippines. Media organizations may call +63 9171250476 or +63 279890476 for appearance invitations.\";s:30:\"onepress_section_order_styling\";a:18:{i:0;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:7:\"Clients\";s:10:\"section_id\";s:7:\"clients\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:1;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:13:\"Videolightbox\";s:10:\"section_id\";s:13:\"videolightbox\";s:12:\"show_section\";i:1;s:15:\"section_inverse\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"image\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:104:\"https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg\";s:2:\"id\";i:248;}s:15:\"enable_parallax\";i:1;s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:9:\"fullwidth\";i:1;s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";}i:2;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:8:\"Features\";s:10:\"section_id\";s:8:\"features\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:3;a:23:{s:6:\"add_by\";s:5:\"click\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:50:\"SpeechCamp™ participants we call \"SpeechCampers\"\";s:10:\"section_id\";s:16:\"sid1615686582890\";s:12:\"show_section\";i:1;s:15:\"section_inverse\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:35:\"Training our future public speakers\";s:4:\"desc\";s:194:\"We don\'t call them SpeechCampers for no reason. They are in a camp so they are treated as such. We make them do. We engage them. We train them. Just as what a public speaking workshop should be.\";s:7:\"content\";s:1045:\"The Public Speaking Institute™ (Philippines) welcomes it\'s pioneering batch of SpeechCampers. It hopes everyone enjoys their journey to becoming better public speakers. We have more than 50 campers in our launch on September 26, 2022.\r\n<div class=\"mceTemp\">\r\n<dl id=\"attachment_618\" class=\"wp-caption aligncenter\" style=\"width: 800px\" data-mce-style=\"width: 800px\">\r\n 	<dt class=\"wp-caption-dt\"><a href=\"https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png\" data-mce-href=\"https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png\"><img class=\"wp-image-618 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1-819x1024.png\" alt=\"SpeechCamp Public Speaking Workshop Philippines Batch 1\" width=\"800\" height=\"1000\" data-mce-src=\"https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1-819x1024.png\"></a></dt>\r\n 	<dd class=\"wp-caption-dd\">SpeechCamp Public Speaking Workshop Philippines Batch 1</dd>\r\n</dl>\r\n</div>\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:5:\"100px\";s:14:\"padding_bottom\";s:5:\"100px\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:4;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:5:\"About\";s:10:\"section_id\";s:5:\"about\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:5;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:8:\"Services\";s:10:\"section_id\";s:8:\"services\";s:12:\"show_section\";i:1;s:15:\"section_inverse\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:6;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:12:\"Testimonials\";s:10:\"section_id\";s:12:\"testimonials\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:16:\"rgba(76,76,76,1)\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:7;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:7:\"Contact\";s:10:\"section_id\";s:7:\"contact\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:19:\"rgba(234,234,234,1)\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:8;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:7:\"Gallery\";s:10:\"section_id\";s:7:\"gallery\";s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"show_section\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:9;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:8:\"Projects\";s:10:\"section_id\";s:8:\"projects\";s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"show_section\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:10;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:7:\"Counter\";s:10:\"section_id\";s:7:\"counter\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:11;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:7:\"Pricing\";s:10:\"section_id\";s:7:\"pricing\";s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"show_section\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:12;a:23:{s:6:\"add_by\";s:5:\"click\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:37:\"Our Brand of Public Speaking Training\";s:10:\"section_id\";s:16:\"sid1517411140307\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:43:\"From an amateur to an expert public speaker\";s:4:\"desc\";s:125:\"If you\'re looking for the best public speaking training in the Philippines, you\'ve just arrived and you can start right away.\";s:7:\"content\";s:318:\"The Public Speaking Institute (TPSI) hopes to see a better world through responsible public speakers. We’re a producer of world-class public speakers who would like to make public speaking easy to learn and fun to develop. Driven by our passion to change the world through speeches, we commit to nurture your talent.\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:13;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:14:\"Call to Action\";s:10:\"section_id\";s:3:\"cta\";s:12:\"show_section\";i:1;s:15:\"section_inverse\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:14;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:4:\"Team\";s:10:\"section_id\";s:4:\"team\";s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"show_section\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:15;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:4:\"News\";s:10:\"section_id\";s:4:\"news\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:16;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:0:\"\";s:5:\"title\";s:3:\"Map\";s:10:\"section_id\";s:3:\"map\";s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"show_section\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}i:17;a:23:{s:6:\"add_by\";s:0:\"\";s:12:\"__visibility\";s:6:\"hidden\";s:5:\"title\";s:6:\"Slider\";s:10:\"section_id\";s:6:\"slider\";s:12:\"show_section\";i:1;s:17:\"section_page_slug\";s:18:\"abs-cbn-bottomline\";s:8:\"subtitle\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:8:\"bg_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"bg_video\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"bg_video_webm\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"bg_video_ogv\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:16:\"bg_opacity_color\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:15:\"section_inverse\";s:0:\"\";s:20:\"section_page_content\";s:0:\"\";s:10:\"hide_title\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:7:\"content\";s:0:\"\";s:15:\"enable_parallax\";s:0:\"\";s:9:\"fullwidth\";s:0:\"\";}}s:20:\"onepress_contact_cf7\";s:46:\"[contact-form-7 id=\"468\" title=\"TPSI Contact\"]\";s:30:\"onepress_contact_address_title\";s:41:\"Your public speaking training starts here\";s:25:\"onepress_contact_subtitle\";s:45:\"Let\'s start your public speaking training now\";s:16:\"onepress_news_id\";s:8:\"insights\";s:19:\"onepress_news_title\";s:15:\"Latest Insights\";s:22:\"onepress_news_subtitle\";s:34:\"Inspirational Blog from Lloyd Luna\";s:20:\"onepress_map_address\";s:50:\"<strong>1745 Dian St. Palanan\nMakati City</strong>\";s:16:\"single_thumbnail\";i:1;s:25:\"onepress_hide_author_link\";i:1;s:18:\"onepress_cta_title\";s:40:\"Get our public speaking training course.\";s:22:\"onepress_cta_btn_label\";s:8:\"Book Now\";s:21:\"onepress_contact_text\";s:120:\"<strong>If you are ready to enroll, please <a href=\"https://forms.gle/GX14FyUAAtycfA7o8\">fill up this form</a>.</strong>\";s:24:\"onepress_contact_address\";s:58:\"Penthouse A Victoria de Makati, Dela Rosa St., Makati City\";s:22:\"onepress_contact_phone\";s:13:\"+639171250476\";s:22:\"onepress_contact_email\";s:25:\"support@publicspeaking.ph\";s:20:\"onepress_contact_fax\";s:32:\"+63 9171250476 • +63 279890476\";s:23:\"onepress_news_more_text\";s:16:\"Read My Insights\";s:23:\"onepress_news_more_link\";s:35:\"https://thespeechcamp.com/insights/\";s:21:\"onepress_cta_btn_link\";s:34:\"https://thespeechcamp.com/#contact\";s:23:\"onepress_hcl1_btn1_link\";s:38:\"https://www.facebook.com/SpeechCamp.ph\";s:21:\"onepress_project_ajax\";i:1;s:13:\"footer_layout\";s:1:\"3\";s:25:\"onepress_hcl1_btn1_target\";i:0;s:24:\"onepress_secondary_color\";s:6:\"f4c430\";s:30:\"onepress_sections_nav___enable\";s:1:\"1\";s:23:\"onepress_hcl1_btn2_link\";s:35:\"https://forms.gle/X4nxH8fxswUeszvF8\";s:21:\"onepress_hero_heading\";s:56:\"{\"font-style\":\"normal\",\"font-family\":\"Playfair Display\"}\";s:20:\"onepress_hero_layout\";s:1:\"1\";s:21:\"onepress_hcl2_content\";s:283:\"<h1>Public Speaking Training Philippines</h1>\nWe offer Certified Public Speaker™ certification program course. The Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification.\n\n<a class=\"btn btn-secondary-outline btn-lg\" href=\"#\">Enroll now.</a>\";s:19:\"onepress_hcl2_image\";s:0:\"\";s:19:\"onepress_about_desc\";s:318:\"The Public Speaking Institute (TPSI) hopes to see a better world through responsible public speakers. We’re a producer of world-class public speakers who would like to make public speaking easy to learn and fun to develop. Driven by our passion to change the world through speeches, we commit to nurture your talent.\";s:23:\"onepress_services_title\";s:48:\"Public Speaking (Philippines) Institute Services\";s:31:\"onepress_service_content_source\";s:7:\"excerpt\";s:26:\"onepress_services_subtitle\";s:44:\"Certification • Coaching • Speechwriting\";s:22:\"onepress_contact_title\";s:34:\"Contact your public speaking coach\";s:21:\"onepress_contact_desc\";s:140:\"Our syllabus-based, framework-based public speaking training course is probably one of the best you can take in the Philippine market today.\";s:27:\"onepress_cta_btn_link_style\";s:13:\"btn-secondary\";s:15:\"onepress_typo_p\";s:114:\"{\"font-size\":\"18px\",\"line-height\":\"36px\",\"color\":\"#595959\",\"font-style\":\"normal\",\"font-family\":\"Playfair Display\"}\";s:21:\"onepress_typo_heading\";s:47:\"{\"font-style\":\"normal\",\"font-family\":\"Poppins\"}\";s:11:\"custom_logo\";i:604;s:28:\"onepress_vertical_align_menu\";i:0;s:24:\"onepress_header_position\";s:3:\"top\";s:23:\"footer_widgets_bg_color\";s:7:\"#003153\";s:23:\"onepress_footer_info_bg\";s:7:\"#f4c430\";s:23:\"onepress_footer_c_color\";s:7:\"#000000\";s:20:\"footer_widgets_color\";s:7:\"#ffffff\";}','yes'),(54691,'_transient_timeout_yoast_i18n_wordpress-seo_en','1664443398','no'),(54692,'_transient_yoast_i18n_wordpress-seo_en','','no'),(54841,'_site_transient_timeout_community-events-b4db7f763aa7eed6a87cc15a19648576','1664399896','no'),(166,'fresh_site','0','yes'),(134,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1516708268;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";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:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(144,'limit_login_retries','a:2:{s:13:\"157.230.36.54\";i:4;s:12:\"168.138.8.65\";i:4;}','no'),(145,'limit_login_retries_valid','a:2:{s:13:\"157.230.36.54\";i:1664402829;s:12:\"168.138.8.65\";i:1664444296;}','no'),(33947,'category_children','a:0:{}','yes'),(209,'siteorigin_panels_settings','a:23:{s:10:\"post-types\";a:1:{i:0;s:4:\"page\";}s:22:\"live-editor-quick-link\";b:1;s:18:\"admin-widget-count\";b:0;s:15:\"parallax-motion\";s:0:\"\";s:17:\"sidebars-emulator\";b:1;s:14:\"display-teaser\";b:1;s:13:\"display-learn\";b:1;s:14:\"load-on-attach\";b:0;s:10:\"title-html\";s:39:\"<h3 class=\"widget-title\">{{title}}</h3>\";s:16:\"add-widget-class\";b:1;s:15:\"bundled-widgets\";b:0;s:19:\"recommended-widgets\";b:1;s:10:\"responsive\";b:1;s:13:\"tablet-layout\";b:0;s:13:\"legacy-layout\";s:4:\"auto\";s:12:\"tablet-width\";i:1024;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:30;s:22:\"margin-bottom-last-row\";b:0;s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:12:\"copy-content\";b:1;s:11:\"copy-styles\";b:0;}','yes'),(210,'siteorigin_panels_initial_version','2.6.2','no'),(211,'recently_activated','a:0:{}','yes'),(212,'siteorigin_panels_active_version','2.6.2','yes'),(213,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(214,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(215,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(217,'widget_fp_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'limit_login_lockouts','a:1:{s:12:\"168.138.8.65\";i:1664402296;}','yes'),(228,'limit_login_logged','a:328:{s:14:\"91.210.147.181\";a:1:{s:5:\"admin\";i:3;}s:14:\"190.233.95.168\";a:1:{s:5:\"admin\";i:1;}s:13:\"80.76.179.153\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"80.64.18.225\";a:2:{s:20:\"productivityhumorist\";i:1;s:5:\"admin\";i:1;}s:14:\"86.142.180.254\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.79.73.167\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"95.154.84.10\";a:2:{s:13:\"administrator\";i:2;s:20:\"productivityhumorist\";i:1;}s:12:\"46.188.25.27\";a:1:{s:20:\"productivityhumorist\";i:1;}s:13:\"79.134.207.42\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.85.217.111\";a:1:{s:5:\"admin\";i:1;}s:12:\"90.17.127.44\";a:1:{s:13:\"administrator\";i:1;}s:11:\"5.251.250.2\";a:1:{s:20:\"productivityhumorist\";i:1;}s:13:\"37.193.130.64\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"37.18.251.30\";a:1:{s:5:\"admin\";i:1;}s:15:\"195.158.250.202\";a:1:{s:5:\"admin\";i:2;}s:12:\"84.52.110.14\";a:1:{s:13:\"administrator\";i:1;}s:12:\"80.254.58.66\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"81.88.116.30\";a:1:{s:13:\"administrator\";i:1;}s:12:\"83.149.21.30\";a:1:{s:13:\"administrator\";i:1;}s:13:\"176.59.100.74\";a:1:{s:13:\"administrator\";i:1;}s:12:\"2.62.236.169\";a:1:{s:13:\"administrator\";i:1;}s:12:\"84.42.30.170\";a:1:{s:20:\"productivityhumorist\";i:1;}s:13:\"46.173.93.123\";a:1:{s:20:\"productivityhumorist\";i:1;}s:11:\"5.227.7.207\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.49.62.199\";a:1:{s:13:\"administrator\";i:1;}s:13:\"188.113.24.55\";a:1:{s:20:\"productivityhumorist\";i:1;}s:14:\"212.118.40.117\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.140.40.253\";a:1:{s:13:\"administrator\";i:1;}s:14:\"178.207.59.116\";a:1:{s:13:\"administrator\";i:1;}s:12:\"93.90.42.158\";a:1:{s:13:\"administrator\";i:1;}s:12:\"80.67.220.77\";a:1:{s:13:\"administrator\";i:1;}s:15:\"185.148.223.180\";a:1:{s:13:\"administrator\";i:1;}s:14:\"94.125.126.173\";a:2:{s:20:\"productivityhumorist\";i:1;s:5:\"admin\";i:1;}s:14:\"213.87.121.169\";a:1:{s:20:\"productivityhumorist\";i:1;}s:15:\"188.162.166.126\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"88.210.29.10\";a:1:{s:5:\"admin\";i:1;}s:15:\"109.197.195.195\";a:1:{s:20:\"productivityhumorist\";i:1;}s:13:\"213.87.224.19\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.85.121.235\";a:1:{s:20:\"productivityhumorist\";i:1;}s:15:\"109.195.135.189\";a:1:{s:13:\"administrator\";i:1;}s:12:\"37.144.89.56\";a:1:{s:5:\"admin\";i:1;}s:14:\"31.181.237.220\";a:1:{s:5:\"admin\";i:1;}s:13:\"5.140.144.232\";a:1:{s:13:\"administrator\";i:1;}s:13:\"89.22.177.145\";a:1:{s:13:\"administrator\";i:1;}s:12:\"37.78.80.203\";a:1:{s:20:\"productivityhumorist\";i:1;}s:14:\"188.73.138.239\";a:1:{s:13:\"administrator\";i:1;}s:13:\"93.157.168.25\";a:1:{s:20:\"productivityhumorist\";i:1;}s:13:\"92.244.224.73\";a:1:{s:13:\"administrator\";i:1;}s:14:\"91.193.150.255\";a:1:{s:20:\"productivityhumorist\";i:1;}s:12:\"177.92.56.63\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.240.87.85\";a:1:{s:5:\"admin\";i:1;}s:14:\"105.226.229.14\";a:1:{s:5:\"admin\";i:1;}s:13:\"112.207.205.3\";a:1:{s:4:\"test\";i:1;}s:14:\"223.29.207.198\";a:1:{s:4:\"test\";i:1;}s:15:\"112.133.236.199\";a:1:{s:10:\"leadership\";i:1;}s:14:\"109.103.249.94\";a:1:{s:10:\"leadership\";i:1;}s:13:\"197.1.179.232\";a:1:{s:10:\"leadership\";i:1;}s:14:\"121.122.62.111\";a:1:{s:10:\"leadership\";i:1;}s:13:\"121.42.13.194\";a:1:{s:3:\"1.0\";i:1;}s:15:\"121.173.135.107\";a:1:{s:5:\"admin\";i:1;}s:15:\"185.234.217.139\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"193.169.252.111\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"193.169.252.113\";a:2:{s:3:\"www\";i:1;s:17:\"thespeechcamp.com\";i:1;}s:14:\"185.234.218.29\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:12:\"45.116.76.36\";a:1:{s:5:\"admin\";i:1;}s:14:\"185.232.29.195\";a:1:{s:5:\"admin\";i:5;}s:15:\"185.254.188.213\";a:1:{s:5:\"admin\";i:1;}s:14:\"185.234.219.43\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:13:\"43.224.248.78\";a:2:{s:10:\"leadership\";i:1;s:5:\"admin\";i:1;}s:12:\"5.101.64.138\";a:1:{s:5:\"admin\";i:5;}s:12:\"43.255.152.4\";a:1:{s:10:\"leadership\";i:1;}s:14:\"185.234.218.45\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"103.229.125.168\";a:1:{s:5:\"admin\";i:1;}s:15:\"185.234.217.151\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"185.234.217.126\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"185.234.217.207\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:14:\"162.144.195.68\";a:1:{s:5:\"admin\";i:1;}s:15:\"185.234.217.205\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"185.211.245.167\";a:3:{s:12:\"wpupdateuser\";i:1;s:4:\"test\";i:2;s:12:\"AnonymousFox\";i:1;}s:15:\"185.234.217.137\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:15:\"185.234.217.210\";a:1:{s:3:\"www\";i:1;}s:13:\"103.81.86.105\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.239.165.40\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.169.254.88\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:14:\"193.169.254.92\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:13:\"150.129.80.99\";a:1:{s:3:\"1.0\";i:1;}s:14:\"43.252.231.204\";a:1:{s:5:\"admin\";i:1;}s:13:\"61.160.207.85\";a:1:{s:10:\"leadership\";i:1;}s:14:\"178.137.84.233\";a:1:{s:5:\"admin\";i:1;}s:13:\"61.160.221.73\";a:2:{s:10:\"leadership\";i:1;s:5:\"admin\";i:1;}s:14:\"46.105.101.178\";a:1:{s:5:\"admin\";i:3;}s:14:\"103.215.81.107\";a:1:{s:5:\"admin\";i:1;}s:12:\"192.99.13.13\";a:1:{s:5:\"admin\";i:2;}s:12:\"192.99.13.20\";a:1:{s:5:\"admin\";i:1;}s:14:\"198.245.62.147\";a:1:{s:5:\"admin\";i:1;}s:14:\"134.249.48.131\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.118.155.222\";a:1:{s:5:\"admin\";i:5;}s:15:\"194.113.106.126\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.59.54.172\";a:1:{s:5:\"admin\";i:1;}s:14:\"194.113.106.11\";a:1:{s:5:\"admin\";i:1;}s:10:\"94.23.4.73\";a:1:{s:5:\"admin\";i:2;}s:13:\"198.27.67.152\";a:1:{s:5:\"admin\";i:1;}s:15:\"198.100.144.166\";a:1:{s:5:\"admin\";i:1;}s:14:\"61.160.247.137\";a:1:{s:10:\"leadership\";i:5;}s:13:\"142.4.212.175\";a:1:{s:5:\"admin\";i:2;}s:14:\"158.69.249.121\";a:1:{s:5:\"admin\";i:1;}s:12:\"192.99.13.15\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.23.157.38\";a:1:{s:5:\"admin\";i:1;}s:14:\"151.80.246.221\";a:1:{s:5:\"admin\";i:1;}s:15:\"103.229.126.169\";a:1:{s:5:\"admin\";i:1;}s:14:\"118.123.19.249\";a:1:{s:3:\"1.0\";i:1;}s:14:\"183.135.106.62\";a:1:{s:10:\"leadership\";i:1;}s:14:\"209.124.88.144\";a:1:{s:10:\"leadership\";i:1;}s:14:\"95.216.254.199\";a:1:{s:10:\"leadership\";i:1;}s:14:\"193.189.75.101\";a:1:{s:5:\"admin\";i:1;}s:12:\"101.64.25.54\";a:1:{s:5:\"admin\";i:1;}s:12:\"13.233.27.93\";a:1:{s:5:\"admin\";i:1;}s:15:\"192.241.215.184\";a:1:{s:7:\"[login]\";i:1;}s:14:\"115.217.98.214\";a:1:{s:10:\"leadership\";i:2;}s:12:\"101.64.27.12\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.8.91.216\";a:1:{s:5:\"admin\";i:3;}s:13:\"194.61.24.253\";a:3:{s:4:\"test\";i:2;s:5:\"Admin\";i:1;s:10:\"leadership\";i:1;}s:13:\"101.64.25.176\";a:1:{s:5:\"admin\";i:1;}s:14:\"125.114.159.10\";a:1:{s:10:\"leadership\";i:1;}s:14:\"125.116.107.48\";a:1:{s:10:\"leadership\";i:1;}s:13:\"212.129.7.167\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.217.97.107\";a:1:{s:10:\"leadership\";i:1;}s:13:\"213.59.146.28\";a:1:{s:5:\"admin\";i:2;}s:14:\"125.116.222.62\";a:1:{s:10:\"leadership\";i:1;}s:14:\"125.115.193.77\";a:1:{s:10:\"leadership\";i:1;}s:13:\"101.64.29.137\";a:1:{s:5:\"admin\";i:1;}s:15:\"103.221.220.175\";a:1:{s:7:\"[login]\";i:1;}s:12:\"208.111.0.58\";a:1:{s:7:\"[login]\";i:1;}s:15:\"176.223.125.100\";a:2:{s:5:\"admin\";i:1;s:7:\"[login]\";i:1;}s:12:\"119.29.37.47\";a:1:{s:7:\"[login]\";i:1;}s:12:\"159.89.18.38\";a:1:{s:7:\"[login]\";i:1;}s:14:\"142.93.197.110\";a:1:{s:7:\"[login]\";i:1;}s:15:\"186.202.123.156\";a:1:{s:7:\"[login]\";i:1;}s:13:\"198.89.125.35\";a:1:{s:7:\"[login]\";i:1;}s:13:\"103.129.220.6\";a:1:{s:7:\"[login]\";i:1;}s:13:\"177.184.13.37\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.248.219.28\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.211.247.201\";a:1:{s:5:\"admin\";i:1;}s:15:\"128.199.135.251\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.166.19.208\";a:1:{s:5:\"admin\";i:1;}s:15:\"148.251.160.219\";a:1:{s:5:\"admin\";i:1;}s:13:\"183.181.89.56\";a:1:{s:5:\"admin\";i:1;}s:13:\"35.194.243.55\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.152.99.105\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.215.80.182\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.217.99.137\";a:1:{s:10:\"leadership\";i:1;}s:13:\"101.64.24.205\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.255.225.98\";a:1:{s:7:\"[login]\";i:1;}s:11:\"51.91.19.92\";a:1:{s:7:\"[login]\";i:1;}s:13:\"82.220.37.159\";a:1:{s:7:\"[login]\";i:1;}s:14:\"45.252.248.174\";a:1:{s:5:\"admin\";i:1;}s:11:\"31.3.91.227\";a:1:{s:7:\"[login]\";i:1;}s:15:\"192.169.219.127\";a:1:{s:7:\"[login]\";i:1;}s:12:\"210.2.86.191\";a:1:{s:7:\"[login]\";i:1;}s:14:\"210.211.116.10\";a:1:{s:7:\"[login]\";i:1;}s:11:\"23.94.69.34\";a:1:{s:5:\"admin\";i:1;}s:15:\"103.221.223.118\";a:1:{s:5:\"admin\";i:1;}s:13:\"13.234.58.229\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.38.141.142\";a:1:{s:5:\"admin\";i:1;}s:14:\"142.44.134.139\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.127.249.125\";a:1:{s:5:\"admin\";i:1;}s:13:\"43.254.219.34\";a:1:{s:7:\"[login]\";i:1;}s:13:\"88.99.246.242\";a:1:{s:5:\"admin\";i:1;}s:13:\"45.252.248.22\";a:1:{s:5:\"admin\";i:1;}s:14:\"185.25.117.193\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.165.246.205\";a:1:{s:5:\"admin\";i:1;}s:12:\"23.238.17.14\";a:1:{s:5:\"admin\";i:1;}s:12:\"46.101.145.9\";a:1:{s:5:\"admin\";i:1;}s:12:\"52.169.12.39\";a:1:{s:7:\"[login]\";i:1;}s:12:\"67.205.38.14\";a:1:{s:7:\"[login]\";i:1;}s:12:\"119.29.82.97\";a:1:{s:3:\"1.0\";i:1;}s:12:\"192.3.15.120\";a:1:{s:5:\"admin\";i:1;}s:14:\"194.156.120.23\";a:1:{s:5:\"admin\";i:1;}s:12:\"142.4.208.21\";a:1:{s:7:\"[login]\";i:1;}s:15:\"147.135.207.246\";a:1:{s:7:\"[login]\";i:1;}s:14:\"183.135.105.98\";a:1:{s:10:\"leadership\";i:1;}s:13:\"79.137.46.233\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.187.5.240\";a:1:{s:5:\"admin\";i:1;}s:13:\"142.4.214.159\";a:1:{s:5:\"admin\";i:1;}s:13:\"192.99.15.139\";a:1:{s:5:\"admin\";i:1;}s:13:\"101.64.25.243\";a:1:{s:10:\"leadership\";i:1;}s:15:\"183.135.107.100\";a:1:{s:10:\"leadership\";i:1;}s:10:\"46.3.96.74\";a:3:{s:7:\"testing\";i:1;s:7:\"manager\";i:1;i:123123;i:1;}s:14:\"163.179.32.196\";a:1:{s:10:\"leadership\";i:2;}s:14:\"163.179.32.159\";a:1:{s:10:\"leadership\";i:1;}s:15:\"185.234.217.218\";a:1:{s:17:\"thespeechcamp.com\";i:1;}s:14:\"115.207.104.15\";a:1:{s:10:\"leadership\";i:1;}s:14:\"163.179.32.105\";a:1:{s:10:\"leadership\";i:1;}s:14:\"163.179.32.133\";a:1:{s:10:\"leadership\";i:1;}s:13:\"46.105.102.77\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.146.217\";a:1:{s:5:\"admin\";i:1;}s:15:\"115.207.110.182\";a:1:{s:5:\"admin\";i:1;}s:15:\"185.236.203.214\";a:1:{s:38:\"Filipino Leadership Speaker Lloyd Luna\";i:1;}s:15:\"123.148.240.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"125.105.103.20\";a:1:{s:5:\"admin\";i:1;}s:14:\"163.179.32.249\";a:1:{s:10:\"leadership\";i:1;}s:14:\"123.148.146.58\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.219.165\";a:1:{s:5:\"admin\";i:1;}s:13:\"115.207.44.74\";a:1:{s:10:\"leadership\";i:1;}s:14:\"163.179.32.240\";a:1:{s:5:\"admin\";i:1;}s:9:\"127.0.0.1\";a:2:{s:7:\"[login]\";i:1;s:17:\"thespeechcamp.com\";i:1;}s:14:\"123.148.211.68\";a:1:{s:5:\"admin\";i:1;}s:14:\"183.150.139.28\";a:1:{s:10:\"leadership\";i:1;}s:14:\"163.179.32.227\";a:1:{s:4:\"user\";i:1;}s:14:\"123.148.145.72\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.207.108.16\";a:1:{s:10:\"leadership\";i:1;}s:14:\"125.106.207.28\";a:1:{s:10:\"leadership\";i:1;}s:12:\"176.8.90.196\";a:1:{s:5:\"admin\";i:1;}s:14:\"163.179.32.167\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.211.216\";a:1:{s:5:\"admin\";i:1;}s:14:\"125.105.39.233\";a:1:{s:10:\"leadership\";i:1;}s:14:\"123.148.147.81\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.105.82.87\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.144.112\";a:1:{s:5:\"admin\";i:1;}s:15:\"213.142.143.209\";a:1:{s:7:\"[login]\";i:1;}s:13:\"163.179.32.81\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.219.130\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.146.35\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.209.172\";a:1:{s:10:\"leadership\";i:1;}s:13:\"43.248.20.111\";a:1:{s:3:\"1.0\";i:1;}s:14:\"163.179.32.230\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.241.145\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.241.136\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.247.188\";a:1:{s:10:\"leadership\";i:1;}s:15:\"123.148.243.201\";a:1:{s:10:\"leadership\";i:1;}s:14:\"163.179.32.187\";a:1:{s:5:\"admin\";i:1;}s:14:\"34.251.241.226\";a:1:{s:5:\"admin\";i:3;}s:13:\"54.176.188.51\";a:1:{s:5:\"admin\";i:4;}s:10:\"3.8.12.221\";a:1:{s:5:\"admin\";i:2;}s:14:\"18.197.125.181\";a:1:{s:5:\"admin\";i:4;}s:12:\"42.51.34.155\";a:1:{s:3:\"1.0\";i:1;}s:13:\"52.60.189.115\";a:1:{s:5:\"admin\";i:4;}s:12:\"34.241.77.13\";a:1:{s:5:\"admin\";i:3;}s:13:\"54.178.182.46\";a:1:{s:5:\"admin\";i:1;}s:13:\"52.192.73.251\";a:1:{s:5:\"admin\";i:1;}s:11:\"3.0.115.255\";a:1:{s:5:\"admin\";i:4;}s:14:\"34.236.202.207\";a:1:{s:5:\"admin\";i:2;}s:8:\"3.8.68.2\";a:1:{s:5:\"admin\";i:4;}s:12:\"52.64.20.252\";a:1:{s:5:\"admin\";i:2;}s:12:\"52.42.79.222\";a:1:{s:5:\"admin\";i:4;}s:11:\"35.178.16.1\";a:1:{s:5:\"admin\";i:1;}s:13:\"150.95.54.138\";a:1:{s:5:\"admin\";i:1;}s:10:\"51.91.16.9\";a:1:{s:7:\"[login]\";i:1;}s:13:\"18.136.72.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"34.209.105.222\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.218.161\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.144.55\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.246.83\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.145.64\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.247.169\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.206.197.211\";a:1:{s:9:\"LLOYDLUNA\";i:1;}s:15:\"123.148.242.153\";a:1:{s:5:\"admin\";i:1;}s:12:\"51.83.220.77\";a:1:{s:5:\"admin\";i:1;}s:13:\"61.160.236.22\";a:1:{s:5:\"admin\";i:1;}s:14:\"40.122.215.196\";a:1:{s:5:\"admin\";i:1;}s:13:\"52.52.190.187\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.191.57.252\";a:1:{s:10:\"leadership\";i:4;}s:14:\"213.205.242.14\";a:1:{s:10:\"leadership\";i:1;}s:14:\"186.92.199.212\";a:1:{s:10:\"leadership\";i:4;}s:13:\"190.77.93.174\";a:1:{s:5:\"admin\";i:1;}s:12:\"181.46.9.149\";a:1:{s:14:\"publicspeaking\";i:1;}s:13:\"24.253.114.11\";a:1:{s:14:\"publicspeaking\";i:2;}s:14:\"209.126.80.250\";a:1:{s:5:\"admin\";i:2;}s:14:\"75.119.138.244\";a:1:{s:5:\"admin\";i:1;}s:14:\"93.104.213.124\";a:1:{s:5:\"admin\";i:1;}s:13:\"186.64.118.55\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.198.172.68\";a:1:{s:5:\"admin\";i:1;}s:14:\"177.55.112.109\";a:1:{s:5:\"admin\";i:1;}s:12:\"162.55.43.51\";a:1:{s:5:\"admin\";i:1;}s:12:\"63.143.41.18\";a:1:{s:5:\"admin\";i:1;}s:13:\"20.107.221.36\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.166.227.219\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.226.148.217\";a:1:{s:5:\"admin\";i:1;}s:14:\"80.253.246.193\";a:1:{s:5:\"admin\";i:2;}s:15:\"194.163.147.193\";a:1:{s:5:\"admin\";i:1;}s:15:\"191.234.176.158\";a:1:{s:5:\"admin\";i:1;}s:14:\"34.147.103.188\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.131.60.249\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.238.163.174\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.199.146.31\";a:1:{s:5:\"admin\";i:1;}s:12:\"142.93.99.56\";a:1:{s:5:\"admin\";i:1;}s:14:\"52.149.180.201\";a:1:{s:5:\"admin\";i:1;}s:12:\"51.91.104.61\";a:1:{s:5:\"admin\";i:1;}s:10:\"41.93.82.7\";a:1:{s:5:\"admin\";i:1;}s:15:\"162.214.121.146\";a:1:{s:5:\"admin\";i:1;}s:15:\"128.199.245.109\";a:1:{s:5:\"admin\";i:1;}s:15:\"104.154.111.139\";a:1:{s:5:\"admin\";i:1;}s:14:\"151.106.55.242\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.113.111.34\";a:1:{s:5:\"admin\";i:1;}s:12:\"47.74.17.225\";a:1:{s:5:\"admin\";i:1;}s:14:\"138.128.188.58\";a:1:{s:5:\"admin\";i:1;}s:14:\"35.221.181.187\";a:1:{s:5:\"admin\";i:1;}s:15:\"116.255.173.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"185.162.147.26\";a:1:{s:5:\"admin\";i:1;}s:12:\"51.79.146.95\";a:1:{s:5:\"admin\";i:1;}s:12:\"185.49.20.75\";a:1:{s:5:\"admin\";i:1;}s:13:\"177.55.124.21\";a:1:{s:5:\"admin\";i:1;}s:15:\"195.226.223.181\";a:1:{s:5:\"admin\";i:1;}s:12:\"119.91.78.11\";a:1:{s:5:\"pages\";i:1;}s:11:\"222.73.22.8\";a:1:{s:5:\"pages\";i:4;}s:13:\"116.12.48.101\";a:1:{s:5:\"admin\";i:1;}s:15:\"114.117.165.109\";a:1:{s:5:\"pages\";i:4;}s:12:\"52.249.177.5\";a:1:{s:5:\"admin\";i:1;}s:13:\"40.117.88.125\";a:1:{s:5:\"admin\";i:1;}s:15:\"213.164.204.146\";a:1:{s:5:\"admin\";i:1;}s:12:\"195.3.221.76\";a:1:{s:5:\"admin\";i:1;}s:12:\"20.169.89.47\";a:1:{s:5:\"admin\";i:1;}s:13:\"20.235.105.97\";a:1:{s:5:\"admin\";i:1;}s:13:\"52.180.146.62\";a:1:{s:5:\"admin\";i:1;}s:13:\"20.101.64.103\";a:1:{s:5:\"admin\";i:1;}s:13:\"20.163.197.96\";a:1:{s:5:\"admin\";i:3;}s:13:\"104.208.108.1\";a:1:{s:5:\"admin\";i:1;}s:12:\"20.98.164.91\";a:1:{s:5:\"admin\";i:1;}s:15:\"128.199.172.207\";a:1:{s:5:\"admin\";i:1;}s:14:\"20.212.195.252\";a:1:{s:5:\"admin\";i:1;}s:12:\"165.22.62.68\";a:1:{s:5:\"admin\";i:2;}s:14:\"104.211.89.216\";a:1:{s:5:\"admin\";i:1;}s:14:\"185.54.228.157\";a:1:{s:5:\"admin\";i:1;}s:15:\"157.230.185.174\";a:1:{s:5:\"admin\";i:2;}s:13:\"157.230.36.54\";a:1:{s:5:\"admin\";i:2;}s:13:\"103.192.80.14\";a:1:{s:5:\"admin\";i:1;}s:12:\"191.232.39.1\";a:1:{s:5:\"admin\";i:1;}s:12:\"168.138.8.65\";a:1:{s:5:\"admin\";i:1;}}','no'),(229,'limit_login_lockouts_total','419','no'),(230,'widget_sydney_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_sydney_video_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(232,'widget_sydney_action','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(233,'widget_sydney_clients','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(234,'widget_sydney_employees','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(235,'widget_sydney_facts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(236,'widget_sydney_latest_news','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(237,'widget_sydney_portfolio','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(238,'widget_sydney_services_type_a','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(239,'widget_sydney_services_type_b','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(240,'widget_sydney_skills','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(241,'widget_sydney_testimonials','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(454,'secret_key','8jz0(0>v4B+5(|d%)fU0>Oh+^zfQvZ%.-f`.hfxG&4b87eEzmoEI>(|d!{ux2@LF','no'),(183,'theme_mods_sydney','a:14:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"site_header_type\";s:6:\"slider\";s:9:\"site_logo\";s:89:\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png\";s:14:\"slider_title_1\";s:10:\"Lloyd Luna\";s:17:\"slider_subtitle_1\";s:189:\"is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of 13 self-help books, songwriter, speechwriter, publisher, and serial entrepreneur.\";s:14:\"slider_image_1\";s:91:\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1.png\";s:16:\"textslider_slide\";s:0:\"\";s:12:\"slider_speed\";i:9000;s:17:\"front_header_type\";s:5:\"image\";s:15:\"hide_meta_index\";i:1;s:16:\"hide_meta_single\";i:1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517042485;s:4:\"data\";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:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}','yes'),(310,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1664336370;s:7:\"version\";s:5:\"5.6.3\";s:11:\"count_valid\";i:5;s:13:\"count_invalid\";i:0;}}','yes'),(404,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1501,'new_admin_email','lloydluna@gmail.com','yes'),(548,'wpseo','a:96:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"19.7.1\";s:16:\"previous_version\";s:6:\"16.0.2\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:4:\"blog\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1519366284;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:25:\"https://thespeechcamp.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:1:{s:13:\"portfolio_cat\";s:13:\"portfolio_cat\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:5:{s:30:\"aioseo_custom_archive_settings\";b:1;s:31:\"aioseo_default_archive_settings\";b:1;s:23:\"aioseo_general_settings\";b:1;s:32:\"aioseo_posttype_default_settings\";b:1;s:24:\"aioseo_taxonomy_settings\";b:1;}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";}','yes'),(550,'wpseo_titles','a:129:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-bull\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:101:\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\";s:12:\"company_name\";s:39:\"SpeechCamp by Public Speaking Institute\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:18:\"%%title%% %%page%%\";s:13:\"metadesc-post\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:17:\"noindex-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:26:\"schema-page-type-portfolio\";s:7:\"WebPage\";s:29:\"schema-article-type-portfolio\";s:4:\"None\";s:22:\"social-title-portfolio\";s:9:\"%%title%%\";s:28:\"social-description-portfolio\";s:0:\"\";s:26:\"social-image-url-portfolio\";s:0:\"\";s:25:\"social-image-id-portfolio\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:23:\"title-tax-portfolio_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-portfolio_cat\";s:148:\"SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.\";s:33:\"display-metabox-tax-portfolio_cat\";b:1;s:25:\"noindex-tax-portfolio_cat\";b:0;s:30:\"social-title-tax-portfolio_cat\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-portfolio_cat\";s:0:\"\";s:34:\"social-image-url-tax-portfolio_cat\";s:0:\"\";s:33:\"social-image-id-tax-portfolio_cat\";i:0;s:31:\"taxonomy-portfolio_cat-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:622;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:8:\"filesize\";i:90749;s:3:\"url\";s:101:\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\";s:4:\"path\";s:120:\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:622;s:3:\"alt\";s:44:\"Speech Camp Public Speaking Philippines Logo\";s:6:\"pixels\";i:283500;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}','yes'),(54718,'autoptimize_installed_before_compatibility','1','yes'),(551,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(555,'wpseo_flush_rewrite','1','yes'),(597,'wpseo-gsc-refresh_token','1/LpM_hqir5olGe66Ut34Sz4w0tGJFn2fRxDB7K4dqyUUbhDZaciRjwo53DRIK6YPn','yes'),(598,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:66:\"1/ruhvozbiOrWFo1MuKRajIlr8-EvMkdofJEJBCfY40mX4wKAi6p1u6Rg7rLdO4Jfg\";s:12:\"access_token\";s:129:\"ya29.GltQBSGJ1WXok8RYoX-KCs6LITNDWH1jVsl79060NKyjk0vhgD3AtfF13drOz73luug2AVpetE3XuI03UXozb_Yeq0RH9kWLwJjW0NKUnTlG_GU_0ym44z9bpy5H\";s:7:\"expires\";i:1517183619;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1517180019;}','yes'),(566,'page_for_posts','227','yes'),(603,'wpseo-gsc','a:1:{s:7:\"profile\";s:25:\"https://thespeechcamp.com\";}','yes'),(17182,'onepress_sections_settings','a:1:{s:6:\"slider\";s:0:\"\";}','yes'),(8156,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8130,'wp_page_for_privacy_policy','0','yes'),(8131,'show_comments_cookies_opt_in','0','yes'),(10266,'akismet_spam_count','27','yes'),(17161,'recovery_keys','a:1:{s:22:\"KZEu19UT8hHSjFxUdSFRjs\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BP1lVuy/KnZ6q18LVSkVV1sCrjs0X8.\";s:10:\"created_at\";i:1664369127;}}','yes'),(31188,'edd_onepress_plus_license_data','O:8:\"stdClass\":15:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:0:\"\";s:10:\"license_id\";i:65848;s:11:\"download_id\";i:8537;s:13:\"license_limit\";i:1;s:10:\"site_count\";i:1;s:7:\"expires\";s:19:\"2021-12-04 23:59:59\";s:16:\"activations_left\";i:0;s:8:\"checksum\";s:32:\"40fdc7fa04468206f2416b317a031870\";s:10:\"payment_id\";i:346167;s:13:\"customer_name\";s:10:\"Lloyd Luna\";s:14:\"customer_email\";s:19:\"lloydluna@gmail.com\";s:8:\"price_id\";s:1:\"1\";}','yes'),(17180,'edd_onepress_plus_license_key','4bcdf6412c4fe7a634fb8768d5abc493','yes'),(20034,'admin_email_lifespan','1679872157','yes'),(31192,'disallowed_keys','','no'),(31193,'comment_previously_approved','1','yes'),(31194,'auto_plugin_theme_update_emails','a:0:{}','no'),(31195,'auto_update_core_dev','enabled','yes'),(31196,'auto_update_core_minor','enabled','yes'),(31197,'auto_update_core_major','unset','yes'),(54587,'user_count','1','no'),(31280,'_transient_health-check-site-status-result','{\"good\":\"21\",\"recommended\":\"4\",\"critical\":\"0\",\"0\":\"NaN\"}','yes'),(31218,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"19.7.1\";}','yes'),(54705,'rewrite_rules','a:119:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"portfolio_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?taxonomy=portfolio_cat&term=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?taxonomy=portfolio_cat&term=$matches[1]&feed=$matches[2]\";s:30:\"portfolio_cat/([^/]+)/embed/?$\";s:60:\"index.php?taxonomy=portfolio_cat&term=$matches[1]&embed=true\";s:42:\"portfolio_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?taxonomy=portfolio_cat&term=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_cat/([^/]+)/?$\";s:49:\"index.php?taxonomy=portfolio_cat&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=25&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(32534,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1664334423;}','yes'),(33368,'https_detection_errors','a:0:{}','yes'),(54589,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.2.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.2\";s:7:\"version\";s:5:\"6.0.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1664419422;s:15:\"version_checked\";s:5:\"6.0.2\";s:12:\"translations\";a:0:{}}','no'),(54591,'can_compress_scripts','0','no'),(54780,'_site_transient_timeout_community-events-0b60df800d9c53d5bb81cb68ff9bca6c','1664386787','no'),(54781,'_site_transient_community-events-0b60df800d9c53d5bb81cb68ff9bca6c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"209.35.162.0\";}s:6:\"events\";a:0:{}}','no'),(54789,'_transient_timeout_wpseo_total_unindexed_general_items','1664430326','no'),(54790,'_transient_wpseo_total_unindexed_general_items','0','no'),(54825,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1664419421;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:3:\"5.2\";}s:31:\"onepress-plus/onepress-plus.php\";O:8:\"stdClass\":14:{s:11:\"new_version\";s:5:\"2.3.3\";s:14:\"stable_version\";s:5:\"2.3.3\";s:4:\"name\";s:13:\"OnePress Plus\";s:4:\"slug\";s:13:\"onepress-plus\";s:3:\"url\";s:60:\"https://www.famethemes.com/themes/onepress-plus/?changelog=1\";s:12:\"last_updated\";s:19:\"2021-09-29 02:50:04\";s:8:\"homepage\";s:48:\"https://www.famethemes.com/themes/onepress-plus/\";s:7:\"package\";s:199:\"https://www.famethemes.com/edd-sl/package_download/MTY2NDUwNTgyMTo0YmNkZjY0MTJjNGZlN2E2MzRmYjg3NjhkNWFiYzQ5Mzo4NTM3OmU2MDI3YmExNDRhNjZhNjU5ZTgwZTljYmZkZWEyY2MyOmh0dHBzQC8vdGhlc3BlZWNoY2FtcC5jb206MA==\";s:13:\"download_link\";s:199:\"https://www.famethemes.com/edd-sl/package_download/MTY2NDUwNTgyMTo0YmNkZjY0MTJjNGZlN2E2MzRmYjg3NjhkNWFiYzQ5Mzo4NTM3OmU2MDI3YmExNDRhNjZhNjU5ZTgwZTljYmZkZWEyY2MyOmh0dHBzQC8vdGhlc3BlZWNoY2FtcC5jb206MA==\";s:8:\"sections\";a:2:{s:11:\"description\";s:4845:\"<p>HotSpots <strong>Features</strong><br />\nThe highly anticipated premium version of the <a href=\"https://www.famethemes.com/themes/onepress\">OnePress theme</a></p>\n<p>	Drag &amp; drop section ordering.<br />\nYou can easily change sections’ order by simply dragging and dropping them anywhere you want. Everyone has their own priorities, so we gave you a helping hand.</p>\n<p>	Advanced Section Styling.<br />\nChange section styling to match your style, which includes:</p>\n<ul>\n<li>Background Color</li>\n<li>Background Image</li>\n<li>Background Videos</li>\n<li>Background Parallax Effect</li>\n<li>Dark Style</li>\n<li>Section padding top and bottom</li>\n</ul>\n<p>	Showcase your best projects.<br />\nOnePress Plus has the power to <strong>beautifully showcase your projects</strong>, you can do this very easily by just adding them to this the portfolio section.</p>\n<p>	Beautiful section your business needs.<br />\nSupercharge your website with these addition sections offered by OnePress Plus:</p>\n<ul>\n<li>Testimonial</li>\n<li>Pricing</li>\n<li>Google Maps</li>\n<li>Call To Action</li>\n<li>... and lot more.</li>\n</ul>\n<p>Free vs <strong>Plus</strong><br />\nBuild the website you want with features and options that are powerful.</p>\n<p>            <span class=\"screen-reader-text\">Products</span></p>\n<p>                OnePress</p>\n<p class=\"pricing__sentence\">A free open source one page <br />WordPress theme.</p>\n<p>                OnePress Plus</p>\n<p class=\"pricing__sentence\">A WordPress plugin adds powerful<br /> <strong>premium features</strong> to OnePress</p>\n<p>            Theme Demos<br />\n            <a target=\"_blank\" href=\"http://demos.famethemes.com/onepress\" rel=\"noopener noreferrer\">Demo <span class=\"ti-arrow-top-right\"></span></a><br />\n            <a target=\"_blank\" href=\"http://demos.famethemes.com/onepress-plus\" rel=\"noopener noreferrer\">Demo <span class=\"ti-arrow-top-right\"></span></a></p>\n<p>            WooCommerce Support<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Drag and drop section orders<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Add New Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Styling for all sections<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Hero Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Full Screen<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Background Video<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Background Slides<br />\n            2<br />\n            Unlimited</p>\n<p>            About Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of items<br />\n            3<br />\n            Unlimited</p>\n<p>            Service Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of items<br />\n            4<br />\n            Unlimited</p>\n<p>            Counter Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of counter items<br />\n            4<br />\n            Unlimited</p>\n<p>            Team Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of members<br />\n            4<br />\n            Unlimited</p>\n<p>            Latest News Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Contact Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Google Map Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Pricing Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Testimonial Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Call To Action Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Projects Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Typography Options<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            24/7 Priority Support<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n\";s:9:\"changelog\";s:8715:\"<p>2.3.1</p>\n<ul>\n<li>Support displaying client name.</li>\n<li>Fix Ensure text remains visible during webfont load OnePress.</li>\n<li>Improve clients carousel.</li>\n</ul>\n<p>2.3.0</p>\n<ul>\n<li>New: Change Instagram API feed.</li>\n<li>FIXED: php 8 deprecated function.</li>\n</ul>\n<p>2.2.9</p>\n<ul>\n<li>New: Display error why can not activate license.</li>\n<li>FIXED: Instagram gallery feed.</li>\n</ul>\n<p>2.2.8</p>\n<ul>\n<li>UPDATED: Support compare at price for pricing table.</li>\n<li>FIXED: Fixed php notices in higher version.</li>\n</ul>\n<p>2.2.7</p>\n<ul>\n<li>FIXED: Fixed php notices in higher version.</li>\n</ul>\n<p>2.2.6</p>\n<ul>\n<li>FIXED: Fixed ajax portfolio scroll to top of page.</li>\n</ul>\n<p>2.2.5</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.4</p>\n<ul>\n<li>FIXED: Customizer is not working.</li>\n</ul>\n<p>2.2.3</p>\n<ul>\n<li>FIXED: Localize script is not working.</li>\n</ul>\n<p>2.2.2</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.1</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.0</p>\n<ul>\n<li>FIXED: Conflict library Simple HTML DOM.</li>\n</ul>\n<p>2.1.9</p>\n<ul>\n<li>NEW: Add option to change the columns for section Testimonials.</li>\n<li>NEW: Add option to show the address info of map markers.</li>\n<li>FIXED: Instagram block request.</li>\n<li>FIXED: Section slider scroll problem on Android mobile.</li>\n</ul>\n<p>2.1.8</p>\n<ul>\n<li>FIXED: Instagram block request.</li>\n</ul>\n<p>2.1.7</p>\n<ul>\n<li>FIXED: Section gallery Instagram not showing.</li>\n</ul>\n<p>2.1.6</p>\n<ul>\n<li>IMPROVED: Enable RTL for slider section.</li>\n<li>IMPROVED: Support emojis in Customizer content.</li>\n<li>FIXED: Slider not displaying good in IE 11.</li>\n</ul>\n<p>2.1.5</p>\n<ul>\n<li>FIXED: Impossible to click the video full screen button in Project Section.</li>\n<li>FIXED: Add an option to show number of portfolio on Project page template.</li>\n<li>FIXED: Hero Media Setting.</li>\n</ul>\n<p>2.1.4</p>\n<ul>\n<li>FIXED: Header already sent.</li>\n<li>IMPROVED: Gallery section in old WP version.</li>\n</ul>\n<p>2.1.3</p>\n<ul>\n<li>NEW: Add heading font for main post title.</li>\n<li>NEW: Add CTA button target option.</li>\n<li>NEW: Make client section is carousel.</li>\n<li>NEW: Gallery section compatible with Gutenberg Gallery.</li>\n<li>IMPROVED: Customize live preview css for bg color in section Order styling.</li>\n<li>IMPROVED: Improve typogarphy.</li>\n<li>FIXED: Section Order &amp; Styling - the Background Image.</li>\n<li>FIXED: The slider description color.</li>\n</ul>\n<p>2.1.2</p>\n<ul>\n<li>IMPROVED: Improve typography.</li>\n<li>IMPROVED: Improve template portfolios.</li>\n</ul>\n<p>2.1.1</p>\n<ul>\n<li>FIXED: Remove notice when using child theme</li>\n</ul>\n<p>2.1.1</p>\n<ul>\n<li>FIXED: Fix issue lost hero video settings.</li>\n</ul>\n<p>2.1.0</p>\n<ul>\n<li>NEW: Support sections manager.</li>\n<li>NEW: Section Slider.</li>\n<li>IMPROVED: Front page section config.</li>\n</ul>\n<p>2.0.7</p>\n<ul>\n<li>FIXED: Fix section map issue.</li>\n</ul>\n<p>2.0.7</p>\n<ul>\n<li>NEW: Add dots navigation configs.</li>\n<li>NEW: add client image alt attribute.</li>\n<li>IMPROVED: Update load custom css and js.</li>\n<li>IMPROVED: Update sections navigation settings.</li>\n<li>IMPROVED: Update license message.</li>\n<li>FIXED: Fix issue google font url.</li>\n</ul>\n<p>2.0.6</p>\n<ul>\n<li>NEW: Support custom section page styling.</li>\n<li>IMPROVED: Custom section styling.</li>\n</ul>\n<p>2.0.6</p>\n<ul>\n<li>NEW: Support custom section page styling.</li>\n<li>IMPROVED: Custom section styling.</li>\n</ul>\n<p>2.0.3</p>\n<ul>\n<li>NEW: Add Custom testimonial color option.</li>\n<li>IMPROVED: Support page content when Elementor not activated.</li>\n<li>FIXED: Project layout issue.</li>\n</ul>\n<p>2.0.2</p>\n<ul>\n<li>NEW: Support Elementor for front page.</li>\n</ul>\n<p>2.0.1</p>\n<ul>\n<li>REMOVED: Site identity colors, moved to Theme Options -&gt; Header.</li>\n</ul>\n<p>2.0.0</p>\n<ul>\n<li>NEW: Projects layout.</li>\n<li>NEW: Projects page template.</li>\n<li>NEW: View all projects button.</li>\n<li>NEW: Admin dismiss notice.</li>\n<li>NEW: Add hero heading typography.</li>\n<li>NEW: Clients link target settings.</li>\n<li>IMPROVED: auto update function.</li>\n<li>IMPROVED: Hero settings.</li>\n<li>REMOVED: Upsell sections.</li>\n</ul>\n<p>1.2.8</p>\n<ul>\n<li>Improve auto update function.</li>\n</ul>\n<p>1.2.7</p>\n<ul>\n<li>Improve get gallery data function.</li>\n<li>Fix video issue.</li>\n<li>Add custom section full width option.</li>\n<li>Fix map issue.</li>\n</ul>\n<p>1.2.6</p>\n<ul>\n<li>Fix project details on mobile.</li>\n<li>Fix typography.</li>\n</ul>\n<p>1.2.5</p>\n<ul>\n<li>Fix project details.</li>\n</ul>\n<p>1.2.4</p>\n<ul>\n<li>Do not duplicate project details.</li>\n<li>Run shortcode in hero content.</li>\n<li>Add style for CTA button.</li>\n<li>Add Site Title font option.</li>\n<li>Do not effect content by plugins.</li>\n<li>Clean up CSS.</li>\n</ul>\n<p>1.2.3</p>\n<ul>\n<li>Improve parallax.</li>\n<li>Improve ajax projects.</li>\n</ul>\n<p>1.2.2</p>\n<ul>\n<li>Update responsive parallax.</li>\n<li>Update languages file.</li>\n<li>Update license messages.</li>\n</ul>\n<p>1.2.1</p>\n<ul>\n<li>Update parallax.</li>\n<li>Update map section.</li>\n<li>Update sections templates.</li>\n</ul>\n<p>1.2.0</p>\n<ul>\n<li>Sync parallax.</li>\n</ul>\n<p>1.1.9</p>\n<ul>\n<li>Fix a bug could not load gallery js, css when active plus plugin.</li>\n<li>Update video lightbox template.</li>\n<li>Change hero loading icon.</li>\n<li>Make contact form label full width.</li>\n<li>Fix feature align on small dekstop.</li>\n<li>Improve Google Map, remove default API key (You need your own key to show Google Map).</li>\n<li>Improve auto update.</li>\n<li>Update portfolio parallax.</li>\n<li>Update language file.</li>\n</ul>\n<p>1.1.8</p>\n<ul>\n<li>WP 4.7 compatible.</li>\n<li>Sync CSS with OnePress theme.</li>\n<li>Add reason if could not activate license.</li>\n</ul>\n<p>1.1.7</p>\n<ul>\n<li>Improve gallery.</li>\n<li>Support email for team member.</li>\n</ul>\n<p>1.1.6</p>\n<ul>\n<li>Add condition to check address</li>\n<li>Improve header.</li>\n</ul>\n<p>1.1.5</p>\n<ul>\n<li>Improve Section map</li>\n<li>Clean output css.</li>\n</ul>\n<p>1.1.4</p>\n<ul>\n<li>Hide onepress_gallery_disable customizer.</li>\n</ul>\n<p>1.1.3</p>\n<ul>\n<li>Add version to assets url.</li>\n<li>Fix Problem on IE 9+</li>\n<li>Update Style to version 1.2.6</li>\n<li>Add Gallery section.</li>\n</ul>\n<p>1.1.2</p>\n<ul>\n<li>Improve get settings data.</li>\n<li>Update get client data</li>\n<li>Remove function not use.</li>\n<li>Update hero slider.</li>\n<li>Add support demo content.</li>\n<li>Support HTML for custom section description.</li>\n</ul>\n<p>1.1.1</p>\n<ul>\n<li>Fix Google Map API issue.</li>\n<li>Fix Testimonies avatar issue.</li>\n</ul>\n<p>1.1.0</p>\n<ul>\n<li>Use ShortCode within section description.</li>\n<li>Update portfolio conditional var.</li>\n</ul>\n<p>1.0.9</p>\n<ul>\n<li>Fix translation issues.</li>\n<li>Change textdomain to onepress-plus.</li>\n<li>Fix Google map issue on SSL.</li>\n<li>Add selective refresh for customizer.</li>\n<li>Add language .pot file.</li>\n<li>Update clients style.</li>\n<li>Fix bug incorrect image fallback for video bg.</li>\n<li>Fix feature items break layout.</li>\n<li>Support pricing table up to 4 tables.</li>\n</ul>\n<p>1.0.7</p>\n<ul>\n<li>New add map multi markers.</li>\n<li>New add client showcase section.</li>\n<li>Change textarea to editor.</li>\n<li>Improve project loading icon fixed.</li>\n<li>Fix bug show  empty .section-section-area if title empty.</li>\n<li>Add condition to check section heading area.</li>\n</ul>\n<p>1.0.6</p>\n<ul>\n<li>Update hero section template</li>\n<li>Add breadcrumb for single project</li>\n</ul>\n<p>1.0.5</p>\n<ul>\n<li>New add new custom section via Customizer</li>\n<li>New testimonial light style</li>\n<li>New link for member in team section.</li>\n<li>Add more hero layout content.</li>\n<li>Add description field for all section.</li>\n<li>More hooks around each section.</li>\n</ul>\n<p>1.0.4</p>\n<ul>\n<li>Improve Video background, display image on mobile (if background image is set).</li>\n<li>Add an option to replace video with image background on mobile devices.</li>\n<li>Fix a bug sometime lost customize data.</li>\n</ul>\n<p>1.0.3</p>\n<ul>\n<li>Remove parallax settings (move to theme settings).</li>\n<li>Add documentation link to theme dashboard.</li>\n<li>Fix project sections labels</li>\n<li>Remove admin notice.</li>\n<li>Remove duplicate facebook field.</li>\n<li>Fix projects loading icon issue.</li>\n<li>Disable project ajax by default.</li>\n<li>Video Lightbox doesn\'t display in Section Orders &amp; Styling.</li>\n</ul>\n<p>1.0.2</p>\n<ul>\n<li>Change define version number</li>\n</ul>\n<p>1.0.1</p>\n<ul>\n<li>New: Video Lightbox section.</li>\n<li>Fix bugs.</li>\n</ul>\n<p>1.0.0</p>\n<ul>\n<li>Release.</li>\n</ul>\n\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";s:206:\"a:2:{s:2:\"1x\";s:83:\"https://www.famethemes.com/wp-content/uploads/edd/2016/12/onepress_plus_desktop.png\";s:2:\"2x\";s:83:\"https://www.famethemes.com/wp-content/uploads/edd/2016/12/onepress_plus_desktop.png\";}\";s:11:\"description\";a:1:{i:0;s:4845:\"<p>HotSpots <strong>Features</strong><br />\nThe highly anticipated premium version of the <a href=\"https://www.famethemes.com/themes/onepress\">OnePress theme</a></p>\n<p>	Drag &amp; drop section ordering.<br />\nYou can easily change sections’ order by simply dragging and dropping them anywhere you want. Everyone has their own priorities, so we gave you a helping hand.</p>\n<p>	Advanced Section Styling.<br />\nChange section styling to match your style, which includes:</p>\n<ul>\n<li>Background Color</li>\n<li>Background Image</li>\n<li>Background Videos</li>\n<li>Background Parallax Effect</li>\n<li>Dark Style</li>\n<li>Section padding top and bottom</li>\n</ul>\n<p>	Showcase your best projects.<br />\nOnePress Plus has the power to <strong>beautifully showcase your projects</strong>, you can do this very easily by just adding them to this the portfolio section.</p>\n<p>	Beautiful section your business needs.<br />\nSupercharge your website with these addition sections offered by OnePress Plus:</p>\n<ul>\n<li>Testimonial</li>\n<li>Pricing</li>\n<li>Google Maps</li>\n<li>Call To Action</li>\n<li>... and lot more.</li>\n</ul>\n<p>Free vs <strong>Plus</strong><br />\nBuild the website you want with features and options that are powerful.</p>\n<p>            <span class=\"screen-reader-text\">Products</span></p>\n<p>                OnePress</p>\n<p class=\"pricing__sentence\">A free open source one page <br />WordPress theme.</p>\n<p>                OnePress Plus</p>\n<p class=\"pricing__sentence\">A WordPress plugin adds powerful<br /> <strong>premium features</strong> to OnePress</p>\n<p>            Theme Demos<br />\n            <a target=\"_blank\" href=\"http://demos.famethemes.com/onepress\" rel=\"noopener noreferrer\">Demo <span class=\"ti-arrow-top-right\"></span></a><br />\n            <a target=\"_blank\" href=\"http://demos.famethemes.com/onepress-plus\" rel=\"noopener noreferrer\">Demo <span class=\"ti-arrow-top-right\"></span></a></p>\n<p>            WooCommerce Support<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Drag and drop section orders<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Add New Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Styling for all sections<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Hero Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Full Screen<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Background Video<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Background Slides<br />\n            2<br />\n            Unlimited</p>\n<p>            About Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of items<br />\n            3<br />\n            Unlimited</p>\n<p>            Service Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of items<br />\n            4<br />\n            Unlimited</p>\n<p>            Counter Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of counter items<br />\n            4<br />\n            Unlimited</p>\n<p>            Team Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Number of members<br />\n            4<br />\n            Unlimited</p>\n<p>            Latest News Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Contact Section<br />\n            <span class=\"yes\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Google Map Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Pricing Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Testimonial Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Call To Action Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Projects Section<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            Typography Options<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n<p>            24/7 Priority Support<br />\n            <span class=\"no\"></span><br />\n            <span class=\"yes\"></span></p>\n\";}s:9:\"changelog\";a:1:{i:0;s:8715:\"<p>2.3.1</p>\n<ul>\n<li>Support displaying client name.</li>\n<li>Fix Ensure text remains visible during webfont load OnePress.</li>\n<li>Improve clients carousel.</li>\n</ul>\n<p>2.3.0</p>\n<ul>\n<li>New: Change Instagram API feed.</li>\n<li>FIXED: php 8 deprecated function.</li>\n</ul>\n<p>2.2.9</p>\n<ul>\n<li>New: Display error why can not activate license.</li>\n<li>FIXED: Instagram gallery feed.</li>\n</ul>\n<p>2.2.8</p>\n<ul>\n<li>UPDATED: Support compare at price for pricing table.</li>\n<li>FIXED: Fixed php notices in higher version.</li>\n</ul>\n<p>2.2.7</p>\n<ul>\n<li>FIXED: Fixed php notices in higher version.</li>\n</ul>\n<p>2.2.6</p>\n<ul>\n<li>FIXED: Fixed ajax portfolio scroll to top of page.</li>\n</ul>\n<p>2.2.5</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.4</p>\n<ul>\n<li>FIXED: Customizer is not working.</li>\n</ul>\n<p>2.2.3</p>\n<ul>\n<li>FIXED: Localize script is not working.</li>\n</ul>\n<p>2.2.2</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.1</p>\n<ul>\n<li>FIXED: Instagram is not working.</li>\n</ul>\n<p>2.2.0</p>\n<ul>\n<li>FIXED: Conflict library Simple HTML DOM.</li>\n</ul>\n<p>2.1.9</p>\n<ul>\n<li>NEW: Add option to change the columns for section Testimonials.</li>\n<li>NEW: Add option to show the address info of map markers.</li>\n<li>FIXED: Instagram block request.</li>\n<li>FIXED: Section slider scroll problem on Android mobile.</li>\n</ul>\n<p>2.1.8</p>\n<ul>\n<li>FIXED: Instagram block request.</li>\n</ul>\n<p>2.1.7</p>\n<ul>\n<li>FIXED: Section gallery Instagram not showing.</li>\n</ul>\n<p>2.1.6</p>\n<ul>\n<li>IMPROVED: Enable RTL for slider section.</li>\n<li>IMPROVED: Support emojis in Customizer content.</li>\n<li>FIXED: Slider not displaying good in IE 11.</li>\n</ul>\n<p>2.1.5</p>\n<ul>\n<li>FIXED: Impossible to click the video full screen button in Project Section.</li>\n<li>FIXED: Add an option to show number of portfolio on Project page template.</li>\n<li>FIXED: Hero Media Setting.</li>\n</ul>\n<p>2.1.4</p>\n<ul>\n<li>FIXED: Header already sent.</li>\n<li>IMPROVED: Gallery section in old WP version.</li>\n</ul>\n<p>2.1.3</p>\n<ul>\n<li>NEW: Add heading font for main post title.</li>\n<li>NEW: Add CTA button target option.</li>\n<li>NEW: Make client section is carousel.</li>\n<li>NEW: Gallery section compatible with Gutenberg Gallery.</li>\n<li>IMPROVED: Customize live preview css for bg color in section Order styling.</li>\n<li>IMPROVED: Improve typogarphy.</li>\n<li>FIXED: Section Order &amp; Styling - the Background Image.</li>\n<li>FIXED: The slider description color.</li>\n</ul>\n<p>2.1.2</p>\n<ul>\n<li>IMPROVED: Improve typography.</li>\n<li>IMPROVED: Improve template portfolios.</li>\n</ul>\n<p>2.1.1</p>\n<ul>\n<li>FIXED: Remove notice when using child theme</li>\n</ul>\n<p>2.1.1</p>\n<ul>\n<li>FIXED: Fix issue lost hero video settings.</li>\n</ul>\n<p>2.1.0</p>\n<ul>\n<li>NEW: Support sections manager.</li>\n<li>NEW: Section Slider.</li>\n<li>IMPROVED: Front page section config.</li>\n</ul>\n<p>2.0.7</p>\n<ul>\n<li>FIXED: Fix section map issue.</li>\n</ul>\n<p>2.0.7</p>\n<ul>\n<li>NEW: Add dots navigation configs.</li>\n<li>NEW: add client image alt attribute.</li>\n<li>IMPROVED: Update load custom css and js.</li>\n<li>IMPROVED: Update sections navigation settings.</li>\n<li>IMPROVED: Update license message.</li>\n<li>FIXED: Fix issue google font url.</li>\n</ul>\n<p>2.0.6</p>\n<ul>\n<li>NEW: Support custom section page styling.</li>\n<li>IMPROVED: Custom section styling.</li>\n</ul>\n<p>2.0.6</p>\n<ul>\n<li>NEW: Support custom section page styling.</li>\n<li>IMPROVED: Custom section styling.</li>\n</ul>\n<p>2.0.3</p>\n<ul>\n<li>NEW: Add Custom testimonial color option.</li>\n<li>IMPROVED: Support page content when Elementor not activated.</li>\n<li>FIXED: Project layout issue.</li>\n</ul>\n<p>2.0.2</p>\n<ul>\n<li>NEW: Support Elementor for front page.</li>\n</ul>\n<p>2.0.1</p>\n<ul>\n<li>REMOVED: Site identity colors, moved to Theme Options -&gt; Header.</li>\n</ul>\n<p>2.0.0</p>\n<ul>\n<li>NEW: Projects layout.</li>\n<li>NEW: Projects page template.</li>\n<li>NEW: View all projects button.</li>\n<li>NEW: Admin dismiss notice.</li>\n<li>NEW: Add hero heading typography.</li>\n<li>NEW: Clients link target settings.</li>\n<li>IMPROVED: auto update function.</li>\n<li>IMPROVED: Hero settings.</li>\n<li>REMOVED: Upsell sections.</li>\n</ul>\n<p>1.2.8</p>\n<ul>\n<li>Improve auto update function.</li>\n</ul>\n<p>1.2.7</p>\n<ul>\n<li>Improve get gallery data function.</li>\n<li>Fix video issue.</li>\n<li>Add custom section full width option.</li>\n<li>Fix map issue.</li>\n</ul>\n<p>1.2.6</p>\n<ul>\n<li>Fix project details on mobile.</li>\n<li>Fix typography.</li>\n</ul>\n<p>1.2.5</p>\n<ul>\n<li>Fix project details.</li>\n</ul>\n<p>1.2.4</p>\n<ul>\n<li>Do not duplicate project details.</li>\n<li>Run shortcode in hero content.</li>\n<li>Add style for CTA button.</li>\n<li>Add Site Title font option.</li>\n<li>Do not effect content by plugins.</li>\n<li>Clean up CSS.</li>\n</ul>\n<p>1.2.3</p>\n<ul>\n<li>Improve parallax.</li>\n<li>Improve ajax projects.</li>\n</ul>\n<p>1.2.2</p>\n<ul>\n<li>Update responsive parallax.</li>\n<li>Update languages file.</li>\n<li>Update license messages.</li>\n</ul>\n<p>1.2.1</p>\n<ul>\n<li>Update parallax.</li>\n<li>Update map section.</li>\n<li>Update sections templates.</li>\n</ul>\n<p>1.2.0</p>\n<ul>\n<li>Sync parallax.</li>\n</ul>\n<p>1.1.9</p>\n<ul>\n<li>Fix a bug could not load gallery js, css when active plus plugin.</li>\n<li>Update video lightbox template.</li>\n<li>Change hero loading icon.</li>\n<li>Make contact form label full width.</li>\n<li>Fix feature align on small dekstop.</li>\n<li>Improve Google Map, remove default API key (You need your own key to show Google Map).</li>\n<li>Improve auto update.</li>\n<li>Update portfolio parallax.</li>\n<li>Update language file.</li>\n</ul>\n<p>1.1.8</p>\n<ul>\n<li>WP 4.7 compatible.</li>\n<li>Sync CSS with OnePress theme.</li>\n<li>Add reason if could not activate license.</li>\n</ul>\n<p>1.1.7</p>\n<ul>\n<li>Improve gallery.</li>\n<li>Support email for team member.</li>\n</ul>\n<p>1.1.6</p>\n<ul>\n<li>Add condition to check address</li>\n<li>Improve header.</li>\n</ul>\n<p>1.1.5</p>\n<ul>\n<li>Improve Section map</li>\n<li>Clean output css.</li>\n</ul>\n<p>1.1.4</p>\n<ul>\n<li>Hide onepress_gallery_disable customizer.</li>\n</ul>\n<p>1.1.3</p>\n<ul>\n<li>Add version to assets url.</li>\n<li>Fix Problem on IE 9+</li>\n<li>Update Style to version 1.2.6</li>\n<li>Add Gallery section.</li>\n</ul>\n<p>1.1.2</p>\n<ul>\n<li>Improve get settings data.</li>\n<li>Update get client data</li>\n<li>Remove function not use.</li>\n<li>Update hero slider.</li>\n<li>Add support demo content.</li>\n<li>Support HTML for custom section description.</li>\n</ul>\n<p>1.1.1</p>\n<ul>\n<li>Fix Google Map API issue.</li>\n<li>Fix Testimonies avatar issue.</li>\n</ul>\n<p>1.1.0</p>\n<ul>\n<li>Use ShortCode within section description.</li>\n<li>Update portfolio conditional var.</li>\n</ul>\n<p>1.0.9</p>\n<ul>\n<li>Fix translation issues.</li>\n<li>Change textdomain to onepress-plus.</li>\n<li>Fix Google map issue on SSL.</li>\n<li>Add selective refresh for customizer.</li>\n<li>Add language .pot file.</li>\n<li>Update clients style.</li>\n<li>Fix bug incorrect image fallback for video bg.</li>\n<li>Fix feature items break layout.</li>\n<li>Support pricing table up to 4 tables.</li>\n</ul>\n<p>1.0.7</p>\n<ul>\n<li>New add map multi markers.</li>\n<li>New add client showcase section.</li>\n<li>Change textarea to editor.</li>\n<li>Improve project loading icon fixed.</li>\n<li>Fix bug show  empty .section-section-area if title empty.</li>\n<li>Add condition to check section heading area.</li>\n</ul>\n<p>1.0.6</p>\n<ul>\n<li>Update hero section template</li>\n<li>Add breadcrumb for single project</li>\n</ul>\n<p>1.0.5</p>\n<ul>\n<li>New add new custom section via Customizer</li>\n<li>New testimonial light style</li>\n<li>New link for member in team section.</li>\n<li>Add more hero layout content.</li>\n<li>Add description field for all section.</li>\n<li>More hooks around each section.</li>\n</ul>\n<p>1.0.4</p>\n<ul>\n<li>Improve Video background, display image on mobile (if background image is set).</li>\n<li>Add an option to replace video with image background on mobile devices.</li>\n<li>Fix a bug sometime lost customize data.</li>\n</ul>\n<p>1.0.3</p>\n<ul>\n<li>Remove parallax settings (move to theme settings).</li>\n<li>Add documentation link to theme dashboard.</li>\n<li>Fix project sections labels</li>\n<li>Remove admin notice.</li>\n<li>Remove duplicate facebook field.</li>\n<li>Fix projects loading icon issue.</li>\n<li>Disable project ajax by default.</li>\n<li>Video Lightbox doesn\'t display in Section Orders &amp; Styling.</li>\n</ul>\n<p>1.0.2</p>\n<ul>\n<li>Change define version number</li>\n</ul>\n<p>1.0.1</p>\n<ul>\n<li>New: Video Lightbox section.</li>\n<li>Fix bugs.</li>\n</ul>\n<p>1.0.0</p>\n<ul>\n<li>Release.</li>\n</ul>\n\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:69:\"facebook-messenger-customer-chat/facebook-messenger-customer-chat.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/facebook-messenger-customer-chat\";s:4:\"slug\";s:32:\"facebook-messenger-customer-chat\";s:6:\"plugin\";s:69:\"facebook-messenger-customer-chat/facebook-messenger-customer-chat.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/facebook-messenger-customer-chat/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/facebook-messenger-customer-chat.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/facebook-messenger-customer-chat/assets/icon-256x256.png?rev=2398892\";s:2:\"1x\";s:85:\"https://ps.w.org/facebook-messenger-customer-chat/assets/icon-128x128.png?rev=2398892\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:53:\"famethemes-demo-importer/famethemes-demo-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/famethemes-demo-importer\";s:4:\"slug\";s:24:\"famethemes-demo-importer\";s:6:\"plugin\";s:53:\"famethemes-demo-importer/famethemes-demo-importer.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/famethemes-demo-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/famethemes-demo-importer.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/famethemes-demo-importer.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/limit-login-attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/limit-login-attempts.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"19.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.9\";}}s:7:\"checked\";a:1:{s:31:\"onepress-plus/onepress-plus.php\";s:5:\"2.2.6\";}}','no'),(54822,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1664419422;s:7:\"checked\";a:3:{s:8:\"onepress\";s:5:\"2.2.7\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:8:\"onepress\";a:6:{s:5:\"theme\";s:8:\"onepress\";s:11:\"new_version\";s:5:\"2.3.0\";s:3:\"url\";s:38:\"https://wordpress.org/themes/onepress/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/onepress.2.3.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(34219,'autoptimize_version','3.1.2','yes'),(34220,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(34221,'autoptimize_ccss_version','AO_3.1.2','yes'),(54195,'recovery_mode_email_last_sent','1664369127','yes'),(34223,'autoptimize_imgopt_launched','on','yes'),(39933,'wp_force_deactivated_plugins','a:0:{}','yes'),(39930,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(34238,'autoptimize_html','on','yes'),(34239,'autoptimize_html_keepcomments','','yes'),(34240,'autoptimize_enable_site_config','on','yes'),(34241,'autoptimize_js','on','yes'),(34242,'autoptimize_js_aggregate','on','yes'),(34243,'autoptimize_js_defer_not_aggregate','','yes'),(34244,'autoptimize_js_exclude','wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js, js/jquery/jquery.min.js','yes'),(34245,'autoptimize_js_trycatch','','yes'),(34246,'autoptimize_js_justhead','','yes'),(34247,'autoptimize_js_forcehead','','yes'),(34248,'autoptimize_js_include_inline','','yes'),(34249,'autoptimize_css','on','yes'),(34250,'autoptimize_css_aggregate','on','yes'),(34251,'autoptimize_css_exclude','wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css','yes'),(34252,'autoptimize_css_justhead','','yes'),(34253,'autoptimize_css_datauris','','yes'),(34254,'autoptimize_css_defer','','yes'),(34255,'autoptimize_css_defer_inline','','yes'),(34256,'autoptimize_css_inline','','yes'),(34257,'autoptimize_css_include_inline','on','yes'),(34258,'autoptimize_cdn_url','','yes'),(34259,'autoptimize_cache_clean','0','yes'),(34260,'autoptimize_cache_nogzip','on','yes'),(34261,'autoptimize_optimize_logged','on','yes'),(34262,'autoptimize_optimize_checkout','','yes'),(34263,'autoptimize_minify_excluded','on','yes'),(34264,'autoptimize_cache_fallback','on','yes'),(34267,'autoptimize_imgopt_settings','a:6:{s:35:\"autoptimize_imgopt_checkbox_field_1\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_6\";s:0:\"\";s:33:\"autoptimize_imgopt_select_field_2\";s:1:\"2\";s:35:\"autoptimize_imgopt_checkbox_field_3\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_5\";s:0:\"\";s:33:\"autoptimize_imgopt_number_field_7\";s:1:\"0\";}','yes'),(34272,'autoptimize_extra_settings','a:6:{s:31:\"autoptimize_extra_radio_field_4\";s:1:\"1\";s:34:\"autoptimize_extra_checkbox_field_1\";s:1:\"1\";s:34:\"autoptimize_extra_checkbox_field_0\";s:1:\"1\";s:30:\"autoptimize_extra_text_field_2\";s:0:\"\";s:30:\"autoptimize_extra_text_field_7\";s:0:\"\";s:30:\"autoptimize_extra_text_field_3\";s:0:\"\";}','yes'),(34306,'autoptimize_imgopt_provider_stat','a:7:{s:10:\"HasAccount\";b:0;s:11:\"FreeCredits\";i:500;s:15:\"UsedFreeCredits\";i:96;s:8:\"CDNQuota\";i:5368709000;s:7:\"UsedCDN\";i:15445962;s:6:\"Status\";i:2;i:0;s:2:\"OK\";}','yes'),(54503,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1664773646','no'),(54504,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(54558,'_transient_wpseo_total_unindexed_posts','0','no'),(54559,'_transient_timeout_wpseo_total_unindexed_terms','1664406559','no'),(54560,'_transient_wpseo_total_unindexed_terms','0','no'),(54561,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1664406559','no'),(54562,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),(54563,'_transient_timeout_wpseo_unindexed_post_link_count','1664406559','no'),(54564,'_transient_wpseo_unindexed_post_link_count','0','no'),(54557,'_transient_timeout_wpseo_total_unindexed_posts','1664406559','no'),(54565,'_transient_timeout_wpseo_unindexed_term_link_count','1664406559','no'),(54566,'_transient_wpseo_unindexed_term_link_count','0','no'),(54567,'_site_transient_timeout_browser_8f6a238e3ad382dabc2a55f14b0f14dc','1664924960','no'),(54568,'_site_transient_browser_8f6a238e3ad382dabc2a55f14b0f14dc','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"15.2\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(55008,'_transient_timeout_global_styles_onepress','1664422754','no'),(55009,'_transient_global_styles_onepress','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(54895,'_transient_is_multi_author','0','yes'),(54983,'_transient_timeout_wpseo_total_unindexed_posts_limited','1664419531','no'),(54984,'_transient_wpseo_total_unindexed_posts_limited','26','no'),(54898,'_site_transient_timeout_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','1664975486','no'),(54899,'_site_transient_browser_620eeaccf0f03dc51ea5a9f1f3fb4360','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"105.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(54900,'_transient_timeout_wpseo-statistics-totals','1664457103','no'),(54901,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:2:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"ok\";s:5:\"label\";s:45:\"Posts with the SEO score: <strong>OK</strong>\";s:5:\"count\";i:3;s:4:\"link\";s:102:\"https://thespeechcamp.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=ok\";}i:1;a:4:{s:8:\"seo_rank\";s:4:\"good\";s:5:\"label\";s:47:\"Posts with the SEO score: <strong>Good</strong>\";s:5:\"count\";i:2;s:4:\"link\";s:104:\"https://thespeechcamp.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=good\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";d:0.59999999999999997779553950749686919152736663818359375;s:4:\"good\";d:0.40000000000000002220446049250313080847263336181640625;s:2:\"na\";i:0;s:7:\"noindex\";i:0;}}}','no'),(54991,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1664461847','no'),(54992,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1664418647','no'),(54989,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1664461847','no'),(54990,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 19:36:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-beta2-54351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 6.1 Beta 2 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 18:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13533\";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:306:\"WordPress 6.1 Beta 2 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5875:\"\n<p><em><strong>WordPress 6.1 Beta 2 is now available for download and testing.</strong></em></p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.1 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta2</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. This detailed guide is an excellent start if you have never tested a beta release before.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable&nbsp;writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.1&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">300 tickets for WordPress 6.1 core</a>. More fixes are on the way in the remainder of the 6.1 release cycle.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p>Want to know what’s new in version 6.1? <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Read the initial Beta 1 announcement</a> for some details, or check out the <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">product walk-through recording</a>.</p>\n\n\n\n<h2><strong>What’s new in Beta 2</strong></h2>\n\n\n\n<p>Here are some updates since last week&#8217;s Beta 1 release:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">24 issues addressed in GitHub</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A haiku for Beta 2</h2>\n\n\n\n<p>WordPress six-point-one,<br>Please help test Beta 2 now.<br>Best release ever.<br></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">@robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13533\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 6.1 Beta 1 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:09:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13495\";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:306:\"WordPress 6.1 Beta 1 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8473:\"\n<p>WordPress 6.1 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>You can test WordPress 6.1 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta1.zip\">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta1</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about six weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">this detailed guide</a> is a great start.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can do it – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.1&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">250 tickets for the WordPress 6.1 core</a>.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.1? Read on for some highlights.</em></p>\n\n\n\n<h3>Features for end-users</h3>\n\n\n\n<ul>\n<li>Default theme powered by 10 unique style variations (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>More design tools in more blocks (<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/43241\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Expanded and refined&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\" target=\"_blank\">template experience</a>&nbsp;and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\" target=\"_blank\">template options</a></li>\n\n\n\n<li>More intuitive document settings experience</li>\n\n\n\n<li>Header and footer patterns for all themes</li>\n\n\n\n<li>Improved quote and list blocks with inner block support</li>\n\n\n\n<li>More robust placeholders for various blocks</li>\n\n\n\n<li>New modal interfaces and preferences improvements</li>\n\n\n\n<li>Automatic navigation block selection with fallbacks and easier menu management</li>\n\n\n\n<li>Apply locking settings to all inner blocks in one click</li>\n\n\n\n<li>Improvements to the block theme discovery experience</li>\n\n\n\n<li>Accessibility updates, with more than 60 resolved tickets</li>\n\n\n\n<li>Performance updates, with more than 25 resolved tickets</li>\n</ul>\n\n\n\n<h3>For developers</h3>\n\n\n\n<ul>\n<li>Opt into appearance tools to make any theme more powerful</li>\n\n\n\n<li>New iteration on the style system</li>\n\n\n\n<li>Add starter patterns to any post type (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Evolution of layout options including a new&nbsp;<code>constrained</code>&nbsp;option and the ability to disable layout options</li>\n\n\n\n<li>Content lock patterns for more curation options</li>\n\n\n\n<li>Expanded support for query loop blocks</li>\n\n\n\n<li>Allow the use of block-based template parts in classic themes (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Filter <code>theme.json</code> data (<a rel=\"noreferrer noopener\" href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Fluid typography allows for more responsiveness (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Ability to style elements inside blocks like buttons, headings, or captions in <code>theme.json</code></li>\n</ul>\n\n\n\n<p><em>Please note that all features listed in this post are subject to change before the final releas</em>e.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Haiku for you</h2>\n\n\n\n<p>Twenty Twenty-Three<br>10 style variations<br>The new default theme</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>,  <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>, <a href=\"https://profiles.wordpress.org/davidb/\">@davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13495\";s: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:67:\"WP Briefing: Episode 39: Contributor Stories Live from WordCamp 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13481\";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:84:\"Live from WordCamp US 2022, listen to contributor stories about why they 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/09/WP-Briefing-039.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13436:\"\n<p>In the thirty-ninth episode of the WordPress Briefing, hear contributors at WordCamp US share stories about their why for using WordPress and attending WordCamps. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a><br><a href=\"https://profiles.wordpress.org/jenblogs4u/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a><br><a href=\"https://wordpress.org/support/users/courane01/\" data-type=\"URL\" data-id=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a><br><a href=\"https://profiles.wordpress.org/kdrewien/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/kdrewien/\">Kathy Drewien</a><br><a href=\"https://profiles.wordpress.org/alexstine/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a><br><a href=\"https://profiles.wordpress.org/courtneypk/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/courtneypk/\">Courtney&nbsp;Patubo&nbsp;Kranzke</a><br><a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br><a href=\"https://www.linkedin.com/in/ri%C4%8Dardas-kudirka-3815a976/?originalSubdomain=lt\">Ricardas Kudirka</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">WordPress Translation Day September 28, 2022</a><br><a href=\"https://woosesh.com/\" data-type=\"URL\" data-id=\"https://woosesh.com/\">WooSesh October 11-13, 2022</a><br><a href=\"https://2022.allthingsopen.org/\" data-type=\"URL\" data-id=\"https://2022.allthingsopen.org/\">All Things Open October 30-November 2, 2022</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13481\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.&nbsp;</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:41]&nbsp;</strong></p>\n\n\n\n<p>For folks who are new to WordPress in the past couple of years, you may have heard people talk about WordPress events with a sort of passion that really is hard to describe. For me, I know our events are the dark matter of what makes this global, fully distributed, multifaceted project come together so well in the end.</p>\n\n\n\n<p>But I also know that WordPressers have so many different reasons for coming together. So we took a little wander through WordCamp US to get their take on why they use WordPress and also why they go to WordCamps.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:13]&nbsp;</strong></p>\n\n\n\n<p>So WordCamp US is back in person for the first time since 2019. What are you most excited about?</p>\n\n\n\n<p><strong>[Topher 00:01:19]&nbsp;</strong></p>\n\n\n\n<p>I am Topher.</p>\n\n\n\n<p>Seeing everyone, the interpersonal relationships, the communication, the expressions on people&#8217;s faces that you don&#8217;t get via email or Slack or whatever. Just being near people again and enjoying each other&#8217;s company.</p>\n\n\n\n<p><strong>[Jen Miller 00:01:35]&nbsp;</strong></p>\n\n\n\n<p>My name is Jen Miller.</p>\n\n\n\n<p>I was most excited to see my friends. It&#8217;s been a long time to try to maintain connections via social media and, you know, texting and phone calls. But being here and being a part of the WordPress community has made everything great.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:01:54]&nbsp;</strong></p>\n\n\n\n<p>Courtney Robertson.</p>\n\n\n\n<p>Contributor day, of course, that&#8217;s how I got really connected to the WordPress community. And I am hoping we have a great turnout.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:02]&nbsp;</strong></p>\n\n\n\n<p>How long have you been a contributor to WordPress?</p>\n\n\n\n<p><strong>[Kathy Drewien 00:02:05]&nbsp;</strong></p>\n\n\n\n<p>Hi, I&#8217;m Kathy Drewien.</p>\n\n\n\n<p>I started in 2008 by attending my first WordCamp. Two years later, I was part of the organizing team for WordCamp Atlanta. I have been on that team for one role or another. Well, I can&#8217;t tell you how many years now. From then, until now.</p>\n\n\n\n<p><strong>[Alex Stine 00:02:24]&nbsp;</strong></p>\n\n\n\n<p>My name is Alex Stine. About six years now.</p>\n\n\n\n<p><strong>[Topher 00:02:28]&nbsp;</strong></p>\n\n\n\n<p>About 12 years.</p>\n\n\n\n<p>I started going to WordCamp, then working in the support forums, and just grew from there.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:02:24]&nbsp;</strong></p>\n\n\n\n<p>I started checking guests in, at my first WordCamp in 2009, which I see as one avenue of contributing. I joined a team officially in 2014.&nbsp;</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:02:47]&nbsp;</strong></p>\n\n\n\n<p>My name is Courtney Patubo Kranzke.</p>\n\n\n\n<p>I have been an on-and-off contributor to WordPress since like the mid-2000s, but I&#8217;ve been a sponsored contributor since 2016.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:03:02]&nbsp;</strong></p>\n\n\n\n<p>My name is Dustin Hartzler.</p>\n\n\n\n<p>I started a WordPress podcast in 2010. And I did like 500 episodes in a row without a break and without a week worth of rest. So I consider that my contribution to WordPress. I have a couple of core contributions, like I, I fixed a little bug here, a little bug there in a couple of releases, I think back in the four eras, 4.1 or 4.2 or something.</p>\n\n\n\n<p>2010 is when I really got started in giving back, and, like, sharing my knowledge with the WordPress community.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:03:28]&nbsp;</strong></p>\n\n\n\n<p>Why is it important for you to attend WordCamps or contribute to the WordPress project?</p>\n\n\n\n<p><strong>[</strong><strong>Ricardas Kudirka </strong><strong>00:03:33]&nbsp;</strong></p>\n\n\n\n<p>My name is Ricardas Kudirka.</p>\n\n\n\n<p>Basically, for everyone who&#8217;s using WordPress, it&#8217;s really important to understand how big the community is that we have here. So the community is an important and crucial part of WordPress.</p>\n\n\n\n<p>And for it to grow, you need to attend the WordCamps, you need to share knowledge, and you need to meet people. So networking here and while meeting the exciting people who are developing WordPress or who are contributing to it, who are providing the services, who enable people to use WordPress.</p>\n\n\n\n<p>That&#8217;s a crucial point for everyone to attend.</p>\n\n\n\n<p><strong>[</strong><strong>Kathy Drewien </strong><strong>00:04:05]&nbsp;</strong></p>\n\n\n\n<p>It&#8217;s important to attend them because it&#8217;s very hard to describe them. We are not like any other thing you have ever done in your life. You have to be here to get it. And then once you get it, you wanna do more of it. It&#8217;s magical. It&#8217;s magical. There&#8217;s no way to get that experience without being here.</p>\n\n\n\n<p>In terms of contributing, it&#8217;s a responsible thing to do. You want to give back instead of get, get, get. In the beginning, we&#8217;re all about the get, get, get. And then you go, oh my gosh. I didn&#8217;t know. I didn&#8217;t know I could do this. I didn&#8217;t know I had to write code. I can actually just stand around and talk to people and contribute to the project.</p>\n\n\n\n<p><strong>[</strong><strong>Jen Miller </strong><strong>00:04:50]&nbsp;</strong></p>\n\n\n\n<p>Well, it&#8217;s a community effort, and so if we want it to progress and grow, we need to put our own individual effort into the community.</p>\n\n\n\n<p>Plus, we make friends, we make connections, and we find people who we can help and who can help us.</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:05:07]</strong></p>\n\n\n\n<p>I feel it is important to support the community that got me my start in technology and make sure that people understand that accessibility is very much a requirement.</p>\n\n\n\n<p>You know, we need to make sure we keep the community inclusive for all.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:05:21]</strong></p>\n\n\n\n<p>What is your favorite way to WordPress?</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:05:24]&nbsp;</strong></p>\n\n\n\n<p>I started with WordPress as a personal blogger. So it continues to be my favorite way to use WordPress. But, my use has evolved to using it for work as well as a place to share my photography and food blogging.</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Robertson </strong><strong>00:05:42]&nbsp;</strong></p>\n\n\n\n<p>My favorite way to WordPress is through the Training team. Most of the things that I write these days are on make.wordpress.org/training and or learn.wordpress.org.</p>\n\n\n\n<p>I love teaching people about WordPress, helping people at all skill levels advance, and that&#8217;s where you&#8217;ll find me around the WordPress Training team.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin&nbsp; Hartzler </strong><strong>00:05:59]&nbsp;</strong></p>\n\n\n\n<p>My favorite way to WordPress is just building cool things. Like I have a website, my wife has a couple of websites, and me just trying to learn things and trying to do them myself. Yesterday, there was a session, a 15-minute long session, and I learned how to customize the options available for different core WordPress blocks.</p>\n\n\n\n<p>I didn&#8217;t realize that you could just make a button and like make a default like here&#8217;s the style for the default button. So every button&#8217;s exactly the same on the site. Like how cool is that? I like the side of customizing WordPress to make it easier for people who are non-techy like me to use my site, like my wife, and whatnot.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:06:30]&nbsp;</strong></p>\n\n\n\n<p>How do you use WordPress in your day-to-day life?</p>\n\n\n\n<p><strong>[</strong><strong>Topher </strong><strong>00:06:32]&nbsp;</strong></p>\n\n\n\n<p>It&#8217;s sort of a universal tool for me. I blog, and I do podcasts.</p>\n\n\n\n<p>I enjoy drinking whiskey, so I built a rating system for it. And I use it as a notepad, a scratch pad. I use it as my photography backup system. Just kind of as a universal tool for everything</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:06:53]</strong></p>\n\n\n\n<p>So I currently am one of the Accessibility team reps.</p>\n\n\n\n<p>I&#8217;m a core contributor, Guttenberg contributor, the occasional meta contributor, and the occasional training team contributor.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:07:05]</strong></p>\n\n\n\n<p>Well, if that doesn&#8217;t convince you to go to a WordCamp or start your own meetup group, I just don&#8217;t know what will. Big thanks to everyone who sat down with us there in San Diego.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:23]</strong></p>\n\n\n\n<p>And now it&#8217;s time for our small list of big things.</p>\n\n\n\n<p>First thing, WordPress Global Translation Day is coming up next week on September 28th. This is a great opportunity to learn more about the hard work that goes into translating all of this software for folks all around the world. If you want to learn more about how you could contribute to translations, I&#8217;ll have a link in the show notes for you.</p>\n\n\n\n<p>The second thing is that WooSesh is coming up on October 11th through 13th, 2022. This one is not an in-person event. It&#8217;s a WPSessions event, but it specifically talks about how to get some eCommerce going on your WordPress site. So if you&#8217;ve been thinking about how to get a shop on your site, or just making your current shop a bit more complicated, then this is the event for you.</p>\n\n\n\n<p>And the third thing on our list today is All Things Open. They are hosting a hybrid event this year from October 31st through November 2nd. This event isn&#8217;t specific to WordPress, but it is specific to open source and one of the best resources for learning some OSS basics. So if you&#8217;ve been interested in learning more about how this whole open source thing is an idea that will change our generation, then set your sights on that event. I will have a link in the show notes there as well.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13481\";s: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:64:\"Dropping security updates for WordPress versions 3.7 through 4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2022 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=13466\";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:343:\"As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0. These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s: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:2478:\"\n<p>As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0.</p>\n\n\n\n<p>These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions of WordPress will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"698\" height=\"81\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=698%2C81&#038;ssl=1\" alt=\"WordPress update notice: &quot;WordPress 6.0.2 is available! Pleaes update now.&quot;\" class=\"wp-image-13467\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?w=698&amp;ssl=1 698w, https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=300%2C35&amp;ssl=1 300w\" sizes=\"(max-width: 698px) 100vw, 698px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In WordPress versions 3.8 &#8211; 4.0, the version you are running is displayed in the bottom of the “At a Glance” section of the dashboard. In WordPress 3.7 this section is titled “Right Now”.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"295\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&#038;ssl=1\" alt=\"&quot;At a Glance&quot; section of the WordPress dashboard. The final line includes the exact version of WordPress the site is running.\" class=\"wp-image-13468\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=300%2C86&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=768%2C221&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?w=1208&amp;ssl=1 1208w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2022/09/07/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\">the process to end support</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13466\";s: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: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:38:\"The Month in WordPress – August 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/the-month-in-wordpress-august-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 13:23:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=13445\";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:361:\"August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that&#8217;s not all! Read on to catch up on the latest WordPress news. WordPress 6.1 walk-through scheduled for September 13, 2022 Save the date! A live interactive walk-through of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15623:\"\n<p>August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that&#8217;s not all! Read on to catch up on the latest WordPress news.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 walk-through scheduled for September 13, 2022</h2>\n\n\n\n<p>Save the date! A <strong>live interactive walk-through of WordPress 6.1 is coming up on September 13, 2022, at 16:00 UTC</strong>. The event will take place <a href=\"http://dotorgzoom.wordpress.com/\">via Zoom</a> and include a discussion of new major features, resolved tickets, and potential blockers.</p>\n\n\n\n<p>Attendance is open to anyone who wants to know more about what’s coming in the next major release. If you are unable to attend, the event will be recorded for on-demand viewing.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2022/09/05/6-1-product-walk-through/\">Learn more about the WordPress 6.1 product walk-through</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>The WordPress.org Homepage and Download page got a new jazz-inspired look</h2>\n\n\n\n<p>The <a href=\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\">redesign of the WordPress.org homepage and download page</a> went live on August 15, 2022. The new pages highlight the benefits of using WordPress while making it easy to access resources for getting started. The look and feel build on the jazzy aesthetic that WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&#038;ssl=1\" alt=\"WordPress.org homepage\" class=\"wp-image-13323\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=300%2C175&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=768%2C449&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1536%2C898&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?w=2000&amp;ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In addition, <a href=\"https://make.wordpress.org/meta/2022/09/01/simplifying-the-admin-bar-global-navigation-menu/\">the admin bar and global navigation menu have been updated</a> to simplify and better organize the content across the WordPress.org network. Expect more design updates and iterations as efforts to refresh the website continue.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Check out the new <a href=\"https://wordpress.org/\">WordPress.org homepage</a> and <a href=\"https://wordpress.org/download/\">download page</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.9 and 14.0 are here</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\"><strong>Gutenberg 13.9</strong></a> became available for download on August 17, 2022. This release continues to iterate and polish the user interface (UI), interaction, and engine work for site editing.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\"><strong>Gutenberg 14.0</strong></a> brings a lot of enhancements, including extra block supports in the UI, a revamped List block, and more. It shipped on August 31, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>This <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">new post in the &#8220;Core Editor Improvement&#8221; series</a> focuses on the template creation enhancements coming in WordPress 6.1. You can explore them now with the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutengerg plugin</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New localized content on Learn WordPress</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is currently expanding the non-English resources available on the platform! Last month, some members of the Training Team hosted <a href=\"https://wordpress.tv/2022/08/17/%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%83%bc%e3%81%a7%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86%ef%bc%81/\">the first free online workshops in Japanese</a>. Following its success, two more sessions will be held on September 7 and 17, 2022. Get the details in the <a href=\"https://learn.wordpress.org/online-workshops/\">online workshop calendar</a>.</p>\n\n\n\n<p>In addition, learners have access to:</p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorials/?series=&amp;topic=&amp;language=pt_BR&amp;captions=&amp;wp_version=\">Portuguese tutorials</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plans/greek/\">Greek lesson plans</a></li>\n</ul>\n\n\n\n<p>Curious about what else is new on Learn WordPress? <a href=\"https://make.wordpress.org/updates/2022/09/01/whats-new-on-learnwp-august-2022/\">Check out the learning materials released in August 2022</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Enter the educational world of the Training Team and its Learn initiative in <a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">the latest episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress 6.0.2 maintenance release, Twenty Twenty-Three kickoff, and more</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 is now available</a>. This security and maintenance release features 12 bug fixes on Core, 5 bug fixes for the Block Editor, and 3 security fixes.</li>\n\n\n\n<li>The new <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three (TT3) theme</a>, which will ship with the WordPress 6.1 release, is now in development. The theme will bundle a collection of style variations designed by community members. The final curated set is expected to be chosen by September 7, 2022.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/community/2022/08/19/meetup-organizer-newsletter-august-2022/\">August edition of the Meetup Organizer Newsletter</a> shares tips on how to join and support the <a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\">Meetup Reactivation project</a>.</li>\n\n\n\n<li>The feedback tool for <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> is now available for all WordPress.org users that have opted into notifications. Learn more in the latest edition of the <a href=\"https://make.wordpress.org/polyglots/2022/08/22/polyglots-monthly-newsletter-august-2022/\">Polyglots Monthly Newsletter</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2022/09/05/improving-devhub-code-references/\">Code references in DevHub (WordPress Developer Docs)</a> are now easier to use, understand and navigate.</li>\n\n\n\n<li>Members of the Documentation Team kicked off discussions around the <a href=\"https://make.wordpress.org/docs/2022/08/10/kick-off-wordpress-6-1-release-docs/\">WordPress 6.1 release docs</a>.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/08/09/bug-scrub-schedule-for-6-1/\">bug scrub schedule for WordPress 6.1</a> was published last month. Anyone can join these sessions to learn, help, or even <a href=\"https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/\">lead one</a>.</li>\n\n\n\n<li>To celebrate World Photography Day (August 19), the Photos Team <a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">set up a fun photo challenge</a> to contribute to the <a href=\"https://wordpress.org/photos/t/worldphotographyday22/\">WordPress Photo Directory</a>. The initiative may be over, but photo contributions are always open!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/performance/2022/08/09/core-performance-team-rep-nominations/\">Nominations</a> for the Performance Team Reps are open until September 9, 2022.</li>\n\n\n\n<li>Why is Gutenberg being developed on GitHub? Is Gutenberg part of core? <a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">Get answers</a> to these and other common questions about WordPress core and Gutenberg.</li>\n\n\n\n<li>Members of the Full Site Editing Outreach program <a href=\"https://make.wordpress.org/test/2022/08/25/hallway-hangout-discussion-on-block-themes-25-aug/\">joined a Hallway Hangout session to talk about block themes</a>, from workflow changes to tools they are using and more.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\">Bud Kraus</a> and his inspiring WordPress journey.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Testing Team is looking for <a href=\"https://make.wordpress.org/test/2022/08/10/testing-testing-calls-for-testing-facilitators/\">facilitators to expand testing efforts</a> across the project.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Are you a meetup organizer or member? Complete the 2021-2022 <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">Annual Meetup Survey</a> (available in 14 languages) to help strengthen this global WordPress program.</li>\n\n\n\n<li>Members of the Core Team are looking for feedback on a <a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">new system for updating HTML attributes</a>. The call is open until September 9, 2022.</li>\n\n\n\n<li>There’s a new proposal to <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">harmonize the process of merging new APIs from the Gutenberg plugin</a> to the WordPress core. Share your thoughts by September 7, 2022.</li>\n\n\n\n<li>Version 20.6 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/08/23/call-for-testing-wordpress-for-android-20-6/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/08/22/call-for-testing-wordpress-for-ios-20-6/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Gutenberg 13.8 introduced the first version of fluid typography, a new feature that allows theme authors to define text size that can scale and adapt to changes in screen size. <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Help shape its future by joining this testing call</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates &amp; WordCamps</h2>\n\n\n\n<ul>\n<li><a href=\"https://us.wordcamp.org/2022/wcus-what-you-need-to-know/\">Get ready for WordCamp US</a>! The event is happening on September 9 through 11, 2022, in San Diego, California. <a href=\"https://us.wordcamp.org/2022/schedule/\">Check out the schedule</a> and tune into the <a href=\"https://us.wordcamp.org/2022/livestream/\">WCUS livestream</a> if you are attending virtually.</li>\n\n\n\n<li>Openverse announced that they will be participating in the WordCamp US <a href=\"https://us.wordcamp.org/2022/contributor-day/\">Contributor Day</a> remotely. <a href=\"https://make.wordpress.org/openverse/2022/08/30/openverse-remote-contributor-day-at-wordcamp-us-2022/\">Learn how you can get involved</a>.</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a> organizers <a href=\"https://asia.wordcamp.org/2023/tickets-now-on-sale/\">sold out</a> the first batch of standard and micro sponsor tickets in one day. The second batch will be released soon.</li>\n\n\n\n<li>Planning for WordCamp Europe 2023 is in full swing! You can still <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">apply to be an organizer</a>.</li>\n\n\n\n<li>Join #WPDiversity with a <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">free, online speaker workshop for Indian women</a> in the WordPress community. The event will take place on September 24-25, 2022.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Call for Speakers for WordCamp Asia is closing soon! <a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Submit your application by September 30, 2022</a>, and help reach <a href=\"https://asia.wordcamp.org/2023/speaker-diversity-goals/\">WCAsia&#8217;s speaker diversity goals</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WP Briefing: Episode 38: All About LearnWP with Special Guest Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 12:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=13425\";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:127:\"Enter the educational world of the WordPress Training team and its Learn initiative during this week\'s episode of the podcast. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/09/WP-Briefing-038.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21067:\"\n<p>In the thirty-eighth episode of the WordPress Briefing, join Josepha Haden Chomphosy and special guest Hauwa Abashiya for a discussion on the WordPress Training team and LearnWP initiative. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> <br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azhiyadev/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>&nbsp;</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://heropress.com/essays/finding-my-global-family/\" data-type=\"URL\" data-id=\"https://heropress.com/essays/finding-my-global-family/\">Hauwa Abashiya HeroPress Essay</a><br><a href=\"https://make.wordpress.org/training\">make.wordpress.org/training</a><br><a href=\"http://make.wordpress.org\">make.wordpress.org</a><br><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 Security and Maintenance Release</a><br><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\" data-type=\"URL\" data-id=\"https://asia.wordcamp.org/2023/call-for-speakers/\">WordCamp Asia call for speakers </a>(deadline extended to September 30, 2022)<br><a href=\"https://us.wordcamp.org/2022/livestream/\" data-type=\"URL\" data-id=\"https://us.wordcamp.org/2022/livestream/\">WordCamp US Livestream information</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13425\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:42]&nbsp;</strong></p>\n\n\n\n<p>Helping people who are new to WordPress learn how to make the most out of their CMS used to be one of the most clearly impactful things I ever did as a contributor. Whether it was making sure a brand new installation simply worked, or if the original setup needed to grow along with a solopreneur&#8217;s growing business needs, I found great joy in seeing how my local community was learning new tools together.</p>\n\n\n\n<p>You&#8217;ve probably heard me talk about the Learn WP initiative or the training team on this podcast before, but you might still be a little shy to get started with the team. So I have invited one of their team reps today to talk through what the team does.</p>\n\n\n\n<p>All right. I have with us today Hauwa Abashiya. She is one of the team reps for the training team and also works on the learn.wordpress.org site. Thank you for joining me today, Hauwa.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:01:33]&nbsp;</strong></p>\n\n\n\n<p>And thank you for having me, Josepha, quite exciting to be on your podcast.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:37]&nbsp;</strong></p>\n\n\n\n<p>Oh, I, you know, when we were talking about doing this topic, I was like, you know, who would be an excellent person is Hauwa. Like you were such an interesting person to work with when we were working on the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 release</a>. And then also, you just have such a lovely way of explaining the complicated things that we have going on in WordPress and especially on the training side of things. And so you were the first person that came to mind for me.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:02]</strong></p>\n\n\n\n<p>Thank you.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:03]</strong></p>\n\n\n\n<p>Speaking of all the learn.wordpress.org things, you&#8217;ve been contributing to the WordPress project as a team rep for the training team for a bit. But that&#8217;s not really where you started. Can you tell me a bit about how you found your way to this team?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:15]</strong></p>\n\n\n\n<p>Well, I started by attending a WordCamp, and that was WordCamp Brighton. And if anyone&#8217;s read my <a href=\"https://heropress.com/essays/finding-my-global-family/\">article on HeroPress</a>, then they will know that I learned WordPress in one week. Went through beginner sessions of it. And then, I was like, yeah, let me just go turn up and see what it&#8217;s like.</p>\n\n\n\n<p>So turned up, and I met some wonderful people there. One of them being <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, who introduced me to the London meetup team. So, I then went there. They were looking for volunteers because they were planning WordCamp London for 2019. And me being me, I was like, yeah, sure. Why not? And got thrown into the deep end, but no, an amazing team.</p>\n\n\n\n<p>I got to meet some really amazing people. And yeah, just went from there then, you know, because I was doing stuff with WordCamp London, ended up going to WordCamp Europe. And I think there&#8217;s probably quite a lot of people who say they fully got into contributing in WordCamp Europe. So I was doing little bits and pieces then on like, marketing team and then met <a href=\"https://profiles.wordpress.org/jessecowens/\">Jesse [Owens]</a>  at the training team cause <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> introduced me to him and just went from there.</p>\n\n\n\n<p>And then in terms of team rep, I mean, <a href=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a> sent out SOS, because Learn had just launched, and there were a couple of things that we needed. So that was during the soft launch. And I was like, yeah, sure. I&#8217;ll help you. I&#8217;m not doing much. And that&#8217;s how I ended up doing team rep.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:46]</strong></p>\n\n\n\n<p>I love that so many initial stories in the WordPress community start with like, well, I went to a WordCamp cause I was like, what in the world is this? And then people were like, we need some help. And I thought to myself, what else am I doing? Like, so many stories start that way. And I just love it.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:03]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:03]</strong></p>\n\n\n\n<p>So you mentioned learn.wordpress.org. That is a part of the training team in the WordPress project. Correct?</p>\n\n\n\n<p>Yeah. So can you give us an idea of the difference between the two? Cause like normally, with a project as big as Learn, you would expect to see like a whole separate team. But these are two intertwined teams using two intertwined concepts.</p>\n\n\n\n<p>And so can you give us an idea of the difference between them?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:29]</strong></p>\n\n\n\n<p>So I like to see learners, that&#8217;s the content. So it&#8217;s the content that we have on the platform, and the training team wrangles all the content on Learn. So that would be like your videos, your lesson plans, and online workshops. Yeah, so we wrangle the content that&#8217;s on there.</p>\n\n\n\n<p>We try to bring a lot of different teams together, and that&#8217;s one of the things the beauty, I think, of Learn is that there is a lot of cross-team collaboration, which started from the beginning and I think just will continue and get better and better.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:59]</strong></p>\n\n\n\n<p>Yeah. And the workshops, those are once a week, right?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:05:04]</strong></p>\n\n\n\n<p>Yeah. So you have online workshops, which used to be called social learning spaces, which used to be called discussion groups. So those run once a week. There&#8217;s a number running, and there are some that are launching in Japan. And I think <a href=\"https://profiles.wordpress.org/bsanevans/\">Ben Evans</a> has been quite key in getting quite a lot of those going, and I think <a href=\"https://profiles.wordpress.org/piyopiyofox/\">Destiny Kanno</a> as well.</p>\n\n\n\n<p>So, that&#8217;s the beauty is you get to see a lot more languages coming up. Those run once a week. And then we obviously have lesson plans, which traditionally that&#8217;s what the training team used to always make for Meetup organizers. So if you didn&#8217;t have a speaker, you could go and get a lesson plan and run through something, or anybody could pick one up.</p>\n\n\n\n<p>So they are used mainly by like our Meetup users and then people who are running any boot camps or sessions, or you wanna just take somebody through WordPress and teach them, you can pick one up and run through it. And now we&#8217;ve got courses on Learn, which is quite exciting. Got a couple of courses.</p>\n\n\n\n<p>And I know there&#8217;s about three or four courses in development. There is a bit more WordPress development based rather than user based. There&#8217;s a fourth piece of content, and that is just the general workshop. So tutorials, I think no tutorials is what we&#8217;re calling them now. So there&#8217;s like all our online videos.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:17]</strong></p>\n\n\n\n<p>I tell you terminology in any project, the age and size of WordPress is hard to keep everything straight, but especially when you&#8217;ve just changed it you&#8217;re like, what do we call it though?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:27]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:30]</strong></p>\n\n\n\n<p>So if I understand correctly, because as you mentioned, like you have this post up on HeroPress, you don&#8217;t actually come from a training background. Like you aren&#8217;t a teacher or corporate trainer or anything, but you have really committed to contributing to the training team and to learn.wordpress.org.</p>\n\n\n\n<p>So, from your perspective, from like the, I&#8217;m not a trainer perspective, what&#8217;s the most exciting thing for learn.wordpress.org in the near future?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:58]</strong></p>\n\n\n\n<p>I think it&#8217;s the collaboration. It&#8217;s the potential that Learn has. So I don&#8217;t have a training background, but interestingly enough, I come from Kaduna, Nigeria. And Kaduna cause all the states in Nigeria have a tagline, and, Kaduna is actually the center of learning. So there must be some link there, so yeah.</p>\n\n\n\n<p>So, I think the beauty of that is you don&#8217;t have to have a training background. You can come in and impart your knowledge, and there are people available in the team that can help you impart that knowledge. So if it&#8217;s like a lesson plan that you wanna draw up, we&#8217;ve got people that can help and assist in that.</p>\n\n\n\n<p>Or you wanna run an online workshop. There are people that can assist you. And I think that&#8217;s also the beauty of WordPress is that we&#8217;re all there to help each other. So just seeing that and seeing how, as time has gone on how the team has actually just been growing cause more and more people are coming.</p>\n\n\n\n<p>And then with that, you&#8217;ve got more of like the different languages coming in, and I know we might touch on that later, but it&#8217;s, I think to me, that is the beauty that anyone can actually now come in and learn. And Learn as this platform that is accessible to everybody. So it&#8217;s not necessarily behind a, like a paywall or anything, which is, there&#8217;s nothing wrong with that, but there are people that it&#8217;s like, well, okay, you can access something by the community for the community.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:32]</strong></p>\n\n\n\n<p>I think like your last thought there, something that&#8217;s by the community for the community. That&#8217;s one of the things that I noticed early on about the WordPress community. So I&#8217;ve been in the WordPress community for a long time, but when I started doing the administrative back office, things that are invisible and no one wants to know about, because it&#8217;s boring.</p>\n\n\n\n<p>When I started doing that work, one of the things I noticed and that I really treasure the most about the WordPress community is that they want to do things together. They want to look at the problem together. They want to find a solution together. And a lot of times they just want to learn together as well.</p>\n\n\n\n<p>We see that there is a real, I don&#8217;t know, not, it&#8217;s not a safety and numbers question. I think it is a long-standing feeling that we can all kind of get further together and that we are better together. And so I like your thought there.</p>\n\n\n\n<p>You mentioned, though, translations, and I know that this came up at WordCamp Europe.</p>\n\n\n\n<p>We don&#8217;t actually have a lot of translated content on learn.wordpress.org. There&#8217;s some technical issues that exist there, but are there a few languages that we already are sort of seeing translated courses for? Translated lessons for?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:09:47]</strong></p>\n\n\n\n<p>Yeah. So we have a couple in Hindi, I believe. And I know we&#8217;ve got some Greek translations that have been coming up, so I know, I think it was last year WordCamp India, during contributor day, we had quite a lot of people translating stuff then, and I suppose the online WordCamps that we&#8217;ve been able to rank. Cause I think our first like face to face is this year, so they didn&#8217;t do that much translation there, but we&#8217;ve seen an increase in people wanting to translate.&nbsp;</p>\n\n\n\n<p>And I think those are the ones that come to mind. And I know Japanese, I think that was just recently, in the last two weeks, somebody&#8217;s translated one or two of the tutorials have been translated.</p>\n\n\n\n<p>But we’re getting more and more requests coming through. And I know we kind of touched on this in our earlier discussion, but it&#8217;s like, how do you manage that? Cause you&#8217;re right, we don&#8217;t have a way to easily manage polyglots on Learn at the moment or WordPress in general. But I think seeing that, and I keep saying to people, I don&#8217;t wanna lose that engagement cause if you&#8217;ve got the people engaged, let them just do it.</p>\n\n\n\n<p>And I don&#8217;t normally say this, but let them do it, and we&#8217;ll figure out how to sort out the whole pile when it comes in later. Because you kind of don&#8217;t want to lose them because I feel like if we say, no, we&#8217;ll wait until that comes in, we&#8217;ll lose a lot of the engagement. And come that time, people will be like, oh no, I&#8217;m not that interested. Or it might be an even more effort to try and bring more people on board.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:18]</strong></p>\n\n\n\n<p>That&#8217;s always a struggle, like wanting to be able to get something good out without insisting that it be perfect. Like that whole perfect is the enemy of the good sort of concept.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:30]</strong></p>\n\n\n\n<p>Yeah. Mm-hmm&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:30]</strong></p>\n\n\n\n<p>When we were talking about this way back in June, I was like, I obviously would love to get a perfect solution out immediately, but like, you&#8217;re right.</p>\n\n\n\n<p>In the meantime, do we just be if you don&#8217;t speak English, you cannot learn here?</p>\n\n\n\n<p>Like that&#8217;s not fair.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:45]</strong></p>\n\n\n\n<p>No.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:46]&nbsp;</strong></p>\n\n\n\n<p>We want everyone to be able to learn here in their own languages, and yeah. That&#8217;s just a living, breathing issue with a global project, I think.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:56]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:57]</strong></p>\n\n\n\n<p>Now that we left us on like a really juicy topic, just the lightest thing we could find. Is there anything else that you wanna be sure to share with the WordPress Briefing listeners before we head out?</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:12:10]</strong></p>\n\n\n\n<p>Come and join the training team. Like I said, you don&#8217;t have to be a trainer. You can come in, and help us take notes. You can come in and edit, and review. If you are a subject matter expert, we also have the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>, which was launched. Was it a month ago now?</p>\n\n\n\n<p>Sorry. Days, months, weeks merge for me these days. But yeah, so that&#8217;s like a dedicated volunteer team. And in there, we&#8217;ve got content creators, editors, subject matter experts, and just admin stuff. If you wanna help us with the admin stuff. If you&#8217;re a GitHub guru, get in touch cause we are trying to automate some of our processes, and we could use the help, but yeah, just come join us.</p>\n\n\n\n<p>Join one of our meetings, which run on Tuesdays at 7 AM UTC and 4:00 PM UTC.&nbsp;</p>\n\n\n\n<p>Yes, that&#8217;s right. I get my time right.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:03]&nbsp;</strong></p>\n\n\n\n<p>If it&#8217;s not right, we&#8217;ll put it. We&#8217;ll correct it in the show notes.&nbsp;</p>\n\n\n\n<p>Also, if you are not necessarily familiar with the WordPress project and how to get started with contributions, you can find the training team and a lot of information about them and all the other teams on make.wordpress.org.</p>\n\n\n\n<p>I will share that in the show notes as well. make.wordpress.org/training is where you can find Hauwa&#8217;s team. Hauwa, thank you again for joining me today.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:13:30]</strong></p>\n\n\n\n<p>No, thank you for having me. It&#8217;s just a wonderful treat. I get to listen to you, and now I get to be on it.&nbsp;</p>\n\n\n\n<p>So, yeah, it&#8217;s good.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:37]</strong></p>\n\n\n\n<p>I hope that some of you feel inspired to stop by and see what the team is up to learn something new about WordPress or contribute a little something yourself. And with that, I&#8217;ll bring us home with the small list of big things. First thing, there was a freshly pressed minor release last week. You probably didn&#8217;t notice it.</p>\n\n\n\n<p>It probably went quite smoothly in the background and never interrupted you at all. However, if you want to read what was in it, you can head to wordpress.org/news now, or click on the link in the show notes.&nbsp;</p>\n\n\n\n<p>Second thing, is that coming up at the end of this week, September 9th, 2022, WordCamp US is back and ready to help broaden your WordPress knowledge. If you will be there, I hope it is a wonderful time, but if you won&#8217;t be there in person, I&#8217;ll include a link to register for the live stream, or you can watch all of those sessions afterward on wp.tv or the WordPress YouTube channel.</p>\n\n\n\n<p>Third thing on our list of small list of big things is that WordPress Translation Day is coming up. That&#8217;s normally at the end of September, it coincides with a global day of appreciation for translators just generally across the world. And so that is coming, it&#8217;s normally around the 28th or so.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:55]</strong></p>\n\n\n\n<p>So put that in your calendars. As soon as I have any information, as soon as I have a link to share with you all, I will have that for you as well.&nbsp;</p>\n\n\n\n<p>And the final thing on my list today is that if you are hoping to speak at WordCamp Asia, 2023, you have 10 more days, September 15th, 2022**, to apply for that.</p>\n\n\n\n<p>We need topics of all sorts, from security hardening and backend development to entrepreneurial best practices, WordPress out of the box all the way back around to the importance of securing open source freedom. Even when people don&#8217;t know they need them. If you&#8217;ve got something you&#8217;re a bit passionate about, something that you are a passionate expert about especially, we want to see your application. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><br>** <em><strong>Special note: the deadline to apply as a speaker to WordCamp Asia was extended to September 30th, 2022, after the recording of this episode.</strong></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13425\";s: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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2022 21: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13385\";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:135:\"The latest People of WordPress story features trainer Bud Kraus, from the United States, talking about the software and how he uses it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14109:\"\n<p><strong>This month, as we approach <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a>, we feature Bud Kraus, a WordPress trainer who has made a career in helping others learn about software. He also shares how he has developed an approach to using technology in order to overcome longstanding difficulties with his eyesight.</strong></p>\n\n\n\n<p><strong>In this People of WordPress series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=1014%2C627&#038;ssl=1\" alt=\"Bud Kraus playing the guitar\" class=\"wp-image-13341\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?w=1014&amp;ssl=1 1014w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=300%2C186&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus</em> with his guitar</figcaption></figure>\n\n\n\n<h2>Teaching WordPress strengthens your understanding</h2>\n\n\n\n<p>Bud has taught web design since 1998, with students from more than 80 countries online or in person. He was determined not to let his sight difficulties stop him from his wish to  help others learn website building and maintenance skills.   </p>\n\n\n\n<p>As WordPress evolves and new features release, Bud decided to extend his training services around helping new and existing users improve and practice their skills. He supports others in open source through volunteering to speak at WordPress events, and encourages others to do so too. He also gives time to help produce material for the free-to-access resource <a href=\"https://learn.wordpress.org/\">Learn WordPress,</a> which is part of the WordPress.org project.&nbsp;</p>\n\n\n\n<p>As a contributor to the <a href=\"https://make.wordpress.org/test/\">Test</a> and <a href=\"https://make.wordpress.org/training/\">Training</a> teams, Bud is keen for others to try contributing to these areas and help support the project&#8217;s future development. One of his current training priorities is to help people with using the block editor and Full Site Editing. He is an advocate for the usability of WordPress today, saying: “I can design all aspects of a website now with a block.”</p>\n\n\n\n<h2>Using WordPress as a traditional developer</h2>\n\n\n\n<p>Bud’s WordPress journey began with a lunch at Grand Central Station in New York in 2009. A friend and former client was promoting the idea of using WordPress, which Bud initially resisted.</p>\n\n\n\n<p>“I’m a code guy…,” he told his friend at the time. “I will never use anything like that.”</p>\n\n\n\n<p>However, the friend persisted. Eventually, Bud gave it a try and found a new approach with things called themes and plugins. His first encounter was with <a href=\"https://wordpress.org/download/releases/\">WordPress 2.6</a>. Bud signed up with a hosting company and found a theme where he could learn to edit and understand child themes.</p>\n\n\n\n<p>He said: &#8220;Once I saw that you could edit anything and make it yours, I was hooked. The endorphins were freely coursing through my veins.&#8221; Bud was hooked.</p>\n\n\n\n<h2>Teaching WordPress strengthens your own understanding of the software</h2>\n\n\n\n<p>There’s an old saying that the best way to learn something new is to turn around and teach someone else.</p>\n\n\n\n<p>Bud was already an instructor at the Fashion Institute of Technology when he thought, “I could teach WordPress!”</p>\n\n\n\n<p>And so he did, packing classrooms all through those first years of WordPress as it swept through the design world and further.<br><br>But Bud had more to discover. He said: &#8220;Two big things were about to happen that were really going to change my life. They would show me the way to the WordPress community – not that I even knew what that was.&#8221;</p>\n\n\n\n<h2>Sharing lessons learnt with the WordPress community</h2>\n\n\n\n<p>In 2014, one of his students suggested he start going to the New York WordPress Meetup.&nbsp;</p>\n\n\n\n<p>As he started going to WordCamps in New York City, he realized that WordPress was getting very large. What’s more, it had a community of people with whom he felt at home and could learn alongside.</p>\n\n\n\n<p>Bud gave a talk for the first time in 2016 at the only WordCamp to this day that has been held at the United Nations. He shared his knowledge of “Lessons Learned: Considerations For Teaching Your Clients WordPress.”&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"952\" height=\"1024\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=952%2C1024&#038;ssl=1\" alt=\"Bud Kraus talking at a WordCamp\" class=\"wp-image-13340\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?w=952&amp;ssl=1 952w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=279%2C300&amp;ssl=1 279w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=768%2C826&amp;ssl=1 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus speaks at WordCamps to help people use the software even more effectively</em></figcaption></figure>\n\n\n\n<p>From there, Bud went on to speak at other WordCamps in the US. He also volunteered as a speaker wrangler for his home camp in New York City in 2018 and 2019.</p>\n\n\n\n<h2>From speaking to writing about WordPress</h2>\n\n\n\n<p>At some point before the Covid-19 lockdown, Bud found another outlet, this time in writing.&nbsp;</p>\n\n\n\n<p>Bud heard a magazine was advertising for submissions related to WordPress.&nbsp;His first attempted article did not make the cut.</p>\n\n\n\n<p>So in his second submission, Bud took the risk of writing about something deeply personal – a topic he really didn’t want to write about at all.</p>\n\n\n\n<p>He gathered his courage and revealed to the entire web design world that he was legally blind.</p>\n\n\n\n<p>The article appeared as&nbsp; <strong>“</strong><a href=\"https://www.smashingmagazine.com/2018/05/using-low-vision-teach-wordpress/\"><strong>Using Low Vision As My Tool To Help Me Teach WordPress</strong></a><strong>”.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"510\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=510%2C600&#038;ssl=1\" alt=\"Bud Kraus\" class=\"wp-image-13426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?w=510&amp;ssl=1 510w, https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=255%2C300&amp;ssl=1 255w\" sizes=\"(max-width: 510px) 100vw, 510px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Bud Kraus</figcaption></figure>\n\n\n\n<p>Since the age of 37, Bud has had macular degeneration in both eyes, which affects his central vision. It is a leading cause of legal blindness in the United States and many other countries.&nbsp;</p>\n\n\n\n<p>He relies on his peripheral vision and finding ways to compensate. He also tends to see things in a flat dimension and has a difficulty discerning contrast&nbsp; &#8211; he&nbsp; is glad there are starting to be improvements in color contrasts in web design!<br><br>He uses tools like Speech to Text, larger sized cursors and bigger font sizes, and heavily uses zooming back in and out when working with WordPress. He is able to recognize patterns but has to rely on detailed preparation and memorizing materials.&nbsp;</p>\n\n\n\n<p>In his first magazine article acknowledging this situation, he shared the added difficulties that technology creates for people with visual conditions, and tips that he had found to try and find alternative routes around them. He uses the technique of finding alternatives in his training work to help people learn and understand, realizing that all people have different ways of reading and understanding. His words and subsequent stories have inspired others and enabled more people to highlight accessibility. He describes himself as a ‘stakeholder in ensuring that the WordPress admin is accessible.’</p>\n\n\n\n<p>A year after its first publication, the piece became a WordCamp talk, ‘My Way with WordPress.’ The talk was a hit and started many conversations about accessibility and the importance of raising awareness.</p>\n\n\n\n<p>A few months later, he gave a Gutenberg talk at the first WordCamp Montclair. There was no way he could have done it from a laptop, so instead, he did it from his 27” desktop computer. </p>\n\n\n\n<p>Bud said: &#8220;It was a presentation on Gutenberg plugins. Since I couldn’t do this from a notebook screen (the screen is too small and the keyboard is hard for me to manipulate), it was decided that I would bring in my 27″ desktop machine to a WordCamp. I’m probably the first person to ever have done this. It was good thing I only lived a few miles away.&#8221;</p>\n\n\n\n<p>He added: “I sat behind my computer, did my thing, and every once in a while peered out to make sure people were still there.”</p>\n\n\n\n<h2>Different ways of contributing to WordPress</h2>\n\n\n\n<p>One of the main ways Bud supported the community around the software was through talks at WordCamps and helping others to speak. </p>\n\n\n\n<p>During the Covid-19 pandemic, he was keen to continue contributing when WordCamps were no longer meeting in person. He turned greater attention to supporting the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> resource, a free to use learning platform made by and for the community itself.&nbsp;</p>\n\n\n\n<p>More training materials on the block editor can be found on Learn WordPress and his WordCamp talks are available on <a href=\"https://wordpress.tv/?s=kraus&amp;speakers=bud-kraus\">WordPress.tv</a>.</p>\n\n\n\n<h2>Global reach and meaning through WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Bud Kraus with Josepha\" class=\"wp-image-13342\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus with Josepha Haden Chomphosy at WordCamp Montclair, NJ 2022</em></figcaption></figure>\n\n\n\n<p>Bud’s training materials and willingness to talk about accessibility have helped so many people find their way with WordPress. He in turn is an advocate for the community around open source.</p>\n\n\n\n<p>He said: “The software is really good, and the people are even better.” &nbsp;</p>\n\n\n\n<p>He added: “I get a sense of accomplishment whenever I launch a new or redesigned site. It’s also given me a great feeling to know that many people have learned WordPress around the world from my <a href=\"https://wordpress.tv/?s=kraus&amp;speakers=bud-kraus\">talks and presentations</a>. This might just be the most gratifying thing of all.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), and Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), for work on this feature. Thank you too to Bud Kraus (<a href=\'https://profiles.wordpress.org/trynet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>trynet</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the <em>People of WordPress</em> series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13385\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 6.0.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2022 19:39:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13346\";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:299:\"WordPress 6.0.2 is now available for download. This security and maintenance release features several updates since WordPress 6.0.1 in July 2022. You can review a summary of the key changes in this release by visiting https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5702:\"\n<p><strong>WordPress 6.0.2</strong> is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.2\">12 bug fixes on Core</a>, <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">5 bug fixes</a> for the Block Editor, and 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 6.0.2 is a short-cycle release. You can review a summary of the main updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-1/\">version 6.1</a> planned for November 1, 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.2.zip\">download WordPress 6.0.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2>Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:</p>\n\n\n\n<ul>\n<li>Fariskhi Vidyan for finding a possible SQL injection within the Link API.</li>\n\n\n\n<li><a href=\"https://hackerone.com/entropy1337\">Khalilov Moe</a> for finding an XSS vulnerability on the Plugins screen.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> of the WordPress security team, for finding an output escaping issue within <code>the_meta()</code>.</li>\n</ul>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.2 release was led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">@gziolo</a>.</p>\n\n\n\n<p>WordPress 6.0.2 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>,&nbsp;<a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/martinkrcho/\">eMKey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/huubl/\">huubl</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">marybaum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a>,&nbsp;<a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tommusrhodus/\">tommusrhodus</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13346\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"A New WordPress.org Homepage and Download Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Aug 2022 15:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=13321\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page redesign kickoff and shared mockups. Today, these new designs are going live! Like the News pages before them, these refreshed pages are inspired [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8395:\"\n<p>The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">redesign kickoff</a> and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">shared mockups</a>. Today, these new designs are going live! Like <a href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\">the News pages before them</a>, these refreshed pages are inspired by the jazzy look &amp; feel WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&#038;ssl=1\" alt=\"\" class=\"wp-image-13327\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=300%2C175&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=768%2C449&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1536%2C898&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?w=1710&amp;ssl=1 1710w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/\">new homepage</a> brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/download/\">new download page</a> greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.</p>\n\n\n\n<p>This redesign was made possible through great collaboration between Design, Marketing, and Meta teams. Thank you to everyone involved throughout this update:</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\'https://profiles.wordpress.org/abuzon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abuzon</a> <a href=\'https://profiles.wordpress.org/adamwood/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamwood</a> <a href=\'https://profiles.wordpress.org/adeebmalik/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adeebmalik</a> <a href=\'https://profiles.wordpress.org/alexandreb3/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alexandreb3</a> <a href=\'https://profiles.wordpress.org/alipawp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alipawp</a> <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a> <a href=\'https://profiles.wordpress.org/aniash_29/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>aniash_29</a> <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/colinchadwick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colinchadwick</a> <a href=\'https://profiles.wordpress.org/crevilaro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>crevilaro</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/dd32/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dd32</a> <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a> <a href=\'https://profiles.wordpress.org/eboxnet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eboxnet</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/elmastudio/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elmastudio</a> <a href=\'https://profiles.wordpress.org/fernandot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fernandot</a> <a href=\'https://profiles.wordpress.org/geoffgraham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geoffgraham</a> <a href=\'https://profiles.wordpress.org/iandunn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>iandunn</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a> <a href=\'https://profiles.wordpress.org/kellychoffman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kellychoffman</a> <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\'https://profiles.wordpress.org/maurodf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maurodf</a> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> <a href=\'https://profiles.wordpress.org/mikachan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikachan</a> <a href=\'https://profiles.wordpress.org/nikhilgandal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nikhilgandal</a> <a href=\'https://profiles.wordpress.org/pablohoneyhoney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pablohoneyhoney</a> <a href=\'https://profiles.wordpress.org/peakzebra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peakzebra</a> <a href=\'https://profiles.wordpress.org/poliuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>poliuk</a> <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a> <a href=\'https://profiles.wordpress.org/psmits1567/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psmits1567</a> <a href=\'https://profiles.wordpress.org/renyot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>renyot</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/ryelle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ryelle</a> <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a> <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a> <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a> <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a> <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a> <a href=\'https://profiles.wordpress.org/webdados/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webdados</a> <a href=\'https://profiles.wordpress.org/willmot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>willmot</a></p>\n\n\n\n<p>Your comments, including some <a href=\"https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/\">feedback from the 2016 redesign</a>, were taken into consideration with this work. Expect more updates to come as efforts to jazz up WordPress.org continue.</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:\"13321\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – July 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 08:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community. WordPress 6.1 development cycle is now published Mark your calendars! The WordPress 6.1 development cycle [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15049:\"\n<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href=\"https://make.wordpress.org/core/6-1/\">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href=\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href=\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href=\"https://wordpress.org/news/\">WordPress.org/News</a> and the <a href=\"https://wordpress.org/gutenberg/\">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">kicked off</a> on July 8, 2022, and the <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">development work</a> is already underway.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Take a look at the design mockups and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with ​​fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href=\"https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/\">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href=\"https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/\">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what&#8217;s new in this <a href=\"https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/\">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href=\"https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/\">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href=\"https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/\">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href=\"https://make.wordpress.org/performance\">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/\">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href=\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\">Carla Doria</a>, a customer support specialist from South America.</li><li><a href=\"https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/\">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WP Briefing celebrated <a href=\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Share your thoughts in this post</a>.</li><li>The <a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href=\"https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/\">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href=\"https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/\">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/\">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/\">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on all meetup members and organizers to <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href=\"https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/\">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href=\"https://profiles.wordpress.org/margheweb/\">Margherita Pelonara</a>, <a href=\"https://profiles.wordpress.org/simo70/\">Simona Simionato</a>, and <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>!</li><li><a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-supporters/\">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-support/\">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href=\"https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/\">Call for Speakers</a> and <a href=\"https://asia.wordcamp.org/2023/call-for-media-partners/\">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href=\"https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/\">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kathmandu.wordcamp.org/2022/\">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WP Briefing: Episode 37: The World of WordPress on World Wide Web Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Aug 2022 23:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13198\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Celebrating WWW Day, Josepha invites contributors from around the globe to share stories of how WordPress impacts their worlds. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/08/WP-Briefing-037.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23689:\"\n<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> &amp; <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a></li><li><a href=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a></li><li><a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a></li><li><a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a></li><li><a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a></li><li><a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a></li><li><a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a></li><li><a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a></li><li><a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call of Speakers &#8211; WordCamp Asia 2023</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13198\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39]&nbsp;</strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays &#8211; World Wide Web Day &#8211; which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let&#8217;s do some introductions.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a>, and I&#8217;m originally from a small town in west Michigan, now residing in Orlando, Florida.&nbsp;</p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/aliceorru/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a>. I&#8217;m Italian. I was born in the beautiful island of Sardinia, but I&#8217;ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>; Dee is short for Denise. I&#8217;m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a>, and I&#8217;ve just moved back to Vancouver, Canada.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:01:47]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a>. I&#8217;ve been using WordPress since 2015, and I&#8217;m from Nigeria. I&#8217;m from the Western part of Nigeria. Ijebu precisely.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a>. I am from the Philippines and I&#8217;ve been using WordPress since 2007.&nbsp;</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06]&nbsp;</strong></p>\n\n\n\n<p>Thank you. My name is <a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a> . And I&#8217;m from Ilesa, Osun State in Nigeria.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> and I&#8217;m from Bhutan. And I&#8217;m working with WordPress for more than five years.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22]&nbsp;</strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37]&nbsp;</strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15]&nbsp;</strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03]&nbsp;</strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it&#8217;s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself.&nbsp; There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it&#8217;s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29]&nbsp;</strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36]&nbsp;</strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it&#8217;s a community. It&#8217;s not a business. It&#8217;s not a company. It&#8217;s a community. It&#8217;s a community that&#8217;s always ready to help support, teach and encourage people. That&#8217;s how I felt when I joined the community. There&#8217;s always somebody who has your back.</p>\n\n\n\n<p>There&#8217;s always somebody who&#8217;s going to guide you. There&#8217;s always an expert who will take your hand and lead you into the beauty that is WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:06:05]&nbsp;</strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there&#8217;s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I&#8217;m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that&#8217;s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39]&nbsp;</strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She&#8217;s from Nigeria; her name is Mary Job, and she&#8217;s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it&#8217;s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group.&nbsp;</p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we&#8217;ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39]&nbsp;</strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal&nbsp; 00:07:47]&nbsp;</strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I&#8217;ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven&#8217;t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there&#8217;s this instant, ‘Oh, we&#8217;re brothers,’ or&nbsp; ‘Oh, we&#8217;re sisters!’ You know? There&#8217;s that feeling? That&#8217;s how I feel.&nbsp;</p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I&#8217;m like, ‘Oh yeah, we&#8217;re, kin.’ You know? We are family. That&#8217;s how I feel when I meet people who do WordPress. And I&#8217;ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he&#8217;s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I&#8217;ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12]&nbsp;</strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It&#8217;s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a &#8220;tribe&#8221; meeting, where I think people [can] get more connected. It&#8217;s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51]&nbsp;</strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place &#8211; it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong>&nbsp;</p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here&#8217;s a chance to name the three programs that we&#8217;ve been working on this year. So as mentioned a few times, we have our <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you&#8217;ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn&#8217;t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that&#8217;s the Diverse Speaker channel <a href=\"https://wordpress.slack.com/archives/C028SE81N3H\">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I&#8217;ll try to remember the new change it&#8217;s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We&#8217;ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We&#8217;ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13]&nbsp;</strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it&#8217;s nice to meet new people. It&#8217;s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That&#8217;s how they do their, their meetings, their discussions. It&#8217;s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn&#8217;t accessible.&nbsp;</p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you&#8217;re living in the city, when you&#8217;re living in the provinces, in the country. So it&#8217;s so many things that you learn about people and how they&#8217;re able to adapt.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong>&nbsp;</p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they&#8217;re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it&#8217;s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson&#8217;s terms that might not be as familiar.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17]&nbsp;</strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been &#8211; has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I&#8217;ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it&#8217;s making to the world and I, and that&#8217;s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I&#8217;ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that&#8217;s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it&#8217;s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that&#8217;s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It&#8217;s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24]&nbsp;</strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we&#8217;ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you&#8217;d like, and there are also directions on how to request support, if you are part of an underrepresented group.&nbsp;</p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That&#8217;s taking place in February, 2023. But it&#8217;s never too early to brush up those presentations and get them submitted.&nbsp;</p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I&#8217;ll have a link to the full write up in the show notes so that you don&#8217;t have to guess or hold it all in your memory.&nbsp;</p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that).&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And next up I&#8217;ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Carla Doria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Jul 2022 19:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13201\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12025:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br>Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes.&nbsp;While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident&nbsp; she could learn things on her own.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br><br>“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind.&nbsp;</p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-13189\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize.&nbsp;&nbsp;</p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href=\"https://www.meetup.com/Cochabamba-WordPress-Meetup/\">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"684\" height=\"391\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&#038;ssl=1\" alt=\"The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks.\" class=\"wp-image-13236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?w=684&amp;ssl=1 684w, https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=300%2C171&amp;ssl=1 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>WordPress meeting in Cochabamba explored creating your website with blocks</em></figcaption></figure>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with&nbsp;vast experience with WordPress to people with no experience but who wanted to learn.&nbsp;</p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&#038;ssl=1\" alt=\"Carla reading a book under a tree\" class=\"wp-image-13191\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href=\"https://mexicocity.wordcamp.org/2019/\">2019</a> and <a href=\"https://mexicocity.wordcamp.org/2020/\">2020</a>, <a href=\"https://guayaquil.wordcamp.org/2019/\">WordCamp Guayaquil 2019</a>, and <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"977\" height=\"419\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&#038;ssl=1\" alt=\"WordCamp Cochabamba\'s logo with blue and grey lettering and a hat\" class=\"wp-image-13228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?w=977&amp;ssl=1 977w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=300%2C129&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=768%2C329&amp;ssl=1 768w\" sizes=\"(max-width: 977px) 100vw, 977px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href=\"https://cochabamba.wordcamp.org/2021/\">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.”  </p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href=\'https://profiles.wordpress.org/carlisdm/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jul 2022 11:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13162\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"Thinking of contributing to WordPress? Josepha Haden Chomphosy guides you through the five stages of contribution on the latest episode of the WP Briefing podcast! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-036.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16474:\"\n<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner&#8217;s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/performance\" data-type=\"URL\" data-id=\"make.wordpress.org/performance\">Performance Team Information</a></li><li><a href=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\">WordCamp US Contributor Day Table Lead Info</a></li><li><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">Call for Testing #15: Category Customization </a></li><li><a href=\"https://europe.wordcamp.org/2019/contributor-orientation-tool/\">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13162\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I&#8217;m going to assume that since you listen to this podcast, you&#8217;re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything.&nbsp;</p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43]&nbsp;&nbsp;</p>\n\n\n\n<p>I&#8217;m a roadmap sort of person. So I&#8217;m going to start by sharing the stages I&#8217;ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I&#8217;ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration.&nbsp;</p>\n\n\n\n<p>All right, the five stages. So these are they:&nbsp;</p>\n\n\n\n<ol><li><strong>Connecting</strong>. That&#8217;s when you&#8217;re first learning about the community. You know WordPress exists, but now you&#8217;ve just discovered that the community exists. That&#8217;s where you are.&nbsp;</li><li>The second phase is <strong>Understanding</strong>. It&#8217;s when you are researching the community, like, you know it exists, you think you want to give back, and so you&#8217;re trying to figure out where everything is.&nbsp;</li><li>The third phase is what I call <strong>Engaging</strong>. It&#8217;s when you&#8217;re first interacting, you&#8217;ve downloaded the CMS, you have figured out which team you think you&#8217;re interested in, and you&#8217;re headed to events or meetings or whatever.&nbsp;</li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that&#8217;s when you&#8217;ve decided that you&#8217;re gonna volunteer and you&#8217;re gonna take some action. You&#8217;re going to like a contributor day or running a release or whatever. I think that&#8217;s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that.&nbsp;</li><li>And then phase five, which is the <strong>Leading</strong> phase. That&#8217;s when you&#8217;re taking responsibility for things getting done.&nbsp;</li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08]&nbsp;&nbsp;</p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they&#8217;re really struggling, it&#8217;s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it&#8217;s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they&#8217;re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31]&nbsp;&nbsp;</p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress&#8217;s success, but in that leadership area, you&#8217;re kind of taking responsibility for 40% of the web or whatever&#8217;s going on there. And not a lot of people make it there, and that is completely fine, too. So that&#8217;s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It&#8217;s almost never intentional, but from what I&#8217;ve observed, that&#8217;s what makes it really difficult to get started and what makes it difficult to keep going once you&#8217;ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it&#8217;s guided exploration time.&nbsp;</p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you&#8217;ve just learned the community exists, people are talking about it, you don&#8217;t know much more. The first step for you is asking yourself what it is you could do. Or if there&#8217;s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36]&nbsp;&nbsp;</p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running.&nbsp;</p>\n\n\n\n<p>So once you&#8217;ve asked yourself those things, it&#8217;s on to phase two, the understanding phase. This is when you&#8217;re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit.&nbsp;</p>\n\n\n\n<p>So if you said that you&#8217;re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you&#8217;re good at working with code PHP or JavaScript, you&#8217;re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46]&nbsp;&nbsp;</p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that&#8217;s where you&#8217;ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that&#8217;s your phase two.&nbsp;</p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we&#8217;re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it&#8217;s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you&#8217;ve got a sense for the team that looks right. There are two things that you do next.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]&nbsp;&nbsp;</p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they&#8217;re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you&#8217;re there and you&#8217;re observing. Folks will welcome you and just kind of give you some concept of what they&#8217;re working on. Easy as that. You&#8217;ve done your first time meeting attendance.&nbsp;</p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you&#8217;re new and you&#8217;re just trying to figure out where you are and what you wanna do.&nbsp;</p>\n\n\n\n<p>If you&#8217;ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations!&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37]&nbsp;&nbsp;</p>\n\n\n\n<p>Phase four is the phase where you&#8217;ve decided you&#8217;re brave enough to volunteer &#8211; to do some contribution. You&#8217;re volunteering your time. That&#8217;s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There&#8217;s this feeling that you can&#8217;t say that you&#8217;re gonna do something. That you can&#8217;t just assign something to yourself and say that you&#8217;re gonna do it. But in open source projects, you always can. You find a task where you&#8217;re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it&#8217;s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I&#8217;m talking things like, &#8216;I will test that patch that you mentioned in the meeting.&#8217; Or &#8216;I will review the docs and make sure that they&#8217;re up to date with the most recent release.&#8217; Or &#8216;I can help run meetings for the next release.&#8217;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40]&nbsp;&nbsp;</p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don&#8217;t mean leading in the 1950s sort of way, where you have like a corner office and you&#8217;re ordering people around. I mean, in the warm, inviting millennial way where you&#8217;re leading by inspiring people to do something or you&#8217;re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you&#8217;re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn&#8217;t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn&#8217;t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won&#8217;t instantly make them a contributor.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46]&nbsp;&nbsp;</p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it&#8217;s been a while since you contributed and you&#8217;re thinking about returning, or if you&#8217;ve been listening to me for a while and you&#8217;re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20]&nbsp;&nbsp;</p>\n\n\n\n<p>Let&#8217;s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they&#8217;re meeting, what they&#8217;re aiming to get into the WordPress 6.1 release, and if that&#8217;s something that you would like to contribute to.&nbsp;</p>\n\n\n\n<p>The second thing is that there&#8217;s a brand new call out for testing. This time it&#8217;s focused on templates and retroactively applying them to an entire category of posts. So it&#8217;s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today&#8217;s podcast, we are looking for table leads for WordCamp US’ contributor day that&#8217;s coming up in September. There&#8217;s a whole blog post about it, I&#8217;ll link to it in the show notes so that you&#8217;ll have all the info and can raise your hand if you want.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of things that I&#8217;ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn&#8217;t make any sense to you and you just need something to direct you specifically to potential teams, I&#8217;m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 16:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting WordPress.org/news.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5452:\"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.1.zip\">download WordPress 6.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 35: Five for the Future’s True Intentions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13132\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-035.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14788:\"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>Today I&#8217;m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today&#8217;s episode. It&#8217;s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it&#8217;s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come.&nbsp;</p>\n\n\n\n<p>But I also bring it up today because there&#8217;s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46]&nbsp;&nbsp;</p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it&#8217;s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you&#8217;re defining it, it is an aspiration, not a requirement.&nbsp;</p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you&#8217;ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It&#8217;s all coming from generosity of heart.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you&#8217;re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one&#8217;s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06]&nbsp;&nbsp;</p>\n\n\n\n<p>So that&#8217;s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people&#8217;s wordpress.org profiles.&nbsp;</p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don&#8217;t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up.&nbsp;</p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30]&nbsp;&nbsp;</p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it&#8217;s worth that discussion then also raised a third question that I don&#8217;t think we&#8217;ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it&#8217;s a great question. I don&#8217;t have an answer and just so that I don&#8217;t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion.&nbsp;</p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it&#8217;s recognition of the other people who helped to solve a problem along the way. That is what props are.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47]&nbsp;&nbsp;</p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it&#8217;s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that&#8217;s also why I&#8217;d like to automate more and more of them so that you don&#8217;t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51]&nbsp;&nbsp;</p>\n\n\n\n<p>So the second question that I&#8217;ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won&#8217;t be able to see every contribution to WordPress, but that doesn&#8217;t mean that they aren&#8217;t valuable. And it doesn&#8217;t mean that they don&#8217;t matter.&nbsp;</p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don&#8217;t have to do a super ton of them before someone has noticed that you&#8217;ve done even one of them.&nbsp;</p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don&#8217;t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don&#8217;t think that&#8217;s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I&#8217;m so glad you&#8217;re here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that&#8217;s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it&#8217;s not about assessing the worthiness of people or companies or any of their contributions. For me, it&#8217;s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I&#8217;m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we&#8217;re looking at. And so you&#8217;ll be able to find those in the show notes, or you can go to wordpress.org/news if you&#8217;re listening to this in a podcast player of your choice that is not wordpress.org.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it&#8217;s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I&#8217;m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below.&nbsp;</p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That&#8217;s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes.&nbsp;</p>\n\n\n\n<p>It&#8217;s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it&#8217;s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there&#8217;s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13069\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&#160; WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13069\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11765:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&#038;ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&amp;ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&amp;ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&amp;ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13013\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-034.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Episode 33: Some Important Questions from WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jun 2022 11:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing podcast. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-033.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L&#8217;esprit de l&#8217;escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04]&nbsp;</p>\n\n\n\n<p>Honestly, it&#8217;s not a secret. It&#8217;s a big part of our business. And I think it&#8217;s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32]&nbsp;</p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That&#8217;s my crush, haha, because I love terminal. I love doing it. I&#8217;m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that&#8217;s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing– the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36]&nbsp;</p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l&#8217;esprit de l&#8217;escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I&#8217;m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn&#8217;t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn&#8217;t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you&#8217;re selecting multiple blocks and allow for easy side-by-side layouts. I&#8217;m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it&#8217;s harder to commit to prioritizing that over, for my example, translating WordPress core.&nbsp;</p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don&#8217;t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that&#8217;s recognized as in thank, not recognize as in, know it exists. In case it&#8217;s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work.&nbsp;</p>\n\n\n\n<p>And now the third question I&#8217;d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn&#8217;t really help anyone who&#8217;s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren&#8217;t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I&#8217;ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well.&nbsp;</p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41]&nbsp;</p>\n\n\n\n<p>Yeah, it&#8217;s definitely great to be back in person. Um, it&#8217;s been a long two years, two or three years for a lot of people and it&#8217;s, it&#8217;s, it&#8217;s great that we&#8217;re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can&#8217;t replace, like making friends with people and learning people&#8217;s demeanors and having some discussions in person that you can&#8217;t replace.</p>\n\n\n\n<p>And so, uh, I&#8217;m really excited to see people I haven&#8217;t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21]&nbsp;</p>\n\n\n\n<p>Which then brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It&#8217;s an experience that is absolutely irreplaceable. So I&#8217;ll link to that in the show notes, in case you&#8217;ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I&#8217;ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that&#8217;s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it&#8217;s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss &amp; Héctor Prieto </strong>00:09:11]&nbsp;</p>\n\n\n\n<p>Hello! Mic test. One, two, one, two.&nbsp;</p>\n\n\n\n<p>We are testing the USB microphone. Let&#8217;s hope we&#8217;re using it actually.&nbsp;</p>\n\n\n\n<p>I think so. I think so.&nbsp;</p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes.&nbsp;</p>\n\n\n\n<p>And I am sitting in the same spot.&nbsp;</p>\n\n\n\n<p>Good. Hello?&nbsp;</p>\n\n\n\n<p>Hello!&nbsp;</p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I&#8217;m close to the mic. I&#8217;m far from the mic.&nbsp;</p>\n\n\n\n<p>I&#8217;m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2022 11:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12993\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12516:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn&#8217;t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven&#8217;t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on ​​an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2022 17:51:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12946\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14883:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p>\n<cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;WordPress and any other software package exist to serve people.&#8221;</p>\n<cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&#038;ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.&#8221;</p>\n<cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&#038;ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped &#8216;fuel the transitions&#8217; through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12940\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Santana Inniss and Chloé Bringmann Song: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-032.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&amp;btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&amp;keywords=Humble+Inquiry&amp;qid=1653587884&amp;s=books&amp;sprefix=humble+inquiry%2Cstripbooks%2C63&amp;sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I&#8217;ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there&#8217;s also like a chunk that&#8217;s about cross-cultural group theory and economics, and then like some beach reads, but there&#8217;s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that&#8217;s a group that&#8217;s sort of like a back-to-FOSS basics list. So I&#8217;ll share my top few with you in case you want to pack a copy for your next getaway.&nbsp;</p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y&#8217;all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone&#8217;s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven&#8217;t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress&#8217;s basic philosophies. It&#8217;s all available online, under a creative commons, ShareAlike license. And so it&#8217;s worth the read. I&#8217;ll put a link to it in the show notes so it&#8217;s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that&#8217;s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it&#8217;s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn&#8217;t necessarily mean that you will have a similar experience. And so I&#8217;m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you&#8217;re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who&#8217;ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it&#8217;s often hard to understand it if you don&#8217;t have those practical applications. And so that is why this one is on my read and reread list this year.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I&#8217;m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I&#8217;m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year.&nbsp;</p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we&#8217;ve come sometimes. I talk about our work frequently. And I talk about what we&#8217;re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we&#8217;re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it&#8217;s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let&#8217;s see what we got in the old lineup today.&nbsp;</p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it&#8217;s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I&#8217;ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter.&nbsp;</p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I&#8217;ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn&#8217;t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it&#8217;s an item cause it&#8217;s in this list, but it&#8217;s less of, like, a thing to know and more of a general thing to be aware of. It&#8217;s a general awareness item. There&#8217;s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who&#8217;s looking at this all day every day that, yeah, it&#8217;s a lot. And it&#8217;s hard to get your bearings. So if you have a team that you contribute to already, don&#8217;t forget to reach out to each other, just to check-in. Sometimes we don&#8217;t think to ask for help. Sometimes we don&#8217;t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone&#8217;s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:58294:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&amp;ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&amp;ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to &#8220;Arturo&#8221;</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.&nbsp;</p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&amp;ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching&nbsp;</h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&amp;ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release:&nbsp;</p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&amp;ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include:&nbsp;</p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance.&nbsp;</li><li>New border controls offer a simpler way to set your border exactly as you like it.&nbsp;</li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&amp;ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil &#214;ztaşer</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jmele</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">Jos&#233; Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh (WP Lovers)</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Tran Ngoc Tuan Anh</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"WP Briefing: Episode 31: Open Source &amp; Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12855\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-031.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability  </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel  </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]&nbsp;</p>\n\n\n\n<p>Y&#8217;all, we&#8217;ve got an absolutely jam-packed couple of weeks in WordPress. We&#8217;ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That&#8217;s also what they&#8217;re doing. I&#8217;ll share some of those highlights in today&#8217;s small list of big things, but I did want to specifically call out something that&#8217;s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27]&nbsp;</p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I&#8217;m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15]&nbsp;</p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it&#8217;s me and the mouse in my pocket—we in the WordPress community that&#8217;s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I&#8217;d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it&#8217;s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don&#8217;t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn&#8217;t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I&#8217;m like, &#8220;all right, let&#8217;s write this blog post and this can definitely work. Right?&#8221; And then you finish the blog post to hit send, and you&#8217;re like, &#8220;this is not going to work.&#8221;</p>\n\n\n\n<p>But I wasn&#8217;t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, &#8220;this is a great idea. Let&#8217;s make it happen.&#8221;</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you&#8217;re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn&#8217;t work very well. Well, that&#8217;s, that&#8217;s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It&#8217;s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I&#8217;d look back at old code and be like, &#8220;oh, I suck,&#8221; you know, or write an email even and you look back on it a day later and are like &#8220;what a stupid email, how stupid am I?&#8221; You know?  But I look back on that one after ten years; I was scared to look at it because I&#8217;m like, it must&#8217;ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened &#8211; to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it&#8217;s kinda nice, though, to look back and be like, &#8220;oh, I used to be much dumber.&#8221;</p>\n\n\n\n<p>Cause then you&#8217;re like, look how far I&#8217;ve come. I&#8217;m no longer that dumb. I&#8217;m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I&#8217;m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it&#8217;s not enough. It&#8217;s certainly improved a lot.  I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I&#8217;d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there&#8217;s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they&#8217;re scared that they&#8217;re going to be told that &#8220;no, it&#8217;s not accessible,&#8221; or that they&#8217;re going to say the wrong word or offend somebody. So I&#8217;d say that there&#8217;s some degree of trepidation, but also developers, and it&#8217;s not just developers, designers, and product people. There&#8217;s so much to learn, and it&#8217;s like, &#8220;oh God, there&#8217;s another piece that I have to learn.&#8221; </p>\n\n\n\n<p>And I&#8217;m so glad that you invited me on this podcast because it&#8217;s the developers that, you know, I am a developer, not anymore, I haven&#8217;t touched code in years, but that&#8217;s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don&#8217;t mind, I&#8217;m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I&#8217;ve had over the years, it frequently has to do with visual things. Because it&#8217;s just screens all day, right? And that&#8217;s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you&#8217;re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you&#8217;re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we&#8217;re going through it from the beginning to the&nbsp;end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that&#8217;s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I&#8217;m including the, you know, the product people, the designers, and the developers.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We&#8217;re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50]  </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they&#8217;re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don&#8217;t remember the exact thing cause it&#8217;s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it&#8217;s if there&#8217;s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that&#8217;s really great when you&#8217;re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I&#8217;m included in that population. And I can say that when you&#8217;re over 50, you know, I&#8217;ve got clouds in my eyes.</p>\n\n\n\n<p>I don&#8217;t know where they came from, but they definitely make it harder to see. When I&#8217;m in a restaurant, I can&#8217;t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won&#8217;t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people&#8217;s minds with disability. And they&#8217;ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they&#8217;re like, &#8220;well, I don&#8217;t even know any people in that category possibly,&#8221; and as a result, they&#8217;re like, &#8220;well, how important is this?&#8221; Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it&#8217;s because they don&#8217;t realize that everybody has different abilities. And so, I&#8217;m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I&#8217;ve, and I do this in some of my presentations. I play that, that sound. And usually, it&#8217;s Laurel for me, but sometimes it&#8217;s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There&#8217;s a different kind of blindness. If you try and remember, let&#8217;s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I&#8217;ve been asking people, and I&#8217;d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It&#8217;s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I&#8217;m like, Woah, so maybe I&#8217;m blind in a way. Right? So how do you see it? How do you remember things?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I&#8217;m a, I&#8217;m a real visual person and a tactile person. And so, like if I interacted with someone, I&#8217;m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don&#8217;t, I don&#8217;t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don&#8217;t have mental pictures.&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don&#8217;t have an inner dialogue.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don&#8217;t understand that either,&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you&#8217;re presenting all of this information.</p>\n\n\n\n<p>And if you don&#8217;t pay attention to accessibility, you&#8217;re really just missing out. And then there&#8217;s colorblindness. If you&#8217;re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I&#8217;m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you&#8217;re not good at your job. I mean, I don&#8217;t mean to say it in an offensive way, but you&#8217;re not good at your job if you&#8217;re unaware. If you break a rule on purpose, great. But if you don&#8217;t know the rule, it&#8217;s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you&#8217;re not doing it as a charity. You&#8217;re doing it because you care about your users, and you care about your craft, and you want to build things well, and it&#8217;s a necessity. And I think that this is the kind of message that our community needs to hear.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it&#8217;s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility?  &nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that&#8217;s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don&#8217;t, we talk about accessibility a lot, but I don&#8217;t want to. It&#8217;s part of the plumbing for us. We&#8217;ve made it part of the plumbing, and I can tell you it&#8217;s a struggle to take accessibility and make it part of an organization, even when you&#8217;re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they&#8217;re learning because they&#8217;re improving their craft.</p>\n\n\n\n<p>And design is typically where there&#8217;s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it&#8217;s really about the approach because UX and design it&#8217;s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it&#8217;s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven&#8217;t run into somebody that has that disability and therefore you build it better, and it&#8217;s, it&#8217;s completely blown their mind. They love it. They love doing it. And I&#8217;m not hiring people with accessibility coming in. We&#8217;re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it&#8217;s interesting that you talk about empathy as part of being able to make sure that you&#8217;re creating something that&#8217;s accessible because I actually feel like empathy is. Like it&#8217;s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don&#8217;t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, &#8220;does this make that experience better or worse?&#8221; is the more sustainable option from my perspective, this is specifically leadership. Still, I think it&#8217;s true for accessibility as well, and probably product design as a whole, but it&#8217;s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What&#8217;s your thought on that? I think you kind of agree based on what your answer was&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can&#8217;t never about us without us, as the common saying, and we&#8217;ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we&#8217;re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we&#8217;re like, all right, they were smart. They said, &#8220;vet this with users for us, please,&#8221; because they didn&#8217;t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we&#8217;re blown away, always blown away because there are so many things you just don&#8217;t know unless you&#8217;ve lived with a particular disability. You can&#8217;t guess, and you&#8217;ve got to speak to your users and a wide variety of them. &nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it&#8217;s a personal passion of mine, so I&#8217;m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can&#8217;t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you&#8217;ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I&#8217;m sure you&#8217;re familiar with The Onion, the satirical clip, there&#8217;s the Blind Onion. And they tweet out, &#8220;Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.&#8221; And that really hurt at the time, but at the same time, and I was told to ignore it, don&#8217;t worry about it, but I&#8217;m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn&#8217;t too to just give everybody an opportunity to say, &#8220;Hey, look at what we&#8217;re doing,&#8221; and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I&#8217;ve created a state of accessibility report that through my company, we&#8217;re able to run for a few years, and it&#8217;s not, you know, the state is not great.</p>\n\n\n\n<p>And I&#8217;m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you&#8217;re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there&#8217;s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It&#8217;s really important because even the frameworks that try to pay attention to accessibility. You&#8217;ll often see that people from the community will provide examples, and they&#8217;re inaccessible. And it&#8217;s really sad when you see that because so many people are just copy-pasting. That&#8217;s typically how it works, and they&#8217;re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we&#8217;re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it&#8217;ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We&#8217;re about to announce the next one, but we&#8217;re still two weeks away.</p>\n\n\n\n<p>So I can&#8217;t say anything yet, but yeah, we&#8217;re, uh, we&#8217;re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress&#8217;s what percent of the web right now? 43%? So there you go. That&#8217;s so many people.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I&#8217;m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good&nbsp;ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let&#8217;s what keeps you up at night when it comes to the state of accessibility?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it&#8217;s, it&#8217;s a monster.</p>\n\n\n\n<p>It&#8217;s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they&#8217;re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that&#8217;s, that&#8217;s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we&#8217;ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that&#8217;s I put it in my tagline in my email like that&#8217;s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you&#8217;ve accomplished so far is what you accomplish, you feel still like you&#8217;ve had an impact?</p>\n\n\n\n<p>I feel like you have had&nbsp;an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I&#8217;m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I&#8217;m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it&#8217;s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it&#8217;s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we&#8217;re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don&#8217;t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I&#8217;ll just record it live. And so. You know you&#8217;ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12840\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available!&nbsp;</p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 &#8211; just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>.&nbsp;&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2022 15:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12816\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10652:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-11 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-12 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2022 17:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate&nbsp;<br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/05/wordpress-6-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 16:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update &#8211;version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in &#8216;Singular&#8217; editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don&#8217;t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 13:03:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12742\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/04/WP-Briefing-030.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner&#8217;s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow&#8217;s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you&#8217;re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing.&nbsp;</p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that&#8217;s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we&#8217;re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She&#8217;s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what&#8217;s going into the 6.0 release, her role in that process, and then we&#8217;ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I&#8217;d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I&#8217;m excited to have you here. If I understand, you are working on the design side of things with the release. So why don&#8217;t you tell me a little bit about the role you&#8217;ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I&#8217;m kind of the first person to step in over the past few releases. And I think that&#8217;s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I&#8217;m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who&#8217;ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I&#8217;m most excited about the style switcher within the global styles panel. Um, so if folks still don&#8217;t know what I&#8217;m talking about there, it&#8217;s the ability to change between different variations of the theme.json without actually switching the theme.&nbsp;</p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they&#8217;re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know!&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It&#8217;s a really high contrast, bold variation. It&#8217;s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That&#8217;s excellent. So for folks who do not know what we&#8217;re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I&#8217;ll put a link to both the classic and block-based versions in our show notes, but you&#8217;ll want to use the block-based version to look at these style variations that Channing has mentioned here.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we&#8217;re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it&#8217;s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we&#8217;re talking about the Twenty Twenty-Two default theme, when we&#8217;re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there&#8217;s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business.&nbsp;</p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users.&nbsp;</p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That&#8217;s a great question. I think it&#8217;s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That&#8217;s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we&#8217;re introducing some interface UI around block locking, but also there&#8217;ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we&#8217;ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that&#8217;s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I&#8217;m sure that I can find a link for us in our show notes below as well. If for anyone who&#8217;s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors?&nbsp;</p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won&#8217;t break your website’.&nbsp;</p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client&#8217;s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I&#8217;m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It&#8217;s such a long-requested feature. I mean, we&#8217;ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it&#8217;s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that&#8217;s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it&#8217;s not <em>that</em> kind of ‘maintainer.’ So if you&#8217;re a WordPress contributor and we said maintainers there, um, just know that that&#8217;s not what we&#8217;re referring to. If you don&#8217;t know what I&#8217;m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there&#8217;s, ya know….&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn&#8217;t mean you, but I did mean <em>you</em>, which makes it harder. I know.&nbsp;</p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it&#8217;s not something that you just were gone in one release and then it all gets released and then it&#8217;s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:14:06] </p>\n\n\n\n<p>It&#8217;s something that has to be staggered across many releases, and there&#8217;s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there&#8217;s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn&#8217;t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it&#8217;s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you&#8217;re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could,&nbsp;</p>\n\n\n\n<p>Like, there are always things that you can&#8217;t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who&#8217;s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it&#8217;s all a big, big undertaking to understand what is happening and where it happens. And so there&#8217;s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren&#8217;t around the last time, that WordPress was, was this experimental in public, like it&#8217;s always been open source. It&#8217;s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don&#8217;t be mad. It&#8217;ll be… we&#8217;re coming for it. We&#8217;re going to fix it. Like, that&#8217;s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don&#8217;t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer.&nbsp;</p>\n\n\n\n<p>And it&#8217;s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn&#8217;t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project.&nbsp;</p>\n\n\n\n<p>Right now, we&#8217;re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there&#8217;s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren&#8217;t going out too early.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there&#8217;s always that difficulty, we&#8217;re going to just leap right into open source areas now. There&#8217;s always that difficulty around, like, there&#8217;s this concept that when, like, we always want to ship something that doesn&#8217;t break backward compatibility when possible, we don&#8217;t want to ship vulnerabilities. Like, that&#8217;s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that&#8217;s not our best, but like it skates, right?&nbsp;</p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that&#8217;s kind of where we&#8217;ve got to aim some days.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:19:46] </p>\n\n\n\n<p>And that&#8217;s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was.&nbsp; But, like, as big a change as those represented, it still skates. And that&#8217;s, I think what makes the work especially hard, especially nuanced. And like, we haven&#8217;t gotten together as human beings in two years. And so sometimes people just kind of forget there&#8217;s a human being back there.</p>\n\n\n\n<p>We&#8217;re humans. Everyone be nice. Yeah. I don&#8217;t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was  2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we&#8217;ve ever experienced in life.</p>\n\n\n\n<p>That&#8217;s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it&#8217;s kind of terrifying that you&#8217;re leaping on me in this—like you&#8217;re scaring me a lot right now. And that was quite a thing to say to like, all these… it&#8217;s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that&#8217;s a real sign of growth in the project. Like when I first started contributing, I don&#8217;t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That&#8217;s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It&#8217;s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven&#8217;t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that&#8217;s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You&#8217;re not expected to be an expert-expert in every single domain. It&#8217;s okay to say, I don&#8217;t really have a good idea or a good concept of this feature. I don&#8217;t have a good feeling for it. What do other folks think?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you&#8217;re over-communicating, it&#8217;s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that&#8217;s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don&#8217;t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it&#8217;s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That&#8217;s when we have the opportunity to make what we&#8217;re offering to the world more solid and always better.&nbsp;&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it&#8217;s the, one of the most lovely things about the WordPress community. There&#8217;s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about.&nbsp;</p>\n\n\n\n<p>I think that&#8217;s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it&#8217;s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don&#8217;t have to, if you don&#8217;t want to, not everyone has like a final sign off.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I&#8217;m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer&#8217;s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that&#8217;s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that&#8217;s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that&#8217;s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week.&nbsp;</p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you&#8217;re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you&#8217;re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30]&nbsp;</p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you&#8217;ve never heard of a contributor day, then I&#8217;ll include a link to the beginner&#8217;s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I&#8217;m really excited about this. It&#8217;s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you&#8217;ve not been over there lately, if you&#8217;re not super sure what I&#8217;m talking about, there&#8217;s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 29 Sep 2022 02:30:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 27 Sep 2022 19:36:16 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20220927231243\";}','no'),(54993,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1664461847','no');
INSERT INTO `wp_options` VALUES (54994,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Post Status: WordPress 6.1 Beta 2  • Serverless WordPress • Annual Meetup Survey • Catalyst for Creativity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=125860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://poststatus.com/wordpress-6-1-beta-2-serverless-wordpress-annual-meetup-survey-catalyst-for-creativity/\";s: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:15590:\"<h2 id=\"h-this-week-at-wordpress-org-september-26-2022\">This Week at WordPress.org (September 26, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Help test WordPess 6.1 Beta 2! Check out the latest features that are coming in the 6.1 release. Learn how to run WordPress using WebAssembly, and take the Annual Meetup Survey to give feedback on events.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_b3b811-01\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Beta 2 </h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f192.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\">WordPress 6.1 Beta 2 Now Available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f920.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a1.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\">Core Editor Improvement: Catalyst for creativity and control</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f513.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">Client-side WebAssembly WordPress with no server</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2611.png\" alt=\"☑\" class=\"wp-smiley\" />︎ <a href=\"https://make.wordpress.org/community/2022/09/27/15-oct-survey-deadline/\">Annual Meetup Survey</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\">WordPress 6.1 Beta 2 Now Available</a></li><li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li><li><a href=\"https://central.wordcamp.org/news/2022/09/the-first-in-person-wordcamp-in-india-is-looking-for-speakers/\">The First In-Person WordCamp in India is Looking for Speakers!</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-3 wp-block-columns\">\n<div class=\"wp-container-1 wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/09/26/accessibility-team-meeting-notes-september-16-2022/\">Accessibility Team Meeting Notes: September 16, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/09/27/15-oct-survey-deadline/\">By 15 October – Please complete the Annual Meetup Survey and share widely!</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/27/celebrating-apac-wpdiversity-network-building-update-on-our-10th-meeting/\">Celebrating APAC WPDiversity Network Building: Update on Our 10th Meeting</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/22/meetup-organizer-newsletter-september-2022/\">Meetup Organizer Newsletter: September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/24/roadmap-to-6-1-core-companion/\">Roadmap to 6.1: Core Companion</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/a-week-in-core-september-26-2022/\">A Week in Core – September 26, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\">Core Editor Improvement: Catalyst for creativity and control</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">Client-side WebAssembly WordPress with no server</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/27/dev-chat-agenda-september-28-2022/\">Dev Chat agenda, September 28, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/27/performance-team-meeting-summary-27-september-2022/\">Performance team meeting summary 27 September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/26/editor-chat-agenda-28th-september-2022/\">Editor Chat Agenda: 28th September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/22/summary-dev-chat-september-21-2022/\">Summary, Dev Chat, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/21/core-editor-chat-summary-21st-september-2022/\">Core Editor chat summary: 21st September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/09/26/design-share-sep-12-sep-23/\">Design Share: Sep 12 – Sep 23</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/09/27/summary-of-docs-team-meeting-september-27-2022/\">Summary of Docs Team Meeting September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/26/documentation-team-update-september-26-2022/\">Documentation Team Update – September 26, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-developer-articles\">Developer Articles:</h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\">Global Styles Filters</a></li><li><a href=\"https://developer.wordpress.org/themes/basics/tools-resources/\">Tools & Resources</a></li><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/propagating-updates/\">Propagating updates for block types</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/packages-create-block-external-template/\">@wordpress/create-block External Template</a></li><li><a href=\"https://developer.wordpress.org/themes/advanced-topics/block-patterns/\">Block patterns</a></li><li><a href=\"https://developer.wordpress.org/block-editor/contributors/code/release/auto-cherry-picking/\">Cherry-picking automation</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-site/\">Edit Site</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-block-directory/\">Block directory</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-edit-widgets/\">Edit Widgets</a></li><li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-keyboard-shortcuts/\">The Keyboard Shortcuts Data</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/09/27/notes-wordpress-global-marketing-team-meeting-september-21-2022/\">Notes, WordPress global Marketing Team meeting, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/09/26/agenda-global-wordpress-marketing-team-meeting-september-28-2022/\">Agenda, global WordPress Marketing Team meeting, September 28, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/09/27/community-meeting-recap-27-september-2022/\">Community Meeting Recap (27 September 2022)</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-2 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/26/performance-chat-agenda-27-september-2022/\">Performance Chat Agenda: 27 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WP Translation Day</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/09/28/weekly-polyglots-chat-sep-28-2022-1300-utc/\">Weekly Polyglots Chat – Sep. 28, 2022 (13:00 UTC)</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/plugins/2022/09/27/reminder-we-will-check-your-website/\">Reminder: We will check your website</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/plugin-review-team-19-sept-2022/\">Plugin Review Team – 19 Sept 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/09/agenda-support-team-meeting-september-29-2022/\">Agenda: Support Team Meeting – September 29, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/09/15/fse-program-testing-call-17-guiding-the-gutenberg-gallery/\">FSE Program Testing Call #17: Guiding the Gutenberg Gallery</a></li><li><a href=\"https://make.wordpress.org/test/2022/09/26/xpost-test-team-update-26-september-2022/\">Test Team Update: 26 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/09/28/themes-team-meeting-notes-september-27-2022/\">Themes Team Meeting Notes –&nbsp;September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/themes/2022/09/27/xpost-themes-team-update-september-27-2022/\">X-post: Themes team update September 27, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/27/september-2022-monthly-faculty-meeting/\">September 2022 Monthly Faculty Meeting</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/26/meeting-agenda-for-september-27-2022/\">Meeting Agenda for September 27, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/training-team-meeting-recap-september-20/\">Training Team Meeting Recap – September 20</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/wptranslation-day-contributor-day/\">#WPTranslation Day Sept 30 – Contributor Day</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/23/summary-update-courses-currently-in-development-22-september-2022/\">Summary Update: Courses Currently in Development (22 September 2022)</a></li></ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/using-block-attributes-to-enable-user-editing/\">Using Block Attributes to Enable User&nbsp;Editing</a></li><li><a href=\"https://learn.wordpress.org/tutorial/image-optimization/\">Image Optimization</a></li><li><a href=\"https://learn.wordpress.org/tutorial/introduction-to-block-theme-development-for-beginners/\">Introduction to block theme development (for beginners)</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-creating-your-primary-templates-in-the-editor\">Let’s code! Creating your Primary Templates in the Editor</a></li><li><a href=\"https://learn.wordpress.org/?meeting=part-2-re-creating-block-designs\">Part 2: Re-Creating Block Designs</a></li><li><a href=\"https://learn.wordpress.org/?meeting=part-1-re-creating-block-designs\">Part 1: Re-Creating Block Designs</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://thephp.foundation/blog/2022/08/30/php-core-roundup-5/\">PHP Core Roundup #5</a></li><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2022 23:41:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WordPress Punts Locally Hosted Fonts for Legacy Default Themes to 6.2 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:30:\"https://wptavern.com/?p=138249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-punts-locally-hosted-fonts-for-legacy-default-themes-to-6-2-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:4836:\"<p>In June 2022, WordPress.org&#8217;s Themes Team began strongly <a href=\"https://wptavern.com/wordpress-org-strongly-urges-theme-authors-to-switch-to-locally-hosted-webfonts\">urging theme authors to switch to locally hosted webfonts</a>, following a German court case, which <a href=\"https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts\">fined a website owner for violating the GDPR by using Google-hosted webfonts</a>. For years, theme authors have been enqueuing Google Fonts from the Google CDN for better performance, but this method exposes visitors’ IP addresses. </p>\n\n\n\n<p>The Themes Team warned that guidelines regarding locally hosting fonts will be changing imminently and many theme authors <a href=\"https://wptavern.com/wordpress-theme-authors-are-moving-to-host-fonts-locally\">moved to comply</a> before it becomes a requirement. </p>\n\n\n\n<p>A <a href=\"https://core.trac.wordpress.org/ticket/55985\">ticket</a> for bundling Google fonts with WordPress&#8217; legacy default themes had patches and was on track to be included in WordPress 6.1 in November. WordPress contributor Hendrik Luehrsen <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:35\">requested</a> more eyes on the ticket, saying it &#8220;directly affects the core WordPress audience in Germany.&#8221; He reported that users in Germany were still getting emails threatening fines for using fonts loaded from Google.</p>\n\n\n\n<p>WordPress core committer Tonya Mork <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:35\">suggested</a> exploring releasing the updated version of each theme separately from WordPress 6.1.</p>\n\n\n\n<p>&#8220;When each theme is ready, release it to wp.org&#8217;s theme repo,&#8221; Mork said. &#8220;Users can then update to get locally hosted fonts ahead of when WP 6.1 is released.&#8221;</p>\n\n\n\n<p>This changed the direction of the ticket and with more scrutiny, contributors found the patches could use some more work.</p>\n\n\n\n<p>&#8220;Creating new theme versions for this specific change could be good <em>when they are ready</em>,&#8221; Stephen Bernhardt said. &#8220;<a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">Using locally hosted fonts</a> is already recommended, but we need to fix our own themes before we can make this a requirement for others.&#8221; He submitted a list of problems and potential improvements after reviewing the patches, and contributors are working on a better approach.</p>\n\n\n\n<p>WordPress core committer David Baumwald <a href=\"https://core.trac.wordpress.org/ticket/55985#comment:51\">changed the milestone to 6.2</a>, as Beta 2 for 6.1 was released yesterday and the ticket still needs a final direction and patch. </p>\n\n\n\n<p>&#8220;While I understand the issue, this is nonetheless sad to see,&#8221; Luehrsen said. &#8220;This is still a serious issue in Germany (and other GDPR territories), as users with active Google Fonts are currently <a href=\"https://www-heise-de.translate.goog/news/DSGVO-Abmahnwelle-wegen-Google-Fonts-7206364.html?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp\">getting targeted by people exploiting the law</a>.&#8221;</p>\n\n\n\n<p> Luehrsen took to Twitter to <a href=\"https://twitter.com/hluehrsen/status/1575035575068856321\">comment</a> on his disappointment with the ticket missing the window for 6.1.</p>\n\n\n\n<p>&#8220;This is the reason why WordPress will probably lose relevance,&#8221; he said. &#8220;Real users get hurt here, but they are in GDPR territories and this does not seem to be important.</p>\n\n\n\n<p>&#8220;Could I have done more? Probably. But it is somewhat sad to see how quickly the momentum on that ticket fizzled out. If Squarespace, Wix and sorts start marketing privacy against WordPress, we&#8217;re screwed in GDPR countries.&#8221;</p>\n\n\n\n<p>In the meantime, those who are using WordPress&#8217; default themes can use a plugin like <a href=\"https://wordpress.org/plugins/local-google-fonts/\">Local Google Fonts</a> or <a href=\"https://wordpress.org/plugins/host-webfonts-local/\">OMGF | GDPR/DSVGO Compliant, Faster Google Fonts</a> to host fonts locally. </p>\n\n\n\n<p>Users can also switch to <a href=\"https://fonts.bunny.net/\">Bunny Fonts</a>, an open-source, privacy-first web font platform with no tracking or logging that is fully GDPR compliant. Bunny Fonts is compatible with the Google Fonts CSS v1 API so it can function as a drop-in replacement. The <a href=\"https://wordpress.org/plugins/replace-google-fonts-with-bunny-fonts/\">Replace Google Fonts with Bunny Fonts</a> plugin makes it easy for users to do that without editing any theme code. </p>\n\n\n\n<p>Contributors are working on having fully GDPR-compliant WordPress default themes ready for WordPress 6.2, expected in early 2023.</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, 28 Sep 2022 18:31:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 5.0.1 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/09/28/version-5-0-1-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:821:\"<p>Version 5.0.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul>\n<li>An improved settings screen when there are not yet any statistics to display.</li>\n\n\n\n<li>A fix for a bug that broke some admin page links when certain Jetpack plugins are active.</li>\n\n\n\n<li>Improved performance in newer browsers on pages with forms.</li>\n\n\n\n<li>A fix for a conflict between Akismet and forms that post to third party sites.</li>\n</ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2022 15:28:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: #44 – Joe Dolson on How To Fix the Six Most Common Accessibility Errors on Your Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=138199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/podcast/44-joe-dolson-on-how-to-fix-the-six-most-common-accessibility-errors-on-your-websites\";s: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:56565:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how to improve the accessibility of your WordPress website.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you, and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Joe Dolson. Joe is a WordPress plugin developer, a core committer and a web accessibility consultant. He&#8217;s part of the Make WordPress accessibility team, the team dedicated to improving accessibility in the WordPress ecosystem.</p>\n\n\n\n<p>His recent presentation at WordCamp US entitled, finding and fixing the six most common WCAG 2 failures, highlight some of the key areas where websites are not as accessible as they should be. The areas we discuss are, low contrast text, missing alternative text, empty links, missing form labels, empty buttons and missing document language.</p>\n\n\n\n<p>Joe explains what each of these problems are, both in terms of how they can be fixed as well as what people with accessibility requirements might experience when they visit your site. We talk about how you can equip yourself with the tools that you need to diagnose these issues and online resources you can use to discover more about website accessibility.</p>\n\n\n\n<p>It&#8217;s Joe&#8217;s opinion that you&#8217;re better off making a start right now, carrying out incremental changes rather than attempting to solve every single problem that your website might have. Begin the journey and take it one problem at a time.</p>\n\n\n\n<p>We also chat about the fact that there&#8217;s an ever-growing legal compulsion to make websites follow accessibility guidelines. Lawsuits are going through the courts with greater regularity. So now might be the time for you to look into this topic.</p>\n\n\n\n<p>That being said, Joe cautions against the use of tools, which purport to solve your accessibility issues with minimal effort. A variety of pop-up solutions have emerged onto the market, which claimed that they can make your site compliant with almost no effort. Joe is adamant that these promises are almost always false and that there&#8217;s real work to be done on each website, as they&#8217;re all unique and have unique problems to solve.</p>\n\n\n\n<p>Typically when we record the podcast. There&#8217;s not a lot of background noise. But that&#8217;s not always the case. Over the coming weeks, I&#8217;ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artifacts. Whilst the podcasts are more than listable, I do hope that you understand that the vagaries of the real world we&#8217;re at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast, and you&#8217;ll find all of the other episodes there as well. And so without further delay, I bring you Joe Dolson.</p>\n\n\n\n<p>I am joined on the podcast today by Joe Dolson. Hello Joe.</p>\n\n\n\n<p>[00:04:23] Joe Dolson: Hello.</p>\n\n\n\n<p>We are at WordCamp, I nearly said WordCamp Europe. We are at WordCamp US 2022. We&#8217;ve got Joe on the podcast today because he is doing a talk at WordCamp US. Do you just wanna tell us a little bit about yourself? Why you&#8217;re on this podcast, but then stray into what your talk is about.</p>\n\n\n\n<p>[00:04:40] Joe Dolson: Certainly So I&#8217;m Joe Dolson. I&#8217;m a WordPress core committer. I&#8217;ve been a contributor to the accessibility of WordPress for quite a long time. I think I first started contributing in WordPress 3.4. I&#8217;d have to look at my history to actually know that for sure, but it was somewhere around there. So today I&#8217;m talking about a study from the nonprofit organization, WebAIM, out of Utah, in which they looked at the top million homepages around the web. The most widely visited, heavily known webpages, and did a bulk analysis of the accessibility issues on those pages.</p>\n\n\n\n<p>And, I&#8217;m going to talk about six specific types of errors that they found constituted 96.5% of all detectable errors using automation. And the things that that exposes and how you can work with consultants. How you should use your time and how you should use automation to solve problems.</p>\n\n\n\n<p>[00:05:39] Nathan Wrigley: Can I ask how it is that you became interested in accessibility problems, given all the myriad things that you could have become interested in web? How did accessibility fall into your lap and create so much interest for you?</p>\n\n\n\n<p>[00:05:51] Joe Dolson: So when I started my business in 2004, I started right from the beginning with the idea that I wanted to pursue accessibility in websites. And that was because when I decided to become a web designer, I wanted something that was unique about what I did. I wanted to do something that wasn&#8217;t just marketing. I wasn&#8217;t really interested in marketing. I&#8217;d seen a lot of that around and I&#8217;m like, boy, that, that just doesn&#8217;t seem like it&#8217;s socially motivating.</p>\n\n\n\n<p>[00:06:21] Nathan Wrigley: Mmm.</p>\n\n\n\n<p>[00:06:21] Joe Dolson: It doesn&#8217;t seem like it&#8217;s interesting. It doesn&#8217;t feel like I&#8217;m doing something worthwhile. So I had to think to myself about, well, what do I know already? What do I have a unique access to that can make my business be a little bit different? And my mother was the executive director of a nonprofit that provided arts access for people with disabilities.</p>\n\n\n\n<p>And so for years, I&#8217;d had conversations at home with family when visiting my mother in her workplace about what people with disabilities needed and how the ADA worked, and how all of this sort of world needed to be constructed. So what I already had was a reasonably strong sensibility for why people with disabilities need access and the very fact of the modality of different experiences and different perceptions. And so with some study about the actual technical side behind that, I was able to pick that up relatively quickly. Which is not to say I didn&#8217;t make absolutely horrible mistakes in 2004 and five.</p>\n\n\n\n<p>[00:07:29] Nathan Wrigley: It&#8217;s almost, it&#8217;s something that came from your, your background,. Your family enabled you to have some sort of prior wisdom. Most of the rest of us, I would imagine are coming at it pretty cold, and if we were to go back, I don&#8217;t know, 5, 6, 7, 8 years, I feel like nobody was really talking about this. I could be wrong. Obviously you were interested in it, but as a proportion of the people that were designing websites, I feel that accessibility was not on everybody&#8217;s radar. I would imagine that many, many of the websites out there were not accessible in any way, shape or form.</p>\n\n\n\n<p>But it&#8217;s become a real talking point in the last few years and people are making much more of an effort. Obviously you&#8217;ve got your conversation, your presentation at the event in the next couple of days. I&#8217;m just wondering if you could outline for those people who, maybe they&#8217;re new to WordPress, maybe they&#8217;re new to web design and they hear the word accessibility and they just think, well, I don&#8217;t know what that means. Just, in the broadest possible brush strokes. Just let us know what the 10,000 foot high version of accessibility on the web is.</p>\n\n\n\n<p>[00:08:31] Joe Dolson: So yeah, the 10,000 foot view. Accessibility, web accessibility, and the access to information for people with disabilities is about making sure that the content you&#8217;ve put on your website is interpretable to the most, the widest variety of senses. So for people who are visually impaired, that means making sure everything can be understood by what&#8217;s called a screen reader. That will look at the text content of your site, look at the code of your site and interpret that in voice production.</p>\n\n\n\n<p>For people with hearing impairments, that&#8217;s about having captions for your video. It&#8217;s about having transcriptions of your audio files. So it&#8217;s really about recognizing that people have different ways of perceiving the world, whether that&#8217;s because of dyslexia, and they have difficulty with the way text is structured. Or it&#8217;s visually impaired, so that they literally cannot see your images and have no idea what that is. Your responsibility in sharing that information is making sure it&#8217;s available to multiple senses.</p>\n\n\n\n<p>[00:09:40] Nathan Wrigley: Thank you.</p>\n\n\n\n<p>Your talk is called finding and fixing the six most common WCAG, W C A G, two failures. First of all, what&#8217;s WCAG 2? And then if you wouldn&#8217;t mind elucidating what are those six most common failures? Maybe we just go through them one at a time, and if we, if we stray off into a conversation about each one of them, that&#8217;d be good, and if not, we&#8217;ll carry on from there.</p>\n\n\n\n<p>[00:10:02] Joe Dolson: Sounds great. So the web content accessibility guidelines is a document coming out of the W3C, the worldwide web consortium, and it&#8217;s kind of the international standard for what is considered to be accessibility. Version two is the version that was published in, I wanna say 2008. So it&#8217;s not new. But it&#8217;s been then updated periodically since then. The current version is 2.1. 2.2 is currently a candidate. It is likely to become a recommendation sometime at the beginning of 2023.</p>\n\n\n\n<p>And that just keeps incrementing different ways of looking at things and what is considered to be a standard internationally for what makes content accessible. It&#8217;s a very useful document. It is enshrined in law in a number of contexts. The US government&#8217;s section 5 0 8 is based on WCAG 2. A lot of international laws such as what the EU uses for their guidelines are based on WCAG 2. So being aware of these guidelines is pretty key.</p>\n\n\n\n<p>[00:11:07] Nathan Wrigley: Just before we go into the six areas that your presentation is about. When you say that the things are enshrined in law, and you mentioned the US and the EU in particular, I guess there&#8217;s going to be a whole swathe of different responsibilities and things that you are compelled to do. You are in the US, so just give us an idea, just paint the picture in the US specifically, and we&#8217;ll just ignore the rest of the world for now, about what the absolute requirements are. So, in other words, if you don&#8217;t satisfy this, you are in breach of the law. So are you able to speak to that?</p>\n\n\n\n<p>[00:11:40] Joe Dolson: I can definitely speak to that. And it&#8217;s definitely good that we&#8217;re narrowing that just to the US, because otherwise this would go on for hours.</p>\n\n\n\n<p>[00:11:47] Nathan Wrigley: One country time. Yeah.</p>\n\n\n\n<p>[00:11:49] Joe Dolson: So in the US, what we&#8217;ve got is section 5 0 8, which is part of the federal regulations governing the acquisition of software for government institutions. And that only applies when you&#8217;re getting funding from the federal government. So you&#8217;re only in violation of that if, for example, you&#8217;re a university and your website is funded by federal grants. And that is, 100% it&#8217;s based on WCAG 2.</p>\n\n\n\n<p>There are a few tweaks that are not exactly identical, but basically if you&#8217;re violating WCAG 2 at what&#8217;s called level AA, there are three levels of severity within WCAG. There&#8217;s level A, AA and triple A. Triple A is usually very specific types of errors that apply to relatively small populations and mostly need to be handled if you&#8217;re specifically serving that population. The guidelines, the laws are around AA, which is gonna be very broad, but it&#8217;s still, there&#8217;s got a fair amount of meat to it.</p>\n\n\n\n<p>The other law is the ADA, which is a 1991 law, and this may shock you, but at the time it was written, they did not directly address websites. And that does not mean that website accessibility isn&#8217;t covered by the ADA, and case law has repeatedly demonstrated through precedent, that yes, the ADA does require websites that are publicly accessible and commercial need to be accessible.</p>\n\n\n\n<p>What is lacking in the US is any regulations that stipulate what that means, and that is a case where WCAG has not been brought into the legal bounds on these websites. And that is why you hear so much about so many lawsuits against companies for web accessibility. It&#8217;s because we don&#8217;t have regulations that allow anybody to easily look at their website and determine whether or not they&#8217;ve met those requirements. Really. the ADA stipulates your website needs to be accessible, it needs to provide this equal access. Figure out what that means.</p>\n\n\n\n<p>[00:13:50] Nathan Wrigley: You just mentioned lawyers and that&#8217;s kind of an interesting place to go just for a moment. It feels like there&#8217;s two premises here. We could have the carrot approach, or we could have the stick approach and the stick approach, by that, I mean is the threat of somebody contacts a lawyer and threatens to sue you because your website is not up to scratch.</p>\n\n\n\n<p>On the other hand, there&#8217;s the, uh, carrot approach, which is the kind of thing that I&#8217;m imagining you are doing. You&#8217;re involved in educating the community and, and making this stuff happen with a little bit of education. Do we need to fear the lawyers, the stick approach? Is that an increasing thing that&#8217;s happening? I mean, you see it in all other walks of life. People are sued for things that they haven&#8217;t done because people think they might be able to make a little bit of money out of it. Is that kind of on the horizon? Are people doing that? Do we need to be worried about the legal aspect?</p>\n\n\n\n<p>[00:14:36] Joe Dolson: Yes, 100%. As recently as six or seven years ago, I would&#8217;ve said no, you don&#8217;t really seriously to worry about that unless you&#8217;re an international scale company. And that&#8217;s just not true anymore. And that&#8217;s directly because we don&#8217;t have those regulations. They&#8217;ve been slated to be added on many, many occasions, and keep getting canceled. They are currently on the docket to be created again, hopefully in 2023. But until that happens, we don&#8217;t really have anything that gives us a goal. And one of the things that regulations could come with is a schedule. A schedule of enforcement. That&#8217;s what certainly a lot of other places have done.</p>\n\n\n\n<p>The province of Ontario created a document, the AODA, which is a set of laws within Ontario for what is needed to accessible, and that came with a schedule of enforcement. Instead we have a free for all. Anything could happen. And there are thousands of accessibility lawsuits every year. And a lot of them are just accident chasers effectively. They&#8217;re not people with a very serious concern. They&#8217;re just looking for a quick payoff. And that is a horrible, horrible scenario to be in because you might receive one of these demand letters, and there&#8217;s a very good chance you are in fact in violation of it, and it is legitimate, even though they probably wouldn&#8217;t pursue it in court, but you can&#8217;t count on that. So it&#8217;s, it&#8217;s a very unpleasant situation.</p>\n\n\n\n<p>[00:16:09] Nathan Wrigley: That, is curious. But also, conversations like this and podcast episodes like this, at least we&#8217;re alerting people to the fact that this is something to be taken seriously. I wonder at what level, like you mentioned six or seven years ago, if you are a, a major corporation, you probably needed to worry about this. And then as though six or seven years have passed, presumably that barrier has gone lower and lower and lower. But at some point it doesn&#8217;t matter who you are, you are going to be liable unless you take this sort of stuff seriously. Sorry, you were gonna say.</p>\n\n\n\n<p>[00:16:35] Joe Dolson: Right, right, right. I was say that there usually is a point when you get down into non-commercial websites, when things do get a lot fuzzier as to whether or not you&#8217;re likely to be liable, but that&#8217;s really a question that the law should be settling and the regulations should be settling.</p>\n\n\n\n<p>What we should probably do is actually get to these six error types. All right. Let&#8217;s do it. So the number one is low contrast text, and that literally means where you have gray text on a slightly darker gray background, and it&#8217;s just hard to read. And there are a lot of very very specific calculations that determine in WCAG what is considered to be low contrast or not. It&#8217;s an extremely easy thing to test for, and it&#8217;s just a matter of trying to meet those guidelines.</p>\n\n\n\n<p>Nobody is trying to claim that these color perception tests are perfect. It&#8217;s a number. It&#8217;s intended to be there so that you have to meet this basic minimum. An important thing to remember about contrast is that this is not a scenario where higher contrast is automatically better. If you&#8217;ve met the guideline, you&#8217;re in perfectly good shape. You do not need to then go, oh, but I should probably just go black on white. That&#8217;s not necessarily better. There&#8217;s a whole population of people who will actually find that to be a completely separate struggle.</p>\n\n\n\n<p>After contrast, it&#8217;s all about, images and that&#8217;s images that are either missing alternative text, have generic alternative text, like just image or file or something useless, or are repetitive. And that&#8217;s going to be cases where maybe you&#8217;ve got a linked image next to a link where the text of that alt text is exactly the same as the text of the link, it&#8217;s just duplicate. It&#8217;s not helping anybody. These are also really easy to find because you can easily identify that your images have this really common recurring pattern. In a lot of cases in the world of WordPress.</p>\n\n\n\n<p>You know, you might have a block pattern that&#8217;s producing an image with a heading and some text. And if that block pattern is just presetting an alternative text to something that&#8217;s not good, that&#8217;s where you might have a problem, it just needs to be dealt with and fixed.</p>\n\n\n\n<p>[00:18:50] Nathan Wrigley: Can I just interrupt there a moment, because a default install of WordPress will give you more than alternative text. You&#8217;ve got descriptions and captions and so on. You only mentioned alternative text. Is that the case? It&#8217;s just that one field that we need to be mindful of.</p>\n\n\n\n<p>And you&#8217;re describing what is in the image. So, for example, if there&#8217;s a red car with a, I don&#8217;t know, a dog in the backseat or something you would write, this is an image of a red car with a dog in the backseat.</p>\n\n\n\n<p>[00:19:15] Joe Dolson: That&#8217;s a great question. I&#8217;m gonna answer two parts of that. First of all, you don&#8217;t describe the image. You describe the purpose of the image, which may or may not be a description of the image. It really depends on the context. For example, if that image is a link to a post, then what that image is actually conveying to the user is, what is this link for? Which is not necessarily going to be what is the image of. Which is also a question for, is this the right image for this? If that alt text doesn&#8217;t make any sense with that image, then maybe this isn&#8217;t the right image. But ultimately what you&#8217;re actually describing is the purpose of the image. It might be that it&#8217;s an image of a dog in the backseat of a red car.</p>\n\n\n\n<p>The other thing I wanna mention about that is you would not say, image of. Because that is already going to be predicted and produced by the screen reader. They know it&#8217;s an image. You got that covered. And that is an extremely common problem actually, is people stating that it is an image? Totally unnecessary.</p>\n\n\n\n<p>[00:20:15] Nathan Wrigley: Okay. So we went through number one and number two.</p>\n\n\n\n<p>[00:20:18] Joe Dolson: Well, there was another part of that, which is the WordPress fields. So the WordPress media library has four fields that can be filled in. Title, alternative text, caption and description. Those four things all serve completely different purposes. The title is really only for administrative use. In very old versions of WordPress, it was used to add a title attribute, but that has not been the case for many years.</p>\n\n\n\n<p>The alternative text is the thing that basically represents the image. It&#8217;s the alternative to the image. When that image is not available, whether it&#8217;s because somebody can&#8217;t perceive it or because it doesn&#8217;t load. That&#8217;s the thing that should take the place of that image. And that&#8217;s the generic version of it because the things stored in the media library is just one alternative text. So usually that is going to be a description of the image. In actual use, you may or may not want to use that text depending on the context. Again, with that linked image, it&#8217;s not necessarily a description of it. It might be a description of the target.</p>\n\n\n\n<p>And then the caption, the caption is a thing that should be universally available. So both people who are sighted and people who are visually impaired will be able to see that. So really it&#8217;s something that should be complimentary to the image. It gives additional context, but doesn&#8217;t necessarily explicitly describe it. An example there would be, it might be used to say who is in the image. For example, you know, the description is a man with glasses and a beard, stroking a cat. And then the caption actually says, this is a picture of our founder, Joe Dolson and his cat Bubbles. I don&#8217;t have a cat named bubbles. just to be clear.</p>\n\n\n\n<p>[00:22:00] Nathan Wrigley: There was more in that than I, I imagined.</p>\n\n\n\n<p>[00:22:02] Joe Dolson: The description field is actually not used by default unless your theme has decided that there&#8217;s some context in which that&#8217;s used.</p>\n\n\n\n<p>[00:22:09] Nathan Wrigley: So, okay, we&#8217;ve done one and two.</p>\n\n\n\n<p>[00:22:10] Joe Dolson: Moving on to number three. That&#8217;s form fields without labels. And that is an incredibly big deal. I mean, if you have a contact form or a search form or a sales form, any kind of query, and those form fields don&#8217;t have labels, then basically a user with a screen reader, they don&#8217;t know what they&#8217;re trying to do. They have no idea what this is. Frequently, you have form fields that have text nearby that is visually a label, it looks like it has a label. But if there&#8217;s no explicit association between that information, because a label is a specific HTML field and it&#8217;s connected to an input using a for attribute and an ID, attribute. And that makes it really straightforward, really explicit.</p>\n\n\n\n<p>And that tells somebody what this field is for. And those being missing are just, that&#8217;s just wrong. It should not be missing. Next one after that, and I&#8217;m just gonna collapse the next two into one because they&#8217;re effectively the same problem. Empty links and empty buttons. That is literally a link that does not have any text contained inside it, or a button that doesn&#8217;t have any text. As often as not that&#8217;s because they&#8217;re either an image that doesn&#8217;t have an alt attribute.</p>\n\n\n\n<p>So there&#8217;s nothing meaningful there. It&#8217;s like a font icon or an SVG image that is supposed to represent your hamburger menu, or it&#8217;s a close icon, or it&#8217;s a help icon or any of those many possibilities, but doesn&#8217;t have any kind of accessible name. It doesn&#8217;t have any attributes that give that a text context. So the screen reader knows what this is supposed to do. Those are also extremely common.</p>\n\n\n\n<p>The last of the six, and this is quite rare to be a problem on a WordPress site because WordPress pretty much takes care of this, is a missing document language. Every HTML element should have a lang attribute that declares what language the document is in. English, German, French, Spanish, whatever. And the purpose of that for a screen reader is to tell them how to pronounce it.</p>\n\n\n\n<p>Not having that means it will be pronounced according to whatever that person&#8217;s local settings are. So if they&#8217;re a French browser on an English site, the English is gonna have a very strong accent. And in fact, it&#8217;s not really an accent because it&#8217;s following a completely different set of pronunciation rules and that&#8217;s going to make it incomprehensible.</p>\n\n\n\n<p>So making sure that that attribute is present is really important. I haven&#8217;t seen that as a problem on a WordPress site with a theme that&#8217;s reasonably recent for a long time. There were definitely a lot of older themes where, big problem.</p>\n\n\n\n<p>[00:24:49] Nathan Wrigley: I&#8217;m guessing that the six things that you brought to the table could easily be 15, 20 things, but six was the number that was chosen there. I guess the problem is you could have gone on all day and we could have talked for hours about all the other things, but these are the things that have risen to the surface.</p>\n\n\n\n<p>So anybody who&#8217;s not encountered this is now going to be presented with additional things to do. Work to be undertaken. Things to be learned and so on and so forth. I&#8217;m just wondering if there&#8217;s any, any useful things, tools for want of a better word that you have found over the years that have enabled you to short circuit things, make things as easy as possible. So it might be a browser extension, or I don&#8217;t know, some app that you can install on your computer or something like that.</p>\n\n\n\n<p>[00:25:32] Joe Dolson: Yes, there are an incredible number of these types of tools, and they all have slightly different ways of working, slightly different sets of tests. But these particular six items, all of the automated tests are going to find these and help you solve them. They&#8217;ll give you guidance about what you have and what you need to do.</p>\n\n\n\n<p>So I think some of the ones I use the most are going to be, there&#8217;s an automated tester from tenon.io, and that&#8217;s an application that you can run remotely. It&#8217;s got an API, you can run it just automatically. And it&#8217;ll just scan a page and give you a list of everything it&#8217;s found on it..</p>\n\n\n\n<p>Another one is wave.webaim.org. That&#8217;s from the same group of people who produced this report that found these errors. And that&#8217;s available as a toolbar for, I think it&#8217;s Chrome. Firefox or Edge, so pretty broadly available. It&#8217;s also testing one page at a time, but they do have a tool through a company called Pope Tech, that can give you generated reports of larger sets of pages. So you can get a much larger body of data.</p>\n\n\n\n<p>There are browser extensions from an organization called Deque called Axe. Those also do a wide variety of automated tests.</p>\n\n\n\n<p>One of the things that&#8217;s important in development with accessibility is that it&#8217;s always something that needs to be based on the rendered site. There&#8217;s a reason they&#8217;re called the web content accessibility guidelines. It&#8217;s because it&#8217;s all about the user experience and what they&#8217;re actually getting. So there aren&#8217;t a lot of tools for doing like pre-production linting as part of your development. You know, you can do some of that in an end to end test, but it&#8217;s going to be very limited because it&#8217;s, there&#8217;s so many assumptions you have to make.</p>\n\n\n\n<p>And the real world is where people have put in content that, the content is what&#8217;s really causing problems. Anything with these images, almost all of that is problems coming from content.</p>\n\n\n\n<p>[00:27:28] Nathan Wrigley: So it strikes me from what you&#8217;ve just said, that there might be a better place to put this work. This work that needs to be done in the workflow of a typical website. And from what you&#8217;ve just said, it sounds like it would be better done toward, the end of the development cycle?</p>\n\n\n\n<p>[00:27:43] Joe Dolson: Different parts of it fall in different locations. So low contrast text, for example, is frequently a design issue. So that as often as not should go at the very, very beginning. That&#8217;s when you&#8217;re deciding what kind of color palette you&#8217;re going to use and what your base design looks like.</p>\n\n\n\n<p>The images, it&#8217;s a mix, because it depends on whether you&#8217;re using a plugin that generates a body of images, or you&#8217;re using images embedded into content. In the latter case, it&#8217;s a content production issue. So it&#8217;s something that you should be checking on the fly and should be done on a constantly recurring basis.</p>\n\n\n\n<p>For the application environment, for, you know, a plugin that&#8217;s producing these lists. That needs to be fixed in the development side, on that plugin of whatever it&#8217;s doing.</p>\n\n\n\n<p>Form fields are another one where most of that needs to come from the plugin that&#8217;s generating your form. Gravity Forms has done a huge amount of work on improving the accessibility of their product. They&#8217;ve got more to do. It&#8217;s always, these things are a constant battle of, oh, we screwed this up now we&#8217;ve gotta fix it. Oh, we fix this, but now we screwed that up. But Gravity Forms has done a really great job, and one of the advantages to that is that they don&#8217;t give you a lot of room to screw it up. Just make sure that legacy markup is not turned on.</p>\n\n\n\n<p>[00:28:58] Nathan Wrigley: There&#8217;s a whole other conversation I think to be had there as well, but&#8230;</p>\n\n\n\n<p>[00:29:01] Joe Dolson: There&#8217;s a lot.</p>\n\n\n\n<p>[00:28:03] Nathan Wrigley: In terms of a typical agency, let&#8217;s say who&#8217;s done none of this work before. They&#8217;ve got a legacy of websites. Let&#8217;s say, I don&#8217;t know, 50 websites, which they&#8217;re maintaining and they&#8217;ve built. So suddenly we are presenting the agency with work that they need to go back, and if you like retro fit the websites that they&#8217;ve already built and bring them up to standard.</p>\n\n\n\n<p>And then of course, there&#8217;s gonna be the new work which comes through the door and that&#8217;s gonna be a little bit more straightforward. This brings to mind the question, how much do we need to be doing of this now? How imperative is it for us to go back to our clients and say, look, we need to begin this work yesterday?</p>\n\n\n\n<p>Or is it more a case going back to the clients and saying, maybe it&#8217;s time to begin again. And I know that&#8217;s not gonna be a comfortable conversation to have. Essentially what I&#8217;m trying to say, is it easy to retrofit or is it sometimes easy just to begin again almost?</p>\n\n\n\n<p>[00:29:55] Joe Dolson: It is absolutely frequently easier to begin again. But it&#8217;s it is very much a case by case scenario. One of the things about the WordPress environment and this ecosystem, is that there&#8217;s a huge number of themes and plugins that you&#8217;re building your sites based on.</p>\n\n\n\n<p>If those themes and plugins are issuing updates and they&#8217;re fixing problems, then a lot of the problems that are coming out of those tools can be fixed for you. And I mean that&#8217;s why I think the people who should be looking at this first and foremost are the tool creators. WordPress Core, plugin authors, theme authors, because that is going to solve the biggest, most global problems. And when I say global, I mean, these are things that are infecting, that are affecting entire sites.</p>\n\n\n\n<p>I said, infecting. It&#8217;s kind of an interesting perspective, I like that in some ways, I don&#8217;t know. They&#8217;re infected with inaccessibility. But anyway, if these plugins can fix something then they can have an impact on thousands, millions of sites. I mean this is one of the reasons I contributed to WordPress at all is if I can make one little change, it can potentially impact millions of sites.</p>\n\n\n\n<p>[00:31:06] Nathan Wrigley: Just the answer to this may simply be a no, and it goes nowhere else. But is there any sort of an accreditation system that things like plugins can get certified against. So that, for example, you mentioned Gravity Forms as a good example of a company that have done some work in that area. So that you could visit their website, see the accreditation stamp somewhere and say, okay, I&#8217;m assured that at least some of the work has been done. I don&#8217;t know if that&#8217;s even a thing.</p>\n\n\n\n<p>[00:31:31] Joe Dolson: There&#8217;s nothing that I&#8217;m aware of really for plugins. There&#8217;s an organization. It&#8217;s the IAAP, the international association of accessibility professionals. Uh, and they certify people as specialists. In the theme world the WordPress theme repository does have the accessibility ready tag that does require some manual testing.</p>\n\n\n\n<p>Plugins are a really difficult case because it&#8217;s hard to set a specific set of tests and guidelines that they have to meet because they do so many different things. For some plugins, there are no settings, there&#8217;s no user interface, it just does some automation. And you&#8217;re like, well, is that accessible? It literally has no interface. How do we judge that?</p>\n\n\n\n<p>[00:32:14] Nathan Wrigley: Okay, so, we talked about retrofitting. We talked about beginning and potentially that the beginning is the easiest way to go forward. That therefore raises the question of how much of this do you need to be mindful of before you can say, that site is ready to ship. And bluntly let&#8217;s say, is it okay to have a site where 10% of the tick list that you want to achieve has been completed?</p>\n\n\n\n<p>Is that okay to launch, or do we need to be higher into the fifties, or indeed the nineties, or the 100%? In other words, is it better to do something and launch it, rather than wait until it&#8217;s perfect? We know how this works. If we build websites, we&#8217;ve had this problem time and again. You know, things creep in that we need to do, and we never end up launching the product because we&#8217;re constantly, constantly making it perfect. So just some guidance on where we need to be there.</p>\n\n\n\n<p>[00:33:05] Joe Dolson: So it&#8217;s a slightly different answer depending on whether we&#8217;re building a new product or making changes and retrofitting something old. When you&#8217;re retrofitting, in my opinion, it&#8217;s just, the goal is make it better every day. If you can ship an update that fixes one problem, then fix that one problem.</p>\n\n\n\n<p>It&#8217;s better. It doesn&#8217;t have to go from zero to a hundred in an instant. There&#8217;s no reason to wait. To shift an improvement. When it&#8217;s a new product I would say 10% is awfully low, because we all know how priorities work And as soon as that product gets in front of users. Now you&#8217;ve got user demands. You&#8217;ve got clients who just are like, oh, I don&#8217;t, I don&#8217;t know that I want to pay anything more right now.</p>\n\n\n\n<p>And so that additional percentage may just never happen. So going over 10% is definitely worthwhile. But you should always recognize that there is no a hundred percent. Like you&#8217;re not going to achieve a hundred percent accessibility. The range of human experience and human perception is far too great. All you can reach for is try and think of everything you can, and everything that seems reachable and that you understand and recognize that you&#8217;re going to make mistakes.</p>\n\n\n\n<p>[00:34:20] Nathan Wrigley: You were mentioning earlier about the lawyering and how that has become a thing. And I&#8217;m wondering who is the person who&#8217;s responsible. So in other words, if you are the web designer and you&#8217;ve taken on that work and you&#8217;ve handed over to your client, but then they&#8217;ve taken over for example, and they&#8217;re maintaining and updating from this moment forward. Is there any guidance around that?</p>\n\n\n\n<p>In other words, can you insulate yourself from the problems which may occur? And again, there&#8217;s a myriad set of different ways that we could build and hand over and all of those kind of things, but, I&#8217;m sure a lot of people listening to this will be thinking, okay, how can I protect myself, having done some of it, but not all of it?</p>\n\n\n\n<p>[00:34:58] Joe Dolson: This is definitely one of the areas where that gap in regulation is a real problem. In terms of responsibility that ultimately falls on the business owner, the website owner, or the product owner. But of course, the terms of your contract will vary and your specific liability to the outcome of your product might vary.</p>\n\n\n\n<p>And even in the most solidly constructed contract where you protect yourself, that doesn&#8217;t mean you couldn&#8217;t be sued for negligence. You know these things all revolve around. If a company ends up having to pay damages of $7 million because of an inaccessible website, it&#8217;s very reasonable to think they&#8217;re gonna go back to the people who they hired to work on that website and be like, we are not happy. I think that&#8217;s an extremely justified position to be in. So I think everybody needs to take a piece of this responsibility.</p>\n\n\n\n<p>I know for a fact that, in the Ontario law, the AODA, they do explicitly specify that everything on the website has to be accessible, including third party products that you are using. So a common problem in a lot of websites that I&#8217;ve audited, you know, it&#8217;s a nonprofit, they&#8217;ve got a great accessible website, but they&#8217;re using this client relationships, module, a CRM to take their donations, and it&#8217;s a mess.</p>\n\n\n\n<p>And you&#8217;re like, okay, this is an absolutely key part of keeping your organization operating, is getting these donations working and that&#8217;s not accessible. So you really do have a problem there. And that&#8217;s a third party application. You don&#8217;t have any direct control over it. You can&#8217;t directly fix it, and I think that&#8217;s a marketplace problem. Where all of these elements within the overall picture have to be thinking about what their responsibility is.</p>\n\n\n\n<p>[00:36:50] Nathan Wrigley: You&#8217;re obviously very keen on this. And I&#8217;m just wondering if this is becoming an industry. In other words, a few years ago, we didn&#8217;t have SEO experts. Well, quite a long time ago now, but let&#8217;s say 20 years ago, there was no such thing as an SEO expert. It just, wasn&#8217;t a thing. Now there is. There&#8217;s people who you would hire in because you want to take over the SEO and give it to somebody else. And that&#8217;s now their responsibility.</p>\n\n\n\n<p>Is there a growing collection of people like yourself, who you can hire in to examine and look, so you&#8217;re not relying on the tools, the automated tools. You&#8217;re really getting a, a human being in to do the real work, and yeah, is there a career there?</p>\n\n\n\n<p>[00:37:30] Joe Dolson: Oh, absolutely. It is actually a huge growing market. I think the growth of the accessibility consulting and testing market is pretty high. I don&#8217;t know what it is right now off the top of my head, but it&#8217;s a growth market with no question.</p>\n\n\n\n<p>And as somebody who&#8217;s been in accessibility for almost 20 years, there&#8217;s always been an industrial market for accessibility. 20 years ago, it was almost exclusively in government, universities, higher ed, that sort of area. And it has been growing very rapidly. There are a lot of large companies now that they exclusively provide accessibility consulting. There&#8217;s actually been a lot of consolidation and acquisition within the accessibility space. So there&#8217;s no question that this is absolutely a major career. It&#8217;s a market where if you engage in some training and accessibility, there are jobs to be had. They are all hiring, and this is because it has grown enormously in the last four or five years,</p>\n\n\n\n<p>[00:38:31] Nathan Wrigley: Which brings me to nearly my last question, and that is, imagine that we&#8217;re working for a large agency and we are employed by a boss who, how to put this, does not care about the last half an hour&#8217;s conversation that we&#8217;ve had. And just simply wants to ship things as quickly as possible, and obviously what you are proposing is not as quickly as possible. There&#8217;s other work that needs to be done on top of that. So we could hire out, we could find somebody such as yourself, who&#8217;s able to guide us with our, your expertise. But, what do we say to those bosses? How do we persuade them that, not only does this matter, but it&#8217;s essential?</p>\n\n\n\n<p>[00:39:08] Joe Dolson: So I think, you know, some people are unpersuadable. There are always going to be a group of people for whom this is simply not, not something they are going to choose to care about. And those people will ultimately only be persuaded by legal action. And so when their company gets sued, they will have no choice but to deal with that. But operating on the assumption that we&#8217;re working with somebody who at least is willing to listen to reason and to, justifications about why this needs to be done.</p>\n\n\n\n<p>There are a lot of arguments in favor of it, in terms of the fact that it makes websites easier to use. It makes processes easier for customers. So there&#8217;s a, there&#8217;s an acquisition aspect. There&#8217;s a sales benefit. Just making things easier to use, making things possible to use by more people.</p>\n\n\n\n<p>It&#8217;s an estimate of around 15% of the world population has some form of disability that could impact their experience on the web. And a lot of that is in cognitive impairments, where they might have problems with distraction, or lack of focus, short term memory loss, and all of those people are going to benefit enormously from the same kinds of principles that go into web accessibility.</p>\n\n\n\n<p>And so on a, on a marketing argument, the very fact that by implementing accessibility, you can increase your potential market by 15% is something that should be relevant. I think there is a perception sometimes that people with disabilities aren&#8217;t a market with money to spend. That&#8217;s a bias that&#8217;s coming through things like, the social security programs for supporting people with disabilities.</p>\n\n\n\n<p>But the fact is, in this era the percentage of people with disabilities who are able to be gainfully employed is rapidly increasing because the digital marketplace takes away a lot of the barriers. You don&#8217;t have to necessarily travel to your job, which might be very difficult if you are visually impaired. Or if you have problems with distraction in an environment, or you just need to be able to get away from over stimulation. So</p>\n\n\n\n<p>that market is increasing. I think, I think it&#8217;s the US number right around now. I happen to do a presentation on Thursday morning about accessible advertising. So a lot of these numbers are things that I&#8217;m remembering from my presentation two days ago, that the estimated buying power of the US disability, people with disabilities, is around 350 billion. But an awfully high number of products cannot be purchased by those people, because they&#8217;re not accessible. There&#8217;s an awful lot of people with disabilities where I buy from this company. Why? Because it&#8217;s the only one I can.</p>\n\n\n\n<p>[00:41:58] Nathan Wrigley: That is absolutely fascinating. And it really speaks to the question that I asked. If you have a boss who doesn&#8217;t care, potentially this is the quickest route to somebody caring. There is a market, it&#8217;s a growing market. You can be more profitable by making these tweaks.</p>\n\n\n\n<p>Final question if that&#8217;s okay? We&#8217;ve talked about a lot. There&#8217;s probably gonna be a lot of confusion about where do I go, how do I find out more about these things? And you&#8217;ve sent me, we had a little shared show notes, and you&#8217;ve sent me a bunch of links. It&#8217;s gonna be difficult for us to spell them all out. I will put every link in the show notes and hopefully get them done correctly. Do you just wanna say something about the best places, the most reliable, the quickest wins, if you like that you have come across where people could? I don&#8217;t know, two or three or four of them that you&#8217;re happy to share.</p>\n\n\n\n<p>[00:42:41] Joe Dolson: So yeah, I mean the list of people I&#8217;ve mentioned, they all have unique perspectives and great information. I always recommend when you&#8217;re trying to get the current best practices on how things really work and what is, what support is available for a particular interaction interface. I like to go to Adrian Roselli. He&#8217;s very, very thorough researcher on accessibility issues. And one of the best things about what he publishes is that he routinely updates things. So his website does not have stale content.</p>\n\n\n\n<p>I shouldn&#8217;t say that absolutely. I haven&#8217;t read everything on his site. It might have stale content, but I&#8217;m not aware of it. So that&#8217;s a great place because you can trust that it&#8217;s going to be current and maintained and is very thorough.</p>\n\n\n\n<p>I also like Haydon Pickering and Scott O&#8217;Hara. That might be O&#8217;Hara. I honestly don&#8217;t know. They both do a lot of nitty gritty experimental of, this is how you use these various accessible interactions. They&#8217;re great resources. And then there&#8217;s a general website, it&#8217;s the A11Y project, the accessibility project. And that publishes articles by a lot of very experienced accessibility practitioners who&#8217;ve been around for a long time, who are new to the industry, but writing really solid information about how things work.</p>\n\n\n\n<p>And then of course there&#8217;s the actual WCAG documentation. There&#8217;s a lot of information from the web accessibility initiative, the WAI working group, and they have an enormous amount of information about just general, what it means to be accessible and what an accessible interface looks like.</p>\n\n\n\n<p>[00:44:25] Nathan Wrigley: Overlays.</p>\n\n\n\n<p>[00:44:26] Joe Dolson: Ha, yes.</p>\n\n\n\n<p>[00:44:27] Nathan Wrigley: Overlays have cropped up. Essentially what we&#8217;re dealing with here is a, click a button, I will solve all of your website accessibility needs. That sounds too good to be true. It sounds too simple to be able to install something, let&#8217;s say it&#8217;s a plugin or a piece of JavaScript or whatever it may be, and to say to yourself, I&#8217;m done. I am compliant. I&#8217;ve done all of the things by installing some small bit of code. Tell me your thoughts about this.</p>\n\n\n\n<p>[00:44:54] Joe Dolson: Well, you know, if things seem too good to be true, it might be because they&#8217;re false. And that is absolutely the case with overlays. If an overlay is claiming, I&#8217;m going to solve your problems, you don&#8217;t need to think about anything else, you are now compliant, that&#8217;s because they&#8217;re lying to you. Flat out lying to you. Because what overlays are is they&#8217;re kind of a side effect of the accident chasing, legal thing. They&#8217;re a reaction of, oh, we have all this AI. We can solve things. We can find all these problems. It&#8217;s amazing. This is fabulous. But they can&#8217;t, because the problems are vastly more complex than they actually think they are.</p>\n\n\n\n<p>So many things simply, you can&#8217;t even test to identify the problem, let alone fix it. So overlays are basically just a disaster.</p>\n\n\n\n<p>[00:45:44] Nathan Wrigley: Is there any scenario in which they represent a decent bridge? In other words if, if you just click that button, get that overlay on there, and then begin the good work that you&#8217;ve described during the podcast, all the other things that you can do. Is there any scenario where that could be recommended? Knowing that it was the temporary kludge.</p>\n\n\n\n<p>[00:46:02] Joe Dolson: Mostly, no. Now I will say that&#8217;s a no in terms of any of the really major overlay vendors, because for the most part, they are actually going to make your website worse. There are certain of those vendors who will absolutely, definitely make it worse. And there are browser extensions that have been marketed directly to the disability community for the sole reason of disabling these overlays because of the problems they cause for people with disabilities.</p>\n\n\n\n<p>There are some extremely narrow categories where an overlay can bridge that, and a lot of the major accessibility corporations as part of their work, they will build an overlay, a custom overlay, which specifically deals with specific problems on your website. And that&#8217;s going to be in cases where the process to actually get the backend code updated is too burdensome, and they need something fast. But it&#8217;s only gonna solve a tiny fraction of those problems.</p>\n\n\n\n<p>That should be something that&#8217;s custom, that&#8217;s targeted. I have a plugin, WP Accessibility. It includes some overlay aspects within it, but they are very targeted because they are targeted at specific things that are known to happen with WordPress or with WordPress themes, and they have known answers.</p>\n\n\n\n<p>And even then, I wouldn&#8217;t say that&#8217;s something that guaranteed to fix everything. It could still cause problems. And you shouldn&#8217;t keep it installed and operating in that manner any longer than you absolutely have to, because fundamentally what you need to do is get the fix in place But these big commercial overlays are just horrendous. They make things worse, period.</p>\n\n\n\n<p>[00:47:44] Nathan Wrigley: There was one further question. Sorry, I was sneaking this one in right at the end. I also asked you to recommend a community that you thought was worth hanging out in, because that&#8217;s often a way to just sort of speed up the process. You find some friends in there and they help you and they point you in the right direction. So, you&#8217;ve mentioned one here. Do you just wanna tell us about that?</p>\n\n\n\n<p>[00:48:01] Joe Dolson: So there&#8217;s a Slack community for web accessibility professionals. It&#8217;s web-a11y.slack.com, and there&#8217;s about 10,000 members of that Slack organization. And it&#8217;s a great place to ask questions, look for advice, read what other people have done, search for past conversations on various topics. It&#8217;s a pretty large Slack. It&#8217;s very active. It&#8217;s kind of the place where the community mostly hangs out I would say.</p>\n\n\n\n<p>[00:48:32] Nathan Wrigley: And should anybody wish to find you Joe, off the back of this. If you&#8217;re willing to share, what are the best places to get in touch with you?</p>\n\n\n\n<p>[00:48:39] Joe Dolson: I&#8217;d say the best places for me, you can find me on Twitter @joedolson, J O E D O L S O N. You can find me in the WordPress Slack, also Joe Dolson. Pretty much anywhere I am, you&#8217;ll find me as Joe Dolson.</p>\n\n\n\n<p>[00:48:54] Nathan Wrigley: Thank you very much for joining us on the show.</p>\n\n\n\n<p>[00:48:56] Joe Dolson: Thank you. Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.joedolson.com/\">Joe Dolson</a>.</p>\n\n\n\n<p>Joe is a WordPress plugin developer, a core committer, and a web accessibility consultant. He’s part of the Make WordPress Accessible team, the team dedicated to improving accessibility in the WordPress ecosystem.</p>\n\n\n\n<p>His recent presentation at WordCamp US entitled ‘<a href=\"https://www.joedolson.com/\">Finding and Fixing the Six Most Common WCAG 2 Failures</a>’, highlights some of the key areas where websites are not as accessible as they should be. The areas we discuss are:</p>\n\n\n\n<ul>\n<li>low contrast text</li>\n\n\n\n<li>missing alternative text</li>\n\n\n\n<li>empty links</li>\n\n\n\n<li>missing form labels</li>\n\n\n\n<li>empty buttons</li>\n\n\n\n<li>missing document language</li>\n</ul>\n\n\n\n<p>Joe explains what each of these problems are, both in terms of how they can be fixed, as well as what people with accessibility requirements might experience when they visit your site.</p>\n\n\n\n<p>We talk about how you can equip yourself with the tools that you need to diagnose these issues, and online resources you can use to discover more about website accessibility.</p>\n\n\n\n<p>It’s Joe’s opinion that you’re better off making a start right now, carrying out incremental changes rather than attempting to solve every single problem that your website might have. Begin the journey and take it one problem at a time.</p>\n\n\n\n<p>We also chat about the fact that there’s an ever growing legal compulsion to make websites follow accessibility guidelines. Lawsuits are going through the courts with greater regularity, so now might be the time to look into this topic.</p>\n\n\n\n<p>That being said, Joe cautions against the use of tools which purport to solve your accessibility issues with minimal effort. A variety of pop-up solutions have emerged onto the market which claim that they can make your site compliant with almost no effort. Joe is adamant that these promises are almost always false and that there’s real work to be done on each website as they’re all unique and have unique problems to solve.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case. Over the coming weeks, I’ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artefacts. Whilst the podcasts are more than listenable, I hope you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.joedolson.com/\">Joe Dolson&#8217;s website</a></li>\n\n\n\n<li><a href=\"https://twitter.com/joedolson\">Joe Dolson&#8217;s Twitter account</a></li>\n\n\n\n<li><a href=\"https://adrianroselli.com/\">Adrian Roselli&#8217;s website</a></li>\n\n\n\n<li><a href=\"https://tink.uk/\">Leonie Watson&#8217;s website</a></li>\n\n\n\n<li><a href=\"https://heydonworks.com/\">Heydon Pickering&#8217;s website</a></li>\n\n\n\n<li><a href=\"https://www.scottohara.me/\">Scott O&#8217;Hara&#8217;s website</a></li>\n\n\n\n<li><a href=\"https://www.a11yproject.com/\">The a11y Project</a></li>\n\n\n\n<li><a href=\"https://web-a11y.slack.com/\">a11y Slack channel</a></li>\n\n\n\n<li><a href=\"https://www.deque.com/axe/\">axe accessibility testing tool</a></li>\n\n\n\n<li><a href=\"https://www.w3.org/WAI/\">W3C Web Accessibility Initiative (WAI)</a></li>\n\n\n\n<li><a href=\"https://wave.webaim.org/\">WAVE Web Accessibility Evaluation Tool</a></li>\n\n\n\n<li><a href=\"https://tenon.io/\">Tenon.io</a></li>\n\n\n\n<li><a href=\"https://pope.tech/\">popetech web accessibility testing &amp; reporting</a></li>\n\n\n\n<li><a href=\"https://webaim.org/\">webAIM website</a></li>\n\n\n\n<li><a href=\"https://webaim.org/projects/million/\">The WebAIM Million report</a></li>\n\n\n\n<li><a href=\"https://www.accessibilityassociation.org/s/\">International Association of Accessibility Professionals: IAAP</a></li>\n\n\n\n<li><a href=\"https://www.aoda.ca/\">Accessibility for Ontarians with Disabilities Act (AODA)</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"Matt: Tumblr Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=63462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2022/09/tumblr-updates/\";s: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:888:\"<p><a href=\"https://www.tumblr.com/staff/696482214233440256/introducing-community-labels-as-you-know-art-and\">Tumblr launched Community Labels yesterday</a>, which allows consistent tagging of addiction, violent, and adult content, and for people to hide, blur, or show that content. It&#8217;s gone pretty well so far. We&#8217;ve still been getting a lot of questions if it&#8217;s going to be free-for-all with adult content again, and the short answer is no, but the longer answer is covered in <a href=\"https://www.tumblr.com/photomatt/696629352701493248/why-go-nuts-show-nuts-doesnt-work-in-2022\">Why “Go Nuts, Show Nuts” Doesn’t Work in 2022</a>.</p>\n\n\n\n<p>If you haven&#8217;t tried out Tumblr in a while, check it out. Lots of improvements the past few months, and it can be a refreshing alternative or add-on to your online social life. And get your friends on it too!</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, 28 Sep 2022 09:40:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:68:\"Do The Woo Community: Thoughts on Translating the WooCommerce Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://dothewoo.io/thoughts-on-translating-the-woocommerce-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"<p>We share some thoughts on how to get started with WooCommerce translation and some of the challenges behind it.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/thoughts-on-translating-the-woocommerce-plugin/\">Thoughts on Translating the WooCommerce Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: WooCommerce Blocks 8.6.0 Introduces Cross-Sells Products Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/woocommerce-blocks-8-6-0-introduces-cross-sells-products-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2915:\"<p><a href=\"https://developer.woocommerce.com/2022/09/27/woocommerce-blocks-8-6-0-release-notes/\">WooCommerce Blocks 8.6.0</a> was released yesterday with support for a new block that displays cross-sells for products that are based on the current product in the customer&#8217;s cart. For example, if a customer is purchasing a new gardener&#8217;s kit, the store may cross-sell gardening gloves as a complementary product. </p>\n\n\n\n<p>This is a new feature is only available to users in the cart, as the idea is to catch the customer at the moment of buying and encourage them to purchase additional products. These are not simply best-selling products but rather are carefully curated to be specific to the item in the cart.</p>\n\n\n\n<p>Cross-sells will show up beneath the cart&#8217;s contents automatically after the store owner identifies them in the product&#8217;s &#8220;linked products&#8221; setting. At the moment, cross-sells are limited to two rows of three products.</p>\n\n\n\n<img />\n\n\n\n<p>Cross-sells show up near the bottom of the cart page before the customer clicks to checkout. This seems like it is squeezed into a crowded place as an afterthought. If you want to make the cross-sells more prominent or change where they appear on the page, it is possible but requires a few extra steps.</p>\n\n\n\n<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks</a> is like the Gutenberg plugin for WooCommerce &#8211; it&#8217;s a feature plugin that serves as a place to iterate and test new blocks, and get access to bleeding edge features. With this plugin installed, you can <a href=\"https://woocommerce.com/document/using-the-new-block-based-checkout/\">enable the block-based cart</a> by deleting the cart shortcode on the cart page and adding the Cart block.</p>\n\n\n\n<p>Cross-sells now appear in the block-based cart but it is locked in place and cannot be moved up or down on the page. If you want to customize this block further, you must uncheck the boxes that are disabling movement. </p>\n\n\n\n<img />\n\n\n\n<p>After testing the Cross-Sells block, I found that it is still very limited in how it can be customized. The current experience of this block seems more like a placeholder and it could definitely benefit from more customization options, such as background color options, width adjustment, and the ability to change how the individual products inside the box are displayed. Right now it only has one option to set the number of cross-sells products to display. I was able to move the block to the top of the cart page but could not do much more with it.</p>\n\n\n\n<p>The WooCommerce team has requested feedback on the new block and will continue to iterate on it. Version 6.8.0 of WooCommerce Blocks also adds half a dozen fixes and improves compatibility with <a href=\"https://woocommerce.com/document/woopay-customer-documentation/\">WooPay</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, 28 Sep 2022 04:06:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WooSesh Publishes Schedule Ahead of Virtual Event October 11-13, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/woosesh-publishes-schedule-ahead-of-virtual-event-october-11-13-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1825:\"<p><a href=\"https://woosesh.com/\">WooSesh</a>, a virtual conference for WooCommerce professionals and store builders, has published the schedule for the upcoming three-day event beginning on October 11. This year&#8217;s lineup includes 24 speakers from across the WooCommerce ecosystem, including engineers, product managers, sales directors, and WooCommerce core developers. </p>\n\n\n\n<p>Each day of the event has a theme with sessions running from 12PM &#8211; 4PM EST. WooCommerce CEO Paul Maiorana will deliver the keynote address on Day 1, and the subsequent presentations will feature topics focused around where WooCommerce is going and how to improve sales.</p>\n\n\n\n<img />\n\n\n\n<p>Day 2 will be dedicated to automation, personalization, and expanding WooCommerce. This will include topics like &#8220;Think like a Product Manager When Launching Your Store&#8221; and more technical sessions such as &#8220;The Journey to Enterprise Headless WooCommerce.&#8221; Attendees will learn how to maximize retention with customer-controlled subscriptions, how to clone or migrate a WooCommerce shop, and more.</p>\n\n\n\n<p>Day 3 will shift focus to speed, security, integrations, and stability, featuring sessions on improving product variations, how to fix performance issues, and how to work with WooCommerce REST APIs.  Each day will recap with the &#8220;Do the Woo&#8221; podcast, produced by Bob Dunn.</p>\n\n\n\n<p><a href=\"https://woosesh.com/register/\">Registration is still open</a> and it&#8217;s free to attend. The event will have topics spanning every aspect of working with WooCommerce &#8211; from store management to product development to marketing. Tickets include access to all presentations and workshops as they are being broadcast live, the WPSessions Slack for event Q&amp;A, and virtual swag from sponsors.</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, 28 Sep 2022 01:29:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Post Status: When and When Not to Use Headless 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:32:\"https://poststatus.com/?p=125820\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://poststatus.com/when-and-when-not-to-use-headless-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:1500:\"<p><strong>Keanan Koppenhaver</strong> explains over at <strong>WP Mayor</strong>: <a href=\"https://wpmayor.com/when-and-when-not-to-use-headless-wordpress/\">When and When Not to Use Headless WordPress</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you have a strong frontend team that’s comfortable interfacing with APIs and is used to communicating changes and working with more distributed systems, then it might make sense for them to focus on the frontend of the site while a separate team works on the actual WordPress piece.</p><p>However, if you’re more of a solo freelancer or don’t have a lot of experience in more distributed systems, version control, deployment, etc, it might make sense to stick with a more traditional WordPress setup.</p></blockquote>\n\n\n\n<p>This is the best, briefest explanation I\'ve seen of <em>why</em> Headless WordPress matters and <em>who</em> it matters to:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Headless WordPress can be a powerful paradigm that allows you to leverage modern technologies and bridge the gap between an editorial experience that content creators are familiar with, while still being able to use some newer tech that hasn’t come to the WordPress ecosystem yet.</p></blockquote>\n\n\n\n<p>A lot of writing about headless has focused on the technical &#8220;what&#8221; question. The when, why, and who questions matter much more.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 20:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WordPress.org blog: WordPress 6.1 Beta 2 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5835:\"<p><em><strong>WordPress 6.1 Beta 2 is now available for download and testing.</strong></em></p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.1 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta2</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. This detailed guide is an excellent start if you have never tested a beta release before.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable&nbsp;writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">300 tickets for WordPress 6.1 core</a>. More fixes are on the way in the remainder of the 6.1 release cycle.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p>Want to know what’s new in version 6.1? <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Read the initial Beta 1 announcement</a> for some details, or check out the <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">product walk-through recording</a>.</p>\n\n\n\n<h2><strong>What’s new in Beta 2</strong></h2>\n\n\n\n<p>Here are some updates since last week&#8217;s Beta 1 release:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">24 issues addressed in GitHub</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A haiku for Beta 2</h2>\n\n\n\n<p>WordPress six-point-one,<br />Please help test Beta 2 now.<br />Best release ever.<br /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">@robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</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, 27 Sep 2022 18:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"Do The Woo Community: Stories of Translation, Community and Sustainability with Vachan, Maja and Simon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://dothewoo.io/translation-community-sustainability-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:406:\"<p>Stories of Translation, Community and Sustainability with Vachan, Maja and Simon</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/translation-community-sustainability-woocommerce/\">Stories of Translation, Community and Sustainability with Vachan, Maja and Simon</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 09:45: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:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Molten: A Free WordPress Block Theme for Restaurants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/molten-a-free-wordpress-block-theme-for-restaurants\";s: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:2635:\"<p><a href=\"https://wordpress.org/themes/molten/\">Molten</a> is a new block theme from first-time WordPress.org theme author <a href=\"https://www.paultruong.dev/\">Paul Truong</a>, designed for chefs and restaurateurs to showcase their work. The theme puts the spotlight on food photography offset with bold typography featuring the Playfair Display font for headings and Source Sans Pro for paragraph text. </p>\n\n\n\n<img />\n\n\n\n<p>Truong is working on setting up a marketing site for the theme so there is no demo at this time. One drawback is that it does not include any full-page patterns where you can quickly build a homepage or menu page without having to think about how the design should go together. You will have to rely on your own sense of design but Molten comes packaged with ample patterns for building pages. </p>\n\n\n\n<p>Molten has four different hero patterns, three &#8220;coming soon&#8221; patterns, and six &#8220;call to action&#8221; patterns in various layouts (media and text, full width cover with text and button, and three columns with images and content). The theme also comes with a large gallery block pattern and multiple location pattern designs. </p>\n\n\n\n<img />\n\n\n\n<p>There&#8217;s almost nothing worse than a restaurant website that makes you download a PDF menu. It&#8217;s not mobile or SEO-friendly, and downloading a separate file is a terrible user experience. Restaurateurs have traditionally used PDFs because it&#8217;s easier to update it by uploading and replacing the old files. It&#8217;s also easier to design it to approximate the printed menu. Blocks can make it easier for restaurants to abandon this practice of using PDFs. A block-based menu can be quickly edited and expanded as necessary without messing with uploading any files.</p>\n\n\n\n<p>Molten includes four Menu block patterns with different layouts for wine lists, dishes, and pricing.</p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p> Molten packages nine templates and five template parts for users who want to dig into full-site editing. There are multiple light and dark footer and header designs, search, archive, a completely blank template, and more. It includes four style variations which can significantly change the mood of the website.</p>\n\n\n\n<img />\n\n\n\n<p>Overall, the theme has just about anything a restaurant or &#8220;coming soon&#8221; establishment may need in terms of layout and design. The default color palette has a simple black and white typography-forward design that puts the emphasis on the food. <a href=\"https://wordpress.org/themes/molten/\">Molten</a> is available for free from the WordPress Themes Directory.</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, 27 Sep 2022 04:03:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://dothewoo.io/wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"<p>Every year WordPress has a Translation Day. Get involved and think about translating the WooCommerce plugin.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordpress-translation-day/\">WordPress Translation Day</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2022 12:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Gutenberg Times: Accessibility-ready Block Themes, Image AI for WordPress, WordPress 6.1 Beta – Weekend Edition 230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://gutenbergtimes.com/accessibility-ready-block-themes-image-ai-for-wordpress-wordpress-6-1-beta-weekend-edition-230/\";s: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:14053:\"<p>Howdy, </p>\n\n\n\n<p>And so it begins. The first Beta release for WordPress 6.1  is out. The test team compiled an excellent <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">call for testing</a> with all the instructions on the features coming to a WordPress instance near you. Following it, would be a high-impact way to contribute to the open-source project, if you are searching for opportunities like that. </p>\n\n\n\n<p>The rest of the news you&#8217;ll find below. </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-1\">WordPress 6.1</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-a-href-https-gutenbergtimes-com-gutenberg-14-1-classic-themes-using-block-template-parts-and-future-of-contributing-to-wordpress-weekend-edition-229-4-p-plugins-themes-and-tools-for-nocode-site-builders-and-owners-a\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-i\">AI-generated images for WordPress</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<h3 id=\"1-word-press-6-1\">WordPress 6.1</h3>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong> &#8211; It&#8217;s going to be another great release with some great new features for the block editor, the site editor and themes developers and also various new ways to extend the user experience for plugins and themes. <a href=\"https://make.wordpress.org/core/6-1/\">To learn more about the release team and schedule for WordPress 6.1 </a></p>\n\n\n\n<p><strong>Brian Alexander</strong> and team published the post <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\"><strong>Help Test WordPress 6.1</strong></a> with instructions on how to set up your test environment, a list of features to test with details instructions. They also have a few testing tips for you. Going through the test scenarios, is actually a great way to learn about the new features fast, and contribute to WordPress. </p>\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>?️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-73-design-tools-in-wordpress-6-1/\">Gutenberg Changelog #73 – Gutenberg 14.1, next default theme, design Tools in WordPress 6.1</a> with special guest, Channing Ritter, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_blank\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/09/block-based-template-parts.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/block-based-template-parts-for-classic-themes/\" target=\"_blank\" rel=\"\"><span>Block-Based Template Parts: A Happy Medium Between Classic and Block Themes</span></a></div><div class=\"ngl-article-excerpt\">I was one of the early adopters of the block editor as a developer. Despite the flak that the Gutenberg plugin was catching before it was merged into core WordPress,&hellip;</div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Nathan Wrigley</strong> interviewed <strong>Rich Tabor</strong>, early block adopter, now design director at Extendify in the 296 episode of the WPbuilds podcast: <a href=\"https://wpbuilds.com/2022/09/22/296-gutenberg-fse-block-themes-variants-blocks-rich-tabor-on-the-whole-lot/\"><strong>296 – Gutenberg, FSE, Block Themes (Variants), Blocks, Rich Tabor on the whole lot</strong></a></p>\n\n\n\n<p>&#8220;Fun aside: I started, and nearly finished, Wei on the flight back from WordCamp Europe. A couple years ago, this would’ve taken weeks — at least.&#8221; Rich Tabor said. You can find Tabor&#8217;s block themes, <a href=\"https://wordpress.org/themes/wei/\">Wei</a> and <a href=\"https://wordpress.org/themes/wabi/\">Wabi</a>, in the WordPress repository. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the Torque Social Hour, <strong>Mike McAlister</strong> explains <a href=\"https://www.youtube.com/watch?v=gmWLwlJJa3c\"><strong>Why WordPressers should start building real sites with FSE</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Two new tools</strong> are available for faster development for the WordPress block editor. <strong>Victor Ramirez</strong> and the team of <em>Abstract Agency</em> have been working on  two tools and made them available for developers on <a href=\"https://wptests.abstractwp.com/\">WPTests</a></p>\n\n\n\n<p>The <strong><a href=\"https://github.com/abstractwp/block-unit-test\">Block Unit Test</a></strong> in an update on Rich Tabor&#8217;s early and now closed  plugin. After you install the plugin is adds a page to your site with every Gutenberg block and their variations, so you can ensure your theme fully supports the latest version of the block editor.</p>\n\n\n\n<p>The <strong><a href=\"https://github.com/abstractwp/theme-test-data\">Theme Test Data</a></strong> plugin make the  import and export of the WordPress <a href=\"https://github.com/WPTT/theme-test-data\">Theme Team Test Data</a> easy. </p>\n\n\n\n<p>A word of caution, these are early stages on the plugins, but they are already saving you a lot of time, testing themes for the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The resources for the <strong>Build your First Block Theme</strong> workshop, held by <strong>Daisy Olsen</strong> at WordCamp US are now available for any developer interested in following this workshop autonomously. <a href=\"https://github.com/DaisyOlsen/wcus2022/\">Repo</a>&nbsp;and&nbsp;<a href=\"https://docs.google.com/presentation/d/1Y3t8kbsG4FL8tREbvpAjG4jxGuWXCD7QeeHyaYfteJs/edit#slide=id.g145858b8fed_0_231\">slides</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=97qEgwMS2v8\">I use Full Site Editing in WordPress for the first time</a> is the recording of <strong>Mike Wilkinson&#8217;s</strong> experience of first using FSE and his thoughts on it.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark </strong>explains <a href=\"https://fullsiteediting.com/lessons/how-to-add-box-shadows-with-theme-json/\"><strong>How to add box-shadows with theme.json</strong></a> to your theme. The ability to add box-shadows to blocks is a new feature in Gutenberg 14.1 and in the upcoming WordPress 6.1 release, but you can only enable theme through the theme.json file. As this is the first version, they don&#8217;t have any interface representation in the site editor yet. </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"4-a-href-https-gutenbergtimes-com-gutenberg-14-1-classic-themes-using-block-template-parts-and-future-of-contributing-to-wordpress-weekend-edition-229-4-p-plugins-themes-and-tools-for-nocode-site-builders-and-owners-a\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Sarah Gooding</strong> reports that <a href=\"https://wptavern.com/twenty-twenty-two-is-the-first-default-block-theme-to-get-tagged-as-accessibility-ready\"><strong>Twenty Twenty-Two Is the First Default Block Theme to Get Tagged as Accessibility-Ready</strong></a></p>\n\n\n\n<p>&#8220;The&nbsp;<a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">accessibility-ready</a>&nbsp;tag can be applied to themes in the directory that have successfully completed an accessibility audit for the minimum requirements established by the Themes team. Theme authors are encouraged to exceed those requirements, which are laid out in a tiered set of&nbsp;<a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/required/\">required</a>&nbsp;and&nbsp;<a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/recommended/\">recommended</a>&nbsp;guidelines.&#8221; Gooding wrote. </p>\n\n\n\n<p>She also found two more block themes with the accessibility-ready tag: </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/jace/\">Jace</a>&nbsp;by Themes Team contributor Carolina Nymark, and&nbsp;</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/w3csspress/\">W3CSSPress</a>&nbsp;by Matteo Marchiori</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After <a href=\"https://wordpress.org/themes/bright-mode/\">BrightMode,</a> <strong>Brian Gardner</strong> also submitted <a href=\"https://wordpress.org/themes/design-mode/\"><strong>Design Mode theme</strong></a> to the WordPress Directory. He described it like this: &#8220;It is stylish and sophisticated, and the minimalistic design is perfect for freelancers and agencies looking to showcase their services and work.&#8221; </p>\n\n\n\n<p><strong>Sarah Gooding</strong> has the skinny for you in <a href=\"https://wptavern.com/design-mode-a-free-portfolio-block-theme-designed-for-freelancers-and-agencies\"><strong>Design Mode: A Free Portfolio Block Theme Designed for Freelancers and Agencies</strong></a></p>\n\n\n\n<h3 id=\"5-i\">AI-generated images for WordPress</h3>\n\n\n\n<a href=\"https://wordpress.org/plugins/search/Block+Diffusion/\"><img /></a>Screenshot of <a href=\"https://wordpress.org/plugins/search/Block+Diffusion/\">two plugins offering AI-generated images for WordPress.</a>\n\n\n\n<p>My exploration into Image AI and WordPress continues. A few days ago, I read Sarah Gooding&#8217;s article <a href=\"https://wptavern.com/new-block-diffusion-plugin-creates-ai-generated-images-from-text-prompts\"><strong>New Block Diffusion Plugin Creates AI-Generated Images from Text Prompts</strong></a>, covering a new plugin by <strong>Kevin Batdorf</strong> that uses the open-source Stable Diffusion AI and brings it to the content creators using WordPress. The plugin is called <a href=\"https://wordpress.org/plugins/stable-diffusion/\"><strong>Block Diffusion</strong></a>. &#8220;This plugin interfaces with the Replicate API and allows you to run open-source models via their cloud API. Add the block to a page and select a model to enter your API token.&#8221;</p>\n\n\n\n<p>I tested it against the plugin, I have been using: <strong><a href=\"https://wordpress.org/plugins/imajinn-ai/\">Imajinn – Magical AI Image Generation like DALL·E</a>.</strong> The latter gives me more images, allows for more style settings, and offers improvements like additional variations or face correction, similar to Midjourney&#8217;s creation process. </p>\n\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2022 12:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: New Prototype Runs WordPress in the Browser with No PHP Server\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server\";s: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:3820:\"<p>Automattic-sponsored core contributor Adam Zielinski published a demo today of <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">WordPress running in the browser</a> with no PHP server. This is accomplished using <a href=\"https://webassembly.org/\">WebAssembly</a> (WASM), a format for a stack-based virtual machine that enables deployment on the web for client and server applications, and <a rel=\"noreferrer noopener\" href=\"https://emscripten.org/\" target=\"_blank\">Emscripten</a>, an open source compiler toolchain to WebAssembly. It&#8217;s not stable yet but the concept is intriguing, as it opens up a world of potential use cases.</p>\n\n\n\n<img />image source: demo from <a href=\"https://github.com/adamziel/wordpress-wasm\">wordpress-wasm</a> repo\n\n\n\n<p>The project is <a href=\"https://github.com/adamziel/wordpress-wasm\">available on GitHub</a> and Zielinski briefly explained how it works:</p>\n\n\n\n<ul>\n<li>PHP is compiled to WASM with <a rel=\"noreferrer noopener\" href=\"https://emscripten.org/\" target=\"_blank\">Emscripten</a></li>\n\n\n\n<li>WordPress is packaged into a data bundle</li>\n\n\n\n<li>A service worker traps HTTP requests and re-routes them to WordPress</li>\n</ul>\n\n\n\n<p>The project uses the <a rel=\"noreferrer noopener\" href=\"https://github.com/aaemnnosttv/wp-sqlite-db\" target=\"_blank\">wp-db-sqlite</a> plugin to run WordPress with SQLite, as WASM doesn&#8217;t support MySQL.</p>\n\n\n\n<p>Zielinski detailed some possible applications for running WordPress in the browser, which he said could &#8220;transform learning, contributing, and using WordPress:&#8221;</p>\n\n\n\n<ul>\n<li> making WordPress handbook code samples runeditable (<a href=\"https://adamziel.github.io/tutorial.html\">early preview</a>)</li>\n\n\n\n<li>providing an in-browser IDE to assist new contributors without having without having to set up a local development environment (<a href=\"https://stackblitz.com/edit/wp-plugin-playground\">early preview</a>)</li>\n\n\n\n<li>creating an in-browser IDE for testing code on different WordPress, PHP, and Gutenberg versions</li>\n\n\n\n<li>scaling WordPress up by spinning up many tiny self-contained WASM instances directly on the edge servers.</li>\n\n\n\n<li>embedding a demos of a plugin, pattern, or theme (example: <a href=\"https://wpreadme.com/\">wpreadme.com</a>)</li>\n\n\n\n<li>importing an existing WordPress website into WASM runtime to create a staging website</li>\n</ul>\n\n\n\n<p>The prototypes are in their very early stages and have a few limitations right now. The block editor works but not the site editor, and the sites in the browser cannot communicate with WordPress.org to fetch plugins and themes.</p>\n\n\n\n<p>Zielinski is eager to recruit contributors to help build out this vision and make it a reality. It&#8217;s quite an undertaking but the benefits contributors and developers stand to gain from having the ability to instantly spin up an in-browser IDE for WordPress are enormous. </p>\n\n\n\n<p>&#8220;Learning WordPress and writing code used to be separated,&#8221; Zielinski said regarding using Stackblitz to create more interactive docs. &#8220;Now they can be one and the same. From runnable code snippets to new, svelte-like docs formats, <a href=\"https://blog.stackblitz.com/posts/introducing-webcontainers/\">WebContainers</a> + WebAssembly WordPress is an educational game-changer.&#8221;</p>\n\n\n\n<p>For more technical details on how this works, check out Zielinski&#8217;s <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">post</a> and click through to the various demos. The <a href=\"https://github.com/adamziel/wordpress-wasm\">repository</a> for the project includes a pre-built demo that anyone can run with more instructions for building the assembly yourself.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2022 03:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Twenty Twenty-Two Is the First Default Block Theme to Get Tagged as Accessibility-Ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/twenty-twenty-two-is-the-first-default-block-theme-to-get-tagged-as-accessibility-ready\";s: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:3653:\"<p>After a seven-month long <a href=\"https://core.trac.wordpress.org/ticket/55172\">effort</a> across multiple contributor teams, the Twenty Twenty-Two (TT2) default theme will be tagged as &#8220;Accessibility-Ready&#8221; when WordPress 6.1 ships in November. It is the first block theme to meet the requirements for gaining this distinction. During its development the theme was also tested and <a href=\"https://github.com/WordPress/twentytwentytwo/issues/82\">found to meet WCAG AA level accessibility requirements</a>.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">accessibility-ready</a> tag can be applied to themes in the directory that have successfully completed an accessibility audit for the minimum requirements established by the Themes team. Theme authors are encouraged to exceed those requirements, which are laid out in a tiered set of <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/recommended/\">recommended</a> guidelines. </p>\n\n\n\n<p>It is important to note that themes tagged as accessibility-ready do not necessarily meet <a href=\"https://make.wordpress.org/accessibility/handbook/make/which-questions-should-you-ask/#levels-of-accessibility\">any level of formal accessibility requirements</a>, as those measurements apply to content and cannot be applied to a theme.</p>\n\n\n\n<p>Getting the tag added to Twenty Twenty-Two was delayed due to a few issues that required collaboration across teams. One of the important ones was the theme having <a href=\"https://github.com/WordPress/twentytwentytwo/issues/233\">multiple H1 headings</a> per page. Although WCAG guidelines do not prohibit more than one H1 on a page, the <code>accessibility-ready</code> guidelines required no more than one H1 per page. Some participants in the discussion suggested that the requirements needed to change.</p>\n\n\n\n<p>&#8220;The reason the theme accessibility-ready guidelines are stricter than WCAG is mostly for clarity: the guidelines were written to be easily testable and explicit,&#8221; Accessibility Team contributor Joe Dolson commented on the ticket.</p>\n\n\n\n<p>&#8220;The point being that we couldn&#8217;t provide extensive accessibility training to theme reviewers, so we needed the rules to be as narrow as possible. As long as we update the guidelines in a way that still meets that criteria, I think it would be fine.&#8221;</p>\n\n\n\n<p>The Themes and Accessibility teams reached a consensus on how the accessibility-ready tag will apply to block themes so contributors could move forward with adding the tag.</p>\n\n\n\n<p>&#8220;We should keep in mind that a breakage to the accessibility of WordPress block output will impact all block themes, so those failures are quite serious, but as it stands now the theme meets all expected criteria,&#8221; Dolson <a href=\"https://core.trac.wordpress.org/ticket/55172#comment:47\">said</a>.</p>\n\n\n\n<p>The WordPress Themes Directory currently has just 94 themes tagged as &#8220;<a href=\"https://wordpress.org/themes/tags/accessibility-ready/\">accessibility-ready</a>&#8221; and only two of them also have <a href=\"https://wordpress.org/themes/tags/accessibility-ready+full-site-editing/\">support for full-site editing</a> &#8211; <a href=\"https://wordpress.org/themes/jace/\">Jace</a> by Themes Team contributor Carolina Nymark, and <a href=\"https://wordpress.org/themes/w3csspress/\">W3CSSPress</a> by Matteo Marchiori. Twenty Twenty-Two will be joining them on November 1, 2022, the anticipated release date of of WordPress 6.1.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 21:45:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Post Status: First of the Independents\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://poststatus.com/first-of-the-independents/\";s: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:3785:\"<h2 id=\"h-it-s-a-great-time-for-wordpress-agencies-and-product-companies-of-any-size\">It\'s a great time for WordPress agencies and product companies of any size</h2>\n\n\n\n<div class=\"wp-container-7 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Consolidation through mergers and acquisitions isn\'t the only big business story in WordPress. Partnerships are increasing too. Founders investing in founders. Product companies and agencies expanding their own ecosystems. Informal partnerships to protect common interests. There are a lot of ways to grow on your own terms in WordPress.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Ever since the spike in <a href=\"https://poststatus.com/acquisitions/\">big acquisitions</a> of (mostly product-based) WordPress companies last year the space has had a &#8220;last of the independents&#8221; mood as (mostly product companies) wonder if they\'re all going to be caught up in large conglomerates — or left behind. (The latest acquisition was announced yesterday. Congrats to <strong>PublishPress</strong>!)</p>\n\n\n\n<p>But that\'s not the only kind of deal happening in the industry. Far from it!</p>\n\n\n\n<p>Look at the partnerships Atarim has forged with <strong><a href=\"https://poststatus.com/atarim-and-mainwp-partner-up/\">MainWP</a></strong> and now <strong><a href=\"https://poststatus.com/atarim-and-rocket-net-partnership/\">Rocket.net</a></strong> after <a href=\"https://poststatus.com/agency-business-brief-for-the-week-of-september-12/\">a funding round</a> from <strong>Automattic</strong>, <strong>Newfold</strong>, and <strong>Yoast</strong>&#8216;s founders, among others.</p>\n\n\n\n<p>WordPress founders investing in WordPress founders will grow the market without mergers thinning out the ecosystem\'s biodiversity. <strong>GridPane</strong>&#8216;s founder and CEO <strong>Patrick Gallagher</strong> said <a href=\"https://poststatus.com/agency-business-brief-for-the-week-of-september-12/\">their funding round</a> was &#8220;incredibly company-friendly because we\'ve retained 100% control of the business and its direction.&#8221; </p>\n\n\n\n<p>Or take the <strong>Gravity Forms</strong> ecosystem cultivating its own extension and services market, encouraging members of their own team to start businesses in that space (<a href=\"https://poststatus.com/gravity-flow-makes-custom-form-administrative-workflows-simple/\">way back in 2015</a>) and then <a href=\"https://poststatus.com/what-does-professionalism-mean-in-wordpress/\">bringing them back under Gravity\'s wing</a> years later.</p>\n\n\n\n<p>There are a lot of ways to grow on your own terms in WordPress. </p>\n\n\n\n<p>Not all partnerships are about the direct exchange of dollars either. At WCUS I had a number of conversations about informal partnerships between hosting companies to deal with <a href=\"https://poststatus.com/open-secrets-forced-updates-in-wordpress/\">security issues</a>, fraudsters, piracy, and other potential spoilers in the commons. </p>\n\n\n\n<p>It\'s a unique and powerful way to sustain the Open Web —</p>\n\n\n\n<p>Independence through partnership. </p>\n\n\n\n<p>Growth by traveling together.</p>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 07:58: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: The Ellipsis Weather Report is Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/the-ellipsis-weather-report-is-live/\";s: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:3743:\"<div class=\"wp-container-9 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Every week, Ellipsis\' Weather Report will show how much WordPress and WooCommerce search and advertiser activity has increased or dropped relative to the previous week. By watching these two trendlines, you can gauge whether your own search and sales trends are performing in line with the industry at large. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p>A few weeks ago, <strong>Alex Denning</strong> <a href=\"https://getellipsis.com/blog/launching-the-weather-report/\">shared a preview</a> of <strong>Ellipsis</strong>&#8216; <strong>Weather Report</strong>, a representation of data from their <strong><a href=\"https://getellipsis.com/falcon-ai/\">FALCON AI</a></strong> that is now serving up a live view of the WordPress industry.</p>\n\n\n\n<blockquote><p>&#8220;We’ve never had this insight before, and it is exciting and terrifying to bring this kind of &#8216;live\' view of the industry, to the industry.&#8221; </p><cite>Alex Denning</cite></blockquote>\n\n\n\n<h2 id=\"h-weekly-updates\">Weekly Updates</h2>\n\n\n\n<p>The Weather Report auto-updates with new data every Monday morning (UK time), and <a href=\"https://getellipsis.com/weather-report/\">you can view the report here</a>. It\'s showing two live trendlines for WordPress and WooCommerce. The data can be downloaded, and there\'s more information about Ellipsis\' methodology available now, which has been reviewed by Dr. Oliver Crook, at the Department of Statistics at the University of Oxford. “Using aggregation of market data and bimonthly median smoothing, Ellipsis gives a robust estimate of the current state of the WordPress market,” according to Dr. Crook.</p>\n\n\n\n<h2>What\'s Being Measured?</h2>\n\n\n\n<p>Ellipsis processes and stores data on tens of thousands of WordPress and WooCommerce keywords to power their FALCON AI. Data points they include are keyword metrics, advertiser activity, performance metrics, and rich data around URLs in the search results for each keyword. This data provides deep insight into what WordPress and WooCommerce solutions people are searching for on the web. </p>\n\n\n\n<p>According to Ellipsis, &#8220;The score is <em>relative</em> to itself and calculated on a 4-week rolling basis.&#8221; Specifically, &#8220;The score each week is the 4-week rolling average of the blended search and advertiser activity data.&#8221; If you compare your own business and search trend analyses to the Weather Report trends, you\'ll see whether your data is in line with them — or higher or lower. The Weather Report trendlines are intended to serve WordPress businesses this way, as an orienting benchmark. </p>\n\n\n\n<h2>Bringing New Data About WordPress to the WordPress Business Community</h2>\n\n\n\n<p>&#8220;We’ve never had this insight before, and it is exciting and terrifying to bring this kind of &#8216;live\' view of the industry, to the industry,&#8221; says Alex. &#8220;We’ve all enjoyed the comfort of an ever-growing ecosystem, and the Weather Report will show us the extent to which that does or doesn’t continue.&#8221;</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 06:09:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Post Status: WordPress Community News Roundup for the Week of September 19, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://poststatus.com/wordpress-community-news-roundup-for-the-week-of-september-19-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5212:\"<div class=\"wp-container-11 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The Post Status Member Spotlight turns onto Tom Greenwood this week. The WordPress community conversation about accessibility at WordCamps continues on Twitter, WP Builds, Post Status Draft, and Post Status Excerpt. Let\'s have WordPress Accessibility for All!  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-post-status-member-spotlight-tom-greenwood\"><a href=\"https://poststatus.com/member-spotlight-tom-greenwood/\">Post Status Member Spotlight: Tom Greenwood</a></h2>\n\n\n\n<p><strong>Tom Greenwood</strong> is the co-founder and Managing Director of <a href=\"https://wholegraindigital.com\" target=\"_blank\" rel=\"noreferrer noopener\">Wholegrain Digital</a>, a sustainability-focused WordPress agency that is a certified <strong><a href=\"https://www.bcorporation.net/en-us/\">B Corp</a></strong>. Tom has led a number of environmentally concerned projects in the web design sector including the <strong><a href=\"https://www.sustainablewebmanifesto.com/\">Sustainable Web Manifesto</a></strong> and the website carbon calculator at <a href=\"https://WebsiteCarbon.com\" target=\"_blank\" rel=\"noreferrer noopener\">WebsiteCarbon.com</a>. He is the author of <a href=\"https://abookapart.com/products/sustainable-web-design\" target=\"_blank\" rel=\"noreferrer noopener\">Sustainable Web Design</a>, published by <strong>A Book Apart</strong> in 2021. </p>\n\n\n\n<p><a href=\"https://poststatus.com/member-spotlight-tom-greenwood/\">READ MORE →</a></p>\n\n\n\n<h2 id=\"h-accessibility-at-wordcamps\">Accessibility at WordCamps</h2>\n\n\n\n<p>Well, it seems <a href=\"https://poststatus.com/5-days-without-a-shower/\">my post about accessibility at WCUS</a> has got some things moving! As a result, it’s been a topic of podcasts — <a href=\"https://wpbuilds.com/2022/09/20/this-week-in-wordpress-222/\">WP Builds</a>, <a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">Post Status Excerpt</a>, and <a href=\"https://poststatus.com/wcus-2022-in-review/\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status Draft</a> — and it\'s come up in several <a href=\"https://twitter.com/michelleames/status/1570445969665462275?s=20&t=sKIboNVX1gLJfFCajobJnA\">Twitter conversations</a>. As a result, WordCamp leaders have reached out to me to say they’re taking it seriously. Many people have DM’d me about how to do better. And <strong>Michele Butcher-Jones</strong> is starting a website to provide resources for <strong>WordPress Accessibility for All</strong>. (To be launched this fall.) It turns out that advocating for yourself and others is always a good thing.</p>\n\n\n\n<p><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">LISTEN TO THE EXCERPT →</a></p>\n\n\n\n<h2><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">WCUS Afterthoughts, Accessibility, and Pay Transparency — Post Status Excerpt (No. 69)</a></h2>\n\n\n\n<p><strong>Dan Knauss</strong> and <strong>Nyasha Green</strong> talk about their <strong>WordCamp US</strong> experiences both good and bad. Their conversation focuses on accessibility and disability too. They both reflect on the accessibility challenges and failures <strong>Michelle Frechette</strong> shared in <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> before turning to <a href=\"https://poststatus.com/salary-transparency-why-not/\">an important article</a> by <strong>Piccia Neri</strong> that was published at Post Status last week.</p>\n\n\n\n<p><a href=\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\">LISTEN NOW →</a></p>\n\n\n\n<div class=\"wp-container-12 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-quick-links\">Quick Links</h2>\n\n\n\n<ul><li><a href=\"https://poststatus.com/is-there-a-self-employment-gap-in-wordpress-event-attendance/\">Is there a self-employment gap in WordPress event attendance?</a></li><li><a href=\"https://poststatus.com/making-events-accessible-and-websites-under-1kb/\">Making Events Accessible and Websites Under 1kB</a>. Both are possible&#8230;</li><li><a href=\"https://twitter.com/hdv\">@hdv</a>: &#8220;If you want to get better at making accessible websites, my #1 tip is: improve your understanding of how people use the web. <a href=\"https://twitter.com/TetraLogical\">@TetraLogical</a> has great videos that help with this.&#8221; (<a href=\"https://hidde.blog/\">Hidde de Vries</a>)</li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 05:08:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Post Status: Post Status Excerpt (No. 69) — WCUS Afterthoughts, Accessibility, and Pay Transparency\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://poststatus.com/wcus-afterthoughts-accessibility-and-pay-transparency/\";s: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:51966:\"<div class=\"wp-container-15 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordCamp US, accessibility, disability, Ny\'s &#8220;blood feud&#8221; with Uber, and salary transparency are the topics Dan Knauss and Nyasha Green take on this week for The Excerpt. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">Dan and Ny talk about their <strong>WordCamp US</strong> experiences both good and bad. Their conversation focuses on accessibility and disability. Ny had an experience with Uber at WCUS that made her agree with Dan\'s preference for traditional and preferably unionized taxi companies or public transit. They both reflect on the accessibility challenges and failures <strong>Michelle Frechette</strong> shared in <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> before turning to <a href=\"https://poststatus.com/salary-transparency-why-not/\">an important article</a> by <strong>Piccia Neri</strong> that was published at Post Status last week. </p>\n\n\n\n<p>Piccia\'s article considers the value of salary transparency in hiring and job listings after asking WordPress employers why they <em>don\'t</em> advertise a salary range in listings. Ny is optimistic pay transparency will soon be the norm in US law. Dan is optimistic the WordPress community can make the changes it needs out of empathy and regard for others plus the motivation to build a high quality, professional workforce. They both close out this episode expressing gratitude for the WordCamp organizers and volunteers who made WCUS possible this year.</p>\n\n\n\n<blockquote><p>If [an employer] can\'t afford not to operate without suspicion and distrust, what does that tell you?</p><cite><strong>Dan Knauss</strong></cite></blockquote>\n\n\n\n<p></p>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://poststatus.com/pay-transparency-mutual-respect-and-the-community-we-need/\">Post Status Excerpt (No. 63) — Pay Transparency, Mutual Respect, and the Community We Need</a></li><li>Piccia Neri, <a href=\"https://poststatus.com/salary-transparency-why-not/\">Salary Transparency: Why Not?</a></li><li>Michelle Frechette, <a href=\"https://poststatus.com/5-days-without-a-shower/\">Five Days Without a Shower</a> </li><li><a href=\"https://time.com/5023287/uber-threatened-journalist-sarah-lacy/\" target=\"_blank\" rel=\"noreferrer noopener\">Uber Executive Said the Company Would Spend ‘A Million Dollars’ to Shut Me Up</a></li><li><a href=\"https://gizmodo.com/uber-says-it-was-hacked-by-teenage-hacker-gang-lapsus-1849554679\" target=\"_blank\" rel=\"noreferrer noopener\">Uber Says It Was Likely Hacked by Teenage Hacker Gang LAPSUS$</a></li></ul>\n\n\n\n<div class=\"wp-container-18 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"WP-Engine\">\n<div class=\"wp-container-16 wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pagely\">Pagely</a></h3>\n\n\n\n<p>Top-Tier Managed WordPress hosting solutions for Enterprise, the Public Sector, and Media companies. We invented Managed WordPress and we never stopped raising the bar. <strong>Expect Extraordinary!</strong></p>\n</div>\n\n\n\n<div class=\"wp-container-17 wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image\">\n<a href=\"https://poststat.us/pagely/\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/Pagely-Mark-Black-752x752.png\" alt=\"Pagely\" class=\"wp-image-93218\" title=\"WP Engine\" /></a></div></div>\n</div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"?\" class=\"wp-smiley\" /> Credits</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/Ny_The_Creator\">Nyasha Green</a>, Editorial Director at&nbsp;<a href=\"https://twitter.com/_MasterWP\">MasterWP</a>&nbsp;(Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a><span>, Editor for </span><a href=\"https://twitter.com/post_status\">Post Status</a><span> (Twitter)</span></li><li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>, Web Producer intern for <a href=\"http://twitter.com/post_status\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you a conversation about important news and issues in the WordPress community and business ecosystem. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h1 id=\"h-transcript\">Transcript</h1>\n\n\n\n<p><strong>Dan Knauss:</strong> [00:00:00] Good afternoon Ny!</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Hey Dan, how are you? </p>\n\n\n\n<p><strong>Dan Knauss:</strong> I\'m doing all right. Get any rest after WordCamp US?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, that following weekend. Yes. I think I slept the entire Saturday. How about you? </p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, I, I caught up a little bit cuz right? Both of us and other, other people from your team. Uh, man, we had some late night talks.</p>\n\n\n\n<p>It was really great. I really enjoyed meeting Matt and Devin and Brian too. And I briefly got to talk to Teron too, but man, you guys have a big group, so I got a nice picture. Me and Allie got you all there against the mural, and wow there were so many people to talk to.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Oh yeah, yeah.</p>\n\n\n\n<p>This team is like so awesome. And. that was our first time meeting in person. And nobody re nobody thought that they were like, no, you all [00:01:00] like carry on like old friends. And I was like, well, it seems like we\'re old friends.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I know I kept forgetting that! That was the first time you all met too. And yeah, that\'s great.</p>\n\n\n\n<p>Um, that\'s a good, good bunch of people. And like I said, on Twitter, it. I don\'t know, I don\'t, I don\'t feel that old, but I, I definitely, uh, younger, younger people, including, including you, who I think are just, it\'s great to see, um, young, diverse, cool team coming into, into WordPress, deeper and deeper and just loved.</p>\n\n\n\n<p>A lot of the conversations we had. Um, and just throughout the whole thing, probably the, the biggest thing for me was, um, the kind of information, the kind of things you learn, the kind of questions. And, um, I, don\'t getting, getting kind of a map. I, you know, I\'m, I\'m trying to figure out the map of the WordPress business ecosystem and the project mm-hmm as a whole understand the community and how [00:02:00] things work or don\'t work.</p>\n\n\n\n<p>And, uh, that was, that was. Great way to, to really beef that up, validate some ideas, throw in new questions, throw some curves at me. Um, nice. What was your, what was your main takeaway? What got out of it most?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, so my main takeaway was the community is it\'s bigger than I can like even imagine. And like this word camp was smaller.</p>\n\n\n\n<p>you know, due to COVID restrictions. So I know they\'re usually way bigger than that. And it\'s just, I cannot wrap my mind around that because I was able to meet so many different people from so many different companies that do so many different things in WordPress. So it is to me like unfathomable, like just the, the sheer amount of people and then from different walks of life.</p>\n\n\n\n<p>So I, I thought that was awesome. It was so nice meeting. So many people like, um, I really appreciated that. [00:03:00] Also, um, it was just the talks. They were so most of them were so like personable and the people like the speakers were so great. Like, I, I could tell that they took their time selecting really great speakers.</p>\n\n\n\n<p>Mm-hmm the content and the speakers were amazing. I have like, no complaints about that, that at all, it was definitely a tech conference where I felt comfortable sitting through like entire, you know, workshops and sessions because everything was just so interesting and it was relevant and, you know, it was really good.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah, it really was. I, I they\'ve really got the, um, the, uh, presentation format down. Well, the live, um, transcription was really useful. I, I found myself, um, following that quite a lot. And, um, maybe cuz I, some of the time when I was multitasking a little bit, like what, what, what, what they say there or.</p>\n\n\n\n<p>[00:04:00] Yeah, that and, and just the screen. And so, yeah, no matter how far back you were, you could read or hear quite, quite well. So, um, I, I don\'t know how long that\'s been a, a feature, but I think it\'s pretty standard now and it\'s done. It\'s done great. Mm-hmm but, um, yeah. Other other accessibility things not, not so not so great.</p>\n\n\n\n<p>Huh?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Mm.</p>\n\n\n\n<p>No, no, no, no, no, not at all, but I\'m gonna let you take the lead on that, cuz I want you to explain your experience, which I was very angry about. Well,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I, I wouldn\'t say I got angry about it. I,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> yeah, I was angry. It\'s okay. Reading more after</p>\n\n\n\n<p><strong>Dan Knauss:</strong> we, after we read Michelle\'s piece mm-hmm but um, well we\'ve Michelle Frette has, um, written for us before about her experience.</p>\n\n\n\n<p>Mm-hmm accessibility and wrote a guide actually. It might be close to a year ago. [00:05:00] And after, after that, and we had been together at a, a post status retreat, I, I tended to think more of the things she wrote in there from her experience, from her standpoint. So mm-hmm, , I think. What\'s Michelle, what\'s it like for Michelle and you know, and I going into it, I wasn\'t sure quite what to expect, but when I was booking, I saw there was, um, an option for ADA rooms and I apparently didn\'t have that many of them mm-hmm and I thought, you know, I should see what, this is, what this experience is like.</p>\n\n\n\n<p>And at the same time, um, I\'ve, you know, you know, Situation a bit. I, I thought I\'d, I\'ve been trying to be more getting older and having a progressive, um, neuromuscular disease that lifelong has just been, you know, my feet are ankles and knees and like are, are, uh, not [00:06:00] so not so great. And on any, any kind of slick surface or anything, I I\'m always thinking about looking out for falling.</p>\n\n\n\n<p>And which I\'ve done probably more than the, the average. And, um, so having something to grab onto definitely. And like bathrooms is really thinking like, yeah, you know, I should quit pretending so much that I can hide this or, or get by and, um, trying to be trying to be more. Able to express need mm-hmm explain the situation.</p>\n\n\n\n<p>It really puts your body out in the open to people and mm-hmm speakers. So I got that. I got that. I should, I should start experiencing this, cuz it\'s only gonna, there\'s only gonna be more ahead and it\'s a pretty, you know, it\'s a pretty mild cases. These things go. It\'s not, hopefully I\'ll never quite.</p>\n\n\n\n<p>[00:07:00] Walking, but it, it knocks your mobility down. I\'m able to run like I did as a, tried to, as a kid for decades. Mm-hmm and um, so I got in there and the, the guy at the, at the desk. Was acting kind of odd about it and saying, oh, do you really need the eat sweet? And I\'m feeling like kind of bad, cuz you know, I look like a picture of privilege and, and stuff like, uh, well I don\'t wanna take</p>\n\n\n\n<p><strong>Nyasha Green:</strong> this.</p>\n\n\n\n<p>That doesn\'t matter.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I, I, well, I don\'t know it well, I sure wouldn\'t wanna take it from someone else. Mm-hmm um, But I gathered pretty quickly from what he was saying that they didn\'t really want to give me that room. And I was like, well, you know, looked this a while back. So like, you should have something.</p>\n\n\n\n<p>And I was like, well, look, this is, and I had to explain myself, you know, cuz I, unless you\'re kind of watching me walk from a way off you, you still might not, you know, you might not pick up on it. I it\'s like, look, I, I [00:08:00] mainly just. Bathroom with grab bars and, you know, mm-hmm, something that\'s easier to get in and out of.</p>\n\n\n\n<p>And, um, I think that should just be on everything. Just be on everything falls. Yeah. Falls in the home are like the highest cause of death and injury. I think I read that once and, um, you know, it, the odds are not good on slip, tunnel, surfaces and stuff, the older you get period. And, um, and it, what ended up happening was.</p>\n\n\n\n<p>they kind of confessed that there was a big generator truck right outside the door of this room. What, and as it was actually a truck of the generator and an air conditioning unit cooling the entire, that entire building on the, in the resort, or I guess the one on the roof ConEd out or something. And it was loud.</p>\n\n\n\n<p>I mean, I mean it, maybe if you want like white noise or something, but it was. [00:09:00] You could cope and he\'s like, yo, go in there and stand there five minutes. See, see what you think. Come back if it\'s no good. And I was like, this doesn\'t sound good. And it\'s a long, long, long walk out. There\'s all these gates and little stairs and things.</p>\n\n\n\n<p>And I had a hard time finding how to get over there and cutting across grass and parking lots and stuff. And I found, you know, this is crazy. This is it\'s. Ugly. Ridiculous noisy. And mm-hmm , um, at least it\'s ground floor. You walk in shower, but you know, and if this is the last one, some, maybe someone else needs this more.</p>\n\n\n\n<p>So I went right back and it\'s like, look, I\'ll, I just won\'t towel. I just want, I want, uh, grab bars. So I don\'t, you know, rip the towel bar, curtain bar out of the, out of the wall, which I mm-hmm, done. Um, , you know, they don\'t even put like friction, like the little things in the bottom of the tub or, you know, stuff to like, not much of my foot surface, especially [00:10:00] on the left stuff.</p>\n\n\n\n<p>Doesn\'t touch the ground. I don\'t have much grip mm-hmm . Um, and he did, he just didn\'t touch that at all. Cuz they don\'t have that. And, and later on, you know, they, the smallest toilets in the world and I, I, oh God, in the course of the like low oh low. You you\'re doing a full squat there ,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> that should be illegal for us, for us being tall.</p>\n\n\n\n<p>Me and Dan are super tall. We got to like, experience that. Don\'t worry, I\'ll grow a little more and catch you. Yeah. But that should be illegal for us because that was so uncomfortable. It was like doing a crab walk. Like what in the world?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, I know. And, and the more I talk to other people and, you know, there.</p>\n\n\n\n<p>Some of us are an aging group that have, you know, been in touching WordPress in some capacity for its entire lifespan and doing web stuff since the nineties, um, getting a little long in the tooth. Um, and there\'s just a lot of people, you know, we\'re not [00:11:00] how depends how you define disability, but he gets harder.</p>\n\n\n\n<p>He gets harder. Mm-hmm and those are all things where pain. Injury and age, um, don\'t, don\'t make any of that experience fun or easy or accessible. And so, yeah, that\'s what I learned. And I wrote a little about it and told Michelle I was gonna, and we both did and linked to each other, but her experience was as you know, um, much more intense one with the, you know, needing to, to get around with a scooter.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. I. You, well, let me talk about you first. I wish you would\'ve said something to me because I would\'ve been your, um, I know you\'re very sweet, but I would\'ve been your yeller I would\'ve gone up there. Like why God I business that you guys could get? No, I wouldn\'t have been that bad, but I definitely would\'ve.</p>\n\n\n\n<p>I would\'ve talked to him. I would, I wouldn\'t have yelled at them, but, um, I, I, I [00:12:00] understand. I take care of my disabled mom and she never likes as for help. So I understand how it is. I wish that we could come to like a place where we, you, we could get, um, you all more comfortable with that because I definitely do not mind helping out.</p>\n\n\n\n<p>Um, my second thing I was gonna say is I\'m just, I\'m angry because I, I know, and it\'s not like, you know, it\'s not the person at the desk fault. It\'s just an, I don\'t know what you would call it, what, uh, what would be a microaggression to see someone and to not be able to see their disability. So assume they don\'t have one.</p>\n\n\n\n<p>Right. And I hate that and I hate that people are trained to do that. And I, I just, I hate that you\'re experience that. And I just also hate that that place just, it\'s just really wasn\'t equipped. Um, Very well for accessibility, like it list like even looking at Michelle\'s article and it\'s stuff that I didn\'t pay attention to.</p>\n\n\n\n<p>Of course I did not pay attention to, but a big thing was not having a way to like, wave your [00:13:00] hands or like hit the button to open the doors, like right. Michelle had to depend on like the doors of being open or someone opening the door for her. That\'s ridiculous in. You know, the stuff you think would be a quick fix.</p>\n\n\n\n<p>And I\'m one of these people where I\'m at the point where I\'m tired of hearing excuses about it. I won\'t take my anger out on people, but. Things have to change. Like there\'s, there\'s no excuse for that. And I\'m disappointed. Like people tell me all the time, like you think California has this big utopia and I don\'t, I know California has many issues.</p>\n\n\n\n<p>It\'s a big state. I know it has many issues, but it\'s like, it\'s disappointing to me to have places like that in a major city. Where accessibility is not like high, a high priority on their list. Like it was just like being back in South Carolina where they refused to make buildings accessible, put things, they say they\'re historical landmarks.</p>\n\n\n\n<p>And it just, that makes me angry as well. So, oh yeah. I, yeah, I, I just, uh, I was very angry and, but also very sad to hear about these circumstances, especially, you know, when so many of our [00:14:00] community depends on accessibility. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Um, It really wouldn\'t take too much to get a minimum, um, accessibility standard.</p>\n\n\n\n<p>I, I mm-hmm, in a lot of places or at least just, you know, improve some of the basic safety and utility there. Yeah. Doors, doors shouldn\'t be difficult for anybody. And, and, uh, there were a lot of things that were right. It just wasn\'t thought out. And mm-hmm I actually expect that from the west Western Canada is the same, you know, like Atlanta, just brawl mm-hmm I, I briefly looked.</p>\n\n\n\n<p>How would I get on walk down to the train station? If you try to cross that highway there, there\'s like, there\'s no pedestrian. It\'s just, you wait for cars to, let you through. And then, um, you ring by two highways and then, uh, get on the train and shouldn\'t that go right to the airport. But Google is telling me no, there would be a big walk on the other end.</p>\n\n\n\n<p>Because, you know, I\'m I was trying to avoid Uber cuz they,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> [00:15:00] um, or terrible people. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, yes as you a great experience there either, but yeah. They\'re hostility tech journalists like Sara Lacey some years back, I like okay. Never unionized cab company. So.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I\'m starting to blood feud with them, by the way, I\'m still still going.</p>\n\n\n\n<p>I\'m still, I\'m still angry. so</p>\n\n\n\n<p><strong>Dan Knauss:</strong> yes. You had a, a, a racist comment made, uh, by your driver. Am I that,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> that not exactly. No.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. What was the, I get sideways into that,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> but, mm. I don\'t even know, like, I\'m not as, you know, something happens and you\'re really angry about it, but then as time goes by, you\'re not as angry.</p>\n\n\n\n<p>I\'m still like pretty angry. Like I\'m still as angry as I was when it happened. But, uh, long story short, our Uber driver came to take us to the airport and it was very early in the morning and you know, it was [00:16:00] me and two of my coworkers were all people of color and, um, there was a white lady out there with us too.</p>\n\n\n\n<p>That was only, that was just us. And she was, you know, standing around, waiting for her ride. We were waiting for ours, you know, just average stuff. And the driver came and the woman went up to the white woman, went up to the Uber and she was like, Hey, how you doing? She started putting her stuff in. And my coworker was like, oh, I think that\'s our Uber.</p>\n\n\n\n<p>And she doesn\'t use Uber a lot. So she didn\'t have like a profile picture up. Um, so you know, the guy didn\'t, you know, he couldn\'t see. Who he was picking up and like, um, the guy I got out the car and was helping her with her luggage. And then he like, you know, my coworker was like, Hey, I think that\'s ours.</p>\n\n\n\n<p>He didn\'t even get acknowledge her. At first, he, you know, responded to the lady. He was like, you\'re not so and so, and she said, no, my name is Soandso. And so he like got back in his car and he locked his doors. And like, we didn\'t know what was going on. So we just started going to the Uber. We were like, oh, okay.</p>\n\n\n\n<p>You know, that was solved. Cuz she was like, oh, okay. And went back, you know, to where she was standing. And um, he locked his door and we were like, [00:17:00] uh, you know, confused. We were like, you know, you lock your door. Right. And. My other coworker was like, are you not about to? Cause we didn\'t realize what was going on.</p>\n\n\n\n<p>He\'s like, are you not about to take this to the airport? And he said, no, I\'m not taking you anywhere. And then he like slams on his gas, like we\'re by the car. So he could have run over our foot feet. He slams on his gas and he like peels out of there when he sees this us, like in like, it was like, we, you know, it took us a moment to register it.</p>\n\n\n\n<p>Because we were like, what just happened? Even the lady was like, what just happened? She was like, what is going on? And like, Um, my coworker who was closer a little closer than I was like, he was like, when we were like, you\'re not taking us, he was like, I\'m not taking you. I\'m not taking you people anywhere.</p>\n\n\n\n<p>It was, you know, along that line. So I was like, what? And like that was like some crazy old school racism that I usually would experience and like rural South Carolina. So I\'m like, I know I\'m not in San Diego being told I can\'t get up. Ride to the airport. And, you know, again, I know [00:18:00] racism is everywhere, racist people are everywhere, but, um, it was just, it was weird because it was so many people out there.</p>\n\n\n\n<p>Like he didn\'t care if he had witnesses. It was. And then it was just weird. And like, I wasn\'t, I was angry, but I was like, well, Uber is a major company. They are not gonna stand for this. They have a mission statement, which they, they do not allow discrimination and they refused to do anything because the driver said he didn\'t wanna take us because he was worried about COVID.</p>\n\n\n\n<p>Although the driver was not wearing a mask and the white lady, he wanted to take. Instead of us also did not have on the mask. So we were like, what? And we were like, well, why couldn\'t he tell us that? Why did he say he wasn\'t taking us? You know, you people anywhere, why did he slam on the brakes and almost run over our feet?</p>\n\n\n\n<p>Why there, we were like, that made no sense. We just think he was mad because he saw the, just the name. And he was like, okay, you know, this name is not. Probably not urban. Let\'s go pick them up. And then that\'s not that wasn\'t the case. So, um, Uber refused to do anything about it. They said they weren\'t gonna do anything about it.</p>\n\n\n\n<p>Um, that driver is still out there probably still [00:19:00] discriminating against people and doing that and making his money through Uber. And that\'s why I have a blood feud against them. Now I am a hundred percent dedicated to the destruction of that company. I am praying on their down fall daily. their hack.</p>\n\n\n\n<p>Yeah. Yeah. They hacked the other day. It made my day. I slept with a big smile on my face. I think I woke up with a smile on my face. Like I\'m dedicated to the, the destruction of that company, because it\'s one thing to have an ignorant person, but to stand behind them as a company. Oh no, yeah, no, no, no, no, no.</p>\n\n\n\n<p>So yeah,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I I\'ve surpris, I\'m surprised over the years, they\'ve Sur they\'ve survived the blows to their brand and just the, the profit model is, you know, I\'m with the. Taxi drivers who blocked them. and, uh, yeah, it\'s just, it\'s super convenient. I did try it for the first time. I never installed the app, but I, um, I had to get out quicker than I expected.</p>\n\n\n\n<p>Cause I was waiting for room service that never came and the train thing, I couldn\'t [00:20:00] figure out how to do it on foot. Like a good urban. Mass transit it\'s like, okay, this will be, I know this works. Um, I wasn\'t, I wasn\'t able to get my, get direct calls to work though. Almost the whole time I was there. Um, oh yeah.</p>\n\n\n\n<p>You told me that Canadian phone plan switching over to something and anyway, yeah. There\'s all kinds of little things happen when you travel. I\'m glad the guy didn\'t make a, I thought he had said something too, but that\'s just, that\'s crazy. So did he pay for that fair?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> No, he okay, good. Yeah. Like we didn\'t pay for it.</p>\n\n\n\n<p>Um, the only comment he made was like, it was like the, you people, like we\'re not taking, if I I\'m one of those people, like, yeah. He\'s like, I\'m gonna take you people anywhere. like yeah. You people.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. And so, um, knock in the door. Yeah,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> it was crazy. I\'ve. It\'s been a while since I\'ve experienced overt racism like that, you know, I\'m used to the little [00:21:00] passive Southern racism where they\'re like, oh, you know, just hurrying alone, alone when they see you coming and stuff like that.</p>\n\n\n\n<p>But that was really crazy. And I couldn\'t believe, like, I just really couldn\'t believe he did that. Like I was like, dude, like, but like a scene Uber\'s response. I\'m like, he\'s probably done this a bunch of times. Like, like Uber did not care. Um, so it was. Very, I don\'t know. Yeah. I was angry. I\'m still angry about it.</p>\n\n\n\n<p>I\'m not, I\'m not gonna let up on this either. Like every person I talk to, everything I write about, they\'re gonna know how horrible Uber is, honestly.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, sorry about that. And it not really a, well, I don\'t know that those, how, how we treat each other is especially at those kind of points of. You know, strangers interacting or people you have to interact with at a conference to get from point a to point B it\'s.</p>\n\n\n\n<p>I don\'t know it\'s part of it. It is kind of an [00:22:00] accessibility thing and it, and it feels the same way. Like, am I gonna be safe? Mm-hmm am I, you know, can I trust these what\'s going on here? Am I gonna be okay. Um, and the more vulnerable position you\'re in the worst, all that can. land on you. Um,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I\'ve thought about that, cuz you know, you, you know that, um, I\'m on a boot right now.</p>\n\n\n\n<p>I can\'t, and then I have crutches cuz I hurt my foot and you know, the thought did PO pass my mind. It\'s like, what if that guy was like, He wasn\'t just like the passive racist. He was like the violent racist and saw me on a boot and like wanted to push me down or something like that. Right. And it\'s like, that\'s stuff, you know, there are lots of people who are disabled, who are people of color that probably, and not probably that have to deal with stuff like that.</p>\n\n\n\n<p>And that, that was another thought. Like, I I\'ve thought a lot about, you know, things. That I need to examine myself like as a person who, like I said, just because I take care of my disabled mom, [00:23:00] that doesn\'t mean that I\'m disabled and that I have to go through these things. So a lot of this was eye opening for me as well.</p>\n\n\n\n<p>And I think, I think that transportation, um, I kind of wrote about this. I think transportation being set up by either word camp or some of the organizations. Would\'ve um, would definitely help out. Mm. Um, especially for people who need accessible ways to get around, because, you know, if you do do. Uh, what, what would you call like a Uber Lyft and you request like accessibility?</p>\n\n\n\n<p>What if no, accessibility, uh, no drivers with accessible, like room are available, you know? Right. You just can\'t go. So I definitely think it\'s an accessibility issue and you know, people are awful. It\'s nothing we can do about that, but we can definitely like, you know, help out a little</p>\n\n\n\n<p><strong>Dan Knauss:</strong> bit more. That\'s definitely a tough one for, uh, Michelle has mention.</p>\n\n\n\n<p>Several times being discriminated against because of her scooter, which breaks down mm-hmm into like five pieces and will fit in a trunk, you know, how do you think it got there on a plane? You know? Yeah. But they will give her the, they will balk at that and act like they\'re gonna, [00:24:00] they can\'t take her. Um, there was most, most of the time I was jumping in a ride with someone else and people stayed together and kind of looked out for each other and that\'s.</p>\n\n\n\n<p>that\'s always a good thing, but mm-hmm yeah. What if you find yourself in a boot coming home late from a karaoke club and you can get some kind of treatment like that. And yeah, I did manage to Luren eye out to, uh, found a karaoke place where it was a good, real good show, but the, the list was too deep and</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Dan did not do my do it with me.</p>\n\n\n\n<p>Y\'all you see how he did me? It was, I was so upset.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> It was so loud. My voice was gone. Anyway. I would had to do. Um, whatever I was thinking yeah. Inappropriate to do the sex pistols at that point. But, um,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I like the sex pistols we could have done. See, we could agree on anything and like, we could have done that.</p>\n\n\n\n<p>And Elton John. Yeah. And El John</p>\n\n\n\n<p><strong>Dan Knauss:</strong> than John. Yeah. Well, [00:25:00] okay. Next time we get together or one, um, word camp or any, any occasion we\'ll we\'ll try again. All right. I promise. Okay. Well, the other thing we wanted to talk about was the, the transparency article by PCHA and Mary, um, which I\'ve been looking forward to publishing for a long time.</p>\n\n\n\n<p>Mm-hmm , it\'s really long. It\'s awesome. I couldn\'t bear to cut it down. I may have even made it longer. but it it\'s worth it\'s worth the 20, 30 minute thinking through, I learned. From it because it\'s, it\'s exhaustive. She, she went through, she went through our job board on, on post status and we have a long, you, a long history of thinking about this sort of thing.</p>\n\n\n\n<p>We have lots of awesome employers who post, you know, all the jobs on there gonna be good. But, um, some people probably, probably most don\'t don\'t post a salary range or anything like that. And which use, oh, very easy to do. [00:26:00] WP job manager plug in, um, caters to that as a feature. Um, why not? Why don\'t you put in a salary range, at least a range.</p>\n\n\n\n<p>Yeah. Um, that was a question she took to the people who don\'t do it. I think she also, she also talked with people who do, and she got all the reasons for and against, and then gave shared those, you know, not trying to shame or blame anyone. Totally respectful and no one just been no flack or anything like that over, it\'s not WP drama.</p>\n\n\n\n<p>It\'s a real issue that\'s coming legally. Um, and I know there\'s European and, and state by state us legislation about it. Not really where in Canada, it\'s more common to, I know it\'s more common to see it here, especially around government, uh, jobs or nonprofit sector sometimes. Good, good. Um, It\'s it\'s [00:27:00] interesting what people say about why they don\'t, um, disclose.</p>\n\n\n\n<p>Essentially like the budget for the job. She compares it to an agency, um, trying to bid for, you know, are we gonna take this project with this client? The client just want to tell you the budget, um, huge. You might be wasting your time, um, burning money, doing, trying to discover what the project is with and realize it\'s just too way too under budget.</p>\n\n\n\n<p>Um, So, and there\'s a whole other, a lot of other things that go on along with trust and culture building. Um, what did you think of, of that piece? What</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I thought it was amazing. I wrote a piece about, uh, equal pay mm-hmm called put your money where your mouth is. Um, and she, yeah, hers was like way more in depth than mine.</p>\n\n\n\n<p>So it\'s, you know, you know, I don\'t say it was better than mine, so I thought it was amazing and she really. What I didn\'t think to do [00:28:00] that she did was actually going to the employers and saying, Hey, you know, we all know that a lot of people don\'t do it, but actually getting them to admit why they don\'t mm-hmm um, I thought was awesome because.</p>\n\n\n\n<p>One, well, first of all, to me, that\'s a counter argument that we can start making, knowing why these people do that. Now, like some of the stuff, the reasons they gave like, well, oh, you know, a salary is sometimes the person dependent like a 40 year old and, uh, Porto it. They don\'t, um, that\'s single, you know, it\'s gonna be different than a 40 year old with a family in New York city.</p>\n\n\n\n<p>It\'s like, okay, I don\'t care. Give me my money. Like, I, I hate, I hate that. Excuse the most, um, you know, I\'m biased. I don\'t have children, but I hate the excuse that, you know, because I\'m single, I don\'t need as much money as somebody with children. Right. Like, I don\'t care. Like, you don\'t know what I do with my money.</p>\n\n\n\n<p>You don\'t know what I need. You don\'t know what\'s going on in my life. So I hate that excuse. And I\'m so glad she, you know, went to bat on that. Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> There\'s huge assumptions being made that, I mean, it\'s it\'s [00:29:00] yeah. It\'s plainly openly. Discriminatory. And I don\'t think that there you\'d even be legally allowed to ask the questions about family and marital status to make an informed discrimination about need.</p>\n\n\n\n<p>Like that would be a delicate conversation between friends about need. And, um, yeah, I, I, I agree with her that it was good to, to see what the thinking and, and different viewpoints are on that. I suspect a lot of people just really haven\'t thought about it. They haven\'t thought about it from the, from the job candidate perspective.</p>\n\n\n\n<p>And I don\'t, I really don\'t think they\'re good reasons. And, and it\'s not, not some of the reason to be argued hard it\'s coming in the law and the, um, you can see the ethics of it, but just the business pragmatism of, if you care about having an inclusive and culture of happy employees, mm-hmm, . Why start with suspicion and just distrust, right?</p>\n\n\n\n<p>If you can [00:30:00] afford not to, to, to operate without suspicion and distrust, what does that tell you?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. Tells me I don\'t need to work there. I need to go right. Run something up.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> We\'ve we\'ve thought we\'ve actually talked about this before we did a, I think we did a whole episode, mostly devoted to your, your article and thoughts and experience.</p>\n\n\n\n<p>Um, pay transparency and oh yeah. Employer, employee relationship and how it especially impacts women, people of color. Um, there was, there was a section of Peach\'s article that got into the stuff that\'s difficult for me and is good to think about that. I suppose I\'d paid more attention to in, in recent times, mm-hmm, just, if you have a, a background of, um, any number of experiences that, um, maybe particularly as a minority or someone with a disability or, or something like that, mm-hmm, , you\'re selling yourself short they\'re, they\'re just [00:31:00] simply, she\'s pretty direct about there\'s just NIH talks about her own experience.</p>\n\n\n\n<p>A lot of people, you know, we just wanna do meaningful work, right? Yeah. So we\'re not awesome negotiators and. Um, maybe from rather unfortunate experiences, childhood later, other relationships, um, it\'s very hard for us not to start from the standpoint of, uh, well, of course I\'m not worth that much. Mm-hmm um, that, you know, if people who are, who are dealing with life stresses or emotional issues, um, if you bear down with all the advantages on them, when they.</p>\n\n\n\n<p>Seeking employment. Um, you know, you may, you may hire someone at their worst mm-hmm and that experience will then color everything after I, I suspect, uh, but there\'s, there\'s whole, there\'s so many dimensions, uh, [00:32:00] to it all. Um, just being clear across the board with the whole team on, um, where everyone\'s. Um, yeah, we wouldn\'t have any, any gender gap, um, salary gap, if everyone knew what everyone was making.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah, it, I think, um, and she, she brought this up like a lot of candidates believe like the employers don\'t want the employees to come together and, you know, demand. Adequate and fair pay. And I agree with that a hundred percent, like talking to people who have been like, I\'ll never tell anyone what I make.</p>\n\n\n\n<p>And I\'m like, why? I mean, cuz that\'s valid reason. It\'s not to tell people what you make, but their reasoning was more so like, well I think I make more of the company, so I\'m not going to say anything. And I\'m like, you\'re probably not making the most. Then you don\'t know there you\'re selling yourself short.</p>\n\n\n\n<p>So I really agree with her point that, you know, It does seem like, it seems like a company trying to keep the workers divided when they do stuff like that. I, I definitely, I agree with [00:33:00] that. I that\'s what I believe if I see and hear stuff like that.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Well, it\'s old as the Hills, but, um, yeah, it\'s very, I think it\'s very difficult depending on, on how far, how far that goes.</p>\n\n\n\n<p>Um, mm-hmm, , it\'s very difficult to. People to function well as a team and build a, a company culture without real trust mm-hmm . And once it starts to become a faked thing or, um, you know, people just doing, doing what they, you know, presenting themselves as how they. They think they need to be seen, um, not expressing how they actually feel about their, their job satisfaction.</p>\n\n\n\n<p>That\'s, you know, that\'s a not gonna be, not gonna be good for any, anything, and in relationships. And it probably impacts performance in some way. It would be really cool. If someone got some data on that, like let\'s look at, let\'s look at [00:34:00] relatively similar companies that pay transparency, no pay transparency.</p>\n\n\n\n<p>Are there trends in the overall bottom line in results for the, for the company productivity, for the team, um, satisfaction ratings. I would, I would think happy employees make good results in good profits. Longevity.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Same, same. I just . I, I like Colorado\'s, um, law on it. Colorado requires you to pay. You know, post the pay and, you know, a lot of companies have been skirt trying to skirt around that.</p>\n\n\n\n<p>And that just says more about the company than you. Anything else. And I\'m, I\'m definitely paying attention to that. I can start up multiple blood feuds if I need to. But, um, , I, um, I really like that, you know, you have to post post the pay. And I think a lot of companies also, they know that they\'re low balling people.</p>\n\n\n\n<p>They know that they\'re being cheap. They know they\'re not paying people with their [00:35:00] worth and that\'s what scares them. But I am optimistic about. I think that more and more states, probably not South Carolina, but more and more states will join in on this. And I think eventually it will be like a federal law in the United States, at least I hope.</p>\n\n\n\n<p>Uh, how, how do you feel about the us and Canada in regards to this? That</p>\n\n\n\n<p><strong>Dan Knauss:</strong> would be, that would be great. And it\'s, it\'s interesting that it\'s happening now. I, I think in. Yeah, it\'s, it\'s an interesting historical shift because it it\'s something that\'s happening out outside of a, you know, organized labor movement, which is still stronger in the, in Canada.</p>\n\n\n\n<p>Both have trended down enormously over over the years. There are, there are, you know, little interesting movements, uh, big New York, uh, Web development agency. A friend of mine works at, um, formed union. Uh, you\'ve got people managing to do it at Amazon throughout, [00:36:00] throughout tech, but I, I don\'t think that that\'s the, that\'s not really the model anymore.</p>\n\n\n\n<p>Um, and they didn\'t adapt well to, um, kind of postindustrial economics. And this is, this is more of a, um, seems more of a cultural thing. I feel. Kid, um, younger people, my kid\'s age, and, and to some extent, us Xers started to see things more. And look, you know, we, we can talk about this publicly and exert pressures, um, for this is the kind of culture we want.</p>\n\n\n\n<p>This is how you should treat people. And it\'s, mm-hmm , it\'s okay to talk about them more openly and ethically. Cause I think we\'re on the other side of like civil. movement and stuff. It\'s hard. It\'s hard to, you were in a real radical, if you were saying things about transparency, maybe in the, in the thirties, or even trying to get something mm-hmm and, and all of, because there\'s [00:37:00] intensely segregated apart science society with different blocks of people who, you know, weren\'t really willing to go to bat for each other and.</p>\n\n\n\n<p>It feel, it feels like it\'s just a different context and in some ways that\'s, that\'s really healthy and it can be less conflicted mm-hmm and it\'s, it\'s cool to see, I think, in, in the WordPress community, for sure. Um, it has maybe there\'s something to do with our aging. We\'re paying attention to accessibility mm-hmm and show up stability and, and you know, how we feel about.</p>\n\n\n\n<p>Or work on life satisfaction. And I think younger mm-hmm people are tolerating less nonsense than we did. And times maybe tighter to, I don\'t know. Right. yeah. It\'s not that, I don\'t think it\'s that much different Canada. Yeah.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> um, we\'re starting more blood feuds. I\'m sorry. I, uh, Tom Finley said that on Twitter.</p>\n\n\n\n<p>He was like, I\'m sorry that happened to you, but I can\'t think of a better company to [00:38:00] start a blood feud with. And I was like, oh my God, I\'m gonna start saying that. Thank you. thank you, Tom. You\'re the best</p>\n\n\n\n<p><strong>Dan Knauss:</strong> well, we actually have quite a lot of employers like, like yours, who would do this voluntarily. I think mm-hmm</p>\n\n\n\n<p>Telling them to, um, Rob has definitely been a voice for that. And there are plenty of others who have been there all along. And it\'s definitely something we can choose to change just by talking about it, wanting and wanting to mm-hmm um, same as the accessibility thing, which is related. Um, I think the getting diversity equity and inclusion at the forefront.</p>\n\n\n\n<p>Everything organized. We do from word camps to how you think about employment, um, will, it has it\'s best, you know, it has to be done authentically. Um, I mean, great. If you\'re just following the rule and following other people, I guess that\'s what brings everyone along, but mm-hmm, [00:39:00] ideally you actually care about the culture you\'re building and working in and the people you\'re you\'re</p>\n\n\n\n<p><strong>Nyasha Green:</strong> affect.</p>\n\n\n\n<p>I agree it would improve so many other areas outside of patron Spency and accessibility. So I definitely agree. It seems to be</p>\n\n\n\n<p><strong>Dan Knauss:</strong> happening. I mean, there\'s no, mm-hmm , um, you know, there, there was a bit, bit of static about travel scholarships or, you know, funding. Oh yeah. These are things like that, but I think that\'s that started to change and there\'s, there\'s definitely a, I\'ve only heard positive and receptive support for, um, doing what needs to be done to improve accessibility at conferences and the, and this whole transparency issue.</p>\n\n\n\n<p>The there\'s a lot of positive signs about it. So, you know, I don\'t, I don\'t feel like it\'s not one of those issues where I feel like there\'s gonna be a bunch of drama or mm-hmm, , there\'s a mind field of things. And if you say the, the wrong thing, someone\'s gonna get really upset. Um, [00:40:00] it\'s just not, um, It\'s not at that, that level, which is, which is cool.</p>\n\n\n\n<p>It\'s, uh, reasonable, mature, um, conversation to have at this point. Mm-hmm um, in, uh, WordPress history, I guess. So what, what do you think is what are, where do the next. Next moves. Do you, do you think for your you\'re always, you\'re kind of a change agent. I</p>\n\n\n\n<p><strong>Nyasha Green:</strong> chaos change agent. Um, but you\'re asking me, what are the next steps for, like, for what,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> where for these kind of issues that, that you\'re, you\'re hoping to see change in, do you have, do you see specific things moving or where you\'re, where you and, um, Rob and the rest of your team are, you know, acting as influences or other people out there?</p>\n\n\n\n<p>Um, Who know what strings to pull to make things happen? I mean, [00:41:00] can\'t, did you listen, were you at Cammy K\'s uh, session at or camp? No, mm-hmm . That was definitely central to, to all of this. Um, yeah, I think there\'s will to will to change and certain. Voices driving</p>\n\n\n\n<p><strong>Nyasha Green:</strong> it. Yeah. Um, our pretty much agreed model and way.</p>\n\n\n\n<p>Um, and that\'s, this was for me, even before I got into tech is to lead by example. And Rob does a really good, um, job of that, but that also helps us out too, as employees to push for these changes, because we can say, Hey look. We went and worked for an employee that was very transparent on pay and look how it\'s working out for us.</p>\n\n\n\n<p>So, you know, we\'re not just yelling at people and telling them to do this, and it\'s something we have no knowledge on and we have no experience with. Um, so we\'re definitely doing that. Um, in terms of accessibility, I think that\'s going to take a community effort as well. Um, I think I talked about that, but one of my suggestions was, oh yeah, I did talk [00:42:00] about that earlier to just get like, we need like community transp.</p>\n\n\n\n<p>And we to make sure, sure. It\'s accessible. We need, you know, and nothing. And I wrote this in article too. The volunteers and organizers for work camp were amazing and it was amazing. But we have to do better by everybody in the community by making sure things are more accessible. Um, absolutely tell wide.</p>\n\n\n\n<p>So I think it\'s a community effort. This can\'t fall on just one person. Yes. So just by leading the community, making sure we all know that we all are obligated. That\'s how I tell people we are. We\'re obligated. Even if it doesn\'t apply to you, that doesn\'t mean one day. It won\'t, there\'s this big thing where people think that they won\'t, some people think that they won\'t ever need accessible things and you don\'t know that anything can happen.</p>\n\n\n\n<p>You see my foot, I am. If the elevator breaks in my building, I can not leave so well, I can kind of waddle down the stairs, but you know, don\'t try to, oh, I won\'t, it will have to be an emergency. Um, [00:43:00] and you know, I was just walking around. At workout two, two weeks ago now so, you know, it happens, things happen, life happens.</p>\n\n\n\n<p>So we\'re obligated to, in my opinion, do this for everyone. And even if you just know in your heart, nothing will ever happen to you. you just be obligated and helpful for your fellow community member?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Absolutely. Yeah, the care. And there was tons of it to, to feel an experience there. And it, it was great that people mm-hmm , um, genuinely.</p>\n\n\n\n<p>Caring for each other. And I think that\'s what it takes without, you know, without empathy for others. Um, and the ability to imagine their perspective and experience. Um, we\'re not very nice people, not very good to each other and that\'s, that\'s key to it. And you\'re right. Every time I saw those blue blue shirts, the volunteers, um, I, I said a lot of thanks and, and, you know, commiserated and, you know, eh, Don.</p>\n\n\n\n<p>don\'t [00:44:00] focus, you know, everything\'s not gonna be perfect. And mm-hmm we love you. anyway. that\'s your thank you for, for what you\'re doing. Mm-hmm yeah, I think AF afterwards they, they should all get like a gratitude care package or something free</p>\n\n\n\n<p><strong>Nyasha Green:</strong> massages.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah. Cause it\'s, it\'s gotta</p>\n\n\n\n<p><strong>Nyasha Green:</strong> be spa day. Yeah. I will buy two spa days.</p>\n\n\n\n<p>For them. Okay. We\'ll talk.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I floated the idea with Michelle. Okay.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Sweet.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> All right. Well with that, then I\'ll cut and start editing.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 04:23:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Post Status: WordPress Careers Roundup for the Week of September 19, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://poststatus.com/wordpress-careers-roundup-for-the-week-of-september-19-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6875:\"<div class=\"wp-container-27 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Why do designers quit? <strong>Matej Latin</strong> breaks down the results of his survey. <strong>Amelia Nagoski</strong> says self-care is not enough to prevent burnout — we have to care for each other. <strong>Alyssa Place</strong> explains how managers can do that. Maintenance failures can be lethal, but <strong>Stewart Brand</strong> finds the winning maintenance style in sailing history. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-why-do-designers-quit\"><a href=\"https://poststatus.com/why-do-designers-quit-their-jobs/\">Why Do Designers Quit?</a></h2>\n\n\n\n<p><strong>Matej Latin </strong>did <a href=\"https://matejlatin.com/blog/2022/09/19/why-designers-quit/\">a survey of designers who quit their jobs</a> and discovered:</p>\n\n\n\n<ul><li>No career progression opportunities and unhappiness with the work they do were about equal, at about 20% each.</li><li>Problems with company culture came next.</li><li>A lack of UX maturity was third followed by salary, poor relationships with management, and misalignment with company values.</li></ul>\n\n\n\n<p>Matej was surprised by two other findings: “designers don’t have problems with a lack of speed anymore, and they want the possibility to work remotely.” Also, “Design generalists are happier with the work they do.” </p>\n\n\n\n<p><a href=\"https://poststatus.com/why-do-designers-quit-their-jobs/\">READ MORE →</a></p>\n\n\n\n<h2>The Cure for Burnout Is Not Self-Care</h2>\n\n\n\n<p>This is <a href=\"https://www.theatlantic.com/ideas/archive/2022/09/what-is-quiet-quitting-burnout-at-work/671413/\">a good interview</a> with burnout expert and author <strong>Amelia Nagoski</strong> on &#8220;quiet quitting.&#8221; She concludes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Quiet quitting is a step toward rational and fair labor practices, but not everyone will have that choice. This is why we say in our book that the cure for burnout is not self-care. The cure for burnout is all of us caring for each other.</p></blockquote>\n\n\n\n<p>What does that look like, especially for team leads and managers? <strong>Laurence Lock Lee</strong> adds further thoughts at <strong>Reworked</strong>, citing <strong>Alyssa Place</strong>&#8216;s&nbsp;<a href=\"https://www.benefitnews.com/news/how-managers-can-protect-themselves-from-burnout\" target=\"_blank\" rel=\"noreferrer noopener\">How Managers Can Protect Themselves from Burnout</a>:&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If they had previously operated in “command and control” mode, they will need to become transparent about their struggles. It\'s only through exposing their frailty and uncertainties that they can hope to develop such a climate of trust.</p></blockquote>\n\n\n\n<p><a href=\"https://poststatus.com/the-cure-for-burnout-is-not-self-care/\">READ MORE →</a></p>\n\n\n\n<h2><a href=\"https://poststatus.com/lessons-in-maintenance/\">Winning the Maintenance Race</a></h2>\n\n\n\n<p>What\'s the best approach to maintenance — in software, sailing, or anything else? Hope for the best? <strong>Stewart Brand</strong> found <a href=\"https://www.worksinprogress.co/issue/the-maintenance-race/\">some big life lessons</a> in the maintenance styles of three sailors in a famous round-the-world, non-stop, solo sailing race. It\'s a terrific story he tells well, but if you want the TL;DR, <a href=\"https://poststatus.com/lessons-in-maintenance/\">here are the maintenance styles</a> that will win, go beyond winning, or drive you mad and kill you: </p>\n\n\n\n<ul><li>Whatever comes, deal with it. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3c6.png\" alt=\"?\" class=\"wp-smiley\" /></li><li>Prepare for the worst. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3dd.png\" alt=\"?\" class=\"wp-smiley\" /></li><li>Hope for the best. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f480.png\" alt=\"?\" class=\"wp-smiley\" /></li></ul>\n\n\n\n<p><a href=\"https://poststatus.com/lessons-in-maintenance/\">READ MORE →</a></p>\n\n\n\n<h2>Quick Links</h2>\n\n\n\n<ul><li><a href=\"https://poststatus.com/a-beautiful-life-is-all-about-maintenance/\">A Beautiful Life is All About Maintenance</a>! I have used <strong>RescueTime</strong> since it was launched years ago, and <strong>Robin Copple</strong>&#8216;s blogging there is often insightful. Although I\'m not a fan of &#8220;life optimization&#8221; schemes, I do like Robin\'s comparison of good, regular habits to maintenance: &#8220;It’s a continual yet relaxed checking in on all your systems–making sure everything is still up to date and humming like a well-oiled machine. Maintenance is the name of the game.&#8221; </li><li>If interviews cause your palms to get sweaty, learn how to put yourself at ease from <strong>Mervin Hernandez</strong>. In <a href=\"https://wpcareersummit.com/mervin-hernandez/\">this video</a> from <strong>WP Career Summit</strong>, he outlines the best practices for your next interview.</li><li>In <a href=\"https://misanthropic.dev/2022/09/18/weve-always-done-it-that-way-and-the-organizational-momentum-trap/\">“We’ve Always Done It That Way” and the Organizational Momentum Trap</a>, the <strong>Misanthropic Dev</strong> discusses change resistance expert <strong>Niccolò Machiavelli</strong> and offers this advice for changing an organization. Start with the low-hanging fruit. After several small wins, you may be &#8220;able to convince people that you might just be on to something.&#8221;</li><li><strong>Josepha Haden Chomphosy</strong> talks with <strong>Hauwa Abashiya</strong> about the <strong>WordPress Training Team</strong> and <strong>LearnWP</strong> on the latest <strong><a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">WordPress Briefing</a></strong>. If you’re interested in joining the training team, it’s OK if you’re not a trainer. You can help take notes, edit, and review. If you are a subject matter expert, take a look at the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>. Drop in for one of the Training Team meetings on <strong>Tuesdays at 7 AM UTC and 4:00 PM UTC</strong>. </li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 02:15:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: WordPress Tech Roundup for the Week of September 19, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-tech-roundup-for-the-week-of-september-19-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6696:\"<h2 id=\"h-wordpress-design-development-around-the-web\">WordPress Design & Development Around the Web</h2>\n\n\n\n<div class=\"wp-container-23 wp-block-group has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week: WP Tests from the Abstract Agency, ACF 6.0, and Simple Social Images. Cool Tool of the week Warp goes into plaid. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2>Use WP Tests Provides Better Theme and Block Testing</h2>\n\n\n\n<p>The <strong>Abstract Agency</strong> has clarified Theme Unit and Block Unit testing in WordPress with <strong><a href=\"https://wptests.abstractwp.com/\">WP Tests</a></strong>. They’re enhancing and building on the WordPress Core’s Theme Unit Test and <a href=\"https://www.abstractwp.com/announcing-wp-tests/\">Rich Tabor</a>’s Block Unit Test. The new tools they’ve created focus specifically on the block-based editor and all the possible configurations without building them all. <a href=\"https://www.abstractwp.com/announcing-wp-tests/\">On their blog</a>, Post Status member <strong>Victor Ramirez</strong> succinctly describes the frustration many of us face: “The blessing and the curse of the block-based editor is the near limitless layouts, patterns, & blocks. We realized it was near impossible to track all the possible configurations the client could create.” Indeed! WP Tests is a great new tool to add to your theme and block development process.</p>\n\n\n\n<h2>Advanced Custom Fields Debuts Major Release 6.0</h2>\n\n\n\n<p>This is the first major release for ACF since it changed hands from <strong>Delicious Brains</strong> to <strong>WPEngine</strong>. I might even say it\'s the first major one since <strong>Elliot Condon</strong> sold ACF to Delicious Brains. Regardless, <a href=\"https://www.advancedcustomfields.com/blog/acf-6-0-released/\">this is a huge update</a> with a fresh new user interface, a switch to <a href=\"https://www.advancedcustomfields.com/resources/whats-new-with-acf-blocks-in-acf-6/\">make ACF Blocks closer to the native block experience</a>, better accessibility, improved saving features like being able to toggle to “show in rest API,” and several other golden nuggets. This update is also “designed to be fully compatible with ACF 5.x and the vast majority of users will be able to upgrade without changing any code.” I\'m looking forward to playing with all these improvements in the weeks to come!</p>\n\n\n\n<h2>Automate Your Sites with Better Social Sharing Images</h2>\n\n\n\n<p>Getting good social sharing previews to work can be a hassle, that’s why <a href=\"https://twitter.com/wpmark/status/1572197220463804417?s=21&t=JGIEhqYl_djD_HqO-mzDKg\"><strong>Mark Wilkinson</strong> and team</a> have created <strong><a href=\"https://simplesocialimages.com/\">Simple Social Images</a></strong> for WordPress. This plugin automates the creation of branded images for social media. So instead of a normal featured image or the first photo on the page, it can have a logo or text right on the image. The current version costs $49 but they’ve also submitted a free version to the <a href=\"http://WordPress.org\">WordPress.org</a> repository and are awaiting approval.</p>\n\n\n\n<div class=\"wp-container-24 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Cool Tool</h2>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h2>You Deserve a Terminal That Goes at Warp Speed</h2>\n\n\n\n<p>This week I stumbled onto <strong>Warp</strong>, <a href=\"https://www.warp.dev/\">a new terminal for Mac, Windows, and Linux</a> that uses “GPT-3 powered <a href=\"https://docs.warp.dev/features/ai-command-search#:~:text=Command%20Search%20-%20Warp%20Documentation&text=AI%20Command%20Search%20converts%20natural,See%20how%20it%20works%20here).\">AI search</a> will convert natural language into executable shell commands.” They had me at AI! They tout that “It’s like <strong>Github</strong> <strong>Copilot</strong> but for the terminal.” If that isn’t enough, Warp also takes a different approach to the command line user experience by making it act more like a text editor than your traditional terminal application. It has a nicer visual history with commands separated into “blocks” of content for easier viewing, and there\'s some more advanced theming than <strong>iTerm</strong> or <strong>Hyper</strong> have. They also have an upcoming feature to share a permalink of your session with your team. That’s gonna be so awesome it’s <a href=\"https://www.youtube.com/watch?v=mk7VWcuVOf0\">sure to go plaid</a>!</p>\n</div></div>\n\n\n\n<h2><strong>Quick Links</strong></h2>\n\n\n\n<ul><li><strong>Otto</strong> answers <a href=\"https://poststatus.com/is-there-a-maximum-length-to-wordpress-user-passwords/\">Is there a maximum length to WordPress user passwords?</a> (<strong>Stack Exchange</strong>) <a href=\"https://wordpress.stackexchange.com/questions/364624/is-there-a-maximum-length-to-user-passwords\" target=\"_blank\" rel=\"noreferrer noopener\">READ →</a></li><li><a href=\"https://poststatus.com/copyright-selfie-monkeys-and-the-hand-of-god/\">Copyright, Selfie Monkeys, and the Hand of God</a> (From the <strong>Open Source Initiative</strong>&#8216;s <a href=\"https://deepdive.opensource.org/podcast/\" target=\"_blank\" rel=\"noreferrer noopener\">podcast series on AI</a> and open source) <a href=\"https://deepdive.opensource.org/podcast/copyright-selfie-monkeys-the-hand-of-god/\">LISTEN →</a></li><li><strong>Brian Coords</strong> went on <strong>WP Builds</strong> to talk about <strong>WP-Notify</strong>: <a href=\"https://wpbuilds.com/2022/09/01/294-how-might-we-fix-the-wordpress-notifications-problem/\" target=\"_blank\" rel=\"noreferrer noopener\">Revisiting the Notifications Problem</a>. <a href=\"https://wpbuilds.com/2022/09/01/294-how-might-we-fix-the-wordpress-notifications-problem/\" target=\"_blank\" rel=\"noreferrer noopener\">LISTEN →</a></li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2022 00:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Daniel Schutzsmith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: PublishPress Acquires MetaSlider Plugin and MetaSlider Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138097\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/publishpress-acquires-metaslider-plugin-and-metaslider-lightbox\";s: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:4123:\"<p><a href=\"https://publishpress.com/\">PublishPress</a>, a company that develops free and commercial publishing and permissions plugins for WordPress, has <a href=\"https://www.metaslider.com/metaslider-publishpress/\">acquired MetaSlider</a> from Extendify. The plugin is used on more than 700,000 sites to build sliders, slideshows, carousels, and galleries. The company&#8217;s mission is to help publishers succeed, so this is a curious acquisition as sliders seem to have fallen out of favor on the web over the past seven years, due to problems with SEO, performance, and poor engagement.</p>\n\n\n\n<p>&#8220;A traditional slider isn&#8217;t a good fit for a news website for a couple of reasons,&#8221; PublishPress founder Steve Burge said. &#8220;First, publishers want a display that they can update easily. Second, they can be worried about the performance slowdown from a slider. </p>\n\n\n\n<p>&#8220;We aim to tackle those problems head-on. To solve the first issue, we plan to expand dynamic content features of MetaSlider so you can easily pull in fresh content. And secondly, we&#8217;ll focus on the speed of MetaSlider, so you don&#8217;t have to worry about a slow site.&#8221;</p>\n\n\n\n<p>Burge said PublishPress will use MetaSlider as a platform for building a suite of image tools. As part of the sale, the company has also acquired <a href=\"https://wordpress.org/plugins/ml-slider-lightbox/\">MetaSlider Lightbox</a>, which has 10,000 active installs, and a photo gallery that&#8217;s in a beta version.</p>\n\n\n\n<p>&#8220;There will be more [tools] to come,&#8221; Burge said. &#8220;Most of my favorite publishers also have beautiful photography with their stories. From big WordPress publishers such as <a href=\"https://www.outsideonline.com/\">Outside Magazine</a> to small start-ups such as <a href=\"https://thenarwhal.ca/\">TheNarwhal</a>, the photos often add as much as the text. We hope to build tools to help publishers showcase their images.&#8221;</p>\n\n\n\n<p>Burge said the sale of MetaSlider started with a Twitter DM. He had never spoken with the Extendify team before but said the process was &#8220;quick and easy&#8221; because all the data was &#8220;clean and professionally organized.&#8221; </p>\n\n\n\n<p>&#8220;The MetaSlider plugin is almost 10 years old, and in the last few years it was maintained by a couple of companies,&#8221; Burge said. &#8220;It was previously owned by the team behind UpdraftPlus and WP-Optimize. You can still see similarities in the orange color scheme between MetaSlider, UpdraftPlus, and WP-Optimize.&#8221; </p>\n\n\n\n<p>Extendify took on the plugin as a side project but it was never a core product for their company.</p>\n\n\n\n<p>&#8220;They were excited about our desire to invest in MetaSlider to ensure that it remains a great plugin for WordPress users,&#8221; Burge said. &#8220;After some recent high-profile handovers went badly, we’ve seen sellers do careful due diligence on who they sell to.&#8221;</p>\n\n\n\n<p>Burge could not share any financial details of the acquisition but said the sale price was based strictly on revenue even though the MetaSlider plugin has nearly a million users.</p>\n\n\n\n<p>&#8220;In most sales, the number of active installs is a bonus rather than a driving factor,&#8221; Burge said. &#8220;It’s not uncommon, particularly for older plugins, for 1% or less of active installs to convert to paying customers.&#8221;</p>\n\n\n\n<p>MetaSlider has a Pro version that PublishPress will continue sell and the plugins will remain as a standalone brand focused on images. They will not be included in the <a href=\"https://publishpress.com/plugins/\">PublishPress plugin bundle</a>. Burge said users can expect MetaSlider to continue at the same price but with more features.</p>\n\n\n\n<p>&#8220;The business model won’t change and the Pro version will support future development on the plugin,&#8221; he said. &#8220;At the moment, there’s only a single Pro version based on the number of sites. That won’t change in at least the next few months as we focus on adding more features and giving users more value for their money.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2022 20:46:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WordCamp Central: The First In-Person WordCamp in India is Looking for Speakers!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3153794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://central.wordcamp.org/news/2022/09/the-first-in-person-wordcamp-in-india-is-looking-for-speakers/\";s: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:658:\"<img src=\"https://nagpur.wordcamp.org/2022/files/2022/09/wcnagpur.jpg\" alt=\"\" />\n\n\n\n<p>Nagpur City is getting ready to host the 4th WordCamp now that the pandemic has passed.</p>\n\n\n\n<p>This year, we are welcoming 300 people across two parallel tracks, followed by a contributor day.</p>\n\n\n\n<p>The call for speakers is open on the WordCamp Nagpur website. <a href=\"https://nagpur.wordcamp.org/2022/call-for-speakers/\" target=\"_blank\" rel=\"noreferrer noopener\">Visit here to apply as a speaker.</a></p>\n\n\n\n<p>Join us at WordCamp Nagpur to learn, share, and have fun with the Central India WordPress User Groups.</p>\n\n\n\n<p>We would love to have you with us.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2022 16:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Abhishek Deshpande\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Diversity, Design and Speaking Machine with John Maeda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/diversity-design-and-speaking-machine-with-john-maeda/\";s: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:442:\"<p>John shares his visions and insights around diversity, design, AI and eCommerce while interweaving thoughts on WordPress and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/diversity-design-and-speaking-machine-with-john-maeda/\">Diversity, Design and Speaking Machine with John Maeda</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2022 11: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:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: Hauwa Abashiya Talks About Training\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/hauwa-abashiya-talks-about-training/\";s: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:795:\"<p><strong>Josepha Haden Chomphosy</strong> talks with <strong>Hauwa Abashiya</strong> about the WordPress Training team and <strong>LearnWP</strong> on the latest <strong><a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">WordPress Briefing</a></strong>. </p>\n\n\n\n<p>If you\'re interested in joining the training team, it\'s OK if you\'re not a trainer. You can help take notes, edit, and review. If you are a subject matter expert, take a look at the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>.</p>\n\n\n\n<p>Join one of the Training Team meetings on Tuesdays at 7 AM UTC and 4:00 PM UTC.&nbsp;</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2022 05:59:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: ACF 6.0 Introduces Refreshed Admin UI and ACF Blocks Version 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/acf-6-0-introduces-refreshed-admin-ui-and-acf-blocks-version-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3320:\"<p>Advanced Custom Fields (ACF) has announced the availability of <a href=\"https://www.advancedcustomfields.com/blog/acf-6-0-released/\">version 6.0</a>, an update that applies to both the free and pro versions of the plugin. This release introduces a refreshed admin UI that ACF product manager Iain Poulson said users had been requesting since 2021.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;We didn’t want this to be a huge change that would disrupt a user’s workflow, but instead a light reskin that focuses on bringing user experience improvements to the Field Group editor,&#8221; Poulson said.</p>\n\n\n\n<p>&#8220;The team have done a great job with the new design, improving all the ACF plugin admin screens from the Field Group editor to the Tools page.&#8221;</p>\n\n\n\n<p>The reskinning delivers the following improvements: </p>\n\n\n\n<ul>\n<li>Reduces the vertical height of the field settings</li>\n\n\n\n<li>Improved experience adding new fields to a Field Group</li>\n\n\n\n<li>Added a sticky &#8220;Save Changes&#8221; button to the header bar that is always visible without users having to scroll up to the top of the page</li>\n\n\n\n<li>Added more width to &#8220;Fields&#8221; box to reduce cramping from nested subfields</li>\n\n\n\n<li>Keyboard navigation for fields</li>\n\n\n\n<li>Improved focus states across the Field Group editor, toggle switches, radio buttons, and checkbox groups</li>\n\n\n\n<li>New opt-in setting for Repeater pagination</li>\n</ul>\n\n\n\n<p>Version 6.0 also includes <a href=\"https://www.advancedcustomfields.com/resources/whats-new-with-acf-blocks-in-acf-6/\">ACF Blocks Version 2</a>, a feature included in ACF PRO. It allows developers to use a PHP-based framework for developing custom block types. </p>\n\n\n\n<p>&#8220;ACF 6.0 contains a new block versioning system, allowing you to opt in to new versions which will change things like the markup and structure of ACF Blocks in both the backend and frontend, and may require updates to your theme to support,&#8221; Poulson said.</p>\n\n\n\n<p>&#8220;This next generation of ACF Blocks brings us much closer to the native block experience, while still giving you the PHP based templating language you know as a WordPress developer.&#8221;</p>\n\n\n\n<p>ACF users were encouraged to see that the plugin is still moving forward after having changed hands twice in the past two years. Delicious Brains <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">acquired ACF</a> from its creator Elliot Condon in June 2021. By November of that year, Delicious Brains was <a href=\"https://wptavern.com/acf-solicits-lifetime-license-holders-for-contributions-urging-them-to-purchase-annual-subscriptions\">soliciting the plugin&#8217;s Lifetime License holders for contributions</a> via email, urging them to purchase annual subscriptions. Seven months later, Delicious Brains sold off ACF and four other products to WP Engine, rattling customers who were concerned about the plugin&#8217;s lack of innovation and its stability in the hands of a large hosting company.</p>\n\n\n\n<p>Poulson, who continued on with WP Engine to support Delicious Brains&#8217; products after they were acquired, said the next thing on the roadmap is adding the ability to register custom post types and taxonomies in the UI and improvements to how field types are selected.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2022 02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: WordPress 6.1 Beta 1 • Help Test • #WPTranslationDay • Video Courses #LearnWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://poststatus.com/wordpress-6-1-beta-1-help-test-wptranslationday-video-courses-learnwp__trashed/\";s: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:14066:\"<h2 id=\"h-this-week-at-wordpress-org-september-19-2022\">This Week at WordPress.org (September 19, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The 6.1 Beta 1 release was briefly delayed a day but is now available. You can get familiar with what\'s coming in 6.1 with the release by helping test the new features. Please give some consideration to Hugh Lashbrooke\'s proposal for faster course development on the Training Team with video-based courses. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_b3b811-01\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_arrowUpCircle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Beta 1 &#8211; Help Test</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fe-200d-1f4bb.png\" alt=\"??‍?\" class=\"wp-smiley\" /> <strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong><br /></strong><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f920.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f30f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">Announcement: WordPress Translation Day 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png\" alt=\"??‍?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/training/2022/09/21/proposal-faster-course-development-with-video-based-courses/\">Do you prefer video courses when learning WordPress?</a> <strong> </strong><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4da.png\" alt=\"?\" class=\"wp-smiley\" /> <strong>Survey:</strong> <a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a><br /><br /></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><strong><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 Beta 1 Now Available</a></strong></li><li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li><li><a href=\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\"></a><a href=\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-us/\">WP Briefing: Episode 39: Contributor Stories Live from WordCamp US!</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/18/wordcamp-us-contributor-day-2022-recap/\">WordCamp US Contributor Day 2022 Recap</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">Announcement: WordPress Translation Day 2022</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-31 wp-block-columns\">\n<div class=\"wp-container-29 wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/09/20/action-requested-vote-for-organizing-diverse-inclusive-events-workshop-date-and-time/\">[Action requested] Vote for “Organizing Diverse & Inclusive Events workshop” date and time</a></li><li><a href=\"https://make.wordpress.org/community/2022/09/20/wordpress-events-organizer-training-americas-timezones-version/\">WordPress Events Organizer Training (Americas Timezones Version)</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/20/wordpress-6-1-beta-1-delayed/\">WordPress 6.1 Beta 1 delayed</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/19/a-week-in-core-september-19-2022/\">A Week in Core – September 19, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">What’s new in Gutenberg 14.1? (15 September)</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/09/21/core-editor-chat-summary-21st-september-2022/\">Core Editor chat summary: 21st September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/dev-chat-agenda-september-21-2022/\">Dev Chat agenda, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/editor-chat-agenda-21st-september-2022/\">Editor Chat Agenda: 21st September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/19/developer-blog-editorial-group-september-1-2022/\">Developer Blog Editorial Group – Meeting Notes September 1, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/09/19/documentation-team-update-september-19-2022/\">Documentation Team Update – September 19, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/09/20/agenda-global-wordpress-marketing-team-meeting-september-21-2022/\">Agenda, global WordPress Marketing Team meeting, September 21, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/09/20/notes-global-marketing-meeting-september-14-2022/\">Notes: Global Marketing Meeting, September 14, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\">Mobile</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/09/19/call-for-testing-wordpress-for-ios-20-8/\">Call for Testing: WordPress for iOS 20.8</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/09/19/call-for-testing-wordpress-for-android-20-8/\">Call for Testing: WordPress for Android 20.8</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/mobile-team-update-september-20th/\">Mobile Team Update – September 20th</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/09/20/community-meeting-recap-20-september-2022/\">Community Meeting Recap (20 September 2022)</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-30 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/performance/2022/09/14/announcing-the-performance-team-reps/\">Announcing the Performance Team Reps</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/20/performance-team-meeting-summary-20-september-2022/\">Performance team meeting summary 20 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/09/20/plugin-review-team-19-sept-2022/\">Plugin Review Team – 19 Sept 2022</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/09/19/wcus-2022-qa/\">WCUS 2022 Q&A;</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/09/15/fse-program-testing-call-17-guiding-the-gutenberg-gallery/\">FSE Program Testing Call #17: Guiding the Gutenberg Gallery</a></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/test-team-update-19-september-2022/\">Test Team Update: 19 September 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><strong><a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">Testing and Feedback for using block based template parts in classic themes</a></strong></li><li><a href=\"https://make.wordpress.org/updates/2022/09/20/themes-team-update-september-20-2022/\">Themes team update September 20, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/21/project-proposal-content-localization/\">Project Proposal: Content Localization</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/21/proposal-faster-course-development-with-video-based-courses/\">Proposal: Faster Course Development with Video-Based Courses</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/19/meeting-agenda-for-september-21-2022/\">Meeting Agenda for September 20, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/16/team-profile-badges/\">Team Profile Badges</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/14/training-team-meeting-recap-for-september-13-2022/\">Training Team Meeting Recap for September 13, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/09/14/discussion-reimagining-the-training-team-contributor-roles/\">[Discussion] Reimagining the Training Team contributor roles</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=media-tips-tricks\">Media Tips & Tricks</a></li><li><a href=\"https://learn.wordpress.org/?meeting=code-with-me-code-your-first-settings-in-theme-json\">Code with me: code your first settings in theme.json</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E8%A1%8C%E3%83%BB%E7%B8%A6%E7%A9%8D%E3%81%BF%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B7%E3%83%96%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E3%82%92%E4%BD%93-2\">行・縦積みブロックでレスポンシブデザインを体験！</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E8%A1%8C%E3%83%BB%E7%B8%A6%E7%A9%8D%E3%81%BF%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B7%E3%83%96%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E3%82%92%E4%BD%93\">行・縦積みブロックでレスポンシブデザインを体験！</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://thephp.foundation/blog/2022/08/30/php-core-roundup-5/\">PHP Core Roundup #5</a></li><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 21:02:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordPress 6.1 Beta 1 Released and Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-6-1-beta-1-released-and-ready-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2286:\"<p><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">WordPress 6.1 beta 1</a> was released today, and testing has begun with the general release expected in just under six weeks on November 1. </p>\n\n\n\n<p>Versions 13.1 &#8211; 14.1 of the Gutenberg plugin will be rolled into core for 6.1. This includes features like improved block placeholders, more design tools for blocks, fluid typography, improvements to editor preferences and new modal interfaces, the use of block-based template parts in classic themes, locking settings for inner blocks, and more.</p>\n\n\n\n<p>If you have the Gutenberg plugin installed, then you already have access to many of these features and may have been part of the testing process if you have reported bugs.</p>\n\n\n\n<p>The bulk of the improvements in 6.1 are for the editor (700+ enhancements and bug fixes), but the rest of the core components also have <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">250 tickets</a> that will make it into the next release. These include improvements to build/test tools, new error logging and hooks for wp-cron.php, new oEmbed support for Google Data Studio and Pocket Casts, REST API debug mode, new introduction on Permalinks Setting screen, various Site Health improvements and more.</p>\n\n\n\n<p>WordPress 6.1 is also set to introduce the highly anticipated new default theme, Twenty Twenty-Three, with <a href=\"https://wptavern.com/wordpress-announces-10-style-variation-selections-for-twenty-twenty-three-theme\">10 style variations</a> contributed from WordPress&#8217; community of designers.</p>\n\n\n\n<p>The easiest way to report bugs is to post in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. More experienced testers should search through <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a> and <a href=\"https://core.trac.wordpress.org/newticket\">open a ticket on WordPress Trac</a>. Check out the <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Beta 1 release post</a> for a full rundown of the highlights coming in 6.1. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 20:42:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Gutenberg Times: Block-Based Template Parts: A Happy Medium Between Classic 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:35:\"https://gutenbergtimes.com/?p=22179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://gutenbergtimes.com/block-based-template-parts-for-classic-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:13750:\"<p>I was one of the early adopters of the block editor as a developer. Despite the flak that the Gutenberg plugin was catching before it was merged into core WordPress, I could see the potential. Yes, I could see the bugs, the inconsistent UI, and every other thing that was &#8220;wrong&#8221; about it around four or five years ago.</p>\n\n\n\n<p>But there was a vision for the future of theming that I latched onto.</p>\n\n\n\n<p>At the time, there was a bit of a rumor floating around that theme authors would eventually be able to allow users to edit any part of their theme with the block editor. It&#8217;d work similarly to sidebars. Developers would register &#8220;block areas,&#8221; and users could drop whatever content they wanted in them.</p>\n\n\n\n<p>That was <em>the</em> vision. It was the future of theming that I, along with several other developers, expected to see in the year or so following the block system&#8217;s launch in WordPress 5.0. It was a concept that sold us&#8212;<em>hook, line, and sinker</em>&#8212;on this newfangled editor all those years ago. It was such a simple but brilliant idea. We would finally consolidate some of the competing APIs, such as shortcodes and widgets, into a single standard. And themers would be dropping these block areas all over the place for highly-flexible themes.</p>\n\n\n\n<p>Of course, not everything played out according to the timeline in my head. However, WordPress 6.1 is finally introducing this feature in the form of <a href=\"https://github.com/WordPress/gutenberg/pull/42729\">block-based template parts</a>.</p>\n\n\n\n<p>Frankly, I had nearly forgotten about it over time. I&#8217;ve already been firmly on block-theme wagon for well over a year, and the thought of going back and building a classic theme just to use this feature didn&#8217;t excite me quite as much as it once would have.</p>\n\n\n\n<p>However, I still know that it is one of the most vital features for the theming community to land in WordPress. There are many reasons that developers have not made the full jump to block theming. It is not the ideal tool for every project yet, and that is an OK place to be. Whatever the reason, this is another tool for gradually adopting FSE features without going all in.  It allows developers to retain control over their top-level, PHP-based templates and decide which specific areas they want to expose to users as block <em>capable</em>.</p>\n\n\n\n<p>In some ways, block-based template parts may represent a stable medium for a while or even a new class of themes, those that are neither entirely classic nor block. It is the middle ground that the theming community has long needed.</p>\n\n\n\n<p>Perhaps it will even put the <a href=\"https://masterwp.com/the-imaginary-block-vs-classic-battle-in-wordpress/\">classic vs. block battle</a> to rest, at least for the theming community. <em>Do themers really have to choose between being &#8220;all in&#8221; or &#8220;all out&#8221;?</em> No. No, they do not. Maybe that happy middle ground has been a long time coming, but it has been a priority for the project. We&#8217;ve seen that with the inclusion of block-based menus and widgets, theme-support additions, <code>theme.json</code> support, and now template parts.</p>\n\n\n\n<h2>Putting Theory into Practice</h2>\n\n\n\n<p>I began drafting this post before I ever tested the feature out within an actual classic theme. It sounded like everything I wanted years ago, at least in theory, but a question remained. <em>Did it hold up in practice?</em></p>\n\n\n\n<p>The only way to find out was to grab a classic theme and convert part of its front-end output to a block-based template part. Fortunately, Twenty Twenty-One was already using PHP-based template parts, so it offered a starting point.</p>\n\n\n\n<p><strong>Note:</strong> This post is not a full tutorial on using block-based template parts in classic themes. I encourage readers who want to dig deeper into the technical aspects to read the <a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">call for testing</a> on the Make Themes blog.</p>\n\n\n\n<p>Most theme authors are aware of how template parts work in WordPress. Essentially, they are smaller templates (i.e., parts) that are included within larger ones. This can be anything from a header to footer or sidebar to comments form. There are no hard-and-fast rules, and the decisions about which parts exist come down to the theme authors themselves.</p>\n\n\n\n<p>To use block-based template parts in classic themes, developers must add support for them via <code>functions.php</code>:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-javascript\">add_action( <span class=\"hljs-string\">\'after_setup_theme\'</span>, <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span>(<span class=\"hljs-params\"></span>) </span>{\n    add_theme_support( <span class=\"hljs-string\">\'block-template-parts\'</span> );\n} );</code></div><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JavaScript</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">javascript</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>This creates a new &#8220;Template Parts&#8221; item under the &#8220;Appearance&#8221; admin menu:</p>\n\n\n\n<img />Initial template parts screen when no parts are registered.\n\n\n\n<p>Out of the box, there will be nothing for users to do. However, once new parts are added, users will be able to edit them.</p>\n\n\n\n<p>For my first true test of this feature, I decided to replace Twenty Twenty-One&#8217;s header template part. Headers are often the most complex pieces of a website design, so it will not be the ideal starting point for every theme author making this transition. However, I was pretty successful in replacing Twenty Twenty-One&#8217;s default header with a block-based version.</p>\n\n\n\n<p>After adding support for <code>block-template-parts</code>, into the theme setup function in <code>functions.php</code>, I created a new <code>parts/header.html</code> file and proceeded to recreate the basic branding and navigation menu sections directly in the editor:</p>\n\n\n\n<img />Recreating Twenty Twenty-One&#8217;s header as a block template part.\n\n\n\n<p>After getting the look I wanted (or, at least, close enough), I copied the block code from the editor into <code>parts/header.html</code> and deleted my customizations.</p>\n\n\n\n<p>Then, in the theme&#8217;s <code>header.php</code> file, I replaced the following line of code with my own:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-xml\"><span class=\"php\"><span class=\"hljs-meta\">&lt;?php</span> get_template_part( <span class=\"hljs-string\">\'template-parts/header/site-header\'</span> ); <span class=\"hljs-meta\">?&gt;</span></span></code></div><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">HTML, XML</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">xml</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>The new code was a call to the block-based template part, which would load the <code>parts/header.html</code> file (or the user-customized version):</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-xml\"><span class=\"php\"><span class=\"hljs-meta\">&lt;?php</span> block_template_part( <span class=\"hljs-string\">\'header\'</span> ); <span class=\"hljs-meta\">?&gt;</span></span></code></div><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">HTML, XML</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">xml</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>I would love to exclaim, &#8220;<em>Voila</em>!&#8221; and call it a day. I would love to say that this was a simple one-and-done action, but developers know it is never as straightforward as that. Most classic themes were not built to handle block output outside of the content area. Twenty Twenty-One is no different. I had to make some other changes to actually make this work.</p>\n\n\n\n<p>The first thing was removing a max-width set by the Twenty Twenty-One&#8217;s <code>assets/css/style-editor.css</code> file that was keeping full-width blocks from stretching across the editor. So, I cut this bit of code from the file:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-css\"><span class=\"hljs-selector-class\">.wp-block</span> {\n    <span class=\"hljs-attribute\">max-width</span>: <span class=\"hljs-built_in\">var</span>(--responsive--aligndefault-width);\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">CSS</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">css</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>I also needed to add layout support via <code>theme.json</code>. Because the theme didn&#8217;t include this file, I created it and kept the settings as simple as possible using Twenty Twenty-One&#8217;s existing custom CSS properties:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n    <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n    <span class=\"hljs-attr\">\"settings\"</span>: {\n        <span class=\"hljs-attr\">\"layout\"</span>: {\n            <span class=\"hljs-attr\">\"contentSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--default-width )\"</span>,\n            <span class=\"hljs-attr\">\"wideSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--alignwide-width )\"</span>\n        }\n    }\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-7\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>These were just quick fixes to ensure that the system worked. Each theme will be a bit different and each theme author will have some obstacles to overcome in development.</p>\n\n\n\n<p>For a better user experience, I also defined my header template part via <code>theme.json</code>. This allowed me to create a internationalized version of its user-facing title. So, the final version of my JSON file became:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json\">{\n    <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n    <span class=\"hljs-attr\">\"settings\"</span>: {\n        <span class=\"hljs-attr\">\"layout\"</span>: {\n            <span class=\"hljs-attr\">\"contentSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--default-width )\"</span>,\n            <span class=\"hljs-attr\">\"wideSize\"</span>: <span class=\"hljs-string\">\"var( --responsive--alignwide-width )\"</span>\n        }\n    },\n    <span class=\"hljs-attr\">\"templateParts\"</span>: [\n        {\n            <span class=\"hljs-attr\">\"name\"</span>: <span class=\"hljs-string\">\"header\"</span>,\n            <span class=\"hljs-attr\">\"title\"</span>: <span class=\"hljs-string\">\"Header\"</span>,\n            <span class=\"hljs-attr\">\"area\"</span>: <span class=\"hljs-string\">\"header\"</span>\n        }\n    ]\n}</code></div><small class=\"shcb-language\" id=\"shcb-language-8\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>This last bit is not a requirement, but it does create a better all-around experience. Theme authors shouldn&#8217;t skip it.</p>\n\n\n\n<p>I&#8217;m not sure how well block-based template parts will truly work without also opting into some <code>theme.json</code> support. At minimum, layout settings are likely recommended. This is why it is vital that theme authors start testing before WordPress 6.1 launches. These little tips and tricks must become a part of our collective knowledge so that we can share and help one another.</p>\n\n\n\n<h2>Was the Feature All That I Thought It Would Be?</h2>\n\n\n\n<p>Despite a couple of natural hiccups from having to change some style-related bits in the theme, it was a success. For good measure, I tested a few other template parts and felt good with the results. The process would have been much easier with one of my own themes, something I was intimately familiar with. However, I chose Twenty Twenty-One because it is more accessible to the WordPress extender community.</p>\n\n\n\n<p>There are so many ways that themers can utilize this once WordPress 6.1 lands (or <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\" target=\"_blank\" rel=\"noreferrer noopener\">you can start now using Beta 1</a>). For example, an easy win is making an editable &#8220;404 page content&#8221; part. This is one of those areas that has long required developers to either build custom solutions for or just leave it to users to directly edit PHP files.</p>\n\n\n\n<p>Theme authors can replace sidebars, headers, and footers. They can allow end-users to edit archive page queries. Or, go even more ambitious and create block-based template parts for everything but the outer structure of the front end. There are no right or wrong answers. Developers have the flexibility to choose the path that&#8217;s best for them and their users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 18:09:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: New Features to Test in Gutenberg 14.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=123001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/new-features-to-test-in-gutenberg-14-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:897:\"<p>A reminder from <strong>Anne McCarthy</strong> about the importance of your help <a href=\"https://make.wordpress.org/test/handbook/gutenberg-testing/\">testing Gutenberg</a> 14.1 in advance of the WordPress 6.1 release:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you have the current Gutenberg (plugin) release installed, you can use block template parts without adopting everything that comes with block templates. For example, you can allow a user to edit and build a header with blocks without exposing them to the entire block template system. This offers a new gradual adoption pathway for sites with classic or hybrid themes and new ways to explore full site editing features for agencies that need testing and feedback ahead of WordPress 6.1’s release on November 1st.</p></blockquote>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 18:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: WordPress 6.1 Beta 1 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13495\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8431:\"<p>WordPress 6.1 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>You can test WordPress 6.1 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta1.zip\">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta1</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about six weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">this detailed guide</a> is a great start.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can do it – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">250 tickets for the WordPress 6.1 core</a>.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.1? Read on for some highlights.</em></p>\n\n\n\n<h3>Features for end-users</h3>\n\n\n\n<ul>\n<li>Default theme powered by 10 unique style variations (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>More design tools in more blocks (<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/43241\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Expanded and refined&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\" target=\"_blank\">template experience</a>&nbsp;and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\" target=\"_blank\">template options</a></li>\n\n\n\n<li>More intuitive document settings experience</li>\n\n\n\n<li>Header and footer patterns for all themes</li>\n\n\n\n<li>Improved quote and list blocks with inner block support</li>\n\n\n\n<li>More robust placeholders for various blocks</li>\n\n\n\n<li>New modal interfaces and preferences improvements</li>\n\n\n\n<li>Automatic navigation block selection with fallbacks and easier menu management</li>\n\n\n\n<li>Apply locking settings to all inner blocks in one click</li>\n\n\n\n<li>Improvements to the block theme discovery experience</li>\n\n\n\n<li>Accessibility updates, with more than 60 resolved tickets</li>\n\n\n\n<li>Performance updates, with more than 25 resolved tickets</li>\n</ul>\n\n\n\n<h3>For developers</h3>\n\n\n\n<ul>\n<li>Opt into appearance tools to make any theme more powerful</li>\n\n\n\n<li>New iteration on the style system</li>\n\n\n\n<li>Add starter patterns to any post type (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Evolution of layout options including a new&nbsp;<code>constrained</code>&nbsp;option and the ability to disable layout options</li>\n\n\n\n<li>Content lock patterns for more curation options</li>\n\n\n\n<li>Expanded support for query loop blocks</li>\n\n\n\n<li>Allow the use of block-based template parts in classic themes (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Filter <code>theme.json</code> data (<a rel=\"noreferrer noopener\" href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Fluid typography allows for more responsiveness (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Ability to style elements inside blocks like buttons, headings, or captions in <code>theme.json</code></li>\n</ul>\n\n\n\n<p><em>Please note that all features listed in this post are subject to change before the final releas</em>e.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Haiku for you</h2>\n\n\n\n<p>Twenty Twenty-Three<br />10 style variations<br />The new default theme</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>,  <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>, <a href=\"https://profiles.wordpress.org/davidb/\">@davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:09:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Post Status: Making Events Accessible and Websites Under 1kB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://poststatus.com/making-events-accessible-and-websites-under-1kb/\";s: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:1053:\"<p>From the <strong>W3C</strong> <strong>Web Accessibility Initiative</strong> (WAI), Here\'s <a href=\"https://www.w3.org/WAI/teach-advocate/accessible-presentations/\">a checklist</a> &#8220;for meetings, conferences, training, and presentations that are remote/virtual, in-person, or hybrid.&#8221; </p>\n\n\n\n<p>And here\'s <a href=\"https://tdarb.org/blog/under-1kb.html\">a website with pages under 1kB</a> from <strong>Brad Taunt</strong> who is maintaining a list of sites with a similar page weight called the <a href=\"https://1kb.club\">1kB Club</a>. (Like the <a href=\"https://1mb.club\">1MB Club</a> but smaller.) Interesting how it\'s hard, if not impossible, to make a good website this simple that\'s <em>not</em> accessible. </p>\n\n\n\n<p>Both of these items come from <a href=\"https://davidakennedy.com\">David A. Kennedy</a>&#8216;s <a href=\"https://a11yweekly.com/\">A11yWeekly</a> newsletter, which is <em>the</em> source for all things accessibility.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: #43 – Nick Ahmann on Testing Plugins With TasteWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=137988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/podcast/43-nick-ahmann-on-testing-plugins-with-tastewp\";s: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:33001:\"<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/nicolasahmann/\">Nick Ahmann</a>.</p>\n\n\n\n<p>Nick works for <a href=\"https://inisev.com/\">Inisev</a>, a company which provides SaaS services for WordPress and other platforms. They have a range of products, but today we focus on <a href=\"https://tastewp.com/\">TasteWP</a>.</p>\n\n\n\n<p>TasteWP is a service which allows you to spin up a disposable WordPress install in a matter of seconds. From there, you can use the site for free for two days.</p>\n\n\n\n<p>If you’re wanting to test out a plugin or theme, but don’t want the hassle of creating a site on your own hosting, or local machine, TasteWP could be a useful option. It behaves as a normal WordPress website and you’re not limited to what you can install on top of the defaults.</p>\n\n\n\n<p>One nice feature we talk about is that you can pre-install plugins and themes from the WordPress repository by modifying the URL when you visit the TasteWP website. This might be useful for educators or plugin developers who want to demo their free plugins, but don’t want to maintain their own infrastructure.</p>\n\n\n\n<p>We talk about what promoted Nick to work on this plugin and how he sees it as helping the WordPress community, as well as being a vehicle to make people aware of the products and services that his company offers.</p>\n\n\n\n<p>If you’ve ever wanted a WordPress site to play with for a few days, then this episode is for you.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://tastewp.com/\">TasteWP</a></p>\n\n\n\n<p><a href=\"https://inisev.com/\">Inisev</a></p>\n\n\n\n<p><a href=\"https://backupbliss.com/\">BackupBliss</a></p>\n\n\n\n<p><a href=\"https://trackandanalyze.com/\">Track &amp; Analyze</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things, WordPress. The people, the events, the plugins, the blocks, the themes, and in this case using disposable WordPress installs to test out plugins.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you, and hopefully get your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Nick Ahmann. Nick works for Inisev. A company which provides SaaS services for WordPress and other platforms. They have a range of products, but today we focus on TasteWP.</p>\n\n\n\n<p>TasteWP is a service which allows you to spin up a disposable WordPress install in a matter of seconds. From there, you can use the site for free for two days. If you&#8217;re wanting to test out a plugin or theme, but don&#8217;t want the hassle of creating a site on your own hosting or local machine, TasteWP could be a useful option. It behaves as a normal WordPress website, and you&#8217;re not limited to what you can install on top of the defaults.</p>\n\n\n\n<p>One nice feature that we talk about is that you can pre-install plugins and themes from the WordPress repository by modifying the URL when you visit the TasteWP website. This might be useful for educators or plugin developers who want to demo their free plugins, but don&#8217;t want to maintain their own infrastructure.</p>\n\n\n\n<p>We talk about what promoted Nick to work on this plugin and how he sees it as helping the WordPress community, as well as being a vehicle to make people aware of the products and services that his company offers. If you&#8217;ve ever wanted a WordPress site to play with for a few days. Then this episode is for you.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against the crowds and the air conditioning. And whilst the podcast is more than listable, I hope that you understand that the vagaries of the real world we&#8217;re at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Nick Ahmann.</p>\n\n\n\n<p>I am joined on the podcast today by Nick Arman. Hello, Nick.</p>\n\n\n\n<p>[00:03:29] Nick Ahmann: Hi, Nathan.</p>\n\n\n\n<p>[00:03:30] Nathan Wrigley: Very nice to have you. We are in the bowels of the Super Bock Arena in Porto. Have you ever been to a WordCamp before? Is this your first?</p>\n\n\n\n<p>[00:03:38] Nick Ahmann: No, it&#8217;s my first ever WordCamp.</p>\n\n\n\n<p>[00:03:40] Nathan Wrigley: So what brings you? What is it exactly that you&#8217;ve decided?</p>\n\n\n\n<p>[00:03:43] Nick Ahmann: Yeah, that&#8217;s a good question. So for one it&#8217;s the networking part. We&#8217;re surely gonna talk about later, we, um, working on a couple of WordPress products and TasteWP, and I wanna spread the word for it. I also just wanna immerse myself in the WordPress spirit and energy. And what&#8217;s a better way than going to a WordCamp?</p>\n\n\n\n<p>[00:04:02] Nathan Wrigley: Yeah. If you&#8217;ve not been to an event like this before, have you been in the WordPress space for any length of time or is this fresh to you?</p>\n\n\n\n<p>[00:04:09] Nick Ahmann: It&#8217;s not entirely fresh. So we&#8217;ve been developing plugins for about six, seven years now. Not me personally, I don&#8217;t have a clue about coding. I&#8217;ve been in the space that time.</p>\n\n\n\n<p>[00:04:18] Nathan Wrigley: What is it that you&#8217;re expecting to do? I know you said that there was networking, but do you anticipate going into some of the talks? Is there any of that that interests you?</p>\n\n\n\n<p>[00:04:26] Nick Ahmann: Yeah, for sure. I&#8217;m gonna listen to some of the talks. I&#8217;ve noted down one or two. But it&#8217;s just, you know, meeting like random people in the hallway and just getting to know them.</p>\n\n\n\n<p>[00:04:36] Nathan Wrigley: The hallway track is totally a thing. It&#8217;s a thing which I think probably a significant proportion of the people who come to these events actually never go into the presentations because they just enjoy the networking aspect and all of that kind of stuff.</p>\n\n\n\n<p>We&#8217;re gonna talk today about a service that you offer. It integrates very well with WordPress. It is WordPress. It enables you to get WordPress in a heartbeat. It&#8217;s called TasteWP. What is it? What&#8217;s the point?</p>\n\n\n\n<p>[00:04:59] Nick Ahmann: Okay. The point is, basically TasteWP, developed from scratch your own itch situation for us. Working on a couple of plugins and we needed an easy way to test them, different PHP versions and, and WordPress version combinations.</p>\n\n\n\n<p>And we never found a tool that really suits us. So we thought, okay, why not create such a tool? And then we thought, okay, uh, instead of just using it internally, why don&#8217;t we just make it a bit nicer and bit more self explanatory, as you would with a tool you only use internally, so that, uh, we can offer it to the public. So TasteWP is a site where you just go, click once and then it spins up a WordPress site where you can play around and test themes and plugins.</p>\n\n\n\n<p>[00:05:41] Nathan Wrigley: So I confess that I&#8217;ve had a go and it&#8217;s very quick. I don&#8217;t know if that was part of the initial scoping document, to make it almost instantaneous, but when you go to the webpage and you click the button, there&#8217;s more to it than that, we&#8217;ll get to that, but if you just click the button, I&#8217;m pretty convinced you&#8217;re under five seconds before the site is live.</p>\n\n\n\n<p>[00:06:01] Nick Ahmann: Right. Just over three seconds is now the average.</p>\n\n\n\n<p>[00:06:04] Nathan Wrigley: Which is pretty incredible given what&#8217;s going on. You know, you&#8217;re spinning up some sort of server in the background and downloading plug-ins and themes. And again, we&#8217;ll get to that and it&#8217;s configurable, but it&#8217;s basically there in the time it takes you to pick up your coffee cup, have a sip, and then return it to the table.</p>\n\n\n\n<p>[00:06:18] Nick Ahmann: And let me just mention, I wish I could take credit for it, but it&#8217;s entirely the developers who did this.</p>\n\n\n\n<p>[00:06:24] Nathan Wrigley: The, principle though, when we got into talking about coming on the podcast, you talked about it from the community angle. You mentioned that it would be a really nice tool for community to get their hands on. Talk to us about that. Tell us how do you sort of pitch it as a community tool?</p>\n\n\n\n<p>[00:06:39] Nick Ahmann: Right. I think it&#8217;s our contribution to the community in the sense that I think everybody who works with WordPress, uh, no matter what the role of function is that they need such a tool. You can talk about the developers who need a site to test their themes and plugins like that was the initial idea, why we needed it. But then beginners who just start out with WordPress, they need an easy way to spin up a site and play around. Also again for developers to demo their products.</p>\n\n\n\n<p>So what you can do is, if you, for example, if you&#8217;re in the, um, plug-in directory on WordPress and you on a plugin page, like, wordpress.org/plugins/pluginslug. And in that URL, if you just replace WordPress with TasteWP and click enter, then it spins up a site with that plugin already installed. And that&#8217;s useful, I think for almost everybody, especially also for those who want to try out plugins before using them on the real site.</p>\n\n\n\n<p>[00:07:33] Nathan Wrigley: So the principle is, it felt like the best fit for me, at least anyway, was I want to try out this plugin, X plugin over there that I&#8217;ve never used before, and I could create a domain and do all of that and do hosting, or I could set up a local install or something like that, which will work fine, but I want something probably a bit more disposable. I know that I&#8217;m just gonna try it for a few hours perhaps, and then I want that site to go away.</p>\n\n\n\n<p>And that&#8217;s what it does because, in the initial offering that you&#8217;ve got, maybe there&#8217;s kinda like a premium upsell that you offer as well, but you are able to use that site for, I believe it&#8217;s 48 hours. Is that right?</p>\n\n\n\n<p>[00:08:05] Nick Ahmann: That&#8217;s right. So if you&#8217;re not logged in TasteWP, it&#8217;s good for two days and then expires. And, uh, if you sign up on TasteWP, which is free, then it lasts for seven days and then you can also manage your sites. So you can set up several ones. You can delete an old site set up a new site and so on. And at the moment it&#8217;s all free. And we&#8217;re working on a premium option when basically it won&#8217;t expire then.</p>\n\n\n\n<p>[00:08:28] Nathan Wrigley: Okay. So in the future there&#8217;ll be an option to pay and you&#8217;ll be able to keep your site up. Okay. So at the point where you create the site, there&#8217;s multiple options. You could just click the button and you go. And like I said, 2, 3, 4 seconds later, it&#8217;s ready to go, but there&#8217;s a little bit more to it than that. Tell us about the options that are available. What can you configure?</p>\n\n\n\n<p>[00:08:43] Nick Ahmann: So there&#8217;s the quick setup option, by the way, you can always trigger it again without being logged in, which makes it very usable. But, if you click on the advanced setup option, then you can determine, okay, which WordPress version do you wanna use the plugin or whatever you&#8217;re testing on. Especially now that WordPress six came out. That was a function, which was used quite a lot because plugin developers want to see, how does the plugin work on WordPress six.</p>\n\n\n\n<p>And the same with PHP version. You can set that. You can already select to pre-install certain plugins, themes, that&#8217;s possible too. If you sign up, then you can also create templates, where you can say, okay, this URL should spin up an instance with these plugins and these themes already installed, because sometimes you have plugins which rely on other plugins to be installed as well. So it&#8217;s not just a single plugin, which is installed in, but also others.</p>\n\n\n\n<p>[00:09:36] Nathan Wrigley: So essentially the idea here is speed. You&#8217;ve got the option to just, you get to the site, you don&#8217;t need to be logged in if you&#8217;re willing to go for a two day site. You press a button, a couple of seconds later you&#8217;re ready to go.</p>\n\n\n\n<p>There are a few things which come along for the ride. In WordPress, we&#8217;re a bit averse to advertising in the admin UI. I know that you have a fairly large, dismissable, ad right at the beginning. It&#8217;s not really an ad. It&#8217;s more sort of, here&#8217;s how it works, because you&#8217;ve already got them to your website. So, you know.</p>\n\n\n\n<p>[00:10:05] Nick Ahmann: Actually that&#8217;s a good point. We made that part much leaner. So actually there was this like almost full page introduction, uh, which is now only, if you spin it up in certain ways, we&#8217;re gonna expand it to all the ways you can spin up. It&#8217;s just a box in the top right which says this is a demo site expiring in, um, so and so many hours. But if you talk about advertising to be absolutely honest here, part of the incentive for us to do this was also to promote our own plugins because they are pre-installed as well.</p>\n\n\n\n<p>But it&#8217;s not entirely, you know, off topic. There&#8217;s a backup and migration plugin, which many TasteWP users need because whatever they created on TasteWP, they want to take it somewhere else. So they need this migration plug. So it&#8217;s not completely off topic, but that&#8217;s also.</p>\n\n\n\n<p>[00:10:48] Nathan Wrigley: Let&#8217;s go into that, because I think that is actually right on topic. So you justifiably, I think in my opinion, if you&#8217;ve offered this service for free, people don&#8217;t have to use it. They can do all the other things that I said earlier about spinning up sites, they can do it that way. Or they can opt for you. What are the things that do come pre-installed? Presumably it&#8217;s the suite of things that you and the company that you are working for offer?</p>\n\n\n\n<p>[00:11:09] Nick Ahmann: That&#8217;s three plugins now. It&#8217;s a redirect plug. The backup plugin I mentioned, and the plugin for, uh, showing popups on your site.</p>\n\n\n\n<p>[00:11:17] Nathan Wrigley: And they all come pre-installed? Yeah. And I&#8217;m guessing though, it&#8217;s WordPress, I&#8217;m guessing that you could deactivate those?</p>\n\n\n\n<p>[00:11:23] Nick Ahmann: Yes, absolutely. You can, actually, there&#8217;s a plugin, which if you run it, it resets. I think it&#8217;s called reset WordPress, I&#8217;m not sure what plugin is. And quite a few people use that because they don&#8217;t want to see our plugins. But most, you know, still see our plugins and that&#8217;s part of the reason.</p>\n\n\n\n<p>[00:11:37] Nathan Wrigley: Let&#8217;s talk about the different ways that you can get certain things to be activated. Obviously, if you choose to go in, you can just go to the ad plugin page and add one plugin at a time. But there&#8217;s this nifty thing which you alluded to earlier, which, as soon as I figured out what was going on, because I didn&#8217;t, when I first came across your site. Soon as I figured that out, I thought, okay, that&#8217;s the bit, that&#8217;s where the coin dropped for me.</p>\n\n\n\n<p>This is where the utility came in. You can go to TasteWP.com farward slash, and then how do we do the URL from there? Basically, if you add to the URL, something that&#8217;s in the repository, be that a theme or a plugin. So long as you get the plugin slug exactly right, it will become installed. There&#8217;s maybe a little bit that I missed out in the URL there?</p>\n\n\n\n<p>[00:12:23] Nick Ahmann: Yes. So the easiest way is if you just go to the plugin in the, uh, WordPress directory, and then replace the WordPress in the URL with TasteWP. So that&#8217;s the quickest, actually that&#8217;s not the quickest way. We also offer a bookmarklet tool, which is a button you can drop to your bookmarklet bar in your browser. And then when you are on a plugin page in the directory, you just have to click it and then already it spins up instance with that plugin installed. And we are also working at the moment on a Chrome extension, which basically does the same thing, but maybe some little more features here and there.</p>\n\n\n\n<p>[00:12:57] Nathan Wrigley: So can you concatenate, so can you add, one plugin, two two plugins, three plugins and two themes?</p>\n\n\n\n<p>[00:13:03] Nick Ahmann: There&#8217;s more sophisticated ways you can install several plugins and themes, uh, at once.</p>\n\n\n\n<p>[00:13:08] Nathan Wrigley: And so the bookmark would then store the information about that because you have essentially kept the URL with all of the bits and pieces that you&#8217;ve added to the end.</p>\n\n\n\n<p>[00:13:16] Nick Ahmann: Right so what happens technically? This is one of the few instances where I understand what happens technically, because as mentioned, I&#8217;m not a developer. If you click on the bookmarklet tool, when on the plugin page in the directory, something called HTTP referral, which passes on the URL you&#8217;re currently on to TasteWP. So TasteWP knows from which side you&#8217;re coming from. So we know which plugin you have in mind to have pre-installed. And that&#8217;s what we, what we&#8217;re doing then.</p>\n\n\n\n<p>[00:13:41] Nathan Wrigley: Has this been a popular tool? I mean, I dunno how how long it&#8217;s been out. I certainly came across it for the first time ever.</p>\n\n\n\n<p>[00:13:46] Nick Ahmann: It&#8217;s, it&#8217;s a good question, how long? I think about a year now. And yes, the usage is increasing strongly. Uh, we getting fantastic feedback from developers, but also non developers. Especially as it&#8217;s free and it can be used without logging that that&#8217;s what people like a lot. Of course, that&#8217;s also prone to risks because you know, people can do dodgy things on these free sites. They can use it for phishing attempts and all of that, because there are no checks, basically, if somebody spins up a site, if it&#8217;s not dodgy. So we have to stay one step ahead in terms of quickly identifying the sites, which could cause trouble. I don&#8217;t know what the percentage is. Most are nice.</p>\n\n\n\n<p>[00:14:30] Nathan Wrigley: And what have they been using it for then? Have you got some useful metrics? No, sorry, what are the genuine people using it for? You know, they&#8217;ve got a two day site. Why are they coming to you and trying it it out?</p>\n\n\n\n<p>[00:14:41] Nick Ahmann: Okay. So for one it&#8217;s developers who want to try out the plugins. Other big segments are beginners, and also that the teachers. The teachers, WordPress teachers love TasteWP to, for example, give their students some exercises they have to do. So spin up a site in TasteWP and install this plugin and do this, create this theme or whatever it is. So teachers also a big segment.</p>\n\n\n\n<p>[00:15:06] Nathan Wrigley: it&#8217;s really curious. I mean, if you delve deeper into it, do you have any sort of data about what people want you to do with it in the future?</p>\n\n\n\n<p>[00:15:14] Nick Ahmann: That&#8217;s a good question. I mean, WordPress can be used in so many different ways? I mean, what we focus on now at the moment is a tool for developers. And also there has another reason too. The developers can be our multipliers, because if we convince the developers to use our URL as a demo URL they use it for demoing their products. Then that means that way more users get to know about TasteWP and therefore we have more users. That&#8217;s the focus just to grow and get the word out about TasteWP. Then we can eventually at the end of the, the game we can monetize by offering the pay plans, which we don&#8217;t offer yet.</p>\n\n\n\n<p>By the way everything you see at the moment, it will stay free forever. So we will need to justify the, the paid part with additional features we gonna add to the platform.</p>\n\n\n\n<p>[00:16:03] Nathan Wrigley: So that&#8217;s curious, and it really hadn&#8217;t occurred to me. So let&#8217;s say that I&#8217;m a plug-in developer and I&#8217;ve got a plugin over on the repo. Am I right in saying this? Is what you&#8217;re saying that I could simply copy and paste the TasteWP URL, put it over on my site and anybody that wants to try out my plugin instantly has access to that, obviously with the caveats that we&#8217;ve mentioned and the plugins that you bring to, to the site as well. But you would be able to use that plugin right off the bat, in couple of seconds?</p>\n\n\n\n<p>[00:16:31] Nick Ahmann: Yes.</p>\n\n\n\n<p>[00:16:31] Nathan Wrigley: Okay. That makes more sense. Okay. I want to delve deeper into the sort of marketing angle here. Whose idea was it to offer the free service as the gateway if you like to the paid service? Because it feels to me there&#8217;s a lot of development work that went into this and it could have been an absolute flop, and it could have been never used by anybody, never discovered. And then it would&#8217;ve just been a complete waste of time, resources and of that. So who pushed this forward?</p>\n\n\n\n<p>[00:17:00] Nick Ahmann: We always knew we needed the tool at least ourselves, which first of all means that even if nobody was interested in it, it was, you know, still worthwhile. The point is if you need it very strongly, there must be other people out there who needed it as well. So that gave us a bit of confidence.</p>\n\n\n\n<p>And the free part is basically, our general philosophy in the freemium model. We offer some other tools and services as well. And for all of them the first challenge is to get users and to grow. And the freemium model is great. It&#8217;s great for us because we get the eyeballs, and it&#8217;s great for the users because they can use a lot of features for free.</p>\n\n\n\n<p>So it will probably, once we introduce the paid versions, it will still be the typical 98% of people not paying, just free riding, and it&#8217;s the 2% which monetize the whole thing then.</p>\n\n\n\n<p>[00:17:48] Nathan Wrigley: Do you have any data on, so at the minute, the paid version doesn&#8217;t exist, so that&#8217;s kind of off the table, but maybe in the future that&#8217;ll be a thing. So at the minute, the upsell is okay. here&#8217;s a free site. You can have it for a couple of days or seven days, depending on you logged in on it. But you mentioned all of the things that you throw in your backup plug in and so on and so forth. How has that conversion gone? Has it been successful? One site is better than no sites, but has it been effective?</p>\n\n\n\n<p>[00:18:13] Nick Ahmann: We&#8217;d love to know that, but it&#8217;s so hard to track. We don&#8217;t know because I mean, they then see the plugin on our site, but well, we know it&#8217;s installed there. But the question is do they then find joy in it and also install it on their real actual sites? We have no way to track this. So this is just believing in building our brand and getting some recognition this way. But we don&#8217;t know how effective that actually is.</p>\n\n\n\n<p>[00:18:37] Nathan Wrigley: One of the things about the WordPress community is that they are, they&#8217;re ingenious. My experience is they often like to do things for themselves. You know, they like figure things out, solve puzzles, but there&#8217;s also a, a significant part who just like convenience and so on. So I&#8217;m guessing you are aiming it more those people who just like to have something quick and simple and easy. Is that your target market?</p>\n\n\n\n<p>[00:18:59] Nick Ahmann: Yes. I mean, naturally because these are advantages that people who have these inclinations tend to use TasteWP. I mentioned the developers earlier. Some developers say, no, they want to have the local environment, which also has of course advantages. It doesn&#8217;t expire. There&#8217;s no space limitation and so on. It comes down also to personal taste very often.</p>\n\n\n\n<p>[00:19:18] Nathan Wrigley: Yeah. So let&#8217;s go into the paid model, which at the moment doesn&#8217;t exist. So caveat emptor. It might not in any way, shape or form look like what you&#8217;re about to describe, but let&#8217;s press on regardless. If we go for the premium, the upsell, whatever that thing is, you mentioned it will never go away. Are there other things which you are toying with as well?</p>\n\n\n\n<p>[00:19:38] Nick Ahmann: Yes. The main one is the space one as well, because the free sites are limited to, I think, one gigabyte, which is not enough for some use cases. But most it is. I mean, one gigabyte is already quite some space. For some, it&#8217;s not enough. So that will be the main premium feature as well. What we don&#8217;t know yet, if we want to go down that route is.</p>\n\n\n\n<p>I mean, naturally people want then to host with their own domain. That would mean we would just turn into a hoster and I&#8217;m not sure if we really want to do that. We&#8217;re playing with ideas to team up with a hosting, um, where we then pass on these users who need permanent hosting, not just for testing with their own domain and everything that comes with it, the backups also and everything.</p>\n\n\n\n<p>So we are not sure about that yet, but, for sure, even if it&#8217;s just for the testing there quite a few people out there who just want sites which don&#8217;t expire for testing alone. By the way, talking about not expiring, we offer an affiliate program. If you spin up a site, you will see that we offer you, if you invite your friends, and three of them sign up on TasteWP, you get a non expiring site. So that&#8217;s free hosting forever. Because you also mentioned marketing earlier, that&#8217;s another way we try to accelerate the marketing part.</p>\n\n\n\n<p>[00:20:50] Nathan Wrigley: Okay, so if I&#8217;ve signed up for the, the paid plan, and I can use it forever. Do I just recycle that one site? In other words, do I get one site which I can just have forever, but I can just, as you said, reset at the beginning? How do I go through that process of expunging it, wiping it clean? Because presumably I&#8217;ve got a URL which is custom to me?</p>\n\n\n\n<p>[00:21:10] Nick Ahmann: Yes. At the moment what&#8217;s already possible, you can define the sub domain. So Nathan dot TasteWP, unless it&#8217;s taken already of course. And then once you are, you&#8217;re logged into TasteWP, there&#8217;s a dashboard where you can manage your sites and you can just delete one site, in order to spin up another site. Which then, once we have the paid plans you can use for that. So it&#8217;s not, you&#8217;re not stuck with a one site you created once, but you can just delete it. And then you have the right to set up a new one.</p>\n\n\n\n<p>[00:21:40] Nathan Wrigley: Any chance of siloing those. So putting a site away and saying, actually, I&#8217;ll come back to that next week, but this week I need to test this plugin out? So I don&#8217;t wanna remove that one, I just park it for a few days. Can you do that?</p>\n\n\n\n<p>[00:21:54] Nick Ahmann: With the pay plans, yes. The paid plans depend on the number of sites you want. So it&#8217;s per site and there will be discount, discounts for if, you know, go for three sites at once. That&#8217;s the way it&#8217;s gonna work.</p>\n\n\n\n<p>[00:22:06] Nathan Wrigley: I&#8217;m gonna move away from TasteWP now, and just talk about, well, we&#8217;re at WordCamp Europe. Just gonna talk about what you&#8217;ve gained so far and what you think of it. You mentioned that you&#8217;ve never been to a WordCamp Europe before. I&#8217;ve been to a WordCamp Europe before. But this is quite significantly different to the ones that I&#8217;ve been to. In that this, this is really quite an impressive event.</p>\n\n\n\n<p>[00:22:28] Nick Ahmann: I don&#8217;t have any comparison. I didn&#8217;t know really what to expect. So when you say, uh, it&#8217;s different to the other ones.</p>\n\n\n\n<p>[00:22:33] Nathan Wrigley: Bigger. Very professional.</p>\n\n\n\n<p>[00:22:35] Nick Ahmann: I noticed that at the queue, when I wanted to get my food, that it&#8217;s huge. It was, it took quite a while. I knew that. How many at.</p>\n\n\n\n<p>[00:22:43] Nathan Wrigley: The last count I got was 2,700.</p>\n\n\n\n<p>[00:22:46] Nick Ahmann: Right.</p>\n\n\n\n<p>[00:22:46] Nathan Wrigley: But I don&#8217;t know if that went up.</p>\n\n\n\n<p>[00:22:48] Nick Ahmann: Yeah. I mean, I knew it&#8217;s gonna be a lot, but it&#8217;s great.</p>\n\n\n\n<p>[00:22:52] Nathan Wrigley: But for a free piece of software, it&#8217;s kind of extraordinary don&#8217;t you think? You know, something which you can download absolutely gratis, completely for free. If you just walk down the corridor, there&#8217;s bespoke signage for every single thing. Every window has got a WordCamp logo on it. Can you imagine the amount of effort by people who are not paid?</p>\n\n\n\n<p>[00:23:14] Nick Ahmann: Yeah, that&#8217;s actually, now that you mentioned, I did think, um, when I saw just the, when new map and also just the emails you get ahead of the event, that, okay, this is done quite professionally. But it shows, you know, people may not get paid for it, but it shows the passion really drives quality, right, so.</p>\n\n\n\n<p>[00:23:32] Nathan Wrigley: The passion is amazing, but this room that we&#8217;re in is pretty spartan, but the fact that somebody&#8217;s made an effort to make that and put that there. So behind Nick is a great big WordCamp Europe banner. So that in a minute, when the photographers come in, that&#8217;s behind you. There&#8217;s a lot of attention to detail, given that these people are doing it from remote destinations all over the world. And I think it&#8217;s incredible.</p>\n\n\n\n<p>[00:23:56] Nick Ahmann: You&#8217;re right.</p>\n\n\n\n<p>[00:23:57] Nathan Wrigley: Anything we missed?</p>\n\n\n\n<p>[00:23:58] Nick Ahmann: TasteWP is only part of other products. I mentioned the plugins, but there are a couple of others. So if you go to inisev.com, so in is ev is the first two letters of information is everything inisev.com.</p>\n\n\n\n<p>[00:24:10] Nathan Wrigley: Okay.</p>\n\n\n\n<p>[00:24:10] Nick Ahmann: You&#8217;re just gonna see our whole range of products.</p>\n\n\n\n<p>[00:24:13] Nathan Wrigley: Just outline them, just say what they are again.</p>\n\n\n\n<p>[00:24:15] Nick Ahmann: Okay. The main other products are follow it, which is a news platform, which also web admins can use to put a subscription form on their site so people can subscribe and then automatically get updated whenever a new post is published. My popups is a service where you can put the so much loved popups and banners. They don&#8217;t have to be annoying if you do it the right way, at the right time. Not right directly in your face, doesn&#8217;t have to be annoying. And also this, cookie notices are covered there as well. So, which are legal requirement, at least in the EU.</p>\n\n\n\n<p>So, and we have also a tracking app, which basically allows you to track anything you want in your life. Where manual data entry is not much of a hassle, so you can track things and then analyze correlations. So see if you work out that day, if that has an impact on your sleep and find things out about yourself. So nothing related to WordPress at all.</p>\n\n\n\n<p>[00:25:08] Nathan Wrigley: And the one that is the one that probably I would be most drawn to is your back up and restore plugin? What&#8217;s that one called?</p>\n\n\n\n<p>[00:25:14] Nick Ahmann: Backup migration.</p>\n\n\n\n<p>[00:25:15] Nathan Wrigley: Okay. For reasons that I can&#8217;t quite explain every single time I find a backup and restore plugin, I&#8217;m totally drawn to trying it out, but I haven&#8217;t tried yours out yet.</p>\n\n\n\n<p>[00:25:24] Nick Ahmann: You have to, if you appreciate speed, apparently which you do, then please try it out because it is very fast.</p>\n\n\n\n<p>[00:25:29] Nathan Wrigley: Well, Nick, thank you for joining me on the podcast. Really appreciate it.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: devlife_snippet: WooCommerce is Important for African Businesses and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/woocommerce-is-important-for-african-businesses-and-beyond/\";s: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:455:\"<p>The fact that WooCommerce open-sourced this to run on top of WordPress, this has helped a lot of businesses to push forward.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-is-important-for-african-businesses-and-beyond/\">devlife_snippet: WooCommerce is Important for African Businesses and Beyond</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 09:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Post Status: What’s in a Name? HPOS for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/whats-in-a-name-hpos-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:826:\"<p>Custom Order Tables in WooCommerce are now <a href=\"https://developer.woocommerce.com/2022/09/14/high-performance-order-storage-progress-report/\">High Performance Order Storage</a> (HPOS). It\'s a technical kind of rebranding that\'s a really good idea to express not only what custom database tables for orders are but what they do. </p>\n\n\n\n<p>According to the timeline for this key feature\'s development, HPOS will be feature complete and released with WooCommerce 7.1 for user testing on November 8 this year. The final stage will come in August 2023 when &#8220;HPOS becomes the default experience for stores with WooCommerce 8.0&#8221; and &#8220;data synchronization with posts/post-meta tables will be disabled.&#8221;</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 23:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: Want WebP by Default Now? Get the Performance Lab Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://poststatus.com/want-webp-by-default-now-get-the-performance-lab-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"<p>If your host doesn\'t already support WebP by default, you can get it with the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin, thanks to the WordPress Performance Team.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 22:36:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Design Mode: A Free Portfolio Block Theme Designed for Freelancers and Agencies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/design-mode-a-free-portfolio-block-theme-designed-for-freelancers-and-agencies\";s: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:3604:\"<p>The count for WordPress block themes has reached 137. It&#8217;s a far cry from the <a href=\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\">500 block themes</a> WordPress Executive Director Josepha Haden-Chomphosy set as a goal for 2022, but the number is steadily climbing as theme authors find their footing and discover how quickly block themes can be created.  </p>\n\n\n\n<p>Brian Gardner is throwing his hat into the ring again with his latest release. <a href=\"https://wordpress.org/themes/design-mode/\">Design Mode</a> is a new block theme created for freelancers and agencies to showcase their services and work. After its release, several of Gardener&#8217;s contemporaries, fellow theme designers, <a href=\"https://twitter.com/bgardner/status/1571867105728815106\">remarked</a> on how refreshing it is to see a block theme with &#8220;real world use cases,&#8221; as so many seem to be geared at bloggers.</p>\n\n\n\n<img />\n\n\n\n<p>Design Mode features <a href=\"https://fonts.google.com/specimen/Outfit\">Outfit</a>, a geometric sans serif Google font, designed by Rodrigo Fuenzalida, a Venezuelan type designer based in Santiago de Chile. It is used for both headings and paragraph text throughout the theme.</p>\n\n\n\n<p>The <a href=\"https://bg.design/design-mode/\">demo</a> gives the best idea of what the theme looks like with a curated set of images, titles, captions, menus, and buttons all filled with content. Once installed and activated on a new site, the theme looks very similar to the demo but has a placeholder image instead of the photos used in the demo. This is because the photos  did not have the right licensing for distribution on WordPress.org, but the way it ships has the advantage of giving users a visual blank slate for those featured sections.</p>\n\n\n\n<p>Design Mode includes 10 different patterns, which are essentially all aspects of the design deconstructed into parts. There are multiple patterns for sections with cover, heading, text, and button, a query grid with three columns, a section with text and separators, a footer, and a header with site title and navigation perfectly spaced. The theme also conveniently includes a whole page pattern that will instantly reproduce the homepage in the demo.</p>\n\n\n\n<img />\n\n\n\n<p>Design Mode is an opinionated theme. Users can adjust colors for background, text, and links, and adjust various templates via full-site editing, but it does not come with additional style variations. Personal blogs may benefit from a kaleidoscope of style variations but a well-designed portfolio theme does not usually lend itself well to wide variations in style. In this case fewer options is a good thing that should preserve the simple palette the theme packages. </p>\n\n\n\n<p>This is a very fast theme by itself. Gardner reports that Design Mode scores 99 and 100 on Google page speed for mobile/desktop. Depending on what plugins and optimizations a user has active, this theme could be a good choice for performance-conscious WordPress users.</p>\n\n\n\n<p>Design Mode is Gardner&#8217;s third block theme in the directory. It bears some similarities to his black and white minimalist <a href=\"https://wordpress.org/themes/avant-garde/\">Avant-Garde</a> theme but has more of a friendly showcase vibe that is suitable for personal portfolios, agencies, and any kind of service business that would benefit from an elegant, structured design.</p>\n\n\n\n<p>Design Mode is <a href=\"https://wordpress.org/themes/design-mode/\">available for free on WordPress.org</a> or inside WordPress via the admin themes browser.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 22:06:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WebP by Default Pulled from Upcoming WordPress 6.1 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:30:\"https://wptavern.com/?p=137990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/webp-by-default-pulled-from-upcoming-wordpress-6-1-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:3791:\"<p>Last month, the plan for WordPress to generate WebP images by default for new JPEG image uploads was <a href=\"https://wptavern.com/webp-by-default-on-hold-for-6-1-after-new-objections-from-wordpress-lead-developers\">put on hold for the upcoming 6.1 release</a> after objections from lead developers. The original proposal had been <a href=\"https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1\">merged into core at the end of July</a>, despite significant critical feedback and concerns from WordPress&#8217; developer community. Yesterday, the feature was <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:203\">reverted</a> in response to Matt Mullenweg&#8217;s recent <a href=\"https://make.wordpress.org/core/2022/09/11/webp-in-core-for-6-1/\">post</a> about removing it from core in favor of development as a <a href=\"https://wptavern.com/matt-mullenweg-renews-push-for-canonical-plugins\">canonical plugin</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I’ve been reading through all the conversation and issues here. I am interested in supporting new formats and improving performance, but I think this change being pushed by default to users when they upgrade to 6.1 is a lot for right now, including with some of the clunky interactions OSes still have around webp (and HEIC!) files.</p>\n\n\n\n<p>I’m happy for support for working for webp and HEIC files to stay in&nbsp;core, as we should be liberal in what we accept and work with, but not with the change to convert everything to webp when JPEGs are uploaded.</p>\n</blockquote>\n\n\n\n<p>During today&#8217;s Performance Team meeting, contributors briefly discussed the revert.</p>\n\n\n\n<p>&#8220;We are still trying to figure out what a canonical plugin is exactly, and if that would work for WebP by default,&#8221; Google-sponsored core committer Adam Silverstein said. &#8220;We still have a couple of fixes to land for 6.1 around image quality when WebPs are output (which is still an option you just need a plugin for now).&#8221; </p>\n\n\n\n<p>During the previous Performance team meeting Silverstein said Mullenweg&#8217;s post about the feature not shopping was a surprise to the team and that they were working with release leads to better understand concerns in hopes of finding a path forward.</p>\n\n\n\n<p>&#8220;I want to acknowledge this is a blow for everyone who worked on the feature (myself included) and at the same time I&#8217;d like to encourage us to focus on how we can move forward given the current position,&#8221; Silverstein said. &#8220;Are there concerns we can address? Does a canonical plugin make sense?&#8221;</p>\n\n\n\n<p>Participants in that discussion expressed concerns about getting users to adopt WebP by default if it is moved to its own plugin. It would require strategic rebranding to indicate that it delivers faster images, as most users won&#8217;t be familiar with the WebP format.</p>\n\n\n\n<p>&#8220;I think if it remains a &#8216;feature project,&#8217; it makes sense to remain in the Performance Lab plugin &#8211; we don&#8217;t know if moving it out of it would get us more testers (especially since the Performance Lab plugin has 10k+ installs which is a lot for a feature plugin),&#8221; Google-sponsored contributor Felix Arntz said.</p>\n\n\n\n<p>&#8220;If the path of a &#8216;canonical plugin&#8217; should be pursued, then of course we would need to take it out, but then the nature of the project would also change.&#8221;</p>\n\n\n\n<p>Contributors will decide the next steps for the feature in future discussions. For now, users who were looking forward to WebP uploads by default can still get this feature using the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin, maintained by WordPress&#8217; Performance Team. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 17:29:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Do The Woo Community: A Candid Conversation on Hosting Benchmarks and Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/a-candid-conversation-on-hosting-benchmarks-and-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"<p>Kevin Ohashi from Review Signal and Ryan MacDonald from Liquid Web discuss the value of benchmarking and testing for hosting services. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-candid-conversation-on-hosting-benchmarks-and-testing/\">A Candid Conversation on Hosting Benchmarks and Testing</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 10:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: New Block Diffusion Plugin Creates AI-Generated Images from Text Prompts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/new-block-diffusion-plugin-creates-ai-generated-images-from-text-prompts\";s: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:3269:\"<p>AI image generation has quickly become more accessible over the past few months and is making its way into different industries that require asset creation. Although it&#8217;s still somewhat limited, AI image generators can create breathtaking photorealistic images from complex prompts. AI-assisted artists have even begun <a href=\"https://arstechnica.com/information-technology/2022/09/artists-begin-selling-ai-generated-artwork-on-stock-photography-websites/\">selling their works</a> on stock photography sites.</p>\n\n\n\n<p>DALL-E 2 was the first to make a big splash on social media. Its closed platform and invite-only beta has kept many potential creators on the sidelines, but open source alternatives like Stable Diffusion are taking off. The machine learning, text-to-image model is improving thanks to its <a href=\"https://www.reddit.com/r/StableDiffusion/\">growing ecosystem</a> of contributors and extenders.</p>\n\n\n\n<p><a href=\"https://twitter.com/kevinbatdorf\">Kevin Batdorf</a>, an Application Developer at <a href=\"https://extendify.com/\">Extendify</a>, has created a free plugin called <a href=\"https://wordpress.org/plugins/stable-diffusion/\">Block Diffusion</a> that uses Stable Diffusion to generate images inside the block editor based on text prompts. </p>\n\n\n\n<img />\n\n\n\n<p>Block Diffusion uses the public Replicate API to generate images in the cloud. This requires users have an account at replicate.com. It will generate some images for free but thereafter will be $0.01 USD per image using Replicate&#8217;s <a href=\"https://replicate.com/stability-ai/stable-diffusion\">Stable Diffusion model</a>. Images generate in six seconds.</p>\n\n\n\n<p>The model was trained on <a href=\"https://laion.ai/blog/laion-5b/\">LAION-5B</a>, an open AI training dataset containing over five billion image-text pairs. It has some limitations in that it cannot achieve perfect photorealism or render legible text. It also may have difficulty rendering faces and people.</p>\n\n\n\n<p>For many WordPress content use cases, the Stable Diffusion model should be adequate for illustrating posts and creating unique featured images. Batdorf plans to add the following features in future releases:</p>\n\n\n\n<ul>\n<li>Use an existing image as starting point</li>\n\n\n\n<li>Add an image mask to only generate specific areas</li>\n\n\n\n<li>Help with prompt ideas and inspiration</li>\n\n\n\n<li>Run multiple image predictions at once</li>\n\n\n\n<li>Have more control over the image generation steps</li>\n\n\n\n<li>View your prediction history</li>\n\n\n\n<li>Model selection from collections</li>\n</ul>\n\n\n\n<p>The Block Diffusion plugin is a personal side project for Batdorf and he doesn&#8217;t plan to turn it into a commercial plugin.</p>\n\n\n\n<p>&#8220;There are no plans to lock any features behind a pro or premium plugin,&#8221; he said. &#8220;All features will be added to this version on wordpress.org. Over time I plan to add all features supported by Replicate, as well as additional features for the WordPress community specifically.&#8221;</p>\n\n\n\n<p>In the meantime, Batdorf said users who find the plugin useful can support its continued development by <a href=\"https://github.com/sponsors/KevinBatdorf\">sponsoring the project on GitHub</a> through monthly or one-time contributions .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Sep 2022 04:23:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: SiteGround Launches Managed EDD Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/siteground-launches-managed-edd-hosting\";s: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:1829:\"<p>SiteGround launched a new <a href=\"https://www.siteground.com/edd-hosting\">managed Easy Digital Downloads (EDD) hosting product </a>today, the first of its kind among WordPress hosts. The company currently powers more than 2,800,000 domains and is targeting small businesses and digital product creators with new plans that make it easy to onboard new EDD store owners.</p>\n\n\n\n<img />\n\n\n\n<p>Plans range from $2.99/mo. (1 website) to $7.99/mo. (Unlimited Websites, 40GB web space, 400k visits monthly). The plans are priced identically to SiteGround&#8217;s managed WordPress hosting plans, but they are pre-loaded with EDD, a free EDD theme (<a href=\"https://easydigitaldownloads.com/downloads/vendd/\">Vendd</a>), All in One SEO plugin, MonsterInsights, the WPForms plugin, and OptinMonster. SiteGround is aiming to flatten out the learning curve associated with launching a digital product store by weaving all these plugins together with a guided onboarding tour.</p>\n\n\n\n<p>One year ago, Awesome Motive <a href=\"https://wptavern.com/awesome-motive-acquires-sandhills-development\">acquired Sandhills Development</a>, the creators of EDD, along with the company’s other WordPress products and services. Awesome Motive reports that over 50,000 website owners are using EDD to sell eBooks, digital art, music, PDFs, software licenses, and other digital products. The new EDD managed hosting is the result of a partnership between SiteGround and Awesome Motive.</p>\n\n\n\n<p>&#8220;There is a growing demand for eCommerce hosting optimized for digital creators,&#8221; SiteGround CEO Tenko Nikolov said. &#8220;We&#8217;re excited to partner with Easy Digital Downloads to offer best-in-class hosting experience, so creators can focus on growing their business with confidence without worrying about the technical side.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 22:19:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WordPress.org blog: WP Briefing: Episode 39: Contributor Stories Live from WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12821:\"<p>In the thirty-ninth episode of the WordPress Briefing, hear contributors at WordCamp US share stories about their why for using WordPress and attending WordCamps. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a><br /><a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a><br /><a href=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a><br /><a href=\"https://profiles.wordpress.org/kdrewien/\">Kathy Drewien</a><br /><a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a><br /><a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney&nbsp;Patubo&nbsp;Kranzke</a><br /><a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br /><a href=\"https://www.linkedin.com/in/ri%C4%8Dardas-kudirka-3815a976/?originalSubdomain=lt\">Ricardas Kudirka</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">WordPress Translation Day September 28, 2022</a><br /><a href=\"https://woosesh.com/\">WooSesh October 11-13, 2022</a><br /><a href=\"https://2022.allthingsopen.org/\">All Things Open October 30-November 2, 2022</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13481\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.&nbsp;</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:41]&nbsp;</strong></p>\n\n\n\n<p>For folks who are new to WordPress in the past couple of years, you may have heard people talk about WordPress events with a sort of passion that really is hard to describe. For me, I know our events are the dark matter of what makes this global, fully distributed, multifaceted project come together so well in the end.</p>\n\n\n\n<p>But I also know that WordPressers have so many different reasons for coming together. So we took a little wander through WordCamp US to get their take on why they use WordPress and also why they go to WordCamps.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:13]&nbsp;</strong></p>\n\n\n\n<p>So WordCamp US is back in person for the first time since 2019. What are you most excited about?</p>\n\n\n\n<p><strong>[Topher 00:01:19]&nbsp;</strong></p>\n\n\n\n<p>I am Topher.</p>\n\n\n\n<p>Seeing everyone, the interpersonal relationships, the communication, the expressions on people&#8217;s faces that you don&#8217;t get via email or Slack or whatever. Just being near people again and enjoying each other&#8217;s company.</p>\n\n\n\n<p><strong>[Jen Miller 00:01:35]&nbsp;</strong></p>\n\n\n\n<p>My name is Jen Miller.</p>\n\n\n\n<p>I was most excited to see my friends. It&#8217;s been a long time to try to maintain connections via social media and, you know, texting and phone calls. But being here and being a part of the WordPress community has made everything great.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:01:54]&nbsp;</strong></p>\n\n\n\n<p>Courtney Robertson.</p>\n\n\n\n<p>Contributor day, of course, that&#8217;s how I got really connected to the WordPress community. And I am hoping we have a great turnout.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:02]&nbsp;</strong></p>\n\n\n\n<p>How long have you been a contributor to WordPress?</p>\n\n\n\n<p><strong>[Kathy Drewien 00:02:05]&nbsp;</strong></p>\n\n\n\n<p>Hi, I&#8217;m Kathy Drewien.</p>\n\n\n\n<p>I started in 2008 by attending my first WordCamp. Two years later, I was part of the organizing team for WordCamp Atlanta. I have been on that team for one role or another. Well, I can&#8217;t tell you how many years now. From then, until now.</p>\n\n\n\n<p><strong>[Alex Stine 00:02:24]&nbsp;</strong></p>\n\n\n\n<p>My name is Alex Stine. About six years now.</p>\n\n\n\n<p><strong>[Topher 00:02:28]&nbsp;</strong></p>\n\n\n\n<p>About 12 years.</p>\n\n\n\n<p>I started going to WordCamp, then working in the support forums, and just grew from there.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:02:24]&nbsp;</strong></p>\n\n\n\n<p>I started checking guests in, at my first WordCamp in 2009, which I see as one avenue of contributing. I joined a team officially in 2014.&nbsp;</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:02:47]&nbsp;</strong></p>\n\n\n\n<p>My name is Courtney Patubo Kranzke.</p>\n\n\n\n<p>I have been an on-and-off contributor to WordPress since like the mid-2000s, but I&#8217;ve been a sponsored contributor since 2016.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:03:02]&nbsp;</strong></p>\n\n\n\n<p>My name is Dustin Hartzler.</p>\n\n\n\n<p>I started a WordPress podcast in 2010. And I did like 500 episodes in a row without a break and without a week worth of rest. So I consider that my contribution to WordPress. I have a couple of core contributions, like I, I fixed a little bug here, a little bug there in a couple of releases, I think back in the four eras, 4.1 or 4.2 or something.</p>\n\n\n\n<p>2010 is when I really got started in giving back, and, like, sharing my knowledge with the WordPress community.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:03:28]&nbsp;</strong></p>\n\n\n\n<p>Why is it important for you to attend WordCamps or contribute to the WordPress project?</p>\n\n\n\n<p><strong>[</strong><strong>Ricardas Kudirka </strong><strong>00:03:33]&nbsp;</strong></p>\n\n\n\n<p>My name is Ricardas Kudirka.</p>\n\n\n\n<p>Basically, for everyone who&#8217;s using WordPress, it&#8217;s really important to understand how big the community is that we have here. So the community is an important and crucial part of WordPress.</p>\n\n\n\n<p>And for it to grow, you need to attend the WordCamps, you need to share knowledge, and you need to meet people. So networking here and while meeting the exciting people who are developing WordPress or who are contributing to it, who are providing the services, who enable people to use WordPress.</p>\n\n\n\n<p>That&#8217;s a crucial point for everyone to attend.</p>\n\n\n\n<p><strong>[</strong><strong>Kathy Drewien </strong><strong>00:04:05]&nbsp;</strong></p>\n\n\n\n<p>It&#8217;s important to attend them because it&#8217;s very hard to describe them. We are not like any other thing you have ever done in your life. You have to be here to get it. And then once you get it, you wanna do more of it. It&#8217;s magical. It&#8217;s magical. There&#8217;s no way to get that experience without being here.</p>\n\n\n\n<p>In terms of contributing, it&#8217;s a responsible thing to do. You want to give back instead of get, get, get. In the beginning, we&#8217;re all about the get, get, get. And then you go, oh my gosh. I didn&#8217;t know. I didn&#8217;t know I could do this. I didn&#8217;t know I had to write code. I can actually just stand around and talk to people and contribute to the project.</p>\n\n\n\n<p><strong>[</strong><strong>Jen Miller </strong><strong>00:04:50]&nbsp;</strong></p>\n\n\n\n<p>Well, it&#8217;s a community effort, and so if we want it to progress and grow, we need to put our own individual effort into the community.</p>\n\n\n\n<p>Plus, we make friends, we make connections, and we find people who we can help and who can help us.</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:05:07]</strong></p>\n\n\n\n<p>I feel it is important to support the community that got me my start in technology and make sure that people understand that accessibility is very much a requirement.</p>\n\n\n\n<p>You know, we need to make sure we keep the community inclusive for all.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:05:21]</strong></p>\n\n\n\n<p>What is your favorite way to WordPress?</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:05:24]&nbsp;</strong></p>\n\n\n\n<p>I started with WordPress as a personal blogger. So it continues to be my favorite way to use WordPress. But, my use has evolved to using it for work as well as a place to share my photography and food blogging.</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Robertson </strong><strong>00:05:42]&nbsp;</strong></p>\n\n\n\n<p>My favorite way to WordPress is through the Training team. Most of the things that I write these days are on make.wordpress.org/training and or learn.wordpress.org.</p>\n\n\n\n<p>I love teaching people about WordPress, helping people at all skill levels advance, and that&#8217;s where you&#8217;ll find me around the WordPress Training team.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin&nbsp; Hartzler </strong><strong>00:05:59]&nbsp;</strong></p>\n\n\n\n<p>My favorite way to WordPress is just building cool things. Like I have a website, my wife has a couple of websites, and me just trying to learn things and trying to do them myself. Yesterday, there was a session, a 15-minute long session, and I learned how to customize the options available for different core WordPress blocks.</p>\n\n\n\n<p>I didn&#8217;t realize that you could just make a button and like make a default like here&#8217;s the style for the default button. So every button&#8217;s exactly the same on the site. Like how cool is that? I like the side of customizing WordPress to make it easier for people who are non-techy like me to use my site, like my wife, and whatnot.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:06:30]&nbsp;</strong></p>\n\n\n\n<p>How do you use WordPress in your day-to-day life?</p>\n\n\n\n<p><strong>[</strong><strong>Topher </strong><strong>00:06:32]&nbsp;</strong></p>\n\n\n\n<p>It&#8217;s sort of a universal tool for me. I blog, and I do podcasts.</p>\n\n\n\n<p>I enjoy drinking whiskey, so I built a rating system for it. And I use it as a notepad, a scratch pad. I use it as my photography backup system. Just kind of as a universal tool for everything</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:06:53]</strong></p>\n\n\n\n<p>So I currently am one of the Accessibility team reps.</p>\n\n\n\n<p>I&#8217;m a core contributor, Guttenberg contributor, the occasional meta contributor, and the occasional training team contributor.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:07:05]</strong></p>\n\n\n\n<p>Well, if that doesn&#8217;t convince you to go to a WordCamp or start your own meetup group, I just don&#8217;t know what will. Big thanks to everyone who sat down with us there in San Diego.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:23]</strong></p>\n\n\n\n<p>And now it&#8217;s time for our small list of big things.</p>\n\n\n\n<p>First thing, WordPress Global Translation Day is coming up next week on September 28th. This is a great opportunity to learn more about the hard work that goes into translating all of this software for folks all around the world. If you want to learn more about how you could contribute to translations, I&#8217;ll have a link in the show notes for you.</p>\n\n\n\n<p>The second thing is that WooSesh is coming up on October 11th through 13th, 2022. This one is not an in-person event. It&#8217;s a WPSessions event, but it specifically talks about how to get some eCommerce going on your WordPress site. So if you&#8217;ve been thinking about how to get a shop on your site, or just making your current shop a bit more complicated, then this is the event for you.</p>\n\n\n\n<p>And the third thing on our list today is All Things Open. They are hosting a hybrid event this year from October 31st through November 2nd. This event isn&#8217;t specific to WordPress, but it is specific to open source and one of the best resources for learning some OSS basics. So if you&#8217;ve been interested in learning more about how this whole open source thing is an idea that will change our generation, then set your sights on that event. I will have a link in the show notes there as well.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: devlife_snippet: Multiple WP-CLI Configuration Files\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/devlife_snippet-multiple-wp-cli-configuration-files/\";s: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:441:\"<p>you want to keep those subcommand defaults from an upstream config file, but also want to change some other things specific for this project</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife_snippet-multiple-wp-cli-configuration-files/\">devlife_snippet: Multiple WP-CLI Configuration Files</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 11:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: Gutenberg Changelog #73 – Gutenberg 14.1, next default theme, design Tools in WordPress 6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=22139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-73-design-tools-in-wordpress-6-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52608:\"<p>Birgit Pauli-Haack and her special guest, Channing Ritter from the WordPress design team, discussed features in Gutenberg 14.1 release, default theme Twenty-Twenty-Three and the update to the design tools coming to the next WordPress release. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">6.1 Product Walk-Through Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">Testing and Feedback for using block based template parts in classic themes</a></li>\n\n\n\n<li><a href=\"https://extendify.com/launch/\">Launch, a new product by Extendify</a></li>\n\n\n\n<li><a href=\"https://infiniteuploads.com/imajinn/\">Magic of AI Image generation to WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">TT3 default theme: Announcing style variation selections</a></li>\n</ul>\n\n\n\n<h2>Gutenberg 14.1</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">What’s new in Gutenberg 14.1? (15 September)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-14-1-improves-navigation-block-adds-experimental-zoomed-out-view\">Gutenberg 14.1 Improves Navigation Block, Adds Experimental Zoomed-Out View</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"is-layout-flow wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript </strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 73rd episode of the Gutenberg Changelog. Today, we are going to talk about Gutenberg 14.1, WordPress 6.1, and a lot of good design tools. I&#8217;m Birgit Pauli-Haack, curator at the Gutenberg Times and full-time contributor to the WordPress open-source project. And, today, I&#8217;m thrilled to have with me, as co-host, Channing Ritter, from the WordPress design team and design director at Automattic. Good afternoon, Channing. Thank you for joining me.</p>\n\n\n\n<p><em>Channing Ritter</em>: Hi.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We have been trying to do this together for so many months. So happy it&#8217;s worked out today.</p>\n\n\n\n<p><em>Channing Ritter</em>: Good afternoon. Thank you so much for having me. I&#8217;m really excited to be here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Awesome. So what have you been working on at Automattic right now?</p>\n\n\n\n<p><em>Channing Ritter:</em> I have been working a lot on the 2023 default theme that&#8217;s coming up soon with the 6.1 release. It&#8217;ll be released alongside 6.1 in November. So it&#8217;s been a really, really interesting process. It&#8217;s different than the way we&#8217;ve previously done the default theme, in the sense that it&#8217;s been very collaborative with folks all across the community helping design the theme and designing different style variations that will get bundled with the theme. So it&#8217;s been a really interesting process. We&#8217;ve been having a lot of fun so far.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So how many submissions did you get?</p>\n\n\n\n<p><em>Channing Ritter</em>: We got 38 total. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow. Yeah. For a first time, that&#8217;s really cool. Yeah.</p>\n\n\n\n<p><em>Channing Ritter:</em> Very cool. And they&#8217;re amazing submissions as well. If you go through the repository and just glance through what people submitted, they&#8217;re so creative. They&#8217;re so unique, and everything&#8217;s really pushing the boundaries of what&#8217;s possible in the editor currently.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Awesome. Yeah. We will show in the&#8230; We&#8217;ll share, in the show notes, the link to the repositories so, dear listeners, you can go and kind of browse around, get your own creativity going. And, also, is there a process for, or thought about a process for, the ones that don&#8217;t make it into the default theme because there were only 10 that make it? What happens with the others? Is there a way to download them, upload them, or something like that? Or what would be a good process to also use them?</p>\n\n\n\n<p><em>Channing Ritter</em>: There should be. We haven&#8217;t quite figured out what it will be yet, but it sounds like it might be a child theme or some way of showcasing all these amazing submissions. Because, like you said, there&#8217;s so many cool ones. And we really are only moving forward with 10 that will get bundled with the theme. But I think folks would definitely love to be able to play with all of the submissions because there&#8217;s some great stuff there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I know that Justin Tadlock plans to do a child scene with that, with his variation, and maybe bundles others as well. So we&#8217;ll see.</p>\n\n\n\n<p><em>Channing Ritter</em>: His submission rough draft was really great. I really enjoyed his submission especially.</p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. So, yeah. Well, thank you for going through this with me. So the first announcement that we have is, of course, yesterday&#8230; No, September 13th, the release team was on a recorded public Zoom call to discuss what features will make it into WordPress 6.1. And, of course, the recording is available now on WordPress make blog. I will share it in the show notes. But, also, the team gave us an outline of what will be coming in 6.1. And so, at the start, Matias also walked us through the default theme, with the various style variations. But what else is going to be in WordPress? Is there anything that stands out for you?</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. I really enjoyed the product demo, by the way. I know it was very cool to see Matias demo-ing 2023, but also showing how 2023 will interact with some of the new features that have been built into the editor at this point. He especially showed&#8230; One thing I thought especially cool was the zoomed-out view, where you can kind of zoom out and see the full template and kind of interact with things at a container level. I don&#8217;t think it&#8217;s going to make it into 6.1 because it&#8217;s still flagged as an experimental feature, but it was so cool to see that and how he was interacting with the style variations.</p>\n\n\n\n<p>And you can really get a sense of the different style variations in that view because you can see so much more of the template. I thought that was very, very cool. And then also tons of interesting new design capabilities that we&#8217;re also playing with in 2023, for example, the fluid typography and the spacing presets. It&#8217;s been really cool to experiment with those in 2023. And I think it&#8217;ll give folks a good example to kind of go out and start using those new features, just kind of referencing what was done in the default theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Especially the fluid topography really puts responsiveness right into the editor and to the front end without having to think about view ports or think about other considerations. It just kind of scales if the theme actually happens to use those things naturally. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, yeah, there will also be the new version of the quote block that we talked here on the show about, where you can add inner blocks to the quote block. So you can put a heading in there and images and paragraphs and lists. And then there&#8217;s also a new version of the list block, where each list item is now a block. And you can navigate that a little bit better with up and down. There were also quite a myriad of changes to locking things that started with 6.0, but now it&#8217;s expanded into patterns. You can lock certain blocks and patterns, and you can lock the child. There&#8217;s this: Apply these locks to the blocks inside the container block. And then so these content locks for blocks is really expansion of that. Do you know how that&#8217;s going to work?</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. So I think this one is super interesting. And, like you said, the first kind of iteration of locking controls was released with 6.0, but those were more&#8230; It was almost like a blunt instrument for locking. You could lock down things like movement or removal of a block. But the content lock is such a more nuanced locking control. Right? Because you can lock down the general structure of something, like, say, a pattern, but then restrict the editing capabilities so that folks can&#8217;t kind of take apart the pieces of the pattern. But yet they can still get inside to edit text, make copy tweaks, change out images, that sort of thing. So you have a lot of control over the general structure and the attributes of the pattern, but folks can still get in there and make edits. So I think it&#8217;s a really interesting evolution of the locking controls that were introduced in the previous release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think it&#8217;s also a merging of two concepts, one that was in the block editor from the beginning, which was a reusable block, which always tripped a few people up. Because they changed it, and then they changed it all over the site, in that they used it as a pattern, where patterns weren&#8217;t available. And, instead of kind of converting it to regular blocks and then changing, they changed the reusable block, and it was the same over the whole site.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think combining those two concepts is probably further down the line, where, yeah, things can be locked down for content or for structure and styling and be a little bit more granular in the lock pieces. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: I also think it&#8217;s interesting the way that both the zoomed-out view and the content lock are kind of moving towards the same idea of this container-first editing. It&#8217;s been a real pin point we&#8217;ve seen over the past many releases, is that folks struggle with these kinds of complex block structures, where you have a lot of nested inner blocks. And it&#8217;s something that I&#8217;ve seen people really struggle with. Especially, in June, we did user testing, as a part of the full site editor outreach program. And we paired with folks and kind of watched them try to make changes in the editor.</p>\n\n\n\n<p>And that was something that, over and over again, you see folks struggling with that. They think they&#8217;ve selected a certain level. They think they&#8217;ve selected the parent. But they&#8217;re not actually on the parent and are accidentally changing the wrong level of block. So I think that&#8217;s an issue that we&#8217;ve been trying to come at, from the product design side, of trying to solve that in many different ways. And I think both the zoomed-out view and the content lock are interesting kind of simplifications of the editing process. And the container-first approach, I think, could go a long way towards just general usability and making it super easy to make changes without trying to dig through and figure out which level you&#8217;re at, or are you editing the right block, and that sort of thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I can see that, yeah, even just thinking about a parent and child kind of concept. And how do you get to the parent when the toolbar then, all of a sudden, changes? And then you&#8217;re looking for some controls in the sidebar, but you have selected the wrong block. Yeah. I can see that. Yeah. There&#8217;s definitely some usability there. Sometimes, it&#8217;s also just the complexity of, all of a sudden, you have so much more freedom that these concepts need to be learned first before you even can manage your freedom well.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, yeah, it&#8217;s an interesting balance to strike with the interface there. Yeah. And we will have, of course&#8230; What we talked here quite a bit was also for 6.1. There will be more templates available to the site builder, or site owner, to get through the template interface, where you can add new templates for authors and for&#8230; We had the authors and some others. But now it&#8217;s also for custom post types. You can do it for single categories. So you can have, on your site, a category WordPress, a category travel, and a category personal notes. And each one of them can have a different styling on their summary post or on their single post blocks. So that&#8217;s going to be a real change for the capabilities of WordPress at all. Because, before, you actually needed a developer to implement those template changes. And now you can do them all yourself, when you have additional block custom prototypes that are available through plugins and all that.</p>\n\n\n\n<p><em>Channing Ritter</em>: Agreed. Those are really big changes. And I think we saw a lot of changes there, in 6.0, which kind of expanded template creation capabilities. And it&#8217;s cool to see that continue into 6.1, with it just getting more and more refined.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then there will also be some developer focused changes, or features, in there. There&#8217;s the big style engine revamp of the consolidation of classes and styles and style variables. Then the team has been working on PHP hooks for the theme JSON file. And, also, there is also a call for testing out, but there&#8217;s also an elements API that, right now, I think, only goes through the theme JSON, where, for any heading, you can have a setting, a styling, in the theme JSON file, without identifying the block or the blocks where those could be used. The same with links and other on buttons. There you can have a general kind of styling for those. And then there will be also settings for the captions, yeah, like the embed. The images have captions. Galleries has a caption. And the embed blocks have captions. And those were only&#8230; You only could do, I think, bold and italics and a link in there, but now you can actually add more settings to them or styling to them but only through the theme JSON. The user interface hasn&#8217;t been built yet, I don&#8217;t think, even designed yet.</p>\n\n\n\n<p><em>Channing Ritter</em>: I think you&#8217;re right. It tends to go that way. Right. The capability is added in theme JSON first, and then get around to adding some UI there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I like that because then you can actually see what people do with it before.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. Me too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Yeah. So there will also be, in the 6.1, a feature where you can use block-based template parts in classic themes. And we have been hearing that quite a lot that, for the classic themes, or those that have doing hybrid themes, if they could gradually adopt block themes, or full site editing, by giving a certain feature, opening up certain features for classic themes. And the template parts have been merged into Gutenberg 14.1 and will be in the beta next week for 6.1. And there is a call for testing and feedback about using it because it&#8217;s the first version.</p>\n\n\n\n<p>And, as you know, the first version is never really built out. It kind of does the most important things. But what else is needed? And does it even work? The developers have envisioned that. So it offers you, yeah, as I said, gradual adoption. And it&#8217;s full set editing. Agencies have requested that. And that needs to be testing before we go into release candidate, which is beta. Beta one is September 20th. And then, three weeks after that, which&#8230; Release candidate is on October 11th. So it would be good if your feedback would come in before October 4th, for the last beta, to make some changes to that. And I think that…</p>\n\n\n\n<p><em>Channing Ritter</em>: This is a…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Go ahead.</p>\n\n\n\n<p><em>Channing Ritter</em>: This is a perfect feature for a full site editing call for testing, in my opinion. It&#8217;s just such a major feature. Like you said, it&#8217;s something we&#8217;ve talked about for a long time. And, obviously, we want to encourage folks to be adopting site editing and all the amazing new capabilities that are possible. And it kind of is an easier barrier for entry or lowers the barrier for entry. And it gives folks an easy way to try it out with their classic themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it also gives a perfect opportunity for agencies to talk with their customers about one thing that they can offer to them that they can change, like headers, or footers, or maybe sidebar items. So they can both, clients and agencies, can kind of figure out what&#8217;s the balance between being locked down and giving freedom. And I like that. Hopefully, we get quite a few feedback on that before it makes it to 6.1. We also are certainly happy to get the feedback afterwards. But then the change might not happening until 6.2, which is not yet scheduled. But it will come in 2023.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That 6.1 is the last major release in 2022, yeah, while we are at it. So I can repeat the dates again. Beta one is September 20th. The scheduled release candidate is, right now, scheduled for October 11. And then the final release is scheduled for November 1st, in 2022.</p>\n\n\n\n<p><em>Channing Ritter</em>: Coming soon.</p>\n\n\n\n<p>Birgit Pauli-Haack: Coming soon to a WordPress instance near you.</p>\n\n\n\n<p><em>Channing Ritter</em>: Exactly.</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That brings us to the community contributions of this show. And I have two things. And some of you probably have already heard about it, either through Gutenberg Times or through Twitter. So I had a conversation with Artur Grabowski from the Extendify team, and they have a new product they work with, called Launch. And they work with hosting companies to install the most modern onboarding experience for WordPress customers of the hosting companies. Hosting companies did some research, and they have a relatively high churn rate on 50% of customers leaving for an SAS for software as a service, CMS, also a locked one. And Launch, the Extendify Launch, should help them to help those WordPress customers to onboard. And they give them very personalized information.</p>\n\n\n\n<p>They ask for the goals for the industry and then have images and copy that is already kind of usable for those verticals and then also have a simultaneous integration for the WordPress instance. Give them a to-do list on: Yeah. What&#8217;s next? Write your about page. And here you need to have your contact form and also include a&#8230; They don&#8217;t include yet anything for third party page builders. But this is so important, when you have ever seen someone who installs WordPress on a hosting company&#8217;s site and then is greeted with a WP admin dashboard. Many people are lost and don&#8217;t know what to do next. And, most of the time, it&#8217;s kind of installed at page builder, which, yeah, it&#8217;s not kind of&#8230; And then they&#8217;re lost for WordPress entirely.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right. Right. That sounds like a great project. I can&#8217;t wait to check this out actually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It did. So I only saw a demo. I didn&#8217;t get my hands on it yet. But it&#8217;s also very, very new. So they just started talking with the hosting companies. I will share the link in the show notes, so you can check out their website and see what they have planned there. The second interesting conversation&#8230; I had many, many interesting conversations at WordCamp US. And one got really my attention. One was with Aaron Edwards. He demonstrated an early beta version of the Imagine newest product, which is a plugin that brings the magic, as they say, the magic of AI image generation to WordPress. So you give a prompt for an image generation API through that plugin, like a young female assembling blocks in the right corner of a car repair shop kind of thing. And then you get a set of images back indicated. So, in the interface, you can indicate which painter you wanted to kind of feel like.</p>\n\n\n\n<p>And I selected the Mexican painter Frida Kahlo. And, in the second set, the Spanish painter Salvador Dali. And it was really interesting to see how that topic kind of changes with the different styles. And, if you haven&#8217;t yet looked, the featured image on the latest post. Weekend edition 2028 actually has an image, a featured image that was AI generated through that plugin. I just heard this morning&#8230; And we are recording this on September 15th. &#8230; That the plugin is now available through the repo. So I will add it to the show notes. Right? Fresh from here.</p>\n\n\n\n<p><em>Channing Ritter</em>: So cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So have you played with any imaging AI?</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. I&#8217;ve been playing with Midjourney a lot, way too much. It&#8217;s hard to tear yourself away once you get going.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s really addictive. And Midjourney has-</p>\n\n\n\n<p><em>Channing Ritter</em>: Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Have you exceeded your free hundred points or whatever it was?</p>\n\n\n\n<p><em>Channing Ritter</em>: Yes. I immediately upgraded. It was really cool. I mean, obviously, there&#8217;s a ton of cool things that could be done with this new technology and WordPress. So I&#8217;m really excited to check out this plugin.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Me too. And I&#8217;m glad that it comes to WordPress all the cool stuff as well because it&#8217;s such a&#8230; Because they used CMS. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: I keep having this idea floating around, in the back of my mind, that the jet pack image compare block would be so cool for trying different styles, if you use the exact same prompt but changed the painter, or the art movement, that&#8217;s inspiring the style. And then you could have the image compare block and sort of slide across and see how similar, different the different images are that&#8217;s on WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s a good idea. For demonstration purposes, we can kind of do that.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Yeah. And this plugin, also, when you give the prompt to it&#8230; And it takes about&#8230; I don&#8217;t know. &#8230; 30, 40 seconds. It&#8217;s not instantaneous. But it&#8217;s very&#8230; You can wait for it, and the anticipation increases.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then you get four images back. And then you can refine them. And Midjourney has that same.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Where you can refine it, and then you can upscale a portion you like, and then you get more details in it. It&#8217;s just, yeah, phenomenal what this does. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: And they&#8217;re so much more impressive after you upscale, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Which one was it? I think&#8230; Was it 2027? I spent one morning, on a Sunday, on Midjourney, and I actually had an image in 2027. And 2027 was with Midjourney. And then 2028 was with that plugin. So you already can compare two things right there. Yeah. So, now, from the cool stuff to the cool stuff.&nbsp;</p>\n\n\n\n<h3><strong>What’s Released &#8211; Gutenberg 14.1</strong></h3>\n\n\n\n<p>So what&#8217;s released? We are looking at the Gutenberg plugin release 14.1 with 59 contributors. And seven of them, new contributors, merged 348 PRs in this release.</p>\n\n\n\n<p><em>Channing Ritter</em>: Wow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s a huge number.</p>\n\n\n\n<p><em>Channing Ritter:</em> That&#8217;s a huge number. I love when you&#8230; The Gutenberg releases, the last few leading up to a major WordPress release, are always so epic. There&#8217;s so many things getting merged at the last moment. It&#8217;s really exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And, yeah, no, don&#8217;t fear. We are not going to go through 348 PRs today. There were a lot of PRs that we&#8217;re cleaning up some of the code, or merging something, or migrating something over to a different type script or to switch out Lodash for performance reasons. So that, of course, also contributed to a fair number of PRs. So, yeah, do you want to do us the honor and kind of dive right in into the change log?</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. So let&#8217;s start with the zoomed-out view that was added to the site editor. We just chatted about that briefly because it was demoed during the 6.0 walkthrough earlier this week. But it is one of the most exciting things, I think, going into this release. And, like I said, it&#8217;s always exciting when you&#8217;re getting close to a major release, and you have all of these features that have been cooking throughout the release cycle. And then you want to try to get them in. Even if this is going to remain experimental for a while and probably not go into the major release, it&#8217;s still really cool to be able to try it in the plugin. So this is something you have to go into the Gutenberg experiments page and actually enable it. So some folks might miss that. You have to turn on this feature in order to be able to try it out.</p>\n\n\n\n<p>And, as we mentioned, this is a more container-first approach to editing. It kind of does this really nice zoomed-out effect, where you can see more of the template, above the fold on the page, makes it really easy to select, at a container level, and move around entire sections, really easy to insert new patterns as a new section. And you can imagine that this is just a really easy way to rapidly build out a template from preexisting patterns and making it really easy to, like we were saying before, not get lost in the little granular inner blocks. And you&#8217;re looking at more of the big picture layout structure of your template in this view, which I think is incredibly helpful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And you can then also scroll through, or browse through, all the templates that are on your site and kind of compare them and see what is the same and what is different, just in a great smaller view. But you see the full page of that. So I really like that. Yes. Cool.</p>\n\n\n\n<p><em>Channing Ritter</em>: And another major one, which we also touched on briefly, is the new content locking experience. I had worked a lot on the block locking tools that were released with 6.0. And we had actually tried a couple things around content locking. For example, we tried something on the reusable block, where it would add kind of a click-through overlay. But you wouldn&#8217;t be able to click through the overlay. The overlay would kind of block you from being able to edit the content inside. And I think that was an interesting approach, but it was more of a blunt instrument. And, once we started testing that and looking at how it worked, it occurred to us that, actually, folks probably need to be able to edit some of the content inside. And you don&#8217;t want to remove all of the editing capabilities. You just kind of want to restrict it. So this is a much more nuanced approach, and I&#8217;ve been playing around with it a lot. I think it&#8217;s working really well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, cool. Yeah. Yeah. Yeah. Looking forward to that. Yeah. As I said, it&#8217;s the kind of reusable block going to be merged into this idea. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right. Right. And then, also, lots of design tools improvements. I think we&#8217;re seeing a lot of typography support being added just across tons of different blocks, with the goal being to get the design tools to a place where they feel really consistent across different blocks. And, if you interact with topography in a certain way on one block, then you go to a different block. It should be familiar. And you should recognize, see, the same controls there. And a ton of PRs in this release. Is this right? Twenty-two more blocks have more typography support enabled. That&#8217;s a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, last release, it was 30. So we&#8217;re coming to this.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think they&#8217;re 80 blocks. Well, no, 50 blocks about, in there. And I think it&#8217;s now finished with that. In the same round, we&#8230; The typography consistency, typography being available consistently over all the blocks where you need to change the font. Also, the same is true for the spacing supports for blocks. So you can have dimension controls and padding and margin. And you can also step through that and have step sizes there. And it&#8217;s now also available for the gallery block for the common block category list and other blocks, like it was also from the previous release. It&#8217;s a continuation on that. And then what&#8217;s also has been&#8230; And Matias actually demonstrated that also, in the walkthrough of 6.1, that the transformations are gotten a little bit chaotic because they&#8217;re also considered&#8230; Which were mostly used or less used blocks.</p>\n\n\n\n<p>And so you could get an interesting listing of what you can transform a block to. And now there is a decision made that the most used blocks, like paragraph list and quote&#8230; You can kind of have them on the top of the list of all the transforms. So you have always those available, and other blocks actually get additional transformations in this release. The code block can now be transformed to a mere paragraph block, which wasn&#8217;t available before. And, back to the spacing, columns block now also have the axial blocks, X-E-L, block spacing. So you can have spacing on one side of it but not on the other, like you can also do with images. Yeah. You can have a radius on one side, but the others are corners, normal corners.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right. Right. Right. These consistency improvements, I feel like they go such a long way with usability, especially for newcomers who are trying to learn how to use Gutenberg. And it is really helpful, right, if you learn how to change a setting on one block. You come to expect those settings, and you know exactly where to find it. It&#8217;s really nice to see all this movement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It really came out great together. And there was a ton of improvements, also, to the navigation block. And I just want to highlight two of those. And you are more than welcome to talk about the others if you wanted to. So there is create a classic navigation menu as draft and for the site editor. So, if there is&#8230; That&#8217;s certainly something to have the migration process from old to new a little bit smoother, that, when you have a classic menu that you wanted to use and that you can go back and forth with it. Not quite sure how that&#8217;s going to work, but it&#8217;s definitely something that has been missing.</p>\n\n\n\n<p><em>Channing Ritter:</em> Yeah. Definitely smoothing out some rough edges with the navigation block. All of these improvements are little iterative tweaks, but they go a long way towards just making that block feel like more intuitive, like a little smoother to use. I love a few of these. This adding the animation when you open the overlay, I think that&#8217;s so cool. It feels super smooth when you do it. And, even just fixing the position of the X overlay, or the X icon, so it&#8217;s in the exact same position as the icon you use to open the overlay, those are the small tweaks that designers obsess over. Right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Right. Right. But that make it so easy to spot it when it comes out. And you kind of see it when you&#8217;re using it. Yeah. And now you can even select a different icon for your mobile menu button on that, so…</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. I love the new icons. Those are great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It doesn&#8217;t have to be a hamburger. It also can be something else. Right?</p>\n\n\n\n<p><em>Channing Ritter</em>: Those are great. Collectively, all of these improvements to the navigation block, they just make it so much more like customizable and more pixel perfect. I&#8217;m really happy to see all this movement happening there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The designers are really very happy about that. And here&#8217;s one that I like very much that&#8217;s in the block editor: When you add a link to a paragraph or so, or to a section, and it shows you the latest post and pages in a dropdown box, and now each one of them gets a different icon, so you can distinguish easily by icon: Is it a page? Is it a category page? Or is it a post? So I really like that because then you are sure. Just, if you have a post on a page that have similar titles, yeah, it kind of hard to find the right one, if you don&#8217;t have additional clues in there. So I really like that.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. It is really helpful. I had never really thought about it before, but the addition of the icons is very helpful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Especially also because there is this new keyboard shortcut. I don&#8217;t know how new it is. It must be maybe two or three Gutenberg versions before. When you want to do an internal link, you can do just two left brackets, square brackets, and then it gives you a list of all the posts, and you can search on it. And there you will find that too because they use the same component there. So it&#8217;s really interesting to see.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. Nice improvements there. And then we also have some great improvements in this release around patterns. So one of them was post type restriction API for patterns. I believe that&#8217;s where you can restrict patterns that are being inserted based on the post type. So, if you had a really specific post type, like books or something like that, you could have particular patterns that will only appear for that particular post type, which gives a lot more control over what can be inserted there. And another one was allowing remote pattern registration in theme JSON, when core patterns are disabled. I think this was a request from the theme developer community, who would like the ability to disable the core patterns but still be able to include specific patterns from the pattern directory. So, again, more nuanced controls there, which is very cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. It&#8217;s more like a curation. Even if it&#8217;s not your own patterns, you can kind of select the best five patterns that you think, as a theme developer, those are good to have, and they fit your theme as well. Then you can have them included in the pattern inserted without enabling all the other 800 patterns that are in pattern directory. And-</p>\n\n\n\n<p><em>Channing Ritter</em>: Right. There&#8217;s a lot of great stuff in the pattern directory.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p><em>Channing Ritter</em>: But you do have to kind of search around to find it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: Very cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There is a little bit of a quality kind of&#8230; I think we should do a little bit more curation there, in terms of quality of the patterns, but some&#8230; It&#8217;s just how it is, yeah, when the community comes in. You have all qualities, from low to high and in between. And some are cool, but you would never put it on a business website. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: True. True.</p>\n\n\n\n<p>But it&#8217;s amazing to see how many are there, considering there wasn&#8217;t even a pattern directory maybe a year ago. And just how many community submissions have been added there. It&#8217;s amazing. There&#8217;s a ton of things to choose between. I use it all the time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So we didn&#8217;t talk about that. But are there additional patterns that would come with the default theme that you remember?</p>\n\n\n\n<p><em>Channing Ritter:</em> I don&#8217;t think so. I think we were kind of looking at&#8230; The general approach to the default theme was: Take 2022, and just strip out the opinionated aspects of it, and just make it kind of like a blank canvas approach. And I think we were thinking something similar with the patterns, like almost the exact same patterns as 2022, but maybe strip out some of imagery and whatever else might be included there. I haven&#8217;t really taken a close look at that, but it&#8217;s probably getting to time where we should be taking a look at that. Good reminder.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. All right.</p>\n\n\n\n<p><em>Channing Ritter</em>: And then. Let&#8217;s see. One more thing that was added here. This is to global styles, adding outline support for blocks via theme JSON. That&#8217;s very cool, to give the ability to control the outlines there on buttons and whatnot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But it&#8217;s only for the theme JSON right now? No UI.</p>\n\n\n\n<p><em>Channing Ritter</em>: No. Ah, right. Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s graphic interface, that. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: Always good to start there. Let&#8217;s see. And then also theme JSON addition is the ability to style citations. So that was not previously possible. And citations, of course, appear across many different blocks, including, quote, pull quote. So just a little bit more nuanced control there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I know quite a few people add that to their normal text. Yeah. They go to custom HML and then put site in. So now this can be styled as an element as well through the theme. So that&#8217;s really&#8230; It&#8217;s good.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. That&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And, yeah, there&#8217;s also a filter for inner blocks for the navigation block that was added. So developers, like plug-in developers, can add additional menu items to the navigation block without having to worry about the interface for users. A use case for that is to add, for instance, a log out or log in menu to a navigation menu when it&#8217;s necessary. If you want to have just a subscriber only thing, or it&#8217;s for membership plugin or so, that can be added to the navigation block. It took a while to get this in because there was this kind of hesitation to bring something into the block editor without a user interface. But there&#8217;s definitely a use case that Andy Fragin had for it. It was really quite plausible and got approved and merged into this release. So it will be available for 6.1.</p>\n\n\n\n<p>Yeah. And then Grzegorz also worked on the input that&#8217;s more developer oriented, of course, as well, to input individual blocks to your plugin, or, yeah, app, instead of completely input the library. So you can target specific blocks that&#8217;s for your app. And then, another for the block API, there&#8217;s now a render field for the block JSON that will allow you to point to a dynamic block rendering template on your theme or plugin that you need. So you don&#8217;t have to register your rendering page separately. You can just kind of take it from the block JSON meta field, and that&#8217;s now enabled. Yeah. And then we are going to get past a lot of back fixes and back fixes and back fixes.</p>\n\n\n\n<p><em>Channing Ritter</em>: A lot. A lot. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: A lot. Yeah. Good job, team.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. Squashing those bugs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And, yeah, you can definitely kind of go, &#8220;Has my bug been fixed?&#8221; Yeah. There&#8217;s definitely some hurrahs around the community.</p>\n\n\n\n<p><em>Channing Ritter</em>: Thanks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So finally it&#8217;s been fixed. Yeah.</p>\n\n\n\n<p><em>Channing Ritter:</em> Thanks to everyone who&#8217;s been logging the bugs as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Thank you. It&#8217;s such a major important contribution to actually go through the pain. Sometimes, I say to actually test something that is quirky, and make it so you can make an issue on the Gutenberg repo so people can fix it.</p>\n\n\n\n<p><em>Channing Ritter</em>: Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s such a big contribution.</p>\n\n\n\n<p><em>Channing Ritter</em>: And so many of those bugs come out of the full site editor outreach testing. Folks are constantly uncovering just enhancements and finding bugs and just seeing how things could be improved upon.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Indeed. For all of us, also some for developers, also kind of pointing out some documentation updates that are already available on the block editor handbook&#8230; And that is that the documentation for the block template parts for the theme support for classic editors, classic themes&#8230; That documentation is already in the repo, I&#8217;m sure. We also will have a developer note out when it hits the 6.1. Also, in the call for testing, there are some instructions there, how to test things. So that is definitely a well-rounded feature release. And then another piece of change is that the doc generation script for JavaScript can now handle a SYMS tag. So, changes into packages and other JavaScript tools that are used with Gutenberg components, you can now see since when this particular feature is available in the documentation. That&#8217;s something that WordPress does quite a bit in their reference guides on the backend side. But, for JavaScript, it was always a little bit cumbersome to get this in. So, now, there is a first version of that available, and we&#8217;ll probably see some more usage of that.</p>\n\n\n\n<p><em>Channing Ritter</em>: Nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what else?</p>\n\n\n\n<p><em>Channing Ritter</em>: And then, jumping way ahead, we&#8217;re coming almost to the end of the list here. Some updates around themes. We&#8217;ve already talked about block-based template parts for classic themes, which is huge. Do the call for testing that&#8217;s out now. That would be great to get feedback on. Another one that&#8217;s pretty cool is adding the ability to add a gradient overlay for the post featured image block. This was actually something that came up when working on 2023. And someone had submitted a style variation with this idea that you could use a gradient overlay on something like the home template, where you have the post featured image block in the query loop. And, obviously, duo tone is possible there already. But the gradient overlay is kind of a different effect. You can make it a bit bolder. You can play with the opacity there. So it was very, very cool to see that, kind of a rise out of a need. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. I think there&#8217;s this long tradition.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Gradients.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah. Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Gradient. Yay.</p>\n\n\n\n<p><em>Channing Ritter</em>: There&#8217;s a long, long tradition of default themes kind of influencing features and vice versa, and the product design and the theme development kind of informing each other and working in parallel. And that&#8217;s been really cool to see throughout the course of this release cycle. I think that feature, in particular, was something that it was really cool to see that get added and now will be used in that style variation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>:Wonderful.</p>\n\n\n\n<p><em>Channing Ritter</em>: Which is called pilgrimage, by the way. Coming soon with 2023. And then another really cool one is this new justification controls that you can mess with on a constrained layout. And it will give you the ability to kind of add justification to the inner blocks in a container. So you could have them all go left justified or all go right justified. Again, just a lot more detailed, or more nuanced control, than you ever had there before.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Or kind of collecting all the nuanced controls and do it in one step instead of 15.&nbsp;</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Yeah. I really like that all. That&#8217;s awesome. I think we&#8230; Did we jump over a few things here? Let me look.</p>\n\n\n\n<p><em>Channing Ritter</em>: Sorry. I may have skipped a couple.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. No problem. No problem. We can always go back. And, oh, there was one thing that I wanted to mention. Was that you can now pass extra query arguments to the rest API for an accurate preview of the extenders for the query loop. So that is something that, if you do want to add additional arguments, then you can add them to your blocks or to your block variation. And so it&#8217;s more like an extension for developers and theme developers, rather than for AI. Woo Commerce uses that quite a bit and others as well. So, yeah, check that out. The PR has quite a few details in there. And that&#8217;s definitely something that will also be in 6.1 and will have a developer out in the field guide, of course.</p>\n\n\n\n<p><em>Channing Ritter</em>: Nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But prepare yourself for it. And I think there was&#8230; Oh yeah. And global styles data will also be filterable. There is a first version already in there that you can use global styles default, or global styles blocks, or global styles&#8230; So there&#8217;s this four layers of changes from global styles. Yeah. The default one comes with core. And then each block can have additional filter for the global styles and then as well as the third party blocks. And then the theme has an opinion about how their styles. And then the user can change those styles.</p>\n\n\n\n<p><em>Channing Ritter</em>: Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Say, &#8220;Okay, I want a different color. I want a different font. I want a different spacing there. And I want a gradient there.&#8221; And then there are now filters to tap into that, with PHP, to change some of the styling, if there is a need.</p>\n\n\n\n<p><em>Channing Ritter</em>: Nice. Thanks for explaining that one. I saw it on the list, and I wasn&#8217;t quite sure what it was.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. As always, yeah, it&#8217;s the first version. Try it out. I think it would also be a good call for testing for that. But this was also&#8230; It comes often in conversations that plugin developers don&#8217;t want to do their own styling for things. So maybe a default styling but also&#8230; Except some of the things that are theme JSON and just kind of bring them in. So, the block, that also has a front end version of it, kind of feeds seamlessly into a theme or into a site. So that&#8217;s definitely something that people want to do.</p>\n\n\n\n<p><em>Channing Ritter:</em> Cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But there&#8217;s a lot of that. It went to multiple iterations and just landed now for 14.1. So it&#8217;s going to be real interesting to see what other people do with it. All right. Yeah. You&#8217;re right. That&#8217;s the end of our change log. Wow. We made it.</p>\n\n\n\n<p><em>Channing Ritter:</em> We got through the full list.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It was awesome. Yeah. Thank you so much.</p>\n\n\n\n<p><em>Channing Ritter</em>: Three hundred and forty-eight, was it, changes?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: Very impressive.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Three hundred and forty-eight in 48 minutes or something. Yeah.</p>\n\n\n\n<p><em>Channing Ritter</em>: I love it. This is such a great way to keep up with everything that&#8217;s going into Gutenberg, by the way, because it&#8217;s hard to keep up. Things move so quickly. And so this podcast is such an awesome way to just get the overview, this along with the What&#8217;s new in Gutenberg release posts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Oh, thank you.</p>\n\n\n\n<p><em>Channing Ritter</em>: That&#8217;s definitely how I stay up to date.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you. Yeah. No. Now you&#8217;ve been a part of it. And thank you for making the time today. So, if people want to get in touch with you and connect with you, what would be a good place for you to do that?</p>\n\n\n\n<p><em>Channing Ritter</em>: Probably just on the making WordPress Slack. You can always send me a DM. My username is Critterverse. That&#8217;s C-R-I-T-T-E-R-V-E-R-S-E. I totally love to get DMs from folks. And I have folks reaching out to me all the time, especially about the default theme lately. And I&#8217;m always happy to help point you in the right direction, if you want to contribute to Gutenberg or help contribute to the default theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful.</p>\n\n\n\n<p><em>Channing Ritter</em>: Would love to help there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Excellent. Thank you so much. And I don&#8217;t have anything to remind you about, except for: Okay. Beta is coming out September 20th. And all beta testers are asked to test it with the beta tester plugin. And, as always, the show notes will be published on the Gutenbergtimes.com/podcast. This is episode 73. And, 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>. That&#8217;s: <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>And, well, again, thank you, Channing, for, yeah, sharing this with me and kind of being on the podcast with me. It was wonderful. And I hope you do it again sometime soon.</p>\n\n\n\n<p><em>Channing Ritter</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And thank you all for listening. And I&#8217;ll talk to you in about two weeks. Bye-bye.</p>\n\n\n\n<p><em>Channing Ritter:</em> Thank you for having me. Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> See you. Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Sep 2022 20:32: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:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Gutenberg Times: Gutenberg 14.1, Classic themes using Block Template parts, and Future of contributing to WordPress – Weekend Edition 229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"https://gutenbergtimes.com/gutenberg-14-1-classic-themes-using-block-template-parts-and-future-of-contributing-to-wordpress-weekend-edition-229/\";s: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:19427:\"<p>Howdy, </p>\n\n\n\n<p>Recovering from WordCamp US has had its challenges for me. I am exhausted from the traveling, from talking to almost 100 people in person, from learning tons in talks and then from catching up with family and work afterwards. It was all worth it, of course. It was exhilarating to meet so many friends again after two years, and to make new ones to geek out about WordPress for four days. I am invigorated from the experience, ready to dive into the upcoming release work. </p>\n\n\n\n<p>Thursday, I recorded the Gutenberg Changelog episode with the delightful and brilliant Channing Ritter from the WordPress design team. We discuss all the good stuff that&#8217;s coming in with Gutenberg 14.1, WordPress 6.1 and the default theme. </p>\n\n\n\n<p>Let&#8217;s get going on all the cool things&#8230; </p>\n\n\n\n<p>Have a fantastic weekend! </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing WordPress and Gutenberg </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-14-1\">Gutenberg 14.1 </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing WordPress and Gutenberg </h2>\n\n\n\n<p>A week before Beta 1, the release team held a Product walk-through and discussed what might or might not make it into the release. You can watch the recording and read the transcript via the <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">6.1 Product Walk-Through Recap</a> post on the Make blog. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> of WPTavern published her take on it: <a href=\"https://wptavern.com/wordpress-6-1-product-walkthrough-video-now-available\">WordPress 6.1 Product Walkthrough Video Now Available</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dave Smith</strong> and <strong>Anne McCarthy</strong> discussed <a href=\"https://www.youtube.com/watch?v=hS3QT-DWl3E\">WordPress 6.1 Top 5 Editor Features </a>on video. Watch them dive into theme style variations, improved design tools, expanded template editing, fluid typography and start patterns for custom post types. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> announced in his post <a href=\"https://make.wordpress.org/themes/2022/09/07/full-width-blocks-and-root-padding-in-wordpress-6-1/\">Full-Width Blocks and Root Padding in WordPress 6.1</a> how a glitch in theme.json for classic theme has been fixed. <em>&#8220;Just under a year ago, a&nbsp;<a href=\"https://github.com/WordPress/gutenberg/pull/35241\">root padding solution</a>&nbsp;was introduced for&nbsp;block&nbsp;themes. This allowed designers to add padding values to their&nbsp;<code>theme.json</code>&nbsp;files and users to adjust it via the Styles panel in the site editor. However, there was one catch. There was no built-in way to&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/35607\">allow full-width blocks to stretch</a>&nbsp;beyond any horizontal padding and reach the edge of the screen. It was the bane of many theme author’s existence. Sure, they could write custom&nbsp;CSS&nbsp;solutions to address the problem, but that didn’t solve cases where end-users customized things. Eventually, this&nbsp;<a href=\"https://github.com/WordPress/gutenberg/pull/42085\">issue was fixed</a>&nbsp;in&nbsp;Gutenberg&nbsp;13.8 and will land in WordPress 6.1.&#8221; </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Contributors have been working on a Distraction-Free version of the editor for the power writers. <strong>Sarah Gooding</strong> gave it a whirl and reports on the insights: <a href=\"https://wptavern.com/gutenberg-contributors-make-progress-on-distraction-free-mode\"><strong>Gutenberg Contributors Make Progress on Distraction Free Mode</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>At WordCamp US, many people had conversations about contributing to WordPress open-source project,  Five for the Future and how new contributors can get started.  If you want to learn more: <strong>Josepha Haden Chomphosy, Abha Thakor and Davinder Singh Kainth</strong>, will discuss <strong><a href=\"https://events.godaddy.com/events/details/godaddy-events-godaddy-pro-emea-online-presents-what-is-the-future-of-contributing-to-wp/\">What is the Future of Contributing to WP?</a></strong> on October 3, 2022, at 1pm EDT / 5 pm UTC. It&#8217;s definitely on my calendar.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> published the 3rd edition of <a href=\"https://nomad.blog/2022/09/13/so-you-want-to-talk-about-fse-part-iii/\"><strong>So you want to talk about FSE? </strong></a>It&#8217;s a compendium of non-release specific resources, McCarthy finds herself sharing over and over again with community members around the features of Full-Site editing.  </p>\n\n\n\n<p>This one-page list will get you caught up with the current stage of full-site editing, from a recommendation around the discussion looking for a new name, to newest features. You can also read up on the most common feedback, she collected from the various calls for testing. Personally, I will use McCarthy&#8217;s  suggestions on how to structure my presentation on What&#8217;s next for WordPress 6.1. </p>\n\n\n\n<h3 id=\"1-gutenberg-14-1\">Gutenberg 14.1 </h3>\n\n\n\n<p>Gutenberg 14.1 was released this week. It&#8217;s the last Gutenberg plugin release before the feature freeze with Beta 1 of WordPress 6.1 that is scheduled of September 20, 2022. 59 contributors, 7 of which were new, merged 348 PRs for this release. Many PRs came from the effort to make all blocks have consistently all the design tools, like Color, Typography, Dimension design tools.</p>\n\n\n\n<p>Plugin Release lead, <strong><a href=\"https://twitter.com/c4rl0sbr4v0\">Carlos Bravo</a></strong>, shared some highlights in his post <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\"><strong>What’s new in Gutenberg 14.1? (15 September)</strong></a></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/#consolidating-design-tools\">Consolidating design tools in blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/#better-content-locking\">Better content locking experience.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/#navigation-block-improvements\">Navigation Block improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/#zoomed-out-view\">Zoomed-out view in the site editor (experimental).</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/#improving-theme-developer-experience\">Improving the theme developer experience.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/#improving-writing-experience\">Improving the writing experience</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>I am thrilled that <strong>Channing Ritter</strong> joined me on this week&#8217;s recording of the next  Gutenberg Changelog episode (73)  We discussed the default theme, WordPress 6.1 and of course, picked PRs from the vast number of PRs in Gutenberg 14.1. The episode will land in your favorite podcast app over the weekend. </p>\n\n\n\n<img />Channing Ritter and Birgit Pauli-Haack having fun recording \n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>?️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-73-design-tools-in-wordpress-6-1/\">Gutenberg Changelog #73 – Gutenberg 14.1, next default theme, design Tools in WordPress 6.1</a> with special guest, Channing Ritter, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p>With the newest Gutenberg plugin release, <strong>Anne McCarthy</strong> published a new call for testing:<strong><a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">Testing and Feedback for using block based template parts in classic themes</a>. </strong>She wrote: &#8220;Gutenberg&nbsp;14.1 enabled the ability to use&nbsp;block&nbsp;template parts without adopting everything that comes with block templates. You can allow a user to edit and build a&nbsp;header&nbsp;with blocks without exposing them to the entire block template system. This offers a new gradual adoption pathway for folks with classic or hybrid themes and new ways to explore full site editing features for agencies that need testing and feedback ahead of WordPress 6.1’s release on November 1st.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> also reports on the new features in  Gutenberg 14.1 plugin: <a href=\"https://wptavern.com/gutenberg-14-1-improves-navigation-block-adds-experimental-zoomed-out-view\"><strong>Gutenberg 14.1 Improves Navigation Block, Adds Experimental Zoomed-Out View</strong></a></p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2022/09/15/fse-program-testing-call-17-guiding-the-gutenberg-gallery/\"><strong>FSE Program Testing Call #17: Guiding the Gutenberg Gallery</strong></a> also came out this week, with instructions to explore theme switching workflows from classic theme to a block theme with expanded editing capabilities. If you heed the call for testing, you are also instructed to test the new feature to switch out headers and footers using the context-sensitive template part feature and explore creating category-specific templates. </p>\n\n\n\n<p>This test is an interesting way to get a head-start learning about many of the new features soon coming to a WordPress instance near you. If you share your feedback on the post, you will also help to make WordPress a better software for millions of people. Talking about a single high-impact contribution! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/ViewFromTheBox\">Jacob Martella</a> a series of <strong><a href=\"https://www.youtube.com/channel/UCHA5yAWykZxJMdmbJ_IZH_w/videos\">Creating a WordPress Block Theme</a> </strong>on his YouTube Channel. </p>\n\n\n\n<ul>\n<li>&nbsp;<a href=\"https://www.youtube.com/watch?v=NYwuAtOGS4Y\">Intro and Design</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=Uxaf2P9G-F8\">Theme JSON and Styling</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=CK4d-guvkTo\">Creating Block Patterns</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=UtkU8qRU3Tk\">Creating the Template Parts</a></li>\n</ul>\n\n\n\n<p>In the next part Martella will cover creating templates, specifically the page template, post template and a 404 template. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Ryan Welcher</strong> was the guest in this &#8220;In the Loop&#8221; podcast episode  <a href=\"https://anchor.fm/blackbird-digital/episodes/19-All-In-on-Gutenberg-with-Ryan-Welcher-e1noamk\">All-In on Gutenberg</a>. In this interview, <strong>Cory Hughart</strong> of Blackbird Digital, and Welcher focused on the concerns from their last episode “We Like Gutenberg, We Swear!”. They covered among other things, how to write to post meta with custom blocks, scaffolding with the @wordpress/create-block package, the convenience of ACF fields, and more.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new tutorial is available on Learn.WordPress: <a href=\"https://learn.wordpress.org/tutorial/styling-your-wordpress-block/\"><strong>Styling your WordPress Blocks</strong></a> with <strong>Jonathan Bossenger</strong>. &#8220;This tutorial will guide the new block developer on the process of styling the Edit component and the save function of a newly created WordPress block.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/BillErickson\">Bill Erickson</a></strong> published a tutorial to how you <a href=\"https://www.billerickson.net/building-acf-blocks-with-block-json/\">how to build ACF blocks with block.json</a> and also how this compares to the old method registering blocks with  ACF. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"4-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Last week, I wrote about the new plugin by <strong>Aaron Edwards</strong> that connects your editor with an Image AI service to create unique graphics with a text prompt. This week, I can report that it landed in the WordPress plugin repo: <strong><a href=\"https://wordpress.org/plugins/imajinn-ai/\">Imajinn – Magical AI Image Generation like DALL·E 2</a>. </strong></p>\n\n\n\n<p>The team of Imajinn uses a customized version of the recently released <a href=\"https://stability.ai/blog/stable-diffusion-public-release\">Stable Diffusion</a> on their servers. The plugin provides the bridge to the 3rd party server and the interface to send text prompt, settings and also retrieve the selection of images. At the top of the screen you also see the number of credits available. </p>\n\n\n\n<p>If you&#8217;d like to look at code or contribute <a href=\"https://github.com/uglyrobot/imajinn-ai\">check out the GitHub repo of imajinn-ai</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://wpengine.com/builders/shop-landing-page-woocommerce-blocks/\"><strong>Shop Landing Page with WooCommerce Blocks</strong></a>, <strong>Damon Cook </strong>walks you through all the necessary stages of creating your front page of an ecommerce store. Learn how to create hero image, patterns, and more.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <a href=\"https://wpmainline.com/2022/09/09/full-site-editing-doesnt-seem-so-full-yet/\"><strong>Full-Site Editing Doesn’t Seem So Full. Yet</strong>.</a> <strong>Jeff Chandler</strong> tells the tale of his learned lessons, and what and what is not yet working with the Site editor. <em>&#8220;I understand that making little changes like the ones described above are not mission-critical to a site but not being able to do them leaves me a bit disappointed in my first dive into Full-Site Editing.</em>&#8221; Chandler wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After releasing the block theme, Bjork, <strong>Anders Noren</strong> two weeks later released a minimalistic theme for bloggers called <a href=\"https://wordpress.org/themes/beaumont/\">Beaumont,</a> named after the  Stephen King character Thaddeus Beaumont from&nbsp;<em>The Dark Half</em>. Noren wrote in <br /><strong><a href=\"https://andersnoren.se/introducing-beaumont/\">Introducing Beaumont</a></strong>: <em>&#8220;Beaumont is designed for personal sites and blogs, with a special emphasis on longform content. The geometric sans serif typeface&nbsp;Albert Sans&nbsp;(also used in Björk) packs a punch in headings and other elements, and the post content is set in the highly readable serif typeface&nbsp;STIX Two Text.&#8221;</em>  You can see <a href=\"https://andersnoren.se/themes/beaumont/\">a demo of the theme Beaumont</a>.</p>\n\n\n\n<h2 id=\"1-l\">Learn WordPress Online Meetups</h2>\n\n\n\n<p>September 19, 2022 &#8211; 5 pm EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/288423132/\"><strong>Uncovering the Cover Block</strong></a> with Wes Theron</p>\n\n\n\n<p>September 20, 2022 &#8211; 3 pm EDT / 19:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/288401676/\"><strong>Let&#8217;s Build a Custom Block in One Hour</strong></a> with Nick Diego</p>\n\n\n\n<p>September 23, 2022 3 am EDT / 7:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/288348353/\"><strong>Block &amp; Theme Global Styles Customization</strong></a> with Destiny Kanno</p>\n\n\n\n\n<p><em>Featured Image: Created with Imajinn-AI plugin: prompt: Rail Road track in the forest going left to right with lumber piles on the site. Style Airbrush. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Sep 2022 17:30:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Gutenberg 14.1 Improves Navigation Block, Adds Experimental Zoomed-Out View\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/gutenberg-14-1-improves-navigation-block-adds-experimental-zoomed-out-view\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3440:\"<p><a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">Gutenberg 14.1</a> was released today with some much-needed improvements to the Navigation block, which still seems to be on rocky journey towards better usability. Contributors are moving functionality around the Navigation interface to figure out where it works best. </p>\n\n\n\n<p>The menu selector has been <a href=\"https://github.com/WordPress/gutenberg/pull/42987\">removed from the Navigation block toolbar</a> in favor of placement in the inspector sidebar. This was done to reduce the crowding in the block toolbar, which previously stitched together disconnected actions, hampering the user experience. Automattic-sponsored Gutenberg contributor Carlos Bravo published a gif demonstrating the moved menu:</p>\n\n\n\n<img />\n\n\n\n<p>This release also adds new features like <a href=\"https://github.com/WordPress/gutenberg/pull/43674\">a select icon for the Navigation block&#8217;s menu button</a>. It&#8217;s easy to see how the interface can get crowded fast when adding new capabilities. This particular enhancement was added to the block inspector under Display. If this method works well, contributors may look into adding the ability to add custom icons next.</p>\n\n\n\nvideo source: Gutenberg PR <a href=\"https://github.com/WordPress/gutenberg/pull/43674\">#43674</a>  &#8211; Add select icon for Navigation Block&#8217;s menu button\n\n\n\n<p>The 14.1 release also continues the effort of consolidating design tools, adding things like typography and spacing support to Avatar, Button, Avatar, Buttons, Categories List, Comments Links, Latest Posts blocks, and more. This enables easier customization in the editor without the user having to resort to custom CSS.</p>\n\n\n\n<p>Earlier this month we published an overview of the <a href=\"https://wptavern.com/gutenberg-contributors-make-progress-on-distraction-free-mode\">latest progress on a distraction-free mode </a>for the editor, which included a brief mention of the experimental zoomed-out view that is now available for the site editor. It puts the focus on building and composing patterns, allowing users to move sections around without affecting the inner blocks. Users can build custom templates without worrying about messing up inner blocks. It&#8217;s not on by default but can be enabled under the “Experiments” menu in the Gutenberg plugin.</p>\n\n\n\n<p>Locked patterns with better content locking is also available in 14.1. Features like duotone filters, block alignment, and resizing are now disabled on content-locked blocks, making it easier to keep users from changing the block beyond recognition.</p>\n\n\n\n<p>A few other highlights in 14.1 include the following: </p>\n\n\n\n<ul>\n<li>Box-shadow support added to theme.json</li>\n\n\n\n<li>Block-based template parts  now available for classic themes</li>\n\n\n\n<li>Four new filters to edit the global styles data in PHP</li>\n\n\n\n<li>Smoother multi-selection experience</li>\n\n\n\n<li>Improved block transforms organization with Paragraph, Heading, List and Quote now shown in a separate menu subgroup</li>\n</ul>\n\n\n\n<p>Check out the full changelog in the <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1 release post</a> for a more detailed look at everything that has changed. This will be the last version of Gutenberg that will merge into WordPress 6.1, which is expected in November.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Sep 2022 01:14:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Beaumont: A New WordPress Block Theme with a Focus on Longform Writing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/beaumont-a-new-wordpress-block-theme-with-a-focus-on-longform-writing\";s: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:3819:\"<p>WordPress users looking for a block theme for blogging will have no shortage of options while Anders Norén is on a run with back-to-back theme submissions. <a href=\"https://wordpress.org/themes/beaumont/\">Beaumont</a>, his second theme release this month, is another one designed for personal sites and blogs but with an emphasis on longform content. It was named for Thaddeus Beaumont, a character in Stephen King&#8217;s <em>The Dark Half</em>.</p>\n\n\n\n<p>The new theme features the same <a href=\"http://fonts.google.com/specimen/Albert+Sans\">Albert Sans</a> typeface used in <a href=\"https://wptavern.com/anders-noren-releases-bjork-a-free-wordpress-block-theme-for-blogs-and-personal-websites\">Björk</a>, his previous release, supported by <a href=\"https://fonts.google.com/specimen/STIX+Two+Text\">STIX Two Text</a> in text content. Beaumont was inspired by the design he is using on <a href=\"https://andersnoren.se/\">his personal website</a>, which Norén said people have requested he make into a theme. It has that faded paper look that instantly puts the focus on text content.</p>\n\n\n\n<img />\n\n\n\n<p>The  demo of the single post template has an elegant design with drop caps, pullquotes, a custom &#8220;Preamble with a separator&#8221; pattern, and a minimal previous/next post navigation at the bottom. The spacing and typography are exquisite in this theme and lend themselves to a bit more of a formal presentation for longform content.</p>\n\n\n\n<img />\n\n\n\n<p>Beaumont comes with nine block patterns, which writers will enjoy, as most of them are dedicated to text presentation. The patterns include a long author bio, short author bio, paragraph with drop cap, paragraph with pullquote aligned left,  paragraph with pullquote aligned right, large pullquote, preamble with a separator, wide quote with diamond separators, and a resume full page pattern.</p>\n\n\n\n<img />\n\n\n\n<p>If you notice a discrepancy in how post content appears in the editor, this is a bug in WordPress, not a problem with the theme.</p>\n\n\n\n<p>&#8220;Currently, text will be set in Albert Sans when you edit your content in the Post Editor, despite it being set in STIX Two Text on the front-end,&#8221; Norén said. &#8220;This is because WordPress currently doesn’t apply the core/post-content theme.json settings to the Post Editor preview. This <em>should</em> be fixed in WordPress 6.1, which is scheduled for November 1.&#8221; </p>\n\n\n\n<p>Beaumont packages 11 different style variations in the Styles panel that can totally change the look of a website &#8211; a couple of different yellows, multiple dark variations, and several subtle variations on the default. Users can select one and further customize the background, text, links, and more.</p>\n\n\n\n<img />\n\n\n\n<p>Since this theme is geared towards writers, it includes seven different layouts for blog archives, which means users can opt for a more visual display using featured images or keep it simple displaying just titles. These different loops are packaged as Template Parts and can be further edited using the Site Editor.</p>\n\n\n\n<img />\n\n\n\n<p>View the <a href=\"https://andersnoren.se/themes/beaumont/\">demo</a> to see how all the pieces work together or check out the <a href=\"https://mattreport.com/\">Matt Report</a>, an early adopter, to see how a podcast is using the theme.</p>\n\n\n\n<p>Beaumont would work well as a blog, a writing portfolio, or a resume site, but, thanks to the wide world of blocks, it could also be used as a base for nearly any other type of website. Anders Norén has hit another home run with this theme. It is simple and elegant with just 16K of CSS and no JavaScript, visually distinct from his other themes, and designed for readability. <a href=\"https://wordpress.org/themes/beaumont/\">Download</a> it for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Sep 2022 22:14:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Agency Business Brief for the Week of September 12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/agency-business-brief-for-the-week-of-september-12/\";s: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:5909:\"<div class=\"wp-container-21 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress Founders Invest in Atarim • Gridpane and Automattic Team Up to Serve Agencies • Salary Transparency — Why Not? • Learning Together in Post Status Slack: Adobe\'s Figma Acquisition and PayPal vs. Stripe </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">37</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-founders-invest-in-atarim\">Founders Invest in Atarim</h2>\n\n\n\n<p>Just before <strong>WCUS</strong>, <strong>Vito Peleg</strong> <a href=\"https://atarim.io/blog/atarim-raises-first-funding-round/\">announced</a> <strong>Atarim</strong> has completed <strong>its first funding round</strong> led by <strong>Joost de Valk</strong> and <strong>Marieke van de Rakt</strong>, the founders of <strong>Yoast SEO</strong>, which was acquired by <strong>Newfold Digital</strong> a year ago. Other backers include <strong>Devin Walker</strong>, co-founder of <strong>GiveWP</strong> (acquired by <strong>StellarWP</strong> of Liquid Web), <strong>Andrew Palmer</strong>, co-founder of <strong>Bertha.ai</strong>, and the former <strong>Elegant Marketplace</strong> (acquired by <strong>inMotion</strong>). There was also an angels group led by <strong>Matt Russell</strong>, co-founder of <strong>EasyWP</strong> at <strong>Namecheap</strong>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Gridpane and Automattic Team Up to Serve Agencies</h2>\n\n\n\n<p><strong>Gridpane</strong> also announced they completed a seed round of funding with <a href=\"https://gridpane.com/blog/automattic-invests-in-gridpane/\">a significant strategic investment</a> from <strong>Automattic</strong>. The influx of capital will fuel Gridpane\'s growth through a new focus on marketing and sales after years of development. GridPane and Automattic also will be partnering to launch a completely new, state-of-art, fully managed WordPress Hosting solution.</p>\n\n\n\n<p>Gridpane\'s mission is &#8220;to help WordPress agencies solve their hosting problems and grow their businesses.&#8221; They have customers in 100+ countries, and their tools are used on over 100k websites. With plans for every kind of WordPress site — up to enterprise-capable white label managed WordPress hosting for agencies — they are definitely worth a look for growing agencies. Take a look at the UK-based, GridPane client <strong><a href=\"https://performant.host/\">Performant Websites</a></strong> — self-described as a &#8220;family business,&#8221; they earned a <a href=\"https://wphostingbenchmarks.com/company/performant-websites/\" target=\"_blank\" rel=\"noreferrer noopener\">top tier honor in the Enterprise category</a> of the <strong>2022 Review Signal WordPress Hosting Benchmarks</strong>. That\'s the top in this industry! Congratulations to all involved in these fine WordPress companies and partnerships.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Salary Transparency — Why Not?</h2>\n\n\n\n<p>Speaking of growth and closely-knit company cultures here\'s a great way to build and sustain them: <strong>Salary/pay transparency</strong>. It is coming <a href=\"https://greyjournal.net/news/every-state-that-has-passed-pay-transparency-laws-so-far-2/\">state by state in the US</a>, and even in Europe where it has been more of a norm, <a href=\"https://leglobal.org/2022/04/20/eu-negotiations-on-pay-transparency-directive-can-begin/\">the EU is moving to strengthen it</a>. Piccia Neri has written a terrific, deep piece for Post Status on Salary Transparency that we\'re proud to publish today. Dive in and join the conversation in #club!</p>\n\n\n\n<p><strong>Related: </strong>Here\'s a recent article from the <strong>MIT Tech Review</strong> that asks, <a href=\"https://www.technologyreview.com/2022/08/11/1056917/tech-fix-gender-problem/\">Why can’t tech fix its gender problem</a>? Why not indeed. Why not the WordPress community? </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Learning Together in Post Status Slack</h2>\n\n\n\n<p>There\'s a great discussion about <strong>Adobe</strong>&#8216;s acquisition of <strong>Figma</strong> in <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8\">our <code>#club</code> channel</a>. </p>\n\n\n\n<p>Also in <code>#club</code>, <strong>Carl Hancock</strong> and <strong>Travis Lopes</strong> dropped some great insights and spurred some sharing about <strong>PayPal</strong> usage/revenue. What we\'ve learned:</p>\n\n\n\n<ul><li><strong>Travis:</strong> &#8220;Our payment gateway mix across all transactions is around 65/35 in favor of Stripe [over PayPal], if not a bit higher.&#8221; (After a year with both options offered to customers.)</li><li><strong>Carl:</strong> &#8220;Historically I\'ve heard others say around 30% for PayPal vs. Credit Card break down. We are around 20%. This year it\'s trending under that. PayPal has been trending downward every year in terms of payment method used.&#8221;</li><li><strong>Travis:</strong> &#8220;Interestingly, almost all of our PayPal transactions come from non-English speaking countries.&#8221;</li></ul>\n\n\n\n<p>Of course, this is anecdotal, and there are a lot of factors involved.  Different payment methods are more popular in different demographic groups for a variety of reasons.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Sep 2022 16:50:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Post Status: Salary Transparency: Why Not?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=122006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/salary-transparency-why-not/\";s: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:55266:\"<h2>Why WordPress employers do and don\'t advertise salary ranges — and why they all should.</h2>\n\n\n\n<div class=\"wp-container-15 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">On the Post Status job board, like many others, most of the WordPress employers who use it don’t include salary ranges on their job listings. Should they? Piccia Neri asked them all why they do or don\'t practice salary transparency. She also put the question to agencies, freelancers, the WordPress community, developers, and designers on Twitter. Find out what Piccia learned and why she thinks salary transparency should be a universal practice where it hasn\'t yet become a legal obligation. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">3</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Your digital agency gets invited to pitch for a project. You get all the information, the requirements, the objective, and the deliverables. You know you have the right experience, background, and skill sets for it. It’s a potentially life-changing project for a company with a great global reputation, and as an agency, you’d love to have this client on your roster.&nbsp;</p>\n\n\n\n<h2>But!&nbsp;</h2>\n\n\n\n<p>There’s a big spanner in the works. When it comes to talking proper business, the prospective client refuses to disclose the budget.&nbsp;</p>\n\n\n\n<p>Your agency explains patiently that without a budget you won’t be able to work out the best solution: you’d be effectively fumbling in the dark, trying to work out how long a piece of invisible string could possibly be. But the client doesn’t care. (I was going to write “won’t budge,” but it’s a bad pun.)</p>\n\n\n\n<p>They’re adamant it should be you to come up with the budget in your quote.&nbsp;</p>\n\n\n\n<blockquote><p>Out of 11 positions listed on the Post Status job listings page on 27 July 2022, only the one posted by Codeable publishes a range for the rates their freelancers get paid.&nbsp;</p></blockquote>\n\n\n\n<p>The only way around this is to get the client to pay you to scope their budget. But usually, this kind of client doesn’t understand that this is a valid investment.&nbsp;</p>\n\n\n\n<p>As a consequence, your digital agency has to give up on the pitch because you can’t risk spending time to spec a project without knowing what the budget is. The danger is providing a solution that’s not fit for purpose, getting knocked back for being too expensive, or risking bankruptcy for staying too low.&nbsp;</p>\n\n\n\n<h2 id=\"h-you-always-ask-for-a-budget-don-t-you\">You always ask for a budget – don’t you?</h2>\n\n\n\n<p>The most important lesson that I’ve learned from all business coaches I’ve ever listened to, from Chris Do to Michael Killen, is that<em> the first thing that you need to know about a potential client is their budget.</em></p>\n\n\n\n<p>If they are not willing to give you a budget, or they tell you they don’t have one, either get the truth out of them somehow or leave the room.</p>\n\n\n\n<p>Every single time that I have not complied with this rule, it has come back to bite me in the arse.&nbsp;</p>\n\n\n\n<p>Every. Single. Time.&nbsp;</p>\n\n\n\n<blockquote><p>Why do so few of you post a salary range when you publish a job advertisement?&nbsp;</p></blockquote>\n\n\n\n<p>That’s why every good bit of agency and freelancer advice about bidding, sales, and discovery says not to let yourself be treated this way. One brilliant example is <a href=\"https://youtu.be/jVkLVRt6c1U\">Mike Monteiro\'s famous &#8220;Fuck you, pay me&#8221; presentation</a>.</p>\n\n\n\n<p>Clients usually do indeed know what their budget is, and you typically find out when they finally let you know that your price is, in fact, too high. After they’ve received the quote that you spent a lot of precious time very carefully preparing, usually based on a best-case scenario.</p>\n\n\n\n<p>“Thanks for your proposal, but –&nbsp;your quote is out of our budget.”&nbsp;</p>\n\n\n\n<p>Oh, so you <strong>do</strong> have a budget then!&nbsp;</p>\n\n\n\n<p>I am sure that most of you who are business owners agree with this, and you’ve found yourselves in a similar situation, probably more than once, regardless of the size of your business.</p>\n\n\n\n<p>In fact, the smaller the business, the worse the consequences. It’s exactly the same for freelance operators.</p>\n\n\n\n<p>So, you, as an agency owner or a freelance operator, quite rightly do not let your time and resources be disrespected by potential clients – and you demand a budget. Always.&nbsp;</p>\n\n\n\n<p>Don\'t you?</p>\n\n\n\n<h2 id=\"h-but-do-you-give-one-yourself\">But –&nbsp;do you give one yourself?</h2>\n\n\n\n<p>Let’s also see what happens when your agency –&nbsp;the agency that just had to give up on a possibly transformative project for lack of financial transparency on the part of the client – decides to post a job listing for a new hire.</p>\n\n\n\n<blockquote><p>We\'ve all heard about imposter syndrome.  Many people have it or are extremely uncomfortable when talking about money because they come from disadvantaged, even abusive backgrounds. They were led to feel shame about their financial situation from an early age. They sometimes can’t believe they now have skills people are willing to shell out good money for, and they’d rather someone else told them what they’re worth.&nbsp;</p></blockquote>\n\n\n\n<p>You know how important a good team is, and how difficult it is to attract the right fit of talent.</p>\n\n\n\n<p>So your job listing contains a detailed job description, the skills and prior experience required, other qualifications you’d like them to have, and some company history describing your wonderful culture rooted in admirable values with great employee benefits.&nbsp;</p>\n\n\n\n<p><strong>But no salary range.</strong>&nbsp;</p>\n\n\n\n<p>The same company that dumped a potential new client for lack of budget disclosure is now refusing to disclose its own budget to job candidates.</p>\n\n\n\n<p>This is not a real case scenario, but it could well be.&nbsp;</p>\n\n\n\n<p>Out of 11 positions listed on <a href=\"https://poststatus.com/jobs/\">the Post Status job listings page</a> on 27 July 2022, only the one posted by Codeable publishes a range for the rates their freelancers get paid.&nbsp;</p>\n\n\n\n<p>The 10 other adverts for full-time positions with companies in the WordPress microcosm do not mention any figure – although some do mention that it might be “generous.” A vague term like that could mean anything at all.&nbsp;</p>\n\n\n\n<p>Do your adverts post a salary range?</p>\n\n\n\n<p>Statistically, your answer is very likely to be “NO.”</p>\n\n\n<div class=\"wp-block-image\">\n<img width=\"653\" height=\"212\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/09/image-edited-1.png\" alt=\"\" class=\"wp-image-122204\" /></div>\n\n\n<p>Why do so few of you post a salary range when you publish a job advertisement?&nbsp;</p>\n\n\n\n<h2 id=\"h-real-life-example\">Real-life example</h2>\n\n\n\n<p>I’m a designer. Design opportunities are mysteriously far and few between in the WordPress microcosm, even though ostensibly everything we do requires a design process, as well as interfaces. As a result, when I want a new collaboration I usually leverage existing relationships, or approach companies that I know could be aligned.</p>\n\n\n\n<p>Despite this, in the spring a fantastic design job listing sprang out of nowhere into my field of attention. It was a full-time position, so not what I was looking for. But it also was one of those unicorn jobs that feel like a perfect fit – as if someone had taken the time to write down the ideal job for you.&nbsp;</p>\n\n\n\n<p>It was a job so dreamy, that I would even have considered losing my beloved freedom and casting aside my other projects for it. I had only ever come across a job description as coated in fairy dust as this one once before in my life. (And I’m fairly long-toothed by now.)</p>\n\n\n\n<p>Eagerly scanning the job listing page, I skimmed down to the benefits list. They seemed good and generous, and the company is well-known enough for me to trust them. Still, I couldn’t see any numbers.</p>\n\n\n\n<p>I scrutinized the page further: nope.&nbsp;</p>\n\n\n\n<p>No salary range.</p>\n\n\n\n<p>This seemed like a high-up position as it contained the word “director,” but –&nbsp;in some companies, a “director” is not necessarily a senior position. I’ve known directors who had just left university and were only directing themselves.&nbsp;</p>\n\n\n\n<p>And then I looked at the application form: it required a CV.&nbsp;</p>\n\n\n\n<p>I don’t have an up-to-date CV.</p>\n\n\n\n<p>I have been extremely lucky in the past few years: I haven’t had to provide a CV. My contracts all came from people who’d seen me in action on stage or online, or had seen my work out in the wild, and wanted to work with me.&nbsp;</p>\n\n\n\n<p>The mere idea of updating my CV filled me with dread. I simply don’t have the time or mental strength –&nbsp;especially when I have no idea what the compensation would be.</p>\n\n\n\n<p>I found out who the person I should contact was, and I was glad to read the reply “we’d love you to apply!” They also told me that the salary range was very wide based on experience, and they’d be happy to discuss it in the first interview.</p>\n\n\n\n<p>But that discussion required the essential prior step of my application – which, even with an up-to-date CV, would still be a time-consuming, emotionally and mentally demanding process. Knowing myself, it usually takes weeks of work (sadly, I am not exaggerating), including research on the company itself.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   </p>\n\n\n\n<p>I pointed out that “without some sense of salary range for someone with my experience, I have no reasonable way to gauge whether the position is the right fit for my level of seniority or not.”</p>\n\n\n\n<p>I never got a reply, ever again.</p>\n\n\n\n<p>I followed up a few weeks later saying that I know they’re a reputable company, and enquiring whether the position was still open, as it would take me a few days longer to update my CV and portfolio.</p>\n\n\n\n<p>Nope. No reply.</p>\n\n\n\n<p>I was really intrigued by this reaction.&nbsp;</p>\n\n\n\n<p>I know for a fact that I was polite and respectful. All I did was explain why I was asking for a salary range, and why I needed it before the first interview.&nbsp;</p>\n\n\n\n<p>So I went to the Post Status Slack and asked agency owners in there:&nbsp;</p>\n\n\n\n<p><em>Why do so few of you post a salary range when you publish a job advertisement?&nbsp;</em></p>\n\n\n\n<p>That led to a very interesting conversation: especially because every single participant condemned the practice outright. Nobody supported it.</p>\n\n\n\n<p>And yet, when I checked the listings on the Post Status job board that day, hardly any of them mentioned a salary range.</p>\n\n\n\n<p>It’s no good living in an echo chamber. I needed to hear from the people who don’t list salaries.&nbsp;</p>\n\n\n\n<h2 id=\"h-reasons-why-agencies-and-companies-won-t-post-a-salary-range\">Reasons why agencies and companies won’t post a salary range</h2>\n\n\n\n<p>So I went and asked this question —</p>\n\n\n\n<p><em><strong>“Why do you not post a salary range when you publish a job advertisement?”</strong></em></p>\n\n\n\n<p>— directly to every single one of the companies with a job advert on the Post Status page on 27 July 2022. (Except for Codeable because they do include salary ranges in their listings.)</p>\n\n\n\n<p>I genuinely wanted to know why this practice has been so widely adopted in our community in particular, and in tech in general. When I was hunting for design jobs in London in the Noughties, salaries were <em>always </em>mentioned as part of the title of the job listing. It was a given.</p>\n\n\n\n<p>Why has this changed so dramatically?<br /><br />A couple of the companies with a listing on the Post Status jobs page at that time answered with genuinely incomprehensible justifications, so I ignored those.&nbsp;</p>\n\n\n\n<p>Others took the time to give me longer answers where they enumerated all the reasons why they won’t post a salary range. And for that, I am thankful. It appears to show that there are no ill intentions. Everyone means well.&nbsp;</p>\n\n\n\n<p>However, to be honest, even in the case of clearer answers, it cost me some effort to actually distill meaningful reasons from the replies I got. My aim here is to present you with an easy-to-read bullet points summary, but it’s taken me a while to parse the meaning, and I’m not sure I managed it in a few cases.&nbsp;</p>\n\n\n\n<p>This list is the unsatisfactory outcome of my efforts. In no particular order, here are the reasons why those companies chose not to post a salary range:</p>\n\n\n\n<ol><li>It’s hard to put a figure on a job. Too high or too low may filter out the right candidate.</li><li>We do disclose when people who apply ask for the range.</li><li>We won’t list when the spread is potentially very large.</li><li>We won’t list when we don’t advertise that position often, thus being open to discussions based on the promise of the candidate.</li><li>When we are willing to consider a wide range of candidates’ skill levels, expectations can be either too low or too high if we publish a salary range.</li><li>Not posting a range can lead to better candidates applying, so we like that flexibility which can lead to good surprises.</li><li>Conversely, posting a range makes it difficult for us to be flexible when someone has no experience but we can see the potential.</li><li>We used to post a range, but as the vast majority of candidates instantly requested the highest range we stopped. We would always offer less whenever they asked for the maximum amount anyway.</li><li>Salary is a &#8220;personalized requirement.&#8221; Someone who is 40 years old and single and lives in Porto, has different requirements from those of someone who is 40 years old and has a family and lives in New York.</li><li>We ask people to give us their preferred salary range. If we cannot afford the request, we’ll respond with our maximum salary.<br />[see <strong>Oh you do have a budget then!</strong> above]</li><li>We think it’s fairer for people to negotiate their preferred salary than for us to disclose our budget.</li><li>Our salaries vary depending on the location of the employee.</li><li>Market prices have gone up and we don’t want current employees to know that we’re paying new recruits more than them.<sup>*</sup></li></ol>\n\n\n\n<p><sup>*</sup><em>Reason #13 was given to me privately, by a company that told me in confidence. It is not one of those I consulted for this article. They never posted a job on Post Status as far as I know.&nbsp;</em></p>\n\n\n\n<h2 id=\"h-reasons-why-candidates-hate-it-when-you-don-t-post-a-salary-range\">Reasons why candidates hate it when you don’t post a salary range</h2>\n\n\n\n<p>At this point, I felt I had a comprehensive range of reasons why companies prefer not to post salary figures – whether or not I could fully grasp their meaning.</p>\n\n\n\n<p>So <a href=\"https://twitter.com/Piccia/status/1556637508112465922?s=20&t=vx_try6voSZShycZB2-BRQ\">I turned to Twitter to ask candidates</a> what they think and how they feel about job listings that don’t mention compensation in clear, honest figures. I made sure I never expressed my opinion on the thread. (Spoiler alert: I think it’s wrong, in the unlikely case this wasn’t clear yet.)</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/J0qiGMP-mNBcFxO4BdC5L_C0563nYEdr8nWiuvQET0lrUudLawjABYdJ8KvPVUrSItGhBfClWK9KfpPQ_a6DRSxPqT9hPQeTMMCRm1ZRENWSYusf4GCGglDKusrKZdaJXJW7HMWiK4uNrIctzK_xwbKnlJty0pO3JRnVbmZqXxWLqSSN1pQ1_Wxf4A\" alt=\"\" />\n\n\n\n<p><a href=\"https://twitter.com/Piccia/status/1556637508112465922?s=20&t=vx_try6voSZShycZB2-BRQ\"></a></p>\n\n\n\n<p>A whopping 86.7% out of 135 people said that it’s wrong. I asked those who answered “Wrong but understandable” to explain themselves in the comments, but nobody did. As for the 4th option, it was just silly to include it but I had no characters left in the tweet and as you know, you can’t edit a tweet…&nbsp;</p>\n\n\n\n<p>The comments in that thread confirmed my thoughts, but my reach on Twitter is limited as I’m a lurker who hardly ever posts. So I know that there’s much more to the issue than what the thread highlighted.&nbsp;</p>\n\n\n\n<h3 id=\"h-why-candidates-really-hate-this-practice\">Why candidates <strong>really</strong> hate this practice</h3>\n\n\n\n<p>Let’s be honest and cut to the chase here. The main reason why anyone looks for a job is that we need money in order to survive.&nbsp;</p>\n\n\n\n<p>Personally, if I didn’t need money I would probably decide to do other useful and meaningful things with my time, but I doubt I’d be giving a third of my life to an employer.&nbsp;</p>\n\n\n\n<p>Some companies love it when you gush and wax lyrical about how the only and overwhelming reason you’re seeking the honor of being part of their team is your admiration for the company which is so high, that you could not possibly put a monetary value on working there.&nbsp;</p>\n\n\n\n<p>However, borrowing Post Status Editor Dan Knauss’ words: “I consider job application questions soliciting praise for the employer to be forms of another question: &#8216;How much will you abase yourself for us?\'&#8221;</p>\n\n\n\n<p>The truth is there\'s only one thing we want to know so we can answer questions like these:</p>\n\n\n\n<ul><li>How much you are going to pay me in exchange for my time, experience, and skills?</li><li>Are you worth me giving up my freedom?&nbsp;</li><li>Are you worth me connecting my name with your brand?</li></ul>\n\n\n\n<p>I want fair compensation for my level of experience. I also want to make sure that you appreciate the depth and range of my skills.&nbsp;</p>\n\n\n\n<p>And the first thing that tells me whether a position does the above for me is the salary range.&nbsp;</p>\n\n\n\n<p>When no salary range is mentioned, a red flag immediately starts waving furiously on my mental horizon.&nbsp;</p>\n\n\n\n<p>Why are you not telling me what your budget is for this position?&nbsp;</p>\n\n\n\n<p>Because let’s face it: you definitely <strong>do </strong>have a budget. Everybody does.</p>\n\n\n\n<p>I know that I just wrote a whole list of answers to the above question in this very article.</p>\n\n\n\n<p>Well, I’m sorry employers, I know that you mean well and this is not personal.</p>\n\n\n\n<p>Even so, not one single one of the reasons you gave me for your lack of pay transparency begins to persuade me. I don’t feel like any of them is a good enough reason –&nbsp;or better said, it may be good, but only for you. In fact, some of the reasons you provide are actually causing harm to the workforce at large.&nbsp;</p>\n\n\n\n<p>I am sure that most of you are in good faith. I accept that.&nbsp;</p>\n\n\n\n<p>But in actual fact, the lack of pay transparency has ramifications that extend way further than simply not naming a salary range. Those ramifications are just as damaging and end up hurting –&nbsp;as usual – those minorities that some of your ads proclaim you support.&nbsp;</p>\n\n\n\n<p>Here are the three practices that stem from and go alongside a lack of pay transparency. They are solely to the (apparent) advantage of the recruiter, and to the detriment of the candidate:</p>\n\n\n\n<ol><li>The cruel mother of them all: Lack of pay transparency.</li><li>With the first wicked child: Pay range varying based on geographical location.</li><li>And the most evil of offsprings: Requesting candidates to name their desired salary.</li></ol>\n\n\n\n<p>I believe that all three of these practices are ethically wrong and that they benefit no one – not even the recruiter employing them.&nbsp;</p>\n\n\n\n<p>By adopting these hiring practices, you create a company culture that probably limits the pool of talent you can draw from, that likely excludes historically marginalized minorities, and that might even create captive workers – instead of happy ones.&nbsp;</p>\n\n\n\n<p>You might think I’m exaggerating, but I do think I have a point.&nbsp;</p>\n\n\n\n<p>Let me also clarify that I don’t want a confrontation here. It is not my aim to shame or accuse anyone.&nbsp;</p>\n\n\n\n<p>Rather, my aim is to prove that it would be first and foremost <strong>in an employer’s best interest</strong> to let candidates know how much you’re willing to pay them for their skills, their talents, their personality, for giving you over a third of their lives and for representing your company.&nbsp;</p>\n\n\n\n<p>If you are one of the many employers in the WordPress microcosm that chooses to not post a salary range, I would love to persuade you that it’s better for you if you are honest and transparent, and if you don’t discriminate on the basis of geography.&nbsp;</p>\n\n\n\n<p>Please let me first show you the damaging consequences that your adverts trigger when they don’t list a range, and/or ask candidates to name their price, and/or base the compensation on geographical location.</p>\n\n\n\n<h4 id=\"h-1-immediate-irritation\">#1 Immediate irritation.</h4>\n\n\n\n<p>You can easily take for granted that when you do not post a salary range, you will at least irritate roughly 86.7% of your potential candidates. This percentage is based on the extremely small sample of my Twitter poll (135 people) but I actually think it’s a conservative figure. I can’t fathom anyone who wouldn’t be irritated by a job listing that refuses to disclose compensation. Trust me: nobody likes it. Even when they do end up applying because they need to pay the bills (see #3 below).</p>\n\n\n\n<h4 id=\"h-2-loss-of-potential-talent\">#2 Loss of potential talent.</h4>\n\n\n\n<p>A few of these potentially perfect candidates that you just managed to irritate will not apply, because they have been burnt before. They don’t trust a company that doesn’t post a salary range, and they have good reasons for that. They have been strung along before over the course of many interviews only to find out in the end that the salary on offer was way below the market rate for their valuable skills.&nbsp;</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/VuC7kz3CL0Egp0X8uh8SHFBRTXTptv5BWLGj2wGHlHXBSmSo8LK6-8x4c4Dc_sO2l6xdzVktNutm1DbUmAPHvcu0Kzdc_dRwCpew-oWRHc0bKqv9x3vTE85ooeQLVMm6HTiF2Hz1fjiSui8OD0HTm3ZSujHFCnCltKWQYcOAMudH8dEoTOKEmE9P5g\" alt=\"\" />\n\n\n\n<p>As for those of you that say you do disclose the salary range to those who ask directly: in that case, why don’t you post it in the advert?&nbsp;</p>\n\n\n\n<p>I can only think of two reasons for this:&nbsp;</p>\n\n\n\n<ol><li>You don’t wish current employees to know how much you’re valuing new recruits.</li><li>You offer different compensation depending on a candidate’s location.</li></ol>\n\n\n\n<p>Is there another reason? Genuine question. I’m open to my mind being changed, but I can’t think of another reason besides the two above.&nbsp;</p>\n\n\n\n<h4 id=\"h-3-the-desperate-will-still-apply\">#3 The desperate will still apply.</h4>\n\n\n\n<p>Many people, as you well know, will still apply, because they desperately need a job. It doesn’t mean that they like or approve of your lack of transparency. They just don’t have a choice.&nbsp;</p>\n\n\n\n<h4 id=\"h-4-people-will-think-you-re-a-cheapskate\">#4 People will think you’re a cheapskate.</h4>\n\n\n\n<p>Whatever your reasons, when you don’t post a salary range candidates usually assume that you’re tight-fisted and want to shortchange them.&nbsp;</p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/0SZcpSZIoJYjfaiXWlk6IyI6SbthEjYO7X-UJ99AD-Oc9vTF5bqjuLtWlXZfBU2woeYg6svZtaUl8NT9mEZTrbRh-vMDSMShh3n0-wihI453GSfhh0NnuWJzU5iojLobgdz7_gFbv2PixXj52pZzDuTGhUadoP9YtbHIHNOCAz1_0gF-gxlpEW9Lyg\" alt=\"\" />\n\n\n\n<img src=\"https://lh3.googleusercontent.com/r0bZ5dj4mx5kLPdVD7RkiVIq1YaU_3clyVyEC6c0MAHcxxFd-xywIdePzHKOd_0KM7vokjmEKZM6rsSu6W0c3bc_rhRNpMb1rFE0MKzEANnQu3w0rCKgl-9gkWwC18jDshRbNNfjshWl1LRCJXHvBsCir9BOJszZgyVZwUfZK4ARA6bVcgTPQMdaOw\" alt=\"\" />\n\n\n\n<p>If that’s not true and you feel unjustly accused, here’s a simple solution:&nbsp;</p>\n\n\n\n<p>Publish your salary range!&nbsp;</p>\n\n\n\n<h4 id=\"h-5-they-will-also-think-that-there-is-no-pay-transparency-culture-in-the-company-at-large\">#5 They will also think that there is no pay transparency culture in the company at large.</h4>\n\n\n\n<p>There are much darker consequences when a company is not transparent about salaries. It’s a practice that traditionally excludes and undermines minorities, perpetuating the gender pay gap and unfair compensation practices.&nbsp;</p>\n\n\n\n<p><a href=\"https://www.aauw.org/resources/research/simple-truth/\">Like it or not, the gender pay gap is a reality worldwide</a>, and not disclosing salaries is a way to make sure we’ll never fill that gap.&nbsp;</p>\n\n\n\n<p>Let alone when those people who identify as women are also of color, and living in “developing countries.” (On that, more later.)</p>\n\n\n\n<p>So if you claim you value diversity and champion minorities, but you don’t post a salary range, you are actively undermining those minorities you claim to support.&nbsp;</p>\n\n\n\n<p>I know that you probably don’t mean to do that, but it’s a well-known side-effect of lack of pay transparency. If you need more convincing, please <a href=\"https://ec.europa.eu/info/sites/default/files/factsheet-pay_transparency-2019.pdf\">have a look at this fact sheet on pay transparency from the European Commission</a>, which has <a href=\"https://www.europarl.europa.eu/thinktank/en/document/EPRS_BRI(2022)698934\">a legislation process in progress that will enforce pay transparency</a>, specifically targeting it as the main culprit in pay discrimination issues</p>\n\n\n\n<p>After all, there must be a reason why at least <a href=\"https://www.cnbc.com/2022/01/12/states-and-cities-where-employers-must-share-salary-ranges-when-hiring.html\">10 US states have made it a legal obligation to disclose pay ranges</a>. Fresh off the press is the news that California has joined the ranks of those states at the end of August 2022 <a href=\"https://www.bloomberg.com/news/articles/2022-08-30/california-passes-law-requiring-companies-like-meta-disney-to-post-salary-range?fbclid=IwAR3FuW0Ly2q2tLyLwSxTPfgu-fs0dGZDvGTuqTf6vM0jtgNCu1GG54nxuUE\">with a law requiring pay transparency </a>in job listings. There.</p>\n\n\n\n<h4 id=\"h-6-they-will-assume-that-you-do-not-want-your-workforce-to-unite\">#6 They will assume that you do not want your workforce to unite.</h4>\n\n\n\n<p>Transparency of wages also means a united workforce.&nbsp;</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/v1Ubtpx2oWr3vFBcVzX8kRkJtVFybmovKXe2MFxRokEQi-QQ3FvvqmI3ko4fCo7PR8xtt9UCl7sa-q_SoJySotIK-NQyoq27BI0ji4elcUsfrBrJ27VppwaaDFIWSUOY1hvW45KFypGygO_9Mk7VsL4iqUDM-7ajc6PN5bZlYej5gMe60irJtJWJZQ\" alt=\"\" />\n\n\n\n<p>Lack of pay transparency is a very powerful tactic that allows companies to avoid pay equity and makes it difficult for workers to unionize and demand fair treatment.</p>\n\n\n\n<p>Do you want to run Starbucks? Or do you want to run <a href=\"https://en.wikipedia.org/wiki/Chobani\">Chobani</a>? Fair companies are also profitable. And you may end up invited on the Ellen Degeneres show.</p>\n\n\n\n<h4 id=\"h-7-you-can-t-be-bothered-to-give-me-a-pay-range-yet-you-expect-me-to-sing-for-my-supper\">#7 “You can’t be bothered to give me a pay range, yet you expect me to sing for my supper.”</h4>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/fnnGmm_RWJm-n7AhjGnbr_qRZPk683g7zz7siJ5xPEmaXAlcqcY2YJXVG7vktyQiau9iaVpEV7US87kq4_gyA_DqNAa1vV1tUm_PFHJIwkokkI2sS9RBI05a6SyJmsyzycpFbz2t_4o5n1blTZ78_1709KU8UIe8EZYjOPQnjQfIivjB6al7gxPpSQ\" alt=\"\" />\n\n\n\n<p>Applying to a job, as I said above, is mentally and emotionally demanding – especially when your CV is not up to date. In my case, it usually leads to excruciating self-analysis, debilitating bouts of imposter syndrome, endless revisions in a vain attempt to silence my perfectionism and a vague but pervasive feeling that I’ll never be good enough.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/PuvY9EX9U7iTv5qw7bpjbvkqRDlpr-5qXMkaMXgI654WLwynDKYW2iinm9BCVEy-A2-vAiCAxIMciRP6iO0X39u1KvOnMQE8N77g0maAAuvsNxlpV4mEZznKPfiu_pouTY9MjOo_KjPK_bHncsP-5u_XZeTIM1uojg6bNdG4yhln8R2bBtVaL5Wp4w\" alt=\"\" />\n\n\n\n<p>I can bear to submit myself to this soul-destroying torture if the pay is right. When I know that all that suffering might mean that I will enjoy transformative financial security within a company that values me, appreciates me, respects and nurtures me.</p>\n\n\n\n<p>Again, Dan said it well in Post Status Slack:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you make anxiety, fear, suspicion, and a game of masks the center of employee onboarding from the minute they apply to when they get shown the real job and the real compensation…what kind of culture can you expect? </p></blockquote>\n\n\n\n<h4 id=\"h-8-asking-people-to-disclose-information-when-you-are-not-disclosing-any-creates-a-power-imbalance\">#8 Asking people to disclose information when you are not disclosing any creates a power imbalance.</h4>\n\n\n\n<p>When you’re playing your cards very close to your chest, is it fair to ask others to show their game? No. No, it isn’t. I’ll show you my cards if you show me yours.&nbsp;</p>\n\n\n\n<p>The information that applicants are required to share with you is extremely personal (even more so when you’re asking them to name their price). They shouldn’t have to tell you unless they’re sure they’re fully aligned with the role.&nbsp;</p>\n\n\n\n<h4 class=\"has-text-align-center\" id=\"h-\"><img src=\"https://lh4.googleusercontent.com/uO-7SafzLulgn063JFlNfWdlB5fsxUs7srjthV25fHk29n5YQ974Ywr1NAAFlkccuo8h48wbz_4KQ39YVoMrmxqQx4geySYLRwTUbg7CFrNyFd9aoAusFoAZ4B9bgWZKQbC-k2erQUQHF52R_NP3oLpelVHixWg9r0XAjm1QRmSBFyyFhsJXLzxGxw\" width=\"624\" height=\"200\" /></h4>\n\n\n\n<h4 id=\"h-9-candidates-will-think-you-haven-t-actually-defined-the-role-clearly-yet\">#9 Candidates will think you haven’t actually defined the role clearly yet.</h4>\n\n\n\n<p>When you don’t post a range because it’s “hard to put a figure on a job” or you hope better candidates will apply, candidates who have been around the block a few times will probably think that you haven’t actually defined the job description properly yet. They’ll fear that you are not sure what level of seniority you need for the position, and you expect the candidates to figure that out for you. It’s an internal problem, not a pay range problem.&nbsp;</p>\n\n\n\n<p>I speak from personal experience: it has happened to me at least twice.&nbsp;</p>\n\n\n\n<p>Does this seem fair to you?</p>\n\n\n\n<p>Does it seem efficient?</p>\n\n\n\n<p>Take the time to deeply understand who your company needs –&nbsp;it’s UX work, by the way – and you will be able to better gauge the salary range for the position – with some flexibility, of course, everybody expects that and we’re fine with it.&nbsp;</p>\n\n\n\n<p>In fact, when it comes to range, we are perfectly happy to see a range as wide as 75k to 275k. (I heard this in an actual, real-life call by someone who is advertising for a top role in their company.) And no, we don’t all shoot for the top.&nbsp;</p>\n\n\n\n<p>If you were to mention a range like this, it would be an intriguing topic to discuss during that first interview, and I would definitely apply for the job. It beats not posting any numbers by a long mile.</p>\n\n\n\n<h4 id=\"h-10-a-certain-type-of-candidates-will-always-lowball-themselves-if-you-ask-them-to-name-their-salaries\">#10 A certain type of candidates will <em>always</em> lowball themselves if you ask them to name their salaries.</h4>\n\n\n\n<p>Let’s talk some more about the practice of asking the candidate to name their own salary. Out of all the reasons given for not listing a salary range, this is possibly the least fair – unsurprisingly, it usually goes hand in hand with geographical discrimination.&nbsp;</p>\n\n\n\n<p>I am a designer. I am not an expert at negotiating. I hate<strong> </strong>negotiating. I even hate haggling at the market in countries where it’s the norm. Shock horror, I like paying the sticker price.&nbsp;&nbsp;</p>\n\n\n\n<p>Despite this —&nbsp;or perhaps because of it —&nbsp;I have listened to and read <a href=\"https://www.amazon.com/Never-Split-Difference-Negotiating-Depended/dp/0062407805\">Chris Voss’s Never Split the Difference</a> at least 5 times, because I do think that negotiation is a life skill we should all have. I am told that as a result, I have become a better negotiator —&nbsp;much to my surprise.&nbsp;</p>\n\n\n\n<p>However, I am in my 50s, and I have had time to do this in my long life. Younger people may not. We\'ve all heard about <a href=\"https://poststatus.com/fight-impostor-syndrome/\">imposter syndrome</a>.  Many people have it or are extremely uncomfortable when talking about money because they come from disadvantaged, even abusive backgrounds and/or have an &#8220;invisible disability&#8221; like depression. They were led to feel shame about their financial situation from an early age. They sometimes can’t believe they now have skills people are willing to shell out good money for, and they’d rather someone else told them what they’re worth.&nbsp;</p>\n\n\n\n<p>In a nutshell: please don’t expect candidates to be confident talking about money and to have serious negotiation skills, let alone when their livelihood depends on it. You may be making them feel really uncomfortable when they are already in a vulnerable position — which is where we are when we look for a job: we feel vulnerable and exposed.&nbsp;</p>\n\n\n\n<p>We, the candidates, are also not HR experts and we don’t always know how much the position you’re advertising is worth in the current market. Plus, the value of a job varies hugely depending on your type and level of clients, the tasks required, whether you’re fully remote or not, whether you’ll require me to travel, any possible extra time to be expected, and the company culture.</p>\n\n\n\n<p>But that’s for you to know: not the candidate.</p>\n\n\n\n<p>Because my job is to be a designer and an accessible design advocate. I’m not pitching to be your HR department or your finance director, and I’m most certainly not applying to be an FBI negotiator.&nbsp;</p>\n\n\n\n<p>So you cannot ask me to name my price. I know I would give you the wrong answer.&nbsp;</p>\n\n\n\n<p>Same as with the client’s hidden budget, it’s a surefire recipe to shoot myself in the foot – whether I go too far up, or too far down.</p>\n\n\n\n<p>Moreover, I will also&nbsp; tell you&nbsp; who are the categories who will <strong>inevitably </strong>go way too far down when asked to name their own value – because of a myriad of factors starting from inborn low self-esteem, passing through desperately needing to support their family, and ending with the desire to please:</p>\n\n\n\n<ul><li>People who identify as women</li><li>People who identify as women of color</li><li>People of color of any gender</li><li>People who are nationals of “developing countries”</li><li>People with disabilities or who identify as disabled</li><li>LGBTQ+ people</li></ul>\n\n\n\n<p>This list can be expanded easily: all you need is empathy and open eyes.</p>\n\n\n\n<p>If your advert claims that your company champions diversity, but you don’t list a salary range, <a href=\"https://www.wired.com/story/salary-transparency-gender-pay-gap/\">you may not realize that you are probably undermining, excluding, and discriminating against those already marginalized people</a> who would bring their crucial perspective to your workforce and your projects.&nbsp;</p>\n\n\n\n<div class=\"wp-container-16 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p>Editor\'s note: Cory and Michelle have discussed <a href=\"https://poststatus.com/michelle-frechette-on-diversity-and-inclusion-of-underrepresented-groups-in-tech/\">imposter syndrome in the context of diversity and inclusion of underrepresented groups in tech</a>. I recently wrote <a href=\"https://cmt.blog/2022/08/14/disease-depression-and-family-denial/\">a somewhat personal account</a> of the impact of disability, abuse, and neglect early in life or really at any point. Ruchika Tulshyan and Jodi-Ann Burey have <a href=\"https://hbr.org/2021/02/stop-telling-women-they-have-imposter-syndrome\">helpfully pointed out</a> that &#8220;The answer to overcoming imposter syndrome is not to fix individuals, but to create an environment that fosters a number of different leadership styles and where diversity of racial, ethnic, and gender identities is viewed as just as professional as the current model.&#8221;</p>\n</div></div>\n\n\n\n<h4 id=\"h-11-pay-range-based-on-geographical-location-is-not-fair\">#11 Pay range based on geographical location is not fair.&nbsp;&nbsp;</h4>\n\n\n\n<p>I know that everyone does it. Automattic does it, Google does it, Slack does it, Meta does it.</p>\n\n\n\n<p><a href=\"https://www.benefitnews.com/news/location-based-salary-does-not-promise-equal-pay\">It still doesn’t make it fair</a>.</p>\n\n\n\n<p>Interestingly, pay based on geographical location is one of the reasons listed for not publishing a salary range.&nbsp;</p>\n\n\n\n<p>But it’s not a good reason, because you could still publish the different ranges you apply to the different areas. Why don’t you do that? Does it mean that you are ashamed of the difference in compensation?&nbsp;</p>\n\n\n\n<p>Salary is most definitely not a “personalized requirement.” There is no way for you to know whether someone who is 40 years old and single in Porto needs less money than someone of the same age who is in New York and has a family.&nbsp;</p>\n\n\n\n<p>By the same token, you should be asking candidates about their personal circumstances and tailoring their compensation according to their answers.&nbsp;</p>\n\n\n\n<p>Are you going to lower their salary if they disclose that they have private money?&nbsp;</p>\n\n\n\n<p>Conversely, will you make it higher should they confess that they are crippled by debt? Would these even be legal questions to ask?</p>\n\n\n\n<p>The person in Porto could be:</p>\n\n\n\n<ul><li>Helping out with family debt</li><li>Supporting ailing parents</li><li>Supporting an out-of-work sibling</li><li>Living with an illness that requires extra expenses</li><li>Dealing with personal issues of any kind</li><li>None of our business!</li></ul>\n\n\n\n<p>You are paying for skills, talent, and experience. You are paying for the value the employee will bring to your company.&nbsp;</p>\n\n\n\n<p>That’s the same everywhere. Regardless of geographical location.</p>\n\n\n\n<p>This raises another genuine question.&nbsp;</p>\n\n\n\n<p>What about digital nomads?</p>\n\n\n\n<p>The person who is in New York may decide to move to Porto for a few months. Are you going to adjust their salary accordingly for the duration of their stay?</p>\n\n\n\n<p>Next, they may want to work from Mexico for a while, because why not.&nbsp;</p>\n\n\n\n<p>Are you going to apply the “Mexico rate” to their monthly cheque?&nbsp;</p>\n\n\n\n<p>Then they’ll go to Thailand, probably even cheaper than Mexico. Will their monthly salary keep going down?</p>\n\n\n\n<p>I think a pattern is emerging, and it’s one that shows that compensation on the basis of location gets dangerously close to being in fact on the basis of ethnicity.&nbsp;</p>\n\n\n\n<p>I accept that there may not be any evil intention and this may be an unconscious bias, but it might well be what you’re ending up doing – without meaning to.&nbsp;</p>\n\n\n\n<p>Moreover, for legal reasons you might not be able to give your employee in a “cheaper” country the same benefits that the ones in your own country enjoy. Usually, they have to be external contractors, even when they’re on a “permanent” contract, so they’re already losing out.&nbsp;</p>\n\n\n\n<p>Another important point to make is that those “adjusted” salaries hardly ever reflect the lived situation on the ground. No matter how painstakingly they adhere to official numbers and stats such as the cost of living index, and so on. The compensation adjusted according to geography usually does not have the same buying power as the “real” salary, the one based on more expensive locations.&nbsp;</p>\n\n\n\n<p>At the time of writing, <a href=\"https://careers.ibm.com/job/14243721/devops-engineer-remote/?codes=IBM_CareerWebSite\">IBM is offering a DevOps engineer role in Slovakia</a> for a gross salary of €2,300 a month. No range, that’s the only figure they mention. That’s around $27,000 (USD) a year considering that the euro and dollar are nearly equal in value right now. <a href=\"https://careers.ibm.com/job/15276215/devops-engineer-remote/?codes=IBM_CareerWebSite\">A similar role for the same company in Colorado, with exactly the same job title</a>, offers a pay range between $75,000 and $145,000 a year.&nbsp;</p>\n\n\n\n<p>Life in Colorado is not 3 to 6 times more expensive than in Slovakia. You don’t go very far on €27k a year gross in Slovakia, considering that rental prices for a 2-bed apartment in the capital, Bratislava, vary between 600 and 1000 euros. And that’s without utilities.&nbsp;</p>\n\n\n\n<p>In general, life is way more expensive than you think in Slovakia/Thailand/India/Mexico/insert “cheaper” country here. Please consider that you might be doing your highly skilled workforce an injustice when you shortchange them and stunt their lifestyle and development, for the benefit of their peers living in the “first” world.&nbsp;</p>\n\n\n\n<p>I can personally comment on the issues raised by pay based on geographical location because I am a living demonstration of the fallacy of the system. I lived in London for a couple of decades, and then I moved to Valencia in 2016. For a variety of reasons, from the tax burden on sole traders to the lack of suitable office space, I am finding Valencia quite expensive as a solopreneur. Believe it or not, running my freelance business was WAY cheaper in London. Seriously. I can provide details to those interested.</p>\n\n\n\n<p>So, unless your company offers truly amazing other perks (I know that Automattic probably falls into this category and most of their employees never want to leave), you’re running the risk of seeing them&nbsp;leave.</p>\n\n\n\n<p>There is, however, at least one argument in favor of a higher salary for staff living in ridiculously expensive locations such as New York, London, LA, Singapore, Hong Kong, and so on.&nbsp;</p>\n\n\n\n<p>And that’s a “location boost,” in case the employer actually needs the employee to live in that location, in order to take meetings, see clients, attend conferences, network, and so on. In that case, it is absolutely fair, and I would add necessary, to compensate the employee for the extra cost that living in an expensive metropolis entails.</p>\n\n\n\n<h2 id=\"h-what-if-there-was-a-better-way-that-still-lets-you-be-a-vip-wordpress-agency\">What if there was a better way – that still lets you be a VIP WordPress agency?</h2>\n\n\n\n<p>Over the course of this research, I also came across a number of companies that make a point of always listing salary ranges.</p>\n\n\n\n<p>Some of them have built their company ethos around their hiring practices.&nbsp;</p>\n\n\n\n<p>They are highly successful companies, so it seems to me that listing a salary range can’t be that damaging after all.</p>\n\n\n\n<p>But they do even more. They believe that the way they treat their prospective employees at the beginning is how they will treat them later. They know that their own brand will be shaped by the way candidates feel about them. And they already realize that not telling candidates how much they’re willing to compensate them creates a power imbalance that hurts historically disadvantaged groups the most.</p>\n\n\n\n<p>This is what they do:</p>\n\n\n\n<ul><li>They always post a salary range.</li><li>They offer the same compensation everywhere. It’s about the value you bring to the company, which has nothing to do with your location.</li><li>They don’t demand that you provide a CV to apply.</li><li>They don’t require you to have an up-to-date portfolio.</li><li>They don’t want you to write a cover letter.</li><li>They don’t need you to have a college degree.</li><li>They pay you when you’re asked to do a trial.</li></ul>\n\n\n\n<p>Lance Robbins from <a href=\"https://xwp.co/\">XWP</a> told me:&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“XWP always gives a range and I always advocate for this. Providing ongoing feedback throughout the evaluation process helps everyone have realistic expectations of where on that scale a candidate will land. There are some opportunities for negotiation, even within a defined range, so it\'s not completely eliminated, but the likelihood of someone being undervalued and &#8220;low-balled&#8221; is inherently reduced.&nbsp;</p><p><strong>It saves everyone a lot of time and stress going into an emotionally charged experience.”</strong></p></blockquote>\n\n\n\n<p>XWP, as you might already know, is an extremely successful VIP agency that has experienced extraordinary growth during the past couple of years, which led to staff numbers growing by about 400% over a short period of time.</p>\n\n\n\n<p>XWP managed to successfully hire literally hundreds of people, with a balanced process that did not require the candidate to spend weeks preparing themselves.&nbsp;</p>\n\n\n\n<p>Because there’s another thing that happens when you go the traditional way and you require a CV, a cover letter, and an up-to-date portfolio: many people will be automatically excluded from applying, from the very start.</p>\n\n\n\n<p>If you’re a single mother in charge of young children and you already have a job, you may not have time to update your CV and portfolio, let alone write a cover letter.&nbsp;</p>\n\n\n\n<p>If you suffer from anxiety, imposter syndrome, and depression, having to revisit your entire working history and put it down on screen again may feel like an insurmountable task.</p>\n\n\n\n<p>If you come from an underprivileged background and did not go to university, you may not have been taught how to write an effective CV.</p>\n\n\n\n<p>None of the impediments above mean that you would not be a perfect fit for the role.&nbsp;</p>\n\n\n\n<p>In fact, Brett Snyder, founder, and CEO of the WordPress agency <a href=\"https://www.knucklepuckmedia.com/careers/\">Knucklepuck</a> says:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“We have no roles at Knucklepuck that require a college degree.</p><p>We are privileged to work in an industry that requires no formal education and we feel compelled to use our position as a growing company to provide opportunities for under-represented groups.”</p></blockquote>\n\n\n\n<p>If you are truly committed to a diverse workforce, this is the type of attitude that you should embrace.</p>\n\n\n\n<p>And at Knucklepuck they go even further –&nbsp;with their “no resumes allowed” rule.</p>\n\n\n\n<p>Yep, that’s right. Not only are you not required to provide a resume when applying for a job at Knucklepuck: you’re actually not allowed to.&nbsp;</p>\n\n\n\n<p>Brett pointed out to me that the art of writing an effective resume is one that’s usually taught at institutions of higher education that might be very expensive to attend. As a result, those who already had an easier start to their working life are handed out another unfair advantage.&nbsp;</p>\n\n\n\n<p>He also remarked that reading resumes is a time-consuming process even for the employers themselves: it might take the candidate weeks of toil to perfect a resume which is then only skimmed through by the employer.&nbsp;</p>\n\n\n\n<p>It’s an inefficient, outdated, and unfair process that ends up benefitting no one.&nbsp;</p>\n\n\n\n<p>I completely agree, also because even when your CV is up to date, you have to tailor it again for different positions, to highlight the part of your experience that’s more relevant to the role.</p>\n\n\n\n<p>The same thing applies to portfolios, and it’s easily circumvented by asking candidates to present 2 or 3 projects that they believe are significant relative to the role. This is what XWP do, too, and I highly commend them for it.&nbsp;</p>\n\n\n\n<p>Why not skip that step then?</p>\n\n\n\n<p>As someone who has done a fair bit of hiring in her life –&nbsp;let me wear my design department director hat right now, instead of the candidate’s one – I can assure you that most people lie on their CVs, or at least they embellish the truth in order to impress the recruiter. We’ve all done it.&nbsp;</p>\n\n\n\n<p>I am absolutely sure that you can hire the right fit of talent without a CV or a portfolio – and without having to hand in a silly, out-of-context task project that proves zero about their ability to perform in their role at best, exposing them to their ideas being stolen at worst (yes, that definitely happens).&nbsp;</p>\n\n\n\n<p>I know, because I’ve had to fire people that had been hired before my time. They had presented a great CV as well as the required task. They were completely wrong for the role anyway. Firing someone is not pleasant, I can assure you, and it’s a huge waste of time and resources for everyone.&nbsp;</p>\n\n\n\n<p>Their successors in the role, in case you’re wondering, brought their best projects instead of a portfolio, didn’t need to do a task, and lasted in their positions respectively 8 and 12 years, in both cases leaving of their own volition, after having provided huge value to the institution they designed for.&nbsp;</p>\n\n\n\n<h2 id=\"h-are-you-ready-for-big-changes\">Are you ready for big changes?</h2>\n\n\n\n<p>How do you feel right now? If you are one of those who avoid posting ranges for whatever reason – have I upset you?</p>\n\n\n\n<p>Nobody likes being told that what they’re doing is wrong, so you might well take to Twitter now and @ me with all your indignation (my handle is <a href=\"https://twitter.com/Piccia\">@Piccia</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60e.png\" alt=\"?\" class=\"wp-smiley\" />).</p>\n\n\n\n<p>As said above – I come in peace. And I am open to my mind being changed. After all, I am asking you to change yours!&nbsp;</p>\n\n\n\n<p>But if even just one of you decides that you will at least consider the following practices, I will consider my job to be done.</p>\n\n\n\n<div class=\"wp-container-17 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<ol><li><strong>Be transparent about pay ranges.</strong> <br />Make them wide if you have to. The right candidate will be honest about where they should sit on that range</li><li><strong>Reward skills, talent, and experience regardless of location.</strong> <br />A prosperous workforce is a happy one, and your company will benefit from it.</li><li><strong>Never ever ask people to name their price!</strong> <br />It’s your responsibility to define the role and give it a value.</li></ol>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-image-fill has-background\" id=\"author\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/09/Piccia-Neri-2.jpeg\" alt=\"\" class=\"wp-image-122529 size-medium\" /></a><div class=\"wp-block-media-text__content\">\n<p></p>\n\n\n\n<p class=\"has-text-align-left\" id=\"h-get-ready-for-remote-work\"><a href=\"https://piccianeri.com/hire-piccia/\" target=\"_blank\" rel=\"noreferrer noopener\">Piccia Neri</a> is a UX and accessible design lead, consultant, and speaker helping businesses and agencies win on the web by putting users at the center. She loves educating designers and developers in the best UX, UI, and accessibility practices via workshops, courses, and talks, in three languages. Piccia is currently UX and UI lead for an Italian museum, the Galleria Nazionale dell’Umbria, and she has an ongoing collaboration with <strong>Balsamiq</strong>, a wireframing app, contributing to their design academy.</p>\n\n\n\n<p class=\"has-text-align-left\" id=\"h-get-ready-for-remote-work\">From 2019 to 2022 Piccia was a Maverick at Cloudways, a cloud hosting platform. Over the course of her design career, Piccia has worked with major cultural institutions as well as top London agencies on global brands. She led the creative direction of the design department at the British Film Institute, London, and was vice-president of the Chartered Society of Designers (UK) 2013-16.</p>\n\n\n\n<ul class=\"wp-container-18 is-content-justification-left wp-block-social-links has-huge-icon-size is-style-logos-only\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://twitter.com/Piccia\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Sep 2022 05:32: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:11:\"Piccia Neri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 29 Sep 2022 02:30:47 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 29 Sep 2022 02:15:34 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20220927231243\";}','no'),(54987,'_site_transient_timeout_community-events-3bbe94bdcc52dd583e076bfcff440169','1664461844','no'),(54988,'_site_transient_community-events-3bbe94bdcc52dd583e076bfcff440169','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"162.243.73.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:51:\"South Jersey WordPress Meetup Hang Out (Correction)\";s:3:\"url\";s:69:\"https://www.meetup.com/south-jersey-wordpress-meetup/events/288750746\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/south-jersey-wordpress-meetup/\";s:4:\"date\";s:19:\"2022-10-04 18:00:00\";s:8:\"end_date\";s:19:\"2022-10-04 20:00:00\";s:20:\"start_unix_timestamp\";i:1664920800;s:18:\"end_unix_timestamp\";i:1664928000;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Delran, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.01285599999999931242200545966625213623046875;s:9:\"longitude\";d:-74.93464000000000169166014529764652252197265625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"South Jersey WordPress Meetup Hang Out\";s:3:\"url\";s:69:\"https://www.meetup.com/south-jersey-wordpress-meetup/events/288710720\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/south-jersey-wordpress-meetup/\";s:4:\"date\";s:19:\"2022-10-04 18:00:00\";s:8:\"end_date\";s:19:\"2022-10-04 20:00:00\";s:20:\"start_unix_timestamp\";i:1664920800;s:18:\"end_unix_timestamp\";i:1664928000;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Delran, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.01285599999999931242200545966625213623046875;s:9:\"longitude\";d:-74.93464000000000169166014529764652252197265625;}}i:2;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:21:\"Community Summit 2023\";s:3:\"url\";s:42:\"https://communitysummit.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-08-21 00:00:00\";s:8:\"end_date\";s:19:\"2023-08-22 00:00:00\";s:20:\"start_unix_timestamp\";i:1692590400;s:18:\"end_unix_timestamp\";i:1692676800;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"National Harbor, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.7814843000000024630935513414442539215087890625;s:9:\"longitude\";d:-77.0168776999999948884578770957887172698974609375;}}i:3;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://us.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-08-23 00:00:00\";s:8:\"end_date\";s:19:\"2023-08-25 00:00:00\";s:20:\"start_unix_timestamp\";i:1692763200;s:18:\"end_unix_timestamp\";i:1692936000;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"National Harbor, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.7814843000000024630935513414442539215087890625;s:9:\"longitude\";d:-77.0168776999999948884578770957887172698974609375;}}}}','no'),(54924,'_site_transient_timeout_community-events-1e045652520af8d5020965dccfffef69','1664420187','no'),(54925,'_site_transient_community-events-1e045652520af8d5020965dccfffef69','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"112.207.59.0\";}s:6:\"events\";a:0:{}}','no'),(54586,'upload_path','','yes'),(54986,'_site_transient_browser_a7beb14008341339d926c826c850c3fe','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"105.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(54631,'site_logo','604','yes'),(54604,'_transient_timeout_wp_typography_fonts','1664414481','no'),(54605,'_transient_wp_typography_fonts','a:742:{s:5:\"arial\";a:5:{s:4:\"name\";s:5:\"Arial\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:14:\"century-gothic\";a:5:{s:4:\"name\";s:14:\"Century Gothic\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:11:\"courier-new\";a:5:{s:4:\"name\";s:11:\"Courier New\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:7:\"georgia\";a:5:{s:4:\"name\";s:7:\"Georgia\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:9:\"helvetica\";a:5:{s:4:\"name\";s:9:\"Helvetica\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:6:\"impact\";a:5:{s:4:\"name\";s:6:\"Impact\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:14:\"lucida-console\";a:5:{s:4:\"name\";s:14:\"Lucida Console\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:19:\"lucida-sans-unicode\";a:5:{s:4:\"name\";s:19:\"Lucida Sans Unicode\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:17:\"palatino-linotype\";a:5:{s:4:\"name\";s:17:\"Palatino Linotype\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:10:\"sans-serif\";a:5:{s:4:\"name\";s:10:\"sans-serif\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:5:\"serif\";a:5:{s:4:\"name\";s:5:\"serif\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:6:\"tahoma\";a:5:{s:4:\"name\";s:6:\"Tahoma\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:12:\"trebuchet-ms\";a:5:{s:4:\"name\";s:12:\"Trebuchet MS\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:7:\"verdana\";a:5:{s:4:\"name\";s:7:\"Verdana\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:3:\"url\";s:0:\"\";}s:7:\"abeezee\";a:6:{s:4:\"name\";s:7:\"ABeeZee\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=ABeeZee:regular,italic&subset=latin\";}s:4:\"abel\";a:6:{s:4:\"name\";s:4:\"Abel\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Abel:regular&subset=latin\";}s:13:\"abril-fatface\";a:6:{s:4:\"name\";s:13:\"Abril Fatface\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Abril+Fatface:regular&subset=latin,latin-ext\";}s:8:\"aclonica\";a:6:{s:4:\"name\";s:8:\"Aclonica\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Aclonica:regular&subset=latin\";}s:4:\"acme\";a:6:{s:4:\"name\";s:4:\"Acme\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Acme:regular&subset=latin\";}s:5:\"actor\";a:6:{s:4:\"name\";s:5:\"Actor\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Actor:regular&subset=latin\";}s:7:\"adamina\";a:6:{s:4:\"name\";s:7:\"Adamina\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Adamina:regular&subset=latin\";}s:10:\"advent-pro\";a:6:{s:4:\"name\";s:10:\"Advent Pro\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:111:\"https://fonts.googleapis.com/css?family=Advent+Pro:100,200,300,regular,500,600,700&subset=greek,latin,latin-ext\";}s:15:\"aguafina-script\";a:6:{s:4:\"name\";s:15:\"Aguafina Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Aguafina+Script:regular&subset=latin,latin-ext\";}s:7:\"akronim\";a:6:{s:4:\"name\";s:7:\"Akronim\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Akronim:regular&subset=latin,latin-ext\";}s:6:\"aladin\";a:6:{s:4:\"name\";s:6:\"Aladin\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Aladin:regular&subset=latin,latin-ext\";}s:7:\"aldrich\";a:6:{s:4:\"name\";s:7:\"Aldrich\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Aldrich:regular&subset=latin\";}s:4:\"alef\";a:6:{s:4:\"name\";s:4:\"Alef\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Alef:regular,700&subset=hebrew,latin\";}s:8:\"alegreya\";a:6:{s:4:\"name\";s:8:\"Alegreya\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:114:\"https://fonts.googleapis.com/css?family=Alegreya:regular,italic,700,700italic,900,900italic&subset=latin,latin-ext\";}s:11:\"alegreya-sc\";a:6:{s:4:\"name\";s:11:\"Alegreya SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:117:\"https://fonts.googleapis.com/css?family=Alegreya+SC:regular,italic,700,700italic,900,900italic&subset=latin,latin-ext\";}s:13:\"alegreya-sans\";a:6:{s:4:\"name\";s:13:\"Alegreya Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:186:\"https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext,vietnamese\";}s:16:\"alegreya-sans-sc\";a:6:{s:4:\"name\";s:16:\"Alegreya Sans SC\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:189:\"https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext,vietnamese\";}s:10:\"alex-brush\";a:6:{s:4:\"name\";s:10:\"Alex Brush\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Alex+Brush:regular&subset=latin,latin-ext\";}s:13:\"alfa-slab-one\";a:6:{s:4:\"name\";s:13:\"Alfa Slab One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Alfa+Slab+One:regular&subset=latin\";}s:5:\"alice\";a:6:{s:4:\"name\";s:5:\"Alice\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Alice:regular&subset=latin\";}s:5:\"alike\";a:6:{s:4:\"name\";s:5:\"Alike\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Alike:regular&subset=latin\";}s:13:\"alike-angular\";a:6:{s:4:\"name\";s:13:\"Alike Angular\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Alike+Angular:regular&subset=latin\";}s:5:\"allan\";a:6:{s:4:\"name\";s:5:\"Allan\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Allan:regular,700&subset=latin,latin-ext\";}s:7:\"allerta\";a:6:{s:4:\"name\";s:7:\"Allerta\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Allerta:regular&subset=latin\";}s:15:\"allerta-stencil\";a:6:{s:4:\"name\";s:15:\"Allerta Stencil\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Allerta+Stencil:regular&subset=latin\";}s:6:\"allura\";a:6:{s:4:\"name\";s:6:\"Allura\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Allura:regular&subset=latin,latin-ext\";}s:8:\"almendra\";a:6:{s:4:\"name\";s:8:\"Almendra\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Almendra:regular,italic,700,700italic&subset=latin,latin-ext\";}s:16:\"almendra-display\";a:6:{s:4:\"name\";s:16:\"Almendra Display\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Almendra+Display:regular&subset=latin,latin-ext\";}s:11:\"almendra-sc\";a:6:{s:4:\"name\";s:11:\"Almendra SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Almendra+SC:regular&subset=latin\";}s:8:\"amarante\";a:6:{s:4:\"name\";s:8:\"Amarante\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Amarante:regular&subset=latin,latin-ext\";}s:8:\"amaranth\";a:6:{s:4:\"name\";s:8:\"Amaranth\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Amaranth:regular,italic,700,700italic&subset=latin\";}s:9:\"amatic-sc\";a:6:{s:4:\"name\";s:9:\"Amatic SC\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Amatic+SC:regular,700&subset=latin,latin-ext\";}s:9:\"amethysta\";a:6:{s:4:\"name\";s:9:\"Amethysta\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Amethysta:regular&subset=latin\";}s:5:\"amiri\";a:6:{s:4:\"name\";s:5:\"Amiri\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Amiri:regular,italic,700,700italic&subset=latin,arabic\";}s:5:\"amita\";a:6:{s:4:\"name\";s:5:\"Amita\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Amita:regular,700&subset=latin,latin-ext,devanagari\";}s:7:\"anaheim\";a:6:{s:4:\"name\";s:7:\"Anaheim\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Anaheim:regular&subset=latin,latin-ext\";}s:6:\"andada\";a:6:{s:4:\"name\";s:6:\"Andada\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Andada:regular&subset=latin,latin-ext\";}s:6:\"andika\";a:6:{s:4:\"name\";s:6:\"Andika\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:99:\"https://fonts.googleapis.com/css?family=Andika:regular&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:6:\"angkor\";a:6:{s:4:\"name\";s:6:\"Angkor\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Angkor:regular&subset=khmer\";}s:24:\"annie-use-your-telescope\";a:6:{s:4:\"name\";s:24:\"Annie Use Your Telescope\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope:regular&subset=latin\";}s:13:\"anonymous-pro\";a:6:{s:4:\"name\";s:13:\"Anonymous Pro\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:3:\"url\";s:120:\"https://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,700,700italic&subset=greek,cyrillic,latin,latin-ext\";}s:5:\"antic\";a:6:{s:4:\"name\";s:5:\"Antic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Antic:regular&subset=latin\";}s:12:\"antic-didone\";a:6:{s:4:\"name\";s:12:\"Antic Didone\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Antic+Didone:regular&subset=latin\";}s:10:\"antic-slab\";a:6:{s:4:\"name\";s:10:\"Antic Slab\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Antic+Slab:regular&subset=latin\";}s:5:\"anton\";a:6:{s:4:\"name\";s:5:\"Anton\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Anton:regular&subset=latin,latin-ext\";}s:6:\"arapey\";a:6:{s:4:\"name\";s:6:\"Arapey\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Arapey:regular,italic&subset=latin\";}s:7:\"arbutus\";a:6:{s:4:\"name\";s:7:\"Arbutus\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Arbutus:regular&subset=latin,latin-ext\";}s:12:\"arbutus-slab\";a:6:{s:4:\"name\";s:12:\"Arbutus Slab\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Arbutus+Slab:regular&subset=latin,latin-ext\";}s:19:\"architects-daughter\";a:6:{s:4:\"name\";s:19:\"Architects Daughter\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Architects+Daughter:regular&subset=latin\";}s:13:\"archivo-black\";a:6:{s:4:\"name\";s:13:\"Archivo Black\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Archivo+Black:regular&subset=latin,latin-ext\";}s:14:\"archivo-narrow\";a:6:{s:4:\"name\";s:14:\"Archivo Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:106:\"https://fonts.googleapis.com/css?family=Archivo+Narrow:regular,italic,700,700italic&subset=latin,latin-ext\";}s:5:\"arimo\";a:6:{s:4:\"name\";s:5:\"Arimo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:12:\"cyrillic-ext\";i:7;s:10:\"vietnamese\";}s:3:\"url\";s:153:\"https://fonts.googleapis.com/css?family=Arimo:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,hebrew,latin,latin-ext,cyrillic-ext,vietnamese\";}s:8:\"arizonia\";a:6:{s:4:\"name\";s:8:\"Arizonia\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Arizonia:regular&subset=latin,latin-ext\";}s:6:\"armata\";a:6:{s:4:\"name\";s:6:\"Armata\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Armata:regular&subset=latin,latin-ext\";}s:8:\"artifika\";a:6:{s:4:\"name\";s:8:\"Artifika\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Artifika:regular&subset=latin\";}s:4:\"arvo\";a:6:{s:4:\"name\";s:4:\"Arvo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Arvo:regular,italic,700,700italic&subset=latin\";}s:4:\"arya\";a:6:{s:4:\"name\";s:4:\"Arya\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Arya:regular,700&subset=latin,latin-ext,devanagari\";}s:4:\"asap\";a:6:{s:4:\"name\";s:4:\"Asap\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:96:\"https://fonts.googleapis.com/css?family=Asap:regular,italic,700,700italic&subset=latin,latin-ext\";}s:4:\"asar\";a:6:{s:4:\"name\";s:4:\"Asar\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Asar:regular&subset=latin,latin-ext,devanagari\";}s:5:\"asset\";a:6:{s:4:\"name\";s:5:\"Asset\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Asset:regular&subset=latin\";}s:7:\"astloch\";a:6:{s:4:\"name\";s:7:\"Astloch\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Astloch:regular,700&subset=latin\";}s:4:\"asul\";a:6:{s:4:\"name\";s:4:\"Asul\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Asul:regular,700&subset=latin\";}s:10:\"atomic-age\";a:6:{s:4:\"name\";s:10:\"Atomic Age\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Atomic+Age:regular&subset=latin\";}s:6:\"aubrey\";a:6:{s:4:\"name\";s:6:\"Aubrey\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Aubrey:regular&subset=latin\";}s:9:\"audiowide\";a:6:{s:4:\"name\";s:9:\"Audiowide\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Audiowide:regular&subset=latin,latin-ext\";}s:10:\"autour-one\";a:6:{s:4:\"name\";s:10:\"Autour One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Autour+One:regular&subset=latin,latin-ext\";}s:7:\"average\";a:6:{s:4:\"name\";s:7:\"Average\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Average:regular&subset=latin,latin-ext\";}s:12:\"average-sans\";a:6:{s:4:\"name\";s:12:\"Average Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Average+Sans:regular&subset=latin,latin-ext\";}s:19:\"averia-gruesa-libre\";a:6:{s:4:\"name\";s:19:\"Averia Gruesa Libre\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Averia+Gruesa+Libre:regular&subset=latin,latin-ext\";}s:12:\"averia-libre\";a:6:{s:4:\"name\";s:12:\"Averia Libre\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:108:\"https://fonts.googleapis.com/css?family=Averia+Libre:300,300italic,regular,italic,700,700italic&subset=latin\";}s:17:\"averia-sans-libre\";a:6:{s:4:\"name\";s:17:\"Averia Sans Libre\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:113:\"https://fonts.googleapis.com/css?family=Averia+Sans+Libre:300,300italic,regular,italic,700,700italic&subset=latin\";}s:18:\"averia-serif-libre\";a:6:{s:4:\"name\";s:18:\"Averia Serif Libre\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:114:\"https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300,300italic,regular,italic,700,700italic&subset=latin\";}s:10:\"bad-script\";a:6:{s:4:\"name\";s:10:\"Bad Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Bad+Script:regular&subset=cyrillic,latin\";}s:9:\"balthazar\";a:6:{s:4:\"name\";s:9:\"Balthazar\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Balthazar:regular&subset=latin\";}s:7:\"bangers\";a:6:{s:4:\"name\";s:7:\"Bangers\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Bangers:regular&subset=latin\";}s:5:\"basic\";a:6:{s:4:\"name\";s:5:\"Basic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Basic:regular&subset=latin,latin-ext\";}s:10:\"battambang\";a:6:{s:4:\"name\";s:10:\"Battambang\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Battambang:regular,700&subset=khmer\";}s:7:\"baumans\";a:6:{s:4:\"name\";s:7:\"Baumans\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Baumans:regular&subset=latin\";}s:5:\"bayon\";a:6:{s:4:\"name\";s:5:\"Bayon\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Bayon:regular&subset=khmer\";}s:8:\"belgrano\";a:6:{s:4:\"name\";s:8:\"Belgrano\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Belgrano:regular&subset=latin\";}s:7:\"belleza\";a:6:{s:4:\"name\";s:7:\"Belleza\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Belleza:regular&subset=latin,latin-ext\";}s:9:\"benchnine\";a:6:{s:4:\"name\";s:9:\"BenchNine\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=BenchNine:300,regular,700&subset=latin,latin-ext\";}s:7:\"bentham\";a:6:{s:4:\"name\";s:7:\"Bentham\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Bentham:regular&subset=latin\";}s:15:\"berkshire-swash\";a:6:{s:4:\"name\";s:15:\"Berkshire Swash\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Berkshire+Swash:regular&subset=latin,latin-ext\";}s:5:\"bevan\";a:6:{s:4:\"name\";s:5:\"Bevan\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Bevan:regular&subset=latin\";}s:13:\"bigelow-rules\";a:6:{s:4:\"name\";s:13:\"Bigelow Rules\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Bigelow+Rules:regular&subset=latin,latin-ext\";}s:11:\"bigshot-one\";a:6:{s:4:\"name\";s:11:\"Bigshot One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Bigshot+One:regular&subset=latin\";}s:5:\"bilbo\";a:6:{s:4:\"name\";s:5:\"Bilbo\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Bilbo:regular&subset=latin,latin-ext\";}s:16:\"bilbo-swash-caps\";a:6:{s:4:\"name\";s:16:\"Bilbo Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps:regular&subset=latin,latin-ext\";}s:7:\"biryani\";a:6:{s:4:\"name\";s:7:\"Biryani\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:113:\"https://fonts.googleapis.com/css?family=Biryani:200,300,regular,600,700,800,900&subset=latin,latin-ext,devanagari\";}s:6:\"bitter\";a:6:{s:4:\"name\";s:6:\"Bitter\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Bitter:regular,italic,700&subset=latin,latin-ext\";}s:13:\"black-ops-one\";a:6:{s:4:\"name\";s:13:\"Black Ops One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Black+Ops+One:regular&subset=latin,latin-ext\";}s:5:\"bokor\";a:6:{s:4:\"name\";s:5:\"Bokor\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Bokor:regular&subset=khmer\";}s:6:\"bonbon\";a:6:{s:4:\"name\";s:6:\"Bonbon\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Bonbon:regular&subset=latin\";}s:8:\"boogaloo\";a:6:{s:4:\"name\";s:8:\"Boogaloo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Boogaloo:regular&subset=latin\";}s:10:\"bowlby-one\";a:6:{s:4:\"name\";s:10:\"Bowlby One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Bowlby+One:regular&subset=latin\";}s:13:\"bowlby-one-sc\";a:6:{s:4:\"name\";s:13:\"Bowlby One SC\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Bowlby+One+SC:regular&subset=latin,latin-ext\";}s:7:\"brawler\";a:6:{s:4:\"name\";s:7:\"Brawler\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Brawler:regular&subset=latin\";}s:10:\"bree-serif\";a:6:{s:4:\"name\";s:10:\"Bree Serif\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Bree+Serif:regular&subset=latin,latin-ext\";}s:14:\"bubblegum-sans\";a:6:{s:4:\"name\";s:14:\"Bubblegum Sans\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Bubblegum+Sans:regular&subset=latin,latin-ext\";}s:11:\"bubbler-one\";a:6:{s:4:\"name\";s:11:\"Bubbler One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Bubbler+One:regular&subset=latin,latin-ext\";}s:4:\"buda\";a:6:{s:4:\"name\";s:4:\"Buda\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:61:\"https://fonts.googleapis.com/css?family=Buda:300&subset=latin\";}s:7:\"buenard\";a:6:{s:4:\"name\";s:7:\"Buenard\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Buenard:regular,700&subset=latin,latin-ext\";}s:10:\"butcherman\";a:6:{s:4:\"name\";s:10:\"Butcherman\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Butcherman:regular&subset=latin,latin-ext\";}s:14:\"butterfly-kids\";a:6:{s:4:\"name\";s:14:\"Butterfly Kids\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Butterfly+Kids:regular&subset=latin,latin-ext\";}s:5:\"cabin\";a:6:{s:4:\"name\";s:5:\"Cabin\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:115:\"https://fonts.googleapis.com/css?family=Cabin:regular,italic,500,500italic,600,600italic,700,700italic&subset=latin\";}s:15:\"cabin-condensed\";a:6:{s:4:\"name\";s:15:\"Cabin Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Cabin+Condensed:regular,500,600,700&subset=latin\";}s:12:\"cabin-sketch\";a:6:{s:4:\"name\";s:12:\"Cabin Sketch\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Cabin+Sketch:regular,700&subset=latin\";}s:15:\"caesar-dressing\";a:6:{s:4:\"name\";s:15:\"Caesar Dressing\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Caesar+Dressing:regular&subset=latin\";}s:10:\"cagliostro\";a:6:{s:4:\"name\";s:10:\"Cagliostro\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Cagliostro:regular&subset=latin\";}s:14:\"calligraffitti\";a:6:{s:4:\"name\";s:14:\"Calligraffitti\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Calligraffitti:regular&subset=latin\";}s:6:\"cambay\";a:6:{s:4:\"name\";s:6:\"Cambay\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:109:\"https://fonts.googleapis.com/css?family=Cambay:regular,italic,700,700italic&subset=latin,latin-ext,devanagari\";}s:5:\"cambo\";a:6:{s:4:\"name\";s:5:\"Cambo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Cambo:regular&subset=latin\";}s:6:\"candal\";a:6:{s:4:\"name\";s:6:\"Candal\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Candal:regular&subset=latin\";}s:9:\"cantarell\";a:6:{s:4:\"name\";s:9:\"Cantarell\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Cantarell:regular,italic,700,700italic&subset=latin\";}s:11:\"cantata-one\";a:6:{s:4:\"name\";s:11:\"Cantata One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Cantata+One:regular&subset=latin,latin-ext\";}s:11:\"cantora-one\";a:6:{s:4:\"name\";s:11:\"Cantora One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Cantora+One:regular&subset=latin,latin-ext\";}s:8:\"capriola\";a:6:{s:4:\"name\";s:8:\"Capriola\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Capriola:regular&subset=latin,latin-ext\";}s:5:\"cardo\";a:6:{s:4:\"name\";s:5:\"Cardo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Cardo:regular,italic,700&subset=greek,greek-ext,latin,latin-ext\";}s:5:\"carme\";a:6:{s:4:\"name\";s:5:\"Carme\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Carme:regular&subset=latin\";}s:14:\"carrois-gothic\";a:6:{s:4:\"name\";s:14:\"Carrois Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Carrois+Gothic:regular&subset=latin\";}s:17:\"carrois-gothic-sc\";a:6:{s:4:\"name\";s:17:\"Carrois Gothic SC\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Carrois+Gothic+SC:regular&subset=latin\";}s:10:\"carter-one\";a:6:{s:4:\"name\";s:10:\"Carter One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Carter+One:regular&subset=latin\";}s:9:\"catamaran\";a:6:{s:4:\"name\";s:9:\"Catamaran\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:118:\"https://fonts.googleapis.com/css?family=Catamaran:100,200,300,regular,500,600,700,800,900&subset=tamil,latin,latin-ext\";}s:6:\"caudex\";a:6:{s:4:\"name\";s:6:\"Caudex\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:3:\"url\";s:114:\"https://fonts.googleapis.com/css?family=Caudex:regular,italic,700,700italic&subset=greek,greek-ext,latin,latin-ext\";}s:18:\"cedarville-cursive\";a:6:{s:4:\"name\";s:18:\"Cedarville Cursive\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Cedarville+Cursive:regular&subset=latin\";}s:11:\"ceviche-one\";a:6:{s:4:\"name\";s:11:\"Ceviche One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Ceviche+One:regular&subset=latin\";}s:10:\"changa-one\";a:6:{s:4:\"name\";s:10:\"Changa One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Changa+One:regular,italic&subset=latin\";}s:6:\"chango\";a:6:{s:4:\"name\";s:6:\"Chango\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Chango:regular&subset=latin,latin-ext\";}s:18:\"chau-philomene-one\";a:6:{s:4:\"name\";s:18:\"Chau Philomene One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:96:\"https://fonts.googleapis.com/css?family=Chau+Philomene+One:regular,italic&subset=latin,latin-ext\";}s:9:\"chela-one\";a:6:{s:4:\"name\";s:9:\"Chela One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Chela+One:regular&subset=latin,latin-ext\";}s:14:\"chelsea-market\";a:6:{s:4:\"name\";s:14:\"Chelsea Market\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Chelsea+Market:regular&subset=latin,latin-ext\";}s:6:\"chenla\";a:6:{s:4:\"name\";s:6:\"Chenla\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Chenla:regular&subset=khmer\";}s:17:\"cherry-cream-soda\";a:6:{s:4:\"name\";s:17:\"Cherry Cream Soda\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Cherry+Cream+Soda:regular&subset=latin\";}s:12:\"cherry-swash\";a:6:{s:4:\"name\";s:12:\"Cherry Swash\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Cherry+Swash:regular,700&subset=latin,latin-ext\";}s:5:\"chewy\";a:6:{s:4:\"name\";s:5:\"Chewy\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Chewy:regular&subset=latin\";}s:6:\"chicle\";a:6:{s:4:\"name\";s:6:\"Chicle\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Chicle:regular&subset=latin,latin-ext\";}s:5:\"chivo\";a:6:{s:4:\"name\";s:5:\"Chivo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Chivo:regular,italic,900,900italic&subset=latin\";}s:8:\"chonburi\";a:6:{s:4:\"name\";s:8:\"Chonburi\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:3:\"url\";s:95:\"https://fonts.googleapis.com/css?family=Chonburi:regular&subset=thai,latin,latin-ext,vietnamese\";}s:6:\"cinzel\";a:6:{s:4:\"name\";s:6:\"Cinzel\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Cinzel:regular,700,900&subset=latin\";}s:17:\"cinzel-decorative\";a:6:{s:4:\"name\";s:17:\"Cinzel Decorative\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Cinzel+Decorative:regular,700,900&subset=latin\";}s:14:\"clicker-script\";a:6:{s:4:\"name\";s:14:\"Clicker Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Clicker+Script:regular&subset=latin,latin-ext\";}s:4:\"coda\";a:6:{s:4:\"name\";s:4:\"Coda\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Coda:regular,800&subset=latin,latin-ext\";}s:12:\"coda-caption\";a:6:{s:4:\"name\";s:12:\"Coda Caption\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Coda+Caption:800&subset=latin,latin-ext\";}s:8:\"codystar\";a:6:{s:4:\"name\";s:8:\"Codystar\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Codystar:300,regular&subset=latin,latin-ext\";}s:5:\"combo\";a:6:{s:4:\"name\";s:5:\"Combo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Combo:regular&subset=latin,latin-ext\";}s:9:\"comfortaa\";a:6:{s:4:\"name\";s:9:\"Comfortaa\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";}s:3:\"url\";s:116:\"https://fonts.googleapis.com/css?family=Comfortaa:300,regular,700&subset=greek,cyrillic,latin,latin-ext,cyrillic-ext\";}s:11:\"coming-soon\";a:6:{s:4:\"name\";s:11:\"Coming Soon\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Coming+Soon:regular&subset=latin\";}s:11:\"concert-one\";a:6:{s:4:\"name\";s:11:\"Concert One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Concert+One:regular&subset=latin,latin-ext\";}s:9:\"condiment\";a:6:{s:4:\"name\";s:9:\"Condiment\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Condiment:regular&subset=latin,latin-ext\";}s:7:\"content\";a:6:{s:4:\"name\";s:7:\"Content\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Content:regular,700&subset=khmer\";}s:12:\"contrail-one\";a:6:{s:4:\"name\";s:12:\"Contrail One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Contrail+One:regular&subset=latin\";}s:11:\"convergence\";a:6:{s:4:\"name\";s:11:\"Convergence\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Convergence:regular&subset=latin\";}s:6:\"cookie\";a:6:{s:4:\"name\";s:6:\"Cookie\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Cookie:regular&subset=latin\";}s:5:\"copse\";a:6:{s:4:\"name\";s:5:\"Copse\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Copse:regular&subset=latin\";}s:6:\"corben\";a:6:{s:4:\"name\";s:6:\"Corben\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Corben:regular,700&subset=latin,latin-ext\";}s:9:\"courgette\";a:6:{s:4:\"name\";s:9:\"Courgette\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Courgette:regular&subset=latin,latin-ext\";}s:7:\"cousine\";a:6:{s:4:\"name\";s:7:\"Cousine\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:12:\"cyrillic-ext\";i:7;s:10:\"vietnamese\";}s:3:\"url\";s:155:\"https://fonts.googleapis.com/css?family=Cousine:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,hebrew,latin,latin-ext,cyrillic-ext,vietnamese\";}s:8:\"coustard\";a:6:{s:4:\"name\";s:8:\"Coustard\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Coustard:regular,900&subset=latin\";}s:21:\"covered-by-your-grace\";a:6:{s:4:\"name\";s:21:\"Covered By Your Grace\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Covered+By+Your+Grace:regular&subset=latin\";}s:12:\"crafty-girls\";a:6:{s:4:\"name\";s:12:\"Crafty Girls\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Crafty+Girls:regular&subset=latin\";}s:9:\"creepster\";a:6:{s:4:\"name\";s:9:\"Creepster\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Creepster:regular&subset=latin\";}s:11:\"crete-round\";a:6:{s:4:\"name\";s:11:\"Crete Round\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Crete+Round:regular,italic&subset=latin,latin-ext\";}s:12:\"crimson-text\";a:6:{s:4:\"name\";s:12:\"Crimson Text\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:108:\"https://fonts.googleapis.com/css?family=Crimson+Text:regular,italic,600,600italic,700,700italic&subset=latin\";}s:13:\"croissant-one\";a:6:{s:4:\"name\";s:13:\"Croissant One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Croissant+One:regular&subset=latin,latin-ext\";}s:7:\"crushed\";a:6:{s:4:\"name\";s:7:\"Crushed\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Crushed:regular&subset=latin\";}s:6:\"cuprum\";a:6:{s:4:\"name\";s:6:\"Cuprum\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:107:\"https://fonts.googleapis.com/css?family=Cuprum:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext\";}s:6:\"cutive\";a:6:{s:4:\"name\";s:6:\"Cutive\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Cutive:regular&subset=latin,latin-ext\";}s:11:\"cutive-mono\";a:6:{s:4:\"name\";s:11:\"Cutive Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Cutive+Mono:regular&subset=latin,latin-ext\";}s:6:\"damion\";a:6:{s:4:\"name\";s:6:\"Damion\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Damion:regular&subset=latin\";}s:14:\"dancing-script\";a:6:{s:4:\"name\";s:14:\"Dancing Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Dancing+Script:regular,700&subset=latin\";}s:7:\"dangrek\";a:6:{s:4:\"name\";s:7:\"Dangrek\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Dangrek:regular&subset=khmer\";}s:20:\"dawning-of-a-new-day\";a:6:{s:4:\"name\";s:20:\"Dawning of a New Day\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day:regular&subset=latin\";}s:8:\"days-one\";a:6:{s:4:\"name\";s:8:\"Days One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Days+One:regular&subset=latin\";}s:5:\"dekko\";a:6:{s:4:\"name\";s:5:\"Dekko\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Dekko:regular&subset=latin,latin-ext,devanagari\";}s:6:\"delius\";a:6:{s:4:\"name\";s:6:\"Delius\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Delius:regular&subset=latin\";}s:17:\"delius-swash-caps\";a:6:{s:4:\"name\";s:17:\"Delius Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Delius+Swash+Caps:regular&subset=latin\";}s:14:\"delius-unicase\";a:6:{s:4:\"name\";s:14:\"Delius Unicase\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Delius+Unicase:regular,700&subset=latin\";}s:13:\"della-respira\";a:6:{s:4:\"name\";s:13:\"Della Respira\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Della+Respira:regular&subset=latin\";}s:8:\"denk-one\";a:6:{s:4:\"name\";s:8:\"Denk One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Denk+One:regular&subset=latin,latin-ext\";}s:10:\"devonshire\";a:6:{s:4:\"name\";s:10:\"Devonshire\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Devonshire:regular&subset=latin,latin-ext\";}s:8:\"dhurjati\";a:6:{s:4:\"name\";s:8:\"Dhurjati\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Dhurjati:regular&subset=latin,telugu\";}s:13:\"didact-gothic\";a:6:{s:4:\"name\";s:13:\"Didact Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";}s:3:\"url\";s:122:\"https://fonts.googleapis.com/css?family=Didact+Gothic:regular&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext\";}s:9:\"diplomata\";a:6:{s:4:\"name\";s:9:\"Diplomata\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Diplomata:regular&subset=latin,latin-ext\";}s:12:\"diplomata-sc\";a:6:{s:4:\"name\";s:12:\"Diplomata SC\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Diplomata+SC:regular&subset=latin,latin-ext\";}s:6:\"domine\";a:6:{s:4:\"name\";s:6:\"Domine\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Domine:regular,700&subset=latin,latin-ext\";}s:11:\"donegal-one\";a:6:{s:4:\"name\";s:11:\"Donegal One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Donegal+One:regular&subset=latin,latin-ext\";}s:10:\"doppio-one\";a:6:{s:4:\"name\";s:10:\"Doppio One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Doppio+One:regular&subset=latin,latin-ext\";}s:5:\"dorsa\";a:6:{s:4:\"name\";s:5:\"Dorsa\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Dorsa:regular&subset=latin\";}s:5:\"dosis\";a:6:{s:4:\"name\";s:5:\"Dosis\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Dosis:200,300,regular,500,600,700,800&subset=latin,latin-ext\";}s:11:\"dr-sugiyama\";a:6:{s:4:\"name\";s:11:\"Dr Sugiyama\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Dr+Sugiyama:regular&subset=latin,latin-ext\";}s:10:\"droid-sans\";a:6:{s:4:\"name\";s:10:\"Droid Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Droid+Sans:regular,700&subset=latin\";}s:15:\"droid-sans-mono\";a:6:{s:4:\"name\";s:15:\"Droid Sans Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Droid+Sans+Mono:regular&subset=latin\";}s:11:\"droid-serif\";a:6:{s:4:\"name\";s:11:\"Droid Serif\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:93:\"https://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,700,700italic&subset=latin\";}s:9:\"duru-sans\";a:6:{s:4:\"name\";s:9:\"Duru Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Duru+Sans:regular&subset=latin,latin-ext\";}s:9:\"dynalight\";a:6:{s:4:\"name\";s:9:\"Dynalight\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Dynalight:regular&subset=latin,latin-ext\";}s:11:\"eb-garamond\";a:6:{s:4:\"name\";s:11:\"EB Garamond\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:10:\"vietnamese\";}s:3:\"url\";s:115:\"https://fonts.googleapis.com/css?family=EB+Garamond:regular&subset=cyrillic,latin,latin-ext,cyrillic-ext,vietnamese\";}s:10:\"eagle-lake\";a:6:{s:4:\"name\";s:10:\"Eagle Lake\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Eagle+Lake:regular&subset=latin,latin-ext\";}s:5:\"eater\";a:6:{s:4:\"name\";s:5:\"Eater\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Eater:regular&subset=latin,latin-ext\";}s:9:\"economica\";a:6:{s:4:\"name\";s:9:\"Economica\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:101:\"https://fonts.googleapis.com/css?family=Economica:regular,italic,700,700italic&subset=latin,latin-ext\";}s:5:\"eczar\";a:6:{s:4:\"name\";s:5:\"Eczar\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Eczar:regular,500,600,700,800&subset=latin,latin-ext,devanagari\";}s:8:\"ek-mukta\";a:6:{s:4:\"name\";s:8:\"Ek Mukta\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:114:\"https://fonts.googleapis.com/css?family=Ek+Mukta:200,300,regular,500,600,700,800&subset=latin,latin-ext,devanagari\";}s:11:\"electrolize\";a:6:{s:4:\"name\";s:11:\"Electrolize\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Electrolize:regular&subset=latin\";}s:5:\"elsie\";a:6:{s:4:\"name\";s:5:\"Elsie\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Elsie:regular,900&subset=latin,latin-ext\";}s:16:\"elsie-swash-caps\";a:6:{s:4:\"name\";s:16:\"Elsie Swash Caps\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Elsie+Swash+Caps:regular,900&subset=latin,latin-ext\";}s:11:\"emblema-one\";a:6:{s:4:\"name\";s:11:\"Emblema One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Emblema+One:regular&subset=latin,latin-ext\";}s:12:\"emilys-candy\";a:6:{s:4:\"name\";s:12:\"Emilys Candy\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Emilys+Candy:regular&subset=latin,latin-ext\";}s:10:\"engagement\";a:6:{s:4:\"name\";s:10:\"Engagement\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Engagement:regular&subset=latin\";}s:9:\"englebert\";a:6:{s:4:\"name\";s:9:\"Englebert\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Englebert:regular&subset=latin,latin-ext\";}s:9:\"enriqueta\";a:6:{s:4:\"name\";s:9:\"Enriqueta\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Enriqueta:regular,700&subset=latin,latin-ext\";}s:9:\"erica-one\";a:6:{s:4:\"name\";s:9:\"Erica One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Erica+One:regular&subset=latin\";}s:7:\"esteban\";a:6:{s:4:\"name\";s:7:\"Esteban\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Esteban:regular&subset=latin,latin-ext\";}s:15:\"euphoria-script\";a:6:{s:4:\"name\";s:15:\"Euphoria Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Euphoria+Script:regular&subset=latin,latin-ext\";}s:5:\"ewert\";a:6:{s:4:\"name\";s:5:\"Ewert\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Ewert:regular&subset=latin,latin-ext\";}s:3:\"exo\";a:6:{s:4:\"name\";s:3:\"Exo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:193:\"https://fonts.googleapis.com/css?family=Exo:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext\";}s:5:\"exo-2\";a:6:{s:4:\"name\";s:5:\"Exo 2\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:204:\"https://fonts.googleapis.com/css?family=Exo+2:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=cyrillic,latin,latin-ext\";}s:13:\"expletus-sans\";a:6:{s:4:\"name\";s:13:\"Expletus Sans\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:123:\"https://fonts.googleapis.com/css?family=Expletus+Sans:regular,italic,500,500italic,600,600italic,700,700italic&subset=latin\";}s:12:\"fanwood-text\";a:6:{s:4:\"name\";s:12:\"Fanwood Text\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Fanwood+Text:regular,italic&subset=latin\";}s:9:\"fascinate\";a:6:{s:4:\"name\";s:9:\"Fascinate\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Fascinate:regular&subset=latin\";}s:16:\"fascinate-inline\";a:6:{s:4:\"name\";s:16:\"Fascinate Inline\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Fascinate+Inline:regular&subset=latin\";}s:10:\"faster-one\";a:6:{s:4:\"name\";s:10:\"Faster One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Faster+One:regular&subset=latin\";}s:8:\"fasthand\";a:6:{s:4:\"name\";s:8:\"Fasthand\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Fasthand:regular&subset=khmer\";}s:9:\"fauna-one\";a:6:{s:4:\"name\";s:9:\"Fauna One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Fauna+One:regular&subset=latin,latin-ext\";}s:8:\"federant\";a:6:{s:4:\"name\";s:8:\"Federant\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Federant:regular&subset=latin\";}s:6:\"federo\";a:6:{s:4:\"name\";s:6:\"Federo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Federo:regular&subset=latin\";}s:6:\"felipa\";a:6:{s:4:\"name\";s:6:\"Felipa\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Felipa:regular&subset=latin,latin-ext\";}s:5:\"fenix\";a:6:{s:4:\"name\";s:5:\"Fenix\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Fenix:regular&subset=latin,latin-ext\";}s:12:\"finger-paint\";a:6:{s:4:\"name\";s:12:\"Finger Paint\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Finger+Paint:regular&subset=latin\";}s:9:\"fira-mono\";a:6:{s:4:\"name\";s:9:\"Fira Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";}s:3:\"url\";s:112:\"https://fonts.googleapis.com/css?family=Fira+Mono:regular,700&subset=greek,cyrillic,latin,latin-ext,cyrillic-ext\";}s:9:\"fira-sans\";a:6:{s:4:\"name\";s:9:\"Fira Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";}s:3:\"url\";s:157:\"https://fonts.googleapis.com/css?family=Fira+Sans:300,300italic,regular,italic,500,500italic,700,700italic&subset=greek,cyrillic,latin,latin-ext,cyrillic-ext\";}s:10:\"fjalla-one\";a:6:{s:4:\"name\";s:10:\"Fjalla One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Fjalla+One:regular&subset=latin,latin-ext\";}s:9:\"fjord-one\";a:6:{s:4:\"name\";s:9:\"Fjord One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Fjord+One:regular&subset=latin\";}s:8:\"flamenco\";a:6:{s:4:\"name\";s:8:\"Flamenco\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Flamenco:300,regular&subset=latin\";}s:7:\"flavors\";a:6:{s:4:\"name\";s:7:\"Flavors\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Flavors:regular&subset=latin\";}s:10:\"fondamento\";a:6:{s:4:\"name\";s:10:\"Fondamento\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Fondamento:regular,italic&subset=latin,latin-ext\";}s:16:\"fontdiner-swanky\";a:6:{s:4:\"name\";s:16:\"Fontdiner Swanky\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Fontdiner+Swanky:regular&subset=latin\";}s:5:\"forum\";a:6:{s:4:\"name\";s:5:\"Forum\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:98:\"https://fonts.googleapis.com/css?family=Forum:regular&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:12:\"francois-one\";a:6:{s:4:\"name\";s:12:\"Francois One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Francois+One:regular&subset=latin,latin-ext\";}s:12:\"freckle-face\";a:6:{s:4:\"name\";s:12:\"Freckle Face\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Freckle+Face:regular&subset=latin,latin-ext\";}s:20:\"fredericka-the-great\";a:6:{s:4:\"name\";s:20:\"Fredericka the Great\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Fredericka+the+Great:regular&subset=latin\";}s:11:\"fredoka-one\";a:6:{s:4:\"name\";s:11:\"Fredoka One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Fredoka+One:regular&subset=latin\";}s:8:\"freehand\";a:6:{s:4:\"name\";s:8:\"Freehand\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Freehand:regular&subset=khmer\";}s:6:\"fresca\";a:6:{s:4:\"name\";s:6:\"Fresca\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Fresca:regular&subset=latin,latin-ext\";}s:7:\"frijole\";a:6:{s:4:\"name\";s:7:\"Frijole\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Frijole:regular&subset=latin\";}s:7:\"fruktur\";a:6:{s:4:\"name\";s:7:\"Fruktur\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Fruktur:regular&subset=latin,latin-ext\";}s:9:\"fugaz-one\";a:6:{s:4:\"name\";s:9:\"Fugaz One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Fugaz+One:regular&subset=latin\";}s:9:\"gfs-didot\";a:6:{s:4:\"name\";s:9:\"GFS Didot\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=GFS+Didot:regular&subset=greek\";}s:15:\"gfs-neohellenic\";a:6:{s:4:\"name\";s:15:\"GFS Neohellenic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=GFS+Neohellenic:regular,italic,700,700italic&subset=greek\";}s:8:\"gabriela\";a:6:{s:4:\"name\";s:8:\"Gabriela\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Gabriela:regular&subset=latin,latin-ext\";}s:6:\"gafata\";a:6:{s:4:\"name\";s:6:\"Gafata\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Gafata:regular&subset=latin,latin-ext\";}s:8:\"galdeano\";a:6:{s:4:\"name\";s:8:\"Galdeano\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Galdeano:regular&subset=latin\";}s:7:\"galindo\";a:6:{s:4:\"name\";s:7:\"Galindo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Galindo:regular&subset=latin,latin-ext\";}s:13:\"gentium-basic\";a:6:{s:4:\"name\";s:13:\"Gentium Basic\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:105:\"https://fonts.googleapis.com/css?family=Gentium+Basic:regular,italic,700,700italic&subset=latin,latin-ext\";}s:18:\"gentium-book-basic\";a:6:{s:4:\"name\";s:18:\"Gentium Book Basic\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:110:\"https://fonts.googleapis.com/css?family=Gentium+Book+Basic:regular,italic,700,700italic&subset=latin,latin-ext\";}s:3:\"geo\";a:6:{s:4:\"name\";s:3:\"Geo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Geo:regular,italic&subset=latin\";}s:7:\"geostar\";a:6:{s:4:\"name\";s:7:\"Geostar\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Geostar:regular&subset=latin\";}s:12:\"geostar-fill\";a:6:{s:4:\"name\";s:12:\"Geostar Fill\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Geostar+Fill:regular&subset=latin\";}s:12:\"germania-one\";a:6:{s:4:\"name\";s:12:\"Germania One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Germania+One:regular&subset=latin\";}s:6:\"gidugu\";a:6:{s:4:\"name\";s:6:\"Gidugu\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Gidugu:regular&subset=latin,telugu\";}s:13:\"gilda-display\";a:6:{s:4:\"name\";s:13:\"Gilda Display\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Gilda+Display:regular&subset=latin,latin-ext\";}s:14:\"give-you-glory\";a:6:{s:4:\"name\";s:14:\"Give You Glory\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Give+You+Glory:regular&subset=latin\";}s:13:\"glass-antiqua\";a:6:{s:4:\"name\";s:13:\"Glass Antiqua\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Glass+Antiqua:regular&subset=latin,latin-ext\";}s:6:\"glegoo\";a:6:{s:4:\"name\";s:6:\"Glegoo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:92:\"https://fonts.googleapis.com/css?family=Glegoo:regular,700&subset=latin,latin-ext,devanagari\";}s:17:\"gloria-hallelujah\";a:6:{s:4:\"name\";s:17:\"Gloria Hallelujah\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Gloria+Hallelujah:regular&subset=latin\";}s:10:\"goblin-one\";a:6:{s:4:\"name\";s:10:\"Goblin One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Goblin+One:regular&subset=latin\";}s:10:\"gochi-hand\";a:6:{s:4:\"name\";s:10:\"Gochi Hand\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Gochi+Hand:regular&subset=latin\";}s:8:\"gorditas\";a:6:{s:4:\"name\";s:8:\"Gorditas\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Gorditas:regular,700&subset=latin\";}s:21:\"goudy-bookletter-1911\";a:6:{s:4:\"name\";s:21:\"Goudy Bookletter 1911\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911:regular&subset=latin\";}s:8:\"graduate\";a:6:{s:4:\"name\";s:8:\"Graduate\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Graduate:regular&subset=latin\";}s:11:\"grand-hotel\";a:6:{s:4:\"name\";s:11:\"Grand Hotel\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Grand+Hotel:regular&subset=latin,latin-ext\";}s:12:\"gravitas-one\";a:6:{s:4:\"name\";s:12:\"Gravitas One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Gravitas+One:regular&subset=latin\";}s:11:\"great-vibes\";a:6:{s:4:\"name\";s:11:\"Great Vibes\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Great+Vibes:regular&subset=latin,latin-ext\";}s:6:\"griffy\";a:6:{s:4:\"name\";s:6:\"Griffy\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Griffy:regular&subset=latin,latin-ext\";}s:6:\"gruppo\";a:6:{s:4:\"name\";s:6:\"Gruppo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Gruppo:regular&subset=latin,latin-ext\";}s:5:\"gudea\";a:6:{s:4:\"name\";s:5:\"Gudea\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Gudea:regular,italic,700&subset=latin,latin-ext\";}s:8:\"gurajada\";a:6:{s:4:\"name\";s:8:\"Gurajada\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Gurajada:regular&subset=latin,telugu\";}s:6:\"habibi\";a:6:{s:4:\"name\";s:6:\"Habibi\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Habibi:regular&subset=latin,latin-ext\";}s:6:\"halant\";a:6:{s:4:\"name\";s:6:\"Halant\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:104:\"https://fonts.googleapis.com/css?family=Halant:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:15:\"hammersmith-one\";a:6:{s:4:\"name\";s:15:\"Hammersmith One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Hammersmith+One:regular&subset=latin,latin-ext\";}s:7:\"hanalei\";a:6:{s:4:\"name\";s:7:\"Hanalei\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Hanalei:regular&subset=latin,latin-ext\";}s:12:\"hanalei-fill\";a:6:{s:4:\"name\";s:12:\"Hanalei Fill\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Hanalei+Fill:regular&subset=latin,latin-ext\";}s:7:\"handlee\";a:6:{s:4:\"name\";s:7:\"Handlee\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Handlee:regular&subset=latin\";}s:7:\"hanuman\";a:6:{s:4:\"name\";s:7:\"Hanuman\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Hanuman:regular,700&subset=khmer\";}s:12:\"happy-monkey\";a:6:{s:4:\"name\";s:12:\"Happy Monkey\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Happy+Monkey:regular&subset=latin,latin-ext\";}s:12:\"headland-one\";a:6:{s:4:\"name\";s:12:\"Headland One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Headland+One:regular&subset=latin,latin-ext\";}s:11:\"henny-penny\";a:6:{s:4:\"name\";s:11:\"Henny Penny\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Henny+Penny:regular&subset=latin\";}s:20:\"herr-von-muellerhoff\";a:6:{s:4:\"name\";s:20:\"Herr Von Muellerhoff\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff:regular&subset=latin,latin-ext\";}s:4:\"hind\";a:6:{s:4:\"name\";s:4:\"Hind\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:102:\"https://fonts.googleapis.com/css?family=Hind:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:15:\"holtwood-one-sc\";a:6:{s:4:\"name\";s:15:\"Holtwood One SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Holtwood+One+SC:regular&subset=latin\";}s:14:\"homemade-apple\";a:6:{s:4:\"name\";s:14:\"Homemade Apple\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Homemade+Apple:regular&subset=latin\";}s:8:\"homenaje\";a:6:{s:4:\"name\";s:8:\"Homenaje\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Homenaje:regular&subset=latin,latin-ext\";}s:15:\"im-fell-dw-pica\";a:6:{s:4:\"name\";s:15:\"IM Fell DW Pica\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:regular,italic&subset=latin\";}s:18:\"im-fell-dw-pica-sc\";a:6:{s:4:\"name\";s:18:\"IM Fell DW Pica SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC:regular&subset=latin\";}s:19:\"im-fell-double-pica\";a:6:{s:4:\"name\";s:19:\"IM Fell Double Pica\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:regular,italic&subset=latin\";}s:22:\"im-fell-double-pica-sc\";a:6:{s:4:\"name\";s:22:\"IM Fell Double Pica SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC:regular&subset=latin\";}s:15:\"im-fell-english\";a:6:{s:4:\"name\";s:15:\"IM Fell English\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=IM+Fell+English:regular,italic&subset=latin\";}s:18:\"im-fell-english-sc\";a:6:{s:4:\"name\";s:18:\"IM Fell English SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=IM+Fell+English+SC:regular&subset=latin\";}s:20:\"im-fell-french-canon\";a:6:{s:4:\"name\";s:20:\"IM Fell French Canon\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=IM+Fell+French+Canon:regular,italic&subset=latin\";}s:23:\"im-fell-french-canon-sc\";a:6:{s:4:\"name\";s:23:\"IM Fell French Canon SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC:regular&subset=latin\";}s:20:\"im-fell-great-primer\";a:6:{s:4:\"name\";s:20:\"IM Fell Great Primer\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:regular,italic&subset=latin\";}s:23:\"im-fell-great-primer-sc\";a:6:{s:4:\"name\";s:23:\"IM Fell Great Primer SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer+SC:regular&subset=latin\";}s:7:\"iceberg\";a:6:{s:4:\"name\";s:7:\"Iceberg\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Iceberg:regular&subset=latin\";}s:7:\"iceland\";a:6:{s:4:\"name\";s:7:\"Iceland\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Iceland:regular&subset=latin\";}s:7:\"imprima\";a:6:{s:4:\"name\";s:7:\"Imprima\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Imprima:regular&subset=latin,latin-ext\";}s:11:\"inconsolata\";a:6:{s:4:\"name\";s:11:\"Inconsolata\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Inconsolata:regular,700&subset=latin,latin-ext\";}s:5:\"inder\";a:6:{s:4:\"name\";s:5:\"Inder\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Inder:regular&subset=latin,latin-ext\";}s:12:\"indie-flower\";a:6:{s:4:\"name\";s:12:\"Indie Flower\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Indie+Flower:regular&subset=latin\";}s:5:\"inika\";a:6:{s:4:\"name\";s:5:\"Inika\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Inika:regular,700&subset=latin,latin-ext\";}s:14:\"inknut-antiqua\";a:6:{s:4:\"name\";s:14:\"Inknut Antiqua\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:120:\"https://fonts.googleapis.com/css?family=Inknut+Antiqua:300,regular,500,600,700,800,900&subset=latin,latin-ext,devanagari\";}s:12:\"irish-grover\";a:6:{s:4:\"name\";s:12:\"Irish Grover\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Irish+Grover:regular&subset=latin\";}s:9:\"istok-web\";a:6:{s:4:\"name\";s:9:\"Istok Web\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:123:\"https://fonts.googleapis.com/css?family=Istok+Web:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:8:\"italiana\";a:6:{s:4:\"name\";s:8:\"Italiana\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Italiana:regular&subset=latin\";}s:9:\"italianno\";a:6:{s:4:\"name\";s:9:\"Italianno\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Italianno:regular&subset=latin,latin-ext\";}s:4:\"itim\";a:6:{s:4:\"name\";s:4:\"Itim\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Itim:regular&subset=thai,latin,latin-ext,vietnamese\";}s:16:\"jacques-francois\";a:6:{s:4:\"name\";s:16:\"Jacques Francois\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Jacques+Francois:regular&subset=latin\";}s:23:\"jacques-francois-shadow\";a:6:{s:4:\"name\";s:23:\"Jacques Francois Shadow\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Jacques+Francois+Shadow:regular&subset=latin\";}s:5:\"jaldi\";a:6:{s:4:\"name\";s:5:\"Jaldi\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Jaldi:regular,700&subset=latin,latin-ext,devanagari\";}s:14:\"jim-nightshade\";a:6:{s:4:\"name\";s:14:\"Jim Nightshade\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Jim+Nightshade:regular&subset=latin,latin-ext\";}s:10:\"jockey-one\";a:6:{s:4:\"name\";s:10:\"Jockey One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Jockey+One:regular&subset=latin,latin-ext\";}s:12:\"jolly-lodger\";a:6:{s:4:\"name\";s:12:\"Jolly Lodger\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Jolly+Lodger:regular&subset=latin,latin-ext\";}s:12:\"josefin-sans\";a:6:{s:4:\"name\";s:12:\"Josefin Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:146:\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,100italic,300,300italic,regular,italic,600,600italic,700,700italic&subset=latin,latin-ext\";}s:12:\"josefin-slab\";a:6:{s:4:\"name\";s:12:\"Josefin Slab\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:136:\"https://fonts.googleapis.com/css?family=Josefin+Slab:100,100italic,300,300italic,regular,italic,600,600italic,700,700italic&subset=latin\";}s:8:\"joti-one\";a:6:{s:4:\"name\";s:8:\"Joti One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Joti+One:regular&subset=latin,latin-ext\";}s:6:\"judson\";a:6:{s:4:\"name\";s:6:\"Judson\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Judson:regular,italic,700&subset=latin\";}s:5:\"julee\";a:6:{s:4:\"name\";s:5:\"Julee\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Julee:regular&subset=latin\";}s:15:\"julius-sans-one\";a:6:{s:4:\"name\";s:15:\"Julius Sans One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Julius+Sans+One:regular&subset=latin,latin-ext\";}s:5:\"junge\";a:6:{s:4:\"name\";s:5:\"Junge\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Junge:regular&subset=latin\";}s:4:\"jura\";a:6:{s:4:\"name\";s:4:\"Jura\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";}s:3:\"url\";s:115:\"https://fonts.googleapis.com/css?family=Jura:300,regular,500,600&subset=greek,cyrillic,latin,latin-ext,cyrillic-ext\";}s:17:\"just-another-hand\";a:6:{s:4:\"name\";s:17:\"Just Another Hand\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Just+Another+Hand:regular&subset=latin\";}s:23:\"just-me-again-down-here\";a:6:{s:4:\"name\";s:23:\"Just Me Again Down Here\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here:regular&subset=latin,latin-ext\";}s:5:\"kadwa\";a:6:{s:4:\"name\";s:5:\"Kadwa\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Kadwa:regular,700&subset=latin,devanagari\";}s:5:\"kalam\";a:6:{s:4:\"name\";s:5:\"Kalam\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:95:\"https://fonts.googleapis.com/css?family=Kalam:300,regular,700&subset=latin,latin-ext,devanagari\";}s:7:\"kameron\";a:6:{s:4:\"name\";s:7:\"Kameron\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Kameron:regular,700&subset=latin\";}s:9:\"kantumruy\";a:6:{s:4:\"name\";s:9:\"Kantumruy\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Kantumruy:300,regular,700&subset=khmer\";}s:5:\"karla\";a:6:{s:4:\"name\";s:5:\"Karla\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=Karla:regular,italic,700,700italic&subset=latin,latin-ext\";}s:5:\"karma\";a:6:{s:4:\"name\";s:5:\"Karma\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Karma:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:14:\"kaushan-script\";a:6:{s:4:\"name\";s:14:\"Kaushan Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Kaushan+Script:regular&subset=latin,latin-ext\";}s:6:\"kavoon\";a:6:{s:4:\"name\";s:6:\"Kavoon\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Kavoon:regular&subset=latin,latin-ext\";}s:10:\"kdam-thmor\";a:6:{s:4:\"name\";s:10:\"Kdam Thmor\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Kdam+Thmor:regular&subset=khmer\";}s:10:\"keania-one\";a:6:{s:4:\"name\";s:10:\"Keania One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Keania+One:regular&subset=latin,latin-ext\";}s:10:\"kelly-slab\";a:6:{s:4:\"name\";s:10:\"Kelly Slab\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Kelly+Slab:regular&subset=cyrillic,latin,latin-ext\";}s:5:\"kenia\";a:6:{s:4:\"name\";s:5:\"Kenia\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Kenia:regular&subset=latin\";}s:5:\"khand\";a:6:{s:4:\"name\";s:5:\"Khand\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Khand:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:5:\"khmer\";a:6:{s:4:\"name\";s:5:\"Khmer\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Khmer:regular&subset=khmer\";}s:5:\"khula\";a:6:{s:4:\"name\";s:5:\"Khula\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Khula:300,regular,600,700,800&subset=latin,latin-ext,devanagari\";}s:8:\"kite-one\";a:6:{s:4:\"name\";s:8:\"Kite One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Kite+One:regular&subset=latin\";}s:7:\"knewave\";a:6:{s:4:\"name\";s:7:\"Knewave\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Knewave:regular&subset=latin,latin-ext\";}s:9:\"kotta-one\";a:6:{s:4:\"name\";s:9:\"Kotta One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Kotta+One:regular&subset=latin,latin-ext\";}s:6:\"koulen\";a:6:{s:4:\"name\";s:6:\"Koulen\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Koulen:regular&subset=khmer\";}s:6:\"kranky\";a:6:{s:4:\"name\";s:6:\"Kranky\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Kranky:regular&subset=latin\";}s:5:\"kreon\";a:6:{s:4:\"name\";s:5:\"Kreon\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Kreon:300,regular,700&subset=latin\";}s:6:\"kristi\";a:6:{s:4:\"name\";s:6:\"Kristi\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Kristi:regular&subset=latin\";}s:9:\"krona-one\";a:6:{s:4:\"name\";s:9:\"Krona One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Krona+One:regular&subset=latin,latin-ext\";}s:6:\"kurale\";a:6:{s:4:\"name\";s:6:\"Kurale\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"devanagari\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=Kurale:regular&subset=cyrillic,latin,latin-ext,devanagari\";}s:15:\"la-belle-aurore\";a:6:{s:4:\"name\";s:15:\"La Belle Aurore\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=La+Belle+Aurore:regular&subset=latin\";}s:5:\"laila\";a:6:{s:4:\"name\";s:5:\"Laila\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:103:\"https://fonts.googleapis.com/css?family=Laila:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:11:\"lakki-reddy\";a:6:{s:4:\"name\";s:11:\"Lakki Reddy\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Lakki+Reddy:regular&subset=latin,telugu\";}s:8:\"lancelot\";a:6:{s:4:\"name\";s:8:\"Lancelot\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Lancelot:regular&subset=latin,latin-ext\";}s:6:\"lateef\";a:6:{s:4:\"name\";s:6:\"Lateef\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Lateef:regular&subset=latin,arabic\";}s:4:\"lato\";a:6:{s:4:\"name\";s:4:\"Lato\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:138:\"https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&subset=latin,latin-ext\";}s:13:\"league-script\";a:6:{s:4:\"name\";s:13:\"League Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=League+Script:regular&subset=latin\";}s:12:\"leckerli-one\";a:6:{s:4:\"name\";s:12:\"Leckerli One\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Leckerli+One:regular&subset=latin\";}s:6:\"ledger\";a:6:{s:4:\"name\";s:6:\"Ledger\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Ledger:regular&subset=cyrillic,latin,latin-ext\";}s:6:\"lekton\";a:6:{s:4:\"name\";s:6:\"Lekton\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Lekton:regular,italic,700&subset=latin,latin-ext\";}s:5:\"lemon\";a:6:{s:4:\"name\";s:5:\"Lemon\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Lemon:regular&subset=latin\";}s:17:\"libre-baskerville\";a:6:{s:4:\"name\";s:17:\"Libre Baskerville\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:99:\"https://fonts.googleapis.com/css?family=Libre+Baskerville:regular,italic,700&subset=latin,latin-ext\";}s:11:\"life-savers\";a:6:{s:4:\"name\";s:11:\"Life Savers\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Life+Savers:regular,700&subset=latin,latin-ext\";}s:10:\"lilita-one\";a:6:{s:4:\"name\";s:10:\"Lilita One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Lilita+One:regular&subset=latin,latin-ext\";}s:15:\"lily-script-one\";a:6:{s:4:\"name\";s:15:\"Lily Script One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Lily+Script+One:regular&subset=latin,latin-ext\";}s:9:\"limelight\";a:6:{s:4:\"name\";s:9:\"Limelight\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Limelight:regular&subset=latin,latin-ext\";}s:11:\"linden-hill\";a:6:{s:4:\"name\";s:11:\"Linden Hill\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Linden+Hill:regular,italic&subset=latin\";}s:7:\"lobster\";a:6:{s:4:\"name\";s:7:\"Lobster\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:3:\"url\";s:98:\"https://fonts.googleapis.com/css?family=Lobster:regular&subset=cyrillic,latin,latin-ext,vietnamese\";}s:11:\"lobster-two\";a:6:{s:4:\"name\";s:11:\"Lobster Two\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:93:\"https://fonts.googleapis.com/css?family=Lobster+Two:regular,italic,700,700italic&subset=latin\";}s:16:\"londrina-outline\";a:6:{s:4:\"name\";s:16:\"Londrina Outline\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Londrina+Outline:regular&subset=latin\";}s:15:\"londrina-shadow\";a:6:{s:4:\"name\";s:15:\"Londrina Shadow\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Londrina+Shadow:regular&subset=latin\";}s:15:\"londrina-sketch\";a:6:{s:4:\"name\";s:15:\"Londrina Sketch\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Londrina+Sketch:regular&subset=latin\";}s:14:\"londrina-solid\";a:6:{s:4:\"name\";s:14:\"Londrina Solid\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Londrina+Solid:regular&subset=latin\";}s:4:\"lora\";a:6:{s:4:\"name\";s:4:\"Lora\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:105:\"https://fonts.googleapis.com/css?family=Lora:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext\";}s:21:\"love-ya-like-a-sister\";a:6:{s:4:\"name\";s:21:\"Love Ya Like A Sister\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister:regular&subset=latin\";}s:17:\"loved-by-the-king\";a:6:{s:4:\"name\";s:17:\"Loved by the King\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Loved+by+the+King:regular&subset=latin\";}s:14:\"lovers-quarrel\";a:6:{s:4:\"name\";s:14:\"Lovers Quarrel\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Lovers+Quarrel:regular&subset=latin,latin-ext\";}s:12:\"luckiest-guy\";a:6:{s:4:\"name\";s:12:\"Luckiest Guy\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Luckiest+Guy:regular&subset=latin\";}s:8:\"lusitana\";a:6:{s:4:\"name\";s:8:\"Lusitana\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Lusitana:regular,700&subset=latin\";}s:7:\"lustria\";a:6:{s:4:\"name\";s:7:\"Lustria\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Lustria:regular&subset=latin\";}s:7:\"macondo\";a:6:{s:4:\"name\";s:7:\"Macondo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Macondo:regular&subset=latin\";}s:18:\"macondo-swash-caps\";a:6:{s:4:\"name\";s:18:\"Macondo Swash Caps\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Macondo+Swash+Caps:regular&subset=latin\";}s:5:\"magra\";a:6:{s:4:\"name\";s:5:\"Magra\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Magra:regular,700&subset=latin,latin-ext\";}s:13:\"maiden-orange\";a:6:{s:4:\"name\";s:13:\"Maiden Orange\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Maiden+Orange:regular&subset=latin\";}s:4:\"mako\";a:6:{s:4:\"name\";s:4:\"Mako\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Mako:regular&subset=latin\";}s:8:\"mallanna\";a:6:{s:4:\"name\";s:8:\"Mallanna\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Mallanna:regular&subset=latin,telugu\";}s:7:\"mandali\";a:6:{s:4:\"name\";s:7:\"Mandali\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Mandali:regular&subset=latin,telugu\";}s:9:\"marcellus\";a:6:{s:4:\"name\";s:9:\"Marcellus\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Marcellus:regular&subset=latin,latin-ext\";}s:12:\"marcellus-sc\";a:6:{s:4:\"name\";s:12:\"Marcellus SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Marcellus+SC:regular&subset=latin,latin-ext\";}s:12:\"marck-script\";a:6:{s:4:\"name\";s:12:\"Marck Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:92:\"https://fonts.googleapis.com/css?family=Marck+Script:regular&subset=cyrillic,latin,latin-ext\";}s:9:\"margarine\";a:6:{s:4:\"name\";s:9:\"Margarine\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Margarine:regular&subset=latin,latin-ext\";}s:9:\"marko-one\";a:6:{s:4:\"name\";s:9:\"Marko One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Marko+One:regular&subset=latin\";}s:8:\"marmelad\";a:6:{s:4:\"name\";s:8:\"Marmelad\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Marmelad:regular&subset=cyrillic,latin,latin-ext\";}s:6:\"martel\";a:6:{s:4:\"name\";s:6:\"Martel\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:112:\"https://fonts.googleapis.com/css?family=Martel:200,300,regular,600,700,800,900&subset=latin,latin-ext,devanagari\";}s:11:\"martel-sans\";a:6:{s:4:\"name\";s:11:\"Martel Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:117:\"https://fonts.googleapis.com/css?family=Martel+Sans:200,300,regular,600,700,800,900&subset=latin,latin-ext,devanagari\";}s:6:\"marvel\";a:6:{s:4:\"name\";s:6:\"Marvel\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Marvel:regular,italic,700,700italic&subset=latin\";}s:4:\"mate\";a:6:{s:4:\"name\";s:4:\"Mate\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Mate:regular,italic&subset=latin\";}s:7:\"mate-sc\";a:6:{s:4:\"name\";s:7:\"Mate SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Mate+SC:regular&subset=latin\";}s:9:\"maven-pro\";a:6:{s:4:\"name\";s:9:\"Maven Pro\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Maven+Pro:regular,500,700,900&subset=latin\";}s:7:\"mclaren\";a:6:{s:4:\"name\";s:7:\"McLaren\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=McLaren:regular&subset=latin,latin-ext\";}s:6:\"meddon\";a:6:{s:4:\"name\";s:6:\"Meddon\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Meddon:regular&subset=latin\";}s:13:\"medievalsharp\";a:6:{s:4:\"name\";s:13:\"MedievalSharp\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=MedievalSharp:regular&subset=latin,latin-ext\";}s:10:\"medula-one\";a:6:{s:4:\"name\";s:10:\"Medula One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Medula+One:regular&subset=latin\";}s:6:\"megrim\";a:6:{s:4:\"name\";s:6:\"Megrim\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Megrim:regular&subset=latin\";}s:11:\"meie-script\";a:6:{s:4:\"name\";s:11:\"Meie Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Meie+Script:regular&subset=latin,latin-ext\";}s:8:\"merienda\";a:6:{s:4:\"name\";s:8:\"Merienda\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Merienda:regular,700&subset=latin,latin-ext\";}s:12:\"merienda-one\";a:6:{s:4:\"name\";s:12:\"Merienda One\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Merienda+One:regular&subset=latin\";}s:12:\"merriweather\";a:6:{s:4:\"name\";s:12:\"Merriweather\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:132:\"https://fonts.googleapis.com/css?family=Merriweather:300,300italic,regular,italic,700,700italic,900,900italic&subset=latin,latin-ext\";}s:17:\"merriweather-sans\";a:6:{s:4:\"name\";s:17:\"Merriweather Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:137:\"https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300italic,regular,italic,700,700italic,800,800italic&subset=latin,latin-ext\";}s:5:\"metal\";a:6:{s:4:\"name\";s:5:\"Metal\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Metal:regular&subset=khmer\";}s:11:\"metal-mania\";a:6:{s:4:\"name\";s:11:\"Metal Mania\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Metal+Mania:regular&subset=latin,latin-ext\";}s:12:\"metamorphous\";a:6:{s:4:\"name\";s:12:\"Metamorphous\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Metamorphous:regular&subset=latin,latin-ext\";}s:11:\"metrophobic\";a:6:{s:4:\"name\";s:11:\"Metrophobic\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Metrophobic:regular&subset=latin\";}s:8:\"michroma\";a:6:{s:4:\"name\";s:8:\"Michroma\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Michroma:regular&subset=latin\";}s:7:\"milonga\";a:6:{s:4:\"name\";s:7:\"Milonga\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Milonga:regular&subset=latin,latin-ext\";}s:9:\"miltonian\";a:6:{s:4:\"name\";s:9:\"Miltonian\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Miltonian:regular&subset=latin\";}s:16:\"miltonian-tattoo\";a:6:{s:4:\"name\";s:16:\"Miltonian Tattoo\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Miltonian+Tattoo:regular&subset=latin\";}s:7:\"miniver\";a:6:{s:4:\"name\";s:7:\"Miniver\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Miniver:regular&subset=latin\";}s:14:\"miss-fajardose\";a:6:{s:4:\"name\";s:14:\"Miss Fajardose\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Miss+Fajardose:regular&subset=latin,latin-ext\";}s:5:\"modak\";a:6:{s:4:\"name\";s:5:\"Modak\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Modak:regular&subset=latin,latin-ext,devanagari\";}s:14:\"modern-antiqua\";a:6:{s:4:\"name\";s:14:\"Modern Antiqua\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Modern+Antiqua:regular&subset=latin,latin-ext\";}s:7:\"molengo\";a:6:{s:4:\"name\";s:7:\"Molengo\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Molengo:regular&subset=latin,latin-ext\";}s:5:\"molle\";a:6:{s:4:\"name\";s:5:\"Molle\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Molle:italic&subset=latin,latin-ext\";}s:5:\"monda\";a:6:{s:4:\"name\";s:5:\"Monda\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Monda:regular,700&subset=latin,latin-ext\";}s:8:\"monofett\";a:6:{s:4:\"name\";s:8:\"Monofett\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Monofett:regular&subset=latin\";}s:7:\"monoton\";a:6:{s:4:\"name\";s:7:\"Monoton\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Monoton:regular&subset=latin\";}s:20:\"monsieur-la-doulaise\";a:6:{s:4:\"name\";s:20:\"Monsieur La Doulaise\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise:regular&subset=latin,latin-ext\";}s:7:\"montaga\";a:6:{s:4:\"name\";s:7:\"Montaga\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Montaga:regular&subset=latin\";}s:6:\"montez\";a:6:{s:4:\"name\";s:6:\"Montez\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Montez:regular&subset=latin\";}s:10:\"montserrat\";a:6:{s:4:\"name\";s:10:\"Montserrat\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Montserrat:regular,700&subset=latin\";}s:21:\"montserrat-alternates\";a:6:{s:4:\"name\";s:21:\"Montserrat Alternates\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Montserrat+Alternates:regular,700&subset=latin\";}s:20:\"montserrat-subrayada\";a:6:{s:4:\"name\";s:20:\"Montserrat Subrayada\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Montserrat+Subrayada:regular,700&subset=latin\";}s:4:\"moul\";a:6:{s:4:\"name\";s:4:\"Moul\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Moul:regular&subset=khmer\";}s:8:\"moulpali\";a:6:{s:4:\"name\";s:8:\"Moulpali\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Moulpali:regular&subset=khmer\";}s:22:\"mountains-of-christmas\";a:6:{s:4:\"name\";s:22:\"Mountains of Christmas\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Mountains+of+Christmas:regular,700&subset=latin\";}s:13:\"mouse-memoirs\";a:6:{s:4:\"name\";s:13:\"Mouse Memoirs\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Mouse+Memoirs:regular&subset=latin,latin-ext\";}s:10:\"mr-bedfort\";a:6:{s:4:\"name\";s:10:\"Mr Bedfort\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Mr+Bedfort:regular&subset=latin,latin-ext\";}s:8:\"mr-dafoe\";a:6:{s:4:\"name\";s:8:\"Mr Dafoe\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Mr+Dafoe:regular&subset=latin,latin-ext\";}s:14:\"mr-de-haviland\";a:6:{s:4:\"name\";s:14:\"Mr De Haviland\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Mr+De+Haviland:regular&subset=latin,latin-ext\";}s:19:\"mrs-saint-delafield\";a:6:{s:4:\"name\";s:19:\"Mrs Saint Delafield\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield:regular&subset=latin,latin-ext\";}s:13:\"mrs-sheppards\";a:6:{s:4:\"name\";s:13:\"Mrs Sheppards\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Mrs+Sheppards:regular&subset=latin,latin-ext\";}s:4:\"muli\";a:6:{s:4:\"name\";s:4:\"Muli\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Muli:300,300italic,regular,italic&subset=latin\";}s:13:\"mystery-quest\";a:6:{s:4:\"name\";s:13:\"Mystery Quest\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Mystery+Quest:regular&subset=latin,latin-ext\";}s:3:\"ntr\";a:6:{s:4:\"name\";s:3:\"NTR\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=NTR:regular&subset=latin,telugu\";}s:6:\"neucha\";a:6:{s:4:\"name\";s:6:\"Neucha\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Neucha:regular&subset=cyrillic,latin\";}s:6:\"neuton\";a:6:{s:4:\"name\";s:6:\"Neuton\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Neuton:200,300,regular,italic,700,800&subset=latin,latin-ext\";}s:10:\"new-rocker\";a:6:{s:4:\"name\";s:10:\"New Rocker\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=New+Rocker:regular&subset=latin,latin-ext\";}s:10:\"news-cycle\";a:6:{s:4:\"name\";s:10:\"News Cycle\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=News+Cycle:regular,700&subset=latin,latin-ext\";}s:7:\"niconne\";a:6:{s:4:\"name\";s:7:\"Niconne\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Niconne:regular&subset=latin,latin-ext\";}s:9:\"nixie-one\";a:6:{s:4:\"name\";s:9:\"Nixie One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Nixie+One:regular&subset=latin\";}s:6:\"nobile\";a:6:{s:4:\"name\";s:6:\"Nobile\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Nobile:regular,italic,700,700italic&subset=latin\";}s:6:\"nokora\";a:6:{s:4:\"name\";s:6:\"Nokora\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Nokora:regular,700&subset=khmer\";}s:7:\"norican\";a:6:{s:4:\"name\";s:7:\"Norican\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Norican:regular&subset=latin,latin-ext\";}s:7:\"nosifer\";a:6:{s:4:\"name\";s:7:\"Nosifer\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Nosifer:regular&subset=latin,latin-ext\";}s:20:\"nothing-you-could-do\";a:6:{s:4:\"name\";s:20:\"Nothing You Could Do\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Nothing+You+Could+Do:regular&subset=latin\";}s:12:\"noticia-text\";a:6:{s:4:\"name\";s:12:\"Noticia Text\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:115:\"https://fonts.googleapis.com/css?family=Noticia+Text:regular,italic,700,700italic&subset=latin,latin-ext,vietnamese\";}s:9:\"noto-sans\";a:6:{s:4:\"name\";s:9:\"Noto Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"devanagari\";i:6;s:12:\"cyrillic-ext\";i:7;s:10:\"vietnamese\";}s:3:\"url\";s:161:\"https://fonts.googleapis.com/css?family=Noto+Sans:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,devanagari,cyrillic-ext,vietnamese\";}s:10:\"noto-serif\";a:6:{s:4:\"name\";s:10:\"Noto Serif\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:151:\"https://fonts.googleapis.com/css?family=Noto+Serif:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:8:\"nova-cut\";a:6:{s:4:\"name\";s:8:\"Nova Cut\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Nova+Cut:regular&subset=latin\";}s:9:\"nova-flat\";a:6:{s:4:\"name\";s:9:\"Nova Flat\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Nova+Flat:regular&subset=latin\";}s:9:\"nova-mono\";a:6:{s:4:\"name\";s:9:\"Nova Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Nova+Mono:regular&subset=greek,latin\";}s:9:\"nova-oval\";a:6:{s:4:\"name\";s:9:\"Nova Oval\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Nova+Oval:regular&subset=latin\";}s:10:\"nova-round\";a:6:{s:4:\"name\";s:10:\"Nova Round\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Nova+Round:regular&subset=latin\";}s:11:\"nova-script\";a:6:{s:4:\"name\";s:11:\"Nova Script\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Nova+Script:regular&subset=latin\";}s:9:\"nova-slim\";a:6:{s:4:\"name\";s:9:\"Nova Slim\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Nova+Slim:regular&subset=latin\";}s:11:\"nova-square\";a:6:{s:4:\"name\";s:11:\"Nova Square\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Nova+Square:regular&subset=latin\";}s:6:\"numans\";a:6:{s:4:\"name\";s:6:\"Numans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Numans:regular&subset=latin\";}s:6:\"nunito\";a:6:{s:4:\"name\";s:6:\"Nunito\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Nunito:300,regular,700&subset=latin\";}s:14:\"odor-mean-chey\";a:6:{s:4:\"name\";s:14:\"Odor Mean Chey\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Odor+Mean+Chey:regular&subset=khmer\";}s:7:\"offside\";a:6:{s:4:\"name\";s:7:\"Offside\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Offside:regular&subset=latin\";}s:15:\"old-standard-tt\";a:6:{s:4:\"name\";s:15:\"Old Standard TT\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Old+Standard+TT:regular,italic,700&subset=latin\";}s:9:\"oldenburg\";a:6:{s:4:\"name\";s:9:\"Oldenburg\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Oldenburg:regular&subset=latin,latin-ext\";}s:11:\"oleo-script\";a:6:{s:4:\"name\";s:11:\"Oleo Script\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Oleo+Script:regular,700&subset=latin,latin-ext\";}s:22:\"oleo-script-swash-caps\";a:6:{s:4:\"name\";s:22:\"Oleo Script Swash Caps\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:regular,700&subset=latin,latin-ext\";}s:9:\"open-sans\";a:6:{s:4:\"name\";s:9:\"Open Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:192:\"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:19:\"open-sans-condensed\";a:6:{s:4:\"name\";s:19:\"Open Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:149:\"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:11:\"oranienbaum\";a:6:{s:4:\"name\";s:11:\"Oranienbaum\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:104:\"https://fonts.googleapis.com/css?family=Oranienbaum:regular&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:8:\"orbitron\";a:6:{s:4:\"name\";s:8:\"Orbitron\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Orbitron:regular,500,700,900&subset=latin\";}s:7:\"oregano\";a:6:{s:4:\"name\";s:7:\"Oregano\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Oregano:regular,italic&subset=latin,latin-ext\";}s:7:\"orienta\";a:6:{s:4:\"name\";s:7:\"Orienta\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Orienta:regular&subset=latin,latin-ext\";}s:15:\"original-surfer\";a:6:{s:4:\"name\";s:15:\"Original Surfer\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Original+Surfer:regular&subset=latin\";}s:6:\"oswald\";a:6:{s:4:\"name\";s:6:\"Oswald\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Oswald:300,regular,700&subset=latin,latin-ext\";}s:16:\"over-the-rainbow\";a:6:{s:4:\"name\";s:16:\"Over the Rainbow\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Over+the+Rainbow:regular&subset=latin\";}s:8:\"overlock\";a:6:{s:4:\"name\";s:8:\"Overlock\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:114:\"https://fonts.googleapis.com/css?family=Overlock:regular,italic,700,700italic,900,900italic&subset=latin,latin-ext\";}s:11:\"overlock-sc\";a:6:{s:4:\"name\";s:11:\"Overlock SC\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Overlock+SC:regular&subset=latin,latin-ext\";}s:3:\"ovo\";a:6:{s:4:\"name\";s:3:\"Ovo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:64:\"https://fonts.googleapis.com/css?family=Ovo:regular&subset=latin\";}s:6:\"oxygen\";a:6:{s:4:\"name\";s:6:\"Oxygen\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Oxygen:300,regular,700&subset=latin,latin-ext\";}s:11:\"oxygen-mono\";a:6:{s:4:\"name\";s:11:\"Oxygen Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Oxygen+Mono:regular&subset=latin,latin-ext\";}s:7:\"pt-mono\";a:6:{s:4:\"name\";s:7:\"PT Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=PT+Mono:regular&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:7:\"pt-sans\";a:6:{s:4:\"name\";s:7:\"PT Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:121:\"https://fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:15:\"pt-sans-caption\";a:6:{s:4:\"name\";s:15:\"PT Sans Caption\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:112:\"https://fonts.googleapis.com/css?family=PT+Sans+Caption:regular,700&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:14:\"pt-sans-narrow\";a:6:{s:4:\"name\";s:14:\"PT Sans Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:111:\"https://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,700&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:8:\"pt-serif\";a:6:{s:4:\"name\";s:8:\"PT Serif\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:122:\"https://fonts.googleapis.com/css?family=PT+Serif:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:16:\"pt-serif-caption\";a:6:{s:4:\"name\";s:16:\"PT Serif Caption\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";}s:3:\"url\";s:116:\"https://fonts.googleapis.com/css?family=PT+Serif+Caption:regular,italic&subset=cyrillic,latin,latin-ext,cyrillic-ext\";}s:8:\"pacifico\";a:6:{s:4:\"name\";s:8:\"Pacifico\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Pacifico:regular&subset=latin\";}s:9:\"palanquin\";a:6:{s:4:\"name\";s:9:\"Palanquin\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:115:\"https://fonts.googleapis.com/css?family=Palanquin:100,200,300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:14:\"palanquin-dark\";a:6:{s:4:\"name\";s:14:\"Palanquin Dark\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:108:\"https://fonts.googleapis.com/css?family=Palanquin+Dark:regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:7:\"paprika\";a:6:{s:4:\"name\";s:7:\"Paprika\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Paprika:regular&subset=latin\";}s:10:\"parisienne\";a:6:{s:4:\"name\";s:10:\"Parisienne\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Parisienne:regular&subset=latin,latin-ext\";}s:11:\"passero-one\";a:6:{s:4:\"name\";s:11:\"Passero One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Passero+One:regular&subset=latin,latin-ext\";}s:11:\"passion-one\";a:6:{s:4:\"name\";s:11:\"Passion One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Passion+One:regular,700,900&subset=latin,latin-ext\";}s:18:\"pathway-gothic-one\";a:6:{s:4:\"name\";s:18:\"Pathway Gothic One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Pathway+Gothic+One:regular&subset=latin,latin-ext\";}s:12:\"patrick-hand\";a:6:{s:4:\"name\";s:12:\"Patrick Hand\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Patrick+Hand:regular&subset=latin,latin-ext,vietnamese\";}s:15:\"patrick-hand-sc\";a:6:{s:4:\"name\";s:15:\"Patrick Hand SC\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=Patrick+Hand+SC:regular&subset=latin,latin-ext,vietnamese\";}s:9:\"patua-one\";a:6:{s:4:\"name\";s:9:\"Patua One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Patua+One:regular&subset=latin\";}s:11:\"paytone-one\";a:6:{s:4:\"name\";s:11:\"Paytone One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Paytone+One:regular&subset=latin\";}s:7:\"peddana\";a:6:{s:4:\"name\";s:7:\"Peddana\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Peddana:regular&subset=latin,telugu\";}s:7:\"peralta\";a:6:{s:4:\"name\";s:7:\"Peralta\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Peralta:regular&subset=latin,latin-ext\";}s:16:\"permanent-marker\";a:6:{s:4:\"name\";s:16:\"Permanent Marker\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Permanent+Marker:regular&subset=latin\";}s:19:\"petit-formal-script\";a:6:{s:4:\"name\";s:19:\"Petit Formal Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Petit+Formal+Script:regular&subset=latin,latin-ext\";}s:7:\"petrona\";a:6:{s:4:\"name\";s:7:\"Petrona\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Petrona:regular&subset=latin\";}s:11:\"philosopher\";a:6:{s:4:\"name\";s:11:\"Philosopher\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:3:\"url\";s:102:\"https://fonts.googleapis.com/css?family=Philosopher:regular,italic,700,700italic&subset=cyrillic,latin\";}s:6:\"piedra\";a:6:{s:4:\"name\";s:6:\"Piedra\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Piedra:regular&subset=latin,latin-ext\";}s:13:\"pinyon-script\";a:6:{s:4:\"name\";s:13:\"Pinyon Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Pinyon+Script:regular&subset=latin\";}s:10:\"pirata-one\";a:6:{s:4:\"name\";s:10:\"Pirata One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Pirata+One:regular&subset=latin,latin-ext\";}s:7:\"plaster\";a:6:{s:4:\"name\";s:7:\"Plaster\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Plaster:regular&subset=latin,latin-ext\";}s:4:\"play\";a:6:{s:4:\"name\";s:4:\"Play\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";}s:3:\"url\";s:107:\"https://fonts.googleapis.com/css?family=Play:regular,700&subset=greek,cyrillic,latin,latin-ext,cyrillic-ext\";}s:8:\"playball\";a:6:{s:4:\"name\";s:8:\"Playball\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Playball:regular&subset=latin,latin-ext\";}s:16:\"playfair-display\";a:6:{s:4:\"name\";s:16:\"Playfair Display\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:131:\"https://fonts.googleapis.com/css?family=Playfair+Display:regular,italic,700,700italic,900,900italic&subset=cyrillic,latin,latin-ext\";}s:19:\"playfair-display-sc\";a:6:{s:4:\"name\";s:19:\"Playfair Display SC\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:134:\"https://fonts.googleapis.com/css?family=Playfair+Display+SC:regular,italic,700,700italic,900,900italic&subset=cyrillic,latin,latin-ext\";}s:7:\"podkova\";a:6:{s:4:\"name\";s:7:\"Podkova\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Podkova:regular,700&subset=latin\";}s:10:\"poiret-one\";a:6:{s:4:\"name\";s:10:\"Poiret One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Poiret+One:regular&subset=cyrillic,latin,latin-ext\";}s:10:\"poller-one\";a:6:{s:4:\"name\";s:10:\"Poller One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Poller+One:regular&subset=latin\";}s:4:\"poly\";a:6:{s:4:\"name\";s:4:\"Poly\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Poly:regular,italic&subset=latin\";}s:8:\"pompiere\";a:6:{s:4:\"name\";s:8:\"Pompiere\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Pompiere:regular&subset=latin\";}s:12:\"pontano-sans\";a:6:{s:4:\"name\";s:12:\"Pontano Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Pontano+Sans:regular&subset=latin,latin-ext\";}s:7:\"poppins\";a:6:{s:4:\"name\";s:7:\"Poppins\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:105:\"https://fonts.googleapis.com/css?family=Poppins:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:16:\"port-lligat-sans\";a:6:{s:4:\"name\";s:16:\"Port Lligat Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Port+Lligat+Sans:regular&subset=latin\";}s:16:\"port-lligat-slab\";a:6:{s:4:\"name\";s:16:\"Port Lligat Slab\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Port+Lligat+Slab:regular&subset=latin\";}s:14:\"pragati-narrow\";a:6:{s:4:\"name\";s:14:\"Pragati Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Pragati+Narrow:regular,700&subset=latin,latin-ext,devanagari\";}s:5:\"prata\";a:6:{s:4:\"name\";s:5:\"Prata\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Prata:regular&subset=latin\";}s:11:\"preahvihear\";a:6:{s:4:\"name\";s:11:\"Preahvihear\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Preahvihear:regular&subset=khmer\";}s:14:\"press-start-2p\";a:6:{s:4:\"name\";s:14:\"Press Start 2P\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Press+Start+2P:regular&subset=greek,cyrillic,latin,latin-ext\";}s:14:\"princess-sofia\";a:6:{s:4:\"name\";s:14:\"Princess Sofia\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Princess+Sofia:regular&subset=latin,latin-ext\";}s:8:\"prociono\";a:6:{s:4:\"name\";s:8:\"Prociono\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Prociono:regular&subset=latin\";}s:10:\"prosto-one\";a:6:{s:4:\"name\";s:10:\"Prosto One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Prosto+One:regular&subset=cyrillic,latin,latin-ext\";}s:7:\"puritan\";a:6:{s:4:\"name\";s:7:\"Puritan\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Puritan:regular,italic,700,700italic&subset=latin\";}s:12:\"purple-purse\";a:6:{s:4:\"name\";s:12:\"Purple Purse\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Purple+Purse:regular&subset=latin,latin-ext\";}s:6:\"quando\";a:6:{s:4:\"name\";s:6:\"Quando\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Quando:regular&subset=latin,latin-ext\";}s:8:\"quantico\";a:6:{s:4:\"name\";s:8:\"Quantico\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Quantico:regular,italic,700,700italic&subset=latin\";}s:12:\"quattrocento\";a:6:{s:4:\"name\";s:12:\"Quattrocento\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Quattrocento:regular,700&subset=latin,latin-ext\";}s:17:\"quattrocento-sans\";a:6:{s:4:\"name\";s:17:\"Quattrocento Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:109:\"https://fonts.googleapis.com/css?family=Quattrocento+Sans:regular,italic,700,700italic&subset=latin,latin-ext\";}s:9:\"questrial\";a:6:{s:4:\"name\";s:9:\"Questrial\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Questrial:regular&subset=latin\";}s:9:\"quicksand\";a:6:{s:4:\"name\";s:9:\"Quicksand\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Quicksand:300,regular,700&subset=latin\";}s:14:\"quintessential\";a:6:{s:4:\"name\";s:14:\"Quintessential\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Quintessential:regular&subset=latin,latin-ext\";}s:7:\"qwigley\";a:6:{s:4:\"name\";s:7:\"Qwigley\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Qwigley:regular&subset=latin,latin-ext\";}s:15:\"racing-sans-one\";a:6:{s:4:\"name\";s:15:\"Racing Sans One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Racing+Sans+One:regular&subset=latin,latin-ext\";}s:6:\"radley\";a:6:{s:4:\"name\";s:6:\"Radley\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Radley:regular,italic&subset=latin,latin-ext\";}s:8:\"rajdhani\";a:6:{s:4:\"name\";s:8:\"Rajdhani\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:106:\"https://fonts.googleapis.com/css?family=Rajdhani:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:7:\"raleway\";a:6:{s:4:\"name\";s:7:\"Raleway\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900&subset=latin\";}s:12:\"raleway-dots\";a:6:{s:4:\"name\";s:12:\"Raleway Dots\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Raleway+Dots:regular&subset=latin,latin-ext\";}s:10:\"ramabhadra\";a:6:{s:4:\"name\";s:10:\"Ramabhadra\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Ramabhadra:regular&subset=latin,telugu\";}s:8:\"ramaraja\";a:6:{s:4:\"name\";s:8:\"Ramaraja\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Ramaraja:regular&subset=latin,telugu\";}s:6:\"rambla\";a:6:{s:4:\"name\";s:6:\"Rambla\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:98:\"https://fonts.googleapis.com/css?family=Rambla:regular,italic,700,700italic&subset=latin,latin-ext\";}s:12:\"rammetto-one\";a:6:{s:4:\"name\";s:12:\"Rammetto One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Rammetto+One:regular&subset=latin,latin-ext\";}s:8:\"ranchers\";a:6:{s:4:\"name\";s:8:\"Ranchers\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Ranchers:regular&subset=latin,latin-ext\";}s:6:\"rancho\";a:6:{s:4:\"name\";s:6:\"Rancho\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Rancho:regular&subset=latin\";}s:5:\"ranga\";a:6:{s:4:\"name\";s:5:\"Ranga\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Ranga:regular,700&subset=latin,latin-ext,devanagari\";}s:9:\"rationale\";a:6:{s:4:\"name\";s:9:\"Rationale\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Rationale:regular&subset=latin\";}s:12:\"ravi-prakash\";a:6:{s:4:\"name\";s:12:\"Ravi Prakash\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Ravi+Prakash:regular&subset=latin,telugu\";}s:9:\"redressed\";a:6:{s:4:\"name\";s:9:\"Redressed\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Redressed:regular&subset=latin\";}s:13:\"reenie-beanie\";a:6:{s:4:\"name\";s:13:\"Reenie Beanie\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Reenie+Beanie:regular&subset=latin\";}s:7:\"revalia\";a:6:{s:4:\"name\";s:7:\"Revalia\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Revalia:regular&subset=latin,latin-ext\";}s:13:\"rhodium-libre\";a:6:{s:4:\"name\";s:13:\"Rhodium Libre\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:95:\"https://fonts.googleapis.com/css?family=Rhodium+Libre:regular&subset=latin,latin-ext,devanagari\";}s:6:\"ribeye\";a:6:{s:4:\"name\";s:6:\"Ribeye\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Ribeye:regular&subset=latin,latin-ext\";}s:13:\"ribeye-marrow\";a:6:{s:4:\"name\";s:13:\"Ribeye Marrow\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Ribeye+Marrow:regular&subset=latin,latin-ext\";}s:9:\"righteous\";a:6:{s:4:\"name\";s:9:\"Righteous\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Righteous:regular&subset=latin,latin-ext\";}s:6:\"risque\";a:6:{s:4:\"name\";s:6:\"Risque\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Risque:regular&subset=latin,latin-ext\";}s:6:\"roboto\";a:6:{s:4:\"name\";s:6:\"Roboto\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:203:\"https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:16:\"roboto-condensed\";a:6:{s:4:\"name\";s:16:\"Roboto Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:171:\"https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:11:\"roboto-mono\";a:6:{s:4:\"name\";s:11:\"Roboto Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:194:\"https://fonts.googleapis.com/css?family=Roboto+Mono:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:11:\"roboto-slab\";a:6:{s:4:\"name\";s:11:\"Roboto Slab\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:10:\"vietnamese\";}s:3:\"url\";s:143:\"https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,regular,700&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\";}s:9:\"rochester\";a:6:{s:4:\"name\";s:9:\"Rochester\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Rochester:regular&subset=latin\";}s:9:\"rock-salt\";a:6:{s:4:\"name\";s:9:\"Rock Salt\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Rock+Salt:regular&subset=latin\";}s:7:\"rokkitt\";a:6:{s:4:\"name\";s:7:\"Rokkitt\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Rokkitt:regular,700&subset=latin\";}s:9:\"romanesco\";a:6:{s:4:\"name\";s:9:\"Romanesco\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Romanesco:regular&subset=latin,latin-ext\";}s:9:\"ropa-sans\";a:6:{s:4:\"name\";s:9:\"Ropa Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:87:\"https://fonts.googleapis.com/css?family=Ropa+Sans:regular,italic&subset=latin,latin-ext\";}s:7:\"rosario\";a:6:{s:4:\"name\";s:7:\"Rosario\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Rosario:regular,italic,700,700italic&subset=latin\";}s:8:\"rosarivo\";a:6:{s:4:\"name\";s:8:\"Rosarivo\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Rosarivo:regular,italic&subset=latin,latin-ext\";}s:12:\"rouge-script\";a:6:{s:4:\"name\";s:12:\"Rouge Script\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Rouge+Script:regular&subset=latin\";}s:9:\"rozha-one\";a:6:{s:4:\"name\";s:9:\"Rozha One\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Rozha+One:regular&subset=latin,latin-ext,devanagari\";}s:5:\"rubik\";a:6:{s:4:\"name\";s:5:\"Rubik\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:148:\"https://fonts.googleapis.com/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&subset=cyrillic,latin,latin-ext\";}s:14:\"rubik-mono-one\";a:6:{s:4:\"name\";s:14:\"Rubik Mono One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Rubik+Mono+One:regular&subset=cyrillic,latin,latin-ext\";}s:9:\"rubik-one\";a:6:{s:4:\"name\";s:9:\"Rubik One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Rubik+One:regular&subset=cyrillic,latin,latin-ext\";}s:4:\"ruda\";a:6:{s:4:\"name\";s:4:\"Ruda\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Ruda:regular,700,900&subset=latin,latin-ext\";}s:6:\"rufina\";a:6:{s:4:\"name\";s:6:\"Rufina\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Rufina:regular,700&subset=latin,latin-ext\";}s:11:\"ruge-boogie\";a:6:{s:4:\"name\";s:11:\"Ruge Boogie\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Ruge+Boogie:regular&subset=latin,latin-ext\";}s:6:\"ruluko\";a:6:{s:4:\"name\";s:6:\"Ruluko\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Ruluko:regular&subset=latin,latin-ext\";}s:10:\"rum-raisin\";a:6:{s:4:\"name\";s:10:\"Rum Raisin\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Rum+Raisin:regular&subset=latin,latin-ext\";}s:14:\"ruslan-display\";a:6:{s:4:\"name\";s:14:\"Ruslan Display\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Ruslan+Display:regular&subset=cyrillic,latin,latin-ext\";}s:9:\"russo-one\";a:6:{s:4:\"name\";s:9:\"Russo One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Russo+One:regular&subset=cyrillic,latin,latin-ext\";}s:6:\"ruthie\";a:6:{s:4:\"name\";s:6:\"Ruthie\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Ruthie:regular&subset=latin,latin-ext\";}s:3:\"rye\";a:6:{s:4:\"name\";s:3:\"Rye\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Rye:regular&subset=latin,latin-ext\";}s:10:\"sacramento\";a:6:{s:4:\"name\";s:10:\"Sacramento\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Sacramento:regular&subset=latin,latin-ext\";}s:7:\"sahitya\";a:6:{s:4:\"name\";s:7:\"Sahitya\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:3:\"url\";s:83:\"https://fonts.googleapis.com/css?family=Sahitya:regular,700&subset=latin,devanagari\";}s:4:\"sail\";a:6:{s:4:\"name\";s:4:\"Sail\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Sail:regular&subset=latin\";}s:5:\"salsa\";a:6:{s:4:\"name\";s:5:\"Salsa\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Salsa:regular&subset=latin\";}s:7:\"sanchez\";a:6:{s:4:\"name\";s:7:\"Sanchez\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Sanchez:regular,italic&subset=latin,latin-ext\";}s:8:\"sancreek\";a:6:{s:4:\"name\";s:8:\"Sancreek\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Sancreek:regular&subset=latin,latin-ext\";}s:11:\"sansita-one\";a:6:{s:4:\"name\";s:11:\"Sansita One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Sansita+One:regular&subset=latin\";}s:6:\"sarala\";a:6:{s:4:\"name\";s:6:\"Sarala\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:92:\"https://fonts.googleapis.com/css?family=Sarala:regular,700&subset=latin,latin-ext,devanagari\";}s:6:\"sarina\";a:6:{s:4:\"name\";s:6:\"Sarina\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Sarina:regular&subset=latin,latin-ext\";}s:8:\"sarpanch\";a:6:{s:4:\"name\";s:8:\"Sarpanch\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:110:\"https://fonts.googleapis.com/css?family=Sarpanch:regular,500,600,700,800,900&subset=latin,latin-ext,devanagari\";}s:7:\"satisfy\";a:6:{s:4:\"name\";s:7:\"Satisfy\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Satisfy:regular&subset=latin\";}s:5:\"scada\";a:6:{s:4:\"name\";s:5:\"Scada\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:106:\"https://fonts.googleapis.com/css?family=Scada:regular,italic,700,700italic&subset=cyrillic,latin,latin-ext\";}s:12:\"scheherazade\";a:6:{s:4:\"name\";s:12:\"Scheherazade\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Scheherazade:regular&subset=latin,arabic\";}s:10:\"schoolbell\";a:6:{s:4:\"name\";s:10:\"Schoolbell\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Schoolbell:regular&subset=latin\";}s:14:\"seaweed-script\";a:6:{s:4:\"name\";s:14:\"Seaweed Script\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:85:\"https://fonts.googleapis.com/css?family=Seaweed+Script:regular&subset=latin,latin-ext\";}s:9:\"sevillana\";a:6:{s:4:\"name\";s:9:\"Sevillana\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Sevillana:regular&subset=latin,latin-ext\";}s:11:\"seymour-one\";a:6:{s:4:\"name\";s:11:\"Seymour One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Seymour+One:regular&subset=cyrillic,latin,latin-ext\";}s:18:\"shadows-into-light\";a:6:{s:4:\"name\";s:18:\"Shadows Into Light\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Shadows+Into+Light:regular&subset=latin\";}s:22:\"shadows-into-light-two\";a:6:{s:4:\"name\";s:22:\"Shadows Into Light Two\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:93:\"https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two:regular&subset=latin,latin-ext\";}s:6:\"shanti\";a:6:{s:4:\"name\";s:6:\"Shanti\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Shanti:regular&subset=latin\";}s:5:\"share\";a:6:{s:4:\"name\";s:5:\"Share\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:97:\"https://fonts.googleapis.com/css?family=Share:regular,italic,700,700italic&subset=latin,latin-ext\";}s:10:\"share-tech\";a:6:{s:4:\"name\";s:10:\"Share Tech\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Share+Tech:regular&subset=latin\";}s:15:\"share-tech-mono\";a:6:{s:4:\"name\";s:15:\"Share Tech Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Share+Tech+Mono:regular&subset=latin\";}s:9:\"shojumaru\";a:6:{s:4:\"name\";s:9:\"Shojumaru\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Shojumaru:regular&subset=latin,latin-ext\";}s:11:\"short-stack\";a:6:{s:4:\"name\";s:11:\"Short Stack\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Short+Stack:regular&subset=latin\";}s:8:\"siemreap\";a:6:{s:4:\"name\";s:8:\"Siemreap\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Siemreap:regular&subset=khmer\";}s:10:\"sigmar-one\";a:6:{s:4:\"name\";s:10:\"Sigmar One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Sigmar+One:regular&subset=latin\";}s:7:\"signika\";a:6:{s:4:\"name\";s:7:\"Signika\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Signika:300,regular,600,700&subset=latin,latin-ext\";}s:16:\"signika-negative\";a:6:{s:4:\"name\";s:16:\"Signika Negative\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:99:\"https://fonts.googleapis.com/css?family=Signika+Negative:300,regular,600,700&subset=latin,latin-ext\";}s:9:\"simonetta\";a:6:{s:4:\"name\";s:9:\"Simonetta\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:101:\"https://fonts.googleapis.com/css?family=Simonetta:regular,italic,900,900italic&subset=latin,latin-ext\";}s:7:\"sintony\";a:6:{s:4:\"name\";s:7:\"Sintony\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Sintony:regular,700&subset=latin,latin-ext\";}s:13:\"sirin-stencil\";a:6:{s:4:\"name\";s:13:\"Sirin Stencil\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Sirin+Stencil:regular&subset=latin\";}s:8:\"six-caps\";a:6:{s:4:\"name\";s:8:\"Six Caps\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Six+Caps:regular&subset=latin\";}s:7:\"skranji\";a:6:{s:4:\"name\";s:7:\"Skranji\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Skranji:regular,700&subset=latin,latin-ext\";}s:10:\"slabo-13px\";a:6:{s:4:\"name\";s:10:\"Slabo 13px\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Slabo+13px:regular&subset=latin,latin-ext\";}s:10:\"slabo-27px\";a:6:{s:4:\"name\";s:10:\"Slabo 27px\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Slabo+27px:regular&subset=latin,latin-ext\";}s:7:\"slackey\";a:6:{s:4:\"name\";s:7:\"Slackey\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Slackey:regular&subset=latin\";}s:6:\"smokum\";a:6:{s:4:\"name\";s:6:\"Smokum\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Smokum:regular&subset=latin\";}s:6:\"smythe\";a:6:{s:4:\"name\";s:6:\"Smythe\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Smythe:regular&subset=latin\";}s:7:\"sniglet\";a:6:{s:4:\"name\";s:7:\"Sniglet\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Sniglet:regular,800&subset=latin,latin-ext\";}s:7:\"snippet\";a:6:{s:4:\"name\";s:7:\"Snippet\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:68:\"https://fonts.googleapis.com/css?family=Snippet:regular&subset=latin\";}s:13:\"snowburst-one\";a:6:{s:4:\"name\";s:13:\"Snowburst One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Snowburst+One:regular&subset=latin,latin-ext\";}s:10:\"sofadi-one\";a:6:{s:4:\"name\";s:10:\"Sofadi One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Sofadi+One:regular&subset=latin\";}s:5:\"sofia\";a:6:{s:4:\"name\";s:5:\"Sofia\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Sofia:regular&subset=latin\";}s:10:\"sonsie-one\";a:6:{s:4:\"name\";s:10:\"Sonsie One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:81:\"https://fonts.googleapis.com/css?family=Sonsie+One:regular&subset=latin,latin-ext\";}s:16:\"sorts-mill-goudy\";a:6:{s:4:\"name\";s:16:\"Sorts Mill Goudy\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:94:\"https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:regular,italic&subset=latin,latin-ext\";}s:15:\"source-code-pro\";a:6:{s:4:\"name\";s:15:\"Source Code Pro\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:110:\"https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,regular,500,600,700,900&subset=latin,latin-ext\";}s:15:\"source-sans-pro\";a:6:{s:4:\"name\";s:15:\"Source Sans Pro\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:3:\"url\";s:174:\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic&subset=latin,latin-ext,vietnamese\";}s:16:\"source-serif-pro\";a:6:{s:4:\"name\";s:16:\"Source Serif Pro\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:95:\"https://fonts.googleapis.com/css?family=Source+Serif+Pro:regular,600,700&subset=latin,latin-ext\";}s:13:\"special-elite\";a:6:{s:4:\"name\";s:13:\"Special Elite\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Special+Elite:regular&subset=latin\";}s:10:\"spicy-rice\";a:6:{s:4:\"name\";s:10:\"Spicy Rice\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Spicy+Rice:regular&subset=latin\";}s:9:\"spinnaker\";a:6:{s:4:\"name\";s:9:\"Spinnaker\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Spinnaker:regular&subset=latin,latin-ext\";}s:6:\"spirax\";a:6:{s:4:\"name\";s:6:\"Spirax\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Spirax:regular&subset=latin\";}s:10:\"squada-one\";a:6:{s:4:\"name\";s:10:\"Squada One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Squada+One:regular&subset=latin\";}s:20:\"sree-krushnadevaraya\";a:6:{s:4:\"name\";s:20:\"Sree Krushnadevaraya\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Sree+Krushnadevaraya:regular&subset=latin,telugu\";}s:9:\"stalemate\";a:6:{s:4:\"name\";s:9:\"Stalemate\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Stalemate:regular&subset=latin,latin-ext\";}s:13:\"stalinist-one\";a:6:{s:4:\"name\";s:13:\"Stalinist One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:93:\"https://fonts.googleapis.com/css?family=Stalinist+One:regular&subset=cyrillic,latin,latin-ext\";}s:15:\"stardos-stencil\";a:6:{s:4:\"name\";s:15:\"Stardos Stencil\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Stardos+Stencil:regular,700&subset=latin\";}s:21:\"stint-ultra-condensed\";a:6:{s:4:\"name\";s:21:\"Stint Ultra Condensed\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:92:\"https://fonts.googleapis.com/css?family=Stint+Ultra+Condensed:regular&subset=latin,latin-ext\";}s:20:\"stint-ultra-expanded\";a:6:{s:4:\"name\";s:20:\"Stint Ultra Expanded\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:91:\"https://fonts.googleapis.com/css?family=Stint+Ultra+Expanded:regular&subset=latin,latin-ext\";}s:5:\"stoke\";a:6:{s:4:\"name\";s:5:\"Stoke\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Stoke:300,regular&subset=latin,latin-ext\";}s:6:\"strait\";a:6:{s:4:\"name\";s:6:\"Strait\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Strait:regular&subset=latin\";}s:19:\"sue-ellen-francisco\";a:6:{s:4:\"name\";s:19:\"Sue Ellen Francisco\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco:regular&subset=latin\";}s:6:\"sumana\";a:6:{s:4:\"name\";s:6:\"Sumana\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:92:\"https://fonts.googleapis.com/css?family=Sumana:regular,700&subset=latin,latin-ext,devanagari\";}s:9:\"sunshiney\";a:6:{s:4:\"name\";s:9:\"Sunshiney\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:70:\"https://fonts.googleapis.com/css?family=Sunshiney:regular&subset=latin\";}s:16:\"supermercado-one\";a:6:{s:4:\"name\";s:16:\"Supermercado One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Supermercado+One:regular&subset=latin\";}s:4:\"sura\";a:6:{s:4:\"name\";s:4:\"Sura\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Sura:regular,700&subset=latin,latin-ext,devanagari\";}s:7:\"suranna\";a:6:{s:4:\"name\";s:7:\"Suranna\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Suranna:regular&subset=latin,telugu\";}s:9:\"suravaram\";a:6:{s:4:\"name\";s:9:\"Suravaram\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Suravaram:regular&subset=latin,telugu\";}s:11:\"suwannaphum\";a:6:{s:4:\"name\";s:11:\"Suwannaphum\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Suwannaphum:regular&subset=khmer\";}s:18:\"swanky-and-moo-moo\";a:6:{s:4:\"name\";s:18:\"Swanky and Moo Moo\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo:regular&subset=latin\";}s:9:\"syncopate\";a:6:{s:4:\"name\";s:9:\"Syncopate\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Syncopate:regular,700&subset=latin\";}s:9:\"tangerine\";a:6:{s:4:\"name\";s:9:\"Tangerine\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:74:\"https://fonts.googleapis.com/css?family=Tangerine:regular,700&subset=latin\";}s:6:\"taprom\";a:6:{s:4:\"name\";s:6:\"Taprom\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Taprom:regular&subset=khmer\";}s:5:\"tauri\";a:6:{s:4:\"name\";s:5:\"Tauri\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Tauri:regular&subset=latin,latin-ext\";}s:4:\"teko\";a:6:{s:4:\"name\";s:4:\"Teko\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:102:\"https://fonts.googleapis.com/css?family=Teko:300,regular,500,600,700&subset=latin,latin-ext,devanagari\";}s:5:\"telex\";a:6:{s:4:\"name\";s:5:\"Telex\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Telex:regular&subset=latin\";}s:18:\"tenali-ramakrishna\";a:6:{s:4:\"name\";s:18:\"Tenali Ramakrishna\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:86:\"https://fonts.googleapis.com/css?family=Tenali+Ramakrishna:regular&subset=latin,telugu\";}s:10:\"tenor-sans\";a:6:{s:4:\"name\";s:10:\"Tenor Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Tenor+Sans:regular&subset=cyrillic,latin,latin-ext\";}s:11:\"text-me-one\";a:6:{s:4:\"name\";s:11:\"Text Me One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Text+Me+One:regular&subset=latin,latin-ext\";}s:18:\"the-girl-next-door\";a:6:{s:4:\"name\";s:18:\"The Girl Next Door\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=The+Girl+Next+Door:regular&subset=latin\";}s:6:\"tienne\";a:6:{s:4:\"name\";s:6:\"Tienne\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Tienne:regular,700,900&subset=latin\";}s:7:\"tillana\";a:6:{s:4:\"name\";s:7:\"Tillana\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:105:\"https://fonts.googleapis.com/css?family=Tillana:regular,500,600,700,800&subset=latin,latin-ext,devanagari\";}s:7:\"timmana\";a:6:{s:4:\"name\";s:7:\"Timmana\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Timmana:regular&subset=latin,telugu\";}s:5:\"tinos\";a:6:{s:4:\"name\";s:5:\"Tinos\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:12:\"cyrillic-ext\";i:7;s:10:\"vietnamese\";}s:3:\"url\";s:153:\"https://fonts.googleapis.com/css?family=Tinos:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,hebrew,latin,latin-ext,cyrillic-ext,vietnamese\";}s:9:\"titan-one\";a:6:{s:4:\"name\";s:9:\"Titan One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Titan+One:regular&subset=latin,latin-ext\";}s:13:\"titillium-web\";a:6:{s:4:\"name\";s:13:\"Titillium Web\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:151:\"https://fonts.googleapis.com/css?family=Titillium+Web:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900&subset=latin,latin-ext\";}s:11:\"trade-winds\";a:6:{s:4:\"name\";s:11:\"Trade Winds\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Trade+Winds:regular&subset=latin\";}s:7:\"trocchi\";a:6:{s:4:\"name\";s:7:\"Trocchi\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Trocchi:regular&subset=latin,latin-ext\";}s:7:\"trochut\";a:6:{s:4:\"name\";s:7:\"Trochut\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=Trochut:regular,italic,700&subset=latin\";}s:7:\"trykker\";a:6:{s:4:\"name\";s:7:\"Trykker\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:78:\"https://fonts.googleapis.com/css?family=Trykker:regular&subset=latin,latin-ext\";}s:10:\"tulpen-one\";a:6:{s:4:\"name\";s:10:\"Tulpen One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Tulpen+One:regular&subset=latin\";}s:6:\"ubuntu\";a:6:{s:4:\"name\";s:6:\"Ubuntu\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";}s:3:\"url\";s:164:\"https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext\";}s:16:\"ubuntu-condensed\";a:6:{s:4:\"name\";s:16:\"Ubuntu Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";}s:3:\"url\";s:125:\"https://fonts.googleapis.com/css?family=Ubuntu+Condensed:regular&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext\";}s:11:\"ubuntu-mono\";a:6:{s:4:\"name\";s:11:\"Ubuntu Mono\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";}s:3:\"url\";s:141:\"https://fonts.googleapis.com/css?family=Ubuntu+Mono:regular,italic,700,700italic&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext\";}s:5:\"ultra\";a:6:{s:4:\"name\";s:5:\"Ultra\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Ultra:regular&subset=latin\";}s:14:\"uncial-antiqua\";a:6:{s:4:\"name\";s:14:\"Uncial Antiqua\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Uncial+Antiqua:regular&subset=latin\";}s:8:\"underdog\";a:6:{s:4:\"name\";s:8:\"Underdog\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:88:\"https://fonts.googleapis.com/css?family=Underdog:regular&subset=cyrillic,latin,latin-ext\";}s:9:\"unica-one\";a:6:{s:4:\"name\";s:9:\"Unica One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Unica+One:regular&subset=latin,latin-ext\";}s:14:\"unifrakturcook\";a:6:{s:4:\"name\";s:14:\"UnifrakturCook\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=UnifrakturCook:700&subset=latin\";}s:18:\"unifrakturmaguntia\";a:6:{s:4:\"name\";s:18:\"UnifrakturMaguntia\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:79:\"https://fonts.googleapis.com/css?family=UnifrakturMaguntia:regular&subset=latin\";}s:7:\"unkempt\";a:6:{s:4:\"name\";s:7:\"Unkempt\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Unkempt:regular,700&subset=latin\";}s:6:\"unlock\";a:6:{s:4:\"name\";s:6:\"Unlock\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Unlock:regular&subset=latin\";}s:4:\"unna\";a:6:{s:4:\"name\";s:4:\"Unna\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:65:\"https://fonts.googleapis.com/css?family=Unna:regular&subset=latin\";}s:5:\"vt323\";a:6:{s:4:\"name\";s:5:\"VT323\";s:8:\"category\";s:9:\"monospace\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=VT323:regular&subset=latin\";}s:11:\"vampiro-one\";a:6:{s:4:\"name\";s:11:\"Vampiro One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:82:\"https://fonts.googleapis.com/css?family=Vampiro+One:regular&subset=latin,latin-ext\";}s:6:\"varela\";a:6:{s:4:\"name\";s:6:\"Varela\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Varela:regular&subset=latin,latin-ext\";}s:12:\"varela-round\";a:6:{s:4:\"name\";s:12:\"Varela Round\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:73:\"https://fonts.googleapis.com/css?family=Varela+Round:regular&subset=latin\";}s:11:\"vast-shadow\";a:6:{s:4:\"name\";s:11:\"Vast Shadow\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:72:\"https://fonts.googleapis.com/css?family=Vast+Shadow:regular&subset=latin\";}s:12:\"vesper-libre\";a:6:{s:4:\"name\";s:12:\"Vesper Libre\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:106:\"https://fonts.googleapis.com/css?family=Vesper+Libre:regular,500,700,900&subset=latin,latin-ext,devanagari\";}s:5:\"vibur\";a:6:{s:4:\"name\";s:5:\"Vibur\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:66:\"https://fonts.googleapis.com/css?family=Vibur:regular&subset=latin\";}s:8:\"vidaloka\";a:6:{s:4:\"name\";s:8:\"Vidaloka\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Vidaloka:regular&subset=latin\";}s:4:\"viga\";a:6:{s:4:\"name\";s:4:\"Viga\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:75:\"https://fonts.googleapis.com/css?family=Viga:regular&subset=latin,latin-ext\";}s:5:\"voces\";a:6:{s:4:\"name\";s:5:\"Voces\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Voces:regular&subset=latin,latin-ext\";}s:7:\"volkhov\";a:6:{s:4:\"name\";s:7:\"Volkhov\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:89:\"https://fonts.googleapis.com/css?family=Volkhov:regular,italic,700,700italic&subset=latin\";}s:8:\"vollkorn\";a:6:{s:4:\"name\";s:8:\"Vollkorn\";s:8:\"category\";s:5:\"serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Vollkorn:regular,italic,700,700italic&subset=latin\";}s:8:\"voltaire\";a:6:{s:4:\"name\";s:8:\"Voltaire\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Voltaire:regular&subset=latin\";}s:23:\"waiting-for-the-sunrise\";a:6:{s:4:\"name\";s:23:\"Waiting for the Sunrise\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:84:\"https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise:regular&subset=latin\";}s:8:\"wallpoet\";a:6:{s:4:\"name\";s:8:\"Wallpoet\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Wallpoet:regular&subset=latin\";}s:15:\"walter-turncoat\";a:6:{s:4:\"name\";s:15:\"Walter Turncoat\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:76:\"https://fonts.googleapis.com/css?family=Walter+Turncoat:regular&subset=latin\";}s:6:\"warnes\";a:6:{s:4:\"name\";s:6:\"Warnes\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:77:\"https://fonts.googleapis.com/css?family=Warnes:regular&subset=latin,latin-ext\";}s:9:\"wellfleet\";a:6:{s:4:\"name\";s:9:\"Wellfleet\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Wellfleet:regular&subset=latin,latin-ext\";}s:9:\"wendy-one\";a:6:{s:4:\"name\";s:9:\"Wendy One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:80:\"https://fonts.googleapis.com/css?family=Wendy+One:regular&subset=latin,latin-ext\";}s:8:\"wire-one\";a:6:{s:4:\"name\";s:8:\"Wire One\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:69:\"https://fonts.googleapis.com/css?family=Wire+One:regular&subset=latin\";}s:9:\"work-sans\";a:6:{s:4:\"name\";s:9:\"Work Sans\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:112:\"https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900&subset=latin,latin-ext\";}s:17:\"yanone-kaffeesatz\";a:6:{s:4:\"name\";s:17:\"Yanone Kaffeesatz\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:3:\"url\";s:100:\"https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,regular,700&subset=latin,latin-ext\";}s:11:\"yantramanav\";a:6:{s:4:\"name\";s:11:\"Yantramanav\";s:8:\"category\";s:10:\"sans-serif\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"devanagari\";}s:3:\"url\";s:113:\"https://fonts.googleapis.com/css?family=Yantramanav:100,300,regular,500,700,900&subset=latin,latin-ext,devanagari\";}s:10:\"yellowtail\";a:6:{s:4:\"name\";s:10:\"Yellowtail\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Yellowtail:regular&subset=latin\";}s:10:\"yeseva-one\";a:6:{s:4:\"name\";s:10:\"Yeseva One\";s:8:\"category\";s:7:\"display\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:3:\"url\";s:90:\"https://fonts.googleapis.com/css?family=Yeseva+One:regular&subset=cyrillic,latin,latin-ext\";}s:10:\"yesteryear\";a:6:{s:4:\"name\";s:10:\"Yesteryear\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:71:\"https://fonts.googleapis.com/css?family=Yesteryear:regular&subset=latin\";}s:6:\"zeyada\";a:6:{s:4:\"name\";s:6:\"Zeyada\";s:8:\"category\";s:11:\"handwriting\";s:9:\"font_type\";s:6:\"google\";s:12:\"font_weights\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:3:\"url\";s:67:\"https://fonts.googleapis.com/css?family=Zeyada:regular&subset=latin\";}}','no'),(54999,'_site_transient_timeout_browser_f15ec3fd7c74563059dc57d2ce66c474','1665023607','no'),(55000,'_site_transient_browser_f15ec3fd7c74563059dc57d2ce66c474','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"105.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(55003,'_site_transient_timeout_theme_roots','1664421221','no'),(55004,'_site_transient_theme_roots','a:3:{s:8:\"onepress\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(54985,'_site_transient_timeout_browser_a7beb14008341339d926c826c850c3fe','1665023432','no'),(54952,'_transient_onepress_categories','2','yes'),(54842,'_site_transient_community-events-b4db7f763aa7eed6a87cc15a19648576','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"110.54.133.0\";}s:6:\"events\";a:0:{}}','no'),(54995,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1664461847','no'),(54996,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1664418647','no'),(54997,'_transient_timeout_dash_v2_df263dcaa43680d8e91051017eda6e7e','1664461847','no'),(54998,'_transient_dash_v2_df263dcaa43680d8e91051017eda6e7e','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\'>WordPress 6.1 Beta 2 Now Available</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\'>WordPress 6.1 Beta 1 Now Available</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-6-1-beta-2-serverless-wordpress-annual-meetup-survey-catalyst-for-creativity/\'>Post Status: WordPress 6.1 Beta 2  • Serverless WordPress • Annual Meetup Survey • Catalyst for Creativity</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-punts-locally-hosted-fonts-for-legacy-default-themes-to-6-2-release\'>WPTavern: WordPress Punts Locally Hosted Fonts for Legacy Default Themes to 6.2 Release</a></li><li><a class=\'rsswidget\' href=\'https://blog.akismet.com/2022/09/28/version-5-0-1-of-the-akismet-wordpress-plugin-is-now-available/\'>Akismet: Version 5.0.1 of the Akismet WordPress Plugin is Now Available</a></li></ul></div>','no'),(55011,'_transient_doing_cron','1664427809.6149230003356933593750','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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1810 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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','template-left-sidebar.php'),(2,4,'_wp_attached_file','2018/01/productivity-humorist-logo.png'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:785;s:4:\"file\";s:38:\"2018/01/productivity-humorist-logo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"productivity-humorist-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"productivity-humorist-logo-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"productivity-humorist-logo-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"productivity-humorist-logo-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"productivity-humorist-logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"productivity-humorist-logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"productivity-humorist-logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4,4,'_wp_attachment_image_alt','Productivity Humorist Lloyd Luna'),(16,10,'_wp_attached_file','2018/01/productivity-humorist-logo-white.png'),(17,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:785;s:4:\"file\";s:44:\"2018/01/productivity-humorist-logo-white.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"productivity-humorist-logo-white-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"productivity-humorist-logo-white-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-830x256.png\";s:5:\"width\";i:830;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:43:\"productivity-humorist-logo-white-230x71.png\";s:5:\"width\";i:230;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-350x108.png\";s:5:\"width\";i:350;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:44:\"productivity-humorist-logo-white-480x148.png\";s:5:\"width\";i:480;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,10,'_wp_attachment_image_alt','Productivity Humorist Lloyd Luna'),(19,11,'_wp_attached_file','2018/01/phico.png'),(20,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2018/01/phico.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"phico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"phico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:17:\"phico-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:17:\"phico-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:17:\"phico-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:17:\"phico-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,11,'_wp_attachment_image_alt','Productivity Humorist Lloyd Luna Icon'),(22,12,'_wp_attached_file','2018/01/cropped-phico.png'),(23,12,'_wp_attachment_context','site-icon'),(24,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2018/01/cropped-phico.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-phico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"cropped-phico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-phico-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-phico-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-phico-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-phico-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:25:\"cropped-phico-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:25:\"cropped-phico-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:25:\"cropped-phico-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:23:\"cropped-phico-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,17,'_wp_attachment_image_alt','is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.'),(37,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:46:\"2018/01/productivity-humorist-lloyd-luna-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"productivity-humorist-lloyd-luna-1-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-830x551.png\";s:5:\"width\";i:830;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-230x153.png\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-350x232.png\";s:5:\"width\";i:350;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:46:\"productivity-humorist-lloyd-luna-1-480x319.png\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,17,'_wp_attached_file','2018/01/productivity-humorist-lloyd-luna-1.png'),(54,25,'_edit_last','1'),(55,25,'_edit_lock','1664367942:1'),(56,25,'_wp_page_template','template-frontpage.php'),(66,31,'_wp_attached_file','2018/01/productivity-humorist-logo-white-header.png'),(67,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:51:\"2018/01/productivity-humorist-logo-white-header.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-white-header-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-white-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-white-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,31,'_wp_attachment_image_alt','productivity-humorist-logo-white-header'),(73,34,'_wp_attached_file','2018/01/productivity-humorist-logo-black-header.png'),(74,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:51:\"2018/01/productivity-humorist-logo-black-header.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,34,'_wp_attachment_image_alt','productivity-humorist-logo-black-header'),(84,39,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Email (required)\n    [mobile* your-mobile] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(85,39,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:31:\"SpeechCamp.com \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <hello@thespeechcamp.com>\";s:9:\"recipient\";s:24:\"support@thelunagroup.net\";s:4:\"body\";s:218:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\nMobile: [your-cellphone]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Productivity Humorist Website (https://thespeechcamp.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(86,39,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:80:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\";s:6:\"sender\";s:100:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:169:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\";s:18:\"additional_headers\";s:29:\"Reply-To: lloydluna@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(87,39,'_messages','a:22:{s:12:\"mail_sent_ok\";s:110:\"IMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(88,39,'_additional_settings',''),(89,39,'_locale','en'),(90,40,'_edit_last','1'),(91,40,'_wp_page_template','template-frontpage.php'),(92,40,'_hide_page_title',''),(93,40,'_hide_header',''),(94,40,'_hide_footer',''),(95,40,'_hide_breadcrumb',''),(96,40,'_cover',''),(97,40,'_show_excerpt',''),(98,40,'_edit_lock','1517042754:1'),(99,25,'_hide_page_title',''),(100,25,'_hide_header',''),(101,25,'_hide_footer',''),(102,25,'_hide_breadcrumb',''),(103,25,'_cover',''),(104,25,'_show_excerpt',''),(170,68,'_wp_attached_file','2018/01/filipino-motivational-speaker-with-boy-abunda.jpg'),(171,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:57:\"2018/01/filipino-motivational-speaker-with-boy-abunda.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:57:\"filipino-motivational-speaker-with-boy-abunda-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(172,68,'_wp_attachment_image_alt','One of the best Filipino motivational speakers in Manila, Philippines, Lloyd Luna is interviewed by the Philippines\' King of Talk Boy Abunda.'),(265,103,'_wp_attachment_image_alt','Filipino Motivational Speaker Lloyd Luna on CNN Philippines'),(264,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/01/cnn-lloyd-luna.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,103,'_wp_attached_file','2018/01/cnn-lloyd-luna.png'),(238,94,'_wp_attached_file','2018/01/abs-cbn-filipino-motivational-speaker.png'),(240,94,'_wp_attachment_image_alt','abs-cbn filipino motivational speaker'),(239,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:49:\"2018/01/abs-cbn-filipino-motivational-speaker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,97,'_wp_attached_file','2018/01/anc-news-channel-filipino-motivational-speaker.png'),(245,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:58:\"2018/01/anc-news-channel-filipino-motivational-speaker.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"anc-news-channel-filipino-motivational-speaker-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(246,97,'_wp_attachment_image_alt','ANC ABS- CBN News Channel Filipino Motivational Speaker Manila'),(249,98,'_wp_attached_file','2018/01/gma7-filipino-motivational-speaker.png'),(250,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:46:\"2018/01/gma7-filipino-motivational-speaker.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"gma7-filipino-motivational-speaker-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,98,'_wp_attachment_image_alt','gma7 filipino motivational speaker philippines'),(255,100,'_wp_attached_file','2018/01/tfc-motivational-speaker-philippines.png'),(256,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:48:\"2018/01/tfc-motivational-speaker-philippines.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"tfc-motivational-speaker-philippines-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,100,'_wp_attachment_image_alt','tfc motivational speaker philippines'),(268,105,'_wp_attached_file','2018/01/bloomberg-tv-filipino-motivational-speaker.png'),(269,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:54:\"2018/01/bloomberg-tv-filipino-motivational-speaker.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"bloomberg-tv-filipino-motivational-speaker-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,105,'_wp_attachment_image_alt','bloomberg tv filipino motivational speaker'),(273,107,'_wp_attached_file','2018/01/gma-news-tv-filipino-motivational-speaker.png'),(274,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:53:\"2018/01/gma-news-tv-filipino-motivational-speaker.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"gma-news-tv-filipino-motivational-speaker-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,107,'_wp_attachment_image_alt','gma news tv filipino motivational speaker'),(278,109,'_wp_attached_file','2018/01/people-television-motivational-speaker-philippines.png'),(279,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:62:\"2018/01/people-television-motivational-speaker-philippines.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,109,'_wp_attachment_image_alt','people television motivational speaker philippines'),(284,111,'_wp_attached_file','2018/01/untv-filipino-motivational-speaker.png'),(285,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:46:\"2018/01/untv-filipino-motivational-speaker.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"untv-filipino-motivational-speaker-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,111,'_wp_attachment_image_alt','untv filipino motivational speaker'),(289,113,'_wp_attached_file','2018/01/net25-motivational-speaker-philippines.png'),(290,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:50:\"2018/01/net25-motivational-speaker-philippines.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"net25-motivational-speaker-philippines-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,113,'_wp_attachment_image_alt','net25 motivational speaker philippines'),(296,116,'_wp_attached_file','2018/01/pdi-motivational-speaker-philippines.png'),(297,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:48:\"2018/01/pdi-motivational-speaker-philippines.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"pdi-motivational-speaker-philippines-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,117,'_wp_attached_file','2018/01/manila-bulletin-motivational-speaker-philippines.png'),(301,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:60:\"2018/01/manila-bulletin-motivational-speaker-philippines.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"manila-bulletin-motivational-speaker-philippines-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,117,'_wp_attachment_image_alt','manila bulletin motivational speaker philippines'),(306,120,'_wp_attached_file','2018/01/manila-times-motivational-speaker-philippines.png'),(307,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:100;s:4:\"file\";s:57:\"2018/01/manila-times-motivational-speaker-philippines.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"manila-times-motivational-speaker-philippines-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"manila-times-motivational-speaker-philippines-300x51.png\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:57:\"manila-times-motivational-speaker-philippines-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:57:\"manila-times-motivational-speaker-philippines-480x100.png\";s:5:\"width\";i:480;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(308,120,'_wp_attachment_image_alt','manila times motivational speaker philippines'),(313,122,'_wp_attached_file','2018/01/dzmm-teleradyo-motivational-speaker-philippines.png'),(314,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:126;s:4:\"file\";s:59:\"2018/01/dzmm-teleradyo-motivational-speaker-philippines.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"dzmm-teleradyo-motivational-speaker-philippines-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,122,'_wp_attachment_image_alt','dzmm teleradyo motivational speaker philippines'),(754,246,'_wp_attachment_image_alt',''),(1794,25,'_yoast_wpseo_wordproof_timestamp',''),(1793,25,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),(1792,626,'_wp_trash_meta_time','1664354864'),(1294,441,'_wp_attachment_image_alt','Certified Public Speakers Batch 1 - Candidates'),(523,176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(522,176,'_menu_item_target',''),(521,176,'_menu_item_object','custom'),(520,176,'_menu_item_object_id','176'),(519,176,'_menu_item_menu_item_parent','0'),(518,176,'_menu_item_type','custom'),(432,147,'_wp_attached_file','2018/01/gabriel-dominguez-client.png'),(433,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:36:\"2018/01/gabriel-dominguez-client.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(448,2,'_edit_lock','1664330994:1'),(449,2,'_edit_last','1'),(450,2,'_hide_page_title',''),(451,2,'_hide_header',''),(452,2,'_hide_footer',''),(453,2,'_hide_breadcrumb',''),(454,2,'_cover',''),(455,2,'_show_excerpt',''),(462,158,'_wp_attached_file','2018/01/lloyd-luna-motivational-speaker-1.png'),(463,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:643;s:6:\"height\";i:618;s:4:\"file\";s:45:\"2018/01/lloyd-luna-motivational-speaker-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"lloyd-luna-motivational-speaker-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"lloyd-luna-motivational-speaker-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:45:\"lloyd-luna-motivational-speaker-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:45:\"lloyd-luna-motivational-speaker-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:45:\"lloyd-luna-motivational-speaker-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(464,158,'_wp_attachment_image_alt','Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.'),(490,170,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"SpeechCamp Inquiry \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <inquiry@thespeechcamp.com>\";s:9:\"recipient\";s:24:\"support@thelunagroup.net\";s:4:\"body\";s:657:\"From: [your-name] <[your-email]>\nPosition: [your-position]\nSubject: [your-subject]\nMobile: [your-mobile]\nOrganization: [your-organization]\nSize: [your-organizationsize]\n\nABOUT THE EVENT\n\nTheme: [your-theme]\nProgram: [your-program]\nSpeakers: [your-speakers]\nSpeaker last time: [your-speakerlastyear]\nTopic: [your-topic]\n\nDate: [your-date]\nTime: [your-time]\nVenue: [your-venue]\n\nAudience Size: [your-audiencesize]\nAudience Type: [your-audiencetype]\nTalk Duration: [your-duration]\n\nBudget: [your-budget]\nLast year: [your-budget-last-year]\nNegotiable: [your-negotiable]\n\n\nMessage Body:\n[your-message]\n\n\n—\nThis e-mail was sent from LeadershipPH™ Website 2021\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(491,170,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:80:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\";s:6:\"sender\";s:100:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:169:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\";s:18:\"additional_headers\";s:29:\"Reply-To: lloydluna@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(492,170,'_messages','a:22:{s:12:\"mail_sent_ok\";s:110:\"IMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\";s:12:\"mail_sent_ng\";s:81:\"Failed to send your message. Please immediately call or text Andi at 09173038129.\";s:16:\"validation_error\";s:57:\"One or more fields have an error. Please text 09173038129\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(489,170,'_form','<br>\n<h2>Let\'s get started.</h2><br>\n<h4>ALL FIELDS ARE REQUIRED!</h4>\n<hr>\n<p> [text* your-name placeholder \"Your name please\"] </p>\n\n<p> [text* your-position placeholder \"Your title or position\"] </p>\n\n<p> [email* your-email placeholder \"Your email address\"] </p>\n\n<p> [tel* your-mobile placeholder \"Your cellphone number\"] </p>\n\n<p> [text* your-subject placeholder \"What is your inquiry about?\"] </p>\n\n<p> [text* your-organization placeholder \"What is the name of your organization?\"] </p>\n\n<p> [text your-organizationsize placeholder \"Number of people in your organization\"] </p>\n<br>\n<h2>About Your Event</h2>\n<hr>\n<p> [text* your-theme placeholder \"What is the theme of your event?\"] </p>\n\n<p> [text* your-program placeholder \"Do you already have a program?\"] </p>\n\n<p> [text* your-speakers placeholder \"Who are the other speakers?\"] </p>\n\n<p> [text* your-speakerlastyear placeholder \"Who was your speaker last time?\"] </p>\n\n<p> [text* your-topic placeholder \"What is your preferred topic?\"] </p>\n\n<p> [text* your-date placeholder \"Exact event date and time of your event\"] </p>\n\n<p> [text* your-time placeholder \"Time slot for the speaker i.e. 9AM-1030AM\"] </p>\n\n<p> [text* your-venue placeholder \"Event venue or meeting link\"] </p>\n\n<p> [text* your-audiencesize placeholder \"Expected audience size\"] </p>\n\n<p> [text* your-audiencetype placeholder \"Audience type i.e. management, staff, academe\"] </p>\n\n<p> [text* your-duration placeholder \"Duration of the speech or training?\"] </p>\n\n<p> [text* your-budget placeholder \"Working budget for the speaker, estimated amount required\"] </p>\n<p> [text* your-budget-last-year placeholder \"Your most recent budget allocation, amount required\"] </p>\n<p> [text* your-negotiable placeholder \"Is your budget flexible and negotiable?\"] </p>\n<br>\n<br>\n\n<h2>Other Instructions</h2>\n<hr>\n<p> [textarea* your-message placeholder \"Start typing your additional instructions.\"] </p>\n\n<p>Required to answer this quiz. [quiz quiz-one \"5+3=|8\"] </p>\n\n<p>[submit \"Cool! Send my inquiry!\"]</p></p>'),(493,170,'_additional_settings',''),(494,170,'_locale','en'),(1271,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:38:\"2021/03/CPS-Framework-for-brochure.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"CPS-Framework-for-brochure-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(524,176,'_menu_item_xfn',''),(525,176,'_menu_item_url','https://thespeechcamp.com/#contact'),(532,25,'_oembed_e3227d276388bf2b8e967335b6c3338d','<iframe width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/videoseries?list=PL0oGL8QPcO05I1X4XHGZaMjr7Qw-dXg1c\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(533,25,'_oembed_time_e3227d276388bf2b8e967335b6c3338d','1517141204'),(989,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:51:\"2018/02/productivity-humorist-logo-black-header.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:50:\"productivity-humorist-logo-black-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(537,182,'_edit_last','1'),(538,182,'_edit_lock','1517141517:1'),(539,182,'_wp_page_template','default'),(540,182,'_hide_page_title',''),(541,182,'_hide_header',''),(542,182,'_hide_footer',''),(543,182,'_hide_breadcrumb',''),(544,182,'_cover',''),(545,182,'_show_excerpt',''),(578,199,'_wp_attached_file','2018/01/logo_pnoc_new-114x114.jpg'),(579,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:114;s:4:\"file\";s:33:\"2018/01/logo_pnoc_new-114x114.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(580,199,'_wp_attachment_image_alt','PNOC Testimonial for Filipino Speaker'),(584,201,'_wp_attached_file','2018/01/pj-luhillier-120x120.jpg'),(585,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:32:\"2018/01/pj-luhillier-120x120.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(603,208,'_form','<br>\n<h2>Let\'s get started.</h2><br>\n<h4>ALL FIELDS ARE REQUIRED!</h4>\n<hr>\n<p> [text* your-name placeholder \"Your name please\"] </p>\n\n<p> [text* your-position placeholder \"Your title or position\"] </p>\n\n<p> [email* your-email placeholder \"Your email address\"] </p>\n\n<p> [tel* your-mobile placeholder \"Your cellphone number\"] </p>\n\n<p> [text* your-subject placeholder \"What is your inquiry about?\"] </p>\n\n<p> [text* your-organization placeholder \"What is the name of your organization?\"] </p>\n\n<p> [text your-organizationsize placeholder \"Number of people in your organization\"] </p>\n<br>\n<h2>About Your Event</h2>\n<hr>\n<p> [text* your-theme placeholder \"What is the theme of your event?\"] </p>\n\n<p> [text* your-program placeholder \"Do you already have a program?\"] </p>\n\n<p> [text* your-speakers placeholder \"Who are the other speakers?\"] </p>\n\n<p> [text* your-speakerlastyear placeholder \"Who was your speaker last time?\"] </p>\n\n<p> [text* your-topic placeholder \"What is your preferred topic?\"] </p>\n\n<p> [text* your-date placeholder \"Exact event date and time of your event\"] </p>\n\n<p> [text* your-time placeholder \"Time slot for the speaker i.e. 9AM-1030AM\"] </p>\n\n<p> [text* your-venue placeholder \"Event venue or meeting link\"] </p>\n\n<p> [text* your-audiencesize placeholder \"Expected audience size\"] </p>\n\n<p> [text* your-audiencetype placeholder \"Audience type i.e. management, staff, academe\"] </p>\n\n<p> [text* your-duration placeholder \"Duration of the speech or training?\"] </p>\n\n<p> [text* your-budget placeholder \"Working budget for the speaker, estimated amount required\"] </p>\n<p> [text* your-budget-last-year placeholder \"Your most recent budget allocation, amount required\"] </p>\n<p> [text* your-negotiable placeholder \"Is your budget flexible and negotiable?\"] </p>\n<br>\n<br>\n\n<h2>Other Instructions</h2>\n<hr>\n<p> [textarea* your-message placeholder \"Start typing your additional instructions.\"] </p>\n\n<p>Required to answer this quiz. [quiz quiz-one \"5+3=|8\"] </p>\n\n<p>[submit \"Cool! Send my inquiry!\"]</p></p>'),(604,208,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:42:\"TheSpeechCamp.com Inquiry \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <inquiry@thespeechcamp.com>\";s:9:\"recipient\";s:24:\"support@thelunagroup.net\";s:4:\"body\";s:652:\"From: [your-name] <[your-email]>\nPosition: [your-position]\nSubject: [your-subject]\nMobile: [your-mobile]\nOrganization: [your-organization]\nSize: [your-organizationsize]\n\nABOUT THE EVENT\n\nTheme: [your-theme]\nProgram: [your-program]\nSpeakers: [your-speakers]\nSpeaker last time: [your-speakerlastyear]\nTopic: [your-topic]\n\nDate: [your-date]\nTime: [your-time]\nVenue: [your-venue]\n\nAudience Size: [your-audiencesize]\nAudience Type: [your-audiencetype]\nTalk Duration: [your-duration]\n\nBudget: [your-budget]\nLast year: [your-budget-last-year]\nNegotiable: [your-negotiable]\n\n\nMessage Body:\n[your-message]\n\n\n—\nThis e-mail was sent from LeadershipPH™ Website\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(605,208,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:80:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\";s:6:\"sender\";s:100:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:169:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\";s:18:\"additional_headers\";s:29:\"Reply-To: lloydluna@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(606,208,'_messages','a:22:{s:12:\"mail_sent_ok\";s:110:\"IMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(607,208,'_additional_settings',''),(608,208,'_locale','en'),(615,212,'_edit_last','1'),(616,212,'_edit_lock','1517147734:1'),(617,212,'_wp_page_template','template-left-sidebar.php'),(618,212,'_hide_page_title',''),(619,212,'_hide_header',''),(620,212,'_hide_footer',''),(621,212,'_hide_breadcrumb',''),(622,212,'_cover',''),(623,212,'_show_excerpt',''),(659,227,'_edit_last','1'),(660,227,'_edit_lock','1517149612:1'),(661,227,'_wp_page_template','template-left-sidebar.php'),(662,227,'_hide_page_title',''),(663,227,'_hide_header',''),(664,227,'_hide_footer',''),(665,227,'_hide_breadcrumb',''),(666,227,'_cover',''),(667,227,'_show_excerpt',''),(668,227,'_yoast_wpseo_content_score','30'),(671,230,'_edit_last','1'),(672,230,'_edit_lock','1517402589:1'),(673,230,'_wp_page_template','template-portfolios.php'),(674,230,'_hide_page_title',''),(675,230,'_hide_header',''),(676,230,'_hide_footer',''),(677,230,'_hide_breadcrumb',''),(678,230,'_cover',''),(679,230,'_show_excerpt',''),(680,230,'_yoast_wpseo_content_score','30'),(681,232,'_edit_last','1'),(682,232,'_edit_lock','1517386160:1'),(683,232,'_wp_page_template','template-left-sidebar.php'),(684,232,'_hide_page_title',''),(685,232,'_hide_header',''),(686,232,'_hide_footer',''),(687,232,'_hide_breadcrumb',''),(688,232,'_cover',''),(689,232,'_show_excerpt',''),(690,232,'_yoast_wpseo_content_score','90'),(691,234,'_edit_last','1'),(692,234,'_edit_lock','1517305144:1'),(693,234,'_wp_page_template','template-fullwidth.php'),(694,234,'_hide_page_title',''),(695,234,'_hide_header',''),(696,234,'_hide_footer',''),(697,234,'_hide_breadcrumb',''),(698,234,'_cover',''),(699,234,'_show_excerpt',''),(700,234,'_yoast_wpseo_content_score','60'),(1269,435,'_edit_last','1'),(1270,436,'_wp_attached_file','2021/03/CPS-Framework-for-brochure.png'),(1268,435,'_edit_lock','1617010615:1'),(752,246,'_wp_attached_file','2018/01/productivity-humorist-filipino-motivational-speaker.png'),(753,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:63:\"2018/01/productivity-humorist-filipino-motivational-speaker.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"productivity-humorist-filipino-motivational-speaker-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"productivity-humorist-filipino-motivational-speaker-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:62:\"productivity-humorist-filipino-motivational-speaker-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(757,248,'_wp_attached_file','2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg'),(758,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:59:\"2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:59:\"filipino-motivational-speaker-with-boy-abunda-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(760,248,'_wp_attachment_image_alt','filipino motivational speaker and productivity humorist with boy abunda'),(774,256,'_wp_attached_file','2018/01/real-enemy.png'),(775,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1083;s:6:\"height\";i:722;s:4:\"file\";s:22:\"2018/01/real-enemy.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"real-enemy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"real-enemy-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"real-enemy-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"real-enemy-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:22:\"real-enemy-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:22:\"real-enemy-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:22:\"real-enemy-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(776,256,'_wp_attachment_image_alt','Real enemy of success is comfort'),(782,261,'_edit_last','1'),(783,261,'_edit_lock','1517353136:1'),(784,261,'_wp_page_template','default'),(785,261,'_hide_page_title',''),(786,261,'_hide_header',''),(787,261,'_hide_footer',''),(788,261,'_hide_breadcrumb',''),(789,261,'_cover',''),(790,261,'_show_excerpt',''),(791,261,'_yoast_wpseo_content_score','60'),(806,267,'_edit_last','1'),(807,267,'_edit_lock','1517354682:1'),(808,267,'_wp_page_template','default'),(809,267,'_hide_page_title',''),(810,267,'_hide_header',''),(811,267,'_hide_footer',''),(812,267,'_hide_breadcrumb',''),(813,267,'_cover',''),(814,267,'_show_excerpt',''),(815,267,'_yoast_wpseo_content_score','30'),(825,270,'_edit_last','1'),(826,270,'_edit_lock','1517356612:1'),(827,270,'_wp_page_template','default'),(828,270,'_hide_page_title',''),(829,270,'_hide_header',''),(830,270,'_hide_footer',''),(831,270,'_hide_breadcrumb',''),(832,270,'_cover',''),(833,270,'_show_excerpt',''),(834,270,'_yoast_wpseo_content_score','30'),(844,273,'_edit_last','1'),(845,273,'_edit_lock','1517356724:1'),(846,273,'_wp_page_template','default'),(847,273,'_hide_page_title',''),(848,273,'_hide_header',''),(849,273,'_hide_footer',''),(850,273,'_hide_breadcrumb',''),(851,273,'_cover',''),(852,273,'_show_excerpt',''),(853,273,'_yoast_wpseo_content_score','30'),(863,276,'_form','MEMORANDUM OF AGREEMENT made this [text* complete-date placeholder \"Complete Date\"] between LLOYD A. LUNA (hereinafter referred to as the \"Speaker\") whose address is located at 1745 Dian St. Palanan Village Makati City, Metro Manila, Philippines and [text* company-name placeholder \"Company Name\"] represented by [text* representative placeholder \"Name of Representative\"] (hereinafter referred to as \"Client\") whose address is located at [text* complete-address placeholder \"Complete Address\"]\n\nWHEREAS, the Client desires to engage the services of the Speaker on the terms and conditions hereinafter set forth, and;\n\nWHEREAS, the Speaker is ready and willing to accept this engagement of service with the Client on the said terms and conditions\n\nWHEREAS, the Speaker agrees to provide the service on [text* date placeholder \"Month Date Year\"] [text* time placeholder \"Time i.e. 9 am to 11 am\"] in [text* venue placeholder \"Complete venue address\"] for a total payment amounting to [text* fee-in-words placeholder \"Fee in Words\"] [text* fee-in-figures placeholder \"Fee in Figures\"] net of applicable taxes.\n\n\nNOW, THEREFORE, the parties hereto agree as follows:\n\nI. The CLIENT shall provide the SPEAKER with the following:\n\nFor virtual meetings:\n\n(a) Virtual venue of presentation or meeting link (i.e. Zoom)\n(b) Event poster with the speaker\'s official photo and name\n(c) Recording of the final output of the speech\n(d) e-Certificate\n\nFor face-to-face meetings:\n\n(a) Venue of the presentation\n(b) LCD/LED Projector and 3.5mm Audio jack cable\n(c) Wireless microphone\n(d) Table/Booth with chair for merchandise (i.e. books) display\n(e) Onsite dedicated assistant/staff\n(f) Meals for the speaker and his/her party\n(g) Air, sea, and/or land transportation (or) travel allowance for the speaker and his/her party i.e. gas, toll, and other expenses\n(h) Hotel accommodation and actual consumption in the hotel for the speaker and his/her party\n(i) Travel insurance for the speaker\n(j) Parking space or parking fee including P300/day in airport parking\n(k) Plaque of appreciation\n(l) 100% contract price paid to permanently book the speaker at least 15 days prior to the event\n(m) Written or video-graphed client testimonial from the head of the company or team or his/her authorized representative  (The one giving the testimonials agree to publish the same.)\n\n\nII. If the SPEAKER cancels the engagement or is unable to perform its obligations under this CONTRACT for reasons not attributable to the CLIENT, and provided that the reasons for the cancellation are not considered fortuitous events or acts of God, the SPEAKER will offer to the CLIENT an alternative Speaker with the same talent and expertise instead of a refund.\n\nIII. That in case the engagement is canceled by reasons or as a consequence of fortuitous events or acts of God, or other acts though unforeseen, and cannot be reasonably prepared for by the parties, both parties shall agree to a renewed date that shall in no case be more than thirty (30) days from the date of original engagement. The parties shall exercise the utmost diligence and good faith in fixing the date of the engagement with due regards to the schedule of the SPEAKER/S and the purpose of the CLIENT in holding the engagement.\n\nIV. In the event that the CLIENT cancels this agreement or the client finds the SPEAKER’S presentation style/content/performance unfit, the SPEAKER reserves the right to keep whatever payments were made by the CLIENT. \n\nV. The CLIENT shall have the right to use the name, photographs and biographical materials of the SPEAKER for advertising and promotional purposes for the duration of the show BUT ONLY after the required PAYMENT is made. \n\nVI. That NO PORTION of the presentation of the SPEAKER may be RECORDED, FILMED, VIDEOTAPED OR REPRODUCED in any form, whatsoever unless prior written approval from the Speaker\'s manager is first obtained. The CLIENT may record the event but not allowed for broadcast. The CLIENT understands that the SPEAKER\'s commitment is to the event and not to the sponsors. Sponsor commitment by the CLIENT with respect to the SPEAKER must be cleared first with Speaker\'s manager. Sponsors may be acknowledged by the SPEAKER during the show upon clearance by Speaker\'s manager. This applies only of face-to-face meetings.\n\nVII. ALTERNATE SPEAKER — Should a CLIENT avail of a negotiated rate, which is below the full asking price of the SPEAKER, and another party has expressed interest to invite the SPEAKER and pay at full price as indicated on the professional speaking rate card, the CLIENT agrees to allow the SPEAKER to send an alternate speaker who is speaking on the same topic without any change on the agreed contract price.\n\nVIII. CONSIDERATION — As full consideration for the services performed by the Speaker under the terms of this agreement, and subject to the provisions stated in the Terms and Conditions, the Client shall pay the Speaker the total amount, net of applicable taxes as stated above.\n\nIX. NON-WAIVER – The failure to either party to insist upon strict performance on any of the terms and conditions hereof shall not be deemed as a waiver of any right or remedy that either party may have. In case of minor violations to the provisions of this contract by either party, earnest efforts shall be to settle the dispute amicably. If after due to notice to the party at fault, he fails to remedy a substantial breach committed, then the aggrieved party may enforce its right in this contract.\n\nX. AMENDMENTS – Both parties agree that no changes and/or amendments to this agreement shall take effect unless such amendments are in writing and signed herein signatories; \n \nIN WITNESS WHEREOF, we have hereunto set our hands this [text* complete-date placeholder \"Complete Date\"] in Makati City.\n\n\nConforme:\n\n[text* representative placeholder \"Typing your email address constitutes signing, which is legally binding\"]\n\n<p> [email* your-email placeholder \"What is your email address?\"] </p>\n\n[quiz quiz-828 \"5 + 3?|8\"]\n\n[submit \"Send\"]'),(864,276,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:37:\"Speaking Contract with [company-name]\";s:6:\"sender\";s:42:\"[representative] <hello@thespeechcamp.com>\";s:9:\"recipient\";s:24:\"support@thelunagroup.net\";s:4:\"body\";s:5668:\"From: [representative] <[your-email]>\nSubject: Contract with [company-name]\n\n\nMEMORANDUM OF AGREEMENT made this [complete-date] between LLOYD A. LUNA (hereinafter referred to as the \"Speaker\") whose address is located at 1745 Dian St. Palanan Village Makati City, Metro Manila, Philippines and [company-name] represented by [representative] (hereinafter referred to as \"Client\") whose address is located at [complete-address]\n\nWHEREAS, the Client desires to engage the services of the Speaker on the terms and conditions hereinafter set forth, and;\n\nWHEREAS, the Speaker is ready and willing to accept this engagement of service with the Client on the said terms and conditions\n\nWHEREAS, the Speaker agrees to provide the service on [date] at [time] in [venue] at [fee-in-words] [fee-in-figures] net of applicable taxes.\n\n\nNOW, THEREFORE, the parties hereto agree as follows:\n\nI. The CLIENT shall provide the SPEAKER with the following:\n\nFor virtual meetings:\n\n(a) Virtual venue of presentation or meeting link (i.e. Zoom)\n(b) Event poster with the speaker\'s official photo and name\n(c) Recording of the final output of the speech\n(d) e-Certificate\n\nFor face-to-face meetings:\n\n(a) Venue of the presentation\n(b) LCD/LED Projector and 3.5mm Audio jack cable\n(c) Wireless microphone\n(d) Table/Booth with chair for merchandise (i.e. books) display\n(e) Onsite dedicated assistant/staff\n(f) Meals for the speaker and his/her party\n(g) Air, sea, and/or land transportation (or) travel allowance for the speaker and his/her party i.e. gas, toll, and other expenses\n(h) Hotel accommodation and actual consumption in the hotel for the speaker and his/her party\n(i) Travel insurance for the speaker\n(j) Parking space or parking fee including P300/day in airport parking\n(k) Plaque of appreciation\n(l) 100% contract price paid to permanently book the speaker at least 15 days prior to the event\n(m) Written or video-graphed client testimonial from the head of the company or team or his/her authorized representative  (The one giving the testimonials agree to publish the same.)\n\nII. If the SPEAKER cancels the engagement or is unable to perform its obligations under this CONTRACT for reasons not attributable to the CLIENT, and provided that the reasons for the cancellation are not considered fortuitous events or acts of God, the SPEAKER will offer to the CLIENT an alternative Speaker with the same talent and expertise instead of a refund.\n\nIII. That in case the engagement is canceled by reasons or as a consequence of fortuitous events or acts of God, or other acts though unforeseen other than rain, and cannot be reasonably prepared for by the parties, both parties shall agree to a renewed date that shall in no case be more than forty-five (45) days from the date of original engagement. The parties shall exercise utmost diligence and good faith in fixing the date of the engagement with due regards to the schedule of the SPEAKER/S and the purpose of the CLIENT in holding the engagement.\n\nIV. In the event that the CLIENT cancels this agreement or the client finds the SPEAKER’S presentation style/content/performance unfit, the SPEAKER reserves the right to keep whatever payments were made by the CLIENT. \n\nV. The CLIENT shall have the right to use the name, photographs and biographical materials of the Speaker for advertising and promotional purposes for the duration of the show BUT ONLY after the required PAYMENT is made. \n\nVI. That NO PORTION of the presentation of the SPEAKER may be RECORDED, FILMED, VIDEOTAPED OR REPRODUCED in any form, whatsoever unless prior written approval from the Speaker\'s manager is first obtained. The CLIENT may record the event but not allowed to be aired on local cable channels. The CLIENT understands that the SPEAKER\'s commitment is to the event and not to the sponsors. Sponsor commitment by the CLIENT with respect to the SPEAKER must be cleared first with Speaker\'s manager. Sponsors may be acknowledged by SPEAKER during the show upon clearance by Speaker\'s manager. This applies only of face-to-face meetings.\n\nVII. ALTERNATE SPEAKER — Should a CLIENT avail of a negotiated rate, which is below the full asking price of the SPEAKER, and another party has expressed interest to invite the SPEAKER and pay at full price as indicated on the professional speaking rate card, the CLIENT agrees to allow the SPEAKER to send an alternate speaker who is speaking on the same topic without any change on the agreed contract price.\n\nVIII. CONSIDERATION — As full consideration for the services performed by the Speaker under the terms of this agreement, and subject to the provisions stated in the Terms and Conditions, the Client shall pay the Speaker the total amount of [fee-in-words] [fee-in-figures] net of applicable taxes.\n\nIX. NON-WAIVER – The failure to either party to insist upon strict performance on any of the terms and conditions hereof shall not be deemed as a waiver of any right or remedy that either party may have. In case of minor violations to the provisions of this contract by either party, earnest efforts shall be to settle the dispute amicably. If after due to notice to the party at fault, he fails to remedy a substantial breach committed, then the aggrieved party may enforce its right in this contract.\n\nX. AMENDMENTS – Both parties agree that no changes and/or amendments to this agreement shall take effect unless such amendments are in writing and signed herein signatories; \n \nIN WITNESS WHEREOF, we have hereunto set our hands this [complete-date] in Makati City.\n\n\nConforme:\n\n[representative]\n\n[your-email]\n\n-- \nThis e-mail was sent from a contact form on Leadership.ph\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(865,276,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:80:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\";s:6:\"sender\";s:100:\"Filipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:169:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\";s:18:\"additional_headers\";s:29:\"Reply-To: lloydluna@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(866,276,'_messages','a:22:{s:12:\"mail_sent_ok\";s:132:\"IMPORTANT! Thank you for filling up this contract. Please text Andi at 09171250476 IMMEDIATELY to confirm this contract is received.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(867,276,'_additional_settings',''),(868,276,'_locale','en'),(869,277,'_edit_last','1'),(870,277,'_wp_page_template','template-left-sidebar.php'),(871,277,'_hide_page_title',''),(872,277,'_hide_header',''),(873,277,'_hide_footer',''),(874,277,'_hide_breadcrumb',''),(875,277,'_cover',''),(876,277,'_show_excerpt',''),(877,277,'_yoast_wpseo_content_score','30'),(878,277,'_edit_lock','1517389317:1'),(879,284,'_edit_last','1'),(880,284,'_edit_lock','1517388761:1'),(881,284,'_wp_page_template','default'),(882,284,'_hide_page_title',''),(883,284,'_hide_header',''),(884,284,'_hide_footer',''),(885,284,'_hide_breadcrumb',''),(886,284,'_cover',''),(887,284,'_show_excerpt',''),(888,284,'_yoast_wpseo_content_score','30'),(1293,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2400;s:4:\"file\";s:41:\"2021/03/CPS-Batch-1-candidates-poster.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"CPS-Batch-1-candidates-poster-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"CPS-Batch-1-candidates-poster-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"CPS-Batch-1-candidates-poster-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"CPS-Batch-1-candidates-poster-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1152x1536.png\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1536x2048.png\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:41:\"CPS-Batch-1-candidates-poster-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:41:\"CPS-Batch-1-candidates-poster-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:41:\"CPS-Batch-1-candidates-poster-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1292,441,'_wp_attached_file','2021/03/CPS-Batch-1-candidates-poster.png'),(897,288,'_wp_attached_file','2018/01/Lloyd-Luna-Speakers-Profile.pdf'),(898,289,'_wp_attached_file','2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png'),(899,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:61:\"2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:61:\"Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:61:\"Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:61:\"Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(900,290,'_wp_attached_file','2018/01/Alphabet-of-Achievement-Storefront.png'),(901,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:46:\"2018/01/Alphabet-of-Achievement-Storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Alphabet-of-Achievement-Storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Alphabet-of-Achievement-Storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:46:\"Alphabet-of-Achievement-Storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:46:\"Alphabet-of-Achievement-Storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:46:\"Alphabet-of-Achievement-Storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(902,291,'_wp_attached_file','2018/01/Why-Good-People-Fail-Storefront.png'),(903,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2018/01/Why-Good-People-Fail-Storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Why-Good-People-Fail-Storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Why-Good-People-Fail-Storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:43:\"Why-Good-People-Fail-Storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:43:\"Why-Good-People-Fail-Storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:43:\"Why-Good-People-Fail-Storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(904,293,'_wp_attached_file','2018/01/Why-Am-I-Working-Storefront.png'),(905,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:39:\"2018/01/Why-Am-I-Working-Storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Why-Am-I-Working-Storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Why-Am-I-Working-Storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:39:\"Why-Am-I-Working-Storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:39:\"Why-Am-I-Working-Storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:39:\"Why-Am-I-Working-Storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(906,294,'_wp_attached_file','2018/01/Where-To-Find-Success-Storefront.png'),(907,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2018/01/Where-To-Find-Success-Storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Where-To-Find-Success-Storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Where-To-Find-Success-Storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:44:\"Where-To-Find-Success-Storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:44:\"Where-To-Find-Success-Storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:44:\"Where-To-Find-Success-Storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(908,295,'_wp_attached_file','2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png'),(909,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Is-There-A-Job-Waiting-For-You-Book-Storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Is-There-A-Job-Waiting-For-You-Book-Storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"Is-There-A-Job-Waiting-For-You-Book-Storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"Is-There-A-Job-Waiting-For-You-Book-Storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"Is-There-A-Job-Waiting-For-You-Book-Storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(910,296,'_wp_attached_file','2018/01/public-speaking-book-philippines-storefront.png'),(911,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:55:\"2018/01/public-speaking-book-philippines-storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"public-speaking-book-philippines-storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"public-speaking-book-philippines-storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:55:\"public-speaking-book-philippines-storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:55:\"public-speaking-book-philippines-storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:55:\"public-speaking-book-philippines-storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(912,297,'_wp_attached_file','2018/01/paano-maging-successful-book-storefront.png'),(913,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:51:\"2018/01/paano-maging-successful-book-storefront.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"paano-maging-successful-book-storefront-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"paano-maging-successful-book-storefront-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:51:\"paano-maging-successful-book-storefront-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:51:\"paano-maging-successful-book-storefront-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:51:\"paano-maging-successful-book-storefront-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(920,302,'_edit_last','1'),(921,302,'_edit_lock','1517407867:1'),(922,302,'_thumbnail_id','297'),(923,302,'_yoast_wpseo_content_score','30'),(924,303,'_edit_last','1'),(925,303,'_edit_lock','1517408003:1'),(926,303,'_thumbnail_id','290'),(927,303,'_yoast_wpseo_content_score','60'),(928,304,'_edit_last','1'),(929,304,'_edit_lock','1517408090:1'),(930,304,'_thumbnail_id','296'),(931,304,'_yoast_wpseo_content_score','30'),(932,305,'_edit_last','1'),(933,305,'_edit_lock','1517408155:1'),(934,305,'_thumbnail_id','294'),(935,305,'_yoast_wpseo_content_score','30'),(936,306,'_edit_last','1'),(937,306,'_edit_lock','1517409249:1'),(938,306,'_thumbnail_id','293'),(939,306,'_yoast_wpseo_content_score','30'),(953,313,'_edit_last','1'),(954,313,'_edit_lock','1517409308:1'),(955,313,'_thumbnail_id','289'),(956,313,'_yoast_wpseo_content_score','30'),(972,321,'_edit_lock','1517441391:1'),(973,321,'_edit_last','1'),(974,321,'_wp_page_template','default'),(975,321,'_hide_page_title',''),(976,321,'_hide_header',''),(977,321,'_hide_footer',''),(978,321,'_hide_breadcrumb',''),(979,321,'_cover',''),(980,321,'_show_excerpt',''),(981,321,'_yoast_wpseo_content_score','30'),(988,327,'_wp_attached_file','2018/02/productivity-humorist-logo-black-header.png'),(990,327,'_wp_attachment_image_alt','productivity humorist and filipino motivational speaker'),(1040,349,'_wp_attached_file','2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png'),(993,329,'_wp_attached_file','2018/02/LL-Icon.png'),(994,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:216;s:4:\"file\";s:19:\"2018/02/LL-Icon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LL-Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"LL-Icon-216x150.png\";s:5:\"width\";i:216;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,329,'_wp_attachment_image_alt','productivity humorist lloyd luna icon'),(1655,575,'_wp_attached_file','2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png'),(1075,359,'_wp_page_template','template-left-sidebar.php'),(1002,333,'_wp_attached_file','2018/02/To-Auckland-GSS2018.png'),(1003,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2329;s:4:\"file\";s:31:\"2018/02/To-Auckland-GSS2018.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"To-Auckland-GSS2018-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:31:\"To-Auckland-GSS2018-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1004,333,'_wp_attachment_image_alt','Productivity Humorist Lloyd Luna in Auckland New Zealand'),(1074,359,'_edit_last','1'),(1073,359,'_edit_lock','1614594082:1'),(1020,338,'_wp_attached_file','2018/03/28698538_1644285125663639_7273627625027952357_o.jpg'),(1021,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:59:\"2018/03/28698538_1644285125663639_7273627625027952357_o.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"28698538_1644285125663639_7273627625027952357_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:59:\"28698538_1644285125663639_7273627625027952357_o-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1022,338,'_wp_attachment_image_alt','Leadership Speaker in the Philippines'),(1026,340,'_wp_attached_file','2018/03/leadership-ph-header.png'),(1027,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:32:\"2018/03/leadership-ph-header.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1028,340,'_wp_attachment_image_alt','Filipino Leadership Speaker Philippines Header'),(1041,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1372;s:4:\"file\";s:74:\"2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-768x1098.png\";s:5:\"width\";i:768;s:6:\"height\";i:1098;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-717x1024.png\";s:5:\"width\";i:717;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:74:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:74:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:74:\"what-is-stepback-leadership-original-definiton-lloyd-luna-2018-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1042,349,'_wp_attachment_image_alt','Step Back Leadership as defined by Filipino Leadership Speaker Lloyd Luna'),(1046,351,'_wp_attached_file','2018/04/stepback-leadership-mock.png'),(1654,574,'_wp_attachment_image_alt','Public Speaking Training Course Philippines Header'),(1047,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:1060;s:4:\"file\";s:36:\"2018/04/stepback-leadership-mock.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"stepback-leadership-mock-797x1024.png\";s:5:\"width\";i:797;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:36:\"stepback-leadership-mock-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1048,351,'_wp_attachment_image_alt','Step Back Leadership Book'),(1051,2,'_yoast_wpseo_content_score','30'),(1058,357,'_wp_attached_file','2018/06/Filipino-Leadership-Speaker-and-productivity-Humorist-Lloyd-Luna-Profile.pdf'),(1056,355,'_wp_attached_file','2018/04/Professional-Speaking-Rate-Card-RC-18a-LAL.pdf'),(1057,355,'_edit_lock','1522979421:1'),(1076,359,'_hide_page_title',''),(1077,359,'_hide_header',''),(1078,359,'_hide_footer',''),(1079,359,'_hide_breadcrumb',''),(1080,359,'_cover',''),(1081,359,'_show_excerpt',''),(1082,359,'_yoast_wpseo_content_score','30'),(1087,362,'_wp_attachment_image_alt','The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.'),(1085,362,'_wp_attached_file','2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png'),(1086,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1334;s:4:\"file\";s:55:\"2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-768x569.png\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Many-Faces-of-Productivity-Book-Full-Mockup-1024x759.png\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:55:\"Many-Faces-of-Productivity-Book-Full-Mockup-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1114,374,'_wp_attached_file','2018/07/The-Many-Faces-of-Productivity-2018-Edition.pdf'),(1089,365,'_wp_attached_file','2018/07/leadership-ph-header.png'),(1090,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:92;s:4:\"file\";s:32:\"2018/07/leadership-ph-header.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:31:\"leadership-ph-header-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1091,365,'_wp_attachment_image_alt','Productivity Leadership Speaker Philippines'),(1096,368,'_wp_attached_file','2018/04/Stepback-Leadership-Front-Mock.png'),(1097,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:42:\"2018/04/Stepback-Leadership-Front-Mock.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Stepback-Leadership-Front-Mock-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:42:\"Stepback-Leadership-Front-Mock-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1098,368,'_wp_attachment_image_alt','Step Back Leadership Book'),(1100,371,'_wp_attached_file','2018/04/Stepback-Leadership-Front-Back-Mock.png'),(1101,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1334;s:4:\"file\";s:47:\"2018/04/Stepback-Leadership-Front-Back-Mock.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-768x569.png\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Stepback-Leadership-Front-Back-Mock-1024x759.png\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:47:\"Stepback-Leadership-Front-Back-Mock-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1102,371,'_wp_attachment_image_alt','Step Back Leadership Book'),(1141,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:132;s:4:\"file\";s:32:\"2019/10/stepback-logo-gsuite.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"stepback-logo-gsuite-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"stepback-logo-gsuite-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:32:\"stepback-logo-gsuite-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1140,389,'_wp_attached_file','2019/10/stepback-logo-gsuite.png'),(1143,389,'_wp_attachment_image_alt','Stepback Leadership Speaker Philippines'),(1144,391,'_wp_attached_file','2019/10/cropped-stepback-logo-gsuite.png'),(1145,391,'_wp_attachment_context','custom-logo'),(1146,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:72;s:4:\"file\";s:40:\"2019/10/cropped-stepback-logo-gsuite.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-stepback-logo-gsuite-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-stepback-logo-gsuite-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:39:\"cropped-stepback-logo-gsuite-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1147,392,'_wp_attached_file','2019/10/filipino-stepback-leadership-logo-header-black-retina.png'),(1148,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:118;s:4:\"file\";s:65:\"2019/10/filipino-stepback-leadership-logo-header-black-retina.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"filipino-stepback-leadership-logo-header-black-retina-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"filipino-stepback-leadership-logo-header-black-retina-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:65:\"filipino-stepback-leadership-logo-header-black-retina-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:65:\"filipino-stepback-leadership-logo-header-black-retina-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1149,392,'_wp_attachment_image_alt','Stepback Leadership Speaker Philippines'),(1154,394,'_edit_lock','1570372783:1'),(1155,394,'_edit_last','1'),(1156,394,'_hide_page_title',''),(1157,394,'_hide_header',''),(1158,394,'_hide_footer',''),(1159,394,'_hide_breadcrumb',''),(1160,394,'_cover',''),(1161,394,'_show_excerpt',''),(1162,394,'_wc_apply_product',''),(1163,394,'_yoast_wpseo_content_score','30'),(1164,396,'_wp_attached_file','2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png'),(1165,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:896;s:6:\"height\";i:1231;s:4:\"file\";s:65:\"2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-768x1055.png\";s:5:\"width\";i:768;s:6:\"height\";i:1055;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-745x1024.png\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:65:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:65:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:65:\"Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1166,396,'_wp_attachment_image_alt','Top Filipino Leadership Speaker Philippines'),(1167,398,'_wp_attached_file','2019/10/al-ian-barcelonal-motivational-speaker.jpg'),(1168,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:50:\"2019/10/al-ian-barcelonal-motivational-speaker.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"al-ian-barcelonal-motivational-speaker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"al-ian-barcelonal-motivational-speaker-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:50:\"al-ian-barcelonal-motivational-speaker-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:50:\"al-ian-barcelonal-motivational-speaker-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:50:\"al-ian-barcelonal-motivational-speaker-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1169,398,'_wp_attachment_image_alt','Top Filipino Leadership Speaker Philippines'),(1170,399,'_wp_attached_file','2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg'),(1171,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Pocholo-The-VoiceMaster-Gonzales-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Pocholo-The-VoiceMaster-Gonzales-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:44:\"Pocholo-The-VoiceMaster-Gonzales-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:44:\"Pocholo-The-VoiceMaster-Gonzales-427x300.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:44:\"Pocholo-The-VoiceMaster-Gonzales-427x400.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1172,399,'_wp_attachment_image_alt','Top Filipino Leadership Speaker Philppines'),(1173,400,'_wp_attached_file','2019/10/jesse-rebustillo-speaker-philippines.jpg'),(1174,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:442;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2019/10/jesse-rebustillo-speaker-philippines.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"jesse-rebustillo-speaker-philippines-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"jesse-rebustillo-speaker-philippines-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:48:\"jesse-rebustillo-speaker-philippines-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:48:\"jesse-rebustillo-speaker-philippines-442x300.jpg\";s:5:\"width\";i:442;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:48:\"jesse-rebustillo-speaker-philippines-442x400.jpg\";s:5:\"width\";i:442;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1175,400,'_wp_attachment_image_alt','Best Filipino Leadership Speaker Philippines'),(1176,401,'_wp_attached_file','2019/10/joey-garcia-leadership-speaker-philippines.jpg'),(1177,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1125;s:4:\"file\";s:54:\"2019/10/joey-garcia-leadership-speaker-philippines.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"joey-garcia-leadership-speaker-philippines-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:54:\"joey-garcia-leadership-speaker-philippines-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1178,401,'_wp_attachment_image_alt','Best Leadership Speaker in the Philippines'),(1179,402,'_wp_attached_file','2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg'),(1180,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:675;s:4:\"file\";s:55:\"2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Toni-Miranda-Leadership-Speaker-Philippines-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Toni-Miranda-Leadership-Speaker-Philippines-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:55:\"Toni-Miranda-Leadership-Speaker-Philippines-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:55:\"Toni-Miranda-Leadership-Speaker-Philippines-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:55:\"Toni-Miranda-Leadership-Speaker-Philippines-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1181,402,'_wp_attachment_image_alt','Best Filipino Leadership Speaker Philippines'),(1182,403,'_wp_attached_file','2019/10/leadership-speaker-philippines-meg-marzan.jpg'),(1183,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:53:\"2019/10/leadership-speaker-philippines-meg-marzan.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:53:\"leadership-speaker-philippines-meg-marzan-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1184,404,'_wp_attached_file','2019/10/rene-espinosa-powermax-negosentro-com.png'),(1185,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:337;s:6:\"height\";i:316;s:4:\"file\";s:49:\"2019/10/rene-espinosa-powermax-negosentro-com.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"rene-espinosa-powermax-negosentro-com-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"rene-espinosa-powermax-negosentro-com-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:49:\"rene-espinosa-powermax-negosentro-com-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:49:\"rene-espinosa-powermax-negosentro-com-337x300.png\";s:5:\"width\";i:337;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1186,404,'_wp_attachment_image_alt','Top Filipino Sales Leadership Philippines'),(1204,391,'_oembed_7912ac021e78c2ef6fc4265136377cf3','{{unknown}}'),(1620,559,'_wp_attachment_image_alt','Public Speaking Institute Logo'),(1619,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2021/03/PSI-Logo.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"PSI-Logo-1024x569.png\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"PSI-Logo-1536x853.png\";s:5:\"width\";i:1536;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-2048x1138.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1138;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:20:\"PSI-Logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1618,559,'_wp_attached_file','2021/03/PSI-Logo.png'),(1209,420,'_wp_attached_file','2021/03/CPS-Logo-White.png'),(1210,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2021/03/CPS-Logo-White.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"CPS-Logo-White-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-White-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1211,420,'_wp_attachment_image_alt','Certified Public Speaker Logo'),(1637,567,'_wp_attachment_image_alt','Certified Public Speaker CPS™ Logo'),(1615,558,'_wp_attached_file','2021/03/PSI-Logo-PH-Header.png'),(1616,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:89;s:4:\"file\";s:30:\"2021/03/PSI-Logo-PH-Header.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-PH-Header-150x89.png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1617,558,'_wp_attachment_image_alt','Public Speaking Institute Header Logo'),(1626,563,'_wp_attached_file','2021/03/PSI-Logo-PH-Footer.png'),(1627,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:89;s:4:\"file\";s:30:\"2021/03/PSI-Logo-PH-Footer.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-PH-Footer-150x89.png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1232,427,'_wp_attached_file','2021/03/PSI-Logo-Icon.png'),(1233,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:1343;s:4:\"file\";s:25:\"2021/03/PSI-Logo-Icon.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PSI-Logo-Icon-1017x1024.png\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-768x773.png\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:25:\"PSI-Logo-Icon-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1234,427,'_wp_attachment_image_alt','PSI Logo Icon'),(1235,428,'_wp_attached_file','2021/03/PSI-Logo-Fav-Icon.png'),(1236,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:515;s:4:\"file\";s:29:\"2021/03/PSI-Logo-Fav-Icon.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-Fav-Icon-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-Fav-Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-Fav-Icon-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-Fav-Icon-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:29:\"PSI-Logo-Fav-Icon-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1237,428,'_wp_attachment_image_alt','PSI Logo Fav Icon'),(1238,429,'_wp_attached_file','2021/03/cropped-PSI-Logo-Fav-Icon.png'),(1239,429,'_wp_attachment_context','site-icon'),(1240,429,'_oembed_d51b9abe205faffb5d33ff609b94e6fe','{{unknown}}'),(1241,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2021/03/cropped-PSI-Logo-Fav-Icon.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:37:\"cropped-PSI-Logo-Fav-Icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:35:\"cropped-PSI-Logo-Fav-Icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1710,596,'_wp_attached_file','2021/04/The-Public-Speaking-Institute-Public-Brochure.pdf'),(1250,433,'_menu_item_type','custom'),(1251,433,'_menu_item_menu_item_parent','0'),(1252,433,'_menu_item_object_id','433'),(1253,433,'_menu_item_object','custom'),(1254,433,'_menu_item_target',''),(1255,433,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1256,433,'_menu_item_xfn',''),(1257,433,'_menu_item_url','https://www.facebook.com/groups/thepublicspeakinginstitute/'),(1272,436,'_wp_attachment_image_alt','Certified Public Speaker Luna Framework'),(1259,434,'_menu_item_type','custom'),(1260,434,'_menu_item_menu_item_parent','0'),(1261,434,'_menu_item_object_id','434'),(1262,434,'_menu_item_object','custom'),(1263,434,'_menu_item_target',''),(1264,434,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1265,434,'_menu_item_xfn',''),(1266,434,'_menu_item_url','https://www.facebook.com/SpeechCamp.ph'),(1273,435,'_wp_page_template','template-left-sidebar.php'),(1274,435,'_hide_page_title',''),(1275,435,'_hide_header',''),(1276,435,'_hide_footer',''),(1277,435,'_hide_breadcrumb',''),(1278,435,'_cover',''),(1279,435,'_show_excerpt',''),(1280,435,'_wc_apply_product',''),(1281,435,'_yoast_wpseo_content_score','60'),(1282,435,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1283,438,'_menu_item_type','post_type'),(1284,438,'_menu_item_menu_item_parent','0'),(1285,438,'_menu_item_object_id','435'),(1286,438,'_menu_item_object','page'),(1287,438,'_menu_item_target',''),(1288,438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1289,438,'_menu_item_xfn',''),(1290,438,'_menu_item_url',''),(1305,449,'_wp_attached_file','2021/03/CPS-Logo-White-small.png'),(1306,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2021/03/CPS-Logo-White-small.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CPS-Logo-White-small-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:32:\"CPS-Logo-White-small-250x150.png\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1316,25,'_wc_apply_product',''),(1317,25,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1318,2,'_wc_apply_product',''),(1319,2,'_yoast_wpseo_estimated-reading-time-minutes',''),(1636,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:24:\"2021/04/CPS-Logo-S-W.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-S-W-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-S-W-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"CPS-Logo-S-W-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"CPS-Logo-S-W-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1635,567,'_wp_attached_file','2021/04/CPS-Logo-S-W.png'),(1324,460,'_menu_item_type','custom'),(1325,460,'_menu_item_menu_item_parent','0'),(1326,460,'_menu_item_object_id','460'),(1327,460,'_menu_item_object','custom'),(1328,460,'_menu_item_target',''),(1329,460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1330,460,'_menu_item_xfn',''),(1331,460,'_menu_item_url','https://forms.gle/prAssT1RNVaJeX4j8'),(1659,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:4:\"file\";s:69:\"2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Public-Speaking-Training-Course-Philippines-Header-Retina-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Public-Speaking-Training-Course-Philippines-Header-Retina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:69:\"Public-Speaking-Training-Course-Philippines-Header-Retina-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:69:\"Public-Speaking-Training-Course-Philippines-Header-Retina-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:69:\"Public-Speaking-Training-Course-Philippines-Header-Retina-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1658,576,'_wp_attached_file','2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png'),(1347,468,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Your mobile number\n    [text* your-mobile] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (required)\n    [textarea* your-message] </label>\n\n[submit \"Submit\"]'),(1348,468,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:21:\"TPSI \"[your-subject]\"\";s:6:\"sender\";s:27:\"<inquiry@thespeechcamp.com>\";s:9:\"recipient\";s:24:\"support@thelunagroup.net\";s:4:\"body\";s:175:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\nMobile: [your-mobile]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on PublicSpeaking.ph\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1349,468,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@publicspeaking.ph>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1350,468,'_messages','a:22:{s:12:\"mail_sent_ok\";s:142:\"Thank you for your message. To verify if we received it, please text 09171250476 now. The Public Speaking Institute is happy to hear from you.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1351,468,'_additional_settings',''),(1352,468,'_locale','en_US'),(1656,575,'_wp_attachment_context','custom-logo'),(1630,564,'_wp_attachment_image_alt','Public Speaking Institute White Logo'),(1629,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2000;s:4:\"file\";s:22:\"2021/03/PSI-Logo-W.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"PSI-Logo-W-1024x569.png\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"PSI-Logo-W-1536x853.png\";s:5:\"width\";i:1536;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"PSI-Logo-W-2048x1138.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1138;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:22:\"PSI-Logo-W-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1628,564,'_wp_attached_file','2021/03/PSI-Logo-W.png'),(1657,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:127;s:4:\"file\";s:70:\"2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Header-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1376,477,'_wp_attached_file','2021/03/CPS-Batch-1-candidates-poster-1.png'),(1377,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2400;s:4:\"file\";s:43:\"2021/03/CPS-Batch-1-candidates-poster-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"CPS-Batch-1-candidates-poster-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"CPS-Batch-1-candidates-poster-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"CPS-Batch-1-candidates-poster-1-1152x1536.png\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"CPS-Batch-1-candidates-poster-1-1536x2048.png\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:43:\"CPS-Batch-1-candidates-poster-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1378,477,'_wp_attachment_image_alt','Certified Public Speakers Batch 1 - Candidates'),(1379,479,'_edit_lock','1616199100:1'),(1380,479,'_edit_last','1'),(1383,479,'_yoast_wpseo_content_score','60'),(1384,479,'_yoast_wpseo_estimated-reading-time-minutes',''),(1385,479,'_yoast_wpseo_primary_category','25'),(1387,479,'_wp_old_slug','the-public-speaking-training-in-the-philippines'),(1653,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:127;s:4:\"file\";s:62:\"2021/04/Public-Speaking-Training-Course-Philippines-Header.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Header-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1399,25,'_thumbnail_id','622'),(1405,485,'_edit_lock','1616198959:1'),(1652,574,'_wp_attached_file','2021/04/Public-Speaking-Training-Course-Philippines-Header.png'),(1406,485,'_edit_last','1'),(1407,296,'_wp_attachment_image_alt','Best Public Speaking Training Book in the Philippines'),(1408,485,'_thumbnail_id','296'),(1413,488,'_edit_lock','1615260851:1'),(1410,485,'_yoast_wpseo_content_score','30'),(1411,485,'_yoast_wpseo_estimated-reading-time-minutes',''),(1412,485,'_yoast_wpseo_primary_category','27'),(1414,488,'_edit_last','1'),(1415,488,'_oembed_94129febea0e62c989145b9b61791b5d','<iframe title=\"Conan O&#039;Brien&#039;s 2011 Dartmouth College Commencement Address\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/KmDYXaaT9sA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1416,488,'_oembed_time_94129febea0e62c989145b9b61791b5d','1615260440'),(1417,488,'_oembed_ceb76a2f912d5c9e97e6654e76408d93','<iframe title=\"Kevin Costner´s emotional speech in full at Whitney Houston´s funeral\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/1JuM2X3Da7k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1418,488,'_oembed_time_ceb76a2f912d5c9e97e6654e76408d93','1615260683'),(1419,488,'_thumbnail_id','420'),(1420,488,'_wp_page_template','default'),(1421,488,'_hide_page_title',''),(1422,488,'_hide_header',''),(1423,488,'_hide_footer',''),(1424,488,'_hide_breadcrumb',''),(1425,488,'_cover',''),(1426,488,'_show_excerpt',''),(1427,488,'_wc_apply_product',''),(1428,488,'_yoast_wpseo_content_score','30'),(1429,488,'_yoast_wpseo_estimated-reading-time-minutes',''),(1430,490,'_edit_lock','1616198794:1'),(1431,490,'_edit_last','1'),(1432,490,'_oembed_94129febea0e62c989145b9b61791b5d','<iframe title=\"Conan O&#039;Brien&#039;s 2011 Dartmouth College Commencement Address\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/KmDYXaaT9sA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1433,490,'_oembed_time_94129febea0e62c989145b9b61791b5d','1616198798'),(1434,490,'_oembed_ceb76a2f912d5c9e97e6654e76408d93','<iframe title=\"Kevin Costner´s emotional speech in full at Whitney Houston´s funeral\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/1JuM2X3Da7k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1435,490,'_oembed_time_ceb76a2f912d5c9e97e6654e76408d93','1615260890'),(1436,490,'_thumbnail_id','498'),(1438,490,'_yoast_wpseo_content_score','30'),(1439,490,'_yoast_wpseo_estimated-reading-time-minutes',''),(1440,490,'_yoast_wpseo_primary_category','36'),(1456,498,'_wp_attached_file','2021/03/PSI-Logo-Icon-Blue-Environment.png'),(1457,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:1343;s:4:\"file\";s:42:\"2021/03/PSI-Logo-Icon-Blue-Environment.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"PSI-Logo-Icon-Blue-Environment-1017x1024.png\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-768x773.png\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:42:\"PSI-Logo-Icon-Blue-Environment-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1463,490,'_oembed_642d1625a221ef1db6a35779717a75a0','<iframe title=\"Kevin Costner&#039;s speech at Whitney Houston&#039;s funeral\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/2wjh0N1EzPI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1464,490,'_oembed_time_642d1625a221ef1db6a35779717a75a0','1616198798'),(1717,176,'_wp_old_date','2021-03-14'),(1714,460,'_wp_old_date','2021-03-14'),(1715,433,'_wp_old_date','2021-03-14'),(1716,434,'_wp_old_date','2021-03-14'),(1711,438,'_wp_old_date','2021-03-14'),(1791,626,'_wp_trash_meta_status','publish'),(1475,507,'_wp_attached_file','2021/03/CPS-Framework-for-brochure-1.png'),(1476,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:40:\"2021/03/CPS-Framework-for-brochure-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"CPS-Framework-for-brochure-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:40:\"CPS-Framework-for-brochure-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1460,498,'_wp_attachment_image_alt','PSI Logo Icon Blue Environment'),(1477,507,'_wp_attachment_image_alt','Certified Public Speaker Luna Framework'),(1478,509,'_wp_attached_file','2021/03/CPS-Logo-Black-Transparent.png'),(1479,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:38:\"2021/03/CPS-Logo-Black-Transparent.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CPS-Logo-Black-Transparent-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-Black-Transparent-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1623,561,'_wp_attached_file','2021/03/CPS-Logo-White-Transparent.png'),(1624,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:38:\"2021/03/CPS-Logo-White-Transparent.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CPS-Logo-White-Transparent-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1482,512,'_edit_lock','1617427007:1'),(1483,512,'_edit_last','1'),(1484,513,'_wp_attached_file','2021/03/psi-cps-batch-1-cover.png'),(1485,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2021/03/psi-cps-batch-1-cover.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"psi-cps-batch-1-cover-1024x379.png\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-768x284.png\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"psi-cps-batch-1-cover-1536x569.png\";s:5:\"width\";i:1536;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:33:\"psi-cps-batch-1-cover-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1486,513,'_wp_attachment_image_alt','Certified Public Speakers Batch 1-2021'),(1487,512,'_thumbnail_id','513'),(1489,512,'_yoast_wpseo_focuskw','public speaking philippines'),(1490,512,'_yoast_wpseo_linkdex','80'),(1491,512,'_yoast_wpseo_content_score','90'),(1492,512,'_yoast_wpseo_estimated-reading-time-minutes','6'),(1493,512,'_yoast_wpseo_primary_category','29'),(1525,525,'_edit_lock','1615735842:1'),(1526,525,'_edit_last','1'),(1527,525,'_thumbnail_id','507'),(1528,525,'_wp_page_template','default'),(1529,525,'_hide_page_title',''),(1530,525,'_hide_header',''),(1531,525,'_hide_footer',''),(1532,525,'_hide_breadcrumb',''),(1533,525,'_cover',''),(1534,525,'_show_excerpt',''),(1535,525,'_wc_apply_product',''),(1536,525,'_yoast_wpseo_content_score','30'),(1537,525,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1789,625,'_wp_trash_meta_time','1664354817'),(1788,625,'_wp_trash_meta_status','publish'),(1787,624,'_wp_trash_meta_time','1664343567'),(1786,624,'_wp_trash_meta_status','publish'),(1785,623,'_wp_trash_meta_time','1664343551'),(1549,460,'_wp_old_date','2021-03-04'),(1547,438,'_wp_old_date','2021-03-01'),(1790,626,'_edit_lock','1664354857:1'),(1550,433,'_wp_old_date','2021-03-01'),(1551,434,'_wp_old_date','2021-03-01'),(1552,176,'_wp_old_date','2018-01-28'),(1587,543,'_wp_attached_file','2021/03/public-speaking-training-philippines-speaker.jpg'),(1564,490,'_yoast_wpseo_focuskw','Examples of Prepared Speeches'),(1565,490,'_yoast_wpseo_linkdex','52'),(1567,485,'_yoast_wpseo_focuskw','Public Speaking Book Philippines'),(1568,485,'_yoast_wpseo_title','%%title%% %%page%% %%sep%%'),(1569,485,'_yoast_wpseo_metadesc','Public Speaking Philippines Training Course is offered by The Public Speaking Institute. This book on public speaking is a training reference.'),(1570,485,'_yoast_wpseo_linkdex','59'),(1571,485,'_wp_old_slug','best-public-speaking-training-book-in-the-philippines'),(1573,479,'_wp_old_slug','what-is-the-public-speaking-institute'),(1574,479,'_yoast_wpseo_focuskw','The Public Speaking Institute'),(1575,479,'_yoast_wpseo_metadesc','The Public Speaking Institute™ offers the best public speaking training course and speech coaching in the Philippines.'),(1576,479,'_yoast_wpseo_linkdex','58'),(1580,512,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% Training Course Certification Program'),(1578,512,'_yoast_wpseo_metadesc','Public Speaking Philippines Training Course is offered by The Public Speaking Institute leading to Certified Public Speaker™ CPS designation.'),(1581,512,'_yoast_wpseo_is_cornerstone','1'),(1582,512,'_wp_old_slug','the-best-public-speaking-training-course-in-the-philippines'),(1588,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:56:\"2021/03/public-speaking-training-philippines-speaker.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"public-speaking-training-philippines-speaker-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"public-speaking-training-philippines-speaker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:56:\"public-speaking-training-philippines-speaker-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:56:\"public-speaking-training-philippines-speaker-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:56:\"public-speaking-training-philippines-speaker-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1589,543,'_wp_attachment_image_alt','public speaking training philippines speaker'),(1593,547,'_edit_lock','1617440663:1'),(1594,547,'_edit_last','1'),(1595,548,'_wp_attached_file','2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png'),(1596,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:750;s:4:\"file\";s:64:\"2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:64:\"Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1607,551,'_wp_attached_file','2021/03/Luna-Group-Logo-W.png'),(1598,547,'_yoast_wpseo_focuskw','Filipino Speech Coach'),(1599,547,'_yoast_wpseo_linkdex','73'),(1600,547,'_yoast_wpseo_content_score','90'),(1601,547,'_yoast_wpseo_estimated-reading-time-minutes','4'),(1602,547,'_yoast_wpseo_primary_category','29'),(1605,547,'_yoast_wpseo_metadesc','Lloyd Luna is a Filipino speech coach whose public speaking career spans for over 15 years. He is founder of The Public Speaking Institute.™'),(1606,547,'_yoast_wpseo_is_cornerstone','1'),(1608,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:29:\"2021/03/Luna-Group-Logo-W.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-W-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-W-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-W-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-W-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1609,552,'_wp_attached_file','2021/03/Luna-Group-Logo-B.png'),(1610,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:29:\"2021/03/Luna-Group-Logo-B.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-B-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-B-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Luna-Group-Logo-B-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:29:\"Luna-Group-Logo-B-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1611,551,'_edit_lock','1616657961:1'),(1646,571,'_wp_attached_file','2021/04/CPS-Logo-White-Transparent.png'),(1647,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:38:\"2021/04/CPS-Logo-White-Transparent.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CPS-Logo-White-Transparent-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"CPS-Logo-White-Transparent-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"CPS-Logo-White-Transparent-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"CPS-Logo-White-Transparent-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1649,547,'_thumbnail_id','543'),(1660,576,'_wp_attachment_image_alt','Public Speaking Training Course Philippines Header Retina'),(1661,577,'_wp_attached_file','2021/04/Public-Speaking-Institute-Logo.png'),(1662,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:4:\"file\";s:42:\"2021/04/Public-Speaking-Institute-Logo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Public-Speaking-Institute-Logo-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Public-Speaking-Institute-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:42:\"Public-Speaking-Institute-Logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:42:\"Public-Speaking-Institute-Logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:42:\"Public-Speaking-Institute-Logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1663,577,'_wp_attachment_image_alt','Public Speaking Institute Logo'),(1664,578,'_wp_attached_file','2021/04/cropped-Public-Speaking-Institute-Logo.png'),(1665,578,'_wp_attachment_context','custom-logo'),(1666,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:4:\"file\";s:50:\"2021/04/cropped-Public-Speaking-Institute-Logo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"cropped-Public-Speaking-Institute-Logo-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-Public-Speaking-Institute-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:50:\"cropped-Public-Speaking-Institute-Logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:50:\"cropped-Public-Speaking-Institute-Logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:50:\"cropped-Public-Speaking-Institute-Logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1668,580,'_wp_attached_file','2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png'),(1669,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:145;s:4:\"file\";s:65:\"2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Public-Speaking-Training-Course-Philippines-Header-PH-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1670,580,'_wp_attachment_image_alt','Public Speaking Training Course Philippines Header PH'),(1671,581,'_wp_attached_file','2021/04/Public-Speaking-Training-Course-Philippines-Favico.png'),(1672,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:62:\"2021/04/Public-Speaking-Training-Course-Philippines-Favico.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Favico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Favico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Favico-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Favico-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:62:\"Public-Speaking-Training-Course-Philippines-Favico-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1673,581,'_wp_attachment_image_alt','Public Speaking Training Course Philippines Favico'),(1674,582,'_wp_attached_file','2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png'),(1675,582,'_wp_attachment_context','site-icon'),(1676,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:70:\"2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:70:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:68:\"cropped-Public-Speaking-Training-Course-Philippines-Favico-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1724,176,'_wp_old_date','2021-04-12'),(1721,460,'_wp_old_date','2021-04-12'),(1722,433,'_wp_old_date','2021-04-12'),(1723,434,'_wp_old_date','2021-04-12'),(1718,438,'_wp_old_date','2021-04-12'),(1706,595,'_wp_attached_file','2021/04/CPS-Logo-Prussian-Transparent.png'),(1707,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:41:\"2021/04/CPS-Logo-Prussian-Transparent.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"CPS-Logo-Prussian-Transparent-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"CPS-Logo-Prussian-Transparent-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"CPS-Logo-Prussian-Transparent-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:41:\"CPS-Logo-Prussian-Transparent-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1784,623,'_wp_trash_meta_status','publish'),(1725,600,'_edit_lock','1664328225:1'),(1726,600,'_wp_trash_meta_status','publish'),(1727,600,'_wp_trash_meta_time','1664328270'),(1728,601,'_wp_trash_meta_status','publish'),(1729,601,'_wp_trash_meta_time','1664328289'),(1730,602,'_edit_lock','1664328406:1'),(1731,602,'_wp_trash_meta_status','publish'),(1732,602,'_wp_trash_meta_time','1664328425'),(1733,603,'_edit_lock','1664328763:1'),(1734,604,'_wp_attached_file','2022/09/Public-Speaking-Institute-Logo-Header.png'),(1735,604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:145;s:4:\"file\";s:49:\"2022/09/Public-Speaking-Institute-Logo-Header.png\";s:8:\"filesize\";i:25388;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Header-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1736,604,'_wp_attachment_image_alt','Speech Camp Public Speaking Philippines Logo'),(1737,605,'_wp_attached_file','2022/09/Public-Speaking-Institute-Logo-Retina.png'),(1738,605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:4:\"file\";s:49:\"2022/09/Public-Speaking-Institute-Logo-Retina.png\";s:8:\"filesize\";i:90898;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Retina-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Retina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18041;}s:19:\"onepress-blog-small\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Retina-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26786;}s:14:\"onepress-small\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Retina-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64938;}s:15:\"onepress-medium\";a:5:{s:4:\"file\";s:49:\"Public-Speaking-Institute-Logo-Retina-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1739,605,'_wp_attachment_image_alt','Speech Camp Public Speaking Philippines Logo'),(1740,603,'_wp_trash_meta_status','publish'),(1741,603,'_wp_trash_meta_time','1664328776'),(1742,606,'_edit_lock','1664328824:1'),(1743,606,'_wp_trash_meta_status','publish'),(1744,606,'_wp_trash_meta_time','1664328859'),(1745,607,'_edit_lock','1664329052:1'),(1746,607,'_wp_trash_meta_status','publish'),(1747,607,'_wp_trash_meta_time','1664329072'),(1748,608,'_wp_trash_meta_status','publish'),(1749,608,'_wp_trash_meta_time','1664329098'),(1750,609,'_edit_lock','1664329232:1'),(1751,609,'_wp_trash_meta_status','publish'),(1752,609,'_wp_trash_meta_time','1664329237'),(1753,610,'_edit_lock','1664329363:1'),(1754,610,'_wp_trash_meta_status','publish'),(1755,610,'_wp_trash_meta_time','1664329394'),(1756,611,'_edit_lock','1664329652:1'),(1757,611,'_wp_trash_meta_status','publish'),(1758,611,'_wp_trash_meta_time','1664329699'),(1759,612,'_edit_lock','1664329951:1'),(1760,612,'_wp_trash_meta_status','publish'),(1761,612,'_wp_trash_meta_time','1664329963'),(1762,613,'_wp_trash_meta_status','publish'),(1763,613,'_wp_trash_meta_time','1664330031'),(1764,617,'_edit_lock','1664333631:1'),(1765,618,'_wp_attached_file','2022/09/SpeechCamp-Attendees-Batch-1.png'),(1766,618,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:40:\"2022/09/SpeechCamp-Attendees-Batch-1.png\";s:8:\"filesize\";i:1014939;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72488;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"SpeechCamp-Attendees-Batch-1-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:628266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29339;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:559963;}s:19:\"onepress-blog-small\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65528;}s:14:\"onepress-small\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186411;}s:15:\"onepress-medium\";a:5:{s:4:\"file\";s:40:\"SpeechCamp-Attendees-Batch-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312521;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1767,618,'_wp_attachment_image_alt','SpeechCamp Public Speaking Workshop Philippines Batch 1'),(1768,617,'_wp_trash_meta_status','publish'),(1769,617,'_wp_trash_meta_time','1664333629'),(1770,619,'_wp_trash_meta_status','publish'),(1771,619,'_wp_trash_meta_time','1664333652'),(1772,620,'_wp_trash_meta_status','publish'),(1773,620,'_wp_trash_meta_time','1664333997'),(1774,621,'_wp_trash_meta_status','publish'),(1775,621,'_wp_trash_meta_time','1664334014'),(1776,622,'_wp_attached_file','2022/09/Public-Speaking-Institute-Logo-Retina-Header.png'),(1777,622,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:405;s:4:\"file\";s:56:\"2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\";s:8:\"filesize\";i:90749;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Public-Speaking-Institute-Logo-Retina-Header-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Public-Speaking-Institute-Logo-Retina-Header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21541;}s:19:\"onepress-blog-small\";a:5:{s:4:\"file\";s:56:\"Public-Speaking-Institute-Logo-Retina-Header-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26741;}s:14:\"onepress-small\";a:5:{s:4:\"file\";s:56:\"Public-Speaking-Institute-Logo-Retina-Header-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64995;}s:15:\"onepress-medium\";a:5:{s:4:\"file\";s:56:\"Public-Speaking-Institute-Logo-Retina-Header-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1778,622,'_wp_attachment_image_alt','Speech Camp Public Speaking Philippines Logo'),(1779,460,'_wp_old_date','2021-09-12'),(1780,434,'_wp_old_date','2021-09-12'),(1781,433,'_wp_old_date','2021-09-12'),(1782,438,'_wp_old_date','2021-09-12'),(1783,176,'_wp_old_date','2021-09-12'),(1795,25,'_yoast_wpseo_focuskw','Affordable Public Speaking Training Philippines'),(1796,25,'_yoast_wpseo_linkdex','52'),(1797,25,'_yoast_wpseo_content_score','90'),(1798,25,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% SpeechCamp™'),(1799,25,'_yoast_wpseo_metadesc','SpeechCamp™ is an affordable public speaking training in the Philippines. The training is reasonably priced at P750 for an online event.'),(1800,631,'_edit_lock','1664369257:1'),(1801,631,'_wp_trash_meta_status','publish'),(1802,631,'_wp_trash_meta_time','1664369178'),(1803,632,'_edit_lock','1664369576:1'),(1804,632,'_wp_trash_meta_status','publish'),(1805,632,'_wp_trash_meta_time','1664369586'),(1806,633,'_wp_trash_meta_status','publish'),(1807,633,'_wp_trash_meta_time','1664369787'),(1808,634,'_wp_trash_meta_status','publish'),(1809,634,'_wp_trash_meta_time','1664370252');
/*!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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=635 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 (2,1,'2018-01-22 17:52:00','2018-01-22 17:52:00','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna is the founder of SpeechCamp™.[/caption]\r\n\r\nSGT LLOYD ABRIA LUNA PAF(Res) is a Registered Speaking Professional. He is the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at <a href=\"https://manilatimes.net\" rel=\"noopener\" target=\"_blank\">The Manila Times</a>, and a sergeant at the Philippine Air Force Reserve Command.\r\n\r\nThe founder of <a href=\"https://paps.ph\" rel=\"noopener\" target=\"_blank\">Philippine Association of Professional Speakers</a>, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\r\n \r\nLloyd is the president of <a href=\"https://thelunagroup.net\" rel=\"noopener\" target=\"_blank\">Luna Group of Companies</a>.\r\n\r\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\r\n\r\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\r\n\r\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\r\n\r\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Public Speaking Workshop in the Philippines','','publish','open','open','','public-speaking-workshop-in-the-philippines','','','2022-09-28 02:08:38','2022-09-28 02:08:38','',0,'https://thespeechcamp.com/?page_id=2',0,'page','',0),(616,1,'2022-09-28 02:08:38','2022-09-28 02:08:38','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna is the founder of SpeechCamp™.[/caption]\r\n\r\nSGT LLOYD ABRIA LUNA PAF(Res) is a Registered Speaking Professional. He is the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at <a href=\"https://manilatimes.net\" rel=\"noopener\" target=\"_blank\">The Manila Times</a>, and a sergeant at the Philippine Air Force Reserve Command.\r\n\r\nThe founder of <a href=\"https://paps.ph\" rel=\"noopener\" target=\"_blank\">Philippine Association of Professional Speakers</a>, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\r\n \r\nLloyd is the president of <a href=\"https://thelunagroup.net\" rel=\"noopener\" target=\"_blank\">Luna Group of Companies</a>.\r\n\r\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\r\n\r\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\r\n\r\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\r\n\r\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Public Speaking Workshop in the Philippines','','inherit','closed','closed','','2-revision-v1','','','2022-09-28 02:08:38','2022-09-28 02:08:38','',2,'https://thespeechcamp.com/?p=616',0,'revision','',0),(615,1,'2022-09-28 02:08:11','2022-09-28 02:08:11','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nSGT LLOYD ABRIA LUNA PAF(Res) is a Registered Speaking Professional. He is the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at <a href=\"https://manilatimes.net\" rel=\"noopener\" target=\"_blank\">The Manila Times</a>, and a sergeant at the Philippine Air Force Reserve Command.\r\n\r\nThe founder of <a href=\"https://paps.ph\" rel=\"noopener\" target=\"_blank\">Philippine Association of Professional Speakers</a>, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\r\n \r\nLloyd is the president of <a href=\"https://thelunagroup.net\" rel=\"noopener\" target=\"_blank\">Luna Group of Companies</a>.\r\n\r\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\r\n\r\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\r\n\r\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\r\n\r\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Public Speaking Workshop in the Philippines','','inherit','closed','closed','','2-revision-v1','','','2022-09-28 02:08:11','2022-09-28 02:08:11','',2,'https://thespeechcamp.com/?p=615',0,'revision','',0),(230,1,'2018-01-30 09:28:33','2018-01-30 09:28:33','Productivity, as a result of personal development, is at the heart of Lloyd Luna\'s teachings. His expertise on productivity can be best seen through his works as a sought-after motivational speaker in the Philippines, as an author of 13 books, a business owner of at least six businesses, and as a leader of the country\'s only association of professional speakers.\r\n\r\n<hr />\r\n\r\n','Productivity','','publish','closed','closed','','productivity','','','2018-01-31 12:43:00','2018-01-31 12:43:00','',0,'https://thespeechcamp.com/?page_id=230',0,'page','',0),(4,1,'2018-01-23 11:57:02','2018-01-23 11:57:02','Productivity Humorist Lloyd Luna','Productivity Humorist Lloyd Luna','Productivity Humorist Lloyd Luna','inherit','open','closed','','productivity-humorist-logo','','','2018-01-23 11:57:24','2018-01-23 11:57:24','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png',0,'attachment','image/png',0),(10,1,'2018-01-26 03:58:55','2018-01-26 03:58:55','Productivity Humorist Lloyd Luna','Productivity Humorist Lloyd Luna','Productivity Humorist Lloyd Luna','inherit','open','closed','','productivity-humorist-logo-white','','','2018-01-26 03:59:11','2018-01-26 03:59:11','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png',0,'attachment','image/png',0),(11,1,'2018-01-26 04:34:00','2018-01-26 04:34:00','Productivity Humorist Lloyd Luna Icon','Productivity Humorist Lloyd Luna Icon','Productivity Humorist Lloyd Luna Icon','inherit','open','closed','','phico','','','2018-01-26 04:34:41','2018-01-26 04:34:41','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/phico.png',0,'attachment','image/png',0),(12,1,'2018-01-26 04:35:07','2018-01-26 04:35:07','https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png','cropped-phico.png','','inherit','open','closed','','cropped-phico-png','','','2018-01-26 04:35:07','2018-01-26 04:35:07','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png',0,'attachment','image/png',0),(17,1,'2018-01-26 04:54:37','2018-01-26 04:54:37','is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.','productivity-humorist-lloyd-luna-1','is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.','inherit','open','closed','','productivity-humorist-lloyd-luna-1','','','2018-01-26 04:55:22','2018-01-26 04:55:22','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1.png',0,'attachment','image/png',0),(25,1,'2018-01-26 06:23:13','2018-01-26 06:23:13','<strong>How much is public speaking training in the Philippines?</strong>\r\n\r\nSpeechCamp is the most <a href=\"https://thespeechcamp.com/the-public-speaking-institute/\">affordable public speaking training</a> in the Philippines. We set the price at P750.\r\n\r\nThe training fee was set by the <a href=\"https://thepublicspeakinginstitute.com\" rel=\"noopener\" target=\"_blank\">The Public Speaking Institute, Inc.</a>\r\n\r\nCoached by Google’s <a href=\"https://thespeechcamp.com/filipino-speech-coach-philippines/\">No. 1 public speaker in the Philippines</a>, you’ll learn to manage your stage fright, bring out the confidence in you, and understand the basic principles of persuasive presentation.\r\n\r\nP950. That’s the fee. Affordable, right? We’ll have fun.','Affordable Public Speaking Training Philippines','','publish','closed','closed','','affordable-public-speaking-training-philippines','','','2022-09-28 12:25:40','2022-09-28 12:25:40','',0,'https://thespeechcamp.com/?page_id=25',0,'page','',0),(26,1,'2018-01-26 06:23:13','2018-01-26 06:23:13','','Filipino Motivational Speaker: Productivity Humorist Lloyd Luna','','inherit','closed','closed','','25-revision-v1','','','2018-01-26 06:23:13','2018-01-26 06:23:13','',25,'https://thespeechcamp.com/uncategorized/25-revision-v1/',0,'revision','',0),(31,1,'2018-01-26 06:51:50','2018-01-26 06:51:50','productivity-humorist-logo-white-header','productivity-humorist-logo-white-header','productivity-humorist-logo-white-header','inherit','open','closed','','productivity-humorist-logo-white-header','','','2018-01-26 06:52:11','2018-01-26 06:52:11','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png',0,'attachment','image/png',0),(34,1,'2018-01-26 06:54:36','2018-01-26 06:54:36','productivity-humorist-logo-black-header','productivity-humorist-logo-black-header','productivity-humorist-logo-black-header','inherit','open','closed','','productivity-humorist-logo-black-header','','','2018-01-26 06:54:45','2018-01-26 06:54:45','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png',0,'attachment','image/png',0),(39,1,'2018-01-27 08:41:52','2018-01-27 08:41:52','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Email (required)\r\n    [mobile* your-mobile] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nSpeechCamp.com \"[your-subject]\"\n[your-name] <hello@thespeechcamp.com>\nsupport@thelunagroup.net\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\nMobile: [your-cellphone]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Productivity Humorist Website (https://thespeechcamp.com)\nReply-To: [your-email]\n\n\n\n\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\nReply-To: lloydluna@gmail.com\n\n\n\nIMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-09-28 01:58:10','2022-09-28 01:58:10','',0,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&#038;p=39',0,'wpcf7_contact_form','',0),(40,1,'2018-01-27 08:45:52','2018-01-27 08:45:52','','Frontpage','','publish','closed','closed','','frontpage','','','2018-01-27 08:45:52','2018-01-27 08:45:52','',0,'https://thespeechcamp.com/?page_id=40',0,'page','',0),(41,1,'2018-01-27 08:45:52','2018-01-27 08:45:52','','Frontpage','','inherit','closed','closed','','40-revision-v1','','','2018-01-27 08:45:52','2018-01-27 08:45:52','',40,'https://thespeechcamp.com/uncategorized/40-revision-v1/',0,'revision','',0),(68,1,'2018-01-27 10:07:50','2018-01-27 10:07:50','','filipino motivational speaker with boy abunda','One of the best Filipino motivational speakers in Manila, Philippines, Lloyd Luna is interviewed by the Philippines\' King of Talk Boy Abunda.','inherit','open','closed','','filipino-motivational-speaker-with-boy-abunda','','','2018-01-27 10:08:08','2018-01-27 10:08:08','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg',0,'attachment','image/jpeg',0),(103,1,'2018-01-27 13:37:12','2018-01-27 13:37:12','Filipino Motivational Speaker Lloyd Luna on CNN Philippines','Filipino Motivational Speaker Lloyd Luna on CNN Philippines','Filipino Motivational Speaker Lloyd Luna on CNN Philippines','inherit','open','closed','','cnn-lloyd-luna','','','2018-01-27 13:37:31','2018-01-27 13:37:31','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png',0,'attachment','image/png',0),(94,1,'2018-01-27 13:17:31','2018-01-27 13:17:31','abs-cbn filipino motivational speaker','abs-cbn filipino motivational speaker','abs-cbn filipino motivational speaker','inherit','open','closed','','abs-cbn-filipino-motivational-speaker','','','2018-01-27 13:17:53','2018-01-27 13:17:53','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png',0,'attachment','image/png',0),(97,1,'2018-01-27 13:22:21','2018-01-27 13:22:21','ANC ABS- CBN News Channel Filipino Motivational Speaker Manila','ANC ABS- CBN News Channel Filipino Motivational Speaker Manila','ANC ABS- CBN News Channel Filipino Motivational Speaker Manila','inherit','open','closed','','anc-news-channel-filipino-motivational-speaker','','','2018-01-27 13:23:02','2018-01-27 13:23:02','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png',0,'attachment','image/png',0),(98,1,'2018-01-27 13:25:51','2018-01-27 13:25:51','','gma7 filipino motivational speaker philippines','gma7 filipino motivational speaker philippines','inherit','open','closed','','gma7-filipino-motivational-speaker','','','2018-01-27 13:26:26','2018-01-27 13:26:26','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png',0,'attachment','image/png',0),(100,1,'2018-01-27 13:29:19','2018-01-27 13:29:19','tfc motivational speaker philippines','tfc-motivational-speaker-philippines','tfc motivational speaker philippines','inherit','open','closed','','tfc-motivational-speaker-philippines','','','2018-01-27 13:29:43','2018-01-27 13:29:43','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png',0,'attachment','image/png',0),(105,1,'2018-01-27 13:40:19','2018-01-27 13:40:19','bloomberg tv filipino motivational speaker','bloomberg tv filipino motivational speaker','bloomberg tv filipino motivational speaker','inherit','open','closed','','bloomberg-tv-filipino-motivational-speaker','','','2018-01-27 13:40:38','2018-01-27 13:40:38','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png',0,'attachment','image/png',0),(107,1,'2018-01-27 13:43:13','2018-01-27 13:43:13','gma news tv filipino motivational speaker','gma news tv filipino motivational speaker','gma news tv filipino motivational speaker','inherit','open','closed','','gma-news-tv-filipino-motivational-speaker','','','2018-01-27 13:43:35','2018-01-27 13:43:35','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png',0,'attachment','image/png',0),(109,1,'2018-01-27 13:46:34','2018-01-27 13:46:34','people television motivational speaker philippines','people television motivational speaker philippines','people television motivational speaker philippines','inherit','open','closed','','people-television-motivational-speaker-philippines','','','2018-01-27 13:47:02','2018-01-27 13:47:02','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png',0,'attachment','image/png',0),(111,1,'2018-01-27 13:50:10','2018-01-27 13:50:10','untv filipino motivational speaker','untv filipino motivational speaker','untv filipino motivational speaker','inherit','open','closed','','untv-filipino-motivational-speaker','','','2018-01-27 13:50:27','2018-01-27 13:50:27','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png',0,'attachment','image/png',0),(113,1,'2018-01-27 13:52:21','2018-01-27 13:52:21','net25 motivational speaker philippines','net25 motivational speaker philippines','net25 motivational speaker philippines','inherit','open','closed','','net25-motivational-speaker-philippines','','','2018-01-27 13:52:36','2018-01-27 13:52:36','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png',0,'attachment','image/png',0),(116,1,'2018-01-27 13:56:03','2018-01-27 13:56:03','','pdi motivational speaker philippines','','inherit','open','closed','','pdi-motivational-speaker-philippines','','','2018-01-27 13:56:25','2018-01-27 13:56:25','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png',0,'attachment','image/png',0),(117,1,'2018-01-27 13:58:22','2018-01-27 13:58:22','manila bulletin motivational speaker philippines','manila bulletin motivational speaker philippines','manila bulletin motivational speaker philippines','inherit','open','closed','','manila-bulletin-motivational-speaker-philippines','','','2018-01-27 13:58:44','2018-01-27 13:58:44','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png',0,'attachment','image/png',0),(120,1,'2018-01-27 14:00:54','2018-01-27 14:00:54','manila times motivational speaker philippines','manila times motivational speaker philippines','manila times motivational speaker philippines','inherit','open','closed','','manila-times-motivational-speaker-philippines','','','2018-01-27 14:01:17','2018-01-27 14:01:17','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png',0,'attachment','image/png',0),(122,1,'2018-01-27 14:04:49','2018-01-27 14:04:49','dzmm teleradyo motivational speaker philippines','dzmm teleradyo motivational speaker philippines','dzmm teleradyo motivational speaker philippines','inherit','open','closed','','dzmm-teleradyo-motivational-speaker-philippines','','','2018-01-27 14:05:12','2018-01-27 14:05:12','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png',0,'attachment','image/png',0),(176,1,'2022-09-28 03:31:44','2018-01-28 11:45:15','','Contact','','publish','closed','closed','','contact','','','2022-09-28 03:31:44','2022-09-28 03:31:44','',0,'https://thespeechcamp.com/?p=176',5,'nav_menu_item','',0),(374,1,'2018-07-21 07:20:54','2018-07-21 07:20:54','The Many Faces of Productivity Asian Leadership Book Philippines','The Many Faces of Productivity Asian Leadership Book Philippines','The Many Faces of Productivity Asian Leadership Book Philippines','inherit','open','closed','','the-many-faces-of-productivity-2018-edition','','','2018-07-21 07:21:31','2018-07-21 07:21:31','',0,'https://thespeechcamp.com/wp-content/uploads/2018/07/The-Many-Faces-of-Productivity-2018-Edition.pdf',0,'attachment','application/pdf',0),(147,1,'2018-01-28 00:53:59','2018-01-28 00:53:59','','Gabriel Dominguez Motivational Speaking Client for Nine Years','','inherit','open','closed','','gabriel-dominguez-client','','','2018-01-28 00:54:51','2018-01-28 00:54:51','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png',0,'attachment','image/png',0),(153,1,'2022-09-28 02:07:54','2022-09-28 02:07:54','_______________________\n\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\n\nSGT LLOYD ABRIA LUNA PAF(Res) is a Registered Speaking Professional. He is the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at The Manila Times, and a sergeant at the Philippine Air Force Reserve Command.\n\nThe founder of <a href=\"https://paps.ph\" rel=\"noopener\" target=\"_blank\">Philippine Association of Professional Speakers</a>, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\n \nLloyd is the president of <a href=\"https://thelunagroup.net\" rel=\"noopener\" target=\"_blank\">Luna Group of Companies</a>.\n\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\n\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\n\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\n\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Public Speaking Workshop in the Philippines','','inherit','closed','closed','','2-autosave-v1','','','2022-09-28 02:07:54','2022-09-28 02:07:54','',2,'https://thespeechcamp.com/uncategorized/2-autosave-v1/',0,'revision','',0),(154,1,'2018-01-28 01:38:20','2018-01-28 01:38:20','_______________________\r\nLLOYD ABRIA LUNA, popularly known in social media as #PambansangInspirasyon, is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\r\n\r\nHe is a Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.\r\n\r\nHis remarkable life story of turning scarcity during his early childhood into golden opportunities in his 20s has been shared to thousands of people, inspiring many Asian countries like Malaysia, Singapore, South Korea, Brunei, Vietnam, United Arab Emirates and Thailand since 2005. He is President of LLOYDLUNA Communications, the parent company of Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nHe is a sought-after keynote speaker in the areas of productivity and personal development. He has been featured in over 1,000 conventions, conferences, and seminars, has appeared on more than 200 media interviews and has spoken to prominent companies such as Canon, Toshiba, Lenovo, Kia, Toyota, Nestle, Alaska, Robinsonsland, Puregold, Globe, Unilab, Watsons, Vistaland, Sunlife, Insular Life, DMCI, HSBC, UCPB, PNB, and Landbank.\r\n\r\nHis distinctions include Collegiate Ambassador for Peace awarded in South Korea, 2012 Most Outstanding Motivational Speaker, 2012 Most Outstanding Author, 2012 Inspiring Young Male Motivational Speaker of the Year, 2012 Most Outstanding Training Service Provider, SM Supermarket Brand Ambassador, 2013 Most Inspiring Young Male Professional of the Year, and 2014 Top Choice Awardee for Motivational Speaking. At age 31, he was nominated to the 2013 Ten Outstanding Young Men of the Philippines.','About Lloyd Luna','','inherit','closed','closed','','2-revision-v1','','','2018-01-28 01:38:20','2018-01-28 01:38:20','',2,'https://thespeechcamp.com/uncategorized/2-revision-v1/',0,'revision','',0),(158,1,'2018-01-28 08:29:53','2018-01-28 08:29:53','Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.','lloyd-luna-motivational-speaker-1','Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.','inherit','open','closed','','lloyd-luna-motivational-speaker-1','','','2018-01-28 08:31:17','2018-01-28 08:31:17','',2,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png',0,'attachment','image/png',0),(161,1,'2018-01-28 08:34:08','2018-01-28 08:34:08','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nLLOYD ABRIA LUNA, popularly known in social media as #PambansangInspirasyon, is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\r\n\r\nHe is a Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.\r\n\r\nHis remarkable life story of turning scarcity during his early childhood into golden opportunities in his 20s has been shared to thousands of people, inspiring many Asian countries like Malaysia, Singapore, South Korea, Brunei, Vietnam, United Arab Emirates and Thailand since 2005. He is President of LLOYDLUNA Communications, the parent company of Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nHe is a sought-after keynote speaker in the areas of productivity and personal development. He has been featured in over 1,000 conventions, conferences, and seminars, has appeared on more than 200 media interviews and has spoken to prominent companies such as Canon, Toshiba, Lenovo, Kia, Toyota, Nestle, Alaska, Robinsonsland, Puregold, Globe, Unilab, Watsons, Vistaland, Sunlife, Insular Life, DMCI, HSBC, UCPB, PNB, and Landbank.\r\n\r\nHis distinctions include Collegiate Ambassador for Peace awarded in South Korea, 2012 Most Outstanding Motivational Speaker, 2012 Most Outstanding Author, 2012 Inspiring Young Male Motivational Speaker of the Year, 2012 Most Outstanding Training Service Provider, SM Supermarket Brand Ambassador, 2013 Most Inspiring Young Male Professional of the Year, and 2014 Top Choice Awardee for Motivational Speaking. At age 31, he was nominated to the 2013 Ten Outstanding Young Men of the Philippines.','Narrative Profile','','inherit','closed','closed','','2-revision-v1','','','2018-01-28 08:34:08','2018-01-28 08:34:08','',2,'https://thespeechcamp.com/uncategorized/2-revision-v1/',0,'revision','',0),(159,1,'2018-01-28 08:31:38','2018-01-28 08:31:38','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"643\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\"><img class=\"wp-image-158 size-full\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"643\" height=\"618\" /></a> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nLLOYD ABRIA LUNA, popularly known in social media as #PambansangInspirasyon, is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\r\n\r\nHe is a Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.\r\n\r\nHis remarkable life story of turning scarcity during his early childhood into golden opportunities in his 20s has been shared to thousands of people, inspiring many Asian countries like Malaysia, Singapore, South Korea, Brunei, Vietnam, United Arab Emirates and Thailand since 2005. He is President of LLOYDLUNA Communications, the parent company of Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nHe is a sought-after keynote speaker in the areas of productivity and personal development. He has been featured in over 1,000 conventions, conferences, and seminars, has appeared on more than 200 media interviews and has spoken to prominent companies such as Canon, Toshiba, Lenovo, Kia, Toyota, Nestle, Alaska, Robinsonsland, Puregold, Globe, Unilab, Watsons, Vistaland, Sunlife, Insular Life, DMCI, HSBC, UCPB, PNB, and Landbank.\r\n\r\nHis distinctions include Collegiate Ambassador for Peace awarded in South Korea, 2012 Most Outstanding Motivational Speaker, 2012 Most Outstanding Author, 2012 Inspiring Young Male Motivational Speaker of the Year, 2012 Most Outstanding Training Service Provider, SM Supermarket Brand Ambassador, 2013 Most Inspiring Young Male Professional of the Year, and 2014 Top Choice Awardee for Motivational Speaking. At age 31, he was nominated to the 2013 Ten Outstanding Young Men of the Philippines.','Narrative Profile','','inherit','closed','closed','','2-revision-v1','','','2018-01-28 08:31:38','2018-01-28 08:31:38','',2,'https://thespeechcamp.com/uncategorized/2-revision-v1/',0,'revision','',0),(160,1,'2018-01-28 08:33:06','2018-01-28 08:33:06','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"350\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\"><img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"350\" height=\"336\" /></a> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nLLOYD ABRIA LUNA, popularly known in social media as #PambansangInspirasyon, is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\r\n\r\nHe is a Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.\r\n\r\nHis remarkable life story of turning scarcity during his early childhood into golden opportunities in his 20s has been shared to thousands of people, inspiring many Asian countries like Malaysia, Singapore, South Korea, Brunei, Vietnam, United Arab Emirates and Thailand since 2005. He is President of LLOYDLUNA Communications, the parent company of Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nHe is a sought-after keynote speaker in the areas of productivity and personal development. He has been featured in over 1,000 conventions, conferences, and seminars, has appeared on more than 200 media interviews and has spoken to prominent companies such as Canon, Toshiba, Lenovo, Kia, Toyota, Nestle, Alaska, Robinsonsland, Puregold, Globe, Unilab, Watsons, Vistaland, Sunlife, Insular Life, DMCI, HSBC, UCPB, PNB, and Landbank.\r\n\r\nHis distinctions include Collegiate Ambassador for Peace awarded in South Korea, 2012 Most Outstanding Motivational Speaker, 2012 Most Outstanding Author, 2012 Inspiring Young Male Motivational Speaker of the Year, 2012 Most Outstanding Training Service Provider, SM Supermarket Brand Ambassador, 2013 Most Inspiring Young Male Professional of the Year, and 2014 Top Choice Awardee for Motivational Speaking. At age 31, he was nominated to the 2013 Ten Outstanding Young Men of the Philippines.','Narrative Profile','','inherit','closed','closed','','2-revision-v1','','','2018-01-28 08:33:06','2018-01-28 08:33:06','',2,'https://thespeechcamp.com/uncategorized/2-revision-v1/',0,'revision','',0),(170,1,'2018-01-28 11:21:32','2018-01-28 11:21:32','<br>\r\n<h2>Let\'s get started.</h2><br>\r\n<h4>ALL FIELDS ARE REQUIRED!</h4>\r\n<hr>\r\n<p> [text* your-name placeholder \"Your name please\"] </p>\r\n\r\n<p> [text* your-position placeholder \"Your title or position\"] </p>\r\n\r\n<p> [email* your-email placeholder \"Your email address\"] </p>\r\n\r\n<p> [tel* your-mobile placeholder \"Your cellphone number\"] </p>\r\n\r\n<p> [text* your-subject placeholder \"What is your inquiry about?\"] </p>\r\n\r\n<p> [text* your-organization placeholder \"What is the name of your organization?\"] </p>\r\n\r\n<p> [text your-organizationsize placeholder \"Number of people in your organization\"] </p>\r\n<br>\r\n<h2>About Your Event</h2>\r\n<hr>\r\n<p> [text* your-theme placeholder \"What is the theme of your event?\"] </p>\r\n\r\n<p> [text* your-program placeholder \"Do you already have a program?\"] </p>\r\n\r\n<p> [text* your-speakers placeholder \"Who are the other speakers?\"] </p>\r\n\r\n<p> [text* your-speakerlastyear placeholder \"Who was your speaker last time?\"] </p>\r\n\r\n<p> [text* your-topic placeholder \"What is your preferred topic?\"] </p>\r\n\r\n<p> [text* your-date placeholder \"Exact event date and time of your event\"] </p>\r\n\r\n<p> [text* your-time placeholder \"Time slot for the speaker i.e. 9AM-1030AM\"] </p>\r\n\r\n<p> [text* your-venue placeholder \"Event venue or meeting link\"] </p>\r\n\r\n<p> [text* your-audiencesize placeholder \"Expected audience size\"] </p>\r\n\r\n<p> [text* your-audiencetype placeholder \"Audience type i.e. management, staff, academe\"] </p>\r\n\r\n<p> [text* your-duration placeholder \"Duration of the speech or training?\"] </p>\r\n\r\n<p> [text* your-budget placeholder \"Working budget for the speaker, estimated amount required\"] </p>\r\n<p> [text* your-budget-last-year placeholder \"Your most recent budget allocation, amount required\"] </p>\r\n<p> [text* your-negotiable placeholder \"Is your budget flexible and negotiable?\"] </p>\r\n<br>\r\n<br>\r\n\r\n<h2>Other Instructions</h2>\r\n<hr>\r\n<p> [textarea* your-message placeholder \"Start typing your additional instructions.\"] </p>\r\n\r\n<p>Required to answer this quiz. [quiz quiz-one \"5+3=|8\"] </p>\r\n\r\n<p>[submit \"Cool! Send my inquiry!\"]</p></p>\n1\nSpeechCamp Inquiry \"[your-subject]\"\n[your-name] <inquiry@thespeechcamp.com>\nsupport@thelunagroup.net\nFrom: [your-name] <[your-email]>\r\nPosition: [your-position]\r\nSubject: [your-subject]\r\nMobile: [your-mobile]\r\nOrganization: [your-organization]\r\nSize: [your-organizationsize]\r\n\r\nABOUT THE EVENT\r\n\r\nTheme: [your-theme]\r\nProgram: [your-program]\r\nSpeakers: [your-speakers]\r\nSpeaker last time: [your-speakerlastyear]\r\nTopic: [your-topic]\r\n\r\nDate: [your-date]\r\nTime: [your-time]\r\nVenue: [your-venue]\r\n\r\nAudience Size: [your-audiencesize]\r\nAudience Type: [your-audiencetype]\r\nTalk Duration: [your-duration]\r\n\r\nBudget: [your-budget]\r\nLast year: [your-budget-last-year]\r\nNegotiable: [your-negotiable]\r\n\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n\r\n—\r\nThis e-mail was sent from LeadershipPH™ Website 2021\nReply-To: [your-email]\n\n\n\n\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\nReply-To: lloydluna@gmail.com\n\n\n\nIMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\nFailed to send your message. Please immediately call or text Andi at 09173038129.\nOne or more fields have an error. Please text 09173038129\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Inquiry Form','','publish','closed','closed','','inquiry-form','','','2022-09-28 01:59:50','2022-09-28 01:59:50','',0,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&#038;p=170',0,'wpcf7_contact_form','',0),(435,1,'2021-03-01 10:39:12','2021-03-01 10:39:12','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (PSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework™.\r\n\r\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 10 days, every Mondays, Thursdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest range of P20,500 to P35,500 depending on the batch you are going to enroll this year. The earlier, the lower the tuition.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','publish','closed','closed','','certified-public-speaker-certification','','','2021-03-29 09:34:32','2021-03-29 09:34:32','',0,'https://thespeechcamp.com/?page_id=435',0,'page','',0),(180,1,'2018-01-28 12:06:40','2018-01-28 12:06:40','<iframe width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/videoseries?list=PL0oGL8QPcO05I1X4XHGZaMjr7Qw-dXg1c\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','','','publish','closed','closed','','e3227d276388bf2b8e967335b6c3338d','','','2018-01-28 12:06:40','2018-01-28 12:06:40','',0,'https://thespeechcamp.com/uncategorized/e3227d276388bf2b8e967335b6c3338d/',0,'oembed_cache','',0),(182,1,'2018-01-28 12:11:55','2018-01-28 12:11:55','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/k_gBESekt4w\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','Sample Filipino Motivational Speech Video','','publish','closed','closed','','sample-filipino-motivational-speech-video','','','2018-01-28 12:11:55','2018-01-28 12:11:55','',0,'https://thespeechcamp.com/?page_id=182',0,'page','',0),(183,1,'2018-01-28 12:11:55','2018-01-28 12:11:55','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/k_gBESekt4w\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','Sample Filipino Motivational Speech Video','','inherit','closed','closed','','182-revision-v1','','','2018-01-28 12:11:55','2018-01-28 12:11:55','',182,'https://thespeechcamp.com/uncategorized/182-revision-v1/',0,'revision','',0),(227,1,'2018-01-28 14:26:30','2018-01-28 14:26:30','','Insights','','publish','closed','closed','','insights','','','2018-01-28 14:26:30','2018-01-28 14:26:30','',0,'https://thespeechcamp.com/?page_id=227',0,'page','',0),(199,1,'2018-01-28 13:26:06','2018-01-28 13:26:06','PNOC Testimonial for Filipino Speaker','PNOC Testimonial for Filipino Speaker','PNOC Testimonial for Filipino Speaker','inherit','open','closed','','logo_pnoc_new-114x114','','','2018-01-28 13:26:49','2018-01-28 13:26:49','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg',0,'attachment','image/jpeg',0),(201,1,'2018-01-28 13:29:54','2018-01-28 13:29:54','','pj-luhillier-120x120','','inherit','open','closed','','pj-luhillier-120x120','','','2018-01-28 13:29:54','2018-01-28 13:29:54','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg',0,'attachment','image/jpeg',0),(208,1,'2018-01-28 13:40:06','2018-01-28 13:40:06','<br>\r\n<h2>Let\'s get started.</h2><br>\r\n<h4>ALL FIELDS ARE REQUIRED!</h4>\r\n<hr>\r\n<p> [text* your-name placeholder \"Your name please\"] </p>\r\n\r\n<p> [text* your-position placeholder \"Your title or position\"] </p>\r\n\r\n<p> [email* your-email placeholder \"Your email address\"] </p>\r\n\r\n<p> [tel* your-mobile placeholder \"Your cellphone number\"] </p>\r\n\r\n<p> [text* your-subject placeholder \"What is your inquiry about?\"] </p>\r\n\r\n<p> [text* your-organization placeholder \"What is the name of your organization?\"] </p>\r\n\r\n<p> [text your-organizationsize placeholder \"Number of people in your organization\"] </p>\r\n<br>\r\n<h2>About Your Event</h2>\r\n<hr>\r\n<p> [text* your-theme placeholder \"What is the theme of your event?\"] </p>\r\n\r\n<p> [text* your-program placeholder \"Do you already have a program?\"] </p>\r\n\r\n<p> [text* your-speakers placeholder \"Who are the other speakers?\"] </p>\r\n\r\n<p> [text* your-speakerlastyear placeholder \"Who was your speaker last time?\"] </p>\r\n\r\n<p> [text* your-topic placeholder \"What is your preferred topic?\"] </p>\r\n\r\n<p> [text* your-date placeholder \"Exact event date and time of your event\"] </p>\r\n\r\n<p> [text* your-time placeholder \"Time slot for the speaker i.e. 9AM-1030AM\"] </p>\r\n\r\n<p> [text* your-venue placeholder \"Event venue or meeting link\"] </p>\r\n\r\n<p> [text* your-audiencesize placeholder \"Expected audience size\"] </p>\r\n\r\n<p> [text* your-audiencetype placeholder \"Audience type i.e. management, staff, academe\"] </p>\r\n\r\n<p> [text* your-duration placeholder \"Duration of the speech or training?\"] </p>\r\n\r\n<p> [text* your-budget placeholder \"Working budget for the speaker, estimated amount required\"] </p>\r\n<p> [text* your-budget-last-year placeholder \"Your most recent budget allocation, amount required\"] </p>\r\n<p> [text* your-negotiable placeholder \"Is your budget flexible and negotiable?\"] </p>\r\n<br>\r\n<br>\r\n\r\n<h2>Other Instructions</h2>\r\n<hr>\r\n<p> [textarea* your-message placeholder \"Start typing your additional instructions.\"] </p>\r\n\r\n<p>Required to answer this quiz. [quiz quiz-one \"5+3=|8\"] </p>\r\n\r\n<p>[submit \"Cool! Send my inquiry!\"]</p></p>\n1\nTheSpeechCamp.com Inquiry \"[your-subject]\"\n[your-name] <inquiry@thespeechcamp.com>\nsupport@thelunagroup.net\nFrom: [your-name] <[your-email]>\r\nPosition: [your-position]\r\nSubject: [your-subject]\r\nMobile: [your-mobile]\r\nOrganization: [your-organization]\r\nSize: [your-organizationsize]\r\n\r\nABOUT THE EVENT\r\n\r\nTheme: [your-theme]\r\nProgram: [your-program]\r\nSpeakers: [your-speakers]\r\nSpeaker last time: [your-speakerlastyear]\r\nTopic: [your-topic]\r\n\r\nDate: [your-date]\r\nTime: [your-time]\r\nVenue: [your-venue]\r\n\r\nAudience Size: [your-audiencesize]\r\nAudience Type: [your-audiencetype]\r\nTalk Duration: [your-duration]\r\n\r\nBudget: [your-budget]\r\nLast year: [your-budget-last-year]\r\nNegotiable: [your-negotiable]\r\n\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n\r\n—\r\nThis e-mail was sent from LeadershipPH™ Website\nReply-To: [your-email]\n\n\n\n\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\nReply-To: lloydluna@gmail.com\n\n\n\nIMPORTANT! Upon submission of this form, please immediately call or text Andi at 09171250476 for confirmation.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Inquiry','','publish','closed','closed','','inquiry','','','2022-09-28 01:59:13','2022-09-28 01:59:13','',0,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&#038;p=208',0,'wpcf7_contact_form','',0),(212,1,'2018-01-28 13:55:31','2018-01-28 13:55:31','[contact-form-7 id=\"170\" title=\"Inquiry Form\"]','Booking Form','','publish','closed','closed','','booking','','','2018-01-28 13:55:31','2018-01-28 13:55:31','',0,'https://thespeechcamp.com/?page_id=212',0,'page','',0),(213,1,'2018-01-28 13:55:31','2018-01-28 13:55:31','[contact-form-7 id=\"170\" title=\"Inquiry Form\"]','Booking Form','','inherit','closed','closed','','212-revision-v1','','','2018-01-28 13:55:31','2018-01-28 13:55:31','',212,'https://thespeechcamp.com/motivational-insights/212-revision-v1/',0,'revision','',0),(228,1,'2018-01-28 14:26:30','2018-01-28 14:26:30','','Insights','','inherit','closed','closed','','227-revision-v1','','','2018-01-28 14:26:30','2018-01-28 14:26:30','',227,'https://thespeechcamp.com/motivational-insights/227-revision-v1/',0,'revision','',0),(231,1,'2018-01-30 09:28:33','2018-01-30 09:28:33','Productivity, as a result of personal development, is at the heart of Lloyd Luna\'s teachings. His expertise on productivity can be best seen through his works as a sought-after motivational speaker in the Philippines, as an author of 13 books, a business owner of at least six businesses, and as a leader of the country\'s only association of professional speakers.','Productivity','','inherit','closed','closed','','230-revision-v1','','','2018-01-30 09:28:33','2018-01-30 09:28:33','',230,'https://thespeechcamp.com/motivational-insights/230-revision-v1/',0,'revision','',0),(232,1,'2018-01-30 09:35:22','2018-01-30 09:35:22','Productivity is a result of strategic and emphatic leadership. A productive leader naturally produces productive followers. Productivity inspires and energizes the organization. It pushes everyone to do a little bit more to achieve a common goal.\r\n\r\nBut what does it mean to be a productive leader?\r\n<h2>THE PRODUCTIVE LEADERSHIP MODULE</h2>\r\n<em>(If we don’t change the way we lead, people will not change the way they follow)</em>\r\n<h4>A. Leadership</h4>\r\nI. Leadership is more about mission than it is about position.\r\nII. What is your reason for leading?\r\nIII. Times have changed. People have changed. Things have changed. Have you?\r\nIV. The enemy of success isn’t failure. It’s comfort.\r\nV. The color of authentic dreams doesn’t fade away. Leaders dream for their people.\r\n<h4>B. Leadership Success Principles</h4>\r\nI. Leader’s heart is more important from leader’s logic.\r\nII. Leadership knows no season. Leaders lead on summer as they do on rainy season.\r\nIII. It’s not your size in the game. It’s the size of the game in you.\r\nIV. Leadership success isn’t something you ask for. It’s something you prepare for.\r\nV. Your past successes don’t guarantee present successes.\r\n<h4>C. Experience Productivity</h4>\r\nI. You don’t become what you think you might be. You become what you work out to be.\r\nII. Your dream as a leader will find its way when your heart is set to achieve it.\r\nIII. People move because leaders do. The world is run by those who do.\r\nIV. Speed kills.\r\n<h4>D. Motivation Quotient of a Productive Leader</h4>\r\nI. You have the power to write your own leadership story.\r\nII. If you want to get something, stand up, leave the crowd, pay the price, get it.\r\nIII. A productive leader turns problems into challenges. Problems are avoided. Challenges are faced.\r\n<h4>E. The Promise for Productive Leaders</h4>\r\nI. The problem isn’t the resources. The problem is resourcefulness.\r\nII. The future depends on what you to yourself than what the world does to you.\r\nIII. The future belongs not to those live in comfort but to those who are bothered by it.','Productive Leadership','','publish','closed','closed','','productive-leadership','','','2018-01-31 08:09:17','2018-01-31 08:09:17','',230,'https://thespeechcamp.com/?page_id=232',0,'page','',0),(233,1,'2018-01-30 09:35:22','2018-01-30 09:35:22','Productivity is a result of strategic and emphatic leadership. A productive leader naturally produces productive followers. Productivity inspires and energizes the organization. It pushes everyone to do a little bit more to achieve a common goal.\r\n\r\nBut what does it mean to be a productive leader?','Productive Leadership','','inherit','closed','closed','','232-revision-v1','','','2018-01-30 09:35:22','2018-01-30 09:35:22','',232,'https://thespeechcamp.com/motivational-insights/232-revision-v1/',0,'revision','',0),(234,1,'2018-01-30 09:39:02','2018-01-30 09:39:02','It is every entrepreneur\'s dream to make it big in his industry. But the only way is to bring out the productive entrepreneur in him. Entrepreneurs are producers. They don\'t just think about an idea. They execute it. They may fail. And they may fail several times. But it doesn\'t matter. They will try until they see there produce.\r\n\r\nWhat does it take to be a productive entrepreneur?','Productive Entrepreneurship','','publish','closed','closed','','productive-entrepreneurship','','','2018-01-30 09:39:02','2018-01-30 09:39:02','',230,'https://thespeechcamp.com/?page_id=234',0,'page','',0),(235,1,'2018-01-30 09:39:02','2018-01-30 09:39:02','It is every entrepreneur\'s dream to make it big in his industry. But the only way is to bring out the productive entrepreneur in him. Entrepreneurs are producers. They don\'t just think about an idea. They execute it. They may fail. And they may fail several times. But it doesn\'t matter. They will try until they see there produce.\r\n\r\nWhat does it take to be a productive entrepreneur?','Productive Entrepreneurship','','inherit','closed','closed','','234-revision-v1','','','2018-01-30 09:39:02','2018-01-30 09:39:02','',234,'https://thespeechcamp.com/motivational-insights/234-revision-v1/',0,'revision','',0),(246,1,'2018-01-30 16:28:40','2018-01-30 16:28:40','','productivity humorist filipino motivational speaker','productivity humorist filipino motivational speaker','inherit','open','closed','','productivity-humorist-filipino-motivational-speaker','','','2018-01-30 16:28:49','2018-01-30 16:28:49','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png',0,'attachment','image/png',0),(248,1,'2018-01-30 16:37:06','2018-01-30 16:37:06','filipino motivational speaker and productivity humorist with boy abunda','filipino motivational speaker and productivity humorist with boy abunda','filipino motivational speaker and productivity humorist with boy abunda','inherit','open','closed','','filipino-motivational-speaker-with-boy-abunda-2','','','2018-01-30 16:37:34','2018-01-30 16:37:34','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg',0,'attachment','image/jpeg',0),(256,1,'2018-01-30 17:00:48','2018-01-30 17:00:48','Real enemy of success is comfort','Real enemy of success is comfort','The real enemy of success is comfort. —Lloyd Luna','inherit','open','closed','','real-enemy','','','2018-01-30 17:01:33','2018-01-30 17:01:33','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png',0,'attachment','image/png',0),(261,1,'2018-01-30 22:47:31','2018-01-30 22:47:31','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7Q-jf2fUCoI\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appeared on <strong>CNN Philippines</strong> to talk about \"Why New Year\'s Resolution Fail.\"','CNN Philippines','','publish','closed','closed','','cnn-philippines','','','2018-01-30 22:58:54','2018-01-30 22:58:54','',0,'https://thespeechcamp.com/?page_id=261',0,'page','',0),(262,1,'2018-01-30 22:47:31','2018-01-30 22:47:31','<iframe src=\"https://player.vimeo.com/video/200011685\" width=\"640\" height=\"480\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n\r\nLloyd Luna appeared on CNN Philippines to talk about \"Why New Year\'s Resolution Fail.\"','CNN Philippines','','inherit','closed','closed','','261-revision-v1','','','2018-01-30 22:47:31','2018-01-30 22:47:31','',261,'https://thespeechcamp.com/motivational-insights/261-revision-v1/',0,'revision','',0),(266,1,'2018-01-30 22:58:54','2018-01-30 22:58:54','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7Q-jf2fUCoI\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appeared on <strong>CNN Philippines</strong> to talk about \"Why New Year\'s Resolution Fail.\"','CNN Philippines','','inherit','closed','closed','','261-revision-v1','','','2018-01-30 22:58:54','2018-01-30 22:58:54','',261,'https://thespeechcamp.com/motivational-insights/261-revision-v1/',0,'revision','',0),(267,1,'2018-01-30 23:24:38','2018-01-30 23:24:38','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/wYUBjd2L_pg\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on Net 25 morning show, \"Pambansang Almusal.\"','Net 25','','publish','closed','closed','','net-25','','','2018-01-30 23:24:38','2018-01-30 23:24:38','',0,'https://thespeechcamp.com/?page_id=267',0,'page','',0),(268,1,'2018-01-30 23:24:38','2018-01-30 23:24:38','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/wYUBjd2L_pg\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on Net 25 morning show, \"Pambansang Almusal.\"','Net 25','','inherit','closed','closed','','267-revision-v1','','','2018-01-30 23:24:38','2018-01-30 23:24:38','',267,'https://thespeechcamp.com/motivational-insights/267-revision-v1/',0,'revision','',0),(270,1,'2018-01-30 23:56:50','2018-01-30 23:56:50','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OlapEYuF4do\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on DZMM Teleradyo with Marc Logan and Amy Perez, \"Sakto.\"','DZMM Teleradyo','','publish','closed','closed','','dzmm-teleradyo','','','2018-01-30 23:56:50','2018-01-30 23:56:50','',0,'https://thespeechcamp.com/?page_id=270',0,'page','',0),(271,1,'2018-01-30 23:56:50','2018-01-30 23:56:50','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OlapEYuF4do\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on DZMM Teleradyo with Marc Logan and Amy Perez, \"Sakto.\"','DZMM Teleradyo','','inherit','closed','closed','','270-revision-v1','','','2018-01-30 23:56:50','2018-01-30 23:56:50','',270,'https://thespeechcamp.com/motivational-insights/270-revision-v1/',0,'revision','',0),(273,1,'2018-01-30 23:58:41','2018-01-30 23:58:41','<iframe src=\"https://player.vimeo.com/video/180576801\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n<p><a href=\"https://vimeo.com/180576801\">Filipino Motivational Speaker in Manila, Philippines Asian Keynote Speaker Lloyd Luna</a> from <a href=\"https://vimeo.com/lloydluna\">Lloyd Luna</a> on <a href=\"https://vimeo.com\">Vimeo</a>.</p>','ABS-CBN The Bottomline','','publish','closed','closed','','abs-cbn-bottomline','','','2018-01-30 23:58:41','2018-01-30 23:58:41','',0,'https://thespeechcamp.com/?page_id=273',0,'page','',0),(274,1,'2018-01-30 23:58:41','2018-01-30 23:58:41','<iframe src=\"https://player.vimeo.com/video/180576801\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n<p><a href=\"https://vimeo.com/180576801\">Filipino Motivational Speaker in Manila, Philippines Asian Keynote Speaker Lloyd Luna</a> from <a href=\"https://vimeo.com/lloydluna\">Lloyd Luna</a> on <a href=\"https://vimeo.com\">Vimeo</a>.</p>','ABS-CBN The Bottomline','','inherit','closed','closed','','273-revision-v1','','','2018-01-30 23:58:41','2018-01-30 23:58:41','',273,'https://thespeechcamp.com/motivational-insights/273-revision-v1/',0,'revision','',0),(276,1,'2018-01-31 06:04:00','2018-01-31 06:04:00','MEMORANDUM OF AGREEMENT made this [text* complete-date placeholder \"Complete Date\"] between LLOYD A. LUNA (hereinafter referred to as the \"Speaker\") whose address is located at 1745 Dian St. Palanan Village Makati City, Metro Manila, Philippines and [text* company-name placeholder \"Company Name\"] represented by [text* representative placeholder \"Name of Representative\"] (hereinafter referred to as \"Client\") whose address is located at [text* complete-address placeholder \"Complete Address\"]\r\n\r\nWHEREAS, the Client desires to engage the services of the Speaker on the terms and conditions hereinafter set forth, and;\r\n\r\nWHEREAS, the Speaker is ready and willing to accept this engagement of service with the Client on the said terms and conditions\r\n\r\nWHEREAS, the Speaker agrees to provide the service on [text* date placeholder \"Month Date Year\"] [text* time placeholder \"Time i.e. 9 am to 11 am\"] in [text* venue placeholder \"Complete venue address\"] for a total payment amounting to [text* fee-in-words placeholder \"Fee in Words\"] [text* fee-in-figures placeholder \"Fee in Figures\"] net of applicable taxes.\r\n\r\n\r\nNOW, THEREFORE, the parties hereto agree as follows:\r\n\r\nI. The CLIENT shall provide the SPEAKER with the following:\r\n\r\nFor virtual meetings:\r\n\r\n(a) Virtual venue of presentation or meeting link (i.e. Zoom)\r\n(b) Event poster with the speaker\'s official photo and name\r\n(c) Recording of the final output of the speech\r\n(d) e-Certificate\r\n\r\nFor face-to-face meetings:\r\n\r\n(a) Venue of the presentation\r\n(b) LCD/LED Projector and 3.5mm Audio jack cable\r\n(c) Wireless microphone\r\n(d) Table/Booth with chair for merchandise (i.e. books) display\r\n(e) Onsite dedicated assistant/staff\r\n(f) Meals for the speaker and his/her party\r\n(g) Air, sea, and/or land transportation (or) travel allowance for the speaker and his/her party i.e. gas, toll, and other expenses\r\n(h) Hotel accommodation and actual consumption in the hotel for the speaker and his/her party\r\n(i) Travel insurance for the speaker\r\n(j) Parking space or parking fee including P300/day in airport parking\r\n(k) Plaque of appreciation\r\n(l) 100% contract price paid to permanently book the speaker at least 15 days prior to the event\r\n(m) Written or video-graphed client testimonial from the head of the company or team or his/her authorized representative  (The one giving the testimonials agree to publish the same.)\r\n\r\n\r\nII. If the SPEAKER cancels the engagement or is unable to perform its obligations under this CONTRACT for reasons not attributable to the CLIENT, and provided that the reasons for the cancellation are not considered fortuitous events or acts of God, the SPEAKER will offer to the CLIENT an alternative Speaker with the same talent and expertise instead of a refund.\r\n\r\nIII. That in case the engagement is canceled by reasons or as a consequence of fortuitous events or acts of God, or other acts though unforeseen, and cannot be reasonably prepared for by the parties, both parties shall agree to a renewed date that shall in no case be more than thirty (30) days from the date of original engagement. The parties shall exercise the utmost diligence and good faith in fixing the date of the engagement with due regards to the schedule of the SPEAKER/S and the purpose of the CLIENT in holding the engagement.\r\n\r\nIV. In the event that the CLIENT cancels this agreement or the client finds the SPEAKER’S presentation style/content/performance unfit, the SPEAKER reserves the right to keep whatever payments were made by the CLIENT. \r\n\r\nV. The CLIENT shall have the right to use the name, photographs and biographical materials of the SPEAKER for advertising and promotional purposes for the duration of the show BUT ONLY after the required PAYMENT is made. \r\n\r\nVI. That NO PORTION of the presentation of the SPEAKER may be RECORDED, FILMED, VIDEOTAPED OR REPRODUCED in any form, whatsoever unless prior written approval from the Speaker\'s manager is first obtained. The CLIENT may record the event but not allowed for broadcast. The CLIENT understands that the SPEAKER\'s commitment is to the event and not to the sponsors. Sponsor commitment by the CLIENT with respect to the SPEAKER must be cleared first with Speaker\'s manager. Sponsors may be acknowledged by the SPEAKER during the show upon clearance by Speaker\'s manager. This applies only of face-to-face meetings.\r\n\r\nVII. ALTERNATE SPEAKER — Should a CLIENT avail of a negotiated rate, which is below the full asking price of the SPEAKER, and another party has expressed interest to invite the SPEAKER and pay at full price as indicated on the professional speaking rate card, the CLIENT agrees to allow the SPEAKER to send an alternate speaker who is speaking on the same topic without any change on the agreed contract price.\r\n\r\nVIII. CONSIDERATION — As full consideration for the services performed by the Speaker under the terms of this agreement, and subject to the provisions stated in the Terms and Conditions, the Client shall pay the Speaker the total amount, net of applicable taxes as stated above.\r\n\r\nIX. NON-WAIVER – The failure to either party to insist upon strict performance on any of the terms and conditions hereof shall not be deemed as a waiver of any right or remedy that either party may have. In case of minor violations to the provisions of this contract by either party, earnest efforts shall be to settle the dispute amicably. If after due to notice to the party at fault, he fails to remedy a substantial breach committed, then the aggrieved party may enforce its right in this contract.\r\n\r\nX. AMENDMENTS – Both parties agree that no changes and/or amendments to this agreement shall take effect unless such amendments are in writing and signed herein signatories; \r\n \r\nIN WITNESS WHEREOF, we have hereunto set our hands this [text* complete-date placeholder \"Complete Date\"] in Makati City.\r\n\r\n\r\nConforme:\r\n\r\n[text* representative placeholder \"Typing your email address constitutes signing, which is legally binding\"]\r\n\r\n<p> [email* your-email placeholder \"What is your email address?\"] </p>\r\n\r\n[quiz quiz-828 \"5 + 3?|8\"]\r\n\r\n[submit \"Send\"]\n1\nSpeaking Contract with [company-name]\n[representative] <hello@thespeechcamp.com>\nsupport@thelunagroup.net\nFrom: [representative] <[your-email]>\r\nSubject: Contract with [company-name]\r\n\r\n\r\nMEMORANDUM OF AGREEMENT made this [complete-date] between LLOYD A. LUNA (hereinafter referred to as the \"Speaker\") whose address is located at 1745 Dian St. Palanan Village Makati City, Metro Manila, Philippines and [company-name] represented by [representative] (hereinafter referred to as \"Client\") whose address is located at [complete-address]\r\n\r\nWHEREAS, the Client desires to engage the services of the Speaker on the terms and conditions hereinafter set forth, and;\r\n\r\nWHEREAS, the Speaker is ready and willing to accept this engagement of service with the Client on the said terms and conditions\r\n\r\nWHEREAS, the Speaker agrees to provide the service on [date] at [time] in [venue] at [fee-in-words] [fee-in-figures] net of applicable taxes.\r\n\r\n\r\nNOW, THEREFORE, the parties hereto agree as follows:\r\n\r\nI. The CLIENT shall provide the SPEAKER with the following:\r\n\r\nFor virtual meetings:\r\n\r\n(a) Virtual venue of presentation or meeting link (i.e. Zoom)\r\n(b) Event poster with the speaker\'s official photo and name\r\n(c) Recording of the final output of the speech\r\n(d) e-Certificate\r\n\r\nFor face-to-face meetings:\r\n\r\n(a) Venue of the presentation\r\n(b) LCD/LED Projector and 3.5mm Audio jack cable\r\n(c) Wireless microphone\r\n(d) Table/Booth with chair for merchandise (i.e. books) display\r\n(e) Onsite dedicated assistant/staff\r\n(f) Meals for the speaker and his/her party\r\n(g) Air, sea, and/or land transportation (or) travel allowance for the speaker and his/her party i.e. gas, toll, and other expenses\r\n(h) Hotel accommodation and actual consumption in the hotel for the speaker and his/her party\r\n(i) Travel insurance for the speaker\r\n(j) Parking space or parking fee including P300/day in airport parking\r\n(k) Plaque of appreciation\r\n(l) 100% contract price paid to permanently book the speaker at least 15 days prior to the event\r\n(m) Written or video-graphed client testimonial from the head of the company or team or his/her authorized representative  (The one giving the testimonials agree to publish the same.)\r\n\r\nII. If the SPEAKER cancels the engagement or is unable to perform its obligations under this CONTRACT for reasons not attributable to the CLIENT, and provided that the reasons for the cancellation are not considered fortuitous events or acts of God, the SPEAKER will offer to the CLIENT an alternative Speaker with the same talent and expertise instead of a refund.\r\n\r\nIII. That in case the engagement is canceled by reasons or as a consequence of fortuitous events or acts of God, or other acts though unforeseen other than rain, and cannot be reasonably prepared for by the parties, both parties shall agree to a renewed date that shall in no case be more than forty-five (45) days from the date of original engagement. The parties shall exercise utmost diligence and good faith in fixing the date of the engagement with due regards to the schedule of the SPEAKER/S and the purpose of the CLIENT in holding the engagement.\r\n\r\nIV. In the event that the CLIENT cancels this agreement or the client finds the SPEAKER’S presentation style/content/performance unfit, the SPEAKER reserves the right to keep whatever payments were made by the CLIENT. \r\n\r\nV. The CLIENT shall have the right to use the name, photographs and biographical materials of the Speaker for advertising and promotional purposes for the duration of the show BUT ONLY after the required PAYMENT is made. \r\n\r\nVI. That NO PORTION of the presentation of the SPEAKER may be RECORDED, FILMED, VIDEOTAPED OR REPRODUCED in any form, whatsoever unless prior written approval from the Speaker\'s manager is first obtained. The CLIENT may record the event but not allowed to be aired on local cable channels. The CLIENT understands that the SPEAKER\'s commitment is to the event and not to the sponsors. Sponsor commitment by the CLIENT with respect to the SPEAKER must be cleared first with Speaker\'s manager. Sponsors may be acknowledged by SPEAKER during the show upon clearance by Speaker\'s manager. This applies only of face-to-face meetings.\r\n\r\nVII. ALTERNATE SPEAKER — Should a CLIENT avail of a negotiated rate, which is below the full asking price of the SPEAKER, and another party has expressed interest to invite the SPEAKER and pay at full price as indicated on the professional speaking rate card, the CLIENT agrees to allow the SPEAKER to send an alternate speaker who is speaking on the same topic without any change on the agreed contract price.\r\n\r\nVIII. CONSIDERATION — As full consideration for the services performed by the Speaker under the terms of this agreement, and subject to the provisions stated in the Terms and Conditions, the Client shall pay the Speaker the total amount of [fee-in-words] [fee-in-figures] net of applicable taxes.\r\n\r\nIX. NON-WAIVER – The failure to either party to insist upon strict performance on any of the terms and conditions hereof shall not be deemed as a waiver of any right or remedy that either party may have. In case of minor violations to the provisions of this contract by either party, earnest efforts shall be to settle the dispute amicably. If after due to notice to the party at fault, he fails to remedy a substantial breach committed, then the aggrieved party may enforce its right in this contract.\r\n\r\nX. AMENDMENTS – Both parties agree that no changes and/or amendments to this agreement shall take effect unless such amendments are in writing and signed herein signatories; \r\n \r\nIN WITNESS WHEREOF, we have hereunto set our hands this [complete-date] in Makati City.\r\n\r\n\r\nConforme:\r\n\r\n[representative]\r\n\r\n[your-email]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Leadership.ph\nReply-To: [your-email]\n\n\n\n\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna \"[your-subject]\"\nFilipino Motivational Speaker: Productivity Humorist Lloyd Luna <wordpress@productivityhumorist.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Filipino Motivational Speaker: Productivity Humorist Lloyd Luna (https://thespeechcamp.com)\nReply-To: lloydluna@gmail.com\n\n\n\nIMPORTANT! Thank you for filling up this contract. Please text Andi at 09171250476 IMMEDIATELY to confirm this contract is received.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contract','','publish','closed','closed','','contract','','','2022-09-28 02:01:21','2022-09-28 02:01:21','',0,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&#038;p=276',0,'wpcf7_contact_form','',0),(277,1,'2018-01-31 06:12:14','2018-01-31 06:12:14','[contact-form-7 id=\"276\" title=\"Contract\"]','Professional Speaking Contract','','publish','closed','closed','','contract','','','2018-01-31 09:01:55','2018-01-31 09:01:55','',0,'https://thespeechcamp.com/?page_id=277',0,'page','',0),(278,1,'2018-01-31 06:12:14','2018-01-31 06:12:14','[contact-form-7 id=\"276\" title=\"Contract\"]','Professional Speaking Contract','','inherit','closed','closed','','277-revision-v1','','','2018-01-31 06:12:14','2018-01-31 06:12:14','',277,'https://thespeechcamp.com/motivational-insights/277-revision-v1/',0,'revision','',0),(279,1,'2018-01-31 08:00:16','2018-01-31 08:00:16','Productivity is a result of strategic and emphatic leadership. A productive leader naturally produces productive followers. Productivity inspires and energizes the organization. It pushes everyone to do a little bit more to achieve a common goal.\n\nBut what does it mean to be a productive leader?\n<h2>THE PRODUCTIVE LEADERSHIP MODULE</h2>\n<em>(If we don’t change the way we lead, people will not change the way they follow)</em>\n\n<h4>A. Leadership</h4>\n\nI. Leadership is more about mission than it is about position.\nII. What is your reason for leading?\nIII. Times have changed. People have changed. Things have changed. Have you?\nIV. The enemy of success isn’t failure. It’s comfort.\nV. The color of authentic dreams doesn’t fade away. Leaders dream for their people.\n\n<h4>B. Leadership Success Principles<h4>\n\nI. Leader’s heart is more important from leader’s logic.\nII. Leadership knows no season. Leaders lead on summer as they do on rainy season.\nIII. It’s not your size in the game. It’s the size of the game in you.\nIV. Leadership success isn’t something you ask for. It’s something you prepare for.\nV. Your past successes don’t guarantee present successes.\n\n<h4>C. Experience Productivity</h4>\n\nI. You don’t become what you think you might be. You become what you work out to be.\nII. Your dream as a leader will find its way when your heart is set to achieve it.\nIII. People move because leaders do. The world is run by those who do.\nIV. Speed kills.\n\n<h4>D. Motivation Quotient of a Productive Leader</h4>\n\nI. You have the power to write your own leadership story.\nII. If you want to get something, stand up, leave the crowd, pay the price, get it.\nIII. An agile leader turns problems into challenges. Problems are avoided. Challenges are\nfaced.\n\n<h4>E. The Promise for Productive Leaders</h4>\n\nI. The problem isn’t the resources. The problem is resourcefulness.\nII. The future depends on what you to yourself than what the world does to you.\nIII. The future belongs not to those live in comfort but to those who are bothered by it.','Productive Leadership','','inherit','closed','closed','','232-autosave-v1','','','2018-01-31 08:00:16','2018-01-31 08:00:16','',232,'https://thespeechcamp.com/motivational-insights/232-autosave-v1/',0,'revision','',0),(280,1,'2018-01-31 08:00:51','2018-01-31 08:00:51','Productivity is a result of strategic and emphatic leadership. A productive leader naturally produces productive followers. Productivity inspires and energizes the organization. It pushes everyone to do a little bit more to achieve a common goal.\r\n\r\nBut what does it mean to be a productive leader?\r\n<h2>THE PRODUCTIVE LEADERSHIP MODULE</h2>\r\n<em>(If we don’t change the way we lead, people will not change the way they follow)</em>\r\n<h4>A. Leadership</h4>\r\nI. Leadership is more about mission than it is about position.\r\nII. What is your reason for leading?\r\nIII. Times have changed. People have changed. Things have changed. Have you?\r\nIV. The enemy of success isn’t failure. It’s comfort.\r\nV. The color of authentic dreams doesn’t fade away. Leaders dream for their people.\r\n<h4>B. Leadership Success Principles</h4>\r\nI. Leader’s heart is more important from leader’s logic.\r\nII. Leadership knows no season. Leaders lead on summer as they do on rainy season.\r\nIII. It’s not your size in the game. It’s the size of the game in you.\r\nIV. Leadership success isn’t something you ask for. It’s something you prepare for.\r\nV. Your past successes don’t guarantee present successes.\r\n<h4>C. Experience Productivity</h4>\r\nI. You don’t become what you think you might be. You become what you work out to be.\r\nII. Your dream as a leader will find its way when your heart is set to achieve it.\r\nIII. People move because leaders do. The world is run by those who do.\r\nIV. Speed kills.\r\n<h4>D. Motivation Quotient of a Productive Leader</h4>\r\nI. You have the power to write your own leadership story.\r\nII. If you want to get something, stand up, leave the crowd, pay the price, get it.\r\nIII. A productive leader turns problems into challenges. Problems are avoided. Challenges are faced.\r\n<h4>E. The Promise for Productive Leaders</h4>\r\nI. The problem isn’t the resources. The problem is resourcefulness.\r\nII. The future depends on what you to yourself than what the world does to you.\r\nIII. The future belongs not to those live in comfort but to those who are bothered by it.','Productive Leadership','','inherit','closed','closed','','232-revision-v1','','','2018-01-31 08:00:51','2018-01-31 08:00:51','',232,'https://thespeechcamp.com/motivational-insights/232-revision-v1/',0,'revision','',0),(281,1,'2018-01-31 08:50:31','2018-01-31 08:50:31','&lt;h5&gt;[contact-form-7 id=\"276\" title=\"Contract\"]&lt;/h5&gt;','Professional Speaking Contract','','inherit','closed','closed','','277-revision-v1','','','2018-01-31 08:50:31','2018-01-31 08:50:31','',277,'https://thespeechcamp.com/motivational-insights/277-revision-v1/',0,'revision','',0),(282,1,'2018-01-31 08:50:56','2018-01-31 08:50:56','<h5>[contact-form-7 id=\"276\" title=\"Contract\"]</h5>','Professional Speaking Contract','','inherit','closed','closed','','277-revision-v1','','','2018-01-31 08:50:56','2018-01-31 08:50:56','',277,'https://thespeechcamp.com/motivational-insights/277-revision-v1/',0,'revision','',0),(283,1,'2018-01-31 08:51:42','2018-01-31 08:51:42','[contact-form-7 id=\"276\" title=\"Contract\"]','Professional Speaking Contract','','inherit','closed','closed','','277-revision-v1','','','2018-01-31 08:51:42','2018-01-31 08:51:42','',277,'https://thespeechcamp.com/motivational-insights/277-revision-v1/',0,'revision','',0),(284,1,'2018-01-31 08:52:36','2018-01-31 08:52:36','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MT51b_IkFUw\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on Good Morning Kuya on UNTV.','UNTV','','publish','closed','closed','','untv','','','2018-01-31 08:52:36','2018-01-31 08:52:36','',0,'https://thespeechcamp.com/?page_id=284',0,'page','',0),(285,1,'2018-01-31 08:52:36','2018-01-31 08:52:36','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MT51b_IkFUw\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nLloyd Luna appears on Good Morning Kuya on UNTV.','UNTV','','inherit','closed','closed','','284-revision-v1','','','2018-01-31 08:52:36','2018-01-31 08:52:36','',284,'https://thespeechcamp.com/motivational-insights/284-revision-v1/',0,'revision','',0),(439,1,'2021-03-29 09:34:04','2021-03-29 09:34:04','<h1>What is Certified Public Speaker™ Certification Program</h1>\nThe Public Speaking Institute (PSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework™.\n\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\n\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\n<h1>What is Luna Public Speaking Framework</h1>\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\n<h1>Public Speaking Philippines Program Outline</h1>\n&nbsp;\n<table cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\n<td valign=\"top\"></td>\n</tr>\n<tr>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\n</tr>\n<tr>\n<td valign=\"top\"></td>\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\n<td valign=\"top\"></td>\n</tr>\n</tbody>\n</table>\n<h1>Class schedule</h1>\nA total of 10 days, every Mondays, Thursdays, and Saturdays from 9PM-11PM via Zoom.\n<h1>Enrollment Fee</h1>\nOur certification program will only cost you a modest range of P20,500 to P35,500 depen\n<h1>The Pioneering Batch Class of 2021</h1>\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-autosave-v1','','','2021-03-29 09:34:04','2021-03-29 09:34:04','',435,'https://thespeechcamp.com/motivational-insights/435-autosave-v1/',0,'revision','',0),(288,1,'2018-01-31 08:55:35','2018-01-31 08:55:35','Filipino Motivational Speaker Lloyd Luna Speaker\'s Profile','Filipino Motivational Speaker Lloyd Luna Speaker\'s Profile','Filipino Motivational Speaker Lloyd Luna Speaker\'s Profile','inherit','open','closed','','lloyd-luna-speakers-profile','','','2018-01-31 08:58:39','2018-01-31 08:58:39','',0,'https://thespeechcamp.com/wp-content/uploads/2018/01/Lloyd-Luna-Speakers-Profile.pdf',0,'attachment','application/pdf',0),(289,1,'2018-01-31 09:08:10','2018-01-31 09:08:10','','Paano Mag Move On Motivational Book by Lloyd Luna','','inherit','open','closed','','paano-mag-move-on-motivational-book-by-lloyd-luna','','','2018-01-31 09:08:10','2018-01-31 09:08:10','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png',0,'attachment','image/png',0),(290,1,'2018-01-31 09:08:20','2018-01-31 09:08:20','','Alphabet of Achievement Storefront','','inherit','open','closed','','alphabet-of-achievement-storefront','','','2018-01-31 09:08:20','2018-01-31 09:08:20','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png',0,'attachment','image/png',0),(291,1,'2018-01-31 09:08:31','2018-01-31 09:08:31','','Why Good People Fail Storefront','','inherit','open','closed','','why-good-people-fail-storefront','','','2018-01-31 09:08:31','2018-01-31 09:08:31','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png',0,'attachment','image/png',0),(292,1,'2018-01-31 09:08:43','2018-01-31 09:08:43','Productivity, as a result of personal development, is at the heart of Lloyd Luna\'s teachings. His expertise on productivity can be best seen through his works as a sought-after motivational speaker in the Philippines, as an author of 13 books, a business owner of at least six businesses, and as a leader of the country\'s only association of professional speakers.\n\n<hr />\n\n','Productivity','','inherit','closed','closed','','230-autosave-v1','','','2018-01-31 09:08:43','2018-01-31 09:08:43','',230,'https://thespeechcamp.com/motivational-insights/230-autosave-v1/',0,'revision','',0),(293,1,'2018-01-31 09:08:44','2018-01-31 09:08:44','','Why Am I Working Storefront','','inherit','open','closed','','why-am-i-working-storefront','','','2018-01-31 09:08:44','2018-01-31 09:08:44','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png',0,'attachment','image/png',0),(294,1,'2018-01-31 09:08:52','2018-01-31 09:08:52','','Where To Find Success Storefront','','inherit','open','closed','','where-to-find-success-storefront','','','2018-01-31 09:08:52','2018-01-31 09:08:52','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png',0,'attachment','image/png',0),(295,1,'2018-01-31 09:08:59','2018-01-31 09:08:59','','Is There A Job Waiting For You Book Storefront','','inherit','open','closed','','is-there-a-job-waiting-for-you-book-storefront','','','2018-01-31 09:08:59','2018-01-31 09:08:59','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png',0,'attachment','image/png',0),(296,1,'2018-01-31 09:09:07','2018-01-31 09:09:07','Best Public Speaking Training Book in the Philippines','Best Public Speaking Training Book in the Philippines','Best Public Speaking Training Book in the Philippines','inherit','open','closed','','public-speaking-book-philippines-storefront','','','2021-03-07 13:05:24','2021-03-07 13:05:24','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png',0,'attachment','image/png',0),(297,1,'2018-01-31 09:09:17','2018-01-31 09:09:17','','paano-maging-successful-book-storefront','','inherit','open','closed','','paano-maging-successful-book-storefront','','','2018-01-31 09:09:17','2018-01-31 09:09:17','',230,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png',0,'attachment','image/png',0),(298,1,'2018-01-31 12:43:00','2018-01-31 12:43:00','Productivity, as a result of personal development, is at the heart of Lloyd Luna\'s teachings. His expertise on productivity can be best seen through his works as a sought-after motivational speaker in the Philippines, as an author of 13 books, a business owner of at least six businesses, and as a leader of the country\'s only association of professional speakers.\r\n\r\n<hr />\r\n\r\n','Productivity','','inherit','closed','closed','','230-revision-v1','','','2018-01-31 12:43:00','2018-01-31 12:43:00','',230,'https://thespeechcamp.com/motivational-insights/230-revision-v1/',0,'revision','',0),(302,1,'2018-01-31 14:11:05','2018-01-31 14:11:05','Paano Maging Successful (How To Be Successful)','Paano Maging Successful','','publish','closed','closed','','paano-maging-successful','','','2018-01-31 14:11:05','2018-01-31 14:11:05','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=302',0,'portfolio','',0),(303,1,'2018-01-31 14:13:21','2018-01-31 14:13:21','Alphabet of Achievement: The A-Z of getting what you want','Alphabet of Achievement','','publish','closed','closed','','alphabet-of-achievement','','','2018-01-31 14:13:21','2018-01-31 14:13:21','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=303',0,'portfolio','',0),(304,1,'2018-01-31 14:14:48','2018-01-31 14:14:48','How To Be An Amazing Speaker','How To Be An Amazing Speaker','','publish','closed','closed','','how-to-be-an-amazing-speaker','','','2018-01-31 14:14:48','2018-01-31 14:14:48','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=304',0,'portfolio','',0),(305,1,'2018-01-31 14:15:54','2018-01-31 14:15:54','Where To Find Success','Where To Find Success','','publish','closed','closed','','where-to-find-success','','','2018-01-31 14:15:54','2018-01-31 14:15:54','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=305',0,'portfolio','',0),(306,1,'2018-01-31 14:17:15','2018-01-31 14:17:15','Why Am I Working?','Why Am I Working?','','publish','closed','closed','','why-am-i-working','','','2018-01-31 14:17:15','2018-01-31 14:17:15','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=306',0,'portfolio','',0),(313,1,'2018-01-31 14:35:06','2018-01-31 14:35:06','Paano Magmove-on','Paano Magmove-on','','publish','closed','closed','','paano-magmove-on','','','2018-01-31 14:35:06','2018-01-31 14:35:06','',0,'https://thespeechcamp.com/?post_type=portfolio&#038;p=313',0,'portfolio','',0),(321,1,'2018-01-31 22:49:29','2018-01-31 22:49:29','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bo8iQktuw3Y\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','Lloyd Luna Sample Motivational Speech','','publish','closed','closed','','lloyd-luna-sample-motivational-speech','','','2018-01-31 22:49:29','2018-01-31 22:49:29','',0,'https://thespeechcamp.com/?page_id=321',0,'page','',0),(322,1,'2018-01-31 22:49:29','2018-01-31 22:49:29','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bo8iQktuw3Y\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','Lloyd Luna Sample Motivational Speech','','inherit','closed','closed','','321-revision-v1','','','2018-01-31 22:49:29','2018-01-31 22:49:29','',321,'https://thespeechcamp.com/motivational-insights/321-revision-v1/',0,'revision','',0),(327,1,'2018-02-12 03:35:33','2018-02-12 03:35:33','productivity humorist and filipino motivational speaker','productivity humorist logo','productivity humorist and filipino motivational speaker','inherit','open','closed','','productivity-humorist-logo-black-header-2','','','2018-02-12 03:36:11','2018-02-12 03:36:11','',0,'https://thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png',0,'attachment','image/png',0),(329,1,'2018-02-12 03:38:19','2018-02-12 03:38:19','productivity humorist lloyd luna icon','productivity humorist lloyd luna icon','productivity humorist lloyd luna icon','inherit','open','closed','','ll-icon','','','2018-02-12 03:38:41','2018-02-12 03:38:41','',0,'https://thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png',0,'attachment','image/png',0),(349,1,'2018-04-03 04:35:46','2018-04-03 04:35:46','Step Back Leadership as defined by Filipino Leadership Speaker Lloyd Luna','what-is-stepback-leadership-original-definiton-lloyd-luna-2018','Step Back Leadership as defined by Filipino Leadership Speaker Lloyd Luna','inherit','open','closed','','what-is-stepback-leadership-original-definiton-lloyd-luna-2018','','','2018-04-03 04:36:38','2018-04-03 04:36:38','',0,'https://thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png',0,'attachment','image/png',0),(333,1,'2018-02-21 14:09:14','2018-02-21 14:09:14','Productivity Humorist Lloyd Luna in Auckland New Zealand','Productivity Humorist Lloyd Luna in Auckland New Zealand','Productivity Humorist Lloyd Luna in Auckland New Zealand','inherit','open','closed','','to-auckland-gss2018','','','2018-02-21 14:10:01','2018-02-21 14:10:01','',0,'https://thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png',0,'attachment','image/png',0),(580,1,'2021-04-08 02:02:38','2021-04-08 02:02:38','Public Speaking Training Course Philippines Header PH','Public Speaking Training Course Philippines Header PH','Public Speaking Training Course Philippines Header PH','inherit','open','closed','','public-speaking-training-course-philippines-header-ph','','','2021-04-08 02:02:47','2021-04-08 02:02:47','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png',0,'attachment','image/png',0),(581,1,'2021-04-08 02:03:17','2021-04-08 02:03:17','','Public Speaking Training Course Philippines Favico','Public Speaking Training Course Philippines Favico','inherit','open','closed','','public-speaking-training-course-philippines-favico','','','2021-04-08 02:03:27','2021-04-08 02:03:27','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png',0,'attachment','image/png',0),(582,1,'2021-04-08 02:03:27','2021-04-08 02:03:27','https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png','cropped-Public-Speaking-Training-Course-Philippines-Favico.png','','inherit','open','closed','','cropped-public-speaking-training-course-philippines-favico-png','','','2021-04-08 02:03:27','2021-04-08 02:03:27','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png',0,'attachment','image/png',0),(338,1,'2018-03-09 06:15:00','2018-03-09 06:15:00','Leadership Speaker in the Philippines','Leadership Speaker in the Philippines','Leadership Speaker in the Philippines','inherit','open','closed','','28698538_1644285125663639_7273627625027952357_o','','','2018-03-09 06:15:26','2018-03-09 06:15:26','',0,'https://thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg',0,'attachment','image/jpeg',0),(595,1,'2021-04-08 04:45:40','2021-04-08 04:45:40','','CPS Logo Prussian Transparent','','inherit','open','closed','','cps-logo-prussian-transparent','','','2021-04-08 04:45:40','2021-04-08 04:45:40','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-Prussian-Transparent.png',0,'attachment','image/png',0),(340,1,'2018-03-11 07:33:43','2018-03-11 07:33:43','Filipino Leadership Speaker Philippines Header','Filipino Leadership Speaker Philippines Header','Filipino Leadership Speaker Philippines Header','inherit','open','closed','','leadership-ph-header','','','2018-03-11 07:34:09','2018-03-11 07:34:09','',0,'https://thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png',0,'attachment','image/png',0),(359,1,'2018-07-15 02:44:48','2018-07-15 02:44:48','<h1>Get Your Free The Many Faces of Productivity eBook</h1>\r\n\r\n<hr />\r\n\r\n<div class=\"email-octopus-form-wrapper\">\r\n<h2 class=\"email-octopus-heading\">Sign up now before this link expires!</h2>\r\n<form class=\"email-octopus-form\" action=\"https://emailoctopus.com/lists/e3914023-87c6-11e8-a3c9-06b79b628af2/members/embedded/1.1/add\" method=\"post\">\r\n<div class=\"email-octopus-form-row\"><label for=\"field_0\">Email address</label>\r\n<input id=\"field_0\" name=\"embedded_form_subscription[field_0]\" type=\"email\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_1\">First name</label>\r\n<input id=\"field_1\" name=\"embedded_form_subscription[field_1]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_2\">Last name</label>\r\n<input id=\"field_2\" name=\"embedded_form_subscription[field_2]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_3\">Mobile</label>\r\n<input id=\"field_3\" name=\"embedded_form_subscription[field_3]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row-consent\"><input id=\"consent\" name=\"consent\" type=\"checkbox\" />\r\n<label for=\"consent\">I consent to receiving your weekly newsletter and special offers via email.</label></div>\r\n<div class=\"email-octopus-form-row-hp\" aria-hidden=\"true\"><!-- Do not remove this field, otherwise you risk bot sign-ups -->\r\n<input tabindex=\"-1\" autocomplete=\"nope\" name=\"hpe3914023-87c6-11e8-a3c9-06b79b628af2\" type=\"text\" /></div>\r\n<div class=\"email-octopus-form-row-subscribe\"><input name=\"successRedirectUrl\" type=\"hidden\" value=\"http://stepbackleader.com/\" />\r\n<button type=\"submit\">Subscribe</button></div>\r\n</form></div>\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></script>\r\n<script src=\"https://emailoctopus.com/bundles/emailoctopuslist/js/1.1/formEmbed.js?1531502684\"></script>\r\n\r\n<hr />\r\n\r\n[caption id=\"attachment_362\" align=\"aligncenter\" width=\"700\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\"><img class=\"wp-image-362\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\" alt=\"The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.\" width=\"700\" height=\"519\" /></a> The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.[/caption]\r\n\r\n<hr />\r\n\r\n<h1>Featured Speakers on The Many Faces of Productivity</h1>\r\n\r\n<hr />\r\n\r\n<h2>Matthias Gelber</h2>\r\nVoted as “The Greenest Man on Earth in 2008” in a Canadian poll, Matthias is a world-renowned green activist from Germany who decided to make the Philippines his home after a 1999 German-government sponsored speaking engagement in Los Baños, Laguna. He was the seminar-workshop resource speaker on environmental management systems for the staff of the Development Bank of the Philippines. The author of The Greenman’s Guide to Green Living and Working, his core message as environmental conservation advocates is this: “We’d be running into disaster if we don’t change the way we live, if we don’t change the way we consume, if we don’t change the way what we do with all the ways that we are generating... We have to go back to the natural balance with nature.”\r\n<h2>Jesse Francis Rebustillo</h2>\r\nAn HR man through and through, Jesse has had very extensive exposure in human resource management and now calls himself a “Happy Retiree.” Even in retirement though, he remains a much sought-after human resources and training consultant and a highly engaging edutainment speaker on values, leadership, EQ, work-life integration, and team alignment. He was the president in 2011 of the Philippine Society for Training and Development (PSTD), the president in 2016 of the People Management Association of the Philippines (PMAP), and is currently the chief financial officer of the Philippine Association of Professional Speakers (PAPS). A diligent special minister of the Holy Communion at Our Lady of Remedies Parish in Manila, Jesse plays the piano, enjoys gardening, and breeds—hold your breath—42 dogs.\r\n<h2>Serely Geraldine Alcaraz</h2>\r\nSerely Alcaraz is an international master trainer and executive coach who has developed over 100,000 leaders from some of the world’s best organizations. An advocate of lifelong learning, she is very passionate about intrapreneurship and engagement, creativity and innovation, and coaching and mentoring. Strongly committed to making those she mentors to “learn from the best to be the best,” Serely is currently the country head of ITD World Philippines and is a certified facilitator of the John Maxwell and Jack Canfield leadership programs as well as of courses offered by Development Dimensions International and Dale Carnegie Training. She was the 2006 president of the Philippine Society for Training and Development and the 2015-2016 President of ARTDO International, an umbrella body of HR management specialists from over 30 countries.\r\n<h2>Barbie Atienza</h2>\r\nBarbie is a multifaceted, multitalented personality who has made an indelible mark in the fields of human resources management (he has a diplomate in People Management), public relations, broadcast and print media, and public speaking in the Philippines and abroad. A top HR executive and consultant for several multinational and local companies, he is currently the head of external affairs and human resources for the Manila Bulletin. He is a former president of the People Management Association of the Philippines and vice president of the Public Relations Society of the Philippines and is currently president of the United Print Media Group. Barbie is an accomplished speaker on leadership, management, communication, and personal development and is does emceeing globally in his lines of expertise.\r\n<h2>Jerry Yao</h2>\r\nAll marketers dream to be a rock star, but destiny could lead them to other directions. And Jerry believes that no matter how passionate you are in your chosen career, to succeed you must be as disciplined as a samurai warrior. A proud holder of the Certified Professional Marketer-Asia accreditation, he has taught and mentored hundreds of future marketers in different educational institutions and organizations in the Philippines. For that achievement Jerry considers himself a marketing sensei—this is Japanese for a master teacher or professional—but he believes that no one can hold this title forever. He does wish that when it’s his time to finally go down, it will be by the sword of a former student of his. That way, he says, he’d feel assured that his passion in both marketing and teaching would live on forever.\r\n<h2>Toni Miranda</h2>\r\nToni Miranda is a world-certified image consultant, executive coach and speaker, with over 20 years of experience in the corporate and retail industry. The founder of the Makati City-based Radiance Image Consultancy and Training, Inc., Toni has certifications from the prestigious London Image Institute, the Singapore-based Academy of Image Mastery, and the Illustra Business School in Georgia, U.S.A. She brings with her a wealth of training and development experience for professionals and organizations in the fields of financial management, leadership, marketing, and entrepreneurship. A holder of a Bachelor’s in Commerce degree from the De La Salle University, major in management of financial institution, Toni is a joyful wife and mother of two grown children with whom she has a very open and healthy relationship.\r\n<h2>Gabriel “Billy” Dominguez</h2>\r\nA communication arts graduate of the University of Santo Tomas, Billy Dominguez started his career in government service as a public relations assistant at the Home Development Mutual Fund, where he rose through the ranks to become the agency’s public affairs department manager. Looking for a more challenging and lucrative endeavor, he later took a selling job in a real estate company. There, he discovered that real-estate selling can be a good, rewarding form of entrepreneurship. From then on, Billy pursued the discipline that he calls “salespreneurship,” an engagement thatinspired him to put up his own company, Green Circle Realty. From its small group of 12 salespeople in 2006, Billy has produced a remarkable number of top-earning salespreneurs, making his company the No. 1 sales network of the Pro-friends’ Lancaster New City project in Cavite.\r\n<h2>Marvin Salazar</h2>\r\nWell-known as “TechEvangelist” in the information technology (IT) outsourcing industry, he is the owner of MSWEB Co., a pioneering web hosting company in the Philippines. He is a data privacy and data security expert whose clientele includes both national and multi-national companies. His success story can be traced back to Tondo, Manila, where his family lived literally on the street gutter in a house built on scraps. With his rise from poverty to become a successful IT consultant, he’s now paying back as a pastor with a strong devotion to doing outreach programs for the needy. He believes that to succeed in any professional line fo work today, people should get themselves not only more competent but more responsible in using the social media as a primary business and communication tool.\r\n<h2>Rene Espinosa</h2>\r\nA leading authority on sales training, Rene has been featured in sales learning sessions both in the Philippines and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion and negotiation. As an avid exponent of continung self-improvement, he relentlessly keeps adding value not only to his clients but also to himself, his credo being that your next performance must always be an improvement of the previous one. Rene is the President of Powermax Consulting Group, Inc., a company that produces events and speaking engagements for book authors. To further enhance the learning of seminar participants, Rene offers a treasure trove of learning tools like eBooks, books, audiobooks, and videos, some of which are not available in local bookstores. He is concurrently the President of Advertising and Gaming Fabrication, Inc. (AGFI).\r\n<h2>Al Ian Barcelona</h2>\r\nIan is fondly called “Mr. Awesome” in Philippine business circles for his spellbinding speeches and training sessions that he himself calls “entertrainment” or “edutainment.” He has an A.B. in Political Science and a Master’s in Southeast Asian Studies from the Centro Escolar University. A former staff in the House of Representatives and a former technical assistant in the Office of the President of the Philippines, he went on his own over 10 years ago. He runs his own AIB Training, Communications, and Events and in In 2018, he put up the network marketing company WAVE and named himself its Chief Activation Officer. Ian firmly believes that passion shouldn’t only be a mere tool for pursuing your personal interests but nurtured as the driving force in pursuing and achieving your vision for yourself.\r\n<h2>Joey Garcia</h2>\r\nKnown in industry circles as “The Turnaround Entrepreneur,” Joey is an expert in business management and organizational change. He took up Entrepreneurial Management at the Asian Institute of Management (AIM) and later also obtained his Master’s in Entrepreneurship from the Ateneo Graduate School of Business. With his expertise and hard work, Joey turned around the family’s struggling small-time restaurant Rai Rai Ken and grew it into thriving nationwide restaurant chain with 59 branches nationwide, even coming up with more food brands under the same parent company. Joey says that the primary key in turning around a business—or even a career for that matter—is to professionalize it and to have a clear vision of transforming it into something better than what it is right now.\r\n<h2>Pocholo Gonzales</h2>\r\nPocholo Gonzales is the managing director of Creativoices, a leading company that develops and trains voice artists from all over the Philippines. Widely known as “The Voicemaster,” he is a Speech Communication graduate of the University of the Philippines in Diliman. He firmly believes that our voice is truly the No. 1 tool that makes us human beings, and that the world will be such a dreary place if we didn\'t have it. A winner of the National Book Award for his book Gusto Kong Maging Voice Talent, Pocholo believes that the only way you can become productive is when you know what you’re doing and you know why you’re doing it in the first place. He says the problem is that a lot of people just do things without knowing why they are doing it. Pocholo is the 2018 president of the Junior Chamber of Commerce-Makati.\r\n<h2>Mafae Belasco</h2>\r\nMafae Belasco is a mother of five, a wife, a model and beauty queen, a pageant expert, and an entrepreneur. At 18 and living in Australia with her immigrant parents, she started competing in beauty pageants, winning one major title after another until she took the crown in the Miss Philippines-Australia pageant in 1998. She then decided to return to her homeland the Philippines, sacrificing everything she had built in Australia, to compete in the annual Binibining Pilipinas competitions where she won the Miss Philippines-World title. This made her the country’s entry to the Miss World 2003 pageant where she placed among the top 5. Mafae lives by this equation as her personal motto: “Time + Productivity = Success.” She firmly believes that people succeed when they are capable of making sacrifices, have passion and are fans of reinvention, and don’t hesitate to reinvent themselves when need be.\r\n<h2>Editha Magtibay-Garde</h2>\r\nEditha Magtibay Garde is a speechwriter, biographer, resource speaker, and trainer in the field of effective communications. She earned a Bachelor of Philosophy degree from the St. Louis University in Baguio City and a Master’s Degree in Linguistic Education from De La Salle University Manila. She has taught at the General Staff College in Fort Bonifacio and the Joint Command and Staff College in Camp General Emilio Aguinaldo, Quezon City. Edith is a firm believer in the power of dreams and the need for passion to achieve productivity. But aside from making yourself more knowledgeable, she cautions, you also need to work on your character and your values because if you don\'t have the right values and the moral compass, you won’t ever get a reputation for credibility.\r\n<h2>Richard Thaddeus Carvajal</h2>\r\nRichard is a young businessman made his first million from real-estate selling at the young age of 23. Currently the president and CEO of PHILGEMS Realty Corp., he is a much sought-after motivational speaker on financial planning and financial freedom. He won an Outstanding Filipino Achiever Award in the field of business and finance in 2017 as the author of the best-selling book The Millennionaire: Becoming the Next Millennial Millionaire. With his strong millennial mindset that takes assuming responsibility and producing results very seriously, Richard writes an opinion column for the newspaper Business Mirror and contributes feature stories to MoneyWise magazine on how to earn lots of money and how not to spend it unwisely.\r\n<h2>JC Libiran</h2>\r\nJC Libiran is a true “MessenJOY” who brings joy in every message he delivers. He has seen countless of transformational stories happen right before his eyes. He’s Project CourageZone’s signature programs have now produced thought leaders and infopreneurs. He led his church organization with 300 in attendance to an exponential growth of 3,000 members where he speaks weekly. He is an alumnus of Experts Academy, the world’s #1 Thought Leader Training. It is his joy to see the best in people and bring out the best in others. Know more about him via JCLibiran.com.\r\n<h2>Rudyard Balmedilla</h2>\r\nDubbed in Philippine training circles as a Vision Evangelist, Rudyard Balmedilla is an international trainer and resource speaker on visioneering, crypto currency, marketing, and leadership. He worked as an information officer for 10 years with the Department of Agriculture Fertilizer and Pesticide Authority after graduating in Communication Arts, major in writing, from the University of the Philippines in Los Baños, Laguna. After that, Rudyard joined PicoSquared.com as service delivery manager before becoming a partner of Achievers Circle, a management and consulting firm, for six years.\r\n\r\nTo say that we all made it successfully, whole and unscathed, won’t be accurate. For the fact is that we still have to show that we are capable of producing more and even better quality outputs than we’ve ever produced before.\r\n\r\nAnd so all 18 of us are presenting this book as an expression of love to you and to all of those who are desirous of reading it. You have my assurance that all of us speaking in this book are productivity-driven. And we all hope that upon reading this book you’ll be driven by that same spirit of productivity in even greater measure.\r\n\r\nHere’s to your productivity,\r\n\r\nLLOYD A. LUNA\r\nManila, Philippines\r\nJuly 1, 2018','Productivity Speakers in the Philippines','','publish','closed','closed','','subscribe','','','2018-07-21 13:17:31','2018-07-21 13:17:31','',0,'https://thespeechcamp.com/?page_id=359',0,'page','',0),(351,1,'2018-04-03 05:00:33','2018-04-03 05:00:33','Step Back Leadership Book','Step Back Leadership Book','Step Back Leadership Book','inherit','open','closed','','stepback-leadership-mock','','','2018-04-03 05:09:57','2018-04-03 05:09:57','',0,'https://thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png',0,'attachment','image/png',0),(352,1,'2018-04-05 08:21:14','2018-04-05 08:21:14','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nLLOYD ABRIA LUNA, the first and only Filipino to represent the Philippines at a Global Speakers Summit, is an Asian motivational speaker for 13 years and a sought-after productivity humorist giving at least 120 inspirational speeches annually. He is an author of 13 books, radio and television talk show host, songwriter, publisher, and a serial entrepreneur.\r\n\r\nHe is the youngest Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, France, Germany, Sweden, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.\r\n\r\nAuthor of Step Back Leadership, Lloyd teaches how trust, collaboration, and humanity can affect productivity in business and in the workplace. Using his personal experiences, practical humour, and acquired wisdom, he believes that great leaders are defined only by three major steps they make: Step in to inspire, teach, and enable his people; step back to empower, grow, and allow people to perform enjoyably on their own, and; step out to look for new opportunities and set another direction and destination for his people.\r\n\r\nHe is President of LLOYDLUNA Communications, the parent company of Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nHe has been featured in over 1,000 conventions, conferences, and seminars, has appeared on more than 200 media interviews and has spoken to prominent companies such as Canon, Toshiba, Lenovo, Kia, Toyota, P&G, Nestle, Alaska, Robinsonsland, Globe, Unilab, Watsons, Vistaland, Sunlife, Insular Life, DMCI, HSBC, PNB, Landbank, and Office of the President of the Philippines.\r\n\r\nHis distinctions include Collegiate Ambassador for Peace awarded in South Korea, 2012 Most Outstanding Motivational Speaker, 2012 Most Outstanding Author, 2012 Inspiring Young Male Motivational Speaker of the Year, 2012 Most Outstanding Training Service Provider, SM Supermarket Brand Ambassador, 2013 Most Inspiring Young Male Professional of the Year, and 2014 Top Choice Awardee for Motivational Speaking. At age 31, he was nominated to the 2013 Ten Outstanding Young Men of the Philippines.','Leadership Speaker in the Philippines','','inherit','closed','closed','','2-revision-v1','','','2018-04-05 08:21:14','2018-04-05 08:21:14','',2,'https://thespeechcamp.com/motivational-insights/2-revision-v1/',0,'revision','',0),(357,1,'2018-06-10 01:23:32','2018-06-10 01:23:32','Filipino Leadership Speaker and productivity Humorist Lloyd Luna Profile','Filipino Leadership Speaker and productivity Humorist Lloyd Luna Profile','Filipino Leadership Speaker and productivity Humorist Lloyd Luna Profile','inherit','open','closed','','filipino-leadership-speaker-and-productivity-humorist-lloyd-luna-profile','','','2018-06-10 01:23:52','2018-06-10 01:23:52','',0,'https://thespeechcamp.com/wp-content/uploads/2018/06/Filipino-Leadership-Speaker-and-productivity-Humorist-Lloyd-Luna-Profile.pdf',0,'attachment','application/pdf',0),(355,1,'2018-04-05 08:37:39','2018-04-05 08:37:39','','Professional Speaking Rate Card (RC-18a-LAL)','','inherit','open','closed','','professional-speaking-rate-card-rc-18a-lal','','','2018-04-05 08:37:39','2018-04-05 08:37:39','',0,'https://thespeechcamp.com/wp-content/uploads/2018/04/Professional-Speaking-Rate-Card-RC-18a-LAL.pdf',0,'attachment','application/pdf',0),(360,1,'2018-07-15 02:44:48','2018-07-15 02:44:48','<h1>Get Your Free The Many Faces of Productivity eBook</h1>\r\n\r\n<hr />\r\n\r\n<div class=\"email-octopus-form-wrapper\">\r\n<h2 class=\"email-octopus-heading\">Sign up now before this link expires!</h2>\r\n<form class=\"email-octopus-form\" action=\"https://emailoctopus.com/lists/e3914023-87c6-11e8-a3c9-06b79b628af2/members/embedded/1.1/add\" method=\"post\">\r\n<div class=\"email-octopus-form-row\"><label for=\"field_0\">Email address</label>\r\n<input id=\"field_0\" name=\"embedded_form_subscription[field_0]\" type=\"email\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_1\">First name</label>\r\n<input id=\"field_1\" name=\"embedded_form_subscription[field_1]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_2\">Last name</label>\r\n<input id=\"field_2\" name=\"embedded_form_subscription[field_2]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_3\">Mobile</label>\r\n<input id=\"field_3\" name=\"embedded_form_subscription[field_3]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row-consent\"><input id=\"consent\" name=\"consent\" type=\"checkbox\" />\r\n<label for=\"consent\">I consent to receiving your weekly newsletter and special offers via email.</label></div>\r\n<div class=\"email-octopus-form-row-hp\" aria-hidden=\"true\"><!-- Do not remove this field, otherwise you risk bot sign-ups -->\r\n<input tabindex=\"-1\" autocomplete=\"nope\" name=\"hpe3914023-87c6-11e8-a3c9-06b79b628af2\" type=\"text\" /></div>\r\n<div class=\"email-octopus-form-row-subscribe\"><input name=\"successRedirectUrl\" type=\"hidden\" value=\"http://stepbackleader.com/\" />\r\n<button type=\"submit\">Subscribe</button></div>\r\n</form></div>\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></script>\r\n<script src=\"https://emailoctopus.com/bundles/emailoctopuslist/js/1.1/formEmbed.js?1531502684\"></script>\r\n\r\n<hr />\r\n\r\n[caption id=\"attachment_340\" align=\"aligncenter\" width=\"700\"]<a href=\"http://www.productivityhumorist.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\"><img class=\"wp-image-340\" src=\"http://www.productivityhumorist.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\" alt=\"The Many Faces of Productivity. Scroll Publishing, 2018.\" width=\"700\" height=\"519\" /></a> The Many Faces of Productivity. Scroll Publishing, 2018.[/caption]\r\n\r\n<hr />\r\n\r\n<h1>Featured Speakers on The Many Faces of Productivity</h1>\r\n\r\n<hr />\r\n\r\n<h2>Matthias Gelber</h2>\r\n\r\nVoted as “The Greenest Man on Earth in 2008” in a Canadian poll, Matthias is a world-renowned green activist from Germany who decided to make the Philippines his home after a 1999 German-government sponsored speaking engagement in Los Baños, Laguna. He was the seminar-workshop resource speaker on environmental management systems for the staff of the Development Bank of the Philippines. The author of The Greenman’s Guide to Green Living and Working, his core message as environmental conservation advocates is this: “We’d be running into disaster if we don’t change the way we live, if we don’t change the way we consume, if we don’t change the way what we do with all the ways that we are generating... We have to go back to the natural balance with nature.”\r\n\r\n<h2>Jesse Francis Rebustillo</h2>\r\n\r\nAn HR man through and through, Jesse has had very extensive exposure in human resource management and now calls himself a “Happy Retiree.” Even in retirement though, he remains a much sought-after human resources and training consultant and a highly engaging edutainment speaker on values, leadership, EQ, work-life integration, and team alignment. He was the president in 2011 of the Philippine Society for Training and Development (PSTD), the president in 2016 of the People Management Association of the Philippines (PMAP), and is currently the chief financial officer of the Philippine Association of Professional Speakers (PAPS). A diligent special minister of the Holy Communion at Our Lady of Remedies Parish in  Manila, Jesse plays the piano, enjoys gardening, and breeds—hold your breath—42 dogs.\r\n\r\n<h2>Serely Geraldine Alcaraz</h2>\r\n\r\nSerely Alcaraz is an international master trainer and executive coach who has developed over 100,000 leaders from some of the world’s best organizations. An advocate of lifelong learning, she is very passionate about intrapreneurship and engagement, creativity and innovation, and coaching and mentoring. Strongly committed to making those she mentors to “learn from the best to be the best,” Serely is currently the country head of ITD World Philippines and is a certified facilitator of the John Maxwell and Jack Canfield leadership programs as well as of courses offered by Development Dimensions International and Dale Carnegie Training. She was the 2006 president of the Philippine Society for Training and Development and the 2015-2016 President of ARTDO International, an umbrella body of HR management specialists from over 30 countries.\r\n\r\n<h2>Barbie Atienza</h2>\r\n\r\nBarbie is a multifaceted, multitalented personality who has made an indelible mark in the fields of human resources management (he has a diplomate in People Management), public relations, broadcast and print media, and public speaking in the Philippines and abroad. A top HR executive and consultant for several multinational and local companies, he is currently the head of external affairs and human resources for the Manila Bulletin. He is a former president of the People Management Association of the Philippines and vice president of the Public Relations Society of the Philippines and is currently president of the United Print Media Group. Barbie is an accomplished speaker on leadership, management, communication, and personal development and is does emceeing globally in his lines of expertise.\r\n\r\n<h2>Jerry Yao</h2>\r\n\r\nAll marketers dream to be a rock star, but destiny could lead them to other directions. And Jerry believes that no matter how passionate you are in your chosen career, to succeed you must be as disciplined as a samurai warrior. A proud holder of the Certified Professional Marketer-Asia accreditation, he has taught and mentored hundreds of future marketers in different educational institutions and organizations in the Philippines. For that achievement Jerry considers himself a marketing sensei—this is Japanese for a master teacher or professional—but he believes that no one can hold this title forever. He does wish that when it’s his time to finally go down, it will be by the sword of a former student of his. That way, he says, he’d feel assured that his passion in both marketing and teaching would live on forever.\r\n\r\n<h2>Toni Miranda</h2>\r\n\r\nToni Miranda is a world-certified image consultant, executive coach and speaker, with over 20 years of experience in the corporate and retail industry. The founder of the Makati City-based Radiance Image Consultancy and Training, Inc., Toni has certifications from the prestigious London Image Institute, the Singapore-based Academy of Image Mastery, and the Illustra Business School in Georgia, U.S.A.  She brings with her a wealth of training and development experience for professionals and organizations in the fields of financial management, leadership, marketing, and entrepreneurship. A holder of a Bachelor’s in Commerce degree from the De La Salle University, major in management of financial institution, Toni is a joyful wife and mother of two grown children with whom she has a very open and healthy relationship.\r\n\r\n<h2>Gabriel “Billy” Dominguez</h2>\r\n\r\nA communication arts graduate of the University of Santo Tomas, Billy Dominguez started his career in government service as a public relations assistant at the Home Development Mutual Fund, where he rose through the ranks to become the agency’s public affairs department manager.  Looking for a more challenging and lucrative endeavor, he later took a selling job in a real estate company. There, he discovered that real-estate selling can be a good, rewarding form of entrepreneurship. From then on, Billy pursued the discipline that he calls “salespreneurship,” an engagement thatinspired him to put up his own company, Green Circle Realty. From its small group of 12 salespeople in 2006, Billy has produced a remarkable number of top-earning salespreneurs, making his company the No. 1 sales network of the Pro-friends’ Lancaster New City project in Cavite.\r\n\r\n<h2>Marvin Salazar</h2>\r\n\r\nWell-known as “TechEvangelist” in the information technology (IT) outsourcing industry, he is the owner of MSWEB Co., a pioneering web hosting company in the Philippines. He is a data privacy and data security expert whose clientele includes both national and multi-national companies. His success story can be traced back to Tondo, Manila, where his family lived literally on the street gutter in a house built on scraps. With his rise from poverty to become a successful IT consultant, he’s now paying back as a pastor with a strong devotion to doing outreach programs for the needy. He believes that to succeed in any professional line fo work today, people should get themselves not only more competent but more responsible in using the social media as a primary business and communication tool. \r\n\r\n<h2>Rene Espinosa</h2>\r\n\r\nA leading authority on sales training, Rene has been featured in sales learning sessions both in the Philippines and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion and negotiation. As an avid exponent of continung self-improvement, he relentlessly keeps adding value not only to his clients but also to himself, his credo being that your next performance must always be an improvement of the previous one. Rene is the President of Powermax Consulting Group, Inc., a company that produces events and speaking engagements for book authors. To further enhance the learning of seminar participants, Rene offers a treasure trove of learning tools like eBooks, books, audiobooks, and videos, some of which are not available in local bookstores. He is concurrently the President of Advertising and Gaming Fabrication, Inc. (AGFI).\r\n\r\n\r\n<h2>Al Ian Barcelona</h2>\r\n\r\nIan is fondly called “Mr. Awesome” in Philippine business circles for his spellbinding speeches and training sessions that he himself calls “entertrainment” or “edutainment.” He has an A.B. in Political Science and a Master’s in Southeast Asian Studies from the Centro Escolar University. A former staff in the House of Representatives and a former technical assistant in the Office of the President of the Philippines, he went on his own over 10 years ago. He runs his own AIB Training, Communications, and Events and in In 2018, he put up the network marketing company WAVE and named himself its Chief Activation Officer. Ian firmly believes that passion shouldn’t only be a mere tool for pursuing your personal interests but nurtured as the driving force in pursuing and achieving your vision for yourself.\r\n\r\n<h2>Joey Garcia</h2>\r\n\r\nKnown in industry circles as “The Turnaround Entrepreneur,” Joey is an expert in business management and organizational change. He took up Entrepreneurial Management at the Asian Institute of Management (AIM) and later also obtained his Master’s in Entrepreneurship from the Ateneo Graduate School of Business. With his expertise and hard work, Joey turned around the family’s struggling small-time restaurant Rai Rai Ken and grew it into thriving nationwide restaurant chain with 59 branches nationwide, even coming up with more food brands under the same parent company. Joey says that the primary key in turning around a business—or even a career for that matter—is to professionalize it and to have a clear vision of transforming it into something better than what it is right now.\r\n\r\n<h2>Pocholo Gonzales</h2>\r\n\r\nPocholo Gonzales is the managing director of Creativoices, a leading company that develops and trains voice artists from all over the Philippines. Widely known as “The Voicemaster,” he is a Speech Communication graduate of the University of the Philippines in Diliman. He firmly believes that our voice is truly the No. 1 tool that makes us human beings, and that the world will be such a dreary place if we didn\'t have it. A winner of the National Book Award for his book Gusto Kong Maging Voice Talent, Pocholo believes that the only way you can become productive is when you know what you’re doing and you know why you’re doing it in the first place. He says the problem is that a lot of people just do things without knowing why they are doing it. Pocholo is the 2018 president of the Junior Chamber of Commerce-Makati.\r\n\r\n<h2>Mafae Belasco</h2>\r\n\r\nMafae Belasco is a mother of four, a wife, a model and beauty queen, a pageant expert, and an entrepreneur. At 18 and living in Australia with her immigrant parents, she started competing in beauty pageants, winning one major title after another until she took the crown in the Miss Philippines-Australia pageant in 1998. She then decided to return to her homeland the Philippines, sacrificing everything she had built in Australia, to compete in the annual Binibining Pilipinas competitions where she won the Miss Philippines-World title. This made her the country’s entry to the Miss World 2003 pageant where she placed among the top 5. Mafae lives by this equation as her personal motto: “Time + Productivity = Success.” She firmly believes that people succeed when they are capable of making sacrifices, have passion and are fans of reinvention, and don’t hesitate to reinvent themselves when need be.\r\n\r\n<h2>Editha Magtibay-Garde</h2>\r\n\r\nEditha Magtibay Garde is a speechwriter, biographer, resource speaker, and trainer in the field of effective communications. She earned a Bachelor of Philosophy degree from the St. Louis University in Baguio City and a Master’s Degree in Linguistic Education from De La Salle University Manila. She has taught at the General Staff College in Fort Bonifacio and the Joint Command and Staff College in Camp General Emilio Aguinaldo, Quezon City. Edith is a firm believer in the power of dreams and the need for passion to achieve productivity. But aside from making yourself more knowledgeable, she cautions, you also need to work on your character and your values because if you don\'t have the right values and the moral compass, you won’t ever get a reputation for credibility.\r\n\r\n<h2>Richard Thaddeus Carvajal</h2>\r\n\r\nRichard is a young businessman made his first million from real-estate selling at the young age of 23. Currently the president and CEO of PHILGEMS Realty Corp., he is a much sought-after motivational speaker on financial planning and financial freedom. He won an Outstanding Filipino Achiever Award in the field of business and finance in 2017 as the author of the best-selling book The Millennionaire: Becoming the Next Millennial Millionaire. With his strong millennial mindset that takes assuming responsibility and producing results very seriously, Richard writes an opinion column for the newspaper Business Mirror and contributes feature stories to MoneyWise magazine on how to earn lots of money and how not to spend it unwisely.\r\n\r\n\r\n<h2>JC Libiran</h2>\r\n\r\nJC Libiran is a true “MessenJOY” who brings joy in every message he delivers.  He has seen countless of transformational stories happen right before his eyes. He’s Project CourageZone’s signature programs have now produced thought leaders and infopreneurs. He led his church organization with 300 in attendance to an exponential growth of 3,000 members where he speaks weekly.  He is an alumnus of Experts Academy, the world’s #1 Thought Leader Training.  It is his joy to see the best in people and bring out the best in others. Know more about him via JCLibiran.com.\r\n\r\n<h2>Rudyard Balmedilla</h2>\r\n\r\nDubbed in Philippine training circles as a Vision Evangelist, Rudyard Balmedilla is an international trainer and resource speaker on visioneering, crypto currency, marketing, and leadership. He worked as an information officer for 10 years with the Department of Agriculture Fertilizer and Pesticide Authority after graduating in Communication Arts, major in writing, from the University of the Philippines in Los Baños, Laguna. After that, Rudyard joined PicoSquared.com as service delivery manager before becoming a partner of Achievers Circle, a management and consulting firm, for six years.\r\n\r\n\r\nTo say that we all made it successfully, whole and unscathed, won’t be accurate. For the fact is that we still have to show that we are capable of producing more and even better quality outputs than we’ve ever produced before.\r\n\r\nAnd so all 18 of us are presenting this book as an expression of love to you and to all of those who are desirous of reading it. You have my assurance that all of us speaking in this book are productivity-driven. And we all hope that upon reading this book you’ll be driven by that same spirit of productivity in even greater measure.\r\n\r\nHere’s to your productivity,\r\n\r\nLLOYD A. LUNA\r\nManila, Philippines\r\nJuly 1, 2018','Subscribe','','inherit','closed','closed','','359-revision-v1','','','2018-07-15 02:44:48','2018-07-15 02:44:48','',359,'https://thespeechcamp.com/motivational-insights/359-revision-v1/',0,'revision','',0),(364,1,'2018-07-15 02:48:38','2018-07-15 02:48:38','<h1>Get Your Free The Many Faces of Productivity eBook</h1>\r\n\r\n<hr />\r\n\r\n<div class=\"email-octopus-form-wrapper\">\r\n<h2 class=\"email-octopus-heading\">Sign up now before this link expires!</h2>\r\n<form class=\"email-octopus-form\" action=\"https://emailoctopus.com/lists/e3914023-87c6-11e8-a3c9-06b79b628af2/members/embedded/1.1/add\" method=\"post\">\r\n<div class=\"email-octopus-form-row\"><label for=\"field_0\">Email address</label>\r\n<input id=\"field_0\" name=\"embedded_form_subscription[field_0]\" type=\"email\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_1\">First name</label>\r\n<input id=\"field_1\" name=\"embedded_form_subscription[field_1]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_2\">Last name</label>\r\n<input id=\"field_2\" name=\"embedded_form_subscription[field_2]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_3\">Mobile</label>\r\n<input id=\"field_3\" name=\"embedded_form_subscription[field_3]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row-consent\"><input id=\"consent\" name=\"consent\" type=\"checkbox\" />\r\n<label for=\"consent\">I consent to receiving your weekly newsletter and special offers via email.</label></div>\r\n<div class=\"email-octopus-form-row-hp\" aria-hidden=\"true\"><!-- Do not remove this field, otherwise you risk bot sign-ups -->\r\n<input tabindex=\"-1\" autocomplete=\"nope\" name=\"hpe3914023-87c6-11e8-a3c9-06b79b628af2\" type=\"text\" /></div>\r\n<div class=\"email-octopus-form-row-subscribe\"><input name=\"successRedirectUrl\" type=\"hidden\" value=\"http://stepbackleader.com/\" />\r\n<button type=\"submit\">Subscribe</button></div>\r\n</form></div>\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></script>\r\n<script src=\"https://emailoctopus.com/bundles/emailoctopuslist/js/1.1/formEmbed.js?1531502684\"></script>\r\n\r\n<hr />\r\n\r\n[caption id=\"attachment_362\" align=\"aligncenter\" width=\"700\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\"><img class=\"wp-image-362\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\" alt=\"The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.\" width=\"700\" height=\"519\" /></a> The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.[/caption]\r\n\r\n<hr />\r\n\r\n<h1>Featured Speakers on The Many Faces of Productivity</h1>\r\n\r\n<hr />\r\n\r\n<h2>Matthias Gelber</h2>\r\nVoted as “The Greenest Man on Earth in 2008” in a Canadian poll, Matthias is a world-renowned green activist from Germany who decided to make the Philippines his home after a 1999 German-government sponsored speaking engagement in Los Baños, Laguna. He was the seminar-workshop resource speaker on environmental management systems for the staff of the Development Bank of the Philippines. The author of The Greenman’s Guide to Green Living and Working, his core message as environmental conservation advocates is this: “We’d be running into disaster if we don’t change the way we live, if we don’t change the way we consume, if we don’t change the way what we do with all the ways that we are generating... We have to go back to the natural balance with nature.”\r\n<h2>Jesse Francis Rebustillo</h2>\r\nAn HR man through and through, Jesse has had very extensive exposure in human resource management and now calls himself a “Happy Retiree.” Even in retirement though, he remains a much sought-after human resources and training consultant and a highly engaging edutainment speaker on values, leadership, EQ, work-life integration, and team alignment. He was the president in 2011 of the Philippine Society for Training and Development (PSTD), the president in 2016 of the People Management Association of the Philippines (PMAP), and is currently the chief financial officer of the Philippine Association of Professional Speakers (PAPS). A diligent special minister of the Holy Communion at Our Lady of Remedies Parish in Manila, Jesse plays the piano, enjoys gardening, and breeds—hold your breath—42 dogs.\r\n<h2>Serely Geraldine Alcaraz</h2>\r\nSerely Alcaraz is an international master trainer and executive coach who has developed over 100,000 leaders from some of the world’s best organizations. An advocate of lifelong learning, she is very passionate about intrapreneurship and engagement, creativity and innovation, and coaching and mentoring. Strongly committed to making those she mentors to “learn from the best to be the best,” Serely is currently the country head of ITD World Philippines and is a certified facilitator of the John Maxwell and Jack Canfield leadership programs as well as of courses offered by Development Dimensions International and Dale Carnegie Training. She was the 2006 president of the Philippine Society for Training and Development and the 2015-2016 President of ARTDO International, an umbrella body of HR management specialists from over 30 countries.\r\n<h2>Barbie Atienza</h2>\r\nBarbie is a multifaceted, multitalented personality who has made an indelible mark in the fields of human resources management (he has a diplomate in People Management), public relations, broadcast and print media, and public speaking in the Philippines and abroad. A top HR executive and consultant for several multinational and local companies, he is currently the head of external affairs and human resources for the Manila Bulletin. He is a former president of the People Management Association of the Philippines and vice president of the Public Relations Society of the Philippines and is currently president of the United Print Media Group. Barbie is an accomplished speaker on leadership, management, communication, and personal development and is does emceeing globally in his lines of expertise.\r\n<h2>Jerry Yao</h2>\r\nAll marketers dream to be a rock star, but destiny could lead them to other directions. And Jerry believes that no matter how passionate you are in your chosen career, to succeed you must be as disciplined as a samurai warrior. A proud holder of the Certified Professional Marketer-Asia accreditation, he has taught and mentored hundreds of future marketers in different educational institutions and organizations in the Philippines. For that achievement Jerry considers himself a marketing sensei—this is Japanese for a master teacher or professional—but he believes that no one can hold this title forever. He does wish that when it’s his time to finally go down, it will be by the sword of a former student of his. That way, he says, he’d feel assured that his passion in both marketing and teaching would live on forever.\r\n<h2>Toni Miranda</h2>\r\nToni Miranda is a world-certified image consultant, executive coach and speaker, with over 20 years of experience in the corporate and retail industry. The founder of the Makati City-based Radiance Image Consultancy and Training, Inc., Toni has certifications from the prestigious London Image Institute, the Singapore-based Academy of Image Mastery, and the Illustra Business School in Georgia, U.S.A. She brings with her a wealth of training and development experience for professionals and organizations in the fields of financial management, leadership, marketing, and entrepreneurship. A holder of a Bachelor’s in Commerce degree from the De La Salle University, major in management of financial institution, Toni is a joyful wife and mother of two grown children with whom she has a very open and healthy relationship.\r\n<h2>Gabriel “Billy” Dominguez</h2>\r\nA communication arts graduate of the University of Santo Tomas, Billy Dominguez started his career in government service as a public relations assistant at the Home Development Mutual Fund, where he rose through the ranks to become the agency’s public affairs department manager. Looking for a more challenging and lucrative endeavor, he later took a selling job in a real estate company. There, he discovered that real-estate selling can be a good, rewarding form of entrepreneurship. From then on, Billy pursued the discipline that he calls “salespreneurship,” an engagement thatinspired him to put up his own company, Green Circle Realty. From its small group of 12 salespeople in 2006, Billy has produced a remarkable number of top-earning salespreneurs, making his company the No. 1 sales network of the Pro-friends’ Lancaster New City project in Cavite.\r\n<h2>Marvin Salazar</h2>\r\nWell-known as “TechEvangelist” in the information technology (IT) outsourcing industry, he is the owner of MSWEB Co., a pioneering web hosting company in the Philippines. He is a data privacy and data security expert whose clientele includes both national and multi-national companies. His success story can be traced back to Tondo, Manila, where his family lived literally on the street gutter in a house built on scraps. With his rise from poverty to become a successful IT consultant, he’s now paying back as a pastor with a strong devotion to doing outreach programs for the needy. He believes that to succeed in any professional line fo work today, people should get themselves not only more competent but more responsible in using the social media as a primary business and communication tool.\r\n<h2>Rene Espinosa</h2>\r\nA leading authority on sales training, Rene has been featured in sales learning sessions both in the Philippines and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion and negotiation. As an avid exponent of continung self-improvement, he relentlessly keeps adding value not only to his clients but also to himself, his credo being that your next performance must always be an improvement of the previous one. Rene is the President of Powermax Consulting Group, Inc., a company that produces events and speaking engagements for book authors. To further enhance the learning of seminar participants, Rene offers a treasure trove of learning tools like eBooks, books, audiobooks, and videos, some of which are not available in local bookstores. He is concurrently the President of Advertising and Gaming Fabrication, Inc. (AGFI).\r\n<h2>Al Ian Barcelona</h2>\r\nIan is fondly called “Mr. Awesome” in Philippine business circles for his spellbinding speeches and training sessions that he himself calls “entertrainment” or “edutainment.” He has an A.B. in Political Science and a Master’s in Southeast Asian Studies from the Centro Escolar University. A former staff in the House of Representatives and a former technical assistant in the Office of the President of the Philippines, he went on his own over 10 years ago. He runs his own AIB Training, Communications, and Events and in In 2018, he put up the network marketing company WAVE and named himself its Chief Activation Officer. Ian firmly believes that passion shouldn’t only be a mere tool for pursuing your personal interests but nurtured as the driving force in pursuing and achieving your vision for yourself.\r\n<h2>Joey Garcia</h2>\r\nKnown in industry circles as “The Turnaround Entrepreneur,” Joey is an expert in business management and organizational change. He took up Entrepreneurial Management at the Asian Institute of Management (AIM) and later also obtained his Master’s in Entrepreneurship from the Ateneo Graduate School of Business. With his expertise and hard work, Joey turned around the family’s struggling small-time restaurant Rai Rai Ken and grew it into thriving nationwide restaurant chain with 59 branches nationwide, even coming up with more food brands under the same parent company. Joey says that the primary key in turning around a business—or even a career for that matter—is to professionalize it and to have a clear vision of transforming it into something better than what it is right now.\r\n<h2>Pocholo Gonzales</h2>\r\nPocholo Gonzales is the managing director of Creativoices, a leading company that develops and trains voice artists from all over the Philippines. Widely known as “The Voicemaster,” he is a Speech Communication graduate of the University of the Philippines in Diliman. He firmly believes that our voice is truly the No. 1 tool that makes us human beings, and that the world will be such a dreary place if we didn\'t have it. A winner of the National Book Award for his book Gusto Kong Maging Voice Talent, Pocholo believes that the only way you can become productive is when you know what you’re doing and you know why you’re doing it in the first place. He says the problem is that a lot of people just do things without knowing why they are doing it. Pocholo is the 2018 president of the Junior Chamber of Commerce-Makati.\r\n<h2>Mafae Belasco</h2>\r\nMafae Belasco is a mother of four, a wife, a model and beauty queen, a pageant expert, and an entrepreneur. At 18 and living in Australia with her immigrant parents, she started competing in beauty pageants, winning one major title after another until she took the crown in the Miss Philippines-Australia pageant in 1998. She then decided to return to her homeland the Philippines, sacrificing everything she had built in Australia, to compete in the annual Binibining Pilipinas competitions where she won the Miss Philippines-World title. This made her the country’s entry to the Miss World 2003 pageant where she placed among the top 5. Mafae lives by this equation as her personal motto: “Time + Productivity = Success.” She firmly believes that people succeed when they are capable of making sacrifices, have passion and are fans of reinvention, and don’t hesitate to reinvent themselves when need be.\r\n<h2>Editha Magtibay-Garde</h2>\r\nEditha Magtibay Garde is a speechwriter, biographer, resource speaker, and trainer in the field of effective communications. She earned a Bachelor of Philosophy degree from the St. Louis University in Baguio City and a Master’s Degree in Linguistic Education from De La Salle University Manila. She has taught at the General Staff College in Fort Bonifacio and the Joint Command and Staff College in Camp General Emilio Aguinaldo, Quezon City. Edith is a firm believer in the power of dreams and the need for passion to achieve productivity. But aside from making yourself more knowledgeable, she cautions, you also need to work on your character and your values because if you don\'t have the right values and the moral compass, you won’t ever get a reputation for credibility.\r\n<h2>Richard Thaddeus Carvajal</h2>\r\nRichard is a young businessman made his first million from real-estate selling at the young age of 23. Currently the president and CEO of PHILGEMS Realty Corp., he is a much sought-after motivational speaker on financial planning and financial freedom. He won an Outstanding Filipino Achiever Award in the field of business and finance in 2017 as the author of the best-selling book The Millennionaire: Becoming the Next Millennial Millionaire. With his strong millennial mindset that takes assuming responsibility and producing results very seriously, Richard writes an opinion column for the newspaper Business Mirror and contributes feature stories to MoneyWise magazine on how to earn lots of money and how not to spend it unwisely.\r\n<h2>JC Libiran</h2>\r\nJC Libiran is a true “MessenJOY” who brings joy in every message he delivers. He has seen countless of transformational stories happen right before his eyes. He’s Project CourageZone’s signature programs have now produced thought leaders and infopreneurs. He led his church organization with 300 in attendance to an exponential growth of 3,000 members where he speaks weekly. He is an alumnus of Experts Academy, the world’s #1 Thought Leader Training. It is his joy to see the best in people and bring out the best in others. Know more about him via JCLibiran.com.\r\n<h2>Rudyard Balmedilla</h2>\r\nDubbed in Philippine training circles as a Vision Evangelist, Rudyard Balmedilla is an international trainer and resource speaker on visioneering, crypto currency, marketing, and leadership. He worked as an information officer for 10 years with the Department of Agriculture Fertilizer and Pesticide Authority after graduating in Communication Arts, major in writing, from the University of the Philippines in Los Baños, Laguna. After that, Rudyard joined PicoSquared.com as service delivery manager before becoming a partner of Achievers Circle, a management and consulting firm, for six years.\r\n\r\nTo say that we all made it successfully, whole and unscathed, won’t be accurate. For the fact is that we still have to show that we are capable of producing more and even better quality outputs than we’ve ever produced before.\r\n\r\nAnd so all 18 of us are presenting this book as an expression of love to you and to all of those who are desirous of reading it. You have my assurance that all of us speaking in this book are productivity-driven. And we all hope that upon reading this book you’ll be driven by that same spirit of productivity in even greater measure.\r\n\r\nHere’s to your productivity,\r\n\r\nLLOYD A. LUNA\r\nManila, Philippines\r\nJuly 1, 2018','Productivity Speakers in the Philippines','','inherit','closed','closed','','359-revision-v1','','','2018-07-15 02:48:38','2018-07-15 02:48:38','',359,'https://thespeechcamp.com/motivational-insights/359-revision-v1/',0,'revision','',0),(361,1,'2018-07-15 02:45:51','2018-07-15 02:45:51','<h1>Get Your Free The Many Faces of Productivity eBook</h1>\r\n\r\n<hr />\r\n\r\n<div class=\"email-octopus-form-wrapper\">\r\n<h2 class=\"email-octopus-heading\">Sign up now before this link expires!</h2>\r\n<form class=\"email-octopus-form\" action=\"https://emailoctopus.com/lists/e3914023-87c6-11e8-a3c9-06b79b628af2/members/embedded/1.1/add\" method=\"post\">\r\n<div class=\"email-octopus-form-row\"><label for=\"field_0\">Email address</label>\r\n<input id=\"field_0\" name=\"embedded_form_subscription[field_0]\" type=\"email\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_1\">First name</label>\r\n<input id=\"field_1\" name=\"embedded_form_subscription[field_1]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_2\">Last name</label>\r\n<input id=\"field_2\" name=\"embedded_form_subscription[field_2]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_3\">Mobile</label>\r\n<input id=\"field_3\" name=\"embedded_form_subscription[field_3]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row-consent\"><input id=\"consent\" name=\"consent\" type=\"checkbox\" />\r\n<label for=\"consent\">I consent to receiving your weekly newsletter and special offers via email.</label></div>\r\n<div class=\"email-octopus-form-row-hp\" aria-hidden=\"true\"><!-- Do not remove this field, otherwise you risk bot sign-ups -->\r\n<input tabindex=\"-1\" autocomplete=\"nope\" name=\"hpe3914023-87c6-11e8-a3c9-06b79b628af2\" type=\"text\" /></div>\r\n<div class=\"email-octopus-form-row-subscribe\"><input name=\"successRedirectUrl\" type=\"hidden\" value=\"http://stepbackleader.com/\" />\r\n<button type=\"submit\">Subscribe</button></div>\r\n</form></div>\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></script>\r\n<script src=\"https://emailoctopus.com/bundles/emailoctopuslist/js/1.1/formEmbed.js?1531502684\"></script>\r\n\r\n<hr />\r\n\r\n[caption id=\"attachment_340\" align=\"aligncenter\" width=\"700\"]<a href=\"http://www.productivityhumorist.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\"><img class=\"wp-image-340\" src=\"http://www.productivityhumorist.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\" alt=\"The Many Faces of Productivity. Scroll Publishing, 2018.\" width=\"700\" height=\"519\" /></a> The Many Faces of Productivity. Scroll Publishing, 2018.[/caption]\r\n\r\n<hr />\r\n\r\n<h1>Featured Speakers on The Many Faces of Productivity</h1>\r\n\r\n<hr />\r\n\r\n<h2>Matthias Gelber</h2>\r\n\r\nVoted as “The Greenest Man on Earth in 2008” in a Canadian poll, Matthias is a world-renowned green activist from Germany who decided to make the Philippines his home after a 1999 German-government sponsored speaking engagement in Los Baños, Laguna. He was the seminar-workshop resource speaker on environmental management systems for the staff of the Development Bank of the Philippines. The author of The Greenman’s Guide to Green Living and Working, his core message as environmental conservation advocates is this: “We’d be running into disaster if we don’t change the way we live, if we don’t change the way we consume, if we don’t change the way what we do with all the ways that we are generating... We have to go back to the natural balance with nature.”\r\n\r\n<h2>Jesse Francis Rebustillo</h2>\r\n\r\nAn HR man through and through, Jesse has had very extensive exposure in human resource management and now calls himself a “Happy Retiree.” Even in retirement though, he remains a much sought-after human resources and training consultant and a highly engaging edutainment speaker on values, leadership, EQ, work-life integration, and team alignment. He was the president in 2011 of the Philippine Society for Training and Development (PSTD), the president in 2016 of the People Management Association of the Philippines (PMAP), and is currently the chief financial officer of the Philippine Association of Professional Speakers (PAPS). A diligent special minister of the Holy Communion at Our Lady of Remedies Parish in  Manila, Jesse plays the piano, enjoys gardening, and breeds—hold your breath—42 dogs.\r\n\r\n<h2>Serely Geraldine Alcaraz</h2>\r\n\r\nSerely Alcaraz is an international master trainer and executive coach who has developed over 100,000 leaders from some of the world’s best organizations. An advocate of lifelong learning, she is very passionate about intrapreneurship and engagement, creativity and innovation, and coaching and mentoring. Strongly committed to making those she mentors to “learn from the best to be the best,” Serely is currently the country head of ITD World Philippines and is a certified facilitator of the John Maxwell and Jack Canfield leadership programs as well as of courses offered by Development Dimensions International and Dale Carnegie Training. She was the 2006 president of the Philippine Society for Training and Development and the 2015-2016 President of ARTDO International, an umbrella body of HR management specialists from over 30 countries.\r\n\r\n<h2>Barbie Atienza</h2>\r\n\r\nBarbie is a multifaceted, multitalented personality who has made an indelible mark in the fields of human resources management (he has a diplomate in People Management), public relations, broadcast and print media, and public speaking in the Philippines and abroad. A top HR executive and consultant for several multinational and local companies, he is currently the head of external affairs and human resources for the Manila Bulletin. He is a former president of the People Management Association of the Philippines and vice president of the Public Relations Society of the Philippines and is currently president of the United Print Media Group. Barbie is an accomplished speaker on leadership, management, communication, and personal development and is does emceeing globally in his lines of expertise.\r\n\r\n<h2>Jerry Yao</h2>\r\n\r\nAll marketers dream to be a rock star, but destiny could lead them to other directions. And Jerry believes that no matter how passionate you are in your chosen career, to succeed you must be as disciplined as a samurai warrior. A proud holder of the Certified Professional Marketer-Asia accreditation, he has taught and mentored hundreds of future marketers in different educational institutions and organizations in the Philippines. For that achievement Jerry considers himself a marketing sensei—this is Japanese for a master teacher or professional—but he believes that no one can hold this title forever. He does wish that when it’s his time to finally go down, it will be by the sword of a former student of his. That way, he says, he’d feel assured that his passion in both marketing and teaching would live on forever.\r\n\r\n<h2>Toni Miranda</h2>\r\n\r\nToni Miranda is a world-certified image consultant, executive coach and speaker, with over 20 years of experience in the corporate and retail industry. The founder of the Makati City-based Radiance Image Consultancy and Training, Inc., Toni has certifications from the prestigious London Image Institute, the Singapore-based Academy of Image Mastery, and the Illustra Business School in Georgia, U.S.A.  She brings with her a wealth of training and development experience for professionals and organizations in the fields of financial management, leadership, marketing, and entrepreneurship. A holder of a Bachelor’s in Commerce degree from the De La Salle University, major in management of financial institution, Toni is a joyful wife and mother of two grown children with whom she has a very open and healthy relationship.\r\n\r\n<h2>Gabriel “Billy” Dominguez</h2>\r\n\r\nA communication arts graduate of the University of Santo Tomas, Billy Dominguez started his career in government service as a public relations assistant at the Home Development Mutual Fund, where he rose through the ranks to become the agency’s public affairs department manager.  Looking for a more challenging and lucrative endeavor, he later took a selling job in a real estate company. There, he discovered that real-estate selling can be a good, rewarding form of entrepreneurship. From then on, Billy pursued the discipline that he calls “salespreneurship,” an engagement thatinspired him to put up his own company, Green Circle Realty. From its small group of 12 salespeople in 2006, Billy has produced a remarkable number of top-earning salespreneurs, making his company the No. 1 sales network of the Pro-friends’ Lancaster New City project in Cavite.\r\n\r\n<h2>Marvin Salazar</h2>\r\n\r\nWell-known as “TechEvangelist” in the information technology (IT) outsourcing industry, he is the owner of MSWEB Co., a pioneering web hosting company in the Philippines. He is a data privacy and data security expert whose clientele includes both national and multi-national companies. His success story can be traced back to Tondo, Manila, where his family lived literally on the street gutter in a house built on scraps. With his rise from poverty to become a successful IT consultant, he’s now paying back as a pastor with a strong devotion to doing outreach programs for the needy. He believes that to succeed in any professional line fo work today, people should get themselves not only more competent but more responsible in using the social media as a primary business and communication tool. \r\n\r\n<h2>Rene Espinosa</h2>\r\n\r\nA leading authority on sales training, Rene has been featured in sales learning sessions both in the Philippines and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion and negotiation. As an avid exponent of continung self-improvement, he relentlessly keeps adding value not only to his clients but also to himself, his credo being that your next performance must always be an improvement of the previous one. Rene is the President of Powermax Consulting Group, Inc., a company that produces events and speaking engagements for book authors. To further enhance the learning of seminar participants, Rene offers a treasure trove of learning tools like eBooks, books, audiobooks, and videos, some of which are not available in local bookstores. He is concurrently the President of Advertising and Gaming Fabrication, Inc. (AGFI).\r\n\r\n\r\n<h2>Al Ian Barcelona</h2>\r\n\r\nIan is fondly called “Mr. Awesome” in Philippine business circles for his spellbinding speeches and training sessions that he himself calls “entertrainment” or “edutainment.” He has an A.B. in Political Science and a Master’s in Southeast Asian Studies from the Centro Escolar University. A former staff in the House of Representatives and a former technical assistant in the Office of the President of the Philippines, he went on his own over 10 years ago. He runs his own AIB Training, Communications, and Events and in In 2018, he put up the network marketing company WAVE and named himself its Chief Activation Officer. Ian firmly believes that passion shouldn’t only be a mere tool for pursuing your personal interests but nurtured as the driving force in pursuing and achieving your vision for yourself.\r\n\r\n<h2>Joey Garcia</h2>\r\n\r\nKnown in industry circles as “The Turnaround Entrepreneur,” Joey is an expert in business management and organizational change. He took up Entrepreneurial Management at the Asian Institute of Management (AIM) and later also obtained his Master’s in Entrepreneurship from the Ateneo Graduate School of Business. With his expertise and hard work, Joey turned around the family’s struggling small-time restaurant Rai Rai Ken and grew it into thriving nationwide restaurant chain with 59 branches nationwide, even coming up with more food brands under the same parent company. Joey says that the primary key in turning around a business—or even a career for that matter—is to professionalize it and to have a clear vision of transforming it into something better than what it is right now.\r\n\r\n<h2>Pocholo Gonzales</h2>\r\n\r\nPocholo Gonzales is the managing director of Creativoices, a leading company that develops and trains voice artists from all over the Philippines. Widely known as “The Voicemaster,” he is a Speech Communication graduate of the University of the Philippines in Diliman. He firmly believes that our voice is truly the No. 1 tool that makes us human beings, and that the world will be such a dreary place if we didn\'t have it. A winner of the National Book Award for his book Gusto Kong Maging Voice Talent, Pocholo believes that the only way you can become productive is when you know what you’re doing and you know why you’re doing it in the first place. He says the problem is that a lot of people just do things without knowing why they are doing it. Pocholo is the 2018 president of the Junior Chamber of Commerce-Makati.\r\n\r\n<h2>Mafae Belasco</h2>\r\n\r\nMafae Belasco is a mother of four, a wife, a model and beauty queen, a pageant expert, and an entrepreneur. At 18 and living in Australia with her immigrant parents, she started competing in beauty pageants, winning one major title after another until she took the crown in the Miss Philippines-Australia pageant in 1998. She then decided to return to her homeland the Philippines, sacrificing everything she had built in Australia, to compete in the annual Binibining Pilipinas competitions where she won the Miss Philippines-World title. This made her the country’s entry to the Miss World 2003 pageant where she placed among the top 5. Mafae lives by this equation as her personal motto: “Time + Productivity = Success.” She firmly believes that people succeed when they are capable of making sacrifices, have passion and are fans of reinvention, and don’t hesitate to reinvent themselves when need be.\r\n\r\n<h2>Editha Magtibay-Garde</h2>\r\n\r\nEditha Magtibay Garde is a speechwriter, biographer, resource speaker, and trainer in the field of effective communications. She earned a Bachelor of Philosophy degree from the St. Louis University in Baguio City and a Master’s Degree in Linguistic Education from De La Salle University Manila. She has taught at the General Staff College in Fort Bonifacio and the Joint Command and Staff College in Camp General Emilio Aguinaldo, Quezon City. Edith is a firm believer in the power of dreams and the need for passion to achieve productivity. But aside from making yourself more knowledgeable, she cautions, you also need to work on your character and your values because if you don\'t have the right values and the moral compass, you won’t ever get a reputation for credibility.\r\n\r\n<h2>Richard Thaddeus Carvajal</h2>\r\n\r\nRichard is a young businessman made his first million from real-estate selling at the young age of 23. Currently the president and CEO of PHILGEMS Realty Corp., he is a much sought-after motivational speaker on financial planning and financial freedom. He won an Outstanding Filipino Achiever Award in the field of business and finance in 2017 as the author of the best-selling book The Millennionaire: Becoming the Next Millennial Millionaire. With his strong millennial mindset that takes assuming responsibility and producing results very seriously, Richard writes an opinion column for the newspaper Business Mirror and contributes feature stories to MoneyWise magazine on how to earn lots of money and how not to spend it unwisely.\r\n\r\n\r\n<h2>JC Libiran</h2>\r\n\r\nJC Libiran is a true “MessenJOY” who brings joy in every message he delivers.  He has seen countless of transformational stories happen right before his eyes. He’s Project CourageZone’s signature programs have now produced thought leaders and infopreneurs. He led his church organization with 300 in attendance to an exponential growth of 3,000 members where he speaks weekly.  He is an alumnus of Experts Academy, the world’s #1 Thought Leader Training.  It is his joy to see the best in people and bring out the best in others. Know more about him via JCLibiran.com.\r\n\r\n<h2>Rudyard Balmedilla</h2>\r\n\r\nDubbed in Philippine training circles as a Vision Evangelist, Rudyard Balmedilla is an international trainer and resource speaker on visioneering, crypto currency, marketing, and leadership. He worked as an information officer for 10 years with the Department of Agriculture Fertilizer and Pesticide Authority after graduating in Communication Arts, major in writing, from the University of the Philippines in Los Baños, Laguna. After that, Rudyard joined PicoSquared.com as service delivery manager before becoming a partner of Achievers Circle, a management and consulting firm, for six years.\r\n\r\n\r\nTo say that we all made it successfully, whole and unscathed, won’t be accurate. For the fact is that we still have to show that we are capable of producing more and even better quality outputs than we’ve ever produced before.\r\n\r\nAnd so all 18 of us are presenting this book as an expression of love to you and to all of those who are desirous of reading it. You have my assurance that all of us speaking in this book are productivity-driven. And we all hope that upon reading this book you’ll be driven by that same spirit of productivity in even greater measure.\r\n\r\nHere’s to your productivity,\r\n\r\nLLOYD A. LUNA\r\nManila, Philippines\r\nJuly 1, 2018','Productivity Speakers in the Philippines','','inherit','closed','closed','','359-revision-v1','','','2018-07-15 02:45:51','2018-07-15 02:45:51','',359,'https://thespeechcamp.com/motivational-insights/359-revision-v1/',0,'revision','',0),(362,1,'2018-07-15 02:47:24','2018-07-15 02:47:24','The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.','Many Faces of Productivity Book Full Mockup','The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.','inherit','open','closed','','many-faces-of-productivity-book-full-mockup','','','2018-07-15 02:47:59','2018-07-15 02:47:59','',359,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png',0,'attachment','image/png',0),(433,1,'2022-09-28 03:31:44','2021-03-01 10:28:05','','Our group','','publish','closed','closed','','join-us-free','','','2022-09-28 03:31:44','2022-09-28 03:31:44','',0,'https://thespeechcamp.com/?p=433',3,'nav_menu_item','',0),(434,1,'2022-09-28 03:31:44','2021-03-01 10:28:06','','SpeechCamp on Facebook','','publish','closed','closed','','facebook','','','2022-09-28 03:31:44','2022-09-28 03:31:44','',0,'https://thespeechcamp.com/?p=434',2,'nav_menu_item','',0),(436,1,'2021-03-01 10:34:58','2021-03-01 10:34:58','Certified Public Speaker Luna Framework','Certified Public Speaker Luna Framework','Certified Public Speaker Luna Framework','inherit','open','closed','','cps-framework-for-brochure','','','2021-03-01 10:36:52','2021-03-01 10:36:52','',435,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png',0,'attachment','image/png',0),(437,1,'2021-03-01 10:39:12','2021-03-01 10:39:12','The Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n\r\n&nbsp;\r\n\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n\r\n&nbsp;\r\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"98\" /><col width=\"320\" /><col width=\"103\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CODE&quot;}\">CODE</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DESCRIPTION&quot;}\">DESCRIPTION</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DURATION&quot;}\">DURATION</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 100&quot;}\">CHA 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Fighting stage fright&quot;}\">Fighting stage fright</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public speaking journey&quot;}\">Public speaking journey</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Three reasons for being afraid&quot;}\">Three reasons for being afraid</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The keys to control your fear&quot;}\">The keys to control your fear</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-confidence&quot;}\">Self-confidence</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 200&quot;}\">CHA 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Essentials of Public Speaking&quot;}\">The Essentials of Public Speaking</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Sender&quot;}\">The Sender</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Message&quot;}\">The Message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Receiver&quot;}\">The Receiver</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Channel&quot;}\">The Channel</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 300&quot;}\">CHA 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-mastery&quot;}\">Self-mastery</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Reason: Why am I speaking?&quot;}\">Reason: Why am I speaking?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Authenticity: Who am I?&quot;}\">Authenticity: Who am I?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Value: What can I contribute?&quot;}\">Value: What can I contribute?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 400&quot;}\">CHA 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;What\'s your character on stage?&quot;}\">What\'s your character on stage?</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Archetypes of Public Speakers&quot;}\">Archetypes of Public Speakers</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Character card of your speaking brand&quot;}\">Character card of your speaking brand</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 100&quot;}\">CON 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Identification&quot;}\">Content Identification</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The story, the journey, the message&quot;}\">The story, the journey, the message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Purpose: What the speech would like address&quot;}\">Purpose: What the speech would like address</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 200&quot;}\">CON 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Types of speeches&quot;}\">Types of speeches</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 300&quot;}\">CON 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Structure&quot;}\">Content Structure</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Parts of the speech&quot;}\">Parts of the speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Figures of speech&quot;}\">Figures of speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 100&quot;}\">COM 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking Tools Familiarization&quot;}\">Speaking Tools Familiarization</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Audio, Visual, and Venue&quot;}\">Audio, Visual, and Venue</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 200&quot;}\">COM 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Techniques&quot;}\">Public Speaking Techniques</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Pitch&quot;}\">The Pitch</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Speed&quot;}\">The Speed</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Engagement&quot;}\">The Engagement</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 300&quot;}\">COM 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking with Slides&quot;}\">Speaking with Slides</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Rules on Powerpoint&quot;}\">Rules on Powerpoint</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 400&quot;}\">COM 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Process&quot;}\">Public Speaking Process</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Preparation&quot;}\">Preparation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Performance&quot;}\">Performance</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post-evaluation&quot;}\">Post-evaluation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CPS&quot;}\">CPS</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Showcase&quot;}\">Public Speaking Showcase</td>\r\n</tr>\r\n</tbody>\r\n</table>','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-01 10:39:12','2021-03-01 10:39:12','',435,'https://thespeechcamp.com/motivational-insights/435-revision-v1/',0,'revision','',0),(365,1,'2018-07-15 02:55:37','2018-07-15 02:55:37','Productivity Leadership Speaker Philippines','Productivity Leadership Speaker Philippines','Productivity Leadership Speaker Philippines','inherit','open','closed','','leadership-ph-header-2','','','2018-07-15 02:55:59','2018-07-15 02:55:59','',0,'https://thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png',0,'attachment','image/png',0),(368,1,'2018-07-15 03:04:56','2018-07-15 03:04:56','Step Back Leadership Book','Stepback Leadership Front Mock','Step Back Leadership Book','inherit','open','closed','','stepback-leadership-front-mock','','','2018-07-15 03:05:19','2018-07-15 03:05:19','',0,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Mock.png',0,'attachment','image/png',0),(371,1,'2018-07-15 03:08:18','2018-07-15 03:08:18','Step Back Leadership Book','Stepback Leadership Front Back Mock','Step Back Leadership Book','inherit','open','closed','','stepback-leadership-front-back-mock','','','2018-07-15 03:09:28','2018-07-15 03:09:28','',0,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png',0,'attachment','image/png',0),(375,1,'2018-07-21 13:17:31','2018-07-21 13:17:31','<h1>Get Your Free The Many Faces of Productivity eBook</h1>\r\n\r\n<hr />\r\n\r\n<div class=\"email-octopus-form-wrapper\">\r\n<h2 class=\"email-octopus-heading\">Sign up now before this link expires!</h2>\r\n<form class=\"email-octopus-form\" action=\"https://emailoctopus.com/lists/e3914023-87c6-11e8-a3c9-06b79b628af2/members/embedded/1.1/add\" method=\"post\">\r\n<div class=\"email-octopus-form-row\"><label for=\"field_0\">Email address</label>\r\n<input id=\"field_0\" name=\"embedded_form_subscription[field_0]\" type=\"email\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_1\">First name</label>\r\n<input id=\"field_1\" name=\"embedded_form_subscription[field_1]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_2\">Last name</label>\r\n<input id=\"field_2\" name=\"embedded_form_subscription[field_2]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row\"><label for=\"field_3\">Mobile</label>\r\n<input id=\"field_3\" name=\"embedded_form_subscription[field_3]\" type=\"text\" placeholder=\"\" /></div>\r\n<div class=\"email-octopus-form-row-consent\"><input id=\"consent\" name=\"consent\" type=\"checkbox\" />\r\n<label for=\"consent\">I consent to receiving your weekly newsletter and special offers via email.</label></div>\r\n<div class=\"email-octopus-form-row-hp\" aria-hidden=\"true\"><!-- Do not remove this field, otherwise you risk bot sign-ups -->\r\n<input tabindex=\"-1\" autocomplete=\"nope\" name=\"hpe3914023-87c6-11e8-a3c9-06b79b628af2\" type=\"text\" /></div>\r\n<div class=\"email-octopus-form-row-subscribe\"><input name=\"successRedirectUrl\" type=\"hidden\" value=\"http://stepbackleader.com/\" />\r\n<button type=\"submit\">Subscribe</button></div>\r\n</form></div>\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></script>\r\n<script src=\"https://emailoctopus.com/bundles/emailoctopuslist/js/1.1/formEmbed.js?1531502684\"></script>\r\n\r\n<hr />\r\n\r\n[caption id=\"attachment_362\" align=\"aligncenter\" width=\"700\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\"><img class=\"wp-image-362\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png\" alt=\"The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.\" width=\"700\" height=\"519\" /></a> The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.[/caption]\r\n\r\n<hr />\r\n\r\n<h1>Featured Speakers on The Many Faces of Productivity</h1>\r\n\r\n<hr />\r\n\r\n<h2>Matthias Gelber</h2>\r\nVoted as “The Greenest Man on Earth in 2008” in a Canadian poll, Matthias is a world-renowned green activist from Germany who decided to make the Philippines his home after a 1999 German-government sponsored speaking engagement in Los Baños, Laguna. He was the seminar-workshop resource speaker on environmental management systems for the staff of the Development Bank of the Philippines. The author of The Greenman’s Guide to Green Living and Working, his core message as environmental conservation advocates is this: “We’d be running into disaster if we don’t change the way we live, if we don’t change the way we consume, if we don’t change the way what we do with all the ways that we are generating... We have to go back to the natural balance with nature.”\r\n<h2>Jesse Francis Rebustillo</h2>\r\nAn HR man through and through, Jesse has had very extensive exposure in human resource management and now calls himself a “Happy Retiree.” Even in retirement though, he remains a much sought-after human resources and training consultant and a highly engaging edutainment speaker on values, leadership, EQ, work-life integration, and team alignment. He was the president in 2011 of the Philippine Society for Training and Development (PSTD), the president in 2016 of the People Management Association of the Philippines (PMAP), and is currently the chief financial officer of the Philippine Association of Professional Speakers (PAPS). A diligent special minister of the Holy Communion at Our Lady of Remedies Parish in Manila, Jesse plays the piano, enjoys gardening, and breeds—hold your breath—42 dogs.\r\n<h2>Serely Geraldine Alcaraz</h2>\r\nSerely Alcaraz is an international master trainer and executive coach who has developed over 100,000 leaders from some of the world’s best organizations. An advocate of lifelong learning, she is very passionate about intrapreneurship and engagement, creativity and innovation, and coaching and mentoring. Strongly committed to making those she mentors to “learn from the best to be the best,” Serely is currently the country head of ITD World Philippines and is a certified facilitator of the John Maxwell and Jack Canfield leadership programs as well as of courses offered by Development Dimensions International and Dale Carnegie Training. She was the 2006 president of the Philippine Society for Training and Development and the 2015-2016 President of ARTDO International, an umbrella body of HR management specialists from over 30 countries.\r\n<h2>Barbie Atienza</h2>\r\nBarbie is a multifaceted, multitalented personality who has made an indelible mark in the fields of human resources management (he has a diplomate in People Management), public relations, broadcast and print media, and public speaking in the Philippines and abroad. A top HR executive and consultant for several multinational and local companies, he is currently the head of external affairs and human resources for the Manila Bulletin. He is a former president of the People Management Association of the Philippines and vice president of the Public Relations Society of the Philippines and is currently president of the United Print Media Group. Barbie is an accomplished speaker on leadership, management, communication, and personal development and is does emceeing globally in his lines of expertise.\r\n<h2>Jerry Yao</h2>\r\nAll marketers dream to be a rock star, but destiny could lead them to other directions. And Jerry believes that no matter how passionate you are in your chosen career, to succeed you must be as disciplined as a samurai warrior. A proud holder of the Certified Professional Marketer-Asia accreditation, he has taught and mentored hundreds of future marketers in different educational institutions and organizations in the Philippines. For that achievement Jerry considers himself a marketing sensei—this is Japanese for a master teacher or professional—but he believes that no one can hold this title forever. He does wish that when it’s his time to finally go down, it will be by the sword of a former student of his. That way, he says, he’d feel assured that his passion in both marketing and teaching would live on forever.\r\n<h2>Toni Miranda</h2>\r\nToni Miranda is a world-certified image consultant, executive coach and speaker, with over 20 years of experience in the corporate and retail industry. The founder of the Makati City-based Radiance Image Consultancy and Training, Inc., Toni has certifications from the prestigious London Image Institute, the Singapore-based Academy of Image Mastery, and the Illustra Business School in Georgia, U.S.A. She brings with her a wealth of training and development experience for professionals and organizations in the fields of financial management, leadership, marketing, and entrepreneurship. A holder of a Bachelor’s in Commerce degree from the De La Salle University, major in management of financial institution, Toni is a joyful wife and mother of two grown children with whom she has a very open and healthy relationship.\r\n<h2>Gabriel “Billy” Dominguez</h2>\r\nA communication arts graduate of the University of Santo Tomas, Billy Dominguez started his career in government service as a public relations assistant at the Home Development Mutual Fund, where he rose through the ranks to become the agency’s public affairs department manager. Looking for a more challenging and lucrative endeavor, he later took a selling job in a real estate company. There, he discovered that real-estate selling can be a good, rewarding form of entrepreneurship. From then on, Billy pursued the discipline that he calls “salespreneurship,” an engagement thatinspired him to put up his own company, Green Circle Realty. From its small group of 12 salespeople in 2006, Billy has produced a remarkable number of top-earning salespreneurs, making his company the No. 1 sales network of the Pro-friends’ Lancaster New City project in Cavite.\r\n<h2>Marvin Salazar</h2>\r\nWell-known as “TechEvangelist” in the information technology (IT) outsourcing industry, he is the owner of MSWEB Co., a pioneering web hosting company in the Philippines. He is a data privacy and data security expert whose clientele includes both national and multi-national companies. His success story can be traced back to Tondo, Manila, where his family lived literally on the street gutter in a house built on scraps. With his rise from poverty to become a successful IT consultant, he’s now paying back as a pastor with a strong devotion to doing outreach programs for the needy. He believes that to succeed in any professional line fo work today, people should get themselves not only more competent but more responsible in using the social media as a primary business and communication tool.\r\n<h2>Rene Espinosa</h2>\r\nA leading authority on sales training, Rene has been featured in sales learning sessions both in the Philippines and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion and negotiation. As an avid exponent of continung self-improvement, he relentlessly keeps adding value not only to his clients but also to himself, his credo being that your next performance must always be an improvement of the previous one. Rene is the President of Powermax Consulting Group, Inc., a company that produces events and speaking engagements for book authors. To further enhance the learning of seminar participants, Rene offers a treasure trove of learning tools like eBooks, books, audiobooks, and videos, some of which are not available in local bookstores. He is concurrently the President of Advertising and Gaming Fabrication, Inc. (AGFI).\r\n<h2>Al Ian Barcelona</h2>\r\nIan is fondly called “Mr. Awesome” in Philippine business circles for his spellbinding speeches and training sessions that he himself calls “entertrainment” or “edutainment.” He has an A.B. in Political Science and a Master’s in Southeast Asian Studies from the Centro Escolar University. A former staff in the House of Representatives and a former technical assistant in the Office of the President of the Philippines, he went on his own over 10 years ago. He runs his own AIB Training, Communications, and Events and in In 2018, he put up the network marketing company WAVE and named himself its Chief Activation Officer. Ian firmly believes that passion shouldn’t only be a mere tool for pursuing your personal interests but nurtured as the driving force in pursuing and achieving your vision for yourself.\r\n<h2>Joey Garcia</h2>\r\nKnown in industry circles as “The Turnaround Entrepreneur,” Joey is an expert in business management and organizational change. He took up Entrepreneurial Management at the Asian Institute of Management (AIM) and later also obtained his Master’s in Entrepreneurship from the Ateneo Graduate School of Business. With his expertise and hard work, Joey turned around the family’s struggling small-time restaurant Rai Rai Ken and grew it into thriving nationwide restaurant chain with 59 branches nationwide, even coming up with more food brands under the same parent company. Joey says that the primary key in turning around a business—or even a career for that matter—is to professionalize it and to have a clear vision of transforming it into something better than what it is right now.\r\n<h2>Pocholo Gonzales</h2>\r\nPocholo Gonzales is the managing director of Creativoices, a leading company that develops and trains voice artists from all over the Philippines. Widely known as “The Voicemaster,” he is a Speech Communication graduate of the University of the Philippines in Diliman. He firmly believes that our voice is truly the No. 1 tool that makes us human beings, and that the world will be such a dreary place if we didn\'t have it. A winner of the National Book Award for his book Gusto Kong Maging Voice Talent, Pocholo believes that the only way you can become productive is when you know what you’re doing and you know why you’re doing it in the first place. He says the problem is that a lot of people just do things without knowing why they are doing it. Pocholo is the 2018 president of the Junior Chamber of Commerce-Makati.\r\n<h2>Mafae Belasco</h2>\r\nMafae Belasco is a mother of five, a wife, a model and beauty queen, a pageant expert, and an entrepreneur. At 18 and living in Australia with her immigrant parents, she started competing in beauty pageants, winning one major title after another until she took the crown in the Miss Philippines-Australia pageant in 1998. She then decided to return to her homeland the Philippines, sacrificing everything she had built in Australia, to compete in the annual Binibining Pilipinas competitions where she won the Miss Philippines-World title. This made her the country’s entry to the Miss World 2003 pageant where she placed among the top 5. Mafae lives by this equation as her personal motto: “Time + Productivity = Success.” She firmly believes that people succeed when they are capable of making sacrifices, have passion and are fans of reinvention, and don’t hesitate to reinvent themselves when need be.\r\n<h2>Editha Magtibay-Garde</h2>\r\nEditha Magtibay Garde is a speechwriter, biographer, resource speaker, and trainer in the field of effective communications. She earned a Bachelor of Philosophy degree from the St. Louis University in Baguio City and a Master’s Degree in Linguistic Education from De La Salle University Manila. She has taught at the General Staff College in Fort Bonifacio and the Joint Command and Staff College in Camp General Emilio Aguinaldo, Quezon City. Edith is a firm believer in the power of dreams and the need for passion to achieve productivity. But aside from making yourself more knowledgeable, she cautions, you also need to work on your character and your values because if you don\'t have the right values and the moral compass, you won’t ever get a reputation for credibility.\r\n<h2>Richard Thaddeus Carvajal</h2>\r\nRichard is a young businessman made his first million from real-estate selling at the young age of 23. Currently the president and CEO of PHILGEMS Realty Corp., he is a much sought-after motivational speaker on financial planning and financial freedom. He won an Outstanding Filipino Achiever Award in the field of business and finance in 2017 as the author of the best-selling book The Millennionaire: Becoming the Next Millennial Millionaire. With his strong millennial mindset that takes assuming responsibility and producing results very seriously, Richard writes an opinion column for the newspaper Business Mirror and contributes feature stories to MoneyWise magazine on how to earn lots of money and how not to spend it unwisely.\r\n<h2>JC Libiran</h2>\r\nJC Libiran is a true “MessenJOY” who brings joy in every message he delivers. He has seen countless of transformational stories happen right before his eyes. He’s Project CourageZone’s signature programs have now produced thought leaders and infopreneurs. He led his church organization with 300 in attendance to an exponential growth of 3,000 members where he speaks weekly. He is an alumnus of Experts Academy, the world’s #1 Thought Leader Training. It is his joy to see the best in people and bring out the best in others. Know more about him via JCLibiran.com.\r\n<h2>Rudyard Balmedilla</h2>\r\nDubbed in Philippine training circles as a Vision Evangelist, Rudyard Balmedilla is an international trainer and resource speaker on visioneering, crypto currency, marketing, and leadership. He worked as an information officer for 10 years with the Department of Agriculture Fertilizer and Pesticide Authority after graduating in Communication Arts, major in writing, from the University of the Philippines in Los Baños, Laguna. After that, Rudyard joined PicoSquared.com as service delivery manager before becoming a partner of Achievers Circle, a management and consulting firm, for six years.\r\n\r\nTo say that we all made it successfully, whole and unscathed, won’t be accurate. For the fact is that we still have to show that we are capable of producing more and even better quality outputs than we’ve ever produced before.\r\n\r\nAnd so all 18 of us are presenting this book as an expression of love to you and to all of those who are desirous of reading it. You have my assurance that all of us speaking in this book are productivity-driven. And we all hope that upon reading this book you’ll be driven by that same spirit of productivity in even greater measure.\r\n\r\nHere’s to your productivity,\r\n\r\nLLOYD A. LUNA\r\nManila, Philippines\r\nJuly 1, 2018','Productivity Speakers in the Philippines','','inherit','closed','closed','','359-revision-v1','','','2018-07-21 13:17:31','2018-07-21 13:17:31','',359,'https://thespeechcamp.com/motivational-insights/359-revision-v1/',0,'revision','',0),(389,1,'2019-10-06 04:05:22','2019-10-06 04:05:22','','Stepback Leadership Speaker Philippines','Stepback Leadership Speaker Philippines','inherit','open','closed','','stepback-logo-gsuite','','','2019-10-06 04:05:53','2019-10-06 04:05:53','',0,'https://thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png',0,'attachment','image/png',0),(391,1,'2019-10-06 04:06:02','2019-10-06 04:06:02','https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png','cropped-stepback-logo-gsuite.png','','inherit','open','closed','','cropped-stepback-logo-gsuite-png','','','2019-10-06 04:06:02','2019-10-06 04:06:02','',0,'https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png',0,'attachment','image/png',0),(392,1,'2019-10-06 04:07:49','2019-10-06 04:07:49','Stepback Leadership Speaker Philippines','Stepback Leadership Speaker Philippines','Stepback Leadership Speaker Philippines','inherit','open','closed','','filipino-stepback-leadership-logo-header-black-retina','','','2019-10-06 04:08:05','2019-10-06 04:08:05','',0,'https://thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png',0,'attachment','image/png',0),(394,1,'2019-10-06 14:39:36','2019-10-06 14:39:36','<ol>\n 	<li>\n<h3>LLOYD LUNA</h3>\nHe is the first and only Filipino to represent the Philippines in a <a href=\"http://www.gss2018.com/\" target=\"_blank\" rel=\"noopener noreferrer\">global speakers summit</a>. He is the founder and CEO of Stepback, a culture transformation company that helps leaders and organizations see the bigger picture in life and at work. He has been an <a href=\"http://www.leadershipspeakerphilippines.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Asian motivational leadership speaker</a> for 14 years, delivering an average of 120 inspirational speeches annually. He has authored 16 books and is a radio and television talk-show host, songwriter, publisher, and serial entrepreneur.\n\nThe youngest board member of the <a href=\"http://www.globalspeakersfederation.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Global Speakers Federation</a>, which has 15 member-countries worldwide including the Philippines, Lloyd is the founder and president of the <a href=\"http://www.paps.ph/\" target=\"_blank\" rel=\"noopener noreferrer\">Philippine Association of Professional Speakers</a>.\n\n[caption id=\"attachment_396\" align=\"alignleft\" width=\"218\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\"><img class=\"size-medium wp-image-396\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png\" alt=\"Top Filipino Leadership Speaker Philippines\" width=\"218\" height=\"300\" /></a> Lloyd Luna is CEO of Stepback, a leadership development and culture transformation company.[/caption]\n\nAs author and originator of <a href=\"http://www.stepback.xyz/\" target=\"_blank\" rel=\"noopener noreferrer\">Stepback Leadership—the lost art of Filipino leadership</a>— Lloyd teaches the practice of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Ifugao Rice Terraces, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to inspire, teach, and equip them; (2) stepping back to permit, evaluate, and mentor them; and (3) stepping up to explore, strategize, and innovate with them. He argues that these three steps are founded mainly on trust, collaboration, and humanity. Lloyd is the president of <a href=\"http://www.lloydluna.com/\" target=\"_blank\" rel=\"noopener noreferrer\">LLOYDLUNA Communications</a>, the parent company of Stepback, Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music. He is the founder of the Registered Speaking Professional Institute of the Philippines, a certifying body that gives RSP designation to qualified professional speakers in the country.\n\nLloyd has been a resource speaker in over 1,000 conventions, conferences, and seminars has appeared in over 200 media interviews and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various Philippine universities and colleges.\n\nFor his work as motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2018, he was also nominated by <a href=\"http://www.gonegosyo.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Go Negosyo</a> for the ASEAN Business Awards.</li>\n 	<li>\n<h3>AL IAN BARCELONA</h3>\nIan is the Managing Director and Chief Awesome Officer of AIB Training Company. For a decade, his firm has conducted high-impact training, seminars and team buildings among top companies such as Puregold, Sysmex International, Paramount Life Insurance, Shell, Camella-Vistaland, Goodfellow Pharma, Pilipinas Hino, Philippine National Bank, Western Union, Reed Elsevier Philippines. He has also engaged with professional-reputable organizations which include the Philippine Association of Administrative Officers and Secretaries (PAS), Philippine Association of Medical Technologist (PAMET), League of Nurses &amp; Nutritionists, Philippine NGO Support (PHANSUP), Philippine Insurance Agents Assoc. (PIFAAP), Rotary Clubs, Philippine Jaycees and the Philippine Marketing Association (PMA). AIB also conducts training to government agencies and institutions such as the Philippine Trade Training Center (DTI-PTTC), Department of Health, Philippine Army, Philippine Air Force, Department of Justice, Philhealth, DILG, and was a former consultant to the Department of Education. Through the years his team has helped develop youth and academic leaders, professionals, managers, and leaders on a nationwide scale.\n\n[caption id=\"attachment_398\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg\"><img class=\"size-medium wp-image-398\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker-300x300.jpg\" alt=\"Top Filipino Leadership Speaker Philippines\" width=\"300\" height=\"300\" /></a> Al Ian Barcelona of AIB Training Events and Communications[/caption]\n\nHe is also a partner speaker-consultant to training companies such as Breakthrough Leadership Management Consulting Company (the mother company of Salt and Light Ventures), Arete Consultancy, Ariva Academy and International Learning Styles Network. An effective motivational-inspirational speaker, addressing huge to small group audiences through conferences and public seminars annually. With his contagious energy and high-impact presentations, the audience would normally laud him for his unique style of delivery that is sure to mesmerize your feelings through his hilarious antics yet will disturb your thinking with his power-packed principles in the most AWESOME WAY! An educator by heart he has been adjudged as the former most outstanding college instructor of social-political sciences in Centro Escolar University where he took up AB Political Science and Master’s Degree in Southeast Asian Studies. His experience in public-community service and organizing skills led him to work in Congress as the former National Youth Director of CIBAC party-list and was later recruited in Malacanang as Technical Assistant-Presidential Staff Officer VI for Youth Affairs. A social thinker and opinion-maker expressing his analysis on current issues through the media as former host and co-producer of the TV show “PERSPECTIVES” with former Marikina Mayor Marides C. Fernando broadcasting on Global News Network (GNN) from 2009-2013.</li>\n 	<li>\n<h3>POCHOLO GONZALES</h3>\nPocholo is veteran voice artist, experienced radio broadcaster, and author. He is known as the “<a href=\"http://www.pochologonzales.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VoiceMaster of the Philippines</a>” for having utilized his voice not only for the purpose of entertaining but more importantly for inspiring, motivating and empowering people.\n\n[caption id=\"attachment_399\" align=\"alignleft\" width=\"200\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg\"><img class=\"size-medium wp-image-399\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales-200x300.jpg\" alt=\"Top Filipino Leadership Speaker Philppines\" width=\"200\" height=\"300\" /></a> Pocholo Gonzales is president of Creativoices Productions.[/caption]\n\nA graduate of BA Speech Communication graduate from the University of the Philippines, Diliman where he also took his Master’s Degree in Broadcast Communication, his biggest accomplishment as a voice artist is being the voice of the greatest book ever written – the Holy Bible. Pocholo has been selected among dozens of voice artists to read the Filipino AudioBible produced by Biblica, the world’s largest distributor of the Bible in different languages around the world. He has been featured in several television programs like Balitang K, Matanglawin and Kabuhayang Swak na Swak in ABS CBN, I Juander and Kapuso Mo, Jessica Soho in GMA, ShopTalk in ANC, Tribe in Net 25 and Sweet Life in QTV. He was also featured in both print and online publications like Speed Magazine, The Philippine Star, Manila Bulletin and Raket.ph. He was even featured in some radio programs of DZBB, DZRJ, UNTV Radio and DZRH.\n\nBecause of his accomplishments as a voice artist, Pocholo became the only Filipino-Asian panelist in the 2012 VoiceOver International Creative Experience (VOICE) Convention held in Anaheim, California.\n\nHe is the founder of Voice of the Youth Network (VOTY), an advocacy organization that aims to inform, inspire, involve and empower the Filipino youth through media and Information and Communications Technology (ICT). VOTY has over 20 radio programs all over the country.\n\nIn May 2015, Pocholo has been chosen to be one of the delegates – and one of the youngest participants – to the Advanced Leadership Training of Haggai Institute in Maui, Hawaii. Haggai Institute is a worldwide community of Christian leaders that takes evangelistic expertise to places where it’s needed most. Students of the Advanced Leadership Training come from almost every profession from every Christian tradition. Despite the diversity of their backgrounds, all are focused on one task – bringing the values of Jesus Christ to the world, through direct evangelism or humanitarian efforts.</li>\n 	<li>\n<h3>JESSE FRANCIS REBUSTILLO, FPM, RSP</h3>\nJesse has extensive exposure in the field of Human Resource Management.\n\nHe earned his MBA degree at the Ateneo Graduate School of Business (sans thesis) and BSBA Management course, magna cum laude, from the Aquinas University, Legazpi City. He has a Diploma in Human Resource Development, Compensation Management, Labor Relations, and HR Planning and Acquisition from the Jose Rizal University.\n\nHe is a Management and Human Resource Consultant, Training Consultant, Seminar Facilitator and Speaker as he conducts programs on values, leadership, emotional intelligence, work life integration, team alignment, career development, job hunting as well as sales and customer service.\n\n[caption id=\"attachment_400\" align=\"alignleft\" width=\"259\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg\"><img class=\"size-medium wp-image-400\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines-259x300.jpg\" alt=\"Best Filipino Leadership Speaker Philippines\" width=\"259\" height=\"300\" /></a> Jesse Rebustillo is the 2019-2020 President of Philippine Association of Professional Speakers.[/caption]\n\nJesse was the Corporate Human Resources Head of the Philippine Daily Inquirer. He shifted career to become the Inquirer’s AVP for Sales - Classified Advertising and then was promoted as AVP for Industry Relations. Jesse was the Editor of the Inquirer’s Working People Section and the Chairman / Editor of ECOP’s Philippine Employer Magazine.\n\nHe was the 2011 President of the Philippine Society for Training and Development (PSTD) and the 2016, President of the People Management Association of the Philippines (PMAP), currently the CFO of the Philippine Association of Professional Speakers (PAPS), and a member of the Board of Trustee of the Philippine Council of Associations and Association Executives (PCAAE).\n\nHe is now a happy retiree.\n\nCurrently, he is a Training and HR Consultant of the International Labor Organization (ILO), ECOP and PMAP and teaches HRM subjects at the Masters in People Management, Lyceum Graduate School and San Beda, Alabang. He was recently bestowed Fellow in People Management by the Philippine Society of Fellows in People Management.\n\nDespite his hectic schedule, Jesse devotes his time as a diligent Special Minister of the Holy Communion at Our Lady of Remedies Parish in Malate, Manila. He is a music lover and knows how to play the piano enjoys bonsai, gardening and baking and to fill up some empty spaces in his appointment book, breeds forty-two dogs and a father to two adopted boys.</li>\n 	<li>\n<h3>JOEY GARCIA</h3>\nJoey is a professional speaker specializing in branding, marketing, management, and entrepreneurship. He is Executive Vice President and COO of Rai Rai Ken Restaurant Group.\n\nHe joined the company at the age of 14 as a graphic artist. At 18, he professionally handled the marketing department. Two years later, he helped his father, Benjie, as head of Business Development.\n\nAs a natural creative entrepreneur, his dedication and love of work turned their “carinderia” into a world-class Japanese restaurant group.\nCurrently the Vice President of Rairaiken Restaurant group, which owns and operates Rairaiken, Ramen Metro, Tokyo Joe, and Chef Benjie-san’s Oishi Batchoi.\n\n[caption id=\"attachment_401\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg\"><img class=\"size-medium wp-image-401\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines-300x300.jpg\" alt=\"Best Leadership Speaker in the Philippines\" width=\"300\" height=\"300\" /></a> Joey Garcia is the President of TITANS Business Ventures.[/caption]\n\nA few years ago, he also got involved in hotel and events business through their newly built Takara Hotel in Laguna. He is a graduate of Marketing Management from San Beda College and Entrepreneur Development at the Asian Institute of Management. He also took further studies and got his Master of Entrepreneurship at the Ateneo Graduate School of Business in 2017.\n\nHe is an active professional and community leader through his membership and involvement with Junior Chamber International – Makati (JCI-MAKATI) and Philippine Association of Professional Speakers (PAPS).\n\nHe’s a father of four and a husband to Ms. Marinel C. Garcia.</li>\n 	<li>\n<h3>TONI MIRANDA</h3>\nToni Miranda believes that making a good first impression is a choice. How you carry yourself, how you speak, and how you behave at the initial contact create a lasting impact. Unfortunately, not all first impressions have a positive effect. This can make or break a possible relationship. It can get you hired for a job or not. Also, it can get you a sale or not. Do you want to have that positive and powerful first impression?\n\nToni knows well how first impressions impact an individual. Her 20-year professional background gave her first-hand experience on leadership and first impressions. She knows what she’s talking about.\n\n[caption id=\"attachment_402\" align=\"alignleft\" width=\"200\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg\"><img class=\"size-medium wp-image-402\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines-200x300.jpg\" alt=\"Best Filipino Leadership Speaker Philippines\" width=\"200\" height=\"300\" /></a> Toni Miranda is an expert speaker on Executive Presence.[/caption]\n\nToday, she is the sought-after speaker and trainer in the Philippines and abroad. She has mastered The Impact of First Impressions and The Power of Executive Presence over the years. She has been training leaders and companies from different fields and industries.\nToni is your speaker and trainer of choice. She received the Image Asia Advanced Practitioner (AP) certification, Image Asia Essentials (IE) certifications and Diploma certification from Academy of Image Mastery and the London Image Institute. Toni also received her Masterclass certification from the Illustra Business School in the U S.She also holds an International Certification of Certified Image Consultant from the Association of Image Consultants International (AICI-CIC). Occasionally, Toni maintains her lifestyle blog, toni.ph. She makes time for fitness and wellness. She also volunteers as a life coach in her church ministry. She is a joyful wife and a fulfilled mother. She loves to travel with her husband and two adult children.\n\nHer subject of expertise include: Strengthening the Impact and Influence of Leadership, improving the Customer Experience and increasing Productivity through the Power of Executive Presence, First Impressions, Mind-setting, and Work Ethics and Professionalism.\n\nHer affiliations are: Vice President: Association of Image Consultants International (AICI), Board Member: Network for Enterprising Women (NEW) , Executive Committee Member: Philippine Association of Professional Speakers (PAPS) and Previous President: Business Network International Makati (BNI)</li>\n 	<li>\n<h3>MEG B. MARZAN</h3>\nMeg B. Marzan is a training, coach, consultant, and an entrepreneur with more than 15 years of experience in the fields of sales, negotiation, logistics, freight forwarding, purchasing, and supply chain management. With her original framework, processes, and tools, she has contributed to the science of business processes specializing in logistics strategy, supply chain management, simplified problem solving, and effective communication. She has a valuable combination of being a resource speaker, a seasoned and successful practitioner, an educator, and a consultant for logistics, brokerage, sales, general management, assets and property management.\n\nAs a trainer and founder of iLearn Professional Solutions Inc., she was able to provide trainings and consulting programs for clients such as the Yamaha Motors, Mitsui Frontier, Total Packaging Solutions, EEI Corporation, STMI, SM Advantage, Coffee Bean, UCC Café, Atlanta Industries, Delfi Marketing Inc, Hyundai Automotive, Honda, SM, Puregold, Dole Asia, Carry Boy Philippines, Department of Health, Pag-IBIG, GSIS, PNOC among others.\n\n[caption id=\"attachment_403\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg\"><img class=\"size-medium wp-image-403\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a> Meg Marzan is president of iLearn International Institute.[/caption]\n\nShe brings her experience and success in discussing general management topics and has spoken for numerous conventions and conferences of industries and the academe aimed at improving Logistics &amp; Distribution Systems. She is the current Marketing and Sales Director of MZAN Logistics and Distribution Inc. holding a Bachelor’s and a Master’s Degree in Customs Administration. She has also earned credits from the Ateneo School of Professionals on Entrepreneurship and Supply Chain Management. She is the former Lead Contributor for the Logistics Department of a pioneering Information Technology (IT) school in the country, who now practices training, coaching and career counseling.\n\nShe recently acquired a Certification on Human Resource Management from the International Federation of Professional Managers (IFPM) which is a globally recognized designation for HR Professionals.</li>\n 	<li>\n<h3>RENE ESPINOSA</h3>\nRene Espinosa is a leading authority on sales training. He has been featured in sales learning sessions here and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion, handling of objections and closing.\n\nWhat his clients like about him is not just the substantive and hot-off-the-grill content of his workshop, but also his engaging facilitation style - lively, thought-provoking and inspiring. More importantly, he knows how to put the pedal to the metal to bring out the best in the participants and transform them into sales champions.\n\n[caption id=\"attachment_404\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png\"><img class=\"size-medium wp-image-404\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com-300x281.png\" alt=\"Top Filipino Sales Leadership Philippines\" width=\"300\" height=\"281\" /></a> Rene Espinosa is the president of Powermax Consulting Group.[/caption]\n\nThrough public and in-house seminars, he has served the training needs of organizations and companies like Philippine Daily Inquirer, Slimmers World, Suzuki Philippines, Pilipinas Shell, Cebuana Lhuilier, Dole Philippines, World Vision, Canon Marketing, Vitarich Corporation, Microlab, Teleperformance, Unilab, Fil-Invest Land, etc. As an avid exponent of continuous improvement, he relentlessly exerts efforts to keep adding value to himself. His credo is your next performance must be an improvement of the previous one. Needless to say, you can expect his next training to be a better version of the last.\n\nHe is the President of Powermax Consulting Group, Inc., a company that produces events and books speakers. Concurrently, he is also the President of Advertising and Gaming Fabrication, Inc. (AGFI), ), a company engaged in fabrication of signage, food carts and kiosks, gaming modules and corporate giveaways.</li>\n</ol>','Top Leadership Speakers in the Philippines','','publish','closed','closed','','top-leadership-speakers-in-the-philippines','','','2019-10-06 14:39:42','2019-10-06 14:39:42','',0,'https://thespeechcamp.com/?page_id=394',0,'page','',0),(404,1,'2019-10-06 14:37:17','2019-10-06 14:37:17','','rene-espinosa-powermax-negosentro-com','Rene Espinosa is the president of Powermax Consulting Group.','inherit','open','closed','','rene-espinosa-powermax-negosentro-com','','','2019-10-06 14:37:56','2019-10-06 14:37:56','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png',0,'attachment','image/png',0),(395,1,'2019-10-06 14:24:06','2019-10-06 14:24:06','<ol>\n 	<li>\n<h3>LLOYD LUNA</h3>\nHe is the first and only Filipino to represent the Philippines in a <a href=\"http://www.gss2018.com/\" target=\"_blank\" rel=\"noopener noreferrer\">global speakers summit</a>. He is the founder and CEO of Stepback, a culture transformation company that helps leaders and organizations see the bigger picture in life and at work. He has been an <a href=\"http://www.leadershipspeakerphilippines.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Asian motivational leadership speaker</a> for 14 years, delivering an average of 120 inspirational speeches annually. He has authored 16 books and is a radio and television talk-show host, songwriter, publisher, and serial entrepreneur.\n\nThe youngest board member of the <a href=\"http://www.globalspeakersfederation.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Global Speakers Federation</a>, which has 15 member-countries worldwide including the Philippines, Lloyd is the founder and president of the <a href=\"http://www.paps.ph/\" target=\"_blank\" rel=\"noopener noreferrer\">Philippine Association of Professional Speakers</a>.\n\n[caption id=\"attachment_3543\" align=\"alignleft\" width=\"251\"]<img class=\"wp-image-3543 size-medium\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/LLOYDLUNA-3R-251x300.jpg\" alt=\"Lloyd Luna Leadership Speaker Philippines\" width=\"251\" height=\"300\" /> Lloyd Luna is CEO is Stepback, a culture transformation company.[/caption]\n\nAs author and originator of <a href=\"http://www.stepback.xyz/\" target=\"_blank\" rel=\"noopener noreferrer\">Stepback Leadership—the lost art of Filipino leadership</a>— Lloyd teaches the practice of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Ifugao Rice Terraces, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to inspire, teach, and equip them; (2) stepping back to permit, evaluate, and mentor them; and (3) stepping up to explore, strategize, and innovate with them. He argues that these three steps are founded mainly on trust, collaboration, and humanity.Lloyd is the president of <a href=\"http://www.lloydluna.com/\" target=\"_blank\" rel=\"noopener noreferrer\">LLOYDLUNA Communications</a>, the parent company of Stepback, Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music. He is the founder of the Registered Speaking Professional Institute of the Philippines, a certifying body that gives RSP designation to qualified professional speakers in the country.\n\nLloyd has been a resource speaker in over 1,000 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various Philippine universities and colleges.\n\nFor his work as motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2018, he was also nominated by <a href=\"http://www.gonegosyo.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Go Negosyo</a> for the ASEAN Business Awards.</li>\n 	<li>\n<h3>AL IAN BARCELONA</h3>\nIan is the Managing Director and Chief Awesome Officer of AIB Training Company. For a decade, his firm has conducted high-impact trainings, seminars and team buildings among top companies such as Puregold, Sysmex International, Paramount Life Insurance, Shell, Camella-Vistaland, Goodfellow Pharma, Pilipinas Hino, Philippine National Bank, Western Union, Reed Elsevier Philippines. He has also engaged with professional-reputable organizations which include the Philipine Association of Administrative Officers and Secretaries (PAS), Philippine Association of Medical Technologist (PAMET), League of Nurses &amp; Nutritionists, Philippine NGO Support (PHANSUP), Philippine Insurance Agents Assoc. (PIFAAP), Rotary Clubs, Philippine Jaycees and the Philippine Marketing Association (PMA). AIB also conducts training to government agencies and institutions such as the Philippine Trade Training Center (DTI-PTTC), Department of Health, Philippine Army, Philippine Air Force, Department of Justice, Philhealth, DILG, and was a former consultant to the Department of Education. Through the years his team has helped develop youth and academic leaders, professionals, managers and leaders in a nationwide scale.\n\n[caption id=\"attachment_3504\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3504\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/al-ian-barcelonal-motivational-speaker-300x300.jpg\" alt=\"al ian barcelona motivational speaker\" width=\"300\" height=\"300\" /> Al Ian Barcelona is a motivational speaker.[/caption]\n\nHe is also a partner speaker-consultant to training companies such as Breakthrough Leadership Management Consulting Company (the mother company of Salt and Light Ventures), Arete Consultancy, Ariva Academy and International Learning Styles Network. An effective motivational-inspirational speaker, addressing huge to small group audiences through conferences and public seminars annually. With his contagious energy and high-impact presentations, audience would normally laud him for his unique style of delivery that is sure to mesmerize your feelings through his hilarious antics yet will disturbed your thinking with his power packed principles in the most AWESOME WAY! An educator by heart he has been adjudged as the former most outstanding college instructor of social-political sciences in Centro Escolar University where he took up AB Political Science and Master’s Degree in Southeast Asian Studies. His experience in public-community service and organizing skills led him to work in Congress as the former National Youth Director of CIBAC party-list and was later recruited in Malacanang as Technical Assistant-Presidential Staff Officer VI for Youth Affairs. A social thinker and opinion maker expressing his analysis on current issues through the media as former host and co-producer of the TV show “PERSPECTIVES” with former Marikina Mayor Marides C. Fernando broadcasting on Global News Network (GNN) from 2009-2013.</li>\n 	<li>\n<h3>POCHOLO GONZALES</h3>\nPocholo is veteran voice artist, experienced radio broadcaster, and author. He is known as the “<a href=\"http://www.pochologonzales.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VoiceMaster of the Philippines</a>” for having utilized his voice not only for the purpose of entertaining, but more importantly for inspiring, motivating and empowering people.\n\n[caption id=\"attachment_3507\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3507\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/pocholo-gonzales-leadership-speaker-top-3-300x200.jpg\" alt=\"Pocholo Gonzales is a leadership speaker.\" width=\"300\" height=\"200\" /> Pocholo Gonzales is a leadership speaker.[/caption]\n\nA graduate of BA Speech Communication graduate from the University of the Philippines, Diliman where he also took his Master’s Degree on Broadcast Communication, his biggest accomplishment as a voice artist is being the voice of the greatest book ever written – the Holy Bible. Pocholo has been selected among dozens of voice artists to read the Filipino AudioBible produced by Biblica, the world’s largest distributor of the Bible in different languages round the world.He has been featured in several television programs like Balitang K, Matanglawin and Kabuhayang Swak na Swak in ABS CBN, I Juander and Kapuso Mo, Jessica Soho in GMA, ShopTalk in ANC, Tribe in Net 25 and Sweet Life in QTV. He was also featured in both print and online publications like Speed Magazine, The Philippine Star, Manila Bulletin and Raket.ph. He was even featured in some radio programs of DZBB, DZRJ, UNTV Radio and DZRH.\n\nBecause of his accomplishments as a voice artist, Pocholo became the only Filipino-Asian panelist in the 2012 VoiceOver International Creative Experience (VOICE) Convention held in Anaheim, California.\n\nHe is the founder of Voice of the Youth Network (VOTY), an advocacy organization that aims to inform, inspire, involve and empower the Filipino youth through media and Information and Communications Technology (ICT). VOTY has over 20 radio programs all over the country.\n\nIn May 2015, Pocholo has been chosen to be one of the delegates – and one of the youngest participants – to the Advanced Leadership Training of Haggai Institute in Maui, Hawaii. Haggai Institute is a worldwide community of Christian leaders that takes evangelistic expertise to places where it’s needed most. Students of the Advanced Leadership Training come from almost every profession from every Christian tradition. Despite the diversity of their backgrounds, all are focused on one task – bringing the values of Jesus Christ to the world, through direct evangelism or humanitarian efforts.</li>\n 	<li>\n<h3>JESSE FRANCIS REBUSTILLO, FPM</h3>\nJesse has extensive exposure in the field of Human Resource Management.\n\nHe earned his MBA degree at the Ateneo Graduate School of Business (sans thesis) and BSBA Management course, magna cum laude, from the Aquinas University, Legazpi City. He has a Diploma in Human Resource Development, Compensation Management, Labor Relations, and HR Planning and Acquisition from the Jose Rizal University.\n\nHe is a Management and Human Resource Consultant, Training Consultant, Seminar Facilitator and Speaker as he conducts programs on values, leadership, emotional intelligence, work life integration, team alignment, career development, job hunting as well as sales and customer service.\n\n[caption id=\"attachment_3538\" align=\"alignleft\" width=\"259\"]<img class=\"size-medium wp-image-3538\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/jesse-rebustillo-speaker-philippines-259x300.jpg\" alt=\"Jesse Rebustillo, Professional Speaker in the Philippines\" width=\"259\" height=\"300\" /> Jesse Rebustillo, Professional Speaker in the Philippines[/caption]\n\nJesse was the Corporate Human Resources Head of the Philippine Daily Inquirer. He shifted career to become the Inquirer’s AVP for Sales - Classified Advertising and then was promoted as AVP for Industry Relations. Jesse was the Editor of the Inquirer’s Working People Section and the Chairman / Editor of ECOP’s Philippine Employer Magazine.\n\nHe was the 2011 President of the Philippine Society for Training and Development (PSTD) and the 2016, President of the People Management Association of the Philippines (PMAP), currently the CFO of the Philippine Association of Professional Speakers (PAPS), and a member of the Board of Trustee of the Philippine Council of Associations and Association Executives (PCAAE).\n\nHe is now a happy retiree.\n\nCurrently he is a Training and HR Consultant of the International Labor Organization (ILO), ECOP and PMAP and teaches HRM subjects at the Masters in People Management, Lyceum Graduate School and San Beda, Alabang. He was recently bestowed Fellow in People Management by the Philippine Society of Fellows in People Management.\n\nDespite his hectic schedule, Jesse devotes his time as a diligent Special Minister of the Holy Communion at Our Lady of Remedies Parish in Malate, Manila. He is a music lover and knows how to play the piano enjoys bonsai, gardening and baking and to fill up some empty spaces in his appointment book, breeds forty-two dogs and a father to two adopted boys.</li>\n 	<li>\n<h3>JOEY GARCIA</h3>\nJoey is a professional speaker specializing in branding, marketing, management, and entrepreneurship. He is Executive Vice President and COO of Rai Rai Ken Restaurant Group.\n\nHe joined the company at the age 14 as a graphic artist. At 18, he professionally handled the marketing department. Two years later, he helped his father, Benjie, as head of Business Development.\n\nAs a natural creative entrepreneur, his dedication and love of work turned their “carinderia” into a world-class Japanese restaurant group.\nCurrently the Vice President of Rairaiken Restaurant group, which owns and operates Rairaiken, Ramen Metro, Tokyo Joe, and Chef Benjie-san’s Oishi Batchoi.\n\n[caption id=\"attachment_3540\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3540\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/joey-garcia-leadership-speaker-philippines-300x300.jpg\" alt=\"Joey Garcia is CEO if Titan Business Ventures\" width=\"300\" height=\"300\" /> Joey Garcia is CEO if Titan Business Ventures[/caption]\n\nA few years ago, he also got involved in hotel and events business through their newly built Takara Hotel in Laguna. He is a graduate of Marketing Management from San Beda College and Entrepreneur Development at the Asian Institute of Management. He also took further studies and got his Master of Entrepreneurship at the Ateneo Graduate School of Business in 2017.\n\nHe is an active professional and community leader through his membership and involvement with Junior Chamber International – Makati (JCI-MAKATI) and Philippine Association of Professional Speakers (PAPS).\n\nHe’s a father of four and a husband to Ms. Marinel C. Garcia.</li>\n 	<li>\n<h3>TONI MIRANDA</h3>\nToni Miranda believes that making a good first impression is a choice. How you carry yourself, how you speak, and how you behave at the initial contact create a lasting impact. Unfortunately, not all first impressions have a positive effect. This can make or break a possible relationship. It can get you hired for a job or not. Also, it can get you a sale or not. Do you want to have that positive and powerful first impression?\n\nToni knows well how first impressions impact an individual. Her 20-year professional background gave her first-hand experience on leadership and first impressions. She knows what she’s talking about.\n\n[caption id=\"attachment_3549\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3549\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/Toni-Miranda-Leadership-Speaker-Philippines-1-200x300.jpg\" alt=\"Toni Miranda is CEO of Radiance Image Consultancy.\" width=\"200\" height=\"300\" /> Toni Miranda is CEO of Radiance Image Consultancy.[/caption]\n\nToday, she is the sought-after speaker and trainer in the Philippines and abroad. She has mastered The Impact of First Impressions and The Power of Executive Presence over the years. She has been training leaders and companies from different fields and industries.\nToni is your speaker and trainer of choice. She received the Image Asia Advanced Practitioner (AP) certification, Image Asia Essentials (IE) certifications and Diploma certification from Academy of Image Mastery and the London Image Institute. Toni also received her Masterclass certi cation from the Illustra Business School in the US.She also holds an International Certification of Certified Image Consultant from the Association of Image Consultants International (AICI-CIC). Occasionally, Toni maintains her lifestyle blog, toni.ph. She makes time for fitness and wellness. She also volunteers as a life coach in her church ministry. She is a joyful wife and a fulfilled mother. She loves to travel with her husband and two adult children.\n\nHer subject of expertise include: Strengthening the Impact and Influence of Leadership, improving the Customer Experience and increasing Productivity through the Power of Executive Presence, First Impressions, Mind-setting, and Work Ethics and Professionalism.\n\nHer affiliations are: Vice President: Association of Image Consultants International (AICI), Board Member: Network for Enterprising Women (NEW) , Executive Committee Member: Philippine Association of Professional Speakers (PAPS) and Previous President: Business Network International Makati (BNI)</li>\n 	<li>\n<h3>MEG B. MARZAN</h3>\nMeg B. Marzan is a training, coach, consultant, and an entrepreneur with more than 15 years of experience in the fields of sales, negotiation, logistics, freight forwarding, purchasing, and supply chain management. With her original framework, processes, and tools, she has contributed to the science of business processes specializing in logistics strategy, supply chain management, simplified problem solving, and effective communication. She has a valuable combination of being a resource speaker, a seasoned and successful practitioner, an educator, and a consultant for logistics, brokerage, sales, general management, assets and property management.\n\nAs a trainer and founder of iLearn Professional Solutions Inc., she was able to provide trainings and consulting programs for clients such as the Yamaha Motors, Mitsui Frontier, Total Packaging Solutions, EEI Corporation, STMI, SM Advantage, Coffee Bean, UCC Café, Atlanta Industries, Delfi Marketing Inc, Hyundai Automotive, Honda, SM, Puregold, Dole Asia, Carry Boy Philippines, Department of Health, Pag-IBIG, GSIS, PNOC among others.\n\n[caption id=\"attachment_3587\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3587\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/leadership-speaker-philippines-meg-marzan-300x300.jpg\" alt=\"Mary Grace Bersola Marzan of i-Learn International Learning Institute\" width=\"300\" height=\"300\" /> Meg B. Marzan of i-Learn Professional Solutions, Inc.[/caption]\n\nShe brings her experience and success in discussing general management topics and has spoken for numerous conventions and conferences of industries and the academe aimed at improving Logistics &amp; Distribution Systems.She is the current Marketing and Sales Director of MZAN Logistics and Distribution Inc. holding a Bachelor’s and a Master’s Degree in Customs Administration. She has also earned credits from the Ateneo School of Professionals on Entrepreneurship and Supply Chain Management. She is the former Lead Contributor for the Logistics Department of a pioneering Information Technology (IT) school in the country, who now practices training, coaching and career counseling.\n\nShe recently acquired a Certification on Human Resource Management from the International Federation of Professional Managers (IFPM) which is a globally recognized designation for HR Professionals.</li>\n 	<li>\n<h3>RENE ESPINOSA</h3>\nRene Espinosa is a leading authority on sales training. He has been featured in sales learning sessions here and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion, handling of objections and closing.\n\nWhat his clients like about him is not just the substantive and hot-off-the-grill content of his workshop, but also his engaging facilitation style - lively, thought-provoking and inspiring. More importantly, he knows how to put the pedal to the metal to bring out the best in the participants and transform them into sales champions.\n\n[caption id=\"attachment_3590\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3590\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/rene-espinosa-powermax-negosentro-com-300x281.png\" alt=\"Motivational Sales Leadership Speaker Philippines\" width=\"300\" height=\"281\" /> Rene Espinosa is a motivational sales leadership speaker in the Philippines.[/caption]\n\nThrough public and in-house seminars, he has served the training needs of organizations and companies like Philippine Daily Inquirer, Slimmers World, Suzuki Philippines, Pilipinas Shell, Cebuana Lhuilier, Dole Philippines, World Vision, Canon Marketing, Vitarich Corporation, Microlab, Teleperformance, Unilab, Fil-Invest Land, etc.As an avid exponent of continuous improvement, he relentlessly exerts efforts to keep adding value to himself. His credo is your next performance must be an improvement of the previous one. Needless to say, you can expect his next training to be a better version of the last.\n\nHe is the President of Powermax Consulting Group, Inc., a company that produces events and books speakers. Concurrently, he is also the President of Advertising and Gaming Fabrication, Inc. (AGFI), ), a company engaged in fabrication of signage, food carts and kiosks, gaming modules and corporate giveaways.</li>\n</ol>','Top Leadership Speakers in the Philippines','','inherit','closed','closed','','394-revision-v1','','','2019-10-06 14:24:06','2019-10-06 14:24:06','',394,'https://thespeechcamp.com/motivational-insights/394-revision-v1/',0,'revision','',0),(396,1,'2019-10-06 14:27:02','2019-10-06 14:27:02','Lloyd Luna is CEO is Stepback, a culture transformation company.','Asian Leadership Speaker Philippines Lloyd Luna Photo','Lloyd Luna is CEO is Stepback, a culture transformation company.','inherit','open','closed','','asian-leadership-speaker-philippines-lloyd-luna-photo','','','2019-10-06 14:27:22','2019-10-06 14:27:22','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png',0,'attachment','image/png',0),(399,1,'2019-10-06 14:30:29','2019-10-06 14:30:29','Pocholo Gonzales is president of Creativoices Productions.','Pocholo The VoiceMaster Gonzales','Pocholo Gonzales is president of Creativoices Productions.','inherit','open','closed','','pocholo-the-voicemaster-gonzales','','','2019-10-06 14:31:12','2019-10-06 14:31:12','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg',0,'attachment','image/jpeg',0),(397,1,'2019-10-06 14:27:31','2019-10-06 14:27:31','<ol>\n 	<li>\n<h3>LLOYD LUNA</h3>\nHe is the first and only Filipino to represent the Philippines in a <a href=\"http://www.gss2018.com/\" target=\"_blank\" rel=\"noopener noreferrer\">global speakers summit</a>. He is the founder and CEO of Stepback, a culture transformation company that helps leaders and organizations see the bigger picture in life and at work. He has been an <a href=\"http://www.leadershipspeakerphilippines.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Asian motivational leadership speaker</a> for 14 years, delivering an average of 120 inspirational speeches annually. He has authored 16 books and is a radio and television talk-show host, songwriter, publisher, and serial entrepreneur.\n\nThe youngest board member of the <a href=\"http://www.globalspeakersfederation.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Global Speakers Federation</a>, which has 15 member-countries worldwide including the Philippines, Lloyd is the founder and president of the <a href=\"http://www.paps.ph/\" target=\"_blank\" rel=\"noopener noreferrer\">Philippine Association of Professional Speakers</a>.\n\n[caption id=\"attachment_396\" align=\"alignleft\" width=\"218\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\"><img class=\"size-medium wp-image-396\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png\" alt=\"Top Filipino Leadership Speaker Philippines\" width=\"218\" height=\"300\" /></a> Lloyd Luna is CEO is Stepback, a culture transformation company.[/caption]\n\nAs author and originator of <a href=\"http://www.stepback.xyz/\" target=\"_blank\" rel=\"noopener noreferrer\">Stepback Leadership—the lost art of Filipino leadership</a>— Lloyd teaches the practice of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Ifugao Rice Terraces, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to inspire, teach, and equip them; (2) stepping back to permit, evaluate, and mentor them; and (3) stepping up to explore, strategize, and innovate with them. He argues that these three steps are founded mainly on trust, collaboration, and humanity. Lloyd is the president of <a href=\"http://www.lloydluna.com/\" target=\"_blank\" rel=\"noopener noreferrer\">LLOYDLUNA Communications</a>, the parent company of Stepback, Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music. He is the founder of the Registered Speaking Professional Institute of the Philippines, a certifying body that gives RSP designation to qualified professional speakers in the country.\n\nLloyd has been a resource speaker in over 1,000 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various Philippine universities and colleges.\n\nFor his work as motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2018, he was also nominated by <a href=\"http://www.gonegosyo.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Go Negosyo</a> for the ASEAN Business Awards.</li>\n 	<li>\n<h3>AL IAN BARCELONA</h3>\nIan is the Managing Director and Chief Awesome Officer of AIB Training Company. For a decade, his firm has conducted high-impact trainings, seminars and team buildings among top companies such as Puregold, Sysmex International, Paramount Life Insurance, Shell, Camella-Vistaland, Goodfellow Pharma, Pilipinas Hino, Philippine National Bank, Western Union, Reed Elsevier Philippines. He has also engaged with professional-reputable organizations which include the Philipine Association of Administrative Officers and Secretaries (PAS), Philippine Association of Medical Technologist (PAMET), League of Nurses &amp; Nutritionists, Philippine NGO Support (PHANSUP), Philippine Insurance Agents Assoc. (PIFAAP), Rotary Clubs, Philippine Jaycees and the Philippine Marketing Association (PMA). AIB also conducts training to government agencies and institutions such as the Philippine Trade Training Center (DTI-PTTC), Department of Health, Philippine Army, Philippine Air Force, Department of Justice, Philhealth, DILG, and was a former consultant to the Department of Education. Through the years his team has helped develop youth and academic leaders, professionals, managers and leaders in a nationwide scale.\n\n[caption id=\"attachment_3504\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3504\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/al-ian-barcelonal-motivational-speaker-300x300.jpg\" alt=\"al ian barcelona motivational speaker\" width=\"300\" height=\"300\" /> Al Ian Barcelona is a motivational speaker.[/caption]\n\nHe is also a partner speaker-consultant to training companies such as Breakthrough Leadership Management Consulting Company (the mother company of Salt and Light Ventures), Arete Consultancy, Ariva Academy and International Learning Styles Network. An effective motivational-inspirational speaker, addressing huge to small group audiences through conferences and public seminars annually. With his contagious energy and high-impact presentations, audience would normally laud him for his unique style of delivery that is sure to mesmerize your feelings through his hilarious antics yet will disturbed your thinking with his power packed principles in the most AWESOME WAY! An educator by heart he has been adjudged as the former most outstanding college instructor of social-political sciences in Centro Escolar University where he took up AB Political Science and Master’s Degree in Southeast Asian Studies. His experience in public-community service and organizing skills led him to work in Congress as the former National Youth Director of CIBAC party-list and was later recruited in Malacanang as Technical Assistant-Presidential Staff Officer VI for Youth Affairs. A social thinker and opinion maker expressing his analysis on current issues through the media as former host and co-producer of the TV show “PERSPECTIVES” with former Marikina Mayor Marides C. Fernando broadcasting on Global News Network (GNN) from 2009-2013.</li>\n 	<li>\n<h3>POCHOLO GONZALES</h3>\nPocholo is veteran voice artist, experienced radio broadcaster, and author. He is known as the “<a href=\"http://www.pochologonzales.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VoiceMaster of the Philippines</a>” for having utilized his voice not only for the purpose of entertaining, but more importantly for inspiring, motivating and empowering people.\n\n[caption id=\"attachment_3507\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3507\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/pocholo-gonzales-leadership-speaker-top-3-300x200.jpg\" alt=\"Pocholo Gonzales is a leadership speaker.\" width=\"300\" height=\"200\" /> Pocholo Gonzales is a leadership speaker.[/caption]\n\nA graduate of BA Speech Communication graduate from the University of the Philippines, Diliman where he also took his Master’s Degree on Broadcast Communication, his biggest accomplishment as a voice artist is being the voice of the greatest book ever written – the Holy Bible. Pocholo has been selected among dozens of voice artists to read the Filipino AudioBible produced by Biblica, the world’s largest distributor of the Bible in different languages round the world.He has been featured in several television programs like Balitang K, Matanglawin and Kabuhayang Swak na Swak in ABS CBN, I Juander and Kapuso Mo, Jessica Soho in GMA, ShopTalk in ANC, Tribe in Net 25 and Sweet Life in QTV. He was also featured in both print and online publications like Speed Magazine, The Philippine Star, Manila Bulletin and Raket.ph. He was even featured in some radio programs of DZBB, DZRJ, UNTV Radio and DZRH.\n\nBecause of his accomplishments as a voice artist, Pocholo became the only Filipino-Asian panelist in the 2012 VoiceOver International Creative Experience (VOICE) Convention held in Anaheim, California.\n\nHe is the founder of Voice of the Youth Network (VOTY), an advocacy organization that aims to inform, inspire, involve and empower the Filipino youth through media and Information and Communications Technology (ICT). VOTY has over 20 radio programs all over the country.\n\nIn May 2015, Pocholo has been chosen to be one of the delegates – and one of the youngest participants – to the Advanced Leadership Training of Haggai Institute in Maui, Hawaii. Haggai Institute is a worldwide community of Christian leaders that takes evangelistic expertise to places where it’s needed most. Students of the Advanced Leadership Training come from almost every profession from every Christian tradition. Despite the diversity of their backgrounds, all are focused on one task – bringing the values of Jesus Christ to the world, through direct evangelism or humanitarian efforts.</li>\n 	<li>\n<h3>JESSE FRANCIS REBUSTILLO, FPM</h3>\nJesse has extensive exposure in the field of Human Resource Management.\n\nHe earned his MBA degree at the Ateneo Graduate School of Business (sans thesis) and BSBA Management course, magna cum laude, from the Aquinas University, Legazpi City. He has a Diploma in Human Resource Development, Compensation Management, Labor Relations, and HR Planning and Acquisition from the Jose Rizal University.\n\nHe is a Management and Human Resource Consultant, Training Consultant, Seminar Facilitator and Speaker as he conducts programs on values, leadership, emotional intelligence, work life integration, team alignment, career development, job hunting as well as sales and customer service.\n\n[caption id=\"attachment_3538\" align=\"alignleft\" width=\"259\"]<img class=\"size-medium wp-image-3538\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/jesse-rebustillo-speaker-philippines-259x300.jpg\" alt=\"Jesse Rebustillo, Professional Speaker in the Philippines\" width=\"259\" height=\"300\" /> Jesse Rebustillo, Professional Speaker in the Philippines[/caption]\n\nJesse was the Corporate Human Resources Head of the Philippine Daily Inquirer. He shifted career to become the Inquirer’s AVP for Sales - Classified Advertising and then was promoted as AVP for Industry Relations. Jesse was the Editor of the Inquirer’s Working People Section and the Chairman / Editor of ECOP’s Philippine Employer Magazine.\n\nHe was the 2011 President of the Philippine Society for Training and Development (PSTD) and the 2016, President of the People Management Association of the Philippines (PMAP), currently the CFO of the Philippine Association of Professional Speakers (PAPS), and a member of the Board of Trustee of the Philippine Council of Associations and Association Executives (PCAAE).\n\nHe is now a happy retiree.\n\nCurrently he is a Training and HR Consultant of the International Labor Organization (ILO), ECOP and PMAP and teaches HRM subjects at the Masters in People Management, Lyceum Graduate School and San Beda, Alabang. He was recently bestowed Fellow in People Management by the Philippine Society of Fellows in People Management.\n\nDespite his hectic schedule, Jesse devotes his time as a diligent Special Minister of the Holy Communion at Our Lady of Remedies Parish in Malate, Manila. He is a music lover and knows how to play the piano enjoys bonsai, gardening and baking and to fill up some empty spaces in his appointment book, breeds forty-two dogs and a father to two adopted boys.</li>\n 	<li>\n<h3>JOEY GARCIA</h3>\nJoey is a professional speaker specializing in branding, marketing, management, and entrepreneurship. He is Executive Vice President and COO of Rai Rai Ken Restaurant Group.\n\nHe joined the company at the age 14 as a graphic artist. At 18, he professionally handled the marketing department. Two years later, he helped his father, Benjie, as head of Business Development.\n\nAs a natural creative entrepreneur, his dedication and love of work turned their “carinderia” into a world-class Japanese restaurant group.\nCurrently the Vice President of Rairaiken Restaurant group, which owns and operates Rairaiken, Ramen Metro, Tokyo Joe, and Chef Benjie-san’s Oishi Batchoi.\n\n[caption id=\"attachment_3540\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3540\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/joey-garcia-leadership-speaker-philippines-300x300.jpg\" alt=\"Joey Garcia is CEO if Titan Business Ventures\" width=\"300\" height=\"300\" /> Joey Garcia is CEO if Titan Business Ventures[/caption]\n\nA few years ago, he also got involved in hotel and events business through their newly built Takara Hotel in Laguna. He is a graduate of Marketing Management from San Beda College and Entrepreneur Development at the Asian Institute of Management. He also took further studies and got his Master of Entrepreneurship at the Ateneo Graduate School of Business in 2017.\n\nHe is an active professional and community leader through his membership and involvement with Junior Chamber International – Makati (JCI-MAKATI) and Philippine Association of Professional Speakers (PAPS).\n\nHe’s a father of four and a husband to Ms. Marinel C. Garcia.</li>\n 	<li>\n<h3>TONI MIRANDA</h3>\nToni Miranda believes that making a good first impression is a choice. How you carry yourself, how you speak, and how you behave at the initial contact create a lasting impact. Unfortunately, not all first impressions have a positive effect. This can make or break a possible relationship. It can get you hired for a job or not. Also, it can get you a sale or not. Do you want to have that positive and powerful first impression?\n\nToni knows well how first impressions impact an individual. Her 20-year professional background gave her first-hand experience on leadership and first impressions. She knows what she’s talking about.\n\n[caption id=\"attachment_3549\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3549\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/Toni-Miranda-Leadership-Speaker-Philippines-1-200x300.jpg\" alt=\"Toni Miranda is CEO of Radiance Image Consultancy.\" width=\"200\" height=\"300\" /> Toni Miranda is CEO of Radiance Image Consultancy.[/caption]\n\nToday, she is the sought-after speaker and trainer in the Philippines and abroad. She has mastered The Impact of First Impressions and The Power of Executive Presence over the years. She has been training leaders and companies from different fields and industries.\nToni is your speaker and trainer of choice. She received the Image Asia Advanced Practitioner (AP) certification, Image Asia Essentials (IE) certifications and Diploma certification from Academy of Image Mastery and the London Image Institute. Toni also received her Masterclass certi cation from the Illustra Business School in the US.She also holds an International Certification of Certified Image Consultant from the Association of Image Consultants International (AICI-CIC). Occasionally, Toni maintains her lifestyle blog, toni.ph. She makes time for fitness and wellness. She also volunteers as a life coach in her church ministry. She is a joyful wife and a fulfilled mother. She loves to travel with her husband and two adult children.\n\nHer subject of expertise include: Strengthening the Impact and Influence of Leadership, improving the Customer Experience and increasing Productivity through the Power of Executive Presence, First Impressions, Mind-setting, and Work Ethics and Professionalism.\n\nHer affiliations are: Vice President: Association of Image Consultants International (AICI), Board Member: Network for Enterprising Women (NEW) , Executive Committee Member: Philippine Association of Professional Speakers (PAPS) and Previous President: Business Network International Makati (BNI)</li>\n 	<li>\n<h3>MEG B. MARZAN</h3>\nMeg B. Marzan is a training, coach, consultant, and an entrepreneur with more than 15 years of experience in the fields of sales, negotiation, logistics, freight forwarding, purchasing, and supply chain management. With her original framework, processes, and tools, she has contributed to the science of business processes specializing in logistics strategy, supply chain management, simplified problem solving, and effective communication. She has a valuable combination of being a resource speaker, a seasoned and successful practitioner, an educator, and a consultant for logistics, brokerage, sales, general management, assets and property management.\n\nAs a trainer and founder of iLearn Professional Solutions Inc., she was able to provide trainings and consulting programs for clients such as the Yamaha Motors, Mitsui Frontier, Total Packaging Solutions, EEI Corporation, STMI, SM Advantage, Coffee Bean, UCC Café, Atlanta Industries, Delfi Marketing Inc, Hyundai Automotive, Honda, SM, Puregold, Dole Asia, Carry Boy Philippines, Department of Health, Pag-IBIG, GSIS, PNOC among others.\n\n[caption id=\"attachment_3587\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3587\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/leadership-speaker-philippines-meg-marzan-300x300.jpg\" alt=\"Mary Grace Bersola Marzan of i-Learn International Learning Institute\" width=\"300\" height=\"300\" /> Meg B. Marzan of i-Learn Professional Solutions, Inc.[/caption]\n\nShe brings her experience and success in discussing general management topics and has spoken for numerous conventions and conferences of industries and the academe aimed at improving Logistics &amp; Distribution Systems.She is the current Marketing and Sales Director of MZAN Logistics and Distribution Inc. holding a Bachelor’s and a Master’s Degree in Customs Administration. She has also earned credits from the Ateneo School of Professionals on Entrepreneurship and Supply Chain Management. She is the former Lead Contributor for the Logistics Department of a pioneering Information Technology (IT) school in the country, who now practices training, coaching and career counseling.\n\nShe recently acquired a Certification on Human Resource Management from the International Federation of Professional Managers (IFPM) which is a globally recognized designation for HR Professionals.</li>\n 	<li>\n<h3>RENE ESPINOSA</h3>\nRene Espinosa is a leading authority on sales training. He has been featured in sales learning sessions here and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion, handling of objections and closing.\n\nWhat his clients like about him is not just the substantive and hot-off-the-grill content of his workshop, but also his engaging facilitation style - lively, thought-provoking and inspiring. More importantly, he knows how to put the pedal to the metal to bring out the best in the participants and transform them into sales champions.\n\n[caption id=\"attachment_3590\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3590\" src=\"http://www.stepback.xyz/wp-content/uploads/2018/12/rene-espinosa-powermax-negosentro-com-300x281.png\" alt=\"Motivational Sales Leadership Speaker Philippines\" width=\"300\" height=\"281\" /> Rene Espinosa is a motivational sales leadership speaker in the Philippines.[/caption]\n\nThrough public and in-house seminars, he has served the training needs of organizations and companies like Philippine Daily Inquirer, Slimmers World, Suzuki Philippines, Pilipinas Shell, Cebuana Lhuilier, Dole Philippines, World Vision, Canon Marketing, Vitarich Corporation, Microlab, Teleperformance, Unilab, Fil-Invest Land, etc.As an avid exponent of continuous improvement, he relentlessly exerts efforts to keep adding value to himself. His credo is your next performance must be an improvement of the previous one. Needless to say, you can expect his next training to be a better version of the last.\n\nHe is the President of Powermax Consulting Group, Inc., a company that produces events and books speakers. Concurrently, he is also the President of Advertising and Gaming Fabrication, Inc. (AGFI), ), a company engaged in fabrication of signage, food carts and kiosks, gaming modules and corporate giveaways.</li>\n</ol>','Top Leadership Speakers in the Philippines','','inherit','closed','closed','','394-revision-v1','','','2019-10-06 14:27:31','2019-10-06 14:27:31','',394,'https://thespeechcamp.com/motivational-insights/394-revision-v1/',0,'revision','',0),(398,1,'2019-10-06 14:28:59','2019-10-06 14:28:59','Al Ian Barcelona of AIB Training Events and Communications','al ian barcelonal motivational speaker','Al Ian Barcelona of AIB Training Events and Communications','inherit','open','closed','','al-ian-barcelonal-motivational-speaker','','','2019-10-06 14:29:33','2019-10-06 14:29:33','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg',0,'attachment','image/jpeg',0),(400,1,'2019-10-06 14:31:56','2019-10-06 14:31:56','Jesse Rebustillo is 2019-2020 President of Philippine Association of Professional Speakers.','jesse rebustillo speaker philippines','Jesse Rebustillo is 2019-2020 President of Philippine Association of Professional Speakers.','inherit','open','closed','','jesse-rebustillo-speaker-philippines','','','2019-10-06 14:32:36','2019-10-06 14:32:36','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg',0,'attachment','image/jpeg',0),(401,1,'2019-10-06 14:33:28','2019-10-06 14:33:28','Joey Garcia is the President of TITANS Business Ventures.','joey garcia leadership speaker philippines','Joey Garcia is the President of TITANS Business Ventures.','inherit','open','closed','','joey-garcia-leadership-speaker-philippines','','','2019-10-06 14:34:10','2019-10-06 14:34:10','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg',0,'attachment','image/jpeg',0),(403,1,'2019-10-06 14:36:25','2019-10-06 14:36:25','','leadership speaker philippines meg marzan','Meg Marzan is president of iLearn International Institute.','inherit','open','closed','','leadership-speaker-philippines-meg-marzan','','','2019-10-06 14:36:44','2019-10-06 14:36:44','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg',0,'attachment','image/jpeg',0),(402,1,'2019-10-06 14:34:50','2019-10-06 14:34:50','','Toni Miranda Leadership Speaker Philippines','Toni Miranda is an expert speaker on Executive Presence.','inherit','open','closed','','toni-miranda-leadership-speaker-philippines','','','2019-10-06 14:35:30','2019-10-06 14:35:30','',394,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg',0,'attachment','image/jpeg',0),(405,1,'2019-10-06 14:39:36','2019-10-06 14:39:36','<ol>\n 	<li>\n<h3>LLOYD LUNA</h3>\nHe is the first and only Filipino to represent the Philippines in a <a href=\"http://www.gss2018.com/\" target=\"_blank\" rel=\"noopener noreferrer\">global speakers summit</a>. He is the founder and CEO of Stepback, a culture transformation company that helps leaders and organizations see the bigger picture in life and at work. He has been an <a href=\"http://www.leadershipspeakerphilippines.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Asian motivational leadership speaker</a> for 14 years, delivering an average of 120 inspirational speeches annually. He has authored 16 books and is a radio and television talk-show host, songwriter, publisher, and serial entrepreneur.\n\nThe youngest board member of the <a href=\"http://www.globalspeakersfederation.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Global Speakers Federation</a>, which has 15 member-countries worldwide including the Philippines, Lloyd is the founder and president of the <a href=\"http://www.paps.ph/\" target=\"_blank\" rel=\"noopener noreferrer\">Philippine Association of Professional Speakers</a>.\n\n[caption id=\"attachment_396\" align=\"alignleft\" width=\"218\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\"><img class=\"size-medium wp-image-396\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png\" alt=\"Top Filipino Leadership Speaker Philippines\" width=\"218\" height=\"300\" /></a> Lloyd Luna is CEO of Stepback, a leadership development and culture transformation company.[/caption]\n\nAs author and originator of <a href=\"http://www.stepback.xyz/\" target=\"_blank\" rel=\"noopener noreferrer\">Stepback Leadership—the lost art of Filipino leadership</a>— Lloyd teaches the practice of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Ifugao Rice Terraces, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to inspire, teach, and equip them; (2) stepping back to permit, evaluate, and mentor them; and (3) stepping up to explore, strategize, and innovate with them. He argues that these three steps are founded mainly on trust, collaboration, and humanity. Lloyd is the president of <a href=\"http://www.lloydluna.com/\" target=\"_blank\" rel=\"noopener noreferrer\">LLOYDLUNA Communications</a>, the parent company of Stepback, Umbrella Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music. He is the founder of the Registered Speaking Professional Institute of the Philippines, a certifying body that gives RSP designation to qualified professional speakers in the country.\n\nLloyd has been a resource speaker in over 1,000 conventions, conferences, and seminars has appeared in over 200 media interviews and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various Philippine universities and colleges.\n\nFor his work as motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2018, he was also nominated by <a href=\"http://www.gonegosyo.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Go Negosyo</a> for the ASEAN Business Awards.</li>\n 	<li>\n<h3>AL IAN BARCELONA</h3>\nIan is the Managing Director and Chief Awesome Officer of AIB Training Company. For a decade, his firm has conducted high-impact training, seminars and team buildings among top companies such as Puregold, Sysmex International, Paramount Life Insurance, Shell, Camella-Vistaland, Goodfellow Pharma, Pilipinas Hino, Philippine National Bank, Western Union, Reed Elsevier Philippines. He has also engaged with professional-reputable organizations which include the Philippine Association of Administrative Officers and Secretaries (PAS), Philippine Association of Medical Technologist (PAMET), League of Nurses &amp; Nutritionists, Philippine NGO Support (PHANSUP), Philippine Insurance Agents Assoc. (PIFAAP), Rotary Clubs, Philippine Jaycees and the Philippine Marketing Association (PMA). AIB also conducts training to government agencies and institutions such as the Philippine Trade Training Center (DTI-PTTC), Department of Health, Philippine Army, Philippine Air Force, Department of Justice, Philhealth, DILG, and was a former consultant to the Department of Education. Through the years his team has helped develop youth and academic leaders, professionals, managers, and leaders on a nationwide scale.\n\n[caption id=\"attachment_398\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg\"><img class=\"size-medium wp-image-398\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker-300x300.jpg\" alt=\"Top Filipino Leadership Speaker Philippines\" width=\"300\" height=\"300\" /></a> Al Ian Barcelona of AIB Training Events and Communications[/caption]\n\nHe is also a partner speaker-consultant to training companies such as Breakthrough Leadership Management Consulting Company (the mother company of Salt and Light Ventures), Arete Consultancy, Ariva Academy and International Learning Styles Network. An effective motivational-inspirational speaker, addressing huge to small group audiences through conferences and public seminars annually. With his contagious energy and high-impact presentations, the audience would normally laud him for his unique style of delivery that is sure to mesmerize your feelings through his hilarious antics yet will disturb your thinking with his power-packed principles in the most AWESOME WAY! An educator by heart he has been adjudged as the former most outstanding college instructor of social-political sciences in Centro Escolar University where he took up AB Political Science and Master’s Degree in Southeast Asian Studies. His experience in public-community service and organizing skills led him to work in Congress as the former National Youth Director of CIBAC party-list and was later recruited in Malacanang as Technical Assistant-Presidential Staff Officer VI for Youth Affairs. A social thinker and opinion-maker expressing his analysis on current issues through the media as former host and co-producer of the TV show “PERSPECTIVES” with former Marikina Mayor Marides C. Fernando broadcasting on Global News Network (GNN) from 2009-2013.</li>\n 	<li>\n<h3>POCHOLO GONZALES</h3>\nPocholo is veteran voice artist, experienced radio broadcaster, and author. He is known as the “<a href=\"http://www.pochologonzales.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VoiceMaster of the Philippines</a>” for having utilized his voice not only for the purpose of entertaining but more importantly for inspiring, motivating and empowering people.\n\n[caption id=\"attachment_399\" align=\"alignleft\" width=\"200\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg\"><img class=\"size-medium wp-image-399\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales-200x300.jpg\" alt=\"Top Filipino Leadership Speaker Philppines\" width=\"200\" height=\"300\" /></a> Pocholo Gonzales is president of Creativoices Productions.[/caption]\n\nA graduate of BA Speech Communication graduate from the University of the Philippines, Diliman where he also took his Master’s Degree in Broadcast Communication, his biggest accomplishment as a voice artist is being the voice of the greatest book ever written – the Holy Bible. Pocholo has been selected among dozens of voice artists to read the Filipino AudioBible produced by Biblica, the world’s largest distributor of the Bible in different languages around the world. He has been featured in several television programs like Balitang K, Matanglawin and Kabuhayang Swak na Swak in ABS CBN, I Juander and Kapuso Mo, Jessica Soho in GMA, ShopTalk in ANC, Tribe in Net 25 and Sweet Life in QTV. He was also featured in both print and online publications like Speed Magazine, The Philippine Star, Manila Bulletin and Raket.ph. He was even featured in some radio programs of DZBB, DZRJ, UNTV Radio and DZRH.\n\nBecause of his accomplishments as a voice artist, Pocholo became the only Filipino-Asian panelist in the 2012 VoiceOver International Creative Experience (VOICE) Convention held in Anaheim, California.\n\nHe is the founder of Voice of the Youth Network (VOTY), an advocacy organization that aims to inform, inspire, involve and empower the Filipino youth through media and Information and Communications Technology (ICT). VOTY has over 20 radio programs all over the country.\n\nIn May 2015, Pocholo has been chosen to be one of the delegates – and one of the youngest participants – to the Advanced Leadership Training of Haggai Institute in Maui, Hawaii. Haggai Institute is a worldwide community of Christian leaders that takes evangelistic expertise to places where it’s needed most. Students of the Advanced Leadership Training come from almost every profession from every Christian tradition. Despite the diversity of their backgrounds, all are focused on one task – bringing the values of Jesus Christ to the world, through direct evangelism or humanitarian efforts.</li>\n 	<li>\n<h3>JESSE FRANCIS REBUSTILLO, FPM, RSP</h3>\nJesse has extensive exposure in the field of Human Resource Management.\n\nHe earned his MBA degree at the Ateneo Graduate School of Business (sans thesis) and BSBA Management course, magna cum laude, from the Aquinas University, Legazpi City. He has a Diploma in Human Resource Development, Compensation Management, Labor Relations, and HR Planning and Acquisition from the Jose Rizal University.\n\nHe is a Management and Human Resource Consultant, Training Consultant, Seminar Facilitator and Speaker as he conducts programs on values, leadership, emotional intelligence, work life integration, team alignment, career development, job hunting as well as sales and customer service.\n\n[caption id=\"attachment_400\" align=\"alignleft\" width=\"259\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg\"><img class=\"size-medium wp-image-400\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines-259x300.jpg\" alt=\"Best Filipino Leadership Speaker Philippines\" width=\"259\" height=\"300\" /></a> Jesse Rebustillo is the 2019-2020 President of Philippine Association of Professional Speakers.[/caption]\n\nJesse was the Corporate Human Resources Head of the Philippine Daily Inquirer. He shifted career to become the Inquirer’s AVP for Sales - Classified Advertising and then was promoted as AVP for Industry Relations. Jesse was the Editor of the Inquirer’s Working People Section and the Chairman / Editor of ECOP’s Philippine Employer Magazine.\n\nHe was the 2011 President of the Philippine Society for Training and Development (PSTD) and the 2016, President of the People Management Association of the Philippines (PMAP), currently the CFO of the Philippine Association of Professional Speakers (PAPS), and a member of the Board of Trustee of the Philippine Council of Associations and Association Executives (PCAAE).\n\nHe is now a happy retiree.\n\nCurrently, he is a Training and HR Consultant of the International Labor Organization (ILO), ECOP and PMAP and teaches HRM subjects at the Masters in People Management, Lyceum Graduate School and San Beda, Alabang. He was recently bestowed Fellow in People Management by the Philippine Society of Fellows in People Management.\n\nDespite his hectic schedule, Jesse devotes his time as a diligent Special Minister of the Holy Communion at Our Lady of Remedies Parish in Malate, Manila. He is a music lover and knows how to play the piano enjoys bonsai, gardening and baking and to fill up some empty spaces in his appointment book, breeds forty-two dogs and a father to two adopted boys.</li>\n 	<li>\n<h3>JOEY GARCIA</h3>\nJoey is a professional speaker specializing in branding, marketing, management, and entrepreneurship. He is Executive Vice President and COO of Rai Rai Ken Restaurant Group.\n\nHe joined the company at the age of 14 as a graphic artist. At 18, he professionally handled the marketing department. Two years later, he helped his father, Benjie, as head of Business Development.\n\nAs a natural creative entrepreneur, his dedication and love of work turned their “carinderia” into a world-class Japanese restaurant group.\nCurrently the Vice President of Rairaiken Restaurant group, which owns and operates Rairaiken, Ramen Metro, Tokyo Joe, and Chef Benjie-san’s Oishi Batchoi.\n\n[caption id=\"attachment_401\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg\"><img class=\"size-medium wp-image-401\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines-300x300.jpg\" alt=\"Best Leadership Speaker in the Philippines\" width=\"300\" height=\"300\" /></a> Joey Garcia is the President of TITANS Business Ventures.[/caption]\n\nA few years ago, he also got involved in hotel and events business through their newly built Takara Hotel in Laguna. He is a graduate of Marketing Management from San Beda College and Entrepreneur Development at the Asian Institute of Management. He also took further studies and got his Master of Entrepreneurship at the Ateneo Graduate School of Business in 2017.\n\nHe is an active professional and community leader through his membership and involvement with Junior Chamber International – Makati (JCI-MAKATI) and Philippine Association of Professional Speakers (PAPS).\n\nHe’s a father of four and a husband to Ms. Marinel C. Garcia.</li>\n 	<li>\n<h3>TONI MIRANDA</h3>\nToni Miranda believes that making a good first impression is a choice. How you carry yourself, how you speak, and how you behave at the initial contact create a lasting impact. Unfortunately, not all first impressions have a positive effect. This can make or break a possible relationship. It can get you hired for a job or not. Also, it can get you a sale or not. Do you want to have that positive and powerful first impression?\n\nToni knows well how first impressions impact an individual. Her 20-year professional background gave her first-hand experience on leadership and first impressions. She knows what she’s talking about.\n\n[caption id=\"attachment_402\" align=\"alignleft\" width=\"200\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg\"><img class=\"size-medium wp-image-402\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines-200x300.jpg\" alt=\"Best Filipino Leadership Speaker Philippines\" width=\"200\" height=\"300\" /></a> Toni Miranda is an expert speaker on Executive Presence.[/caption]\n\nToday, she is the sought-after speaker and trainer in the Philippines and abroad. She has mastered The Impact of First Impressions and The Power of Executive Presence over the years. She has been training leaders and companies from different fields and industries.\nToni is your speaker and trainer of choice. She received the Image Asia Advanced Practitioner (AP) certification, Image Asia Essentials (IE) certifications and Diploma certification from Academy of Image Mastery and the London Image Institute. Toni also received her Masterclass certification from the Illustra Business School in the U S.She also holds an International Certification of Certified Image Consultant from the Association of Image Consultants International (AICI-CIC). Occasionally, Toni maintains her lifestyle blog, toni.ph. She makes time for fitness and wellness. She also volunteers as a life coach in her church ministry. She is a joyful wife and a fulfilled mother. She loves to travel with her husband and two adult children.\n\nHer subject of expertise include: Strengthening the Impact and Influence of Leadership, improving the Customer Experience and increasing Productivity through the Power of Executive Presence, First Impressions, Mind-setting, and Work Ethics and Professionalism.\n\nHer affiliations are: Vice President: Association of Image Consultants International (AICI), Board Member: Network for Enterprising Women (NEW) , Executive Committee Member: Philippine Association of Professional Speakers (PAPS) and Previous President: Business Network International Makati (BNI)</li>\n 	<li>\n<h3>MEG B. MARZAN</h3>\nMeg B. Marzan is a training, coach, consultant, and an entrepreneur with more than 15 years of experience in the fields of sales, negotiation, logistics, freight forwarding, purchasing, and supply chain management. With her original framework, processes, and tools, she has contributed to the science of business processes specializing in logistics strategy, supply chain management, simplified problem solving, and effective communication. She has a valuable combination of being a resource speaker, a seasoned and successful practitioner, an educator, and a consultant for logistics, brokerage, sales, general management, assets and property management.\n\nAs a trainer and founder of iLearn Professional Solutions Inc., she was able to provide trainings and consulting programs for clients such as the Yamaha Motors, Mitsui Frontier, Total Packaging Solutions, EEI Corporation, STMI, SM Advantage, Coffee Bean, UCC Café, Atlanta Industries, Delfi Marketing Inc, Hyundai Automotive, Honda, SM, Puregold, Dole Asia, Carry Boy Philippines, Department of Health, Pag-IBIG, GSIS, PNOC among others.\n\n[caption id=\"attachment_403\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg\"><img class=\"size-medium wp-image-403\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a> Meg Marzan is president of iLearn International Institute.[/caption]\n\nShe brings her experience and success in discussing general management topics and has spoken for numerous conventions and conferences of industries and the academe aimed at improving Logistics &amp; Distribution Systems. She is the current Marketing and Sales Director of MZAN Logistics and Distribution Inc. holding a Bachelor’s and a Master’s Degree in Customs Administration. She has also earned credits from the Ateneo School of Professionals on Entrepreneurship and Supply Chain Management. She is the former Lead Contributor for the Logistics Department of a pioneering Information Technology (IT) school in the country, who now practices training, coaching and career counseling.\n\nShe recently acquired a Certification on Human Resource Management from the International Federation of Professional Managers (IFPM) which is a globally recognized designation for HR Professionals.</li>\n 	<li>\n<h3>RENE ESPINOSA</h3>\nRene Espinosa is a leading authority on sales training. He has been featured in sales learning sessions here and abroad, helping people increase their sales by strengthening their portfolio of knowledge and skills on persuasion, handling of objections and closing.\n\nWhat his clients like about him is not just the substantive and hot-off-the-grill content of his workshop, but also his engaging facilitation style - lively, thought-provoking and inspiring. More importantly, he knows how to put the pedal to the metal to bring out the best in the participants and transform them into sales champions.\n\n[caption id=\"attachment_404\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png\"><img class=\"size-medium wp-image-404\" src=\"https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com-300x281.png\" alt=\"Top Filipino Sales Leadership Philippines\" width=\"300\" height=\"281\" /></a> Rene Espinosa is the president of Powermax Consulting Group.[/caption]\n\nThrough public and in-house seminars, he has served the training needs of organizations and companies like Philippine Daily Inquirer, Slimmers World, Suzuki Philippines, Pilipinas Shell, Cebuana Lhuilier, Dole Philippines, World Vision, Canon Marketing, Vitarich Corporation, Microlab, Teleperformance, Unilab, Fil-Invest Land, etc. As an avid exponent of continuous improvement, he relentlessly exerts efforts to keep adding value to himself. His credo is your next performance must be an improvement of the previous one. Needless to say, you can expect his next training to be a better version of the last.\n\nHe is the President of Powermax Consulting Group, Inc., a company that produces events and books speakers. Concurrently, he is also the President of Advertising and Gaming Fabrication, Inc. (AGFI), ), a company engaged in fabrication of signage, food carts and kiosks, gaming modules and corporate giveaways.</li>\n</ol>','Top Leadership Speakers in the Philippines','','inherit','closed','closed','','394-revision-v1','','','2019-10-06 14:39:36','2019-10-06 14:39:36','',394,'https://thespeechcamp.com/motivational-insights/394-revision-v1/',0,'revision','',0),(559,1,'2021-03-29 10:12:20','2021-03-29 10:12:20','','Public Speaking Institute Logo','Public Speaking Institute Logo','inherit','open','closed','','psi-logo','','','2021-03-29 10:12:36','2021-03-29 10:12:36','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png',0,'attachment','image/png',0),(420,1,'2021-03-01 09:45:13','2021-03-01 09:45:13','Certified Public Speaker Logo','Certified Public Speaker Logo','Certified Public Speaker Logo','inherit','open','closed','','cps-logo-white','','','2021-03-01 09:45:34','2021-03-01 09:45:34','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png',0,'attachment','image/png',0),(558,1,'2021-03-29 10:11:20','2021-03-29 10:11:20','The Public Speaking Institute Header Logo','Public Speaking Institute Header Logo','Public Speaking Institute Header Logo','inherit','open','closed','','psi-logo-ph-header','','','2021-03-29 10:11:47','2021-03-29 10:11:47','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png',0,'attachment','image/png',0),(427,1,'2021-03-01 10:13:12','2021-03-01 10:13:12','','PSI Logo Icon','PSI Logo Icon','inherit','open','closed','','psi-logo-icon','','','2021-03-01 10:13:20','2021-03-01 10:13:20','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png',0,'attachment','image/png',0),(428,1,'2021-03-01 10:14:39','2021-03-01 10:14:39','','PSI Logo Fav Icon','PSI Logo Fav Icon','inherit','open','closed','','psi-logo-fav-icon','','','2021-03-01 10:14:47','2021-03-01 10:14:47','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png',0,'attachment','image/png',0),(429,1,'2021-03-01 10:14:52','2021-03-01 10:14:52','https://thespeechcamp.com/wp-content/uploads/2021/03/cropped-PSI-Logo-Fav-Icon.png','cropped-PSI-Logo-Fav-Icon.png','','inherit','open','closed','','cropped-psi-logo-fav-icon-png','','','2021-03-01 10:14:52','2021-03-01 10:14:52','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/cropped-PSI-Logo-Fav-Icon.png',0,'attachment','image/png',0),(438,1,'2022-09-28 03:31:44','2021-03-01 10:40:51','','CPS Certification','','publish','closed','closed','','cps-certification','','','2022-09-28 03:31:44','2022-09-28 03:31:44','',0,'https://thespeechcamp.com/?p=438',4,'nav_menu_item','',0),(440,1,'2021-03-01 10:45:35','2021-03-01 10:45:35','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Program Outline</h1>\r\n&nbsp;\r\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"98\" /> <col width=\"320\" /> <col width=\"103\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CODE&quot;}\">CODE</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DESCRIPTION&quot;}\">DESCRIPTION</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DURATION&quot;}\">DURATION</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 100&quot;}\">CHA 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Fighting stage fright&quot;}\">Fighting stage fright</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public speaking journey&quot;}\">Public speaking journey</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Three reasons for being afraid&quot;}\">Three reasons for being afraid</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The keys to control your fear&quot;}\">The keys to control your fear</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-confidence&quot;}\">Self-confidence</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 200&quot;}\">CHA 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Essentials of Public Speaking&quot;}\">The Essentials of Public Speaking</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Sender&quot;}\">The Sender</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Message&quot;}\">The Message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Receiver&quot;}\">The Receiver</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Channel&quot;}\">The Channel</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 300&quot;}\">CHA 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-mastery&quot;}\">Self-mastery</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Reason: Why am I speaking?&quot;}\">Reason: Why am I speaking?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Authenticity: Who am I?&quot;}\">Authenticity: Who am I?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Value: What can I contribute?&quot;}\">Value: What can I contribute?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 400&quot;}\">CHA 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;What\'s your character on stage?&quot;}\">What\'s your character on stage?</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Archetypes of Public Speakers&quot;}\">Archetypes of Public Speakers</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Character card of your speaking brand&quot;}\">Character card of your speaking brand</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 100&quot;}\">CON 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Identification&quot;}\">Content Identification</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The story, the journey, the message&quot;}\">The story, the journey, the message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Purpose: What the speech would like address&quot;}\">Purpose: What the speech would like address</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 200&quot;}\">CON 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Types of speeches&quot;}\">Types of speeches</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 300&quot;}\">CON 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Structure&quot;}\">Content Structure</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Parts of the speech&quot;}\">Parts of the speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Figures of speech&quot;}\">Figures of speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 100&quot;}\">COM 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking Tools Familiarization&quot;}\">Speaking Tools Familiarization</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Audio, Visual, and Venue&quot;}\">Audio, Visual, and Venue</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 200&quot;}\">COM 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Techniques&quot;}\">Public Speaking Techniques</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Pitch&quot;}\">The Pitch</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Speed&quot;}\">The Speed</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Engagement&quot;}\">The Engagement</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 300&quot;}\">COM 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking with Slides&quot;}\">Speaking with Slides</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Rules on Powerpoint&quot;}\">Rules on Powerpoint</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 400&quot;}\">COM 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Process&quot;}\">Public Speaking Process</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Preparation&quot;}\">Preparation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Performance&quot;}\">Performance</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post-evaluation&quot;}\">Post-evaluation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CPS&quot;}\">CPS</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Showcase&quot;}\">Public Speaking Showcase</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-01 10:45:35','2021-03-01 10:45:35','',435,'https://thespeechcamp.com/motivational-insights/435-revision-v1/',0,'revision','',0),(441,1,'2021-03-01 10:46:45','2021-03-01 10:46:45','Certified Public Speakers Batch 1 - Candidates','Certified Public Speakers Batch 1 - Candidates','Certified Public Speakers Batch 1 - Candidates','inherit','open','closed','','cps-batch-1-candidates-poster','','','2021-03-01 10:47:08','2021-03-01 10:47:08','',435,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png',0,'attachment','image/png',0),(442,1,'2021-03-01 10:47:18','2021-03-01 10:47:18','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Program Outline</h1>\r\n&nbsp;\r\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"98\" /> <col width=\"320\" /> <col width=\"103\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CODE&quot;}\">CODE</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DESCRIPTION&quot;}\">DESCRIPTION</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DURATION&quot;}\">DURATION</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 100&quot;}\">CHA 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Fighting stage fright&quot;}\">Fighting stage fright</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public speaking journey&quot;}\">Public speaking journey</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Three reasons for being afraid&quot;}\">Three reasons for being afraid</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The keys to control your fear&quot;}\">The keys to control your fear</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-confidence&quot;}\">Self-confidence</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 200&quot;}\">CHA 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Essentials of Public Speaking&quot;}\">The Essentials of Public Speaking</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Sender&quot;}\">The Sender</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Message&quot;}\">The Message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Receiver&quot;}\">The Receiver</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Channel&quot;}\">The Channel</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 300&quot;}\">CHA 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-mastery&quot;}\">Self-mastery</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Reason: Why am I speaking?&quot;}\">Reason: Why am I speaking?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Authenticity: Who am I?&quot;}\">Authenticity: Who am I?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Value: What can I contribute?&quot;}\">Value: What can I contribute?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 400&quot;}\">CHA 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;What\'s your character on stage?&quot;}\">What\'s your character on stage?</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Archetypes of Public Speakers&quot;}\">Archetypes of Public Speakers</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Character card of your speaking brand&quot;}\">Character card of your speaking brand</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 100&quot;}\">CON 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Identification&quot;}\">Content Identification</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The story, the journey, the message&quot;}\">The story, the journey, the message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Purpose: What the speech would like address&quot;}\">Purpose: What the speech would like address</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 200&quot;}\">CON 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Types of speeches&quot;}\">Types of speeches</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 300&quot;}\">CON 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Structure&quot;}\">Content Structure</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Parts of the speech&quot;}\">Parts of the speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Figures of speech&quot;}\">Figures of speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 100&quot;}\">COM 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking Tools Familiarization&quot;}\">Speaking Tools Familiarization</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Audio, Visual, and Venue&quot;}\">Audio, Visual, and Venue</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 200&quot;}\">COM 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Techniques&quot;}\">Public Speaking Techniques</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Pitch&quot;}\">The Pitch</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Speed&quot;}\">The Speed</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Engagement&quot;}\">The Engagement</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 300&quot;}\">COM 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking with Slides&quot;}\">Speaking with Slides</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Rules on Powerpoint&quot;}\">Rules on Powerpoint</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 400&quot;}\">COM 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Process&quot;}\">Public Speaking Process</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Preparation&quot;}\">Preparation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Performance&quot;}\">Performance</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post-evaluation&quot;}\">Post-evaluation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CPS&quot;}\">CPS</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Showcase&quot;}\">Public Speaking Showcase</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.\r\n\r\nThe Pioneering Batch\r\n\r\n[caption id=\"attachment_441\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png\"><img class=\"wp-image-441 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-01 10:47:18','2021-03-01 10:47:18','',435,'https://thespeechcamp.com/motivational-insights/435-revision-v1/',0,'revision','',0),(506,1,'2021-03-13 05:50:25','2021-03-13 05:50:25','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-13 05:50:25','2021-03-13 05:50:25','',435,'https://thespeechcamp.com/?p=506',0,'revision','',0),(443,1,'2021-03-01 10:47:55','2021-03-01 10:47:55','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Program Outline</h1>\r\n&nbsp;\r\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"98\" /> <col width=\"320\" /> <col width=\"103\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CODE&quot;}\">CODE</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DESCRIPTION&quot;}\">DESCRIPTION</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DURATION&quot;}\">DURATION</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 100&quot;}\">CHA 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Fighting stage fright&quot;}\">Fighting stage fright</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public speaking journey&quot;}\">Public speaking journey</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Three reasons for being afraid&quot;}\">Three reasons for being afraid</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The keys to control your fear&quot;}\">The keys to control your fear</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-confidence&quot;}\">Self-confidence</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 200&quot;}\">CHA 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Essentials of Public Speaking&quot;}\">The Essentials of Public Speaking</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Sender&quot;}\">The Sender</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Message&quot;}\">The Message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Receiver&quot;}\">The Receiver</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Channel&quot;}\">The Channel</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 300&quot;}\">CHA 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-mastery&quot;}\">Self-mastery</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Reason: Why am I speaking?&quot;}\">Reason: Why am I speaking?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Authenticity: Who am I?&quot;}\">Authenticity: Who am I?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Value: What can I contribute?&quot;}\">Value: What can I contribute?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 400&quot;}\">CHA 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;What\'s your character on stage?&quot;}\">What\'s your character on stage?</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Archetypes of Public Speakers&quot;}\">Archetypes of Public Speakers</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Character card of your speaking brand&quot;}\">Character card of your speaking brand</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 100&quot;}\">CON 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Identification&quot;}\">Content Identification</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The story, the journey, the message&quot;}\">The story, the journey, the message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Purpose: What the speech would like address&quot;}\">Purpose: What the speech would like address</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 200&quot;}\">CON 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Types of speeches&quot;}\">Types of speeches</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 300&quot;}\">CON 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Structure&quot;}\">Content Structure</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Parts of the speech&quot;}\">Parts of the speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Figures of speech&quot;}\">Figures of speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 100&quot;}\">COM 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking Tools Familiarization&quot;}\">Speaking Tools Familiarization</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Audio, Visual, and Venue&quot;}\">Audio, Visual, and Venue</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 200&quot;}\">COM 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Techniques&quot;}\">Public Speaking Techniques</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Pitch&quot;}\">The Pitch</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Speed&quot;}\">The Speed</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Engagement&quot;}\">The Engagement</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 300&quot;}\">COM 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking with Slides&quot;}\">Speaking with Slides</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Rules on Powerpoint&quot;}\">Rules on Powerpoint</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 400&quot;}\">COM 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Process&quot;}\">Public Speaking Process</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Preparation&quot;}\">Preparation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Performance&quot;}\">Performance</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post-evaluation&quot;}\">Post-evaluation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CPS&quot;}\">CPS</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Showcase&quot;}\">Public Speaking Showcase</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.\r\n\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n\r\n[caption id=\"attachment_441\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png\"><img class=\"wp-image-441 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-01 10:47:55','2021-03-01 10:47:55','',435,'https://thespeechcamp.com/motivational-insights/435-revision-v1/',0,'revision','',0),(449,1,'2021-03-01 10:53:23','2021-03-01 10:53:23','','CPS Logo White (small)','','inherit','open','closed','','cps-logo-white-small','','','2021-03-01 10:53:23','2021-03-01 10:53:23','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-small.png',0,'attachment','image/png',0),(571,1,'2021-04-03 08:51:16','2021-04-03 08:51:16','CPS Logo White Transparent','CPS Logo White Transparent','','inherit','open','closed','','cps-logo-white-transparent-2','','','2021-04-03 08:51:28','2021-04-03 08:51:28','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png',0,'attachment','image/png',0),(572,1,'2021-04-03 09:04:22','2021-04-03 09:04:22','Public speaking in the Philippines needs to improve. Our ability to speak in front of an audience doesn\'t speak about effective speaking. Clearly, this skill is a display of authentic connection more than it is a show of intellect. There\'s no other way but find a Filipino speech coach with a proven track record.\r\n\r\nThe Public Speaking Institute™ founder Lloyd Luna is a Filipino speech coach. He has been a professional public speaker for over 15 years. Over the course of his speaking career, he has been speaking to thousands of people for at least 100 times annually, traveling speak to companies, organizations, and government agencies here in the Philippines and abroad.\r\n\r\n[caption id=\"attachment_548\" align=\"alignright\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\"><img class=\"wp-image-548\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png\" alt=\"\" width=\"500\" height=\"313\" /></a> Lloyd Luna is a Filipino speech coach based in Manila, Philippines.[/caption]\r\n\r\nLooking up on Google to find a public speaking coach is easy. But looking at the profile is something else. This topic will help you find the best speech coach in the Philippines.\r\n\r\nFirst, let\'s define what coaching is. A simple look up suggests that \"coaching is a process that aims to improve performance and focuses on the \'here and now\' rather than on the distant past or future.\" It adds, \"Coaching is unlocking a person\'s potential to maximize their own performance. It is helping them to learn rather than teaching them.\" (Skillsyouneed.com)\r\n\r\nCan anyone who can do that be automatically called a coach? The answer is no because what happens in the coaching session depends on who the speech coach is. This is where a qualified coach or coaching comes into play.\r\n<h2>Qualifications of a public speech coach</h2>\r\n<ul>\r\n 	<li><strong>A compelling <a href=\"https://www.leadershipspeaker.ph/lloydluna/\" target=\"_blank\" rel=\"noopener\">speech coach profile</a></strong>. You read it right. What\'s the hard proof that your coach has gone through to deserve the honor and the privilege to help you learn. As a student, you must see his track record on his expertise. How many years has your coach spent in public speaking? This is important because you don\'t want to learn theories, which you might as well have taken from Google. Is he a real, experienced player in this industry? If the answer is no, what are his relevant skills and knowledge that will serve to achieve your goal? Remember, a coach with nothing but theory is probably not the best speech coach to rely on.</li>\r\n 	<li><strong>A <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">speech coaching system</a> that works.</strong> Given the scenario when you need to learn as much and as fast as you can, what is the system your coach has in place? It can\'t be just ask-what-you-want type of coaching. There must be a process you follow. Aside from that, you can\'t just rely on modular teaching method in forms of an outline. Conversely, public speaking is more than just the \"what.\" It\'s also about the \"how.\" If your speech coach can\'t teach you how it is done, forget it. Youtube is better alternative. Plus, it\'s free.</li>\r\n 	<li><strong>The <a href=\"https://thespeechcamp.com/certified-public-speaker-certification/\">product is crucial</a>.</strong> Look for the names of people he has successfully coached. Don\'t just take the coach\'s word for whatever it\'s worth. Ask his students and make a substantial research about his speech coaching program. As a student, you don\'t just spend money for a speech program. You also spend you precious time and energy to achieve your goal. If you want to achieve you goal, you need to look at the product you coach has produced. That will save you money, time, and energy.</li>\r\n</ul>\r\n<h2>Are you ready to be coached?</h2>\r\nThere you have it. A public speaking coach—or simply speech coach especially here in the Philippines—isn\'t hard to find. However, you need to be patient in looking for him or her. You must do your assignment to make sure the speech training is worth your every attention.\r\n\r\nWe have been attending thousands of seminars—now webinars—since we were kids. As we learn in school, our teachers perform  as public speakers. To say that we have really learn by the way they presented the subject matter to us is short of what it should. Because of these bitter if not disappointing experiences, two things happened: First, we stopped believing in a good speech. Second, many speakers simply followed the wrong way.\r\n\r\nIn short, the frustrating cycle of public speaking continues. It has to stop. Many Filipinos are natural communicators. They have a gift in telling stories. In fact, they have real inspiring stories to tell. The only issue is how we can bring out the best public speaker in us. There are two things here: One, if you\'re doing speech coaching primarily to earn a living without regard to the future of these students, please stop. Two, if you\'re a student who seek real speech coach, follow the tips I listed above.\r\n\r\nYou are meant to shine in public speaking. But without the best speech coach in your side, it\'s going to be an uphill struggle.','A Filipino Speech Coach in the Philippines','','inherit','closed','closed','','547-revision-v1','','','2021-04-03 09:04:22','2021-04-03 09:04:22','',547,'https://thespeechcamp.com/?p=572',0,'revision','',0),(454,1,'2021-03-01 15:18:05','2021-03-01 15:18:05','','Public Speaking Training Course Philippines','','inherit','closed','closed','','25-revision-v1','','','2021-03-01 15:18:05','2021-03-01 15:18:05','',25,'https://thespeechcamp.com/motivational-insights/25-revision-v1/',0,'revision','',0),(455,1,'2021-03-01 15:18:59','2021-03-01 15:18:59','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nSGT LLOYD ABRIA LUNA PAFR, RSP, CWS—the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at The Manila Times, and a sergeant at the Philippine Air Force Reserve Command.\r\n\r\nHe is the founder of The New Channel (TNC) Media Corp., a livestream platform for inspirational shows, Stepback, a leadership and culture development company that helps leaders and organizations see the bigger picture in life and at work, and Transformed Community, an online group on leadership transformation. The founder of Philippine Association of Professional Speakers, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\r\n \r\nLloyd is the president of LLOYDLUNA Communications, the parent company of Stepback, Umbrella Motivational Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\r\n\r\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\r\n\r\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\r\n\r\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Leadership Speaker in the Philippines','','inherit','closed','closed','','2-revision-v1','','','2021-03-01 15:18:59','2021-03-01 15:18:59','',2,'https://thespeechcamp.com/motivational-insights/2-revision-v1/',0,'revision','',0),(456,1,'2021-03-01 15:19:30','2021-03-01 15:19:30','_______________________\r\n\r\n[caption id=\"attachment_158\" align=\"alignright\" width=\"450\"]<img class=\"wp-image-158\" src=\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\" alt=\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\" width=\"450\" height=\"433\" /> Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.[/caption]\r\n\r\nSGT LLOYD ABRIA LUNA PAFR, RSP, CWS—the first Filipino to represent the Philippines in Global Speakers Summit, the first to speak in a French and European Speakers Convention, the first Filipino to become member of the board of Global Speakers Federation—is a renowned professional speaker, author of 16 best-selling books, columnist at The Manila Times, and a sergeant at the Philippine Air Force Reserve Command.\r\n\r\nHe is the founder of The New Channel (TNC) Media Corp., a livestream platform for inspirational shows, Stepback, a leadership and culture development company that helps leaders and organizations see the bigger picture in life and at work, and Transformed Community, an online group on leadership transformation. The founder of Philippine Association of Professional Speakers, he has been an Asian motivational speaker for over 15 years, delivering an average of 100 inspirational speeches annually. He is the first Registered Speaking Professional (RSP)—the highest earned designation given to Filipino professional speakers— and the first Certified Webinar Speaker (CWS) in the Philippines.\r\n \r\nLloyd is the president of LLOYDLUNA Communications, the parent company of Stepback, Umbrella Motivational Speakers, Scroll Publishing, Skybell Clothing, and Peaches Music.\r\n\r\nWidely known as #PambansangInspirasyon, he has been a resource speaker since 2004 in over 1,500 conventions, conferences, and seminars, has appeared in over 200 media interviews, and has spoken on leadership to personnel of several major global companies worldwide, to key managers and staff of Philippine government agencies, and to students and faculty of various schools in Asia.\r\n\r\nAs author and originator of “Stepback: The Lost Art of Filipino Leadership,” Lloyd teaches the philosophy of putting people at the center of leadership. Using his in-depth study of the building of the 2,000-year-old Rice Terraces of the Philippine Cordilleras, which has been named as a UNESCO World Heritage Site, Lloyd believes that great leaders are shaped and defined by three crucial steps they make for their people: (1) stepping in to educate them; (2) stepping back to delegate to them; and (3) stepping up to grow  and transform with them. He is also the framer of Intentional Transformation Framework based on his book, Transformed: How To Win In A Game Of Change.\r\n\r\nHis discovery has been the cornerstone of organizational and human capital development programs in the areas of leadership, management, sales and marketing, business development, and innovation, and change. His intensive research has made him the program resource person of Stepback Sales Leadership at the Ateneo de Manila Graduate School of Business Center for Continuing Education.\r\n\r\nFor his work as a motivational speaker, Lloyd has been conferred scores of awards over the years, among them the Collegiate Ambassador for Peace award in South Korea, remarkable alumnus of Polytechnic University of the Philippines, and the 2010 SM Supermarket Brand Ambassador award. At age 31, he was nominated for the 2013 Ten Outstanding Young Men of the Philippines award. In 2019, he was conferred Quezon Medal of Honor, the highest recognition given to a civilian by Quezon provincial government out of its 2 million population.','Certified Public Speaker in the Philippines','','inherit','closed','closed','','2-revision-v1','','','2021-03-01 15:19:30','2021-03-01 15:19:30','',2,'https://thespeechcamp.com/motivational-insights/2-revision-v1/',0,'revision','',0),(457,1,'2021-03-02 10:49:16','2021-03-02 10:49:16','','Public Speaking Philippines','','inherit','closed','closed','','25-revision-v1','','','2021-03-02 10:49:16','2021-03-02 10:49:16','',25,'https://thespeechcamp.com/motivational-insights/25-revision-v1/',0,'revision','',0),(567,1,'2021-04-03 07:13:00','2021-04-03 07:13:00','Certified Public Speaker CPS™ Logo','Certified Public Speaker CPS™ Logo','Certified Public Speaker CPS™ Logo','inherit','open','closed','','cps-logo-s-w','','','2021-04-03 07:13:32','2021-04-03 07:13:32','',25,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png',0,'attachment','image/png',0),(460,1,'2022-09-28 03:31:44','2021-03-04 04:58:25','','Enroll Now','','publish','closed','closed','','enroll-now','','','2022-09-28 03:31:44','2022-09-28 03:31:44','',0,'https://thespeechcamp.com/?p=460',1,'nav_menu_item','',0),(465,1,'2021-03-04 05:38:32','2021-03-04 05:38:32','','Best Public Speaking Training Philippines','','inherit','closed','closed','','25-revision-v1','','','2021-03-04 05:38:32','2021-03-04 05:38:32','',25,'https://thespeechcamp.com/motivational-insights/25-revision-v1/',0,'revision','',0),(468,1,'2021-03-04 05:46:35','2021-03-04 05:46:35','<label> Your name\r\n    [text* your-name] </label>\r\n\r\n<label> Your email\r\n    [email* your-email] </label>\r\n\r\n<label> Your mobile number\r\n    [text* your-mobile] </label>\r\n\r\n<label> Subject\r\n    [text* your-subject] </label>\r\n\r\n<label> Your message (required)\r\n    [textarea* your-message] </label>\r\n\r\n[submit \"Submit\"]\n1\nTPSI \"[your-subject]\"\n<inquiry@thespeechcamp.com>\nsupport@thelunagroup.net\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\nMobile: [your-mobile]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on PublicSpeaking.ph\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@publicspeaking.ph>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. To verify if we received it, please text 09171250476 now. The Public Speaking Institute is happy to hear from you.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','TPSI Contact','','publish','closed','closed','','tpsi-contact','','','2022-09-28 02:00:32','2022-09-28 02:00:32','',0,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&#038;p=468',0,'wpcf7_contact_form','',0),(564,1,'2021-03-29 10:17:50','2021-03-29 10:17:50','','Public Speaking Institute White Logo','','inherit','open','closed','','psi-logo-w','','','2021-03-29 10:18:09','2021-03-29 10:18:09','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png',0,'attachment','image/png',0),(477,1,'2021-03-04 07:08:36','2021-03-04 07:08:36','Certified Public Speakers Batch 1 - Candidates','Certified Public Speakers Batch 1 - Candidates','Certified Public Speakers Batch 1 - Candidates','inherit','open','closed','','cps-batch-1-candidates-poster-2','','','2021-03-04 07:08:49','2021-03-04 07:08:49','',435,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png',0,'attachment','image/png',0),(478,1,'2021-03-04 07:09:02','2021-03-04 07:09:02','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 7-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a 1,080-minute training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_436\" align=\"aligncenter\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\"><img class=\"wp-image-436\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"500\" height=\"500\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Program Outline</h1>\r\n&nbsp;\r\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"98\" /> <col width=\"320\" /> <col width=\"103\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CODE&quot;}\">CODE</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DESCRIPTION&quot;}\">DESCRIPTION</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DURATION&quot;}\">DURATION</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 100&quot;}\">CHA 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Fighting stage fright&quot;}\">Fighting stage fright</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public speaking journey&quot;}\">Public speaking journey</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Three reasons for being afraid&quot;}\">Three reasons for being afraid</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The keys to control your fear&quot;}\">The keys to control your fear</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-confidence&quot;}\">Self-confidence</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 200&quot;}\">CHA 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Essentials of Public Speaking&quot;}\">The Essentials of Public Speaking</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Sender&quot;}\">The Sender</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Message&quot;}\">The Message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Receiver&quot;}\">The Receiver</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Channel&quot;}\">The Channel</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 300&quot;}\">CHA 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Self-mastery&quot;}\">Self-mastery</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Reason: Why am I speaking?&quot;}\">Reason: Why am I speaking?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Authenticity: Who am I?&quot;}\">Authenticity: Who am I?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Value: What can I contribute?&quot;}\">Value: What can I contribute?</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CHA 400&quot;}\">CHA 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;What\'s your character on stage?&quot;}\">What\'s your character on stage?</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Archetypes of Public Speakers&quot;}\">Archetypes of Public Speakers</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Character card of your speaking brand&quot;}\">Character card of your speaking brand</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 100&quot;}\">CON 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Identification&quot;}\">Content Identification</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The story, the journey, the message&quot;}\">The story, the journey, the message</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Purpose: What the speech would like address&quot;}\">Purpose: What the speech would like address</td>\r\n<td data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\"></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 200&quot;}\">CON 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Types of speeches&quot;}\">Types of speeches</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CON 300&quot;}\">CON 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Content Structure&quot;}\">Content Structure</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Parts of the speech&quot;}\">Parts of the speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Figures of speech&quot;}\">Figures of speech</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 100&quot;}\">COM 100</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking Tools Familiarization&quot;}\">Speaking Tools Familiarization</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Audio, Visual, and Venue&quot;}\">Audio, Visual, and Venue</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 200&quot;}\">COM 200</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Techniques&quot;}\">Public Speaking Techniques</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Pitch&quot;}\">The Pitch</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Speed&quot;}\">The Speed</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;The Engagement&quot;}\">The Engagement</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 300&quot;}\">COM 300</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Speaking with Slides&quot;}\">Speaking with Slides</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Rules on Powerpoint&quot;}\">Rules on Powerpoint</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;COM 400&quot;}\">COM 400</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Process&quot;}\">Public Speaking Process</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:3,&quot;3&quot;:2.5}\" data-sheets-numberformat=\"{&quot;1&quot;:6,&quot;2&quot;:&quot;[h]:mm:ss&quot;,&quot;3&quot;:1}\">60:00:00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Preparation&quot;}\">Preparation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Performance&quot;}\">Performance</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post-evaluation&quot;}\">Post-evaluation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;CPS&quot;}\">CPS</td>\r\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Public Speaking Showcase&quot;}\">Public Speaking Showcase</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-04 07:09:02','2021-03-04 07:09:02','',435,'https://thespeechcamp.com/motivational-insights/435-revision-v1/',0,'revision','',0),(479,1,'2021-03-04 07:13:33','2021-03-04 07:13:33','I have been speaking professionally in front of thousands of people for over 15 years. To say that I had to take a formal schooling to develop my skill is an outright lie. No, I didn’t go to any school for public speaking. And no, I didn’t give in to the tempting offer of companies, which promise to make me a great public speaker in one day or two.\r\n\r\nWhile it seems that I’m discouraging you from enrolling in a public speaking training course, I am really not. I just want you to exercise caution in choosing a program that serves your best intention.\r\n\r\nHow does one become a public speaker? There are a lot of answers to this. But my experience can tell you it is consistent practice that can lead you to mastery of the public speaking craft. But it’s not skills all the way. If the schools or training programs you’re referring to only cover skills development, they don’t have to look very far to realize there are skillful speakers but without substance, depth, and sense. You don’t become a great public speaker because you can. Just because you can open your mouth, utter words and stand confidently in front of an audience, it doesn’t mean you’re great at what you do. I’ve met hundreds of speakers who can speak but are not listened to. Our ability to speak alone doesn’t inspire the world. It takes more than that to make an impact.\r\n\r\nPerhaps this is the same inspiration that got me to put up The Public Speaking Institute (TPSI) (www.thepublicspeakinginstitute.com), a remote learning platform that exclusively issues the Certified Public Speaker designation. This is an institute driven by passion to serve. Our vision is to produce world-class public speakers along with our mission to make public speaking easier to learn and fun to develop. We put this up because we believe we can have a better world through responsible public speakers. And that’s the key: being responsible.\r\n\r\nThe truth is people believe what public speakers say most of the time. Given the authority when one holds a microphone and takes the stage, some are not aware of the responsibility and accountability that go with every word we say. Without taking full responsibility for the public speaking craft is something our program tries to solve. We must be fully aware of the impact we have on people.\r\n\r\nAnd because it’s not all about skills, I designed a public speaking framework, which students in our institute are certified on. We call it Luna Public Speaking Framework. It suggests that there are three areas that every public speaker must work on to become a remarkably amazing speaker: Character, Content and Competency. These areas are supported by Story, Strategy and Style.\r\n\r\nWhen I started my public speaking career, the first rookie mistake I made was I didn’t embrace who I was. In fact, I didn’t recognize my role. Of course, it happens in many cases when we are just compelled to speak, but that’s beside the point. When presenting in public has become part of what you do, you must embrace your character, create original content and develop your competency.\r\n\r\nPublic speaking isn’t for everybody. Although I bet in one way or another, everyone has spoken in front of a group of people. Whatever that experience has made you believe — whether you fall in love with public speaking or you hate it —the world needs more than just talking people. They need responsible public speakers. Better yet, they need certified public speakers.\r\n\r\nOn March 8, we are embarking on a new journey to make our world better by producing better public speakers. We welcome our first batch of Certified Public Speakers-candidates, who will have to pass the certification program that runs 720 learning minutes covering 12 important subjects in this public speaking training course.\r\n\r\nIf you find this approach and methodology more compelling than any other public speaking training courses in the Philippine market today, The Public Speaking Institute is more than happy to take you in.','What is The Public Speaking Institute?','','publish','open','open','','the-public-speaking-institute','','','2021-03-20 00:11:39','2021-03-20 00:11:39','',0,'https://thespeechcamp.com/?p=479',0,'post','',0),(480,1,'2021-03-04 07:13:33','2021-03-04 07:13:33','I have been speaking professionally in front of thousands of people for over 15 years. To say that I had to take a formal schooling to develop my skill is an outright lie. No, I didn’t go to any school for public speaking. And no, I didn’t give in to the tempting offer of companies, which promise to make me a great public speaker in one day or two.\r\n\r\nWhile it seems that I’m discouraging you from enrolling in a public speaking training course, I am really not. I just want you to exercise caution in choosing a program that serves your best intention.\r\n\r\nHow does one become a public speaker? There are a lot of answers to this. But my experience can tell you it is consistent practice that can lead you to mastery of the public speaking craft. But it’s not skills all the way. If the schools or training programs you’re referring to only cover skills development, they don’t have to look very far to realize there are skillful speakers but without substance, depth, and sense. You don’t become a great public speaker because you can. Just because you can open your mouth, utter words and stand confidently in front of an audience, it doesn’t mean you’re great at what you do. I’ve met hundreds of speakers who can speak but are not listened to. Our ability to speak alone doesn’t inspire the world. It takes more than that to make an impact.\r\n\r\nPerhaps this is the same inspiration that got me to put up The Public Speaking Institute (TPSI) (www.thepublicspeakinginstitute.com), a remote learning platform that exclusively issues the Certified Public Speaker designation. This is an institute driven by passion to serve. Our vision is to produce world-class public speakers along with our mission to make public speaking easier to learn and fun to develop. We put this up because we believe we can have a better world through responsible public speakers. And that’s the key: being responsible.\r\n\r\nThe truth is people believe what public speakers say most of the time. Given the authority when one holds a microphone and takes the stage, some are not aware of the responsibility and accountability that go with every word we say. Without taking full responsibility for the public speaking craft is something our program tries to solve. We must be fully aware of the impact we have on people.\r\n\r\nAnd because it’s not all about skills, I designed a public speaking framework, which students in our institute are certified on. We call it Luna Public Speaking Framework. It suggests that there are three areas that every public speaker must work on to become a remarkably amazing speaker: Character, Content and Competency. These areas are supported by Story, Strategy and Style.\r\n\r\nWhen I started my public speaking career, the first rookie mistake I made was I didn’t embrace who I was. In fact, I didn’t recognize my role. Of course, it happens in many cases when we are just compelled to speak, but that’s beside the point. When presenting in public has become part of what you do, you must embrace your character, create original content and develop your competency.\r\n\r\nPublic speaking isn’t for everybody. Although I bet in one way or another, everyone has spoken in front of a group of people. Whatever that experience has made you believe — whether you fall in love with public speaking or you hate it —the world needs more than just talking people. They need responsible public speakers. Better yet, they need certified public speakers.\r\n\r\nOn March 8, we are embarking on a new journey to make our world better by producing better public speakers. We welcome our first batch of Certified Public Speakers-candidates, who will have to pass the certification program that runs 720 learning minutes covering 12 important subjects in this public speaking training course.\r\n\r\nIf you find this approach and methodology more compelling than any other public speaking training courses in the Philippine market today, The Public Speaking Institute is more than happy to take you in.\r\n','The Public Speaking Training in the Philippines','','inherit','closed','closed','','479-revision-v1','','','2021-03-04 07:13:33','2021-03-04 07:13:33','',479,'https://thespeechcamp.com/motivational-insights/479-revision-v1/',0,'revision','',0),(481,1,'2021-03-04 07:14:14','2021-03-04 07:14:14','I have been speaking professionally in front of thousands of people for over 15 years. To say that I had to take a formal schooling to develop my skill is an outright lie. No, I didn’t go to any school for public speaking. And no, I didn’t give in to the tempting offer of companies, which promise to make me a great public speaker in one day or two.\r\n\r\nWhile it seems that I’m discouraging you from enrolling in a public speaking training course, I am really not. I just want you to exercise caution in choosing a program that serves your best intention.\r\n\r\nHow does one become a public speaker? There are a lot of answers to this. But my experience can tell you it is consistent practice that can lead you to mastery of the public speaking craft. But it’s not skills all the way. If the schools or training programs you’re referring to only cover skills development, they don’t have to look very far to realize there are skillful speakers but without substance, depth, and sense. You don’t become a great public speaker because you can. Just because you can open your mouth, utter words and stand confidently in front of an audience, it doesn’t mean you’re great at what you do. I’ve met hundreds of speakers who can speak but are not listened to. Our ability to speak alone doesn’t inspire the world. It takes more than that to make an impact.\r\n\r\nPerhaps this is the same inspiration that got me to put up The Public Speaking Institute (TPSI) (www.thepublicspeakinginstitute.com), a remote learning platform that exclusively issues the Certified Public Speaker designation. This is an institute driven by passion to serve. Our vision is to produce world-class public speakers along with our mission to make public speaking easier to learn and fun to develop. We put this up because we believe we can have a better world through responsible public speakers. And that’s the key: being responsible.\r\n\r\nThe truth is people believe what public speakers say most of the time. Given the authority when one holds a microphone and takes the stage, some are not aware of the responsibility and accountability that go with every word we say. Without taking full responsibility for the public speaking craft is something our program tries to solve. We must be fully aware of the impact we have on people.\r\n\r\nAnd because it’s not all about skills, I designed a public speaking framework, which students in our institute are certified on. We call it Luna Public Speaking Framework. It suggests that there are three areas that every public speaker must work on to become a remarkably amazing speaker: Character, Content and Competency. These areas are supported by Story, Strategy and Style.\r\n\r\nWhen I started my public speaking career, the first rookie mistake I made was I didn’t embrace who I was. In fact, I didn’t recognize my role. Of course, it happens in many cases when we are just compelled to speak, but that’s beside the point. When presenting in public has become part of what you do, you must embrace your character, create original content and develop your competency.\r\n\r\nPublic speaking isn’t for everybody. Although I bet in one way or another, everyone has spoken in front of a group of people. Whatever that experience has made you believe — whether you fall in love with public speaking or you hate it —the world needs more than just talking people. They need responsible public speakers. Better yet, they need certified public speakers.\r\n\r\nOn March 8, we are embarking on a new journey to make our world better by producing better public speakers. We welcome our first batch of Certified Public Speakers-candidates, who will have to pass the certification program that runs 720 learning minutes covering 12 important subjects in this public speaking training course.\r\n\r\nIf you find this approach and methodology more compelling than any other public speaking training courses in the Philippine market today, The Public Speaking Institute is more than happy to take you in.\r\n','What is The Public Speaking Institute?','','inherit','closed','closed','','479-revision-v1','','','2021-03-04 07:14:14','2021-03-04 07:14:14','',479,'https://thespeechcamp.com/motivational-insights/479-revision-v1/',0,'revision','',0),(578,1,'2021-04-08 02:01:01','2021-04-08 02:01:01','https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Institute-Logo.png','cropped-Public-Speaking-Institute-Logo.png','','inherit','open','closed','','cropped-public-speaking-institute-logo-png','','','2021-04-08 02:01:01','2021-04-08 02:01:01','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Institute-Logo.png',0,'attachment','image/png',0),(576,1,'2021-04-08 02:00:21','2021-04-08 02:00:21','Public Speaking Training Course Philippines Header Retina','Public Speaking Training Course Philippines Header Retina','Public Speaking Training Course Philippines Header Retina','inherit','open','closed','','public-speaking-training-course-philippines-header-retina','','','2021-04-08 02:00:29','2021-04-08 02:00:29','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png',0,'attachment','image/png',0),(577,1,'2021-04-08 02:00:46','2021-04-08 02:00:46','','Public Speaking Institute Logo','Public Speaking Institute Logo','inherit','open','closed','','public-speaking-institute-logo','','','2021-04-08 02:00:55','2021-04-08 02:00:55','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png',0,'attachment','image/png',0),(574,1,'2021-04-08 01:59:54','2021-04-08 01:59:54','Public Speaking Training Course Philippines Header','Public Speaking Training Course Philippines Header','Public Speaking Training Course Philippines Header','inherit','open','closed','','public-speaking-training-course-philippines-header','','','2021-04-08 02:00:01','2021-04-08 02:00:01','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png',0,'attachment','image/png',0),(575,1,'2021-04-08 02:00:08','2021-04-08 02:00:08','https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png','cropped-Public-Speaking-Training-Course-Philippines-Header.png','','inherit','open','closed','','cropped-public-speaking-training-course-philippines-header-png','','','2021-04-08 02:00:08','2021-04-08 02:00:08','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png',0,'attachment','image/png',0),(485,1,'2021-03-07 13:05:35','2021-03-07 13:05:35','After an hour of motivational talk that I’d spice up with nonstop humor, the audience often just couldn’t get enough of me. They would shout “More! More!” in chorus and I would then oblige them by extending my talk for another 30 minutes or so.\r\n\r\nOften, after only the first five minutes, the audience in a good many of such talks would rather that the speaker stop and leave the stage. Why then would they want an extension in my case?\r\n\r\nDo they love my presentation? Do they love being entertained while being taught at the same time? Or do they just plain love me?\r\n\r\nMake a guess. Because unless you see me on stage or watch me on YouTube, you won’t have a proper appreciation of how I do it.\r\n\r\nBut as tempting as it is to make this book about me, it really isn’t about me. It’s really about you. It’s just that I can only do it by talking about me. I just need to tell stories about me to make a point, that’s all. For this book is not a product of a routine Google search or the typical how-to that you find in the Internet. To teach you about public speaking, I can only talk about my own successes and failures in doing it. Indeed, this is about my real-life experiences in public speaking.\r\n\r\nAnd I’ll tell you right off that my public speaking career has not always been a 100% success. There were failures, too, especially in the early years. And I made mistakes that I had to pay for heavily.\r\n\r\nIn the beginning, I can see now, my motivational talks must have tortured many people to death from boredom. I’m exaggerating, of course, but that’s the thought that always came to mind when I’d see them leave their seats one by one. The situation was such that when the last person was about to leave the room, I’d be almost tempted to run after him or her and say, “Hey, please wait for me. I’m about to leave as well.”\r\n\r\nI’d get feedback from lots of people that I did great, only to hear later from friends that those very same people told them that I had messed up. It’s doubly painful to learn that some seemingly appreciative people would actually talk behind my back about my speaking performance.\r\n\r\nSome give honest feedback, of course. But others would lie so you won’t get hurt. And if you’re not very mindful about the quality of your public speaking, you’d probably end up believing those who do lie about your performance.\r\n\r\nThe thing is that as a public speaker, you should know when people do like you and when they don’t. That way, you can further improve on what they liked and avoid repeating what they didn’t the next time around—assuming that you’d be given a second chance.\r\n\r\nYou are the best judge of your own performance.\r\n\r\nAnd so, generally, this book is about you, you who bought this book (or borrowed this book by force from a friend because you didn’t have the money to buy a copy), you who probably have the same dream that I had many years ago—the dream of someday becoming a master of the stage in public speaking.\r\n\r\nThe road to effective public speaking and to dynamic presentations or simply amazing speeches is long and never-ending. Once you feel that you’re getting your rhythm and you’re already comfortable speaking before large audiences, you need to take time to review your performance and find out what you can still improve on. Complacency is your worst enemy.\r\n\r\nIn 2012, just when I felt I was already on top of my game, having already gained recognition as an outstanding young public speaker in the lecture circuit, I encountered someone who made me feel so amateurish.\r\n\r\nThis was in an event attended by more than a thousand people, an event that was supposed to highlight me as a superstar. But unexpectedly, one motivational standup comedian stole the thunder from me, making the audience fall from their seats in laughter and drawing great praises as he finished and left the stage.\r\n\r\nHis amazing performance got me so disoriented that when it was my turn to speak, I went totally out of focus. How could it be possible for someone to be better than me?\r\n\r\nSpeaking but thinking at the same time of how I could get the upper hand from that speaker and win back my audience, I left my strength zone, experimented on stage with all sorts of attention-getting contrivances, and eventually messed up.\r\n\r\nIt was a very long day for me. Honestly, I came up with probably the most physically tiring and emotionally draining speech I had delivered in years. I didn’t like my performance. I’m sure my audience didn’t like it, too. Nobody liked it.\r\n\r\nThinking about it now, that performance was a disaster waiting to happen. When I had already arrived at my comfort zone, and when I allowed the accolades and high praises for my public speaking at that point get into my head, that was the beginning of my fall.\r\n\r\nCall it a wake-up call. When a perceived stardom drowned me, failure struck me and I was forced to bring myself back to where I needed to be—reality.\r\n\r\nThis is what this book on public speaking is all about—reality. Because the truth is, you can’t fake it in public speaking. Sooner than later, people would know or feel if you’re genuine or fake, if what you say is true or not, if you are really sincere or just making a business out of your craft.\r\n\r\nIn this book then, I will share real lessons, real stories, and real experiences in public speaking. I hope to put them together and present them in a narrative that is interesting and compelling enough to encourage you to speak like no other.\r\n\r\nI wrote this book with no intention of making you become like me. No, I don’t expect you to be like me—not even close. It would be unfair to you. Instead, I sincerely want you to become better in public speaking than I am.\r\n\r\nAs a public speaker or a presenter or a teacher, your privilege to speak and influence a lot of people comes with it a responsibility to make the presentation worth their time, effort, and money. Listening to a boring and uninteresting presentation given by an equally boring and uninteresting speaker is wasted time for both the speaker and the audience.\r\n\r\nWhen you get that rare opportunity to hold the microphone behind a podium during a special gathering, do your presentation with all your energy, with all your attention, with all your genuine intention, and with all your heart—or don’t do it at all.\r\n\r\nSave yourself from disgrace and spare yourself from the disgust of judgmental audiences that silently curse you even as you speak.\r\n\r\nPrepare for a magical performance that will amaze everyone in your audience. Develop your unique set of skills for keeping their eyes and minds open, wanting for more from you. Grow your own innate talent for capturing the heart of the people watching and listening to you. Celebrate your own style for keeping audiences awake and alive. Always be a better version of yourself one speaking engagement after another. Keep on improving your presentation. Tirelessly upgrade yourself, level up, and stay cool.\r\n\r\nAnd keep in mind that public speaking is not only an art form. There is some science in it as well. Who knows if there is some mathematics, music, history, geography, chemistry, physics, astronomy, and economics in it, too?\r\n\r\nHow you will fare in blending the art and the science and all those other stuff in public speaking will definitely define you as an amazing public speaker.\r\n\r\nThink of yourself as the light that shines through every person in front of you. A river that flows in their veins. A blanket that gives them comfort. A compass that gives them direction.\r\n\r\nNever fail the people that have given you their time, money, energy, and opportunity to be heard and to be seen. You owe them that honor and privilege.\r\n\r\nLastly, the prospect of public speaking stardom can be realized only if you have the purest desire to serve the people. You speak not because you want to be a star. You are a star so that’s why you speak. You shall have truly become an amazing speaker when your light shines in the hearts of those who stop, look, and listen to you.\r\n\r\nLloyd A. Luna\r\nNovember 6, 2015\r\nMakati City, Philippines','Best Public Speaking Training Book in the Philippines','','publish','open','open','','public-speaking-book-philippines','','','2021-03-20 00:09:19','2021-03-20 00:09:19','',0,'https://thespeechcamp.com/?p=485',0,'post','',0),(486,1,'2021-03-07 13:05:35','2021-03-07 13:05:35','After an hour of motivational talk that I’d spice up with nonstop humor, the audience often just couldn’t get enough of me. They would shout “More! More!” in chorus and I would then oblige them by extending my talk for another 30 minutes or so.\r\n\r\nOften, after only the first five minutes, the audience in a good many of such talks would rather that the speaker stop and leave the stage. Why then would they want an extension in my case?\r\n\r\nDo they love my presentation? Do they love being entertained while being taught at the same time? Or do they just plain love me?\r\n\r\nMake a guess. Because unless you see me on stage or watch me on YouTube, you won’t have a proper appreciation of how I do it.\r\n\r\nBut as tempting as it is to make this book about me, it really isn’t about me. It’s really about you. It’s just that I can only do it by talking about me. I just need to tell stories about me to make a point, that’s all. For this book is not a product of a routine Google search or the typical how-to that you find in the Internet. To teach you about public speaking, I can only talk about my own successes and failures in doing it. Indeed,  this is about my real-life experiences in public speaking.\r\n\r\nAnd I’ll tell you right off that my public speaking career has not always been a 100% success. There were failures, too, especially in the early years. And I made mistakes that I had to pay for heavily.\r\n\r\nIn the beginning, I can see now, my motivational talks must have tortured many people to death from boredom. I’m exaggerating, of course, but that’s the thought that always came to mind when I’d see them leave their seats one by one. The situation was such that when the last person was about to leave the room, I’d be almost tempted to run after him or her and say, “Hey, please wait for me. I’m about to leave as well.” \r\n\r\nI’d get feedback from lots of people that I did great, only to hear later from friends that those very same people told them that I had messed up. It’s doubly painful to learn that some seemingly appreciative people would actually talk behind my back about my speaking performance.\r\n\r\nSome give honest feedback, of course. But others would lie so you won’t get hurt. And if you’re not very mindful about the quality of your public speaking, you’d probably end up believing those who do lie about your performance.\r\n\r\nThe thing is that as a public speaker, you should know when people do like you and when they don’t. That way, you can further improve on what they liked and avoid repeating what they didn’t the next time around—assuming that you’d be given a second chance.\r\n\r\nYou are the best judge of your own performance.\r\n\r\nAnd so, generally, this book is about you, you who bought this book (or borrowed this book by force from a friend because you didn’t have the money to buy a copy), you who probably have the same dream that I had many years ago—the dream of someday becoming a master of the stage in public speaking.\r\n\r\nThe road to effective public speaking and to dynamic presentations or simply amazing speeches is long and never-ending. Once you feel that you’re getting your rhythm and you’re already comfortable speaking before large audiences, you need to take time to review your performance and find out what you can still improve on. Complacency is your worst enemy. \r\n\r\nIn 2012, just when I felt I was already on top of my game, having already gained recognition as an outstanding young public speaker in the lecture circuit, I encountered someone who made me feel so amateurish.\r\n\r\nThis was in an event attended by more than a thousand people, an event that was supposed to highlight me as a superstar. But unexpectedly, one motivational standup comedian stole the thunder from me, making the audience fall from their seats in laughter and drawing great praises as he finished and left the stage.\r\n\r\nHis amazing performance got me so disoriented that when it was my turn to speak, I went totally out of focus. How could it be possible for someone to be better than me? \r\n\r\nSpeaking but thinking at the same time of how I could get the upper hand from that speaker and win back my audience, I left my strength zone, experimented on stage with all sorts of attention-getting contrivances, and eventually messed up. \r\n\r\nIt was a very long day for me. Honestly, I came up with probably the most physically tiring and emotionally draining speech I had delivered in years. I didn’t like my performance. I’m sure my audience didn’t like it, too. Nobody liked it.\r\n\r\nThinking about it now, that performance was a disaster waiting to happen. When I had already arrived at my comfort zone, and when I allowed the accolades and high praises for my public speaking at that point get into my head, that was the beginning of my fall.\r\n\r\nCall it a wake-up call. When a perceived stardom drowned me, failure struck me and I was forced to bring myself back to where I needed to be—reality.\r\n\r\nThis is what this book on public speaking is all about—reality. Because the truth is, you can’t fake it in public speaking. Sooner than later, people would know or feel if you’re genuine or fake, if what you say is true or not, if you are really sincere or just making a business out of your craft. \r\n\r\nIn this book then, I will share real lessons, real stories, and real experiences in public speaking. I hope to put them together and present them in a narrative that is interesting and compelling enough to encourage you to speak like no other. \r\n\r\nI wrote this book with no intention of making you become like me. No, I don’t expect you to be like me—not even close. It would be unfair to you. Instead, I sincerely want you to become better in public speaking than I am.\r\n\r\nAs a public speaker or a presenter or a teacher, your privilege to speak and influence a lot of people comes with it a responsibility to make the presentation worth their time, effort, and money. Listening to a boring and uninteresting presentation given by an equally boring and uninteresting speaker is wasted time for both the speaker and the audience.\r\n\r\nWhen you get that rare opportunity to hold the microphone behind a podium during a special gathering, do your presentation with all your energy, with all your attention, with all your genuine intention, and with all your heart—or don’t do it at all.\r\n\r\nSave yourself from disgrace and spare yourself from the disgust of judgmental audiences that silently curse you even as you speak.\r\n\r\nPrepare for a magical performance that will amaze everyone in your audience. Develop your unique set of skills for keeping their eyes and minds open, wanting for more from you. Grow your own innate talent for capturing the heart of the people watching and listening to you. Celebrate your own style for keeping audiences awake and alive. Always be a better version of yourself one speaking engagement after another. Keep on improving your presentation. Tirelessly upgrade yourself, level up, and stay cool.\r\n\r\nAnd keep in mind that public speaking is not only an art form. There is some science in it as well. Who knows if there is some mathematics, music, history, geography, chemistry, physics, astronomy, and economics in it, too? \r\n\r\nHow you will fare in blending the art and the science and all those other stuff in public speaking will definitely define you as an amazing public speaker.\r\n\r\nThink of yourself as the light that shines through every person in front of you. A river that flows in their veins. A blanket that gives them comfort. A compass that gives them direction.\r\n\r\nNever fail the people that have given you their time, money, energy, and opportunity to be heard and to be seen. You owe them that honor and privilege.\r\n\r\nLastly, the prospect of public speaking stardom can be realized only if you have the purest desire to serve the people. You speak not because you want to be a star. You are a star so that’s why you speak. You shall have truly become an amazing speaker when your light shines in the hearts of those who stop, look, and listen to you.\r\n\r\n\r\nLloyd A. Luna\r\nNovember 6, 2015\r\nMakati City, Philippines','Best Public Speaking Training Book in the Philippines','','inherit','closed','closed','','485-revision-v1','','','2021-03-07 13:05:35','2021-03-07 13:05:35','',485,'https://thespeechcamp.com/motivational-insights/485-revision-v1/',0,'revision','',0),(488,1,'2021-03-09 03:34:10','0000-00-00 00:00:00','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\r\n\r\nThe following are examples of well-executed prepared speeches.\r\n\r\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\r\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\r\n\r\nHere is the full text of the commencement address:\r\n\r\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\r\n\r\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\r\n\r\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\r\n\r\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\r\n\r\nThat was great.\r\n\r\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\r\n\r\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\r\n\r\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\r\n\r\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\r\n\r\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\r\n\r\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\r\n\r\nGuys, this is important: You cannot iron a shirt while wearing it.\r\n\r\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\r\n\r\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\r\n\r\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\r\n\r\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\r\n\r\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\r\n\r\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\r\n\r\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\r\n\r\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\r\n\r\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\r\n\r\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\r\n\r\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\r\n\r\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\r\n\r\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\r\n\r\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\r\n\r\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\r\n\r\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\r\n\r\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\r\n\r\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\r\n\r\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\r\n\r\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\r\n\r\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\r\n\r\nNo specific job or career goal defines me, and it should not define you.\r\n\r\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\r\n\r\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\r\n\r\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\r\n\r\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\r\n\r\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\r\n\r\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\r\n\r\nThank you very much, and congratulations.\r\n\r\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\r\n\r\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=1JuM2X3Da7k[/embed]\r\n\r\nFull text of the eulogy here:\r\n\r\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\r\n\r\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\r\n\r\nSo what becomes of our broken hearts?\r\n\r\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\r\n\r\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\r\n\r\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\r\n\r\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\r\n\r\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\r\n\r\nIt was the burden that made her great…\r\n\r\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\r\n\r\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\r\n\r\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\r\n\r\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\r\n\r\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\r\n\r\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\r\n\r\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\r\n\r\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of prepared speeches cited by The Public Speaking Institute (Philippines)','','draft','closed','closed','','examples-of-prepared-speeches-cited-by-the-public-speaking-institute','','','2021-03-09 03:34:10','2021-03-09 03:34:10','',0,'https://thespeechcamp.com/?page_id=488',0,'page','',0),(489,1,'2021-03-09 03:34:10','2021-03-09 03:34:10','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\r\n\r\nThe following are examples of well-executed prepared speeches.\r\n\r\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\r\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\r\n\r\nHere is the full text of the commencement address:\r\n\r\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\r\n\r\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\r\n\r\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\r\n\r\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\r\n\r\nThat was great.\r\n\r\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\r\n\r\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\r\n\r\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\r\n\r\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\r\n\r\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\r\n\r\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\r\n\r\nGuys, this is important: You cannot iron a shirt while wearing it.\r\n\r\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\r\n\r\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\r\n\r\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\r\n\r\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\r\n\r\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\r\n\r\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\r\n\r\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\r\n\r\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\r\n\r\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\r\n\r\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\r\n\r\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\r\n\r\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\r\n\r\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\r\n\r\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\r\n\r\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\r\n\r\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\r\n\r\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\r\n\r\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\r\n\r\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\r\n\r\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\r\n\r\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\r\n\r\nNo specific job or career goal defines me, and it should not define you.\r\n\r\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\r\n\r\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\r\n\r\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\r\n\r\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\r\n\r\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\r\n\r\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\r\n\r\nThank you very much, and congratulations.\r\n\r\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\r\n\r\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=1JuM2X3Da7k[/embed]\r\n\r\nFull text of the eulogy here:\r\n\r\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\r\n\r\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\r\n\r\nSo what becomes of our broken hearts?\r\n\r\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\r\n\r\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\r\n\r\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\r\n\r\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\r\n\r\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\r\n\r\nIt was the burden that made her great…\r\n\r\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\r\n\r\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\r\n\r\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\r\n\r\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\r\n\r\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\r\n\r\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\r\n\r\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\r\n\r\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of prepared speeches cited by The Public Speaking Institute (Philippines)','','inherit','closed','closed','','488-revision-v1','','','2021-03-09 03:34:10','2021-03-09 03:34:10','',488,'https://thespeechcamp.com/488-revision-v1/',0,'revision','',0),(490,1,'2021-03-09 03:36:23','2021-03-09 03:36:23','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\r\n\r\nThe following are examples of well-executed prepared speeches.\r\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\r\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\r\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\r\n\r\nHere is the full text of the commencement address:\r\n\r\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\r\n\r\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\r\n\r\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\r\n\r\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\r\n\r\nThat was great.\r\n\r\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\r\n\r\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\r\n\r\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\r\n\r\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\r\n\r\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\r\n\r\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\r\n\r\nGuys, this is important: You cannot iron a shirt while wearing it.\r\n\r\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\r\n\r\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\r\n\r\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\r\n\r\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\r\n\r\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\r\n\r\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\r\n\r\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\r\n\r\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\r\n\r\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\r\n\r\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\r\n\r\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\r\n\r\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\r\n\r\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\r\n\r\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\r\n\r\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\r\n\r\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\r\n\r\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\r\n\r\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\r\n\r\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\r\n\r\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\r\n\r\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\r\n\r\nNo specific job or career goal defines me, and it should not define you.\r\n\r\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\r\n\r\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\r\n\r\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\r\n\r\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\r\n\r\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\r\n\r\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\r\n\r\nThank you very much, and congratulations.\r\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\r\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\r\n[embed]https://www.youtube.com/watch?v=2wjh0N1EzPI[/embed]\r\n\r\nFull text of the eulogy here:\r\n\r\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\r\n\r\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\r\n\r\nSo what becomes of our broken hearts?\r\n\r\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\r\n\r\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\r\n\r\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\r\n\r\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\r\n\r\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\r\n\r\nIt was the burden that made her great…\r\n\r\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\r\n\r\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\r\n\r\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\r\n\r\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\r\n\r\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\r\n\r\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\r\n\r\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\r\n\r\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of Prepared Speeches cited by The Public Speaking Institute (Philippines)','','publish','open','open','','examples-of-prepared-speeches-cited-by-the-public-speaking-institute-philippines','','','2021-03-20 00:06:33','2021-03-20 00:06:33','',0,'https://thespeechcamp.com/?p=490',0,'post','',0),(491,1,'2021-03-09 03:36:23','2021-03-09 03:36:23','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\r\n\r\nThe following are examples of well-executed prepared speeches.\r\n\r\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\r\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\r\n\r\nHere is the full text of the commencement address:\r\n\r\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\r\n\r\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\r\n\r\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\r\n\r\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\r\n\r\nThat was great.\r\n\r\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\r\n\r\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\r\n\r\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\r\n\r\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\r\n\r\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\r\n\r\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\r\n\r\nGuys, this is important: You cannot iron a shirt while wearing it.\r\n\r\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\r\n\r\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\r\n\r\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\r\n\r\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\r\n\r\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\r\n\r\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\r\n\r\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\r\n\r\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\r\n\r\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\r\n\r\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\r\n\r\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\r\n\r\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\r\n\r\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\r\n\r\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\r\n\r\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\r\n\r\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\r\n\r\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\r\n\r\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\r\n\r\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\r\n\r\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\r\n\r\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\r\n\r\nNo specific job or career goal defines me, and it should not define you.\r\n\r\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\r\n\r\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\r\n\r\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\r\n\r\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\r\n\r\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\r\n\r\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\r\n\r\nThank you very much, and congratulations.\r\n\r\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\r\n\r\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=1JuM2X3Da7k[/embed]\r\n\r\nFull text of the eulogy here:\r\n\r\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\r\n\r\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\r\n\r\nSo what becomes of our broken hearts?\r\n\r\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\r\n\r\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\r\n\r\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\r\n\r\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\r\n\r\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\r\n\r\nIt was the burden that made her great…\r\n\r\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\r\n\r\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\r\n\r\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\r\n\r\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\r\n\r\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\r\n\r\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\r\n\r\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\r\n\r\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of Prepared Speeches cited by The Public Speaking Institute (Philippines)','','inherit','closed','closed','','490-revision-v1','','','2021-03-09 03:36:23','2021-03-09 03:36:23','',490,'https://thespeechcamp.com/490-revision-v1/',0,'revision','',0),(498,1,'2021-03-09 03:48:28','2021-03-09 03:48:28','PSI Logo Icon Blue Environment','PSI Logo Icon Blue Environment','PSI Logo Icon Blue Environment','inherit','open','closed','','psi-logo-icon-blue-environment','','','2021-03-09 03:48:56','2021-03-09 03:48:56','',490,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png',0,'attachment','image/png',0),(500,1,'2021-03-09 03:51:04','2021-03-09 03:51:04','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\n\nThe following are examples of well-executed prepared speeches.\n\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\n\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\n\nHere is the full text of the commencement address:\n\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\n\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\n\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\n\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\n\nThat was great.\n\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\n\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\n\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\n\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\n\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\n\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\n\nGuys, this is important: You cannot iron a shirt while wearing it.\n\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\n\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\n\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\n\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\n\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\n\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\n\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\n\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\n\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\n\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\n\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\n\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\n\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\n\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\n\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\n\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\n\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\n\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\n\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\n\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\n\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\n\nNo specific job or career goal defines me, and it should not define you.\n\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\n\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\n\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\n\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\n\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\n\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\n\nThank you very much, and congratulations.\n\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\n\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\n\nhttps://www.youtube.com/watch?v=2wjh0N1EzPI\nFull text of the eulogy here:\n\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\n\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\n\nSo what becomes of our broken hearts?\n\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\n\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\n\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\n\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\n\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\n\nIt was the burden that made her great…\n\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\n\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\n\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\n\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\n\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\n\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\n\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\n\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of Prepared Speeches cited by The Public Speaking Institute (Philippines)','','inherit','closed','closed','','490-autosave-v1','','','2021-03-09 03:51:04','2021-03-09 03:51:04','',490,'https://thespeechcamp.com/490-autosave-v1/',0,'revision','',0),(501,1,'2021-03-09 03:51:13','2021-03-09 03:51:13','For a public speaker to be effective, a prepared speech is something you don\'t just read. You put emotions on each sentence and say it the way you\'ve normally do in a normal conversation.\r\n\r\nThe following are examples of well-executed prepared speeches.\r\n\r\n<h2>Conan O’Brien’s Dartmouth Graduation Speech</h2>\r\n<h4>Conan O’Brien’s Dartmouth College graduation speech in 2011 is an outstanding example of a humorous speech. Find out now why.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=KmDYXaaT9sA[/embed]\r\n\r\nHere is the full text of the commencement address:\r\n\r\nBefore I begin, I must point out that behind me sits a highly admired President of the United States and decorated war hero while I, a cable television talk show host, has been chosen to stand here and impart wisdom. I pray I never witness a more damning example of what is wrong with America today.\r\n\r\nGraduates, faculty, parents, relatives, undergraduates, and old people that just come to these things: good morning and congratulations to the Dartmouth class of 2011.\r\n\r\nToday, you have achieved something special, something only 92 percent of Americans your age will ever know: a college diploma. That’s right, with your college diploma you now have a crushing advantage over 8 percent of the workforce. I’m talking about dropout losers like Bill Gates, Steve Jobs, and Mark Zuckerberg. Incidentally, speaking of Mr. Zuckerberg, only at Harvard would someone have to invent a massive social network just to talk with someone in the next room.\r\n\r\nMy first job as your commencement speaker is to illustrate that life is not fair. For example, you have worked tirelessly for four years to earn the diploma you’ll be receiving this weekend.\r\n\r\nThat was great.\r\n\r\nAnd Dartmouth is giving me the same degree for interviewing the fourth lead in Twilight. Deal with it. Another example that life is not fair: if it does rain, the powerful rich people on stage get the tent. Deal with it.\r\n\r\nBut this is a wonderful occasion and it is great to be here in New Hampshire, where I am getting an honorary degree and all the legal fireworks I can fit in the trunk of my car.\r\n\r\nBut don’t get me wrong, I take my task today very seriously. When I got the call two months ago to be your speaker, I decided to prepare with the same intensity many of you have devoted to an important term paper. So late last night, I began. I drank two cans of Red Bull, snorted some Adderall, played a few hours of Call of Duty, and then opened my browser.\r\n\r\nI think Wikipedia put it best when they said “Dartmouth College is a private Ivy League university in Hanover, New Hampshire, United States.” Thank you and good luck.\r\n\r\nBesides policy, another hallmark of great commencement speeches is deep, profound advice like “Reach for the stars.” Well, today I am not going to waste your time with empty clichés. Instead, I am going to give you real, practical advice that you will need to know if you are going to survive the next few years.\r\n\r\nFirst, adult acne lasts longer than you think. I almost cancelled two days ago because I had a zit on my eye.\r\n\r\nGuys, this is important: You cannot iron a shirt while wearing it.\r\n\r\nHere’s another one: If you live on ramen noodles for too long, you lose all feelings in your hands and your stool becomes a white gel.\r\n\r\nAnd finally, wearing colorful Converse high-tops beneath your graduation robe is a great way to tell your classmates that this is just the first of many horrible decisions you plan to make with the rest of your life.\r\n\r\nOf course there are many parents here and I have real advice for them as well. Parents, you should write this down:\r\n\r\nMany of your children you haven’t seen them in four years. Well, now you are about to see them every day when they come out of the basement to tell you the wi-fi isn’t working.\r\n\r\nIf your child majored in Fine Arts or Philosophy, you have good reason to be worried. The only place where they are now really qualified to get a job is ancient Greece. Good luck with that degree.\r\n\r\nThe traffic today on east Wheelock is going to be murder, so once they start handing out diplomas, you should slip out in the middle of the k’s. And, I have to tell you this: You will spend more money framing your child’s diploma than they will earn in the next six months. It’s tough out there, so be patient. The only people hiring right now are panera bread and Mexican drug cartels.\r\n\r\nYes, you parents must be patient because it is indeed a grim job market out there. And one of the reasons it’s so tough finding work is that aging baby boomers refuse to leave their jobs. Trust me on this. Even when they promise you for five years that they are going to leave—and say it on television—I mean you can go on YouTube right now and watch the guy do it, there is no guarantee they won’t come back. Of course I’m speaking generally.\r\n\r\nBut enough. This is not a time for grim prognostications or negativity. No, I came here today because, believe it or not, I actually do have something real to tell you.\r\n\r\nEleven years ago I gave an address to a graduating class at Harvard. I have not spoken at a graduation since because I thought I had nothing left to say.\r\n\r\nBut then 2010 came. And now I’m here, three thousand miles from my home, because I learned a hard but profound lesson last year and I’d like to share it with you. In 2000, I told graduates “Don’t be afraid to fail.” Well, now I’m here to tell you that though you should not fear failure, you should do your very best to avoid it. Nietzsche famously said, “Whatever doesn’t kill you makes you stronger.” But what he failed to stress is that it almost kills you.\r\n\r\nDisappointment stings and, for driven, successful people like yourselves, it is disorienting. What Nietzsche should have said is, “Whatever doesn’t kill you, makes you watch a lot of Cartoon Network and drink mid-price Chardonnay at 11 in the morning.”\r\n\r\nNow, by definition, commencement speakers at an Ivy League college are considered successful. But a little over a year ago, I experienced a profound and very public disappointment. I did not get what I wanted, and I left a system that had nurtured and helped define me for the better part of 17 years. I went from being in the center of the grid to not only off the grid, but underneath the coffee table that the grid sits on, lost in the shag carpeting that is underneath the coffee table supporting the grid. It was the making of a career disaster, and a terrible analogy.\r\n\r\nBut then something spectacular happened. Fogbound, with no compass, and adrift, I started trying things. I grew a strange, cinnamon beard. I dove into the world of social media. I started tweeting my comedy. I threw together a national tour. I played the guitar. I did stand-up, wore a skin-tight blue leather suit, recorded an album, made a documentary, and frightened my friends and family.\r\n\r\nUltimately, I abandoned all preconceived perceptions of my career path and stature and took a job on basic cable with a network most famous for showing reruns, along with sitcoms created by a tall, black man who dresses like an old, Black woman. I did a lot of silly, unconventional, spontaneous and seemingly irrational things and guess what: with the exception of the blue leather suit, it was the most satisfying and fascinating year of my professional life.\r\n\r\nTo this day I still don’t understand exactly what happened, but I have never had more fun, been more challenged—and this is important—had more conviction about what I was doing.\r\n\r\nHow could this be true? Well, it’s simple: There are few things more liberating in this life than having your worst fear realized. I went to college with many people who prided themselves on knowing exactly who they were and exactly where they were going.\r\n\r\nAt Harvard, five different guys in my class told me that they would one day be President of the United States. Four of them were later killed in motel shoot-outs. The other one briefly hosted Blues Clues, before dying senselessly in yet another motel shoot-out. Your path at 22 will not necessarily be your path at 32 or 42.\r\n\r\nOne’s dream is constantly evolving, rising and falling, changing course. This happens in every job, but because I have worked in comedy for twenty-five years, I can probably speak best about my own profession.\r\n\r\nWay back in the 1940s there was a very, very funny man named Jack Benny. He was a giant star, easily one of the greatest comedians of his generation. And a much younger man named Johnny Carson wanted very much to be Jack Benny. In some ways he was, but in many ways he wasn’t. He emulated Jack Benny, but his own quirks and mannerisms, along with a changing medium, pulled him in a different direction.\r\n\r\nAnd yet his failure to completely become his hero made him the funniest person of his generation. David Letterman wanted to be Johnny Carson, and was not, and as a result my generation of comedians wanted to be David Letterman. and none of us are. My peers and I have all missed that mark in a thousand different ways. But the point is this: It is our failure to become our perceived ideal that ultimately defines us and makes us unique. It’s not easy, but if you accept your misfortune and handle it right, your perceived failure can become a catalyst for profound re-invention.\r\n\r\nSo, at the age of 47, after 25 years of obsessively pursuing my dream, that dream changed. For decades, in show business, the ultimate goal of every comedian was to host The Tonight Show. It was the Holy Grail, and like many people I thought that achieving that goal would define me as successful. But that is not true.\r\n\r\nNo specific job or career goal defines me, and it should not define you.\r\n\r\nIn 2000—in 2000 I told graduates to not be afraid to fail, and I still believe that. But today I tell you that whether you fear it or not, disappointment will come. The beauty is that through disappointment you can gain clarity, and with clarity comes conviction and true originality.\r\n\r\nMany of you here today are getting your diploma at this Ivy League school because you have committed yourself to a dream and worked hard to achieve it. And there is no greater cliché in a commencement address than “Follow your dream.” Well, I am here to tell you that whatever you think your dream is now, it will probably change. And that’s okay.\r\n\r\nFour years ago, many of you had a specific vision of what your college experience was going to be and who you were going to become. And I bet, today, most of you would admit that your time here was very different from what you imagined. Your roommates changed, your major changed, for some of you your sexual orientation changed. I bet some of you have changed your sexual orientation since I began this speech. I know I have.\r\n\r\nBut through the good and especially the bad, the person you are now is someone you could never have conjured in the fall of 2007.\r\n\r\nI have told you many things today, most of it foolish but some of it true. I’d like to end my address by breaking a taboo and quoting myself from 17 months ago.\r\n\r\nAt the end of my final program with NBC, just before signing off, I said “Work hard, be kind, and amazing things will happen.” Today, receiving this honor and speaking to the Dartmouth class of 2011 from behind a tree-trunk, I have never believed that more.\r\n\r\nThank you very much, and congratulations.\r\n\r\n<h2>Kevin Costner’s Eulogy for Whitney Houston</h2>\r\n\r\n<h4>Kevin Costner, Whitney Houston’s “The Bodyguard” co-star, gave a heartwarming eulogy that brought tears to the eyes of mourners at New Hope Baptist Church. He was among eight people close to Houston who addressed the crowd.</h4>\r\n\r\n[embed]https://www.youtube.com/watch?v=2wjh0N1EzPI[/embed]\r\n\r\nFull text of the eulogy here:\r\n\r\nI’m going to say some stories. Maybe some of them you know; maybe some of them you don’t. I wrote ‘em down because I didn’t want to miss anything.\r\n\r\nThe song “I Will Always Love You” almost wasn’t. It wasn’t supposed to be in the movie. The first choice was going to be “What Becomes of a Broken Heart.” But it had been out the year before and in another movie, and we felt that it wouldn’t have the same impact and so we couldn’t use it.\r\n\r\nSo what becomes of our broken hearts?\r\n\r\nWhitney returns home today, to the place where it all began, and I urge us all, inside and outside, across the nation and around the world, to dry our tears, suspend our sorrow, and perhaps our anger, just long enough, just long enough to remember the sweet miracle of Whitney.\r\n\r\nAt the height of her fame as a singer, i asked her to be my co-star in a movie called The Bodyguard. I thought she was the perfect choice, but the red flags came out immediately. Maybe I should think this over a bit! [laughs]\r\n\r\nI was reminded that this would be her first acting role. We could also think about another singer was a suggestion. Maybe somebody white. Nobody ever said it out loud, but it was a fair question. It was. There would be a lot riding on this. Maybe a more experienced actress was the way to go. It was clear I really had to think about this.\r\n\r\nI told everyone that I had taken notice that Whitney was Black. The only problem was I thought she was perfect for what we were trying to do…\r\n\r\nThe Whitney I knew, despite her success and worldwide fame, still wondered: “Am I good enough? Am I pretty enough? Will they like me?”\r\n\r\nIt was the burden that made her great…\r\n\r\nWhitney, if you could hear me now, I would tell you, you weren’t just good enough — you were great. You sang the whole damn song without a band. You made the picture what it was.\r\n\r\nA lot of leading men could have played my part, a lot of guys could have filled that role, but you, Whitney, I truly believed that you were the only one who could have played Rachel Marin at that time. [applause]\r\n\r\nYou weren’t just pretty — you were as beautiful as a woman could be. And people didn’t just like you, Whitney — they loved you.\r\n\r\nI was your pretend bodyguard once not so long ago, and now you’re gone too soon, leaving us with memories of a little girl who stepped bravely in front of this church, in front of the ones that loved you first, in front of the ones that loved you best and loved you the longest.\r\n\r\nThen, boldly, you stepped into the white-hot light of the world stage, and what you did is the rarest of achievements. You set the bar so high that professional singers, your own colleagues, they don’t want to sing that little country song — what would be the point?\r\n\r\nNow the only ones who sing your songs are young girls like you who are dreaming of being you some day.\r\n\r\nAnd so to you, Bobbi Kristina, and to all those young girls who are dreaming that dream and maybe thinking they aren’t good enough, I think Whitney would tell you: Guard your bodies, and guard the precious miracle of your own life, and then sing your hearts out — knowing that there’s a lady in heaven who is making God himself wonder how he created something so perfect.\r\n\r\nSo off you go, Whitney, off you go… escorted by an army of angels to your heavenly father. And when you sing before him, don’t you worry — you’ll be good enough.','Examples of Prepared Speeches cited by The Public Speaking Institute (Philippines)','','inherit','closed','closed','','490-revision-v1','','','2021-03-09 03:51:13','2021-03-09 03:51:13','',490,'https://thespeechcamp.com/490-revision-v1/',0,'revision','',0),(507,1,'2021-03-13 05:51:49','2021-03-13 05:51:49','Certified Public Speaker Luna Framework','Certified Public Speaker Luna Framework','Certified Public Speaker Luna Framework','inherit','open','closed','','cps-framework-for-brochure-2','','','2021-03-13 05:52:00','2021-03-13 05:52:00','',435,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png',0,'attachment','image/png',0),(508,1,'2021-03-13 05:52:23','2021-03-13 05:52:23','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 9 days, every Mondays, Wednesdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P15,500.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-13 05:52:23','2021-03-13 05:52:23','',435,'https://thespeechcamp.com/?p=508',0,'revision','',0),(509,1,'2021-03-13 05:54:10','2021-03-13 05:54:10','','CPS Logo Black Transparent','','inherit','open','closed','','cps-logo-black-transparent','','','2021-03-13 05:54:10','2021-03-13 05:54:10','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-Black-Transparent.png',0,'attachment','image/png',0),(561,1,'2021-03-29 10:14:36','2021-03-29 10:14:36','','CPS Logo White Transparent','','inherit','open','closed','','cps-logo-white-transparent','','','2021-03-29 10:14:36','2021-03-29 10:14:36','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-Transparent.png',0,'attachment','image/png',0),(547,1,'2021-03-25 05:56:30','2021-03-25 05:56:30','Public speaking in the Philippines needs to improve. Our ability to speak in front of an audience doesn\'t speak about effective speaking. Clearly, this skill is a display of authentic connection more than it is a show of intellect. There\'s no other way but find a Filipino speech coach with a proven track record.\r\n\r\nThe Public Speaking Institute™ founder Lloyd Luna is a Filipino speech coach. He has been a professional public speaker for over 15 years. Over the course of his speaking career, he has been speaking to thousands of people for at least 100 times annually, traveling speak to companies, organizations, and government agencies here in the Philippines and abroad.\r\n\r\n[caption id=\"attachment_548\" align=\"alignright\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\"><img class=\"wp-image-548\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png\" alt=\"\" width=\"500\" height=\"313\" /></a> Lloyd Luna is a Filipino speech coach based in Manila, Philippines.[/caption]\r\n\r\nLooking up on Google to find a public speaking coach is easy. But looking at the profile is something else. This topic will help you find the best speech coach in the Philippines.\r\n\r\nFirst, let\'s define what coaching is. A simple look up suggests that \"coaching is a process that aims to improve performance and focuses on the \'here and now\' rather than on the distant past or future.\" It adds, \"Coaching is unlocking a person\'s potential to maximize their own performance. It is helping them to learn rather than teaching them.\" (Skillsyouneed.com)\r\n\r\nCan anyone who can do that be automatically called a coach? The answer is no because what happens in the coaching session depends on who the speech coach is. This is where a qualified coach or coaching comes into play.\r\n<h2>Qualifications of a public speech coach</h2>\r\n<ul>\r\n 	<li><strong>A compelling <a href=\"https://www.leadershipspeaker.ph/lloydluna/\" target=\"_blank\" rel=\"noopener\">speech coach profile</a></strong>. You read it right. What\'s the hard proof that your coach has gone through to deserve the honor and the privilege to help you learn. As a student, you must see his track record on his expertise. How many years has your coach spent in public speaking? This is important because you don\'t want to learn theories, which you might as well have taken from Google. Is he a real, experienced player in this industry? If the answer is no, what are his relevant skills and knowledge that will serve to achieve your goal? Remember, a coach with nothing but theory is probably not the best speech coach to rely on.</li>\r\n 	<li><strong>A <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">speech coaching system</a> that works.</strong> Given the scenario when you need to learn as much and as fast as you can, what is the system your coach has in place? It can\'t be just ask-what-you-want type of coaching. There must be a process you follow. Aside from that, you can\'t just rely on modular teaching method in forms of an outline. Conversely, public speaking is more than just the \"what.\" It\'s also about the \"how.\" If your speech coach can\'t teach you how it is done, forget it. Youtube is better alternative. Plus, it\'s free.</li>\r\n 	<li><strong>The <a href=\"https://thespeechcamp.com/certified-public-speaker-certification/\">product is crucial</a>.</strong> Look for the names of people he has successfully coached. Don\'t just take the coach\'s word for whatever it\'s worth. Ask his students and make a substantial research about his speech coaching program. As a student, you don\'t just spend money for a speech program. You also spend you precious time and energy to achieve your goal. If you want to achieve you goal, you need to look at the product you coach has produced. That will save you money, time, and energy.</li>\r\n</ul>\r\n<h2>Are you ready to be coached?</h2>\r\nThere you have it. A public speaking coach—or simply speech coach especially here in the Philippines—isn\'t hard to find. However, you need to be patient in looking for him or her. You must do your assignment to make sure the speech training is worth your every attention.\r\n\r\nWe have been attending thousands of seminars—now webinars—since we were kids. As we learn in school, our teachers perform  as public speakers. To say that we have really learn by the way they presented the subject matter to us is short of what it should. Because of these bitter if not disappointing experiences, two things happened: First, we stopped believing in a good speech. Second, many speakers simply followed the wrong way.\r\n\r\nIn short, the frustrating cycle of public speaking continues. It has to stop. Many Filipinos are natural communicators. They have a gift in telling stories. In fact, they have real inspiring stories to tell. The only issue is how we can bring out the best public speaker in us. There are two things here: One, if you\'re doing speech coaching primarily to earn a living without regard to the future of these students, please stop. Two, if you\'re a student who seek real speech coach, follow the tips I listed above.\r\n\r\nYou are meant to shine in public speaking. But without the best speech coach in your side, it\'s going to be an uphill struggle.','A Filipino Speech Coach in the Philippines','','publish','open','open','','filipino-speech-coach-philippines','','','2021-04-03 09:04:22','2021-04-03 09:04:22','',0,'https://thespeechcamp.com/?p=547',0,'post','',0),(512,1,'2021-03-13 06:04:44','2021-03-13 06:04:44','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h2>A different kind of public speaker in the Philippines</h2>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\n[caption id=\"attachment_543\" align=\"alignright\" width=\"400\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\"><img class=\"wp-image-543\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg\" alt=\"public speaking training philippines speaker\" width=\"400\" height=\"533\" /></a> Public speaking training in the Philippines.[/caption]\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h2>Public Speaking Training Course for you?</h2>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\n<strong>Character.</strong> A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\n<strong>Content.</strong> Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\n<strong>Competency.</strong> This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h2>How to be a public speaker in the Philippines?</h2>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to <strong>becoming a public speaker in the Philippines</strong>:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h2>Is public speaking expensive to learn?</h2>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','publish','open','open','','public-speaking-philippines','','','2021-03-20 01:33:18','2021-03-20 01:33:18','',0,'https://thespeechcamp.com/?p=512',0,'post','',0),(513,1,'2021-03-13 06:03:35','2021-03-13 06:03:35','Certified Public Speakers Batch 1-2021','Certified Public Speakers Batch 1-2021','Certified Public Speakers Batch 1-2021','inherit','open','closed','','psi-cps-batch-1-cover','','','2021-03-13 06:04:02','2021-03-13 06:04:02','',512,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png',0,'attachment','image/png',0),(514,1,'2021-03-13 06:04:44','2021-03-13 06:04:44','I can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n\r\nBut how do you know it’s going to be the best public speaking training program for you?\r\n\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the Luna Public Speaking Framework — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" rel=\"noopener\" target=\"_blank\">www.publicspeaking.ph</a> and learn more about our public speaking training course.','The Best Public Speaking Training Course in the Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-13 06:04:44','2021-03-13 06:04:44','',512,'https://thespeechcamp.com/?p=514',0,'revision','',0),(596,1,'2021-04-12 02:43:36','2021-04-12 02:43:36','Public Speaking Training Course Syllabus Philippines','Public Speaking Training Course Syllabus Philippines','Public Speaking Training Course Syllabus Philippines','inherit','open','closed','','the-public-speaking-institute-public-brochure','','','2021-04-12 02:43:57','2021-04-12 02:43:57','',0,'https://thespeechcamp.com/wp-content/uploads/2021/04/The-Public-Speaking-Institute-Public-Brochure.pdf',0,'attachment','application/pdf',0),(557,1,'2021-03-29 09:34:32','2021-03-29 09:34:32','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (PSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework™.\r\n\r\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 10 days, every Mondays, Thursdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest range of P20,500 to P35,500 depending on the batch you are going to enroll this year. The earlier, the lower the tuition.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-29 09:34:32','2021-03-29 09:34:32','',435,'https://thespeechcamp.com/?p=557',0,'revision','',0),(518,1,'2022-09-28 12:23:02','2022-09-28 12:23:02','SpeechCamp is the most <a href=\"https://thespeechcamp.com/the-public-speaking-institute/\">affordable public speaking training</a> in the Philippines. We set the price at P750.\n\nThe training fee was set by the <a href=\"https://thepublicspeakinginstitute.com\" rel=\"noopener\" target=\"_blank\">The Public Speaking Institute, Inc.</a>\n\nCoached by Google’s <a href=\"https://thespeechcamp.com/filipino-speech-coach-philippines/\">No. 1 public speaker in the Philippines</a>, you’ll learn to manage your stage fright, bring out the confidence in you, and understand the basic principles of persuasive presentation.\n\nP950. That’s the fee. Affordable, right? We’ll have fun.','Affordable Public Speaking Training Philippines','','inherit','closed','closed','','25-autosave-v1','','','2022-09-28 12:23:02','2022-09-28 12:23:02','',25,'https://thespeechcamp.com/?p=518',0,'revision','',0),(628,1,'2022-09-28 09:22:34','2022-09-28 09:22:34','A public speaking workshop provider in the Philippines organized by the <a href=\"https://thepublicspeakinginstitute.com\" rel=\"noopener\" target=\"_blank\">The Public Speaking Institute, Inc.</a>','Public Speaking Workshop Philippines','','inherit','closed','closed','','25-revision-v1','','','2022-09-28 09:22:34','2022-09-28 09:22:34','',25,'https://thespeechcamp.com/?p=628',0,'revision','',0),(525,1,'2021-03-14 15:30:41','2021-03-14 15:30:41','CPS-candidates are certified based on <strong>Luna Public Speaking Framework</strong> or simply, the Luna Framework—an intersecting three-moon model composed of Character, Content, Competency connected by Story, Strategy, and Style.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"800\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"800\" height=\"800\" /></a> The Luna Public Speaking Framework™[/caption]','The Luna Public Speaking Framework','','publish','closed','closed','','the-luna-public-speaking-framework','','','2021-03-14 15:30:41','2021-03-14 15:30:41','',0,'https://thespeechcamp.com/?page_id=525',0,'page','',0),(526,1,'2021-03-14 15:30:41','2021-03-14 15:30:41','CPS-candidates are certified based on <strong>Luna Public Speaking Framework</strong> or simply, the Luna Framework—an intersecting three-moon model composed of Character, Content, Competency connected by Story, Strategy, and Style.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"800\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-1024x1024.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"800\" height=\"800\" /></a> The Luna Public Speaking Framework™[/caption]','The Luna Public Speaking Framework','','inherit','closed','closed','','525-revision-v1','','','2021-03-14 15:30:41','2021-03-14 15:30:41','',525,'https://thespeechcamp.com/?p=526',0,'revision','',0),(623,1,'2022-09-28 05:39:11','2022-09-28 05:39:11','{\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is a public speaking workshop in the Philippines. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Public Speaking Institute</a>. This training is an entry-level activity for aspiring professional public speakers. This workshop also leads to Certified Public Speaker (CPS\\u00ae) Certification Program.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 05:39:11\"\n    }\n}','','','trash','closed','closed','','84fa0b79-6d67-424f-a3a5-015d719b3f74','','','2022-09-28 05:39:11','2022-09-28 05:39:11','',0,'https://thespeechcamp.com/84fa0b79-6d67-424f-a3a5-015d719b3f74/',0,'customize_changeset','',0),(532,1,'2021-03-15 07:15:39','2021-03-15 07:15:39','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework.\r\n\r\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 10 days, every Mondays, Thursdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P20,500.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-15 07:15:39','2021-03-15 07:15:39','',435,'https://thespeechcamp.com/?p=532',0,'revision','',0),(533,1,'2021-03-15 07:16:01','2021-03-15 07:16:01','<h1>What is Certified Public Speaker™ Certification Program</h1>\r\nThe Public Speaking Institute (TPSI) offers a 10-day Certified Public Speaker™ (CPS) certification program using a synchronous and asynchronous learning methodology based on the Luna Public Speaking Framework or simply, the Luna Framework™.\r\n\r\nThis is a public speaking training course, which includes lectures, theoretical and practical exercises, quizzes, discussion, and final assessment through actual public speaking at the end of the term.\r\n\r\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"450\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\"><img class=\"wp-image-507\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png\" alt=\"Certified Public Speaker Luna Framework\" width=\"450\" height=\"450\" /></a> Certified Public Speaker Luna Framework[/caption]\r\n<h1>What is Luna Public Speaking Framework</h1>\r\nCPS-candidates are certified based on Luna Public Speaking Framework or simply, the <i>Luna Framework—</i>an intersecting three-moon model composed of <b>Character</b>, <b>Content</b>, <b>Competency</b> connected by Story, Strategy, and Style.\r\n<h1>Public Speaking Philippines Program Outline</h1>\r\n&nbsp;\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppines; font-size: xx-medium;\">CODE</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DESCRIPTION</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">DURATION</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Stage Fright</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Conquering Fear / Dynamics of Public Speaking / Developing Self-Confidence / Self-introduction / The Three-Minute Rule, Practical Tips</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Essentials of Public Speaking</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">The Public Speaking Loop / The Sender / The Message / The Channel / The Receiver</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Ethics</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Standard Manner and Ethical Conduct / Speaker’s Mission / Reason for Speaking / Handling the Audience / </span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CHA 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speaking Brand Archetypes</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Understanding Your Speaking Brand / Defining Your Speaking Brand Strategy / Brand Value Proposition</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Types of Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Creation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech for an Occasion / Setting the Goal / Creating a Topic / Story-Point-Point-Story Method</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">CON 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Content Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">120:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 100</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Public Speaking Techniques</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Theatrical Competency / Oral Presentation Techniques</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 200</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Prepared Speech Preparation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Speech Writing Workshop / Speech Reading Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 300</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Impromptu Speech</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Writing Workshop</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">COM 400</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slides and Presentation</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">60:00:00</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"><span style=\"color: #000000; font-family: Poppins; font-size: xx-medium;\">Slide-making Workshop / Presentation Skills</span></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Class schedule</h1>\r\nA total of 10 days, every Mondays, Thursdays, and Saturdays from 9PM-11PM via Zoom.\r\n<h1>Enrollment Fee</h1>\r\nOur certification program will only cost you a modest P20,500.\r\n<h1>The Pioneering Batch Class of 2021</h1>\r\n[caption id=\"attachment_477\" align=\"aligncenter\" width=\"768\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\"><img class=\"wp-image-477 size-large\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png\" alt=\"Certified Public Speakers Batch 1 - Candidates\" width=\"768\" height=\"1024\" /></a> Certified Public Speakers Batch 1 - Candidates[/caption]','Certified Public Speaker™ Certification','','inherit','closed','closed','','435-revision-v1','','','2021-03-15 07:16:01','2021-03-15 07:16:01','',435,'https://thespeechcamp.com/?p=533',0,'revision','',0),(535,1,'2021-03-20 00:09:19','2021-03-20 00:09:19','After an hour of motivational talk that I’d spice up with nonstop humor, the audience often just couldn’t get enough of me. They would shout “More! More!” in chorus and I would then oblige them by extending my talk for another 30 minutes or so.\r\n\r\nOften, after only the first five minutes, the audience in a good many of such talks would rather that the speaker stop and leave the stage. Why then would they want an extension in my case?\r\n\r\nDo they love my presentation? Do they love being entertained while being taught at the same time? Or do they just plain love me?\r\n\r\nMake a guess. Because unless you see me on stage or watch me on YouTube, you won’t have a proper appreciation of how I do it.\r\n\r\nBut as tempting as it is to make this book about me, it really isn’t about me. It’s really about you. It’s just that I can only do it by talking about me. I just need to tell stories about me to make a point, that’s all. For this book is not a product of a routine Google search or the typical how-to that you find in the Internet. To teach you about public speaking, I can only talk about my own successes and failures in doing it. Indeed, this is about my real-life experiences in public speaking.\r\n\r\nAnd I’ll tell you right off that my public speaking career has not always been a 100% success. There were failures, too, especially in the early years. And I made mistakes that I had to pay for heavily.\r\n\r\nIn the beginning, I can see now, my motivational talks must have tortured many people to death from boredom. I’m exaggerating, of course, but that’s the thought that always came to mind when I’d see them leave their seats one by one. The situation was such that when the last person was about to leave the room, I’d be almost tempted to run after him or her and say, “Hey, please wait for me. I’m about to leave as well.”\r\n\r\nI’d get feedback from lots of people that I did great, only to hear later from friends that those very same people told them that I had messed up. It’s doubly painful to learn that some seemingly appreciative people would actually talk behind my back about my speaking performance.\r\n\r\nSome give honest feedback, of course. But others would lie so you won’t get hurt. And if you’re not very mindful about the quality of your public speaking, you’d probably end up believing those who do lie about your performance.\r\n\r\nThe thing is that as a public speaker, you should know when people do like you and when they don’t. That way, you can further improve on what they liked and avoid repeating what they didn’t the next time around—assuming that you’d be given a second chance.\r\n\r\nYou are the best judge of your own performance.\r\n\r\nAnd so, generally, this book is about you, you who bought this book (or borrowed this book by force from a friend because you didn’t have the money to buy a copy), you who probably have the same dream that I had many years ago—the dream of someday becoming a master of the stage in public speaking.\r\n\r\nThe road to effective public speaking and to dynamic presentations or simply amazing speeches is long and never-ending. Once you feel that you’re getting your rhythm and you’re already comfortable speaking before large audiences, you need to take time to review your performance and find out what you can still improve on. Complacency is your worst enemy.\r\n\r\nIn 2012, just when I felt I was already on top of my game, having already gained recognition as an outstanding young public speaker in the lecture circuit, I encountered someone who made me feel so amateurish.\r\n\r\nThis was in an event attended by more than a thousand people, an event that was supposed to highlight me as a superstar. But unexpectedly, one motivational standup comedian stole the thunder from me, making the audience fall from their seats in laughter and drawing great praises as he finished and left the stage.\r\n\r\nHis amazing performance got me so disoriented that when it was my turn to speak, I went totally out of focus. How could it be possible for someone to be better than me?\r\n\r\nSpeaking but thinking at the same time of how I could get the upper hand from that speaker and win back my audience, I left my strength zone, experimented on stage with all sorts of attention-getting contrivances, and eventually messed up.\r\n\r\nIt was a very long day for me. Honestly, I came up with probably the most physically tiring and emotionally draining speech I had delivered in years. I didn’t like my performance. I’m sure my audience didn’t like it, too. Nobody liked it.\r\n\r\nThinking about it now, that performance was a disaster waiting to happen. When I had already arrived at my comfort zone, and when I allowed the accolades and high praises for my public speaking at that point get into my head, that was the beginning of my fall.\r\n\r\nCall it a wake-up call. When a perceived stardom drowned me, failure struck me and I was forced to bring myself back to where I needed to be—reality.\r\n\r\nThis is what this book on public speaking is all about—reality. Because the truth is, you can’t fake it in public speaking. Sooner than later, people would know or feel if you’re genuine or fake, if what you say is true or not, if you are really sincere or just making a business out of your craft.\r\n\r\nIn this book then, I will share real lessons, real stories, and real experiences in public speaking. I hope to put them together and present them in a narrative that is interesting and compelling enough to encourage you to speak like no other.\r\n\r\nI wrote this book with no intention of making you become like me. No, I don’t expect you to be like me—not even close. It would be unfair to you. Instead, I sincerely want you to become better in public speaking than I am.\r\n\r\nAs a public speaker or a presenter or a teacher, your privilege to speak and influence a lot of people comes with it a responsibility to make the presentation worth their time, effort, and money. Listening to a boring and uninteresting presentation given by an equally boring and uninteresting speaker is wasted time for both the speaker and the audience.\r\n\r\nWhen you get that rare opportunity to hold the microphone behind a podium during a special gathering, do your presentation with all your energy, with all your attention, with all your genuine intention, and with all your heart—or don’t do it at all.\r\n\r\nSave yourself from disgrace and spare yourself from the disgust of judgmental audiences that silently curse you even as you speak.\r\n\r\nPrepare for a magical performance that will amaze everyone in your audience. Develop your unique set of skills for keeping their eyes and minds open, wanting for more from you. Grow your own innate talent for capturing the heart of the people watching and listening to you. Celebrate your own style for keeping audiences awake and alive. Always be a better version of yourself one speaking engagement after another. Keep on improving your presentation. Tirelessly upgrade yourself, level up, and stay cool.\r\n\r\nAnd keep in mind that public speaking is not only an art form. There is some science in it as well. Who knows if there is some mathematics, music, history, geography, chemistry, physics, astronomy, and economics in it, too?\r\n\r\nHow you will fare in blending the art and the science and all those other stuff in public speaking will definitely define you as an amazing public speaker.\r\n\r\nThink of yourself as the light that shines through every person in front of you. A river that flows in their veins. A blanket that gives them comfort. A compass that gives them direction.\r\n\r\nNever fail the people that have given you their time, money, energy, and opportunity to be heard and to be seen. You owe them that honor and privilege.\r\n\r\nLastly, the prospect of public speaking stardom can be realized only if you have the purest desire to serve the people. You speak not because you want to be a star. You are a star so that’s why you speak. You shall have truly become an amazing speaker when your light shines in the hearts of those who stop, look, and listen to you.\r\n\r\nLloyd A. Luna\r\nNovember 6, 2015\r\nMakati City, Philippines','Best Public Speaking Training Book in the Philippines','','inherit','closed','closed','','485-revision-v1','','','2021-03-20 00:09:19','2021-03-20 00:09:19','',485,'https://thespeechcamp.com/?p=535',0,'revision','',0),(536,1,'2021-03-20 00:13:43','2021-03-20 00:13:43','I can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n\r\nBut how do you know it’s going to be the best public speaking training program for you?\r\n\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the Luna Public Speaking Framework — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">www.publicspeaking.ph</a> and learn more about our public speaking training course.','The Best Public Speaking Training Course in the Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 00:13:43','2021-03-20 00:13:43','',512,'https://thespeechcamp.com/?p=536',0,'revision','',0),(537,1,'2021-03-20 01:32:33','2021-03-20 01:32:33','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\n<h2>A different kind of public speaker in the Philippines</h2>\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\n\n[caption id=\"attachment_543\" align=\"alignright\" width=\"400\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\"><img class=\"wp-image-543\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg\" alt=\"public speaking training philippines speaker\" width=\"400\" height=\"533\" /></a> Public speaking training in the Philippines.[/caption]\n\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\n\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\n\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\n<h2>Public Speaking Training Course for you?</h2>\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\n\n<strong>Character.</strong> A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\n\n<strong>Content.</strong> Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\n\n<strong>Competency.</strong> This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\n\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\n\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\n\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\n<h3>How to be a public speaker in the Philippines?</h3>\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\n\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\n\nHere are the steps to becoming a public speaker in the Philippines:\n<ol>\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\n</ol>\n<h3>Is public speaking expensive to learn?</h3>\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\n\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\n\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\n\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-autosave-v1','','','2021-03-20 01:32:33','2021-03-20 01:32:33','',512,'https://thespeechcamp.com/?p=537',0,'revision','',0),(538,1,'2021-03-20 00:19:45','2021-03-20 00:19:45','Public speaking in the Philippines isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n\r\nBut how do you know it’s going to be the best public speaking training program for you?\r\n\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">www.publicspeaking.ph</a> and learn more about our public speaking Philippines training course.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 00:19:45','2021-03-20 00:19:45','',512,'https://thespeechcamp.com/?p=538',0,'revision','',0),(539,1,'2021-03-20 00:20:14','2021-03-20 00:20:14','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n\r\nBut how do you know it’s going to be the best public speaking training program for you?\r\n\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">www.publicspeaking.ph</a> and learn more about our public speaking Philippines training course.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 00:20:14','2021-03-20 00:20:14','',512,'https://thespeechcamp.com/?p=539',0,'revision','',0),(540,1,'2021-03-20 00:23:13','2021-03-20 00:23:13','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h3>A different kind of public speaker in the Philippines</h3>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h3>Public Speaking Training Course for you?</h3>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 00:23:13','2021-03-20 00:23:13','',512,'https://thespeechcamp.com/?p=540',0,'revision','',0),(541,1,'2021-03-20 01:02:54','2021-03-20 01:02:54','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h3>A different kind of public speaker in the Philippines</h3>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h3>Public Speaking Training Course for you?</h3>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nA public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nNext is content. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nThird is competency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h3>How to be a public speaker in the Philippines?</h3>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to becoming a public speaker in the Philippines:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h3>Is public speaking expensive to learn?</h3>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? What\'s the cost of damaged reputation? What\'s the cost of being cursed because you disappointed your audience?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 01:02:54','2021-03-20 01:02:54','',512,'https://thespeechcamp.com/?p=541',0,'revision','',0),(542,1,'2021-03-20 01:08:25','2021-03-20 01:08:25','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h3>A different kind of public speaker in the Philippines</h3>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h3>Public Speaking Training Course for you?</h3>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nCharacter. A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nContent. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nCompetency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h3>How to be a public speaker in the Philippines?</h3>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to becoming a public speaker in the Philippines:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h3>Is public speaking expensive to learn?</h3>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 01:08:25','2021-03-20 01:08:25','',512,'https://thespeechcamp.com/?p=542',0,'revision','',0),(543,1,'2021-03-20 01:29:36','2021-03-20 01:29:36','public speaking training philippines speaker','public speaking training philippines speaker','public speaking training philippines speaker','inherit','open','closed','','public-speaking-training-philippines-speaker','','','2021-03-20 01:29:44','2021-03-20 01:29:44','',512,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg',0,'attachment','image/jpeg',0),(544,1,'2021-03-20 01:30:22','2021-03-20 01:30:22','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h3>A different kind of public speaker in the Philippines</h3>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\n[caption id=\"attachment_543\" align=\"alignleft\" width=\"400\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\"><img class=\"wp-image-543\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg\" alt=\"public speaking training philippines speaker\" width=\"400\" height=\"533\" /></a> Public speaking training in the Philippines.[/caption]\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h3>Public Speaking Training Course for you?</h3>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nCharacter. A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nContent. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nCompetency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h3>How to be a public speaker in the Philippines?</h3>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to becoming a public speaker in the Philippines:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h3>Is public speaking expensive to learn?</h3>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 01:30:22','2021-03-20 01:30:22','',512,'https://thespeechcamp.com/?p=544',0,'revision','',0),(545,1,'2021-03-20 01:31:29','2021-03-20 01:31:29','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h3>A different kind of public speaker in the Philippines</h3>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\n[caption id=\"attachment_543\" align=\"alignright\" width=\"400\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\"><img class=\"wp-image-543\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg\" alt=\"public speaking training philippines speaker\" width=\"400\" height=\"533\" /></a> Public speaking training in the Philippines.[/caption]\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h3>Public Speaking Training Course for you?</h3>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\nCharacter. A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\nContent. Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\nCompetency. This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h3>How to be a public speaker in the Philippines?</h3>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to becoming a public speaker in the Philippines:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h3>Is public speaking expensive to learn?</h3>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 01:31:29','2021-03-20 01:31:29','',512,'https://thespeechcamp.com/?p=545',0,'revision','',0),(546,1,'2021-03-20 01:33:18','2021-03-20 01:33:18','<a href=\"https://www.thepublicspeakinginstitute.com\" target=\"_blank\" rel=\"noopener\">Public speaking in the Philippines</a> isn\'t as difficult as it seems. However, one has to learn to intentionally master it.\r\n<h2>A different kind of public speaker in the Philippines</h2>\r\nI can’t overemphasize how different the listening experience is now more than any time in recent history. To speak in front of an audience who you don’t see, feel and hear still gives me a weird feeling. Nevertheless, it’s not magic that helps a public speaker like me to still make an impact. A little training, a change in mentality and adjustments can do the work.\r\n\r\n[caption id=\"attachment_543\" align=\"alignright\" width=\"400\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\"><img class=\"wp-image-543\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg\" alt=\"public speaking training philippines speaker\" width=\"400\" height=\"533\" /></a> Public speaking training in the Philippines.[/caption]\r\n\r\nIf you’re asking for a public speaking training course in the Philippines that you can take to be like me, I can easily point you to The Public Speaking Institute. It offers a 10-day certification program called Certified Public Speaker. It’s a uniquely crafted program that gives you more than just the insights, theories and principles of public speaking. It takes you on a roller-coaster ride of practical exercises, quizzes and evaluation activities that will break and, eventually, make you a public speaker who is ahead of the rest.\r\n\r\nThe truth is, we have been hearing and seeing hundreds of public speakers in the market today. What sets you apart from them should not be something you need to experiment on. Using my over 15 years of experience as a public speaker, I designed a program — in fact, a framework — that can help you “be like me.” Better yet, be better than me.\r\n\r\nAs you have seen on the internet as well, many training companies and self-proclaimed public speaker coaches offer learning sessions to learn the skill. Since I haven’t been to their program, I’d rather not say anything except that you must be extra cautious in selecting your training provider.\r\n<h2>Public Speaking Training Course for you?</h2>\r\nThe Public Speaking Institute certifies its students based on its proprietary intellectual property known as the <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">Luna Public Speaking Framework</a> — or simply, Luna Framework. It’s a Venn diagram which contains Character, Content and Competency. Their intersections are Story, Style and Strategy.\r\n\r\n<strong>Character.</strong> A public speaking course, which does not tackle a subject on character may fall short of its promise. As a student, you need to learn about yourself and the character you play for your audience. It starts by understanding the nature of your fear — stage fright — and how mastery can mitigate that fear. It also includes your knowledge on the oral communications loop as well as the essentials of public speaking. Embracing who you are is the most important lesson you need to learn when presenting in public.\r\n\r\n<strong>Content.</strong> Once you know yourself and your speaking brand, you can start working on the content. Contents, which are not yours, are weak contents. You will need to shape your own contents — original and backed by either your own personal testimony or by research. I have seen a lot of speakers who simply borrow what they present. The sad part is realizing that you know more about his presentation than what he or she has presented or understood.\r\n\r\n<strong>Competency.</strong> This includes your know-how of the public speaking tools, including but not limited to PowerPoint or Keynote. You need to understand the relationship of these tools and how they can help you more than they can do you some damage even before you realize it.\r\n\r\nMost people hate lectures. Many speakers fail to understand their speaking style. Many speakers ignore a well-crafted speaking strategy. These concerns must be addressed, or your training program simply becomes a show where your training provider rakes the profit at your expense.\r\n\r\nLet’s face it. Taking a more elaborate, comprehensive program designed by a seasoned public speaker gives you a better chance at learning the art of public speaking.\r\n\r\nWhat I do isn’t magic. It’s a mastery of my craft, taking in mind the audience as my inspiration. Please go to <a href=\"https://thepublicspeakinginstitute.com/\" target=\"_blank\" rel=\"noopener\">our public speaking training website</a> and learn more about our public speaking Philippines training course.\r\n<h2>How to be a public speaker in the Philippines?</h2>\r\nHaving the ability to speak doesn\'t make one a public speaker. Many mistake speaking in front of people as public speaking. While partly it is, it\'s far from reality. The reality is, public speaking is a combination of art and science; both needs mastery over time. However, if you try to master an erroneous public speaking, you\'ve just become another speaker people don\'t pay attention to.\r\n\r\nThe answer is, you have to learn from those who have made it. Many so-called schools and training providers for public speaking courses today doesn\'t have so much track record to begin with. Therefore, you need to research which one you should really trust to guide you in your public speaking study.\r\n\r\nHere are the steps to <strong>becoming a public speaker in the Philippines</strong>:\r\n<ol>\r\n 	<li>Pick a public speaking training provider. Choosing a training provider is the most important because you will depend on what is taught here the entire learning time. If you\'ve chosen a program who\'s only facilitated by someone without long years of experience, think again. You have already spent so much time learning theories in school. When you graduated, where have those theories gone? Your training school must be run by credible mentors, trainers, and facilitators. Otherwise, someone is only making money at your dream\'s expense.</li>\r\n 	<li>Demand more information. Don\'t just listen. Ask. And ask some more. If your training program provider doesn\'t allow you to learn critical thinking, forget it. Go where proven theories, practical wisdom, and vast experience come together.</li>\r\n 	<li>Finish the course. Our Institute guarantees concrete output before you graduate. If you don\'t pass our exams, quizzes, and practical assessment, we won\'t allow you to get your designation. Having the money to pay for your enrollment doesn\'t mean you can graduate automatically. We are serious about making you a formidable public speaker, not just crowd talker. More than the stance and outside appearance and what they call \"confidence,\" we prepare you to be on your own so you can stand anywhere you need to be equipped with everything you need to have.</li>\r\n</ol>\r\n<h2>Is public speaking expensive to learn?</h2>\r\nGood question. You answer is as good as ours. But let\'s put the same question to test, shall we?\r\n\r\nWhat\'s the cost of being humiliated in front of an audience? How much will you trade for a damaged reputation? Is there a price to compensate for being cursed by people silently because you are terrible, awful, horrible on stage?\r\n\r\nYes, public speaking training in the Philippines is expensive. Try humiliation, damaged reputation, and cursing from the crowd.\r\n\r\nIt\'s not really about the monetary value of it. In The Public Speaking Institute, you get more than you pay for. If not, let us know and we will give your money back. No question asked.','Public Speaking Philippines','','inherit','closed','closed','','512-revision-v1','','','2021-03-20 01:33:18','2021-03-20 01:33:18','',512,'https://thespeechcamp.com/?p=546',0,'revision','',0),(548,1,'2021-03-25 05:53:29','2021-03-25 05:53:29','Lloyd Luna is a Filipino speech coach based in Manila, Philippines.','Lloyd Luna is a Filipino speech coach based in Manila, Philippines.','Lloyd Luna is a Filipino speech coach based in Manila, Philippines.','inherit','open','closed','','lloyd-luna-founder-of-stepback-leadership-1200x750','','','2021-03-25 05:53:57','2021-03-25 05:53:57','',547,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png',0,'attachment','image/png',0),(549,1,'2021-03-25 05:56:30','2021-03-25 05:56:30','[caption id=\"attachment_548\" align=\"alignleft\" width=\"300\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\"><img class=\"wp-image-548 size-medium\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png\" alt=\"\" width=\"300\" height=\"188\" /></a> Lloyd Luna is a Filipino speech coach based in Manila, Philippines.[/caption]\r\n\r\nPublic speaking in the Philippines needs to improve. Our ability to speak in front of an audience doesn\'t speak about effective speaking. Clearly, this skill is a display of authentic connection more than it is a show of intellect. There\'s no other way but find a Filipino speech coach with a proven track record.\r\n\r\nThe Public Speaking Institute™ founder Lloyd Luna is a Filipino speech coach. He has been a professional public speaker for over 15 years. Over the course of his speaking career, he has been speaking to thousands of people for at least 100 times annually, traveling speak to companies, organizations, and government agencies here in the Philippines and abroad.\r\n\r\nLooking up on Google to find a public speaking coach is easy. But looking at the profile is something else. This topic will help you find the best speech coach in the Philippines.\r\n\r\nFirst, let\'s define what coaching is. A simple look up suggests that \"coaching is a process that aims to improve performance and focuses on the \'here and now\' rather than on the distant past or future.\" It adds, \"Coaching is unlocking a person\'s potential to maximize their own performance. It is helping them to learn rather than teaching them.\" (Skillsyouneed.com)\r\n\r\nCan anyone who can do that be automatically called a coach? The answer is no because what happens in the coaching session depends on who the speech coach is. This is where a qualified coach or coaching comes into play.\r\n<h2>Qualifications of a public speech coach</h2>\r\n<ul>\r\n 	<li><strong>A compelling <a href=\"https://www.leadershipspeaker.ph/lloydluna/\" target=\"_blank\" rel=\"noopener\">speech coach profile</a></strong>. You read it right. What\'s the hard proof that your coach has gone through to deserve the honor and the privilege to help you learn. As a student, you must see his track record on his expertise. How many years has your coach spent in public speaking? This is important because you don\'t want to learn theories, which you might as well have taken from Google. Is he a real, experienced player in this industry? If the answer is no, what are his relevant skills and knowledge that will serve to achieve your goal? Remember, a coach with nothing but theory is probably not the best speech coach to rely on.</li>\r\n 	<li><strong>A <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">speech coaching system</a> that works.</strong> Given the scenario when you need to learn as much and as fast as you can, what is the system your coach has in place? It can\'t be just ask-what-you-want type of coaching. There must be a process you follow. Aside from that, you can\'t just rely on modular teaching method in forms of an outline. Conversely, public speaking is more than just the \"what.\" It\'s also about the \"how.\" If your speech coach can\'t teach you how it is done, forget it. Youtube is better alternative. Plus, it\'s free.</li>\r\n 	<li><strong>The <a href=\"https://thespeechcamp.com/certified-public-speaker-certification/\">product is crucial</a>.</strong> Look for the names of people he has successfully coached. Don\'t just take the coach\'s word for whatever it\'s worth. Ask his students and make a substantial research about his speech coaching program. As a student, you don\'t just spend money for a speech program. You also spend you precious time and energy to achieve your goal. If you want to achieve you goal, you need to look at the product you coach has produced. That will save you money, time, and energy.</li>\r\n</ul>\r\n<h2>Are you ready to be coached?</h2>\r\nThere you have it. A public speaking coach—or simply speech coach especially here in the Philippines—isn\'t hard to find. However, you need to be patient in looking for him or her. You must do your assignment to make sure the speech training is worth your every attention.\r\n\r\nWe have been attending thousands of seminars—now webinars—since we were kids. As we learn in school, our teachers perform  as public speakers. To say that we have really learn by the way they presented the subject matter to us is short of what it should. Because of these bitter if not disappointing experiences, two things happened: First, we stopped believing in a good speech. Second, many speakers simply followed the wrong way.\r\n\r\nIn short, the frustrating cycle of public speaking continues. It has to stop. Many Filipinos are natural communicators. They have a gift in telling stories. In fact, they have real inspiring stories to tell. The only issue is how we can bring out the best public speaker in us. There are two things here: One, if you\'re doing speech coaching primarily to earn a living without regard to the future of these students, please stop. Two, if you\'re a student who seek real speech coach, follow the tips I listed above.\r\n\r\nYou are meant to shine in public speaking. But without the best speech coach in your side, it\'s going to be an uphill struggle.','A Filipino Speech Coach in the Philippines','','inherit','closed','closed','','547-revision-v1','','','2021-03-25 05:56:30','2021-03-25 05:56:30','',547,'https://thespeechcamp.com/?p=549',0,'revision','',0),(550,1,'2021-03-25 05:57:07','2021-03-25 05:57:07','[caption id=\"attachment_548\" align=\"alignright\" width=\"500\"]<a href=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\"><img class=\"wp-image-548\" src=\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png\" alt=\"\" width=\"500\" height=\"313\" /></a> Lloyd Luna is a Filipino speech coach based in Manila, Philippines.[/caption]\r\n\r\nPublic speaking in the Philippines needs to improve. Our ability to speak in front of an audience doesn\'t speak about effective speaking. Clearly, this skill is a display of authentic connection more than it is a show of intellect. There\'s no other way but find a Filipino speech coach with a proven track record.\r\n\r\nThe Public Speaking Institute™ founder Lloyd Luna is a Filipino speech coach. He has been a professional public speaker for over 15 years. Over the course of his speaking career, he has been speaking to thousands of people for at least 100 times annually, traveling speak to companies, organizations, and government agencies here in the Philippines and abroad.\r\n\r\nLooking up on Google to find a public speaking coach is easy. But looking at the profile is something else. This topic will help you find the best speech coach in the Philippines.\r\n\r\nFirst, let\'s define what coaching is. A simple look up suggests that \"coaching is a process that aims to improve performance and focuses on the \'here and now\' rather than on the distant past or future.\" It adds, \"Coaching is unlocking a person\'s potential to maximize their own performance. It is helping them to learn rather than teaching them.\" (Skillsyouneed.com)\r\n\r\nCan anyone who can do that be automatically called a coach? The answer is no because what happens in the coaching session depends on who the speech coach is. This is where a qualified coach or coaching comes into play.\r\n<h2>Qualifications of a public speech coach</h2>\r\n<ul>\r\n 	<li><strong>A compelling <a href=\"https://www.leadershipspeaker.ph/lloydluna/\" target=\"_blank\" rel=\"noopener\">speech coach profile</a></strong>. You read it right. What\'s the hard proof that your coach has gone through to deserve the honor and the privilege to help you learn. As a student, you must see his track record on his expertise. How many years has your coach spent in public speaking? This is important because you don\'t want to learn theories, which you might as well have taken from Google. Is he a real, experienced player in this industry? If the answer is no, what are his relevant skills and knowledge that will serve to achieve your goal? Remember, a coach with nothing but theory is probably not the best speech coach to rely on.</li>\r\n 	<li><strong>A <a href=\"https://thespeechcamp.com/the-luna-public-speaking-framework/\">speech coaching system</a> that works.</strong> Given the scenario when you need to learn as much and as fast as you can, what is the system your coach has in place? It can\'t be just ask-what-you-want type of coaching. There must be a process you follow. Aside from that, you can\'t just rely on modular teaching method in forms of an outline. Conversely, public speaking is more than just the \"what.\" It\'s also about the \"how.\" If your speech coach can\'t teach you how it is done, forget it. Youtube is better alternative. Plus, it\'s free.</li>\r\n 	<li><strong>The <a href=\"https://thespeechcamp.com/certified-public-speaker-certification/\">product is crucial</a>.</strong> Look for the names of people he has successfully coached. Don\'t just take the coach\'s word for whatever it\'s worth. Ask his students and make a substantial research about his speech coaching program. As a student, you don\'t just spend money for a speech program. You also spend you precious time and energy to achieve your goal. If you want to achieve you goal, you need to look at the product you coach has produced. That will save you money, time, and energy.</li>\r\n</ul>\r\n<h2>Are you ready to be coached?</h2>\r\nThere you have it. A public speaking coach—or simply speech coach especially here in the Philippines—isn\'t hard to find. However, you need to be patient in looking for him or her. You must do your assignment to make sure the speech training is worth your every attention.\r\n\r\nWe have been attending thousands of seminars—now webinars—since we were kids. As we learn in school, our teachers perform  as public speakers. To say that we have really learn by the way they presented the subject matter to us is short of what it should. Because of these bitter if not disappointing experiences, two things happened: First, we stopped believing in a good speech. Second, many speakers simply followed the wrong way.\r\n\r\nIn short, the frustrating cycle of public speaking continues. It has to stop. Many Filipinos are natural communicators. They have a gift in telling stories. In fact, they have real inspiring stories to tell. The only issue is how we can bring out the best public speaker in us. There are two things here: One, if you\'re doing speech coaching primarily to earn a living without regard to the future of these students, please stop. Two, if you\'re a student who seek real speech coach, follow the tips I listed above.\r\n\r\nYou are meant to shine in public speaking. But without the best speech coach in your side, it\'s going to be an uphill struggle.','A Filipino Speech Coach in the Philippines','','inherit','closed','closed','','547-revision-v1','','','2021-03-25 05:57:07','2021-03-25 05:57:07','',547,'https://thespeechcamp.com/?p=550',0,'revision','',0),(551,1,'2021-03-25 07:36:15','2021-03-25 07:36:15','','Luna Group Logo W','','inherit','open','closed','','luna-group-logo-w','','','2021-03-25 07:36:15','2021-03-25 07:36:15','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-W.png',0,'attachment','image/png',0),(552,1,'2021-03-25 07:36:18','2021-03-25 07:36:18','','Luna Group Logo B','','inherit','open','closed','','luna-group-logo-b','','','2021-03-25 07:36:18','2021-03-25 07:36:18','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-B.png',0,'attachment','image/png',0),(563,1,'2021-03-29 10:16:56','2021-03-29 10:16:56','','PSI Logo PH Footer','','inherit','open','closed','','psi-logo-ph-footer','','','2021-03-29 10:16:56','2021-03-29 10:16:56','',0,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Footer.png',0,'attachment','image/png',0),(599,1,'2022-09-27 23:09:20','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-09-27 23:09:20','0000-00-00 00:00:00','',0,'https://thespeechcamp.com/?p=599',0,'post','',0),(600,1,'2022-09-28 01:24:30','2022-09-28 01:24:30','{\n    \"onepress::onepress_hcl1_largetext\": {\n        \"value\": \"SpeechCamp Public Speaking Workshop Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:23:45\"\n    },\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is a public speaking workshop in the Philippines. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" rel=\\\"noopener\\\" target=\\\"_blank\\\">Public Speaking Institute</a>. This is an entry-level program for aspiring professional public speakers.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:24:30\"\n    }\n}','','','trash','closed','closed','','1cfaef9a-b659-4ce9-af70-62953b98bf9c','','','2022-09-28 01:24:30','2022-09-28 01:24:30','',0,'https://thespeechcamp.com/?p=600',0,'customize_changeset','',0),(601,1,'2022-09-28 01:24:49','2022-09-28 01:24:49','{\n    \"onepress::onepress_hcl1_largetext\": {\n        \"value\": \"Public Speaking Workshop Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:24:49\"\n    }\n}','','','trash','closed','closed','','caaa41f7-a822-4db6-ac70-fd70c9f66f12','','','2022-09-28 01:24:49','2022-09-28 01:24:49','',0,'https://thespeechcamp.com/caaa41f7-a822-4db6-ac70-fd70c9f66f12/',0,'customize_changeset','',0),(602,1,'2022-09-28 01:27:05','2022-09-28 01:27:05','{\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is a public speaking workshop in the Philippines. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" rel=\\\"noopener\\\" target=\\\"_blank\\\">Public Speaking Institute</a>. This training is an entry-level activity for aspiring professional public speakers. This workshop also leads to Certified Public Speaker (CPS\\u00ae\\u00ae) Certification Program. \",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:27:05\"\n    }\n}','','','trash','closed','closed','','dc0d32dc-8895-46d5-89ec-3555d6abb712','','','2022-09-28 01:27:05','2022-09-28 01:27:05','',0,'https://thespeechcamp.com/?p=602',0,'customize_changeset','',0),(603,1,'2022-09-28 01:32:56','2022-09-28 01:32:56','{\n    \"onepress::custom_logo\": {\n        \"value\": 604,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:32:43\"\n    },\n    \"onepress::onepress_retina_logo\": {\n        \"value\": \"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:32:43\"\n    }\n}','','','trash','closed','closed','','d60a0470-a434-4bd7-ad00-c6ac463c9edb','','','2022-09-28 01:32:56','2022-09-28 01:32:56','',0,'https://thespeechcamp.com/?p=603',0,'customize_changeset','',0),(604,1,'2022-09-28 01:31:27','2022-09-28 01:31:27','','Speech Camp Public Speaking Philippines Logo','Speech Camp Public Speaking Philippines Logo','inherit','open','closed','','public-speaking-institute-logo-header','','','2022-09-28 01:31:59','2022-09-28 01:31:59','',0,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png',0,'attachment','image/png',0),(605,1,'2022-09-28 01:32:14','2022-09-28 01:32:14','','Speech Camp Public Speaking Philippines Logo','Speech Camp Public Speaking Philippines Logo','inherit','open','closed','','public-speaking-institute-logo-retina','','','2022-09-28 01:32:26','2022-09-28 01:32:26','',0,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png',0,'attachment','image/png',0),(606,1,'2022-09-28 01:34:19','2022-09-28 01:34:19','{\n    \"onepress::onepress_clients_title\": {\n        \"value\": \"The Philippines\' Best Public Speaking Workshop for Filipinos\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:34:19\"\n    }\n}','','','trash','closed','closed','','6205813c-15ba-46b3-b9b8-e86f17584158','','','2022-09-28 01:34:19','2022-09-28 01:34:19','',0,'https://thespeechcamp.com/?p=606',0,'customize_changeset','',0),(607,1,'2022-09-28 01:37:52','2022-09-28 01:37:52','{\n    \"onepress::onepress_clients_subtitle\": {\n        \"value\": \"The Public Speaking Institute\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:36:59\"\n    },\n    \"onepress::onepress_clients_desc\": {\n        \"value\": \"<a href=\\\"https://www.thepublicspeakinginstitute.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The Public Speaking Institute, Inc.</a> founder and communication philanthropist\\u00a0<a href=\\\"https://www.lloydluna.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Lloyd Luna, CPS\\u00ae Certified Public Speaker</a> is a go-to guy on major media platforms as an expert on public speaking workshops. Media organizations may call +63 9171250476 or +63 279890476 for appearance invitations.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:37:52\"\n    }\n}','','','trash','closed','closed','','4de3cbd3-95b2-415d-ab12-e96ab6c7dbc1','','','2022-09-28 01:37:52','2022-09-28 01:37:52','',0,'https://thespeechcamp.com/?p=607',0,'customize_changeset','',0),(608,1,'2022-09-28 01:38:18','2022-09-28 01:38:18','{\n    \"onepress::onepress_clients_subtitle\": {\n        \"value\": \"SpeechCamp\\u2122 by the Public Speaking Institute\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:38:18\"\n    }\n}','','','trash','closed','closed','','fdcaa6c3-ec26-4e0e-ae85-4fccc9c1e97e','','','2022-09-28 01:38:18','2022-09-28 01:38:18','',0,'https://thespeechcamp.com/fdcaa6c3-ec26-4e0e-ae85-4fccc9c1e97e/',0,'customize_changeset','',0),(609,1,'2022-09-28 01:40:37','2022-09-28 01:40:37','{\n    \"onepress::onepress_features_title\": {\n        \"value\": \"Public Speaking Workshop in the Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:38:59\"\n    },\n    \"onepress::onepress_features_subtitle\": {\n        \"value\": \"we have over 15 years of experience to qualify as your trainer\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:40:37\"\n    }\n}','','','trash','closed','closed','','8d9162c6-873e-4496-a17c-878db731a5d6','','','2022-09-28 01:40:37','2022-09-28 01:40:37','',0,'https://thespeechcamp.com/?p=609',0,'customize_changeset','',0),(610,1,'2022-09-28 01:43:14','2022-09-28 01:43:14','{\n    \"onepress::onepress_features_desc\": {\n        \"value\": \"We have more than 15 years experience in public speaking. We don\'t teach confidence. We teach the principles on how to be confident. Real-life education is what you\'ll get; not theories that you see in the Internet. \\n\\nWe have taught and trained hundreds of people to speak confidently and with sense, to embrace who they are, and the own the stage where they speak.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:43:14\"\n    }\n}','','','trash','closed','closed','','7fd86177-f647-4590-be89-31a45684bdf2','','','2022-09-28 01:43:14','2022-09-28 01:43:14','',0,'https://thespeechcamp.com/?p=610',0,'customize_changeset','',0),(611,1,'2022-09-28 01:48:19','2022-09-28 01:48:19','{\n    \"onepress::onepress_features_boxes\": {\n        \"value\": \"\\\"_items%5B0%5D%5Btitle%5D=The%20SpeechCamp%E2%84%A2&_items%5B0%5D%5Bicon_type%5D=icon&_items%5B0%5D%5Bicon%5D=fa%20fa-certificate&_items%5B0%5D%5Bimage%5D%5Burl%5D=&_items%5B0%5D%5Bimage%5D%5Bid%5D=&_items%5B0%5D%5Bdesc%5D=SpeechCamp%E2%84%A2%20is%20a%20training%20workshop%20organized%20by%20The%20Public%20Speaking%20Institute%2C%20Inc.%20For%20at%20least%20two%20hours%2C%20you\'ll%20get%20practical%20insights%20about%20real%20public%20speaking.&_items%5B0%5D%5Blink%5D=&_items%5B1%5D%5Btitle%5D=Speech%20Coaching&_items%5B1%5D%5Bicon_type%5D=icon&_items%5B1%5D%5Bicon%5D=fa%20fa-heart&_items%5B1%5D%5Bimage%5D%5Burl%5D=&_items%5B1%5D%5Bimage%5D%5Bid%5D=&_items%5B1%5D%5Bdesc%5D=We%20help%20leaders%20communicate%20better%20and%20with%20deeper%20impact.%20We%20coach%20you%20how%20to%20deliver%20your%20speech%20more%20effectively%20by%20rehearsing%20your%20piece.%20We%20teach%20our%20clients%20how%20to%20say%20their%20piece%20from%20tone%20of%20voice%20to%20speed%20of%20speaking%20to%20the%20manner%20the%20speech%20is%20read.%20We%20make%20our%20client%20look%20and%20sound%20great.&_items%5B1%5D%5Blink%5D=&_items%5B2%5D%5Btitle%5D=Speech%20Writing&_items%5B2%5D%5Bicon_type%5D=icon&_items%5B2%5D%5Bicon%5D=fa%20fa-pencil&_items%5B2%5D%5Bimage%5D%5Burl%5D=&_items%5B2%5D%5Bimage%5D%5Bid%5D=&_items%5B2%5D%5Bdesc%5D=In%20case%20you%20don\'t%20have%20time%20to%20write%20your%20own%20speech%2C%20we%20have%20speechwriters%20who%20can%20help%20you%20write%20your%20speech.%20Our%20writers%20research%20the%20content%20and%20write%20original%20speeches%20based%20on%20your%20personal%20story%2C%20narrative%2C%20or%20experiences%20so%20you%20avoid%20being%20charged%20with%20plagiarism.&_items%5B2%5D%5Blink%5D=\\\"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:48:19\"\n    }\n}','','','trash','closed','closed','','4ba54720-6b19-4c4f-9e6e-d49669d930d1','','','2022-09-28 01:48:19','2022-09-28 01:48:19','',0,'https://thespeechcamp.com/?p=611',0,'customize_changeset','',0),(612,1,'2022-09-28 01:52:43','2022-09-28 01:52:43','{\n    \"onepress::onepress_features_boxes\": {\n        \"value\": \"\\\"_items%5B0%5D%5Btitle%5D=The%20SpeechCamp%E2%84%A2&_items%5B0%5D%5Bicon_type%5D=icon&_items%5B0%5D%5Bicon%5D=fa%20fa-free-code-camp&_items%5B0%5D%5Bimage%5D%5Burl%5D=&_items%5B0%5D%5Bimage%5D%5Bid%5D=&_items%5B0%5D%5Bdesc%5D=SpeechCamp%E2%84%A2%20is%20a%20training%20workshop%20organized%20by%20The%20Public%20Speaking%20Institute%2C%20Inc.%20For%20at%20least%20two%20hours%2C%20you\'ll%20get%20practical%20insights%20about%20real%20public%20speaking.&_items%5B0%5D%5Blink%5D=&_items%5B1%5D%5Btitle%5D=Speech%20Coaching&_items%5B1%5D%5Bicon_type%5D=icon&_items%5B1%5D%5Bicon%5D=fa%20fa-heart&_items%5B1%5D%5Bimage%5D%5Burl%5D=&_items%5B1%5D%5Bimage%5D%5Bid%5D=&_items%5B1%5D%5Bdesc%5D=You\'ll%20get%20to%20speak%20for%2030%20seconds.%20During%20the%20SpeechCamp%E2%84%A2%2C%20you\'ll%20an%20honest-to-goodness%20assessment%20of%20your%20speech.%20We\'ll%20know%20in%2030%20seconds%20or%20less%20what%20you\'re%20doing%20right%20and%20wrong.&_items%5B1%5D%5Blink%5D=&_items%5B2%5D%5Btitle%5D=The%20Camp%20Lecture&_items%5B2%5D%5Bicon_type%5D=icon&_items%5B2%5D%5Bicon%5D=fa%20fa-microphone&_items%5B2%5D%5Bimage%5D%5Burl%5D=&_items%5B2%5D%5Bimage%5D%5Bid%5D=&_items%5B2%5D%5Bdesc%5D=We\'ll%20spend%20a%20significant%20number%20of%20minutes%20explaining%20the%20foundation%20of%20good%20public%20speaking.%20Besides%2C%20this%20is%20where%20you%20get%20your%20self-confidence.%20This%20lecture%20will%20help%20you%20manage%2C%20if%20not%20rid%2C%20your%20stage%20fright.&_items%5B2%5D%5Blink%5D=\\\"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:52:43\"\n    }\n}','','','trash','closed','closed','','dc01c7b2-1f04-4c33-b2e3-dd1a43cbb4b6','','','2022-09-28 01:52:43','2022-09-28 01:52:43','',0,'https://thespeechcamp.com/?p=612',0,'customize_changeset','',0),(613,1,'2022-09-28 01:53:50','2022-09-28 01:53:50','{\n    \"onepress::onepress_videolightbox_title\": {\n        \"value\": \"Filipino public speaker and SpeechCamp\\u2122 founder Lloyd Luna is interviewed by the Philippines\' popular talk show host Boy Abunda.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 01:53:50\"\n    }\n}','','','trash','closed','closed','','a74f5318-aa1e-49c2-9101-bd64a0fe3629','','','2022-09-28 01:53:50','2022-09-28 01:53:50','',0,'https://thespeechcamp.com/a74f5318-aa1e-49c2-9101-bd64a0fe3629/',0,'customize_changeset','',0),(614,1,'2022-09-28 02:03:51','2022-09-28 02:03:51','','Best Public Speaking Workshop Training Philippines','','inherit','closed','closed','','25-revision-v1','','','2022-09-28 02:03:51','2022-09-28 02:03:51','',25,'https://thespeechcamp.com/?p=614',0,'revision','',0),(617,1,'2022-09-28 02:53:49','2022-09-28 02:53:49','{\n    \"onepress::onepress_section_order_styling\": {\n        \"value\": \"\\\"_items%5B0%5D%5Badd_by%5D=&_items%5B0%5D%5B__visibility%5D=&_items%5B0%5D%5Btitle%5D=Clients&_items%5B0%5D%5Bsection_id%5D=clients&_items%5B0%5D%5Bshow_section%5D=1&_items%5B0%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B0%5D%5Bsubtitle%5D=&_items%5B0%5D%5Bbg_type%5D=color&_items%5B0%5D%5Bbg_color%5D=&_items%5B0%5D%5Bbg_image%5D%5Burl%5D=&_items%5B0%5D%5Bbg_image%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B0%5D%5Bbg_opacity_color%5D=&_items%5B0%5D%5Bpadding_top%5D=&_items%5B0%5D%5Bpadding_bottom%5D=&_items%5B1%5D%5Badd_by%5D=&_items%5B1%5D%5B__visibility%5D=&_items%5B1%5D%5Btitle%5D=Videolightbox&_items%5B1%5D%5Bsection_id%5D=videolightbox&_items%5B1%5D%5Bshow_section%5D=1&_items%5B1%5D%5Bsection_inverse%5D=1&_items%5B1%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B1%5D%5Bsubtitle%5D=&_items%5B1%5D%5Bbg_type%5D=image&_items%5B1%5D%5Bbg_color%5D=&_items%5B1%5D%5Bbg_image%5D%5Burl%5D=https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2018%2F01%2Ffilipino-motivational-speaker-with-boy-abunda-1.jpg&_items%5B1%5D%5Bbg_image%5D%5Bid%5D=248&_items%5B1%5D%5Benable_parallax%5D=1&_items%5B1%5D%5Bbg_video%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video%5D%5Bid%5D=&_items%5B1%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B1%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B1%5D%5Bbg_opacity_color%5D=&_items%5B1%5D%5Bfullwidth%5D=1&_items%5B1%5D%5Bpadding_top%5D=&_items%5B1%5D%5Bpadding_bottom%5D=&_items%5B2%5D%5Badd_by%5D=&_items%5B2%5D%5B__visibility%5D=&_items%5B2%5D%5Btitle%5D=Features&_items%5B2%5D%5Bsection_id%5D=features&_items%5B2%5D%5Bshow_section%5D=1&_items%5B2%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B2%5D%5Bsubtitle%5D=&_items%5B2%5D%5Bbg_type%5D=color&_items%5B2%5D%5Bbg_color%5D=&_items%5B2%5D%5Bbg_image%5D%5Burl%5D=&_items%5B2%5D%5Bbg_image%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B2%5D%5Bbg_opacity_color%5D=&_items%5B2%5D%5Bpadding_top%5D=&_items%5B2%5D%5Bpadding_bottom%5D=&_items%5B3%5D%5Badd_by%5D=click&_items%5B3%5D%5B__visibility%5D=&_items%5B3%5D%5Btitle%5D=SpeechCamp%E2%84%A2%20participants%20we%20call%20%22SpeechCampers%22&_items%5B3%5D%5Bsection_id%5D=sid1615686582890&_items%5B3%5D%5Bshow_section%5D=1&_items%5B3%5D%5Bsection_inverse%5D=1&_items%5B3%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B3%5D%5Bsubtitle%5D=Training%20our%20future%20public%20speakers&_items%5B3%5D%5Bdesc%5D=We%20don\'t%20call%20them%20SpeechCampers%20for%20no%20reason.%20They%20are%20in%20a%20camp%20so%20they%20are%20treated%20as%20such.%20We%20make%20them%20do.%20We%20engage%20them.%20We%20train%20them.%20Just%20as%20what%20a%20public%20speaking%20workshop%20should%20be.&_items%5B3%5D%5Bcontent%5D=The%20Public%20Speaking%20Institute%E2%84%A2%20(Philippines)%20welcomes%20it\'s%20pioneering%20batch%20of%20SpeechCampers.%20It%20hopes%20everyone%20enjoys%20their%20journey%20to%20becoming%20better%20public%20speakers.%20We%20have%20more%20than%2050%20campers%20in%20our%20launch%20on%20September%2026%2C%202022.%0D%0A%0D%0A%5Bcaption%20id%3D%22attachment_618%22%20align%3D%22aligncenter%22%20width%3D%22240%22%5D%3Ca%20href%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1.png%22%3E%3Cimg%20class%3D%22wp-image-618%20size-medium%22%20src%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1-240x300.png%22%20alt%3D%22SpeechCamp%20Public%20Speaking%20Workshop%20Philippines%20Batch%201%22%20width%3D%22240%22%20height%3D%22300%22%20%2F%3E%3C%2Fa%3E%20SpeechCamp%20Public%20Speaking%20Workshop%20Philippines%20Batch%201%5B%2Fcaption%5D&_items%5B3%5D%5Bbg_type%5D=color&_items%5B3%5D%5Bbg_color%5D=&_items%5B3%5D%5Bbg_image%5D%5Burl%5D=&_items%5B3%5D%5Bbg_image%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B3%5D%5Bbg_opacity_color%5D=&_items%5B3%5D%5Bpadding_top%5D=100px&_items%5B3%5D%5Bpadding_bottom%5D=100px&_items%5B4%5D%5Badd_by%5D=&_items%5B4%5D%5B__visibility%5D=&_items%5B4%5D%5Btitle%5D=About&_items%5B4%5D%5Bsection_id%5D=about&_items%5B4%5D%5Bshow_section%5D=1&_items%5B4%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B4%5D%5Bsubtitle%5D=&_items%5B4%5D%5Bbg_type%5D=color&_items%5B4%5D%5Bbg_color%5D=&_items%5B4%5D%5Bbg_image%5D%5Burl%5D=&_items%5B4%5D%5Bbg_image%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B4%5D%5Bbg_opacity_color%5D=&_items%5B4%5D%5Bpadding_top%5D=&_items%5B4%5D%5Bpadding_bottom%5D=&_items%5B5%5D%5Badd_by%5D=&_items%5B5%5D%5B__visibility%5D=&_items%5B5%5D%5Btitle%5D=Services&_items%5B5%5D%5Bsection_id%5D=services&_items%5B5%5D%5Bshow_section%5D=1&_items%5B5%5D%5Bsection_inverse%5D=1&_items%5B5%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B5%5D%5Bsubtitle%5D=&_items%5B5%5D%5Bbg_type%5D=color&_items%5B5%5D%5Bbg_color%5D=&_items%5B5%5D%5Bbg_image%5D%5Burl%5D=&_items%5B5%5D%5Bbg_image%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B5%5D%5Bbg_opacity_color%5D=&_items%5B5%5D%5Bpadding_top%5D=&_items%5B5%5D%5Bpadding_bottom%5D=&_items%5B6%5D%5Badd_by%5D=&_items%5B6%5D%5B__visibility%5D=&_items%5B6%5D%5Btitle%5D=Testimonials&_items%5B6%5D%5Bsection_id%5D=testimonials&_items%5B6%5D%5Bshow_section%5D=1&_items%5B6%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B6%5D%5Bsubtitle%5D=&_items%5B6%5D%5Bbg_type%5D=color&_items%5B6%5D%5Bbg_color%5D=rgba(76%2C76%2C76%2C1)&_items%5B6%5D%5Bbg_image%5D%5Burl%5D=&_items%5B6%5D%5Bbg_image%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B6%5D%5Bbg_opacity_color%5D=&_items%5B6%5D%5Bpadding_top%5D=&_items%5B6%5D%5Bpadding_bottom%5D=&_items%5B7%5D%5Badd_by%5D=&_items%5B7%5D%5B__visibility%5D=&_items%5B7%5D%5Btitle%5D=Contact&_items%5B7%5D%5Bsection_id%5D=contact&_items%5B7%5D%5Bshow_section%5D=1&_items%5B7%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B7%5D%5Bsubtitle%5D=&_items%5B7%5D%5Bbg_type%5D=color&_items%5B7%5D%5Bbg_color%5D=rgba(234%2C234%2C234%2C1)&_items%5B7%5D%5Bbg_image%5D%5Burl%5D=&_items%5B7%5D%5Bbg_image%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B7%5D%5Bbg_opacity_color%5D=&_items%5B7%5D%5Bpadding_top%5D=&_items%5B7%5D%5Bpadding_bottom%5D=&_items%5B8%5D%5Badd_by%5D=&_items%5B8%5D%5B__visibility%5D=&_items%5B8%5D%5Btitle%5D=Gallery&_items%5B8%5D%5Bsection_id%5D=gallery&_items%5B8%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B8%5D%5Bsubtitle%5D=&_items%5B8%5D%5Bbg_type%5D=color&_items%5B8%5D%5Bbg_color%5D=&_items%5B8%5D%5Bbg_image%5D%5Burl%5D=&_items%5B8%5D%5Bbg_image%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B8%5D%5Bbg_opacity_color%5D=&_items%5B8%5D%5Bpadding_top%5D=&_items%5B8%5D%5Bpadding_bottom%5D=&_items%5B9%5D%5Badd_by%5D=&_items%5B9%5D%5B__visibility%5D=&_items%5B9%5D%5Btitle%5D=Projects&_items%5B9%5D%5Bsection_id%5D=projects&_items%5B9%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B9%5D%5Bsubtitle%5D=&_items%5B9%5D%5Bbg_type%5D=color&_items%5B9%5D%5Bbg_color%5D=&_items%5B9%5D%5Bbg_image%5D%5Burl%5D=&_items%5B9%5D%5Bbg_image%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B9%5D%5Bbg_opacity_color%5D=&_items%5B9%5D%5Bpadding_top%5D=&_items%5B9%5D%5Bpadding_bottom%5D=&_items%5B10%5D%5Badd_by%5D=&_items%5B10%5D%5B__visibility%5D=&_items%5B10%5D%5Btitle%5D=Counter&_items%5B10%5D%5Bsection_id%5D=counter&_items%5B10%5D%5Bshow_section%5D=1&_items%5B10%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B10%5D%5Bsubtitle%5D=&_items%5B10%5D%5Bbg_type%5D=color&_items%5B10%5D%5Bbg_color%5D=&_items%5B10%5D%5Bbg_image%5D%5Burl%5D=&_items%5B10%5D%5Bbg_image%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B10%5D%5Bbg_opacity_color%5D=&_items%5B10%5D%5Bpadding_top%5D=&_items%5B10%5D%5Bpadding_bottom%5D=&_items%5B11%5D%5Badd_by%5D=&_items%5B11%5D%5B__visibility%5D=&_items%5B11%5D%5Btitle%5D=Pricing&_items%5B11%5D%5Bsection_id%5D=pricing&_items%5B11%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B11%5D%5Bsubtitle%5D=&_items%5B11%5D%5Bbg_type%5D=color&_items%5B11%5D%5Bbg_color%5D=&_items%5B11%5D%5Bbg_image%5D%5Burl%5D=&_items%5B11%5D%5Bbg_image%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B11%5D%5Bbg_opacity_color%5D=&_items%5B11%5D%5Bpadding_top%5D=&_items%5B11%5D%5Bpadding_bottom%5D=&_items%5B12%5D%5Badd_by%5D=click&_items%5B12%5D%5B__visibility%5D=&_items%5B12%5D%5Btitle%5D=Our%20Brand%20of%20Public%20Speaking%20Training&_items%5B12%5D%5Bsection_id%5D=sid1517411140307&_items%5B12%5D%5Bshow_section%5D=1&_items%5B12%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B12%5D%5Bsubtitle%5D=From%20an%20amateur%20to%20an%20expert%20public%20speaker&_items%5B12%5D%5Bdesc%5D=If%20you\'re%20looking%20for%20the%20best%20public%20speaking%20training%20in%20the%20Philippines%2C%20you\'ve%20just%20arrived%20and%20you%20can%20start%20right%20away.&_items%5B12%5D%5Bcontent%5D=The%20Public%20Speaking%20Institute%20(TPSI)%20hopes%20to%20see%20a%20better%20world%20through%20responsible%20public%20speakers.%20We%E2%80%99re%20a%20producer%20of%20world-class%20public%20speakers%20who%20would%20like%20to%20make%20public%20speaking%20easy%20to%20learn%20and%20fun%20to%20develop.%20Driven%20by%20our%20passion%20to%20change%20the%20world%20through%20speeches%2C%20we%20commit%20to%20nurture%20your%20talent.&_items%5B12%5D%5Bbg_type%5D=color&_items%5B12%5D%5Bbg_color%5D=&_items%5B12%5D%5Bbg_image%5D%5Burl%5D=&_items%5B12%5D%5Bbg_image%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B12%5D%5Bbg_opacity_color%5D=&_items%5B12%5D%5Bpadding_top%5D=&_items%5B12%5D%5Bpadding_bottom%5D=&_items%5B13%5D%5Badd_by%5D=&_items%5B13%5D%5B__visibility%5D=&_items%5B13%5D%5Btitle%5D=Call%20to%20Action&_items%5B13%5D%5Bsection_id%5D=cta&_items%5B13%5D%5Bshow_section%5D=1&_items%5B13%5D%5Bsection_inverse%5D=1&_items%5B13%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B13%5D%5Bsubtitle%5D=&_items%5B13%5D%5Bbg_type%5D=color&_items%5B13%5D%5Bbg_color%5D=&_items%5B13%5D%5Bbg_image%5D%5Burl%5D=&_items%5B13%5D%5Bbg_image%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B13%5D%5Bbg_opacity_color%5D=&_items%5B13%5D%5Bpadding_top%5D=&_items%5B13%5D%5Bpadding_bottom%5D=&_items%5B14%5D%5Badd_by%5D=&_items%5B14%5D%5B__visibility%5D=&_items%5B14%5D%5Btitle%5D=Team&_items%5B14%5D%5Bsection_id%5D=team&_items%5B14%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B14%5D%5Bsubtitle%5D=&_items%5B14%5D%5Bbg_type%5D=color&_items%5B14%5D%5Bbg_color%5D=&_items%5B14%5D%5Bbg_image%5D%5Burl%5D=&_items%5B14%5D%5Bbg_image%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B14%5D%5Bbg_opacity_color%5D=&_items%5B14%5D%5Bpadding_top%5D=&_items%5B14%5D%5Bpadding_bottom%5D=&_items%5B15%5D%5Badd_by%5D=&_items%5B15%5D%5B__visibility%5D=&_items%5B15%5D%5Btitle%5D=News&_items%5B15%5D%5Bsection_id%5D=news&_items%5B15%5D%5Bshow_section%5D=1&_items%5B15%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B15%5D%5Bsubtitle%5D=&_items%5B15%5D%5Bbg_type%5D=color&_items%5B15%5D%5Bbg_color%5D=&_items%5B15%5D%5Bbg_image%5D%5Burl%5D=&_items%5B15%5D%5Bbg_image%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B15%5D%5Bbg_opacity_color%5D=&_items%5B15%5D%5Bpadding_top%5D=&_items%5B15%5D%5Bpadding_bottom%5D=&_items%5B16%5D%5Badd_by%5D=&_items%5B16%5D%5B__visibility%5D=&_items%5B16%5D%5Btitle%5D=Map&_items%5B16%5D%5Bsection_id%5D=map&_items%5B16%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B16%5D%5Bsubtitle%5D=&_items%5B16%5D%5Bbg_type%5D=color&_items%5B16%5D%5Bbg_color%5D=&_items%5B16%5D%5Bbg_image%5D%5Burl%5D=&_items%5B16%5D%5Bbg_image%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B16%5D%5Bbg_opacity_color%5D=&_items%5B16%5D%5Bpadding_top%5D=&_items%5B16%5D%5Bpadding_bottom%5D=&_items%5B17%5D%5Badd_by%5D=&_items%5B17%5D%5B__visibility%5D=hidden&_items%5B17%5D%5Btitle%5D=Slider&_items%5B17%5D%5Bsection_id%5D=slider&_items%5B17%5D%5Bshow_section%5D=1&_items%5B17%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B17%5D%5Bsubtitle%5D=&_items%5B17%5D%5Bbg_type%5D=color&_items%5B17%5D%5Bbg_color%5D=&_items%5B17%5D%5Bbg_image%5D%5Burl%5D=&_items%5B17%5D%5Bbg_image%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B17%5D%5Bbg_opacity_color%5D=&_items%5B17%5D%5Bpadding_top%5D=&_items%5B17%5D%5Bpadding_bottom%5D=\\\"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 02:53:49\"\n    }\n}','','','trash','closed','closed','','12f49b1a-addc-49a9-ad1f-45d41a25d5a0','','','2022-09-28 02:53:49','2022-09-28 02:53:49','',0,'https://thespeechcamp.com/?p=617',0,'customize_changeset','',0),(619,1,'2022-09-28 02:54:12','2022-09-28 02:54:12','{\n    \"onepress::onepress_section_order_styling\": {\n        \"value\": \"\\\"_items%5B0%5D%5Badd_by%5D=&_items%5B0%5D%5B__visibility%5D=&_items%5B0%5D%5Btitle%5D=Clients&_items%5B0%5D%5Bsection_id%5D=clients&_items%5B0%5D%5Bshow_section%5D=1&_items%5B0%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B0%5D%5Bsubtitle%5D=&_items%5B0%5D%5Bbg_type%5D=color&_items%5B0%5D%5Bbg_color%5D=&_items%5B0%5D%5Bbg_image%5D%5Burl%5D=&_items%5B0%5D%5Bbg_image%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B0%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B0%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B0%5D%5Bbg_opacity_color%5D=&_items%5B0%5D%5Bpadding_top%5D=&_items%5B0%5D%5Bpadding_bottom%5D=&_items%5B1%5D%5Badd_by%5D=&_items%5B1%5D%5B__visibility%5D=&_items%5B1%5D%5Btitle%5D=Videolightbox&_items%5B1%5D%5Bsection_id%5D=videolightbox&_items%5B1%5D%5Bshow_section%5D=1&_items%5B1%5D%5Bsection_inverse%5D=1&_items%5B1%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B1%5D%5Bsubtitle%5D=&_items%5B1%5D%5Bbg_type%5D=image&_items%5B1%5D%5Bbg_color%5D=&_items%5B1%5D%5Bbg_image%5D%5Burl%5D=https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2018%2F01%2Ffilipino-motivational-speaker-with-boy-abunda-1.jpg&_items%5B1%5D%5Bbg_image%5D%5Bid%5D=248&_items%5B1%5D%5Benable_parallax%5D=1&_items%5B1%5D%5Bbg_video%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video%5D%5Bid%5D=&_items%5B1%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B1%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B1%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B1%5D%5Bbg_opacity_color%5D=&_items%5B1%5D%5Bfullwidth%5D=1&_items%5B1%5D%5Bpadding_top%5D=&_items%5B1%5D%5Bpadding_bottom%5D=&_items%5B2%5D%5Badd_by%5D=&_items%5B2%5D%5B__visibility%5D=&_items%5B2%5D%5Btitle%5D=Features&_items%5B2%5D%5Bsection_id%5D=features&_items%5B2%5D%5Bshow_section%5D=1&_items%5B2%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B2%5D%5Bsubtitle%5D=&_items%5B2%5D%5Bbg_type%5D=color&_items%5B2%5D%5Bbg_color%5D=&_items%5B2%5D%5Bbg_image%5D%5Burl%5D=&_items%5B2%5D%5Bbg_image%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B2%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B2%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B2%5D%5Bbg_opacity_color%5D=&_items%5B2%5D%5Bpadding_top%5D=&_items%5B2%5D%5Bpadding_bottom%5D=&_items%5B3%5D%5Badd_by%5D=click&_items%5B3%5D%5B__visibility%5D=&_items%5B3%5D%5Btitle%5D=SpeechCamp%E2%84%A2%20participants%20we%20call%20%22SpeechCampers%22&_items%5B3%5D%5Bsection_id%5D=sid1615686582890&_items%5B3%5D%5Bshow_section%5D=1&_items%5B3%5D%5Bsection_inverse%5D=1&_items%5B3%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B3%5D%5Bsubtitle%5D=Training%20our%20future%20public%20speakers&_items%5B3%5D%5Bdesc%5D=We%20don\'t%20call%20them%20SpeechCampers%20for%20no%20reason.%20They%20are%20in%20a%20camp%20so%20they%20are%20treated%20as%20such.%20We%20make%20them%20do.%20We%20engage%20them.%20We%20train%20them.%20Just%20as%20what%20a%20public%20speaking%20workshop%20should%20be.&_items%5B3%5D%5Bcontent%5D=The%20Public%20Speaking%20Institute%E2%84%A2%20(Philippines)%20welcomes%20it\'s%20pioneering%20batch%20of%20SpeechCampers.%20It%20hopes%20everyone%20enjoys%20their%20journey%20to%20becoming%20better%20public%20speakers.%20We%20have%20more%20than%2050%20campers%20in%20our%20launch%20on%20September%2026%2C%202022.%0D%0A%3Cdiv%20class%3D%22mceTemp%22%3E%0D%0A%3Cdl%20id%3D%22attachment_618%22%20class%3D%22wp-caption%20aligncenter%22%20style%3D%22width%3A%20800px%22%20data-mce-style%3D%22width%3A%20800px%22%3E%0D%0A%20%09%3Cdt%20class%3D%22wp-caption-dt%22%3E%3Ca%20href%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1.png%22%20data-mce-href%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1.png%22%3E%3Cimg%20class%3D%22wp-image-618%20size-large%22%20src%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1-819x1024.png%22%20alt%3D%22SpeechCamp%20Public%20Speaking%20Workshop%20Philippines%20Batch%201%22%20width%3D%22800%22%20height%3D%221000%22%20data-mce-src%3D%22https%3A%2F%2Fthespeechcamp.com%2Fwp-content%2Fuploads%2F2022%2F09%2FSpeechCamp-Attendees-Batch-1-819x1024.png%22%3E%3C%2Fa%3E%3C%2Fdt%3E%0D%0A%20%09%3Cdd%20class%3D%22wp-caption-dd%22%3ESpeechCamp%20Public%20Speaking%20Workshop%20Philippines%20Batch%201%3C%2Fdd%3E%0D%0A%3C%2Fdl%3E%0D%0A%3C%2Fdiv%3E&_items%5B3%5D%5Bbg_type%5D=color&_items%5B3%5D%5Bbg_color%5D=&_items%5B3%5D%5Bbg_image%5D%5Burl%5D=&_items%5B3%5D%5Bbg_image%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B3%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B3%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B3%5D%5Bbg_opacity_color%5D=&_items%5B3%5D%5Bpadding_top%5D=100px&_items%5B3%5D%5Bpadding_bottom%5D=100px&_items%5B4%5D%5Badd_by%5D=&_items%5B4%5D%5B__visibility%5D=&_items%5B4%5D%5Btitle%5D=About&_items%5B4%5D%5Bsection_id%5D=about&_items%5B4%5D%5Bshow_section%5D=1&_items%5B4%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B4%5D%5Bsubtitle%5D=&_items%5B4%5D%5Bbg_type%5D=color&_items%5B4%5D%5Bbg_color%5D=&_items%5B4%5D%5Bbg_image%5D%5Burl%5D=&_items%5B4%5D%5Bbg_image%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B4%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B4%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B4%5D%5Bbg_opacity_color%5D=&_items%5B4%5D%5Bpadding_top%5D=&_items%5B4%5D%5Bpadding_bottom%5D=&_items%5B5%5D%5Badd_by%5D=&_items%5B5%5D%5B__visibility%5D=&_items%5B5%5D%5Btitle%5D=Services&_items%5B5%5D%5Bsection_id%5D=services&_items%5B5%5D%5Bshow_section%5D=1&_items%5B5%5D%5Bsection_inverse%5D=1&_items%5B5%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B5%5D%5Bsubtitle%5D=&_items%5B5%5D%5Bbg_type%5D=color&_items%5B5%5D%5Bbg_color%5D=&_items%5B5%5D%5Bbg_image%5D%5Burl%5D=&_items%5B5%5D%5Bbg_image%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B5%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B5%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B5%5D%5Bbg_opacity_color%5D=&_items%5B5%5D%5Bpadding_top%5D=&_items%5B5%5D%5Bpadding_bottom%5D=&_items%5B6%5D%5Badd_by%5D=&_items%5B6%5D%5B__visibility%5D=&_items%5B6%5D%5Btitle%5D=Testimonials&_items%5B6%5D%5Bsection_id%5D=testimonials&_items%5B6%5D%5Bshow_section%5D=1&_items%5B6%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B6%5D%5Bsubtitle%5D=&_items%5B6%5D%5Bbg_type%5D=color&_items%5B6%5D%5Bbg_color%5D=rgba(76%2C76%2C76%2C1)&_items%5B6%5D%5Bbg_image%5D%5Burl%5D=&_items%5B6%5D%5Bbg_image%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B6%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B6%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B6%5D%5Bbg_opacity_color%5D=&_items%5B6%5D%5Bpadding_top%5D=&_items%5B6%5D%5Bpadding_bottom%5D=&_items%5B7%5D%5Badd_by%5D=&_items%5B7%5D%5B__visibility%5D=&_items%5B7%5D%5Btitle%5D=Contact&_items%5B7%5D%5Bsection_id%5D=contact&_items%5B7%5D%5Bshow_section%5D=1&_items%5B7%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B7%5D%5Bsubtitle%5D=&_items%5B7%5D%5Bbg_type%5D=color&_items%5B7%5D%5Bbg_color%5D=rgba(234%2C234%2C234%2C1)&_items%5B7%5D%5Bbg_image%5D%5Burl%5D=&_items%5B7%5D%5Bbg_image%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B7%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B7%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B7%5D%5Bbg_opacity_color%5D=&_items%5B7%5D%5Bpadding_top%5D=&_items%5B7%5D%5Bpadding_bottom%5D=&_items%5B8%5D%5Badd_by%5D=&_items%5B8%5D%5B__visibility%5D=&_items%5B8%5D%5Btitle%5D=Gallery&_items%5B8%5D%5Bsection_id%5D=gallery&_items%5B8%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B8%5D%5Bsubtitle%5D=&_items%5B8%5D%5Bbg_type%5D=color&_items%5B8%5D%5Bbg_color%5D=&_items%5B8%5D%5Bbg_image%5D%5Burl%5D=&_items%5B8%5D%5Bbg_image%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B8%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B8%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B8%5D%5Bbg_opacity_color%5D=&_items%5B8%5D%5Bpadding_top%5D=&_items%5B8%5D%5Bpadding_bottom%5D=&_items%5B9%5D%5Badd_by%5D=&_items%5B9%5D%5B__visibility%5D=&_items%5B9%5D%5Btitle%5D=Projects&_items%5B9%5D%5Bsection_id%5D=projects&_items%5B9%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B9%5D%5Bsubtitle%5D=&_items%5B9%5D%5Bbg_type%5D=color&_items%5B9%5D%5Bbg_color%5D=&_items%5B9%5D%5Bbg_image%5D%5Burl%5D=&_items%5B9%5D%5Bbg_image%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B9%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B9%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B9%5D%5Bbg_opacity_color%5D=&_items%5B9%5D%5Bpadding_top%5D=&_items%5B9%5D%5Bpadding_bottom%5D=&_items%5B10%5D%5Badd_by%5D=&_items%5B10%5D%5B__visibility%5D=&_items%5B10%5D%5Btitle%5D=Counter&_items%5B10%5D%5Bsection_id%5D=counter&_items%5B10%5D%5Bshow_section%5D=1&_items%5B10%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B10%5D%5Bsubtitle%5D=&_items%5B10%5D%5Bbg_type%5D=color&_items%5B10%5D%5Bbg_color%5D=&_items%5B10%5D%5Bbg_image%5D%5Burl%5D=&_items%5B10%5D%5Bbg_image%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B10%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B10%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B10%5D%5Bbg_opacity_color%5D=&_items%5B10%5D%5Bpadding_top%5D=&_items%5B10%5D%5Bpadding_bottom%5D=&_items%5B11%5D%5Badd_by%5D=&_items%5B11%5D%5B__visibility%5D=&_items%5B11%5D%5Btitle%5D=Pricing&_items%5B11%5D%5Bsection_id%5D=pricing&_items%5B11%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B11%5D%5Bsubtitle%5D=&_items%5B11%5D%5Bbg_type%5D=color&_items%5B11%5D%5Bbg_color%5D=&_items%5B11%5D%5Bbg_image%5D%5Burl%5D=&_items%5B11%5D%5Bbg_image%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B11%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B11%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B11%5D%5Bbg_opacity_color%5D=&_items%5B11%5D%5Bpadding_top%5D=&_items%5B11%5D%5Bpadding_bottom%5D=&_items%5B12%5D%5Badd_by%5D=click&_items%5B12%5D%5B__visibility%5D=&_items%5B12%5D%5Btitle%5D=Our%20Brand%20of%20Public%20Speaking%20Training&_items%5B12%5D%5Bsection_id%5D=sid1517411140307&_items%5B12%5D%5Bshow_section%5D=1&_items%5B12%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B12%5D%5Bsubtitle%5D=From%20an%20amateur%20to%20an%20expert%20public%20speaker&_items%5B12%5D%5Bdesc%5D=If%20you\'re%20looking%20for%20the%20best%20public%20speaking%20training%20in%20the%20Philippines%2C%20you\'ve%20just%20arrived%20and%20you%20can%20start%20right%20away.&_items%5B12%5D%5Bcontent%5D=The%20Public%20Speaking%20Institute%20(TPSI)%20hopes%20to%20see%20a%20better%20world%20through%20responsible%20public%20speakers.%20We%E2%80%99re%20a%20producer%20of%20world-class%20public%20speakers%20who%20would%20like%20to%20make%20public%20speaking%20easy%20to%20learn%20and%20fun%20to%20develop.%20Driven%20by%20our%20passion%20to%20change%20the%20world%20through%20speeches%2C%20we%20commit%20to%20nurture%20your%20talent.&_items%5B12%5D%5Bbg_type%5D=color&_items%5B12%5D%5Bbg_color%5D=&_items%5B12%5D%5Bbg_image%5D%5Burl%5D=&_items%5B12%5D%5Bbg_image%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B12%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B12%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B12%5D%5Bbg_opacity_color%5D=&_items%5B12%5D%5Bpadding_top%5D=&_items%5B12%5D%5Bpadding_bottom%5D=&_items%5B13%5D%5Badd_by%5D=&_items%5B13%5D%5B__visibility%5D=&_items%5B13%5D%5Btitle%5D=Call%20to%20Action&_items%5B13%5D%5Bsection_id%5D=cta&_items%5B13%5D%5Bshow_section%5D=1&_items%5B13%5D%5Bsection_inverse%5D=1&_items%5B13%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B13%5D%5Bsubtitle%5D=&_items%5B13%5D%5Bbg_type%5D=color&_items%5B13%5D%5Bbg_color%5D=&_items%5B13%5D%5Bbg_image%5D%5Burl%5D=&_items%5B13%5D%5Bbg_image%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B13%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B13%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B13%5D%5Bbg_opacity_color%5D=&_items%5B13%5D%5Bpadding_top%5D=&_items%5B13%5D%5Bpadding_bottom%5D=&_items%5B14%5D%5Badd_by%5D=&_items%5B14%5D%5B__visibility%5D=&_items%5B14%5D%5Btitle%5D=Team&_items%5B14%5D%5Bsection_id%5D=team&_items%5B14%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B14%5D%5Bsubtitle%5D=&_items%5B14%5D%5Bbg_type%5D=color&_items%5B14%5D%5Bbg_color%5D=&_items%5B14%5D%5Bbg_image%5D%5Burl%5D=&_items%5B14%5D%5Bbg_image%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B14%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B14%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B14%5D%5Bbg_opacity_color%5D=&_items%5B14%5D%5Bpadding_top%5D=&_items%5B14%5D%5Bpadding_bottom%5D=&_items%5B15%5D%5Badd_by%5D=&_items%5B15%5D%5B__visibility%5D=&_items%5B15%5D%5Btitle%5D=News&_items%5B15%5D%5Bsection_id%5D=news&_items%5B15%5D%5Bshow_section%5D=1&_items%5B15%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B15%5D%5Bsubtitle%5D=&_items%5B15%5D%5Bbg_type%5D=color&_items%5B15%5D%5Bbg_color%5D=&_items%5B15%5D%5Bbg_image%5D%5Burl%5D=&_items%5B15%5D%5Bbg_image%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B15%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B15%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B15%5D%5Bbg_opacity_color%5D=&_items%5B15%5D%5Bpadding_top%5D=&_items%5B15%5D%5Bpadding_bottom%5D=&_items%5B16%5D%5Badd_by%5D=&_items%5B16%5D%5B__visibility%5D=&_items%5B16%5D%5Btitle%5D=Map&_items%5B16%5D%5Bsection_id%5D=map&_items%5B16%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B16%5D%5Bsubtitle%5D=&_items%5B16%5D%5Bbg_type%5D=color&_items%5B16%5D%5Bbg_color%5D=&_items%5B16%5D%5Bbg_image%5D%5Burl%5D=&_items%5B16%5D%5Bbg_image%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B16%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B16%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B16%5D%5Bbg_opacity_color%5D=&_items%5B16%5D%5Bpadding_top%5D=&_items%5B16%5D%5Bpadding_bottom%5D=&_items%5B17%5D%5Badd_by%5D=&_items%5B17%5D%5B__visibility%5D=hidden&_items%5B17%5D%5Btitle%5D=Slider&_items%5B17%5D%5Bsection_id%5D=slider&_items%5B17%5D%5Bshow_section%5D=1&_items%5B17%5D%5Bsection_page_slug%5D=abs-cbn-bottomline&_items%5B17%5D%5Bsubtitle%5D=&_items%5B17%5D%5Bbg_type%5D=color&_items%5B17%5D%5Bbg_color%5D=&_items%5B17%5D%5Bbg_image%5D%5Burl%5D=&_items%5B17%5D%5Bbg_image%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video_webm%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video_webm%5D%5Bid%5D=&_items%5B17%5D%5Bbg_video_ogv%5D%5Burl%5D=&_items%5B17%5D%5Bbg_video_ogv%5D%5Bid%5D=&_items%5B17%5D%5Bbg_opacity_color%5D=&_items%5B17%5D%5Bpadding_top%5D=&_items%5B17%5D%5Bpadding_bottom%5D=\\\"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 02:54:12\"\n    }\n}','','','trash','closed','closed','','2317a0d7-179e-4bcd-b11a-e3dcdaccabc6','','','2022-09-28 02:54:12','2022-09-28 02:54:12','',0,'https://thespeechcamp.com/2317a0d7-179e-4bcd-b11a-e3dcdaccabc6/',0,'customize_changeset','',0),(618,1,'2022-09-28 02:51:36','2022-09-28 02:51:36','SpeechCamp Public Speaking Workshop Philippines Batch 1','SpeechCamp Public Speaking Workshop Philippines Batch 1','SpeechCamp Public Speaking Workshop Philippines Batch 1','inherit','open','closed','','speechcamp-attendees-batch-1','','','2022-09-28 02:52:17','2022-09-28 02:52:17','',0,'https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png',0,'attachment','image/png',0),(620,1,'2022-09-28 02:59:57','2022-09-28 02:59:57','{\n    \"blogname\": {\n        \"value\": \"SpeechCamp\\u2122 | Best Online Public Speaking Training Course Philippines\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 02:59:57\"\n    }\n}','','','trash','closed','closed','','d290a68c-c0ff-4637-8bfa-5668b632af23','','','2022-09-28 02:59:57','2022-09-28 02:59:57','',0,'https://thespeechcamp.com/d290a68c-c0ff-4637-8bfa-5668b632af23/',0,'customize_changeset','',0),(621,1,'2022-09-28 03:00:14','2022-09-28 03:00:14','{\n    \"blogdescription\": {\n        \"value\": \"Public Speaking Workshop in Manila, Cebu, Davao\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 03:00:14\"\n    }\n}','','','trash','closed','closed','','48858ce8-7d9b-4c80-bb68-78eb630f2fae','','','2022-09-28 03:00:14','2022-09-28 03:00:14','',0,'https://thespeechcamp.com/48858ce8-7d9b-4c80-bb68-78eb630f2fae/',0,'customize_changeset','',0),(622,1,'2022-09-28 03:02:10','2022-09-28 03:02:10','Speech Camp Public Speaking Philippines Logo','Speech Camp Public Speaking Philippines Logo','Speech Camp Public Speaking Philippines Logo','inherit','open','closed','','public-speaking-institute-logo-retina-header','','','2022-09-28 03:02:23','2022-09-28 03:02:23','',0,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png',0,'attachment','image/png',0),(624,1,'2022-09-28 05:39:27','2022-09-28 05:39:27','{\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is a public speaking workshop in the Philippines. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Public Speaking Institute</a>. This training is an entry-level activity for aspiring professional public speakers. This workshop also leads to <strong>Certified Public Speaker</strong> (CPS\\u00ae) Certification Program.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 05:39:27\"\n    }\n}','','','trash','closed','closed','','a68986eb-b09d-44b8-865d-8cb87d8d3b11','','','2022-09-28 05:39:27','2022-09-28 05:39:27','',0,'https://thespeechcamp.com/a68986eb-b09d-44b8-865d-8cb87d8d3b11/',0,'customize_changeset','',0),(625,1,'2022-09-28 08:46:57','2022-09-28 08:46:57','{\n    \"onepress::onepress_hcl1_btn2_link\": {\n        \"value\": \"https://forms.gle/X4nxH8fxswUeszvF8\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 08:46:57\"\n    }\n}','','','trash','closed','closed','','6f271754-55e2-4fad-b6fa-8fabd39b9f54','','','2022-09-28 08:46:57','2022-09-28 08:46:57','',0,'https://thespeechcamp.com/6f271754-55e2-4fad-b6fa-8fabd39b9f54/',0,'customize_changeset','',0),(626,1,'2022-09-28 08:47:44','2022-09-28 08:47:44','{\n    \"onepress::onepress_hcl1_btn1_text\": {\n        \"value\": \"Follow our page\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 08:47:37\"\n    },\n    \"onepress::onepress_hcl1_btn1_link\": {\n        \"value\": \"https://www.facebook.com/SpeechCamp.ph\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 08:47:44\"\n    }\n}','','','trash','closed','closed','','1bf35fff-24ae-4128-b734-1e73e3090822','','','2022-09-28 08:47:44','2022-09-28 08:47:44','',0,'https://thespeechcamp.com/?p=626',0,'customize_changeset','',0),(627,1,'2022-09-28 09:18:46','2022-09-28 09:18:46','','Best Public Speaking Workshop Philippines','','inherit','closed','closed','','25-revision-v1','','','2022-09-28 09:18:46','2022-09-28 09:18:46','',25,'https://thespeechcamp.com/?p=627',0,'revision','',0),(629,1,'2022-09-28 12:24:30','2022-09-28 12:24:30','SpeechCamp is the most <a href=\"https://thespeechcamp.com/the-public-speaking-institute/\">affordable public speaking training</a> in the Philippines. We set the price at P750.\r\n\r\nThe training fee was set by the <a href=\"https://thepublicspeakinginstitute.com\" rel=\"noopener\" target=\"_blank\">The Public Speaking Institute, Inc.</a>\r\n\r\nCoached by Google’s <a href=\"https://thespeechcamp.com/filipino-speech-coach-philippines/\">No. 1 public speaker in the Philippines</a>, you’ll learn to manage your stage fright, bring out the confidence in you, and understand the basic principles of persuasive presentation.\r\n\r\nP950. That’s the fee. Affordable, right? We’ll have fun.','Affordable Public Speaking Training Philippines','','inherit','closed','closed','','25-revision-v1','','','2022-09-28 12:24:30','2022-09-28 12:24:30','',25,'https://thespeechcamp.com/?p=629',0,'revision','',0),(630,1,'2022-09-28 12:25:40','2022-09-28 12:25:40','<strong>How much is public speaking training in the Philippines?</strong>\r\n\r\nSpeechCamp is the most <a href=\"https://thespeechcamp.com/the-public-speaking-institute/\">affordable public speaking training</a> in the Philippines. We set the price at P750.\r\n\r\nThe training fee was set by the <a href=\"https://thepublicspeakinginstitute.com\" rel=\"noopener\" target=\"_blank\">The Public Speaking Institute, Inc.</a>\r\n\r\nCoached by Google’s <a href=\"https://thespeechcamp.com/filipino-speech-coach-philippines/\">No. 1 public speaker in the Philippines</a>, you’ll learn to manage your stage fright, bring out the confidence in you, and understand the basic principles of persuasive presentation.\r\n\r\nP950. That’s the fee. Affordable, right? We’ll have fun.','Affordable Public Speaking Training Philippines','','inherit','closed','closed','','25-revision-v1','','','2022-09-28 12:25:40','2022-09-28 12:25:40','',25,'https://thespeechcamp.com/?p=630',0,'revision','',0),(631,1,'2022-09-28 12:46:18','2022-09-28 12:46:18','{\n    \"onepress::onepress_hcl1_largetext\": {\n        \"value\": \"Public Speaking Training Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:35:34\"\n    },\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is an affordable public speaking training in the Philippines. The fee is only P750 for an online event. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Public Speaking Institute</a>. This reasonably priced training fee is good for aspiring public speakers. This workshop also leads to <strong>Certified Public Speaker</strong> (CPS\\u00ae) Certification Program.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:46:18\"\n    }\n}','','','trash','closed','closed','','2c7ba040-ad59-4f4a-9436-0b9ec2d07b8b','','','2022-09-28 12:46:18','2022-09-28 12:46:18','',0,'https://thespeechcamp.com/?p=631',0,'customize_changeset','',0),(632,1,'2022-09-28 12:53:05','2022-09-28 12:53:05','{\n    \"onepress::onepress_hcl1_largetext\": {\n        \"value\": \"Public Speaking Training Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:49:31\"\n    },\n    \"onepress::onepress_hcl1_smalltext\": {\n        \"value\": \"SpeechCamp\\u2122 is an affordable public speaking training in the Philippines. The fee is only P750 for an online event. It\'s organized by the <a href=\\\"https://thepublicspeakinginstitute.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Public Speaking Institute</a>. This reasonably priced training fee is good for aspiring public speakers. This training workshop also leads to <strong>Certified Public Speaker</strong> (CPS\\u00ae) Certification Program.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:53:05\"\n    }\n}','','','trash','closed','closed','','2db58500-2fa8-4f29-8e8e-521f07c76642','','','2022-09-28 12:53:05','2022-09-28 12:53:05','',0,'https://thespeechcamp.com/?p=632',0,'customize_changeset','',0),(633,1,'2022-09-28 12:56:27','2022-09-28 12:56:27','{\n    \"onepress::onepress_features_title\": {\n        \"value\": \"Public Speaking Training Workshop in the Philippines\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:56:27\"\n    },\n    \"onepress::onepress_features_boxes\": {\n        \"value\": \"\\\"_items%5B0%5D%5Btitle%5D=The%20SpeechCamp%E2%84%A2&_items%5B0%5D%5Bicon_type%5D=icon&_items%5B0%5D%5Bicon%5D=fa%20fa-free-code-camp&_items%5B0%5D%5Bimage%5D%5Burl%5D=&_items%5B0%5D%5Bimage%5D%5Bid%5D=&_items%5B0%5D%5Bdesc%5D=SpeechCamp%E2%84%A2%20is%20a%20training%20workshop%20organized%20by%20The%20Public%20Speaking%20Institute%2C%20Inc.%20For%20at%20least%20two%20hours%2C%20you\'ll%20get%20practical%20insights%20about%20real%20public%20speaking.&_items%5B0%5D%5Blink%5D=&_items%5B1%5D%5Btitle%5D=Speech%20Training&_items%5B1%5D%5Bicon_type%5D=icon&_items%5B1%5D%5Bicon%5D=fa%20fa-heart&_items%5B1%5D%5Bimage%5D%5Burl%5D=&_items%5B1%5D%5Bimage%5D%5Bid%5D=&_items%5B1%5D%5Bdesc%5D=You\'ll%20get%20to%20speak%20for%2030%20seconds.%20During%20the%20SpeechCamp%E2%84%A2%2C%20you\'ll%20an%20honest-to-goodness%20assessment%20of%20your%20speech.%20We\'ll%20know%20in%2030%20seconds%20or%20less%20what%20you\'re%20doing%20right%20and%20wrong.&_items%5B1%5D%5Blink%5D=&_items%5B2%5D%5Btitle%5D=The%20Camp%20Lecture&_items%5B2%5D%5Bicon_type%5D=icon&_items%5B2%5D%5Bicon%5D=fa%20fa-microphone&_items%5B2%5D%5Bimage%5D%5Burl%5D=&_items%5B2%5D%5Bimage%5D%5Bid%5D=&_items%5B2%5D%5Bdesc%5D=We\'ll%20spend%20a%20significant%20number%20of%20minutes%20explaining%20the%20foundation%20of%20good%20public%20speaking.%20Besides%2C%20this%20is%20where%20you%20get%20your%20self-confidence.%20This%20lecture%20will%20help%20you%20manage%2C%20if%20not%20rid%2C%20your%20stage%20fright.&_items%5B2%5D%5Blink%5D=\\\"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 12:56:27\"\n    }\n}','','','trash','closed','closed','','13b6f47b-a4c6-4074-b0ea-00313ed99c0b','','','2022-09-28 12:56:27','2022-09-28 12:56:27','',0,'https://thespeechcamp.com/13b6f47b-a4c6-4074-b0ea-00313ed99c0b/',0,'customize_changeset','',0),(634,1,'2022-09-28 13:04:12','2022-09-28 13:04:12','{\n    \"onepress::onepress_clients_title\": {\n        \"value\": \"The Philippines\' Most Affordable Public Speaking Training for Filipinos\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 13:04:12\"\n    },\n    \"onepress::onepress_clients_desc\": {\n        \"value\": \"<a href=\\\"https://www.thepublicspeakinginstitute.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The Public Speaking Institute, Inc.</a> founder and communication philanthropist\\u00a0<a href=\\\"https://www.lloydluna.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Lloyd Luna, CPS\\u00ae Certified Public Speaker</a> is a go-to guy on major media platforms as an expert on public speaking training workshops in the Philippines. Media organizations may call +63 9171250476 or +63 279890476 for appearance invitations.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-09-28 13:04:12\"\n    }\n}','','','trash','closed','closed','','dbc23fd1-2f59-4e45-810a-4229da128929','','','2022-09-28 13:04:12','2022-09-28 13:04:12','',0,'https://thespeechcamp.com/dbc23fd1-2f59-4e45-810a-4229da128929/',0,'customize_changeset','',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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(479,25,0),(479,26,0),(176,3,0),(438,3,0),(485,31,0),(479,31,0),(479,32,0),(479,27,0),(479,28,0),(479,29,0),(479,30,0),(460,3,0),(302,8,0),(303,8,0),(304,8,0),(305,8,0),(306,8,0),(313,8,0),(433,3,0),(434,3,0),(485,29,0),(485,26,0),(485,28,0),(485,25,0),(485,27,0),(485,30,0),(485,32,0),(485,33,0),(485,34,0),(485,35,0),(490,37,0),(490,36,0),(490,29,0),(490,26,0),(490,28,0),(490,25,0),(490,27,0),(490,31,0),(490,30,0),(490,32,0),(490,33,0),(490,38,0),(512,33,0),(512,29,0),(512,26,0),(512,28,0),(512,25,0),(512,27,0),(512,31,0),(512,30,0),(512,32,0),(512,38,0),(512,39,0),(547,41,0),(547,40,0),(547,29,0),(547,28,0),(547,25,0),(547,27,0),(547,31,0),(547,33,0),(547,38,0),(547,30,0),(547,32,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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,0),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,5),(4,4,'post_tag','',0,0),(5,5,'post_tag','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'portfolio_cat','',0,6),(9,9,'category','',0,0),(10,10,'category','',0,0),(11,11,'category','',0,0),(12,12,'category','',0,0),(13,13,'post_tag','',0,0),(14,14,'category','',0,0),(15,15,'category','',0,0),(16,16,'category','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'category','',0,5),(26,26,'category','',0,4),(27,27,'category','',0,5),(28,28,'category','',0,5),(29,29,'category','',0,5),(30,30,'post_tag','',0,5),(31,31,'post_tag','',0,5),(32,32,'post_tag','',0,5),(33,33,'post_tag','',0,4),(34,34,'post_tag','',0,1),(35,35,'post_tag','',0,1),(36,36,'category','',0,1),(37,37,'post_tag','',0,1),(38,38,'post_tag','',0,3),(39,39,'post_tag','',0,1),(40,40,'category','',0,1),(41,41,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,'Filipino Motivational Speaker Insights','motivational-insights',0),(2,'Blogroll','blogroll',0),(3,'Menu 1','menu-1',0),(4,'productivity humorist','productivity-humorist',0),(5,'Filipino Motivational Speaker','filipino-motivational-speaker',0),(6,'Motivational Speaker in the Philippines','motivational-speaker-in-the-philippines',0),(7,'Enemy of Success','enemy-of-success',0),(8,'Motivational Books','motivational-books',0),(9,'Global Speakers Federation','global-speakers-federation',0),(10,'Filipino Motivational Speaker','filipino-motivational-speaker',0),(11,'Motivational Speaker Philippines','motivational-speaker-philippines',0),(12,'Asian Motivational Speaker','asian-motivational-speaker',0),(13,'Global Speakers Federation','global-speakers-federation',0),(14,'Asian Leadership Speaker','asian-leadership-speaker',0),(15,'Filipino Leadership Expert','filipino-leadership-expert',0),(16,'Leadership Speaker Philippines','leadership-speaker-philippines',0),(17,'Leadership Speaker Philippines','leadership-speaker-philippines',0),(18,'Filipino Leadership Expert','filipino-leadership-expert',0),(19,'Asian Leadership Speaker','asian-leadership-speaker',0),(20,'Motivational Speaker Philippines','motivational-speaker-philippines',0),(21,'Stepback Leadership','stepback-leadership',0),(22,'Filipino Leadership Speaker','filipino-leadership-speaker',0),(23,'Leadership Expert Philippines','leadership-expert-philippines',0),(24,'Definition of Step Back Leadership','definition-of-step-back-leadership',0),(25,'Public Speaking Philippines','public-speaking-philippines',0),(26,'Certified Public Speakers Philippines','certified-public-speakers-philippines',0),(27,'Public Speaking Training Philippines','public-speaking-training-philippines',0),(28,'Public Speaking Course Manila','public-speaking-course-manila',0),(29,'Best Public Speaking Training Philippines','best-public-speaking-training-philippines',0),(30,'Public Speaking Philippines','public-speaking-philippines',0),(31,'Certified Public Speakers Philippines','certified-public-speakers-philippines',0),(32,'The Public Speaking Institute','the-public-speaking-institute',0),(33,'Best Public Speaking Training Philippines','best-public-speaking-training-philippines',0),(34,'How To Be An Amazing Speaker Book','how-to-be-an-amazing-speaker-book',0),(35,'Lloyd Luna','lloyd-luna',0),(36,'Prepared Speeches Example','prepared-speeches-example',0),(37,'Prepared Speech Examples','prepared-speech-examples',0),(38,'Public Speaking Course Philippines','public-speaking-course-philippines',0),(39,'How become a public speaker in the Philippines','how-become-a-public-speaker-in-the-philippines',0),(40,'Speech Coach Philippines','speech-coach-philippines',0),(41,'Speech Coach Philippines','speech-coach-philippines',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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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','Filipino Public Speaker Coach'),(2,1,'last_name','Lloyd Luna'),(3,1,'nickname','admin'),(4,1,'description','LLOYD ABRIA LUNA, popularly known in social media as #PambansangInspirasyon, is an Asian motivational leadership speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\r\n\r\nHe is a Board Member at Global Speakers Federation, which is composed of only 15 countries in the world including the National Speakers Association of United States, Canada, Australia, South Africa, New Zealand, Malaysia, and Singapore. He is the founder and president of Philippine Association of Professional Speakers.'),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'wp_user_level','10'),(14,1,'default_password_nag',''),(15,1,'session_tokens','a:5:{s:64:\"2a0556122fe4d51788ae7845acea994f8a5ede7717f62c7f17495d33cec95a80\";a:4:{s:10:\"expiration\";i:1664492952;s:2:\"ip\";s:14:\"112.207.59.164\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15\";s:5:\"login\";i:1664320152;}s:64:\"3601b9e67bd082346b3e7f62749fd6be73522e15f885f53fde77429023391845\";a:4:{s:10:\"expiration\";i:1664526746;s:2:\"ip\";s:14:\"110.54.133.228\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15\";s:5:\"login\";i:1664353946;}s:64:\"46a170b8b5c9af6c1432ab4b7a3eddf6ea6c5105a8f487d290a627d9525d064d\";a:4:{s:10:\"expiration\";i:1664543484;s:2:\"ip\";s:14:\"162.243.73.222\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";s:5:\"login\";i:1664370684;}s:64:\"fa2401c8bb26dce4beccb59b0a234e8189b802d569d165b29897a9f2ba9e4034\";a:4:{s:10:\"expiration\";i:1664591428;s:2:\"ip\";s:14:\"162.243.73.222\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Firefox/105.0\";s:5:\"login\";i:1664418628;}s:64:\"7b2fcab5cb3004b801122755cc00cd64cd87926b06afc98548dec2f47d9017aa\";a:4:{s:10:\"expiration\";i:1664591606;s:2:\"ip\";s:14:\"162.243.73.222\";s:2:\"ua\";s:78:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0\";s:5:\"login\";i:1664418806;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','599'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"162.243.73.0\";}'),(18,1,'wp_user-settings','libraryContent=browse&ampeditor=html&ampadvImgDetails=show&ampsiteorigin_panels_setting_tab=general&ampalign=center&editor=html'),(19,1,'wp_user-settings-time','1664356685'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:8:{i:0;s:22:\"add-post-type-services\";i:1;s:23:\"add-post-type-employees\";i:2;s:26:\"add-post-type-testimonials\";i:3;s:21:\"add-post-type-clients\";i:4;s:22:\"add-post-type-projects\";i:5;s:23:\"add-post-type-portfolio\";i:6;s:12:\"add-post_tag\";i:7;s:17:\"add-portfolio_cat\";}'),(23,1,'nav_menu_recently_edited','3'),(29,1,'_yoast_wpseo_profile_updated','1664353945'),(30,1,'wpseo_title',''),(31,1,'wpseo_metadesc',''),(72,1,'instagram',''),(73,1,'linkedin',''),(74,1,'myspace',''),(75,1,'pinterest',''),(76,1,'soundcloud',''),(77,1,'tumblr',''),(78,1,'youtube',''),(79,1,'wikipedia',''),(24,1,'so_panels_directory_enabled','1'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:1:{i:0;s:22:\"onepress_page_settings\";}'),(28,1,'dismissed_wp_pointers','theme_editor_notice,text_widget_custom_html,wp496_privacy'),(32,1,'wpseo_metakey',''),(33,1,'wpseo_noindex_author',''),(34,1,'wpseo_content_analysis_disable',''),(35,1,'wpseo_keyword_analysis_disable',''),(36,1,'syntax_highlighting','true'),(37,1,'show_admin_bar_front','true'),(38,1,'locale',''),(39,1,'googleplus',''),(40,1,'twitter',''),(41,1,'facebook','https://www.facebook.com/lloydlunaofficial'),(65,1,'wp_wpseo-upsell-notice','seen'),(64,1,'wp_i18nModuleTranslationAssistance','seen'),(69,1,'meta-box-order_page','a:3:{s:4:\"side\";s:59:\"submitdiv,pageparentdiv,postimagediv,onepress_page_settings\";s:6:\"normal\";s:93:\"wpseo_meta,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(70,1,'screen_layout_page','2');
/*!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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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,'lloydluna','$P$Byh7yO./T9RSIk5VinbeqXaGMm84Dt/','admin','lloydluna@gmail.com','','2018-01-22 17:52:00','',0,'Filipino Public Speaker Coach Lloyd Luna');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=325 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://thespeechcamp.com/author/admin/','39:6c16f73d31fcd728889708ed6e190590',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/9c033e1f3ec8ec5e004b123419d3b9d8?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/9c033e1f3ec8ec5e004b123419d3b9d8?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2021-01-24 03:49:05','2022-09-28 04:25:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 12:25:40','2018-01-22 17:52:00'),(2,'https://thespeechcamp.com/portfolio/why-am-i-working/','57:f7239f894586987b259e2901fc81883e',306,'post','portfolio',1,0,NULL,NULL,'Why Am I Working?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png',NULL,'293','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png','293','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png\",\"size\":\"full\",\"id\":293,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-01-24 03:49:05','2021-03-14 22:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(3,'https://thespeechcamp.com/','26:d262a29b0e65ee5fdcad2ae37ca4f570',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Public Speaking Workshop in Manila, Cebu, Davao','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,1,NULL,'2021-01-24 03:49:05','2022-09-28 04:25:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 12:25:40','2021-03-04 07:13:33'),(4,'https://thespeechcamp.com/frontpage/','36:b7eaec2e8fa516592a461ae489ca55d0',40,'post','page',1,0,NULL,NULL,'Frontpage','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:49:35','2022-09-27 21:55:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-27 08:45:52','2018-01-27 08:45:52'),(5,'https://thespeechcamp.com/booking/','34:a9e5d7c7e4066e369124fc8887eccec6',212,'post','page',1,0,NULL,NULL,'Booking Form','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:49:59','2022-09-27 22:47:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-28 13:55:31','2018-01-28 13:55:31'),(6,'https://thespeechcamp.com/public-speaking-workshop-in-the-philippines/','70:fa4f51ab89db1fa98086c41a23a5a2a6',2,'post','page',1,0,NULL,NULL,'Public Speaking Workshop in the Philippines','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2021-01-24 03:50:18','2022-09-28 01:18:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 02:08:38','2018-01-22 17:52:00'),(7,'https://thespeechcamp.com/','26:d262a29b0e65ee5fdcad2ae37ca4f570',25,'post','page',1,0,'%%title%% %%page%% %%sep%% SpeechCamp™','SpeechCamp™ is an affordable public speaking training in the Philippines. The training is reasonably priced at P750 for an online event.','Affordable Public Speaking Training Philippines','publish',NULL,0,NULL,NULL,NULL,'Affordable Public Speaking Training Philippines',52,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png',NULL,'622','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png','622','featured-image','{\"width\":700,\"height\":405,\"filesize\":90749,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\",\"size\":\"full\",\"id\":622,\"alt\":\"Speech Camp Public Speaking Philippines Logo\",\"pixels\":283500,\"type\":\"image/png\"}',2,NULL,NULL,'2021-01-24 03:50:22','2022-09-28 04:25:41',1,NULL,NULL,NULL,NULL,0,1,2,'2022-09-28 12:25:40','2018-01-26 06:23:13'),(8,'https://thespeechcamp.com/contract/','35:6f16650d9b46f0ccbd527f078df0ea1e',277,'post','page',1,0,NULL,NULL,'Professional Speaking Contract','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:50:53','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 09:01:55','2018-01-31 06:12:14'),(9,'https://thespeechcamp.com/tag/stepback-leadership/','54:ed197ff108c4089c910b553b69cb4420',21,'term','post_tag',NULL,NULL,NULL,NULL,'Stepback Leadership',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:51:37','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(10,'https://thespeechcamp.com/sample-filipino-motivational-speech-video/','68:2ebc73a371a0b57d1c65afe1aa5fd9a7',182,'post','page',1,0,NULL,NULL,'Sample Filipino Motivational Speech Video','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:52:21','2022-09-27 23:51:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-28 12:11:55','2018-01-28 12:11:55'),(11,'https://thespeechcamp.com/tag/leadership-expert-philippines/','64:7dc78ee4501f89be2c3be8becb780039',23,'term','post_tag',NULL,NULL,NULL,NULL,'Leadership Expert Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 03:53:06','2021-03-14 22:23:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(12,'https://thespeechcamp.com/portfolio/how-to-be-an-amazing-speaker/','69:1df7029a26a957b5ed79618bab152827',304,'post','portfolio',1,0,NULL,NULL,'How To Be An Amazing Speaker','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png',NULL,'296','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png','296','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"size\":\"full\",\"id\":296,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-01-24 03:53:58','2021-03-14 22:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(13,'https://thespeechcamp.com/top-leadership-speakers-in-the-philippines/','69:5d0612fa8c0d59d320c9a0432dff6971',394,'post','page',1,0,NULL,NULL,'Top Leadership Speakers in the Philippines','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png',NULL,NULL,'first-content-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png',NULL,'first-content-image',NULL,8,NULL,NULL,'2021-01-24 04:44:07','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-10-06 14:39:42','2019-10-06 14:39:36'),(14,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png','110:46f58031125501c65523503225e83f9f',396,'post','attachment',1,394,NULL,NULL,'Asian Leadership Speaker Philippines Lloyd Luna Photo','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png',NULL,'396','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png','396','attachment-image','{\"width\":896,\"height\":1231,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png\",\"size\":\"full\",\"id\":396,\"alt\":\"Top Filipino Leadership Speaker Philippines\",\"pixels\":1102976,\"type\":\"image/png\"}',NULL,2,NULL,'2021-01-24 04:44:07','2022-09-28 19:32:56',1,NULL,NULL,NULL,NULL,1,NULL,2,'2019-10-06 14:27:22','2019-10-06 14:27:02'),(15,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-24 05:21:34','2021-01-23 21:21:34',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(16,'https://thespeechcamp.com/tag/motivational-speaker-philippines/','67:a69eefc63f1bb07d7c95cff8244a02d3',20,'term','post_tag',NULL,NULL,NULL,NULL,'Motivational Speaker Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 06:18:21','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(17,'https://thespeechcamp.com/category/filipino-leadership-expert/','66:35eefacb5291e2e0e0b72cf250bc1e00',15,'term','category',NULL,NULL,NULL,NULL,'Filipino Leadership Expert',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 06:31:08','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(18,'https://thespeechcamp.com/productivity/productive-leadership/','61:8764122965a3934dac17d723835e034e',232,'post','page',1,230,NULL,NULL,'Productive Leadership','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 06:33:44','2022-09-28 01:18:22',1,NULL,NULL,NULL,NULL,1,NULL,2,'2018-01-31 08:09:17','2018-01-30 09:35:22'),(19,'https://thespeechcamp.com/productivity/','39:d121f36cf2fc08a4b1baaba1639f68c8',230,'post','page',1,0,NULL,NULL,'Productivity','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 06:33:44','2022-09-28 01:18:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 12:43:00','2018-01-30 09:28:33'),(20,'https://thespeechcamp.com/lloyd-luna-sample-motivational-speech/','64:810553eef51519f4ca971a5e22548081',321,'post','page',1,0,NULL,NULL,'Lloyd Luna Sample Motivational Speech','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 08:17:44','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 22:49:29','2018-01-31 22:49:29'),(21,'https://thespeechcamp.com/category/filipino-motivational-speaker/','69:a976d12f84ece9078a85f697bc81d3cf',10,'term','category',NULL,NULL,NULL,NULL,'Filipino Motivational Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 13:05:36','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(22,'https://thespeechcamp.com/insights/','35:91da4830c7d2ac188ad2a2b6166fc3eb',227,'post','page',1,0,NULL,NULL,'Insights','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 13:06:13','2022-09-28 01:18:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-28 14:26:30','2018-01-28 14:26:30'),(23,'https://thespeechcamp.com/category/asian-leadership-speaker/','64:6d2ea88cc3733b075a1c0e41255debaa',14,'term','category',NULL,NULL,NULL,NULL,'Asian Leadership Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 13:49:59','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(24,'https://thespeechcamp.com/tag/definition-of-step-back-leadership/','69:eda9079a1416b45925100c5260e21b26',24,'term','post_tag',NULL,NULL,NULL,NULL,'Definition of Step Back Leadership',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 15:24:46','2021-03-14 22:23:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(25,'https://thespeechcamp.com/cnn-philippines/','42:3fe47cec2d026f3768a7bc657c5dcd0b',261,'post','page',1,0,NULL,NULL,'CNN Philippines','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 17:42:51','2022-09-27 21:22:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-30 22:58:54','2018-01-30 22:47:31'),(26,'https://thespeechcamp.com/subscribe/','36:f4b8f6c2d118a181bcfff996a41b4d28',359,'post','page',1,0,NULL,NULL,'Productivity Speakers in the Philippines','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png',NULL,NULL,'first-content-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png',NULL,'first-content-image',NULL,1,NULL,NULL,'2021-01-24 20:35:48','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-07-21 13:17:31','2018-07-15 02:44:48'),(27,'https://thespeechcamp.com/dzmm-teleradyo/','41:8c8b5ea0d7254f45c7a20efdf170858e',270,'post','page',1,0,NULL,NULL,'DZMM Teleradyo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 20:40:33','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-30 23:56:50','2018-01-30 23:56:50'),(28,'https://thespeechcamp.com/untv/','31:615799b676933130a8170f17e96b3e82',284,'post','page',1,0,NULL,NULL,'UNTV','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-24 22:25:55','2022-09-28 18:02:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 08:52:36','2018-01-31 08:52:36'),(29,'https://thespeechcamp.com/tag/leadership-speaker-philippines/','65:5493a7e73c52b2773d5ac5e30eb24dbe',17,'term','post_tag',NULL,NULL,NULL,NULL,'Leadership Speaker Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-25 00:32:31','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(30,'https://thespeechcamp.com/abs-cbn-bottomline/','45:afb0cb8548d7c578f77254557dc8e82b',273,'post','page',1,0,NULL,NULL,'ABS-CBN The Bottomline','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-25 03:30:16','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-30 23:58:41','2018-01-30 23:58:41'),(33,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','SpeechCamp™ is a public speaking workshop in the Philippines. It is an online and face-to-face training course by the Public Speaking Institute®.',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-26 01:05:08','2022-09-27 19:04:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(34,'https://thespeechcamp.com/productivity/productive-entrepreneurship/','67:ead1c2e849d1dae2b63729f51bfe6d17',234,'post','page',1,230,NULL,NULL,'Productive Entrepreneurship','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:57:23','2022-09-28 01:18:22',1,NULL,NULL,NULL,NULL,1,NULL,2,'2018-01-30 09:39:02','2018-01-30 09:39:02'),(35,'https://thespeechcamp.com/tag/filipino-leadership-expert/','61:f71cf02826e15f41f65b7d2d8cf1a91c',18,'term','post_tag',NULL,NULL,NULL,NULL,'Filipino Leadership Expert',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 19:51:10','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(36,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-27 03:18:55','2021-01-26 19:18:55',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(37,'https://thespeechcamp.com/category/asian-motivational-speaker/','66:352fe5514f45a2270fe717af64468fec',12,'term','category',NULL,NULL,NULL,NULL,'Asian Motivational Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-27 15:56:52','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(38,'https://thespeechcamp.com/portfolio/paano-maging-successful/','64:d2a8800890a54463ccdd373bd8f2dc07',302,'post','portfolio',1,0,NULL,NULL,'Paano Maging Successful','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png',NULL,'297','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png','297','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png\",\"size\":\"full\",\"id\":297,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-01-28 03:21:03','2021-03-14 22:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(39,'https://thespeechcamp.com/tag/asian-leadership-speaker/','59:6bc5300ec7458800f02b686ece80f56a',19,'term','post_tag',NULL,NULL,NULL,NULL,'Asian Leadership Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-28 03:25:52','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(40,'https://thespeechcamp.com/net-25/','33:7063886fd6fed4e06cf1cce13a2e18cd',267,'post','page',1,0,NULL,NULL,'Net 25','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-28 08:47:33','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-30 23:24:38','2018-01-30 23:24:38'),(41,'https://thespeechcamp.com/category/motivational-insights/','61:fda4c53ec628426d184213b19eb4e1d8',1,'term','category',NULL,NULL,NULL,NULL,'Filipino Motivational Speaker Insights',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-28 15:06:35','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(42,'https://thespeechcamp.com/category/leadership-speaker-philippines/','70:14de7d0f3ef965c361692317096c7cde',16,'term','category',NULL,NULL,NULL,NULL,'Leadership Speaker Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-29 16:54:37','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(43,'https://thespeechcamp.com/portfolio/paano-magmove-on/','53:86f1042821cbc66e96ae6cd66a624f2f',313,'post','portfolio',1,0,NULL,NULL,'Paano Magmove-on','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png',NULL,'289','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png','289','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png\",\"size\":\"full\",\"id\":289,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-01-29 18:53:29','2022-09-27 19:44:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 14:35:06','2018-01-31 14:35:06'),(44,'https://thespeechcamp.com/portfolio_cat/motivational-books/','59:79302b7f01c56f1fc04b8aedfddbd144',8,'term','portfolio_cat',NULL,NULL,NULL,NULL,'Motivational Books',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-02-01 04:06:22','2022-09-28 13:01:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-31 14:35:06','2018-01-31 14:11:05'),(45,'https://thespeechcamp.com/tag/filipino-leadership-speaker/','62:a2252605aa2fdbe43e228113557125dc',22,'term','post_tag',NULL,NULL,NULL,NULL,'Filipino Leadership Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-02-02 16:51:36','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(46,'https://thespeechcamp.com/portfolio/alphabet-of-achievement/','64:8e3844ec1c35dfab24542b1fd66ddf3d',303,'post','portfolio',1,0,NULL,NULL,'Alphabet of Achievement','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png',NULL,'290','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png','290','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png\",\"size\":\"full\",\"id\":290,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-02-02 23:27:47','2021-03-14 22:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(47,'https://thespeechcamp.com/portfolio/where-to-find-success/','62:dd640eed1114bf771b08ac79e852af0b',305,'post','portfolio',1,0,NULL,NULL,'Where To Find Success','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png',NULL,'294','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png','294','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png\",\"size\":\"full\",\"id\":294,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-02-03 16:47:56','2021-03-14 22:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(48,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png','98:98bbd6f7f3b808a09b7a0094379c529b',404,'post','attachment',1,394,NULL,NULL,'rene-espinosa-powermax-negosentro-com','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png',NULL,'404','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png','404','attachment-image','{\"width\":337,\"height\":316,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png\",\"size\":\"full\",\"id\":404,\"alt\":\"Top Filipino Sales Leadership Philippines\",\"pixels\":106492,\"type\":\"image/png\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(49,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg','102:dbf0413a5b66a7380b16ee9f14dcb9bd',403,'post','attachment',1,394,NULL,NULL,'leadership speaker philippines meg marzan','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg',NULL,'403','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg','403','attachment-image','{\"width\":1000,\"height\":1000,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg\",\"size\":\"full\",\"id\":403,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(50,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg','104:8ef106c520da2efec715862ba5824dfc',402,'post','attachment',1,394,NULL,NULL,'Toni Miranda Leadership Speaker Philippines','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg',NULL,'402','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg','402','attachment-image','{\"width\":450,\"height\":675,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg\",\"size\":\"full\",\"id\":402,\"alt\":\"Best Filipino Leadership Speaker Philippines\",\"pixels\":303750,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(51,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg','103:a595b823e72ff8cf464be2719fb3ce4b',401,'post','attachment',1,394,NULL,NULL,'joey garcia leadership speaker philippines','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg',NULL,'401','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg','401','attachment-image','{\"width\":1125,\"height\":1125,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg\",\"size\":\"full\",\"id\":401,\"alt\":\"Best Leadership Speaker in the Philippines\",\"pixels\":1265625,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(52,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg','97:fadf88853900af794d58e810d40b0f41',400,'post','attachment',1,394,NULL,NULL,'jesse rebustillo speaker philippines','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg',NULL,'400','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg','400','attachment-image','{\"width\":442,\"height\":512,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg\",\"size\":\"full\",\"id\":400,\"alt\":\"Best Filipino Leadership Speaker Philippines\",\"pixels\":226304,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(53,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg','93:23583fdf5bf1056c7a7252b1f77b4aea',399,'post','attachment',1,394,NULL,NULL,'Pocholo The VoiceMaster Gonzales','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg',NULL,'399','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg','399','attachment-image','{\"width\":427,\"height\":640,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg\",\"size\":\"full\",\"id\":399,\"alt\":\"Top Filipino Leadership Speaker Philppines\",\"pixels\":273280,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(54,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg','99:0bf38750d29f5f5cf9f043d23169d9a3',398,'post','attachment',1,394,NULL,NULL,'al ian barcelonal motivational speaker','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg',NULL,'398','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg','398','attachment-image','{\"width\":480,\"height\":480,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg\",\"size\":\"full\",\"id\":398,\"alt\":\"Top Filipino Leadership Speaker Philippines\",\"pixels\":230400,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-02-20 00:51:44','2021-03-15 06:23:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(55,'https://thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png','114:f5841df5ebb18dcde2117e564755032b',392,'post','attachment',1,0,NULL,NULL,'Stepback Leadership Speaker Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png',NULL,'392','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png','392','attachment-image','{\"width\":500,\"height\":118,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/filipino-stepback-leadership-logo-header-black-retina.png\",\"size\":\"full\",\"id\":392,\"alt\":\"Stepback Leadership Speaker Philippines\",\"pixels\":59000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-02-20 00:51:44','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(56,'https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png','89:a041091adca1eec0e3e71d67715425b8',391,'post','attachment',1,0,NULL,NULL,'cropped-stepback-logo-gsuite.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png',NULL,'391','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png','391','attachment-image','{\"width\":320,\"height\":72,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/cropped-stepback-logo-gsuite.png\",\"size\":\"full\",\"id\":391,\"alt\":\"\",\"pixels\":23040,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-02-20 00:51:44','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(61,'',NULL,NULL,'post-type-archive','services',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-01 09:05:17','2021-03-01 01:05:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(62,'',NULL,NULL,'post-type-archive','employees',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-01 09:05:17','2021-03-01 01:05:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(63,'',NULL,NULL,'post-type-archive','testimonials',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-01 09:05:17','2021-03-01 01:05:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(64,'',NULL,NULL,'post-type-archive','clients',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-01 09:05:17','2021-03-01 01:05:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(65,'',NULL,NULL,'post-type-archive','projects',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-01 09:05:17','2021-03-01 01:05:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(67,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png','75:af43ae8c3f5c533e0f6318d6415c5372',420,'post','attachment',1,0,NULL,NULL,'Certified Public Speaker Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png',NULL,'420','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png','420','attachment-image','{\"width\":1500,\"height\":1500,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png\",\"size\":\"full\",\"id\":420,\"alt\":\"Certified Public Speaker Logo\",\"pixels\":2250000,\"type\":\"image/png\"}',0,2,NULL,'2021-03-01 09:45:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(74,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png','74:3a58955a2919a52ae1fdddfc5cd4d96b',427,'post','attachment',1,0,NULL,NULL,'PSI Logo Icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png',NULL,'427','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png','427','attachment-image','{\"width\":1334,\"height\":1343,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon.png\",\"size\":\"full\",\"id\":427,\"alt\":\"PSI Logo Icon\",\"pixels\":1791562,\"type\":\"image/png\"}',0,1,NULL,'2021-03-01 10:13:12','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(75,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png','78:f23d76ad18924b0a62a7abe916fd36f9',428,'post','attachment',1,0,NULL,NULL,'PSI Logo Fav Icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png',NULL,'428','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png','428','attachment-image','{\"width\":512,\"height\":515,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon.png\",\"size\":\"full\",\"id\":428,\"alt\":\"PSI Logo Fav Icon\",\"pixels\":263680,\"type\":\"image/png\"}',0,1,NULL,'2021-03-01 10:14:39','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(76,'https://thespeechcamp.com/wp-content/uploads/2021/03/cropped-PSI-Logo-Fav-Icon.png','86:9929c465790203476d941f9e1309d56c',429,'post','attachment',1,0,NULL,NULL,'cropped-PSI-Logo-Fav-Icon.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/cropped-PSI-Logo-Fav-Icon.png',NULL,'429','attachment-image',NULL,NULL,NULL,'429','attachment-image',NULL,0,1,NULL,'2021-03-01 10:14:52','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(79,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png','104:88c468e6a98ae05fa266d0305b541e87',362,'post','attachment',1,359,NULL,NULL,'Many Faces of Productivity Book Full Mockup','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png',NULL,'362','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png','362','attachment-image','{\"width\":1800,\"height\":1334,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png\",\"size\":\"full\",\"id\":362,\"alt\":\"The Many Faces of Productivity by Lloyd Luna. Scroll Publishing, 2018.\",\"pixels\":2401200,\"type\":\"image/png\"}',NULL,2,NULL,'2021-03-01 10:18:26','2021-03-15 06:23:18',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(93,'https://thespeechcamp.com/contact/','34:b6fcee4407031b8e54e754fdea13d358',176,'post','nav_menu_item',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-01 10:23:03','2022-09-27 19:31:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 03:31:44','2018-01-28 11:45:15'),(94,'https://thespeechcamp.com/join-us-free/','39:30179c72a64c15cebb2b42b4b3fbb58b',433,'post','nav_menu_item',1,0,NULL,NULL,'Our group','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-01 10:27:07','2022-09-27 19:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 03:31:44','2021-03-01 10:28:05'),(95,'https://thespeechcamp.com/facebook/','35:26793f4b465204e85b76c21ae378d66d',434,'post','nav_menu_item',1,0,NULL,NULL,'SpeechCamp on Facebook','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-01 10:27:58','2022-09-27 19:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 03:31:44','2021-03-01 10:28:06'),(96,'https://thespeechcamp.com/certified-public-speaker-certification/','65:12a828980f7fbbc66682a4839e3d7246',435,'post','page',1,0,NULL,NULL,'Certified Public Speaker™ Certification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png',NULL,NULL,'first-content-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png',NULL,'first-content-image',NULL,2,1,NULL,'2021-03-01 10:30:32','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,2,2,'2021-03-29 09:34:32','2021-03-01 10:39:12'),(97,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png','87:d23a3178b5af2197d7e24b6aaa571d58',436,'post','attachment',1,435,NULL,NULL,'Certified Public Speaker Luna Framework','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png',NULL,'436','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png','436','attachment-image','{\"width\":1500,\"height\":1500,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure.png\",\"size\":\"full\",\"id\":436,\"alt\":\"Certified Public Speaker Luna Framework\",\"pixels\":2250000,\"type\":\"image/png\"}',0,1,NULL,'2021-03-01 10:34:58','2021-03-13 05:52:23',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(98,'https://thespeechcamp.com/cps-certification/','44:78d35838d90c373e9aa39a75058fe88b',438,'post','nav_menu_item',1,0,NULL,NULL,'CPS Certification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-01 10:40:18','2022-09-27 19:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 03:31:44','2021-03-01 10:40:51'),(99,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png','90:f30080e51d968216aab53f486fc8b66b',441,'post','attachment',1,435,NULL,NULL,'Certified Public Speakers Batch 1 &#8211; Candidates','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png',NULL,'441','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png','441','attachment-image','{\"width\":1800,\"height\":2400,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster.png\",\"size\":\"full\",\"id\":441,\"alt\":\"Certified Public Speakers Batch 1 - Candidates\",\"pixels\":4320000,\"type\":\"image/png\"}',0,1,NULL,'2021-03-01 10:46:45','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(105,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-small.png','81:06de49f7ba33b2c7dd96dcdf670d543a',449,'post','attachment',1,0,NULL,NULL,'CPS Logo White (small)','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-small.png',NULL,'449','attachment-image',NULL,NULL,NULL,'449','attachment-image',NULL,0,1,NULL,'2021-03-01 10:53:23','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(109,'https://thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg','108:4052d201f685e2cfcc126693720b580d',338,'post','attachment',1,337,NULL,NULL,'Leadership Speaker in the Philippines','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg',NULL,'338','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg','338','attachment-image','{\"width\":2048,\"height\":1365,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/03/28698538_1644285125663639_7273627625027952357_o.jpg\",\"size\":\"full\",\"id\":338,\"alt\":\"Leadership Speaker in the Philippines\",\"pixels\":2795520,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-03-01 11:00:03','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(110,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png','90:8a2637aa0e91771a36edfb8cfbddef6b',158,'post','attachment',1,2,NULL,NULL,'lloyd-luna-motivational-speaker-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png',NULL,'158','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png','158','attachment-image','{\"width\":643,\"height\":618,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png\",\"size\":\"full\",\"id\":158,\"alt\":\"Lloyd Luna as a motivational keynote speaker at the Philippine International Convention Center.\",\"pixels\":397374,\"type\":\"image/png\"}',NULL,1,NULL,'2021-03-01 11:07:11','2022-09-27 18:08:12',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(114,'https://thespeechcamp.com/enroll-now/','37:d19dc2db30f7b05ac8e8d4c3c2bccbe0',460,'post','nav_menu_item',1,0,NULL,NULL,'Enroll Now','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 04:57:45','2022-09-27 19:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 03:31:44','2021-03-04 04:58:25'),(121,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&p=468','61:e17c4d017f20c2a2a46de70be0afc4e7',468,'post','wpcf7_contact_form',1,0,NULL,NULL,'TPSI Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 05:46:36','2022-09-27 18:00:32',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(130,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png','92:29a396ea4dae599200cbf87c767240ab',477,'post','attachment',1,435,NULL,NULL,'Certified Public Speakers Batch 1 &#8211; Candidates','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png',NULL,'477','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png','477','attachment-image','{\"width\":1800,\"height\":2400,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png\",\"size\":\"full\",\"id\":477,\"alt\":\"Certified Public Speakers Batch 1 - Candidates\",\"pixels\":4320000,\"type\":\"image/png\"}',0,3,NULL,'2021-03-04 07:08:36','2021-03-14 01:57:22',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(131,'https://thespeechcamp.com/the-public-speaking-institute/','56:b695d19c6ed8aaf47955e69197f347df',479,'post','post',1,0,NULL,'The Public Speaking Institute™ offers the best public speaking training course and speech coaching in the Philippines.','What is The Public Speaking Institute?','publish',NULL,0,NULL,NULL,NULL,'The Public Speaking Institute',58,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-03-04 07:10:37','2022-09-28 12:24:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-03-20 00:11:39','2021-03-04 07:13:33'),(132,'https://thespeechcamp.com/category/public-speaking-philippines/','67:767a17cbcbbbefd95359bee1678db8ef',25,'term','category',NULL,NULL,NULL,NULL,'Public Speaking Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:11:39','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(133,'https://thespeechcamp.com/category/certified-public-speakers-philippines/','77:c435b1c80ad672c6d4de1d33f1547b85',26,'term','category',NULL,NULL,NULL,NULL,'Certified Public Speakers Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:12:12','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(134,'https://thespeechcamp.com/category/public-speaking-training-philippines/','76:ec8d500abb97dd5dab9a5c0e8b2bc144',27,'term','category',NULL,NULL,NULL,NULL,'Public Speaking Training Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:12:27','2021-03-07 15:45:02',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(135,'https://thespeechcamp.com/category/public-speaking-course-manila/','69:b3b419b08910362af98590eaf6c66b11',28,'term','category',NULL,NULL,NULL,NULL,'Public Speaking Course Manila',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:12:34','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(136,'https://thespeechcamp.com/category/best-public-speaking-training-philippines/','81:52f1b2ef068a26b297859435b74fe81c',29,'term','category',NULL,NULL,NULL,NULL,'Best Public Speaking Training Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:12:51','2021-03-07 08:05:29',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(137,'https://thespeechcamp.com/tag/public-speaking-philippines/','58:2ba35f54a5bbfe11d834d244fd6e607d',30,'term','post_tag',NULL,NULL,NULL,NULL,'Public Speaking Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:13:33','2022-09-28 02:07:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-04-03 09:04:22','2021-03-04 07:13:33'),(138,'https://thespeechcamp.com/tag/certified-public-speakers-philippines/','72:74416a19f7e43340dfd6bdaa94c617f9',31,'term','post_tag',NULL,NULL,NULL,NULL,'Certified Public Speakers Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:13:33','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(139,'https://thespeechcamp.com/tag/the-public-speaking-institute/','64:7d30b584335b518c59d32fd4deff5947',32,'term','post_tag',NULL,NULL,NULL,NULL,'The Public Speaking Institute',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-04 07:13:33','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(140,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Mock.png','91:dddb72562b0d95fefa806ce40467e9f8',368,'post','attachment',1,348,NULL,NULL,'Stepback Leadership Front Mock','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Mock.png',NULL,'368','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Mock-1024x1024.png','368','attachment-image','{\"width\":1024,\"height\":1024,\"path\":\"2018/04/Stepback-Leadership-Front-Mock-1024x1024.png\",\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Mock-1024x1024.png\",\"size\":\"large\",\"id\":368,\"alt\":\"Step Back Leadership Book\",\"pixels\":1048576,\"type\":\"image/png\"}',NULL,2,NULL,'2021-03-04 07:15:00','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(144,'https://thespeechcamp.com/public-speaking-book-philippines/','63:c0db02148446453c15c252705b6c324b',485,'post','post',1,0,'%%title%% %%page%% %%sep%%','Public Speaking Philippines Training Course is offered by The Public Speaking Institute. This book on public speaking is a training reference.','Best Public Speaking Training Book in the Philippines','publish',NULL,0,NULL,NULL,NULL,'Public Speaking Book Philippines',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png',NULL,'296','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png','296','featured-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"size\":\"full\",\"id\":296,\"alt\":\"Best Public Speaking Training Book in the Philippines\",\"pixels\":518400,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-07 13:03:44','2021-03-19 16:09:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(145,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png','104:983ff380578ed69a63522ab2ee19d6d7',296,'post','attachment',1,230,NULL,NULL,'Best Public Speaking Training Book in the Philippines','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png',NULL,'296','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png','296','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront.png\",\"size\":\"full\",\"id\":296,\"alt\":\"Best Public Speaking Training Book in the Philippines\",\"pixels\":518400,\"type\":\"image/png\"}',0,1,NULL,'2021-03-07 13:05:20','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(146,'https://thespeechcamp.com/tag/best-public-speaking-training-philippines/','76:b4cd0924ed1054c3d95ff6cac179b7c7',33,'term','post_tag',NULL,NULL,NULL,NULL,'Best Public Speaking Training Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-07 13:05:35','2021-03-07 19:08:25',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(147,'https://thespeechcamp.com/tag/how-to-be-an-amazing-speaker-book/','68:af29b010f6cfa7f2901189648df7faad',34,'term','post_tag',NULL,NULL,NULL,NULL,'How To Be An Amazing Speaker Book',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-07 13:05:35','2021-03-07 19:08:50',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(148,'https://thespeechcamp.com/tag/lloyd-luna/','41:bef41bcdebe44eea99df0d5b34aea49a',35,'term','post_tag',NULL,NULL,NULL,NULL,'Lloyd Luna',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-07 13:05:35','2022-09-28 15:05:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-03-20 00:09:19','2021-03-07 13:05:35'),(150,'https://thespeechcamp.com/?page_id=488','38:9d7af05a3309938b0d962441990af6f3',488,'post','page',1,0,NULL,NULL,'Examples of prepared speeches cited by The Public Speaking Institute (Philippines)','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png',NULL,'420','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png','420','featured-image','{\"width\":1500,\"height\":1500,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White.png\",\"size\":\"full\",\"id\":420,\"alt\":\"Certified Public Speaker Logo\",\"pixels\":2250000,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-09 02:48:56','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-03-09 03:34:10','0000-00-00 00:00:00'),(151,'https://thespeechcamp.com/examples-of-prepared-speeches-cited-by-the-public-speaking-institute-philippines/','111:9be8887e9ac45c84149b86e093e782c0',490,'post','post',1,0,NULL,NULL,'Examples of Prepared Speeches cited by The Public Speaking Institute (Philippines)','publish',NULL,0,NULL,NULL,NULL,'Examples of Prepared Speeches',52,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png',NULL,'498','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png','498','featured-image','{\"width\":1334,\"height\":1343,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png\",\"size\":\"full\",\"id\":498,\"alt\":\"PSI Logo Icon Blue Environment\",\"pixels\":1791562,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-09 03:34:16','2021-03-19 16:06:33',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(152,'https://thespeechcamp.com/category/prepared-speeches-example/','65:d76cb8df6c1d5aafa28a2e05de88d698',36,'term','category',NULL,NULL,NULL,NULL,'Prepared Speeches Example',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-09 03:34:59','2021-03-08 19:34:59',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(153,'https://thespeechcamp.com/tag/prepared-speech-examples/','59:a5b5aba437b62f6c993a5e85f4947d5d',37,'term','post_tag',NULL,NULL,NULL,NULL,'Prepared Speech Examples',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-09 03:36:23','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(154,'https://thespeechcamp.com/tag/public-speaking-course-philippines/','69:c2ad256ff7188ba0a24de6d14d2ba354',38,'term','post_tag',NULL,NULL,NULL,NULL,'Public Speaking Course Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-09 03:36:23','2021-03-08 19:36:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(161,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png','91:43bc3c2c0331898460c0a5d231b1d312',498,'post','attachment',1,490,NULL,NULL,'PSI Logo Icon Blue Environment','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png',NULL,'498','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png','498','attachment-image','{\"width\":1334,\"height\":1343,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment.png\",\"size\":\"full\",\"id\":498,\"alt\":\"PSI Logo Icon Blue Environment\",\"pixels\":1791562,\"type\":\"image/png\"}',0,1,NULL,'2021-03-09 03:48:28','2021-03-08 19:48:56',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(167,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png','89:acf12dbabe2d93d2427e4d74741f455f',507,'post','attachment',1,435,NULL,NULL,'Certified Public Speaker Luna Framework','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png',NULL,'507','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png','507','attachment-image','{\"width\":1500,\"height\":1500,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\",\"size\":\"full\",\"id\":507,\"alt\":\"Certified Public Speaker Luna Framework\",\"pixels\":2250000,\"type\":\"image/png\"}',NULL,4,NULL,'2021-03-13 05:51:49','2021-03-14 15:30:42',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(168,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-Black-Transparent.png','87:07b16ee4c1bbf4e6fbdc002382850561',509,'post','attachment',1,0,NULL,NULL,'CPS Logo Black Transparent','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-Black-Transparent.png',NULL,'509','attachment-image',NULL,NULL,NULL,'509','attachment-image',NULL,NULL,NULL,NULL,'2021-03-13 05:54:10','2021-03-12 21:54:10',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(170,'https://thespeechcamp.com/public-speaking-philippines/','58:22fdf53bdb6cda217654d88985054f3a',512,'post','post',1,0,'%%title%% %%page%% %%sep%% Training Course Certification Program','Public Speaking Philippines Training Course is offered by The Public Speaking Institute leading to Certified Public Speaker™ CPS designation.','Public Speaking Philippines','publish',NULL,0,NULL,NULL,NULL,'public speaking philippines',80,90,1,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png',NULL,'513','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png','513','featured-image','{\"width\":1880,\"height\":696,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png\",\"size\":\"full\",\"id\":513,\"alt\":\"Certified Public Speakers Batch 1-2021\",\"pixels\":1308480,\"type\":\"image/png\"}',2,NULL,NULL,'2021-03-13 06:00:00','2021-03-19 17:33:18',1,NULL,NULL,NULL,NULL,0,6,1,NULL,NULL),(171,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png','82:6b292cd1cdf0e0089fbec50fcc2d1c09',513,'post','attachment',1,512,NULL,NULL,'Certified Public Speakers Batch 1-2021','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png',NULL,'513','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png','513','attachment-image','{\"width\":1880,\"height\":696,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/psi-cps-batch-1-cover.png\",\"size\":\"full\",\"id\":513,\"alt\":\"Certified Public Speakers Batch 1-2021\",\"pixels\":1308480,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-13 06:03:35','2021-03-19 16:19:45',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(180,'https://thespeechcamp.com/the-luna-public-speaking-framework/','61:0362bffc73a334f4ff4125c18be632cb',525,'post','page',1,0,NULL,NULL,'The Luna Public Speaking Framework','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png',NULL,'507','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png','507','featured-image','{\"width\":1500,\"height\":1500,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png\",\"size\":\"full\",\"id\":507,\"alt\":\"Certified Public Speaker Luna Framework\",\"pixels\":2250000,\"type\":\"image/png\"}',1,2,NULL,'2021-03-14 15:28:52','2022-09-28 01:18:23',1,NULL,NULL,NULL,NULL,0,1,2,'2021-03-14 15:30:41','2021-03-14 15:30:41'),(186,'https://thespeechcamp.com/tag/productivity-humorist/','56:b73016541cf20239dd9d674c80340c84',4,'term','post_tag',NULL,NULL,NULL,NULL,'productivity humorist',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(187,'https://thespeechcamp.com/tag/filipino-motivational-speaker/','64:2cd24b34c46658d0cc02d64ee403cb89',5,'term','post_tag',NULL,NULL,NULL,NULL,'Filipino Motivational Speaker',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(188,'https://thespeechcamp.com/tag/motivational-speaker-in-the-philippines/','74:4f090a03a7a125d2c3906e1da363781b',6,'term','post_tag',NULL,NULL,NULL,NULL,'Motivational Speaker in the Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(189,'https://thespeechcamp.com/tag/enemy-of-success/','51:6c7684d4a3c51887ec42c5d3dbd137de',7,'term','post_tag',NULL,NULL,NULL,NULL,'Enemy of Success',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(190,'https://thespeechcamp.com/category/global-speakers-federation/','66:4d513806e75961343a44118a32f84812',9,'term','category',NULL,NULL,NULL,NULL,'Global Speakers Federation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(191,'https://thespeechcamp.com/category/motivational-speaker-philippines/','72:2b74e44374e5a5378b50e97e60a4d3fc',11,'term','category',NULL,NULL,NULL,NULL,'Motivational Speaker Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:20',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(192,'https://thespeechcamp.com/tag/global-speakers-federation/','61:3c92b915afa12dca2c430297dbe28fc6',13,'term','post_tag',NULL,NULL,NULL,NULL,'Global Speakers Federation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-15 06:23:10','2021-03-14 22:23:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(193,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png','87:2ba54d2ee098b5da855ba7edf6b538be',4,'post','attachment',1,0,NULL,NULL,'Productivity Humorist Lloyd Luna','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png',NULL,'4','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png','4','attachment-image','{\"width\":2550,\"height\":785,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo.png\",\"size\":\"full\",\"id\":4,\"alt\":\"Productivity Humorist Lloyd Luna\",\"pixels\":2001750,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(194,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png','93:c8ecd9342ccd284b7efaad7110ef08d9',10,'post','attachment',1,0,NULL,NULL,'Productivity Humorist Lloyd Luna','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png',NULL,'10','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png','10','attachment-image','{\"width\":2550,\"height\":785,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white.png\",\"size\":\"full\",\"id\":10,\"alt\":\"Productivity Humorist Lloyd Luna\",\"pixels\":2001750,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(195,'https://thespeechcamp.com/wp-content/uploads/2018/01/phico.png','66:817290def2eb3c9e1e546bba33b0a0f1',11,'post','attachment',1,0,NULL,NULL,'Productivity Humorist Lloyd Luna Icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/phico.png',NULL,'11','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/phico.png','11','attachment-image','{\"width\":512,\"height\":512,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/phico.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/phico.png\",\"size\":\"full\",\"id\":11,\"alt\":\"Productivity Humorist Lloyd Luna Icon\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(196,'https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png','74:fb640a617cf0b99d1ca89ceacba7c717',12,'post','attachment',1,0,NULL,NULL,'cropped-phico.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png',NULL,'12','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png','12','attachment-image','{\"width\":512,\"height\":512,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/cropped-phico.png\",\"size\":\"full\",\"id\":12,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(197,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1.png','95:a6639cdba4a5609dce0026bcd4443be9',17,'post','attachment',1,0,NULL,NULL,'productivity-humorist-lloyd-luna-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1.png',NULL,'17','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1-1024x680.png','17','attachment-image','{\"width\":1024,\"height\":680,\"path\":\"2018/01/productivity-humorist-lloyd-luna-1-1024x680.png\",\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-lloyd-luna-1-1024x680.png\",\"size\":\"large\",\"id\":17,\"alt\":\"is an Asian motivational speaker and productivity humorist giving at least 120 speeches annually, author of thirteen self-help books, radio and television talk show host, songwriter, speechwriter, publisher, and serial entrepreneur.\",\"pixels\":696320,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(198,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png','100:bc885365ea7e72684c4f29fdb145f4bb',31,'post','attachment',1,0,NULL,NULL,'productivity-humorist-logo-white-header','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png',NULL,'31','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png','31','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-white-header.png\",\"size\":\"full\",\"id\":31,\"alt\":\"productivity-humorist-logo-white-header\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(199,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png','100:db10c522ac7403c1d4a99072112d8ba0',34,'post','attachment',1,0,NULL,NULL,'productivity-humorist-logo-black-header','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png',NULL,'34','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png','34','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-logo-black-header.png\",\"size\":\"full\",\"id\":34,\"alt\":\"productivity-humorist-logo-black-header\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(200,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg','106:9fc1012f34dd4fcb74c13bf2531f7779',68,'post','attachment',1,0,NULL,NULL,'filipino motivational speaker with boy abunda','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg',NULL,'68','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg','68','attachment-image','{\"width\":960,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda.jpg\",\"size\":\"full\",\"id\":68,\"alt\":\"One of the best Filipino motivational speakers in Manila, Philippines, Lloyd Luna is interviewed by the Philippines\' King of Talk Boy Abunda.\",\"pixels\":691200,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(201,'https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png','98:d904728b37072975c6e8250aeb60cba9',94,'post','attachment',1,0,NULL,NULL,'abs-cbn filipino motivational speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png',NULL,'94','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png','94','attachment-image','{\"width\":100,\"height\":100,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/abs-cbn-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":94,\"alt\":\"abs-cbn filipino motivational speaker\",\"pixels\":10000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(202,'https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png','107:12cb8bac847601cf200ed5c7f855d615',97,'post','attachment',1,0,NULL,NULL,'ANC ABS- CBN News Channel Filipino Motivational Speaker Manila','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png',NULL,'97','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png','97','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/anc-news-channel-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":97,\"alt\":\"ANC ABS- CBN News Channel Filipino Motivational Speaker Manila\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(203,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png','95:30cf916bcf0e9b85b11fc60492c482af',98,'post','attachment',1,0,NULL,NULL,'gma7 filipino motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png',NULL,'98','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png','98','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/gma7-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":98,\"alt\":\"gma7 filipino motivational speaker philippines\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(204,'https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png','97:3470107ba986df3b97dfc3dea5fac680',100,'post','attachment',1,0,NULL,NULL,'tfc-motivational-speaker-philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png',NULL,'100','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png','100','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/tfc-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":100,\"alt\":\"tfc motivational speaker philippines\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(205,'https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png','75:5ef37c45a6f24fc9f0aa30cbcba8295f',103,'post','attachment',1,0,NULL,NULL,'Filipino Motivational Speaker Lloyd Luna on CNN Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png',NULL,'103','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png','103','attachment-image','{\"width\":100,\"height\":100,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/cnn-lloyd-luna.png\",\"size\":\"full\",\"id\":103,\"alt\":\"Filipino Motivational Speaker Lloyd Luna on CNN Philippines\",\"pixels\":10000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(206,'https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png','103:1010203ce979684ee4397b6afb98a5cb',105,'post','attachment',1,0,NULL,NULL,'bloomberg tv filipino motivational speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png',NULL,'105','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png','105','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/bloomberg-tv-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":105,\"alt\":\"bloomberg tv filipino motivational speaker\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(207,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png','102:530a28f333831b5d6e4c45b25f1b47c5',107,'post','attachment',1,0,NULL,NULL,'gma news tv filipino motivational speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png',NULL,'107','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png','107','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/gma-news-tv-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":107,\"alt\":\"gma news tv filipino motivational speaker\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(208,'https://thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png','111:41d916a28644203dcf6e00e90c308df3',109,'post','attachment',1,0,NULL,NULL,'people television motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png',NULL,'109','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png','109','attachment-image','{\"width\":100,\"height\":100,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/people-television-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":109,\"alt\":\"people television motivational speaker philippines\",\"pixels\":10000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:11','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(209,'https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png','95:4e85d73efbe5582774dee1c86b911a49',111,'post','attachment',1,0,NULL,NULL,'untv filipino motivational speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png',NULL,'111','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png','111','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/untv-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":111,\"alt\":\"untv filipino motivational speaker\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(210,'https://thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png','99:7955aa5dab53bcd071afb3212f475247',113,'post','attachment',1,0,NULL,NULL,'net25 motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png',NULL,'113','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png','113','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/net25-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":113,\"alt\":\"net25 motivational speaker philippines\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(211,'https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png','97:ef9150a836a50a9a490bc9aeedfceb14',116,'post','attachment',1,0,NULL,NULL,'pdi motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png',NULL,'116','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png','116','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/pdi-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":116,\"alt\":\"\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(212,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png','109:6b446196334ed7dae0bff7ce3fc3179c',117,'post','attachment',1,0,NULL,NULL,'manila bulletin motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png',NULL,'117','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png','117','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/manila-bulletin-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":117,\"alt\":\"manila bulletin motivational speaker philippines\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(213,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png','106:9921d3360550c0c6d2ddc5977c48e647',120,'post','attachment',1,0,NULL,NULL,'manila times motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png',NULL,'120','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png','120','attachment-image','{\"width\":583,\"height\":100,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/manila-times-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":120,\"alt\":\"manila times motivational speaker philippines\",\"pixels\":58300,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(214,'https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png','108:10dc29a5340390693cdefd693ab8f595',122,'post','attachment',1,0,NULL,NULL,'dzmm teleradyo motivational speaker philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png',NULL,'122','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png','122','attachment-image','{\"width\":224,\"height\":126,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/dzmm-teleradyo-motivational-speaker-philippines.png\",\"size\":\"full\",\"id\":122,\"alt\":\"dzmm teleradyo motivational speaker philippines\",\"pixels\":28224,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(215,'https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png','85:d58584fc9c40215b42fb49b52e497103',147,'post','attachment',1,0,NULL,NULL,'Gabriel Dominguez Motivational Speaking Client for Nine Years','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png',NULL,'147','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png','147','attachment-image','{\"width\":100,\"height\":100,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/gabriel-dominguez-client.png\",\"size\":\"full\",\"id\":147,\"alt\":\"\",\"pixels\":10000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(216,'https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg','82:182dffceb070bde4bcd81437c381f4bb',199,'post','attachment',1,0,NULL,NULL,'PNOC Testimonial for Filipino Speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg',NULL,'199','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg','199','attachment-image','{\"width\":114,\"height\":114,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/logo_pnoc_new-114x114.jpg\",\"size\":\"full\",\"id\":199,\"alt\":\"PNOC Testimonial for Filipino Speaker\",\"pixels\":12996,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(217,'https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg','81:a2911aace1663e3260c3499ab737b97c',201,'post','attachment',1,0,NULL,NULL,'pj-luhillier-120&#215;120','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg',NULL,'201','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg','201','attachment-image','{\"width\":120,\"height\":120,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/pj-luhillier-120x120.jpg\",\"size\":\"full\",\"id\":201,\"alt\":\"\",\"pixels\":14400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(218,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png','112:23e1193df04713e554ba9eabaa8690fc',246,'post','attachment',1,0,NULL,NULL,'productivity humorist filipino motivational speaker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png',NULL,'246','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png','246','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/productivity-humorist-filipino-motivational-speaker.png\",\"size\":\"full\",\"id\":246,\"alt\":\"\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(219,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg','108:906e2404e1949e9d5d71f341444b2e26',248,'post','attachment',1,0,NULL,NULL,'filipino motivational speaker and productivity humorist with boy abunda','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg',NULL,'248','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg','248','attachment-image','{\"width\":960,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/filipino-motivational-speaker-with-boy-abunda-1.jpg\",\"size\":\"full\",\"id\":248,\"alt\":\"filipino motivational speaker and productivity humorist with boy abunda\",\"pixels\":691200,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(220,'https://thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png','71:aa0c04feb92341825a97340dd14f6776',256,'post','attachment',1,0,NULL,NULL,'Real enemy of success is comfort','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png',NULL,'256','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png','256','attachment-image','{\"width\":1083,\"height\":722,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/real-enemy.png\",\"size\":\"full\",\"id\":256,\"alt\":\"Real enemy of success is comfort\",\"pixels\":781926,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(221,'https://thespeechcamp.com/wp-content/uploads/2018/01/Lloyd-Luna-Speakers-Profile.pdf','88:300eb4353c4a575b1203631d5ea9b3ce',288,'post','attachment',1,0,NULL,NULL,'Filipino Motivational Speaker Lloyd Luna Speaker&#8217;s Profile','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(222,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png','110:f5cc58811c7cc32e8904b8b5dca77760',289,'post','attachment',1,230,NULL,NULL,'Paano Mag Move On Motivational Book by Lloyd Luna','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png',NULL,'289','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png','289','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Paano-Mag-Move-On-Motivational-Book-by-Lloyd-Luna.png\",\"size\":\"full\",\"id\":289,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(223,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png','95:2f8a3ed07831137a0cbb71a9a7a22538',290,'post','attachment',1,230,NULL,NULL,'Alphabet of Achievement Storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png',NULL,'290','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png','290','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Alphabet-of-Achievement-Storefront.png\",\"size\":\"full\",\"id\":290,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(224,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png','92:88038f4d6439e6dfc21ac2988cb6f653',291,'post','attachment',1,230,NULL,NULL,'Why Good People Fail Storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png',NULL,'291','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png','291','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Why-Good-People-Fail-Storefront.png\",\"size\":\"full\",\"id\":291,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(225,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png','88:e00c70ea3b411f56a77a14d585b738fe',293,'post','attachment',1,230,NULL,NULL,'Why Am I Working Storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png',NULL,'293','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png','293','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Why-Am-I-Working-Storefront.png\",\"size\":\"full\",\"id\":293,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(226,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png','93:d867927097bf0cafca9f95663031cd0e',294,'post','attachment',1,230,NULL,NULL,'Where To Find Success Storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png',NULL,'294','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png','294','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Where-To-Find-Success-Storefront.png\",\"size\":\"full\",\"id\":294,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(227,'https://thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png','107:fbb7ee65d169d0469401626e7df52e4b',295,'post','attachment',1,230,NULL,NULL,'Is There A Job Waiting For You Book Storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png',NULL,'295','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png','295','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/Is-There-A-Job-Waiting-For-You-Book-Storefront.png\",\"size\":\"full\",\"id\":295,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(228,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png','100:3068ed53d52e5f35e8cfd1ae05bafaee',297,'post','attachment',1,230,NULL,NULL,'paano-maging-successful-book-storefront','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png',NULL,'297','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png','297','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/01/paano-maging-successful-book-storefront.png\",\"size\":\"full\",\"id\":297,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(229,'https://thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png','100:497cc91e0abbf0daba598a6eff3c5919',327,'post','attachment',1,0,NULL,NULL,'productivity humorist logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png',NULL,'327','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png','327','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/02/productivity-humorist-logo-black-header.png\",\"size\":\"full\",\"id\":327,\"alt\":\"productivity humorist and filipino motivational speaker\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:12','2021-03-14 22:23:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(230,'https://thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png','68:e86eadca7b82b31baab4ad9a6c8f813d',329,'post','attachment',1,0,NULL,NULL,'productivity humorist lloyd luna icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png',NULL,'329','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png','329','attachment-image','{\"width\":216,\"height\":216,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/02/LL-Icon.png\",\"size\":\"full\",\"id\":329,\"alt\":\"productivity humorist lloyd luna icon\",\"pixels\":46656,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(231,'https://thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png','80:7c065fd8a6cb78d0525ca32af17ab428',333,'post','attachment',1,0,NULL,NULL,'Productivity Humorist Lloyd Luna in Auckland New Zealand','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png',NULL,'333','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png','333','attachment-image','{\"width\":1800,\"height\":2329,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/02/To-Auckland-GSS2018.png\",\"size\":\"full\",\"id\":333,\"alt\":\"Productivity Humorist Lloyd Luna in Auckland New Zealand\",\"pixels\":4192200,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(232,'https://thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png','81:2be31770d2dcf7b6fd2f382f227f4b36',340,'post','attachment',1,0,NULL,NULL,'Filipino Leadership Speaker Philippines Header','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png',NULL,'340','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png','340','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/03/leadership-ph-header.png\",\"size\":\"full\",\"id\":340,\"alt\":\"Filipino Leadership Speaker Philippines Header\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(233,'https://thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png','123:2bd50f023f2a32377a722ab471969194',349,'post','attachment',1,348,NULL,NULL,'what-is-stepback-leadership-original-definiton-lloyd-luna-2018','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png',NULL,'349','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png','349','attachment-image','{\"width\":960,\"height\":1372,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/04/what-is-stepback-leadership-original-definiton-lloyd-luna-2018.png\",\"size\":\"full\",\"id\":349,\"alt\":\"Step Back Leadership as defined by Filipino Leadership Speaker Lloyd Luna\",\"pixels\":1317120,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(234,'https://thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png','85:5bbd76d7bf2101c47587c5cdeecfcf43',351,'post','attachment',1,348,NULL,NULL,'Step Back Leadership Book','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png',NULL,'351','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png','351','attachment-image','{\"width\":825,\"height\":1060,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/04/stepback-leadership-mock.png\",\"size\":\"full\",\"id\":351,\"alt\":\"Step Back Leadership Book\",\"pixels\":874500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(235,'https://thespeechcamp.com/wp-content/uploads/2018/04/Professional-Speaking-Rate-Card-RC-18a-LAL.pdf','103:6d192b174f7f172ac4334354d70f5213',355,'post','attachment',1,0,NULL,NULL,'Professional Speaking Rate Card (RC-18a-LAL)','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(236,'https://thespeechcamp.com/wp-content/uploads/2018/06/Filipino-Leadership-Speaker-and-productivity-Humorist-Lloyd-Luna-Profile.pdf','133:a1365c910237d155c5614617273f5ada',357,'post','attachment',1,0,NULL,NULL,'Filipino Leadership Speaker and productivity Humorist Lloyd Luna Profile','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(237,'https://thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png','81:d4d22ee0cfab54a3ae3ba7bebe12eb91',365,'post','attachment',1,0,NULL,NULL,'Productivity Leadership Speaker Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png',NULL,'365','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png','365','attachment-image','{\"width\":300,\"height\":92,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/07/leadership-ph-header.png\",\"size\":\"full\",\"id\":365,\"alt\":\"Productivity Leadership Speaker Philippines\",\"pixels\":27600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(238,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png','96:580057daa5c80e6fcba4ab4034624269',371,'post','attachment',1,348,NULL,NULL,'Stepback Leadership Front Back Mock','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png',NULL,'371','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png','371','attachment-image','{\"width\":1800,\"height\":1334,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2018/04/Stepback-Leadership-Front-Back-Mock.png\",\"size\":\"full\",\"id\":371,\"alt\":\"Step Back Leadership Book\",\"pixels\":2401200,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(239,'https://thespeechcamp.com/wp-content/uploads/2018/07/The-Many-Faces-of-Productivity-2018-Edition.pdf','104:09cc48639c8906041276a2766a8c61f8',374,'post','attachment',1,0,NULL,NULL,'The Many Faces of Productivity Asian Leadership Book Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(240,'https://thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png','81:4b7d31cb1ec2386cf91ccac88f2a6e67',389,'post','attachment',1,0,NULL,NULL,'Stepback Leadership Speaker Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png',NULL,'389','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png','389','attachment-image','{\"width\":320,\"height\":132,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2019/10/stepback-logo-gsuite.png\",\"size\":\"full\",\"id\":389,\"alt\":\"Stepback Leadership Speaker Philippines\",\"pixels\":42240,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-15 06:23:13','2021-03-14 22:23:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(242,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg','105:362e84f4924a698e50a84ee59f16d8af',543,'post','attachment',1,512,NULL,NULL,'public speaking training philippines speaker','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg',NULL,'543','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg','543','attachment-image','{\"width\":720,\"height\":960,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\",\"size\":\"full\",\"id\":543,\"alt\":\"public speaking training philippines speaker\",\"pixels\":691200,\"type\":\"image/jpeg\"}',NULL,2,NULL,'2021-03-20 01:29:36','2021-03-20 01:30:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(243,'https://thespeechcamp.com/tag/how-become-a-public-speaker-in-the-philippines/','81:f8ef8cf80de2f11f185ea4da1a879357',39,'term','post_tag',NULL,NULL,NULL,NULL,'How become a public speaker in the Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-20 01:33:18','2021-03-19 17:33:18',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(245,'https://thespeechcamp.com/filipino-speech-coach-philippines/','60:6f04e4be26d75f720e00fa58f21f4434',547,'post','post',1,0,NULL,'Lloyd Luna is a Filipino speech coach whose public speaking career spans for over 15 years. He is founder of The Public Speaking Institute.™','A Filipino Speech Coach in the Philippines','publish',NULL,0,NULL,NULL,NULL,'Filipino Speech Coach',73,90,1,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg',NULL,'543','featured-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg','543','featured-image','{\"width\":720,\"height\":960,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg\",\"size\":\"full\",\"id\":543,\"alt\":\"public speaking training philippines speaker\",\"pixels\":691200,\"type\":\"image/jpeg\"}',3,1,NULL,'2021-03-25 03:29:44','2022-09-28 12:24:32',1,NULL,NULL,NULL,NULL,0,4,2,'2021-04-03 09:04:22','2021-03-25 05:56:30'),(246,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png','113:2d1ece2300c05eec03442655739c5f70',548,'post','attachment',1,547,NULL,NULL,'Lloyd Luna is a Filipino speech coach based in Manila, Philippines.','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png',NULL,'548','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png','548','attachment-image','{\"width\":1200,\"height\":750,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png\",\"size\":\"full\",\"id\":548,\"alt\":\"\",\"pixels\":900000,\"type\":\"image/png\"}',NULL,2,NULL,'2021-03-25 05:53:29','2021-03-25 05:56:30',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(247,'https://thespeechcamp.com/category/speech-coach-philippines/','64:be348a49b143e352820ad766e123c78a',40,'term','category',NULL,NULL,NULL,NULL,'Speech Coach Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-25 05:54:27','2021-03-24 21:54:27',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(248,'https://thespeechcamp.com/tag/speech-coach-philippines/','59:6af171fc56c4d2c9d2a22436e620a0da',41,'term','post_tag',NULL,NULL,NULL,NULL,'Speech Coach Philippines',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-03-25 05:56:30','2021-03-24 21:56:30',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(249,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-W.png','78:a56dda7798afdf8295cdef313db588d6',551,'post','attachment',1,0,NULL,NULL,'Luna Group Logo W','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-W.png',NULL,'551','attachment-image',NULL,NULL,NULL,'551','attachment-image',NULL,NULL,NULL,NULL,'2021-03-25 07:36:15','2021-03-24 23:36:15',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(250,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-B.png','78:54cdc1ced0e34a00a6cf669781ef19d9',552,'post','attachment',1,0,NULL,NULL,'Luna Group Logo B','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/Luna-Group-Logo-B.png',NULL,'552','attachment-image',NULL,NULL,NULL,'552','attachment-image',NULL,NULL,NULL,NULL,'2021-03-25 07:36:18','2021-03-24 23:36:18',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(254,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png','79:3dc5359289e58071647210c07b00e2ce',558,'post','attachment',1,0,NULL,NULL,'Public Speaking Institute Header Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png',NULL,'558','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png','558','attachment-image','{\"width\":160,\"height\":89,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Header.png\",\"size\":\"full\",\"id\":558,\"alt\":\"Public Speaking Institute Header Logo\",\"pixels\":14240,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-29 10:11:20','2021-03-29 02:11:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(255,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png','69:4119f9016584449b229ddfd30963bc2f',559,'post','attachment',1,0,NULL,NULL,'Public Speaking Institute Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png',NULL,'559','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png','559','attachment-image','{\"width\":3600,\"height\":2000,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo.png\",\"size\":\"full\",\"id\":559,\"alt\":\"Public Speaking Institute Logo\",\"pixels\":7200000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-29 10:12:20','2021-03-29 02:12:36',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(257,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-Transparent.png','87:68be3269f6640a5c659f35e935da1098',561,'post','attachment',1,0,NULL,NULL,'CPS Logo White Transparent','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-Transparent.png',NULL,'561','attachment-image',NULL,NULL,NULL,'561','attachment-image',NULL,NULL,NULL,NULL,'2021-03-29 10:14:36','2021-03-29 02:14:36',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(258,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Footer.png','79:d08f315502d30a0f0a38fd295e6e6476',563,'post','attachment',1,0,NULL,NULL,'PSI Logo PH Footer','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-PH-Footer.png',NULL,'563','attachment-image',NULL,NULL,NULL,'563','attachment-image',NULL,NULL,NULL,NULL,'2021-03-29 10:16:56','2021-03-29 02:16:56',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(259,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png','71:19792d64cc1b64ae40562b46afe6341c',564,'post','attachment',1,0,NULL,NULL,'Public Speaking Institute White Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png',NULL,'564','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png','564','attachment-image','{\"width\":3600,\"height\":2000,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-W.png\",\"size\":\"full\",\"id\":564,\"alt\":\"Public Speaking Institute White Logo\",\"pixels\":7200000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-03-29 10:17:50','2021-03-29 02:18:09',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(264,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png','73:f25b65c01b78d823f611f948db1a3310',567,'post','attachment',1,25,NULL,NULL,'Certified Public Speaker CPS™ Logo','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png',NULL,'567','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png','567','attachment-image','{\"width\":2400,\"height\":2400,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-S-W.png\",\"size\":\"full\",\"id\":567,\"alt\":\"Certified Public Speaker CPS\\u2122 Logo\",\"pixels\":5760000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-03 07:13:00','2021-04-02 23:13:32',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(268,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png','87:613a2d6853451538c8d55988bb3b9986',571,'post','attachment',1,0,NULL,NULL,'CPS Logo White Transparent','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png',NULL,'571','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png','571','attachment-image','{\"width\":2400,\"height\":2400,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-White-Transparent.png\",\"size\":\"full\",\"id\":571,\"alt\":\"\",\"pixels\":5760000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-03 08:51:16','2021-04-03 00:51:28',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(269,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png','111:384b800385a50ec3c62240a92fa24676',574,'post','attachment',1,0,NULL,NULL,'Public Speaking Training Course Philippines Header','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png',NULL,'574','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png','574','attachment-image','{\"width\":220,\"height\":127,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header.png\",\"size\":\"full\",\"id\":574,\"alt\":\"Public Speaking Training Course Philippines Header\",\"pixels\":27940,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-08 01:59:54','2021-04-07 18:00:01',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(270,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png','119:2a81eb6dfa125db4c2587ff858085e8d',575,'post','attachment',1,0,NULL,NULL,'cropped-Public-Speaking-Training-Course-Philippines-Header.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Header.png',NULL,'575','attachment-image',NULL,NULL,NULL,'575','attachment-image',NULL,NULL,NULL,NULL,'2021-04-08 02:00:08','2021-04-07 18:00:08',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(271,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png','118:9cf3ec3a99f6ab214f407bf79b4dfdf1',576,'post','attachment',1,0,NULL,NULL,'Public Speaking Training Course Philippines Header Retina','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png',NULL,'576','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png','576','attachment-image','{\"width\":700,\"height\":405,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-Retina.png\",\"size\":\"full\",\"id\":576,\"alt\":\"Public Speaking Training Course Philippines Header Retina\",\"pixels\":283500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-08 02:00:21','2021-04-07 18:00:29',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(272,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png','91:eb58d1ba6b828ad9a11e09d2b727e012',577,'post','attachment',1,0,NULL,NULL,'Public Speaking Institute Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png',NULL,'577','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png','577','attachment-image','{\"width\":700,\"height\":405,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Institute-Logo.png\",\"size\":\"full\",\"id\":577,\"alt\":\"Public Speaking Institute Logo\",\"pixels\":283500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-08 02:00:46','2021-04-07 18:00:55',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(273,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Institute-Logo.png','99:a0b96898cad5471c73e0697b6bb6e587',578,'post','attachment',1,0,NULL,NULL,'cropped-Public-Speaking-Institute-Logo.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Institute-Logo.png',NULL,'578','attachment-image',NULL,NULL,NULL,'578','attachment-image',NULL,NULL,NULL,NULL,'2021-04-08 02:01:01','2021-04-07 18:01:01',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(274,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png','114:ad9e55d0bb85a426d78f77d5e6161026',580,'post','attachment',1,0,NULL,NULL,'Public Speaking Training Course Philippines Header PH','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png',NULL,'580','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png','580','attachment-image','{\"width\":250,\"height\":145,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Header-PH.png\",\"size\":\"full\",\"id\":580,\"alt\":\"Public Speaking Training Course Philippines Header PH\",\"pixels\":36250,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-08 02:02:38','2021-04-07 18:02:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(275,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png','111:28b74ee0960feaf1040bed37a2174206',581,'post','attachment',1,0,NULL,NULL,'Public Speaking Training Course Philippines Favico','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png',NULL,'581','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png','581','attachment-image','{\"width\":512,\"height\":512,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2021/04/Public-Speaking-Training-Course-Philippines-Favico.png\",\"size\":\"full\",\"id\":581,\"alt\":\"Public Speaking Training Course Philippines Favico\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-04-08 02:03:17','2021-04-07 18:03:27',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(276,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png','119:6aac801a123c59cf2944e8925a2207a0',582,'post','attachment',1,0,NULL,NULL,'cropped-Public-Speaking-Training-Course-Philippines-Favico.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/cropped-Public-Speaking-Training-Course-Philippines-Favico.png',NULL,'582','attachment-image',NULL,NULL,NULL,'582','attachment-image',NULL,NULL,NULL,NULL,'2021-04-08 02:03:27','2021-04-07 18:03:27',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(289,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-Prussian-Transparent.png','90:9588220bcd705ca7eb1ecb0a1a58e511',595,'post','attachment',1,0,NULL,NULL,'CPS Logo Prussian Transparent','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2021/04/CPS-Logo-Prussian-Transparent.png',NULL,'595','attachment-image',NULL,NULL,NULL,'595','attachment-image',NULL,NULL,NULL,NULL,'2021-04-08 04:45:40','2021-04-07 20:45:40',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(292,'https://thespeechcamp.com/wp-content/uploads/2021/04/The-Public-Speaking-Institute-Public-Brochure.pdf','106:d3b78b7ac6bc04db2840011d3ceb783a',596,'post','attachment',1,0,NULL,NULL,'Public Speaking Training Course Syllabus Philippines','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-04-12 02:43:36','2021-04-11 18:43:57',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(293,'https://thespeechcamp.com/?p=600','32:0f1ecccb944159a2322931385790ff17',600,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:24:30','2022-09-27 17:24:30',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(294,'https://thespeechcamp.com/?p=601','32:87530ad04159cd308837d8678289e5c4',601,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:24:49','2022-09-27 17:24:50',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(295,'https://thespeechcamp.com/?p=602','32:c60f4c88f496861c12935004381e0238',602,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:27:05','2022-09-27 17:27:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(296,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png','94:6c715a0af959bd691175826d6f0baf5d',604,'post','attachment',1,0,NULL,NULL,'Speech Camp Public Speaking Philippines Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png',NULL,'604','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png','604','attachment-image','{\"width\":250,\"height\":145,\"filesize\":25388,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Header.png\",\"size\":\"full\",\"id\":604,\"alt\":\"Speech Camp Public Speaking Philippines Logo\",\"pixels\":36250,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-09-28 01:31:27','2022-09-27 17:32:00',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(297,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png','94:79524e5bf30cec572013aafd7893e5f8',605,'post','attachment',1,0,NULL,NULL,'Speech Camp Public Speaking Philippines Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png',NULL,'605','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png','605','attachment-image','{\"width\":700,\"height\":405,\"filesize\":90898,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina.png\",\"size\":\"full\",\"id\":605,\"alt\":\"Speech Camp Public Speaking Philippines Logo\",\"pixels\":283500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-09-28 01:32:14','2022-09-27 17:32:26',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(298,'https://thespeechcamp.com/?p=603','32:5764285f03abcda49f88b0bf9be69e7d',603,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:32:56','2022-09-27 17:32:56',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(299,'https://thespeechcamp.com/?p=606','32:90ab0686fa8e1de4d7acef9d99b15c36',606,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:34:19','2022-09-27 17:34:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(300,'https://thespeechcamp.com/?p=607','32:722dcc8ab238d9e6d0648e5e411f50fb',607,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:37:52','2022-09-27 17:37:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(301,'https://thespeechcamp.com/?p=608','32:a963f6c88c0d241703bb9fcec5748bc0',608,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:38:18','2022-09-27 17:38:18',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(302,'https://thespeechcamp.com/?p=609','32:4edb498925fbb3af75f3329418609636',609,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:40:37','2022-09-27 17:40:37',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(303,'https://thespeechcamp.com/?p=610','32:a1b8060a3996c0632eab41e54b827325',610,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:43:14','2022-09-27 17:43:14',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(304,'https://thespeechcamp.com/?p=611','32:6b1d158e04bb2ed2f6dd2dd425291e37',611,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:48:19','2022-09-27 17:48:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(305,'https://thespeechcamp.com/?p=612','32:621b9244209faf0fb17a5e42b33d747f',612,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:52:43','2022-09-27 17:52:43',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(306,'https://thespeechcamp.com/?p=613','32:14be187e1c956025c721328ffaa98601',613,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 01:53:51','2022-09-27 17:53:51',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(307,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&p=39','60:cff78a59737d6db94dbeafdb2784e42b',39,'post','wpcf7_contact_form',1,0,NULL,NULL,'Contact form 1','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-09-28 01:57:52','2022-09-27 17:58:10',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(308,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&p=208','61:2c16a02287ba0181522ff173d95d7600',208,'post','wpcf7_contact_form',1,0,NULL,NULL,'Inquiry','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-09-28 01:59:13','2022-09-27 17:59:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(309,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&p=170','61:5d67ca5ebb78b64efe6d013d107abae0',170,'post','wpcf7_contact_form',1,0,NULL,NULL,'Inquiry Form','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-09-28 01:59:50','2022-09-27 17:59:50',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(310,'https://thespeechcamp.com/?post_type=wpcf7_contact_form&p=276','61:f5665385d97181f2c9ee1ba8dd7874f7',276,'post','wpcf7_contact_form',1,0,NULL,NULL,'Contract','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-09-28 02:01:21','2022-09-27 18:01:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(311,'https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png','85:0da0c0881038bc20b9f1ba2084a7f709',618,'post','attachment',1,0,NULL,NULL,'SpeechCamp Public Speaking Workshop Philippines Batch 1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png',NULL,'618','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png','618','attachment-image','{\"width\":1080,\"height\":1350,\"filesize\":1014939,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/SpeechCamp-Attendees-Batch-1.png\",\"size\":\"full\",\"id\":618,\"alt\":\"SpeechCamp Public Speaking Workshop Philippines Batch 1\",\"pixels\":1458000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-09-28 02:51:36','2022-09-27 18:52:17',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(312,'https://thespeechcamp.com/?p=617','32:b63288fb1d3ce6f5be0fa2ca5ff49941',617,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 02:53:50','2022-09-27 18:53:50',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(313,'https://thespeechcamp.com/?p=619','32:f91f7bbd5bd8c09fe290f970c1485f6e',619,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 02:54:12','2022-09-27 18:54:12',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(314,'https://thespeechcamp.com/?p=620','32:26716b5e7a8fc5629d3681aeacbd91ef',620,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 02:59:57','2022-09-27 18:59:57',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(315,'https://thespeechcamp.com/?p=621','32:1695ed71ca9d2816e01e84fb780dc17c',621,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 03:00:14','2022-09-27 19:00:14',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(316,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png','101:0d55885762d9be7bdfa0b50d9d944ca0',622,'post','attachment',1,0,NULL,NULL,'Speech Camp Public Speaking Philippines Logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png',NULL,'622','attachment-image',NULL,NULL,'https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png','622','attachment-image','{\"width\":700,\"height\":405,\"filesize\":90749,\"url\":\"https://thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\",\"path\":\"/home/lloydlun/public_html/thespeechcamp.com/wp-content/uploads/2022/09/Public-Speaking-Institute-Logo-Retina-Header.png\",\"size\":\"full\",\"id\":622,\"alt\":\"Speech Camp Public Speaking Philippines Logo\",\"pixels\":283500,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-09-28 03:02:10','2022-09-27 19:02:23',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(317,'https://thespeechcamp.com/?p=623','32:8fa5bc0c1055b49e28a6f76f0bab5645',623,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 05:39:11','2022-09-27 21:39:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 05:39:11','2022-09-28 05:39:11'),(318,'https://thespeechcamp.com/?p=624','32:92027e3fdbde14fe95265119a8d7d40c',624,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 05:39:27','2022-09-27 21:39:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 05:39:27','2022-09-28 05:39:27'),(319,'https://thespeechcamp.com/?p=625','32:9a22838470f3d2cae2d158791311fa15',625,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 08:46:57','2022-09-28 00:46:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 08:46:57','2022-09-28 08:46:57'),(320,'https://thespeechcamp.com/?p=626','32:23dc837c504304904c7ca2c97c5fdf20',626,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 08:47:44','2022-09-28 00:47:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 08:47:44','2022-09-28 08:47:44'),(321,'https://thespeechcamp.com/?p=631','32:b64d742f7793bdc64d517c0b213fc8cb',631,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 12:46:19','2022-09-28 04:46:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 12:46:18','2022-09-28 12:46:18'),(322,'https://thespeechcamp.com/?p=632','32:ad5b9171c152e6c18bfe6b364fb798a3',632,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 12:53:06','2022-09-28 04:53:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 12:53:05','2022-09-28 12:53:05'),(323,'https://thespeechcamp.com/?p=633','32:9518cd4f195bc6c68e613a6c025f313e',633,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 12:56:28','2022-09-28 04:56:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 12:56:27','2022-09-28 12:56:27'),(324,'https://thespeechcamp.com/?p=634','32:6059a7cc62f5d150da35a9af7bd6a245',634,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-28 13:04:13','2022-09-28 05:04:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-28 13:04:12','2022-09-28 13:04:12');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,13,1,1),(16,0,0,1),(17,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(23,0,0,1),(24,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(33,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(59,0,0,1),(93,0,0,1),(94,0,0,1),(95,0,0,1),(98,0,0,1),(114,0,0,1),(121,0,0,1),(131,0,0,1),(132,0,0,1),(133,0,0,1),(134,0,0,1),(135,0,0,1),(136,0,0,1),(137,0,0,1),(138,0,0,1),(139,0,0,1),(144,0,0,1),(146,0,0,1),(147,0,0,1),(148,0,0,1),(151,0,0,1),(152,0,0,1),(153,0,0,1),(154,0,0,1),(170,0,0,1),(186,0,0,1),(187,0,0,1),(188,0,0,1),(189,0,0,1),(190,0,0,1),(191,0,0,1),(192,0,0,1),(243,0,0,1),(245,0,0,1),(247,0,0,1),(248,0,0,1),(293,0,0,1),(294,0,0,1),(295,0,0,1),(298,0,0,1),(299,0,0,1),(300,0,0,1),(301,0,0,1),(302,0,0,1),(303,0,0,1),(304,0,0,1),(305,0,0,1),(306,0,0,1),(307,0,0,1),(308,0,0,1),(309,0,0,1),(310,0,0,1),(312,0,0,1),(313,0,0,1),(314,0,0,1),(315,0,0,1),(317,0,0,1),(318,0,0,1),(319,0,0,1),(320,0,0,1),(321,0,0,1),(322,0,0,1),(323,0,0,1),(324,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (3,479,25,'category','2021-03-04 07:13:33','2022-09-28 04:24:31',1),(4,485,27,'category','2021-03-07 13:05:35','2021-03-19 16:09:19',1),(5,490,36,'category','2021-03-09 03:36:23','2021-03-19 16:06:33',1),(6,512,29,'category','2021-03-13 06:04:44','2021-03-19 17:33:18',1),(7,547,29,'category','2021-03-25 05:56:30','2022-09-28 04:24:31',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=456 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (341,'https://vimeo.com/lloydluna',273,0,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(340,'https://vimeo.com/180576801',273,0,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(343,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup.png',359,362,'internal',26,79,NULL,NULL,NULL,NULL,NULL),(357,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines.jpg',394,401,'internal',13,51,NULL,NULL,NULL,NULL,NULL),(356,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines.jpg',394,400,'internal',13,52,NULL,NULL,NULL,NULL,NULL),(354,'http://www.pochologonzales.com/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(355,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales.jpg',394,399,'internal',13,53,NULL,NULL,NULL,NULL,NULL),(352,'http://www.gonegosyo.net/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(353,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker.jpg',394,398,'internal',13,54,NULL,NULL,NULL,NULL,NULL),(350,'http://www.stepback.xyz/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(351,'http://www.lloydluna.com/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(349,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo.png',394,396,'internal',13,14,NULL,NULL,NULL,NULL,NULL),(347,'http://www.globalspeakersfederation.net/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(348,'http://www.paps.ph/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(346,'http://www.leadershipspeakerphilippines.com/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(345,'http://www.gss2018.com/',394,0,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(188,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-300x300.png',420,420,'image-in',67,67,1500,1500,209395,NULL,NULL),(189,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-300x300.png',420,420,'image-in',67,67,1500,1500,209395,NULL,NULL),(221,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-298x300.png',427,427,'image-in',74,74,1343,1334,61294,NULL,NULL),(226,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Fav-Icon-298x300.png',428,428,'image-in',75,75,515,512,13609,NULL,NULL),(227,'https://thespeechcamp.com/wp-content/uploads/2021/03/cropped-PSI-Logo-Fav-Icon.png',429,429,'image-in',76,76,0,0,14130,NULL,NULL),(237,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-300x300.png',436,436,'image-in',97,97,1500,1500,88224,NULL,NULL),(427,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1.png',435,477,'internal',96,130,NULL,NULL,NULL,NULL,NULL),(426,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png',435,507,'internal',96,167,NULL,NULL,NULL,NULL,NULL),(250,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-225x300.png',441,441,'image-in',99,99,2400,1800,1352987,NULL,NULL),(429,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-768x1024.png',435,477,'image-in',96,130,2400,1800,1541804,NULL,NULL),(428,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-300x300.png',435,507,'image-in',96,167,1500,1500,86309,NULL,NULL),(264,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Logo-White-small.png',449,449,'image-in',105,105,0,0,26913,NULL,NULL),(452,'https://thespeechcamp.com/wp-content/uploads/2018/01/lloyd-luna-motivational-speaker-1.png',2,158,'image-in',6,110,618,643,691194,NULL,NULL),(289,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Batch-1-candidates-poster-1-225x300.png',477,477,'image-in',130,130,2400,1800,1541804,NULL,NULL),(319,'https://thespeechcamp.com/wp-content/uploads/2018/01/public-speaking-book-philippines-storefront-300x300.png',296,296,'image-in',145,145,720,720,199646,NULL,NULL),(324,'https://thespeechcamp.com/wp-content/uploads/2021/03/PSI-Logo-Icon-Blue-Environment-298x300.png',498,498,'image-in',161,161,1343,1334,1913809,NULL,NULL),(410,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker-225x300.jpg',512,543,'image-in',170,242,960,720,72431,NULL,NULL),(338,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1.png',525,507,'internal',180,167,NULL,NULL,NULL,NULL,NULL),(339,'https://thespeechcamp.com/wp-content/uploads/2021/03/CPS-Framework-for-brochure-1-1024x1024.png',525,507,'image-in',180,167,1500,1500,86309,NULL,NULL),(342,'https://vimeo.com',273,0,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(344,'https://thespeechcamp.com/wp-content/uploads/2018/07/Many-Faces-of-Productivity-Book-Full-Mockup-300x222.png',359,362,'image-in',26,79,1334,1800,1963109,NULL,NULL),(358,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines.jpg',394,402,'internal',13,50,NULL,NULL,NULL,NULL,NULL),(359,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan.jpg',394,403,'internal',13,49,NULL,NULL,NULL,NULL,NULL),(360,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com.png',394,404,'internal',13,48,NULL,NULL,NULL,NULL,NULL),(361,'https://thespeechcamp.com/wp-content/uploads/2019/10/Asian-Leadership-Speaker-Philippines-Lloyd-Luna-Photo-218x300.png',394,396,'image-in',13,14,1231,896,1407947,NULL,NULL),(362,'https://thespeechcamp.com/wp-content/uploads/2019/10/al-ian-barcelonal-motivational-speaker-300x300.jpg',394,398,'image-in',13,54,480,480,27550,NULL,NULL),(363,'https://thespeechcamp.com/wp-content/uploads/2019/10/Pocholo-The-VoiceMaster-Gonzales-200x300.jpg',394,399,'image-in',13,53,640,427,59612,NULL,NULL),(364,'https://thespeechcamp.com/wp-content/uploads/2019/10/jesse-rebustillo-speaker-philippines-259x300.jpg',394,400,'image-in',13,52,512,442,54431,NULL,NULL),(365,'https://thespeechcamp.com/wp-content/uploads/2019/10/joey-garcia-leadership-speaker-philippines-300x300.jpg',394,401,'image-in',13,51,1125,1125,95133,NULL,NULL),(366,'https://thespeechcamp.com/wp-content/uploads/2019/10/Toni-Miranda-Leadership-Speaker-Philippines-200x300.jpg',394,402,'image-in',13,50,675,450,29621,NULL,NULL),(367,'https://thespeechcamp.com/wp-content/uploads/2019/10/leadership-speaker-philippines-meg-marzan-300x300.jpg',394,403,'image-in',13,49,1000,1000,90156,NULL,NULL),(368,'https://thespeechcamp.com/wp-content/uploads/2019/10/rene-espinosa-powermax-negosentro-com-300x281.png',394,404,'image-in',13,48,316,337,118031,NULL,NULL),(408,'https://thespeechcamp.com/the-luna-public-speaking-framework/',512,525,'internal',170,180,NULL,NULL,NULL,NULL,NULL),(409,'https://thepublicspeakinginstitute.com/',512,0,'external',170,NULL,NULL,NULL,NULL,NULL,NULL),(406,'https://www.thepublicspeakinginstitute.com',512,0,'external',170,NULL,NULL,NULL,NULL,NULL,NULL),(407,'https://thespeechcamp.com/wp-content/uploads/2021/03/public-speaking-training-philippines-speaker.jpg',512,543,'internal',170,242,NULL,NULL,NULL,NULL,NULL),(444,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1-300x188.png',547,548,'image-in',245,246,750,1200,1053198,NULL,NULL),(440,'https://thespeechcamp.com/wp-content/uploads/2021/03/Lloyd-Luna-founder-of-stepback-leadership-1200x750-1.png',547,548,'internal',245,246,NULL,NULL,NULL,NULL,NULL),(441,'https://www.leadershipspeaker.ph/lloydluna/',547,0,'external',245,NULL,NULL,NULL,NULL,NULL,NULL),(442,'https://thespeechcamp.com/the-luna-public-speaking-framework/',547,525,'internal',245,180,NULL,NULL,NULL,NULL,NULL),(443,'https://thespeechcamp.com/certified-public-speaker-certification/',547,435,'internal',245,96,NULL,NULL,NULL,NULL,NULL),(451,'https://thelunagroup.net',2,0,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(449,'https://manilatimes.net',2,0,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(450,'https://paps.ph',2,0,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(453,'https://thepublicspeakinginstitute.com',25,0,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(454,'https://thespeechcamp.com/the-public-speaking-institute/',25,479,'internal',7,131,NULL,NULL,NULL,NULL,NULL),(455,'https://thespeechcamp.com/filipino-speech-coach-philippines/',25,547,'internal',7,245,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (172,0,0),(227,0,0),(3,0,0),(230,0,0),(232,0,0),(234,0,0),(175,0,0),(128,0,0),(240,0,0),(242,0,0),(244,0,0),(250,0,0),(252,0,0),(253,0,0),(261,0,0),(267,0,0),(270,0,0),(273,0,0),(277,0,0),(284,0,0),(302,0,0),(303,0,0),(304,0,0),(305,0,0),(306,0,0),(313,0,0),(321,0,0),(181,0,0),(287,0,0),(314,0,0),(323,0,0),(326,0,0),(332,0,0),(5,0,0),(6,0,0),(7,0,0),(8,0,0),(13,0,0),(15,0,0),(16,0,0),(18,0,0),(19,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(24,0,0),(27,0,0),(28,0,0),(29,0,0),(30,0,0),(32,0,0),(33,0,0),(35,0,0),(36,0,0),(37,0,0),(42,0,0),(43,0,0),(44,0,0),(45,0,0),(46,0,0),(47,0,0),(48,0,0),(49,0,0),(50,0,0),(51,0,0),(52,0,0),(53,0,0),(54,0,0),(55,0,0),(56,0,0),(57,0,0),(58,0,0),(59,0,0),(60,0,0),(61,0,0),(62,0,0),(63,0,0),(64,0,0),(65,0,0),(66,0,0),(67,0,0),(69,0,0),(70,0,0),(71,0,0),(72,0,0),(73,0,0),(74,0,0),(75,0,0),(76,0,0),(78,0,0),(79,0,0),(85,0,0),(81,0,0),(83,0,0),(87,0,0),(89,0,0),(91,0,0),(93,0,0),(95,0,0),(96,0,0),(99,0,0),(101,0,0),(102,0,0),(104,0,0),(106,0,0),(108,0,0),(110,0,0),(112,0,0),(114,0,0),(115,0,0),(118,0,0),(119,0,0),(121,0,0),(123,0,0),(124,0,0),(125,0,0),(126,0,0),(127,0,0),(133,0,0),(138,0,0),(139,0,0),(140,0,0),(141,0,0),(142,0,0),(143,0,0),(144,0,0),(145,0,0),(146,0,0),(148,0,0),(149,0,0),(150,0,0),(151,0,0),(152,0,0),(155,0,0),(156,0,0),(157,0,0),(162,0,0),(163,0,0),(164,0,0),(165,0,0),(166,0,0),(167,0,0),(169,0,0),(171,0,0),(174,0,0),(177,0,0),(178,0,0),(179,0,0),(184,0,0),(185,0,0),(186,0,0),(187,0,0),(188,0,0),(189,0,0),(190,0,0),(191,0,0),(192,0,0),(196,0,0),(198,0,0),(200,0,0),(202,0,0),(203,0,0),(204,0,0),(205,0,0),(206,0,0),(207,0,0),(209,0,0),(210,0,0),(211,0,0),(214,0,0),(215,0,0),(216,0,0),(217,0,0),(218,0,0),(219,0,0),(220,0,0),(221,0,0),(222,0,0),(223,0,0),(224,0,0),(225,0,0),(173,0,0),(226,0,0),(197,0,0),(195,0,0),(229,0,0),(247,0,0),(241,0,0),(243,0,0),(245,0,0),(249,0,0),(251,0,0),(254,0,0),(264,0,0),(265,0,0),(299,0,0),(300,0,0),(301,0,0),(307,0,0),(308,0,0),(309,0,0),(310,0,0),(311,0,0),(312,0,0),(315,0,0),(316,0,0),(317,0,0),(318,0,0),(319,0,0),(320,0,0),(324,0,0),(325,0,0),(1,0,0),(337,1,0),(328,0,0),(330,0,0),(331,0,0),(336,0,0),(344,0,0),(348,1,0),(2,0,0),(353,0,0),(334,0,0),(335,0,0),(257,0,0),(255,0,0),(260,0,0),(258,0,0),(259,0,0),(193,0,0),(194,0,0),(345,0,0),(346,0,0),(347,0,0),(341,0,0),(342,0,0),(343,0,0),(354,0,0),(356,0,0),(359,1,0),(130,0,0),(131,0,0),(132,0,0),(137,0,0),(358,0,0),(366,0,0),(367,0,0),(376,0,0),(377,0,0),(378,0,0),(387,0,0),(394,8,0),(379,0,0),(406,0,0),(380,0,0),(381,0,0),(382,0,0),(383,0,0),(384,0,0),(385,0,0),(386,0,0),(388,0,0),(390,0,0),(393,0,0),(407,0,0),(408,0,0),(409,0,0),(412,0,0),(411,0,0),(410,0,0),(413,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2022-09-29 13:18:43
