0byt3m1n1
Path:
/
data
/
17
/
1
/
141
/
104
/
1630104
/
meta
/
1757102
/
mysql.backup
/
[
Home
]
File: 1_02bca42_1.mysqlcluster20.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster20 Database: 1_02bca42_1 -- ------------------------------------------------------ -- Server version 5.6.41-84.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; /*!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_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=662 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','http://uskyokushin.com/wordpress2','yes'),(2,'home','http://uskyokushin.com/wordpress2','yes'),(3,'blogname','US Kyokushin - IFK','yes'),(4,'blogdescription','USA IFK Official Site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wtr6@cornell.edu','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:228:{s:11:\"services/?$\";s:28:\"index.php?post_type=services\";s:41:\"services/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=services&feed=$matches[1]\";s:36:\"services/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=services&feed=$matches[1]\";s:28:\"services/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=services&paged=$matches[1]\";s:12:\"employees/?$\";s:29:\"index.php?post_type=employees\";s:42:\"employees/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=employees&feed=$matches[1]\";s:37:\"employees/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=employees&feed=$matches[1]\";s:29:\"employees/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=employees&paged=$matches[1]\";s:15:\"testimonials/?$\";s:32:\"index.php?post_type=testimonials\";s:45:\"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:40:\"testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:32:\"testimonials/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=testimonials&paged=$matches[1]\";s:10:\"clients/?$\";s:27:\"index.php?post_type=clients\";s:40:\"clients/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:35:\"clients/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:27:\"clients/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=clients&paged=$matches[1]\";s:11:\"projects/?$\";s:28:\"index.php?post_type=projects\";s:41:\"projects/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=projects&feed=$matches[1]\";s:36:\"projects/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=projects&feed=$matches[1]\";s:28:\"projects/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=projects&paged=$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:16:\"custom-css-js/?$\";s:33:\"index.php?post_type=custom-css-js\";s:46:\"custom-css-js/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:41:\"custom-css-js/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:33:\"custom-css-js/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=custom-css-js&paged=$matches[1]\";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:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:49:\"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:44:\"services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"employees/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"employees/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"employees/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"employees/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"employees/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"employees/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"employees/([^/]+)/embed/?$\";s:42:\"index.php?employees=$matches[1]&embed=true\";s:30:\"employees/([^/]+)/trackback/?$\";s:36:\"index.php?employees=$matches[1]&tb=1\";s:50:\"employees/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?employees=$matches[1]&feed=$matches[2]\";s:45:\"employees/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?employees=$matches[1]&feed=$matches[2]\";s:38:\"employees/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?employees=$matches[1]&paged=$matches[2]\";s:45:\"employees/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?employees=$matches[1]&cpage=$matches[2]\";s:34:\"employees/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?employees=$matches[1]&page=$matches[2]\";s:26:\"employees/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"employees/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"employees/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"employees/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"employees/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"employees/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"clients/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"clients/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"clients/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"clients/([^/]+)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:28:\"clients/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:48:\"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:43:\"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:43:\"clients/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:32:\"clients/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:24:\"clients/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"clients/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"clients/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"projects/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"projects/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"projects/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"projects/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"projects/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"projects/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"projects/([^/]+)/embed/?$\";s:41:\"index.php?projects=$matches[1]&embed=true\";s:29:\"projects/([^/]+)/trackback/?$\";s:35:\"index.php?projects=$matches[1]&tb=1\";s:49:\"projects/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?projects=$matches[1]&feed=$matches[2]\";s:44:\"projects/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?projects=$matches[1]&feed=$matches[2]\";s:37:\"projects/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?projects=$matches[1]&paged=$matches[2]\";s:44:\"projects/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?projects=$matches[1]&cpage=$matches[2]\";s:33:\"projects/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?projects=$matches[1]&page=$matches[2]\";s:25:\"projects/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"projects/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"projects/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"projects/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"projects/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"projects/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"custom-css-js/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"custom-css-js/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"custom-css-js/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"custom-css-js/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"custom-css-js/([^/]+)/embed/?$\";s:61:\"index.php?post_type=custom-css-js&name=$matches[1]&embed=true\";s:34:\"custom-css-js/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=custom-css-js&name=$matches[1]&tb=1\";s:54:\"custom-css-js/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:49:\"custom-css-js/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:42:\"custom-css-js/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&paged=$matches[2]\";s:49:\"custom-css-js/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&cpage=$matches[2]\";s:38:\"custom-css-js/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&page=$matches[2]\";s:30:\"custom-css-js/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"custom-css-js/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"custom-css-js/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"custom-css-js/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:40:\"index.php?&page_id=147&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:31:\"custom-css-js/custom-css-js.php\";i:2;s:41:\"custom-menu-wizard/custom-menu-wizard.php\";i:3;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:4;s:33:\"sydney-toolbox/sydney-toolbox.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','-4','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','sydney','yes'),(41,'stylesheet','sydney','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:5:{i:2;a:2:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:200:\"<p><strong>Address</strong><br />123 Main Street<br />New York, NY 10001</p><p><strong>Hours</strong><br />Monday—Friday: 9:00AM–5:00PM<br />Saturday & Sunday: 11:00AM–3:00PM</p>\";}i:3;a:2:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";}i:4;a:2:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:200:\"<p><strong>Address</strong><br />123 Main Street<br />New York, NY 10001</p><p><strong>Hours</strong><br />Monday—Friday: 9:00AM–5:00PM<br />Saturday & Sunday: 11:00AM–3:00PM</p>\";}i:5;a:2:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','147','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','22','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{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:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:15:\"css_js_designer\";a:2:{s:4:\"name\";s:12:\"Web Designer\";s:12:\"capabilities\";a:46:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:27:\"siteorigin-panels-builder-2\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:18:\"orphaned_widgets_1\";N;s:18:\"orphaned_widgets_2\";N;s:18:\"orphaned_widgets_3\";N;s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:4:{i:1521084070;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1521117179;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1521121422;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:7:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:3;s:6:\"social\";i:0;}s:11:\"custom_logo\";i:27;s:11:\"colorscheme\";s:5:\"light\";s:12:\"header_image\";s:74:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:28;s:3:\"url\";s:74:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012.jpg\";s:13:\"thumbnail_url\";s:74:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:450;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1498758435;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:27:\"siteorigin-panels-builder-2\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:18:\"orphaned_widgets_1\";N;s:18:\"orphaned_widgets_2\";N;s:18:\"orphaned_widgets_3\";N;}}}','yes'),(117,'_site_transient_timeout_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','1496233984','no'),(118,'_site_transient_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"wtr6@cornell.edu\";s:7:\"version\";s:5:\"4.8.5\";s:9:\"timestamp\";i:1521053812;}','no'),(137,'can_compress_scripts','0','no'),(147,'theme_mods_twentysixteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(151,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(155,'recently_activated','a:0:{}','yes'),(156,'_site_transient_timeout_browser_3761e5c4733742374ba4795bb2ae7f72','1496243937','no'),(157,'_site_transient_browser_3761e5c4733742374ba4795bb2ae7f72','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"47.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(162,'theme_mods_twentyfifteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(164,'_transient_twentyfifteen_categories','1','yes'),(169,'_site_transient_timeout_wporg_theme_feature_list','1495660684','no'),(170,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(174,'current_theme','Sydney','yes'),(175,'theme_mods_d5-socialia','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1495645332;s:4:\"data\";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:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;s:9:\"sidebar-6\";N;}}}','yes'),(176,'theme_switched','','yes'),(180,'theme_switched_via_customizer','','yes'),(181,'customize_stashed_theme_mods','a:1:{s:11:\"d5-socialia\";a:2:{s:12:\"header_image\";a:3:{s:5:\"value\";s:75:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_140s.jpg\";s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;}s:17:\"header_image_data\";a:3:{s:5:\"value\";a:6:{s:3:\"url\";s:75:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_140s.jpg\";s:13:\"thumbnail_url\";s:75:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_140s.jpg\";s:9:\"timestamp\";d:1495644752698;s:13:\"attachment_id\";i:21;s:5:\"width\";i:100;s:6:\"height\";i:75;}s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;}}}','no'),(184,'_site_transient_timeout_browser_7db88bdd0598ce96959e22309ec6d8fc','1496252859','no'),(185,'_site_transient_browser_7db88bdd0598ce96959e22309ec6d8fc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"58.0.3029.81\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(196,'WPLANG','','yes'),(203,'theme_mods_sydney','a:15:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:3:\"top\";i:2;s:6:\"social\";i:0;s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"site_header_type\";s:7:\"nothing\";s:12:\"slider_speed\";i:5000;s:16:\"textslider_slide\";i:1;s:14:\"slider_image_1\";s:72:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/map_ifk.gif\";s:14:\"slider_title_1\";s:27:\"Welcome to US Kyokushin IFK\";s:14:\"slider_image_2\";s:74:\"http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_040.jpg\";s:11:\"blog_layout\";s:9:\"fullwidth\";s:16:\"background_color\";s:6:\"4c4cdb\";s:14:\"header_bg_size\";s:5:\"cover\";s:12:\"hide_overlay\";i:1;s:16:\"index_feat_image\";i:1;s:15:\"post_feat_image\";i:1;}','yes'),(207,'siteorigin_panels_settings','a:24:{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:0;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:0;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;s:13:\"cache-content\";b:0;}','yes'),(208,'siteorigin_panels_initial_version','2.5.3','no'),(209,'siteorigin_panels_active_version','2.5.7','yes'),(211,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(213,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(215,'widget_siteorigin-panels-builder','a:2:{i:2;a:2:{s:11:\"panels_data\";N;s:10:\"builder_id\";s:13:\"594d652082a27\";}s:12:\"_multiwidget\";i:1;}','yes'),(217,'widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(219,'widget_fp_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(221,'_site_transient_timeout_popular_importers_68a823dbe0ccc162ec07ab5b3cf179fd','1495824782','no'),(222,'_site_transient_popular_importers_68a823dbe0ccc162ec07ab5b3cf179fd','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),(223,'widget_sydney_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(224,'widget_sydney_video_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(225,'widget_sydney_action','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(226,'widget_sydney_clients','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_sydney_employees','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(228,'widget_sydney_facts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_sydney_latest_news','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_sydney_portfolio','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_sydney_services_type_a','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(232,'widget_sydney_services_type_b','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(233,'widget_sydney_skills','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(234,'widget_sydney_testimonials','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(243,'_site_transient_timeout_browser_f505f82eb152d80ad69f93d7589d8a04','1496314985','no'),(244,'_site_transient_browser_f505f82eb152d80ad69f93d7589d8a04','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(272,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1495726865','no'),(273,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4338;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2478;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2349;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2089;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1820;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1578;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1556;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1430;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1332;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1322;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1313;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1266;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1261;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1101;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1040;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1037;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:983;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:923;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:812;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:790;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:785;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:762;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:760;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:665;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:655;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:652;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:644;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:643;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:634;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:620;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:598;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:590;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:590;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:574;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:572;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:570;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:566;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:554;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:546;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:538;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:528;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:520;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:518;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:503;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:496;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:488;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:488;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:464;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:462;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:460;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:456;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:439;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:433;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:432;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:431;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:426;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:410;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:409;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:404;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:401;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:399;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:395;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:393;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:393;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:376;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:376;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:365;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:361;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:349;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:331;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:329;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:322;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:317;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:316;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:310;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:295;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:293;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:291;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:290;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:286;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:285;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:284;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:280;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:278;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:277;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:273;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:270;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:267;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:266;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:262;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:262;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:261;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:260;}}','no'),(279,'ccj__activation_time','1498474760','yes'),(280,'ccj__version','3.3','yes'),(282,'custom-css-js-tree','a:1:{s:28:\"frontend-css-header-internal\";a:1:{i:0;s:7:\"104.css\";}}','yes'),(320,'category_children','a:0:{}','yes'),(327,'_site_transient_timeout_browser_f53a3766318df1e5982a00fe36451d15','1498835012','no'),(328,'_site_transient_browser_f53a3766318df1e5982a00fe36451d15','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(337,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1498273418','no'),(338,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:49:\"\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:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s: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:57:\"Plugins extend and expand the functionality 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jun 2017 14:51: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:\"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=4.9-alpha-40922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2007 12:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Takayuki Miyoshi\";s: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:5025:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</li>\n</ul>\n<h4>4.7</h4>\n<ul>\n<li>Added REST API custom endpoints to manipulate contact form data.</li>\n<li>Config Validator: Added test items for field names and attachment file paths.</li>\n<li>Added custom DOM events: <code>wpcf7invalid</code>, <code>wpcf7spam</code>, <code>wpcf7mailsent</code>, <code>wpcf7mailfailed</code> and <code>wpcf7submit</code>.</li>\n<li>New action hook: <code>wpcf7_after_flamingo</code>.</li>\n<li>Added <code>size</code> option to <code>select</code> and <code>select*</code> form-tag types.</li>\n<li>Made it possible to use the 3rd parameter of <code>wpcf7_add_form_tag()</code> to specify “features” of the form-tag type.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/contact-form-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:1;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/akismet/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Oct 2005 08:57: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";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:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18320:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3.2</h4>\n<p><em>Release Date – 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date – 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/akismet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:2;a:6:{s:4:\"data\";s:30:\"\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:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2010 20:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Joost de Valk\";s: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:12921:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin alsgruo allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>4.9.0</h4>\n<p>Release Date: June 7th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where there were certain assessments missing when switching to cornerstone content.</li>\n<li>Fixes a bug where the configuration wizard button was visible for users who didn’t have enough rights to access the configuration wizard.</li>\n<li>Fixes a bug where the column <code>ID</code> was ambiguous, causing an SQL error.</li>\n<li>Fixes a bug where the category URL in the sitemap was encoded twice.</li>\n<li>Fixes a bug where an old upgrade notice is not removed.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Removes the noodp advanced robots meta value as it is no longer used.</li>\n<li>Loads the translations only when the configuration wizard endpoint is called, instead of every time <code>rest_api_init</code> is called.</li>\n</ul>\n</li>\n</ul>\n<h4>4.8.0</h4>\n<p>Release Date: May 23rd, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where the tabs in the social and advanced metabox section are gone when keyword analysis has been disabled.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Optimizes the way the cornerstone flag is saved.</li>\n<li>Analyzes the content using cornerstone assessors when a post or page is cornerstone content.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/jetpack/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13334:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.0</h4>\n<ul>\n<li>Release date: June 6th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-5hK</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Several changes to the Jetpack dashboard and notices: alignment tweaks, code refactor, text simplification, and more.</li>\n<li>Changes to the communication layer between your site and WordPress.com, to improve performance and allow you to do more to manage your site from WordPress.com.</li>\n<li>Social menu gets icons for Etsy, Meetup, 500px, and Goodreads.</li>\n<li>Jetpack data sync now better supports WordPress updates, themes changes, widgets, and multisite networks.</li>\n<li>Video is updated to be fully compatible with the upcoming Media Widget.</li>\n<li>Force secure WordPress.com API requests for request body, remove deprecated stats methods, and add new endpoints for post listing and user invitations.</li>\n<li>Jetpack’s Command Line tools can now output information about the primary Jetpack site owner. Try <code>wp jetpack status</code>!</li>\n<li>Custom CSS now supports the <code>animation-fill-mode</code>, <code>fill</code>, and <code>stroke</code> properties.</li>\n<li>Remove the “Menus” item from the WordPress.com toolbar for parity with the toolbar on WordPress.com.</li>\n<li>Improve the display of the Omnisearch results page on sites using an RTL language.</li>\n<li>Trim any white space when adding new email address in the Contact Info Widget.</li>\n<li>Improve the look of your recipes in search engine result pages, when you use the Recipe shortcode.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Improve the connection process for end users and hosts.</li>\n<li>Improve compatibility of Jetpack data sync with WooCommerce and Pet Manager plugins.</li>\n<li>Make sure Jetpack’s SEO Tools don’t conflict with other SEO plugins that may already be active on the site, like Yoast SEO or All In One SEO Pack.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Add a “Set Up” button when a Personal plan is purchased, but VaultPress isn’t active yet.</li>\n<li>When the Ads feature is active, do not display Ads in RSS feeds.</li>\n<li>Comments do not use Photon for Facebook and Twitter avatars and now avoid non-secure warnings when submitting comments on a HTTP site in Safari.</li>\n<li>Contact form emails are now sent in a way that ensures they are correctly rendered as HTML.</li>\n<li>Properly print the full list of modules when using the sync command in Jetpack’s Command Line Interface (CLI).</li>\n<li>Avoid errors when reordering a lot of Restaurant menu items at once.</li>\n<li>Add a mechanism to detect broken connection states and resolve them.</li>\n<li>Autosaves can now be restored as Markdown.</li>\n<li>Photon no longer conflicts with Facebook’s CDN, local images, and plugins that customize reponsive images.</li>\n<li>Avoid potential PHP notice in Publicize.</li>\n<li>Fix bad jQuery selector in Presentations shortcode.</li>\n<li>Avoid fatal errors for Social Links on sites running PHP 7.1.</li>\n<li>Properly escape button attribute in spellchecker.</li>\n<li>Avoid PHP notices for stats on some sites when user roles are not attributed properly.</li>\n<li>No longer attempt to sync options that do not exist and avoid fatal errors when de/activating plugins.</li>\n<li>Avoid errors when Social Menu functions have already been defined in the theme or in another plugin.</li>\n<li>VideoPress media items now always return their unique ID, and do not trigger any PHP notice.</li>\n<li>Fix style of the EU Cookie Law Widget on themes with specific positioning.</li>\n<li>Use correct time constant to define an hour in Upcoming Events Widget.</li>\n<li>Avoid HTML encoding issues in sitemaps.</li>\n</ul>\n<h4>4.9</h4>\n<ul>\n<li>Release date: May 2nd, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4Rl</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>New “EU Cookie Law Banner”, Flickr, and “Internet Defense League” widgets.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements</strong></p>\n<ul>\n<li>Success notices are automatically dismissed after a short period.</li>\n<li>Removed unused code from “My Jetpack” interface and deprecated an XML-RPC method.</li>\n<li>Contact Form now adds display names to email addresses in the <code>To</code> header.</li>\n<li>Updated multiple unit tests to increase code coverage.</li>\n<li>Development mode now also shows module list.</li>\n<li>Updated the list of locales available in Jetpack.</li>\n<li>Plugin auto-updates only triggered from WordPress.com and now trigger WordPress’ maintenance mode.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Record comment content modifications and moderation events to make sure comments are always up to date on WordPress.com.</li>\n<li>Sync post deletions, changes to sidebar, user events (addition, removal, and update) and theme installation.</li>\n<li>We now distinguish between a new and an updated attachment.</li>\n<li>Sync plugin and theme names when a related event is triggered including theme updates.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Protect avoid conflicts with other plugins hooking into the log in form.</li>\n<li>Contact Form not auto-activated when Ninja Forms is active.</li>\n<li>WordPess.com REST API now allows <code>HTTP PUT</code> requests.</li>\n<li>Ensure that Jetpack’s Image Widget is fully compatible with the Media Widget soon to be available in WordPress 4.8.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed wording in Post By Email button when no email address has been generated.</li>\n<li>Fixed a notice in the subscription widget in PHP 7.1</li>\n<li>Properly display VaultPress notices in the Jetpack dashboard.</li>\n<li>VideoPress now included in search results for “video” and fixed positioning of search icon on mobile screens.</li>\n<li>Protect supports IPv6 addresses properly.</li>\n<li>Dashboard avoids API requests being cached on some hosts and avoids errors when Spellchecker is inactive.</li>\n<li>Contact Form message content type is now set properly to restore compatibility with email plugins.</li>\n<li>Ads not displayed in the portfolio projects custom content type.</li>\n<li>Display all sites available in a network, even on large multisite installations.</li>\n<li>Featured Image is always used in tweets posted via Publicize.</li>\n<li>Avoid fatal errors when the exclusion parameter in Related Posts is not a string.</li>\n<li>Allow the removal of all custom title settings in the SEO feature.</li>\n<li>Make sure images are not distorted when Tiled Galleries uses Photon.</li>\n<li>Avoid PHP warnings and errors in the Stats dashboard on Multisite.</li>\n<li>Avoid errors when the Jetpack plugin is deleted.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/wordpress-importer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2010 18:48: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Brian Colinger\";s: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:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s: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:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2011 15:32: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s: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:42281:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.0.9 – 2017-06-22</h4>\n<ul>\n<li>Fix – Exclude sale products from category checks if coupon is not valid for sale products in coupon class.</li>\n<li>Fix – Fix missing states in state field when selected country differs from checkout data. Required template modification.</li>\n<li>Fix – Updated <code>woocommerce_email_actions</code> to send email when order status changes from processing to cancelled.</li>\n<li>Fix – Fix undefined variables in terms and legacy order API endpoints.</li>\n<li>Fix – Correctly update variation outofstock term on save.</li>\n<li>Fix – Add a nonce and confirmation message for logging out via the customer my account page.</li>\n<li>Fix – Allow setting grouped_products via the API.</li>\n<li>Fix – Prevent edge case errors in <code>wc_get_product_term_ids</code>.</li>\n<li>Fix – Remove extra escaping to fix saving of special characters in attribute terms.</li>\n<li>Fix – Stricter shipping method matching in COD to prevent conflicts.</li>\n<li>Fix – Recalculate totals after local pickup selection so taxes are recalculated.</li>\n<li>Fix – Add missing nonce to product sales report.</li>\n<li>Fix – Fix webhook save actions and ping the URL to test only once.</li>\n<li>Fix – Fix issue with CLI IDs which overlap with actual data.</li>\n<li>Fix – Normalise emails in coupons so lower/upper case is ignored.</li>\n<li>Fix – Added background color to <code>x</code> button in product gallery edit box.</li>\n<li>Dev – Renamed <code>woocommerce_credit_card_type_labels</code> filter from <code>wocommerce_credit_card_type_labels</code>.</li>\n</ul>\n<h4>3.0.8 – 2017-06-06</h4>\n<ul>\n<li>Fix – Include multi-dimensional array support in oAuth1.0.</li>\n<li>Fix – Stock/backorder notice when stock management is disabled.</li>\n<li>Fix – Handle shipping item taxes if set to avoid the legacy fallback.</li>\n<li>Fix – Variations should inherit purchase_note from parent.</li>\n<li>Fix – Check if subtotal is blank, not empty, before setting for order items.</li>\n<li>Fix – Cancelled email should be send for processing orders, not pending.</li>\n<li>Fix – Missing variable in legacy API.</li>\n<li>Fix – Correct price query when on a post type archive.</li>\n<li>Fix – Missing $ip Variable in geolocation class.</li>\n<li>Fix – A single multi-word attribute is fine for variation titles.</li>\n<li>Fix – Gallery should be updated even if empty in REST API.</li>\n<li>Fix – Fix saving of text attributes with special chars.</li>\n<li>Fix – Undefined index warning when saving variations with stock management disabled.</li>\n<li>Fix – Use meta id instead of key in WC_Order_Item::offsetGet.</li>\n<li>Fix – Format parent stock qty on read.</li>\n<li>Fix – Hide replies from recent reviews widgets.</li>\n<li>Fix – Use formatted weight and dimensions for variations.</li>\n<li>Fix – Ensure we have child before getting price to fix a notice in grouped products.</li>\n<li>Fix – Fixed unicode characters when saving webhook delivery logs.</li>\n<li>Fix – Avoid deprecated ID in legacy API.</li>\n<li>Fix – Add correct args to woocommerce_shipping_zone_method_deleted and woocommerce_shortcode_products_query hooks.</li>\n<li>Fix – Correctly append cache in product widget.</li>\n<li>Fix – Add ability to invalidate cache by object ID.</li>\n<li>Fix – Notice in structured data class.</li>\n<li>Fix – Only delete if an object has an ID in CRUD to avoid wp_delete_post using global ID.</li>\n<li>Fix – Avoid notices on checkout by ensuring all legacy data is correctly set.</li>\n<li>Fix – Add failed to processing event for the processing email.</li>\n<li>Fix – Store user ID and use that to determine if the session should be loaded or not. Ensures user data is correct and shipping calculator data is stored.</li>\n</ul>\n<h4>3.0.7 – 2017-05-16</h4>\n<ul>\n<li>Fix – Display of grouped product permalinks + names.</li>\n<li>Fix – Ensure <code>wc_get_payment_gateway_by_order</code> has a valid order ID to avoid errors.</li>\n<li>Fix – Ensure <code>get_plugin_updates</code> exists in API.</li>\n<li>Fix – Correctly set rating term after updating product visibility.</li>\n<li>Fix – <code>is_ip_address</code> should be static.</li>\n<li>Fix – Handle clearing for 3, 4, and 5 columns in the product gallery.</li>\n<li>Fix – Some added protection against notices/errors in the assets and variation data-store files.</li>\n<li>Fix – If backorders are enabled, do not make variable products out of stock.</li>\n<li>Fix – Undefined function in <code>class-wc-embed.php</code>.</li>\n<li>Fix – Fix ‘base location’ not being returned via the settings API.</li>\n<li>Fix – When re-filling fields on checkout, only change the empty ones to avoid conflicts with gateway plugins and hidden fields.</li>\n<li>Fix – Make calculate tax function clear taxes if taxes are disabled on recalculation.</li>\n<li>Fix – Update all customer session address fields when updating via checkout.</li>\n<li>Fix – Support customer searches < 3 characters long, but with result limiting.</li>\n</ul>\n<h4>3.0.6 – 2017-05-09</h4>\n<ul>\n<li>Fix – Fixed conflict between global attributes and custom attributes with the same names.</li>\n<li>Fix – Added missing “id” to API for shipping zone methods to support the CLI.</li>\n<li>Fix – Incorrect use of <code>wc_format_price_range</code> in <code>get_price_html_from_to</code>.</li>\n<li>Fix – Clone each meta object when cloning WC_Data object to avoid modifying original meta stdClass objects.</li>\n<li>Fix – Fix non numeric warning for some order data.</li>\n<li>Fix – Fixed a warning when no customer country is defined for state input.</li>\n<li>Fix – Use term name when reordering so correct data is passed to the new order.</li>\n<li>Fix – Formatting issues in wc_display_item_meta.</li>\n<li>Fix – Check if IP address is valid in IP address detection code.</li>\n<li>Fix – wc_attribute_taxonomy_id_by_name should use wc_sanitize_taxonomy_name to prevent breaking special chars.</li>\n<li>Fix – Correct variable name in order structured data.</li>\n<li>Fix – Prepend new item keys with <code>$items_key</code> to make them unique.</li>\n<li>Fix – Hide offers from structured markup when blank.</li>\n<li>Fix – Fixed “Process to checkout” button color in Twenty seventeen dark theme.</li>\n<li>Fix – Only set reply-to if the email + name is set.</li>\n<li>Fix – Correctly exclude terms in wc_get_related_products.</li>\n<li>Fix – Reset post data prevents grouped products working in shortcodes.</li>\n<li>Fix – Fix min price range comparisons.</li>\n<li>Fix – Properly save order items in legacy REST API.</li>\n<li>Fix – Use correct full size for variation images.</li>\n<li>Fix – Add noscript style for gallery.</li>\n<li>Fix – Fix/duplicate potential stock reduction with paypal.</li>\n<li>Tweak – Improve _wc_term_recount performance.</li>\n<li>Tweak – Improve plugin update detection in system status report to reduce timeouts.</li>\n<li>Tweak – Improve “Save Order” button to reproduce WordPress post/page behavior.</li>\n<li>Tweak – Added zipcode validation for France.</li>\n<li>Dev – Added woocommerce_shop_order_search_results filter.</li>\n</ul>\n<h4>3.0.5 – 2017-04-28</h4>\n<ul>\n<li>Fix – Tooltip display within shipping zone modals.</li>\n<li>Fix – Fix missing title for actions column on mobile.</li>\n<li>Fix – Allow forward slash in telephone field.</li>\n<li>Fix – Sort grouped products by menu order when displaying.</li>\n<li>Fix – Fix term exclusion in term count queries.</li>\n<li>Fix – Filter invalid products before returning them for wc_get_products.</li>\n<li>Fix – Prevent orders being their own parent (causes errors).</li>\n<li>Fix – Correctly migrate legacy shipping taxes data.</li>\n<li>Fix – Make sure the meta data cache is not shared among instances.</li>\n<li>Fix – Correct the stock display notice when a variable product manages stock for it’s children.</li>\n<li>Fix – On multisite, add user to blog during checkout if not a user to prevent errors.</li>\n<li>Fix – Correct sale price date handling with some timezone setups.</li>\n<li>Fix – wc_attribute_taxonomy_id_by_name needs to use lowercase attribute slug to work.</li>\n<li>Fix – Make changes to the buyer’s company name in the shipping section of checkout persist.</li>\n<li>Tweak – Add required placeholder for meta fields in backend.</li>\n<li>Tweak – Don’t strtolower address strings on checkout validation messages.</li>\n<li>REST API – Prevent password change notification when creating a customer.</li>\n<li>REST API – Removed duplicated items returned in shipping and checkout endpoints.</li>\n<li>CLI – Fixed missing shipping zones route.</li>\n<li>Dev – Make get_price_html handling match 2.6 and pass all values through woocommerce_get_price_html filter.</li>\n<li>Dev – Legacy customer class missing get_address / get_address_2 functions.</li>\n<li>Dev – Restored filter <code>woocommerce_checkout_customer_id</code> during checkout validation.</li>\n<li>Dev – Adds missing <code>$this</code> argument for all <code>woocommerce_payment_complete_order_status</code> filters.</li>\n</ul>\n<h4>3.0.4 – 2017-04-20</h4>\n<ul>\n<li>Fix – Variations were not inheriting the product image and shipping class ID.</li>\n<li>Fix – Prevent rating/review counts being duplicated when duplicating products.</li>\n<li>Fix – Fixed gallery navigation between images with long captions.</li>\n<li>Fix – Support transparent PNG in the gallery by setting a background color.</li>\n<li>Fix – Removed name/company from the shipping address Google map links.</li>\n<li>Fix – Fixed the address field sorting script on the checkout.</li>\n<li>Fix – Fixed the upgrade routine for grouped products so that parents are unset.</li>\n<li>Fix – Fixed support for WordPress 4.7 user locale settings.</li>\n<li>Fix – Fixed default option filter for product types in the product meta box.</li>\n<li>Fix – Improved the css in Twenty Seventeen for dark color schemes.</li>\n<li>Fix – Fixed display of refunds in sales report.</li>\n<li>Fix – Updated <code>single-product/add-to-cart/variable.php</code> template version to 3.0.0 since it had changes since 2.6.</li>\n<li>Fix – Fixed warnings when product attribute do not exists.</li>\n<li>Fix – Used a div for comment-form-rating to prevent invalid nested markup.</li>\n<li>Fix – Fixed some logic that checks if order taxes are compound.</li>\n<li>Fix – Fixed SKU checks to only exclude products that are trashed.</li>\n<li>Fix – Fixed display of download permissions in first email sent after checkout.</li>\n<li>Fix – Hidden the backorder notification stock text when notification is disabled.</li>\n<li>Fix – Fixed incorrect stock numbers in low stock emails.</li>\n<li>Tweak – Removed the non-functional order total input box, and combined the recalculation buttons into one working button.</li>\n<li>Tweak – Updated Guided Tour videos.</li>\n<li>Tweak – Updated js-cookie.js to 2.1.4.</li>\n<li>Tweak – Updated schema.org URLs to use HTTPS.</li>\n<li>Tweak – Status report request timeouts.</li>\n<li>REST API – Fixed an issue that prevented deleting a term if errors were thrown during creation.</li>\n<li>REST API – Fixed reports endpoint when querying by date.</li>\n<li>REST API – Fixed ignored order parameters when changing order status.</li>\n<li>Dev – Support guest orders in <code>wc_get_orders</code> function.</li>\n<li>Dev – Fixed downloadable variation filters for download URLs.</li>\n<li>Dev – Added safeguards to prevent infinite loops while saving coupons, products and orders in admin.</li>\n<li>Dev – Added a fallback for <code>queue_transactional_email</code> if background sending is disabled.</li>\n<li>Dev – Added <code>has_shipping_address</code> helper method.</li>\n<li>Dev – Introduced <code>woocommerce_order_item_get_formatted_meta_data</code> filter.</li>\n<li>Dev – Made wc_add_order_item pass correct values to woocommerce_new_order_item.</li>\n<li>Dev – Fixed <code>legacy_posted_data</code> access in checkout class.</li>\n<li>Dev – Fixed undefined property notice in <code>WC_Order_Item::offsetGet</code>.</li>\n<li>Dev – Fixed PHP 7.1 warnings when using non-float values to <code>wc_get_weight()</code>.</li>\n<li>Dev – Fixed incorrect variable name in <code>wc_add_order_item()</code>.</li>\n</ul>\n<h4>3.0.3 – 2017-04-13</h4>\n<ul>\n<li>Fix – Fixed an issue with variation tax-classes when set to ‘parent’. This made taxes apply on top of the tax inclusive price in certain setups.</li>\n<li>Fix – Escaped attribute translations in the <code>cart.php</code> template and bumped the template version to match.</li>\n<li>Fix – Corrected the display of refund dates on the order screen.</li>\n<li>Fix – Fixed the grouped product visibility check in the grouped.php template and bumped the template version to match.</li>\n<li>Fix – Fixed the sale badge display for grouped products.</li>\n<li>Fix – Added the <code>itemReviewed</code> structured data for product reviews to make it validate.</li>\n<li>Fix – Made the <code>get_attribute</code> method work on variation objects.</li>\n<li>Tweak – Turned off the deferred email sending by default which was added in 3.0. Whilst it does improve performance, there were compatibility problems on some servers. It can be enabled with a filter if desired.</li>\n<li>Dev – Added backtrace information to the deprecation messages to help find problem plugins.</li>\n</ul>\n<h4>3.0.2 – 2017-04-12</h4>\n<ul>\n<li>Fix – Removed required states for GP, GF, KW, LB, MQ, RE and YT countries.</li>\n<li>Fix – Made cache in the [products] shortcode respect filters from plugins.</li>\n<li>Fix – Added missing <code>woocommerce_cross_sells_columns</code> filter.</li>\n<li>Fix – Fixed shortcode rendering on the shop page.</li>\n<li>Fix – Fixed incorrect sale dates when bulk editing variations.</li>\n<li>Fix – Fixed calls to wc_reduce_stock_levels in PayPal and Simplify gateways.</li>\n<li>Fix – Exclude “location” meta when reading customer meta data.</li>\n<li>Fix – Updated <code>emails/email-addresses.php</code>, <code>emails/email-order-details.php</code>, <code>content-single-product.php</code>, <code>checkout/form-shipping.php</code>, <code>myaccount/form-add-payment-method.php</code>, <code>myaccount/form-edit-address.php</code>, <code>myaccount/form-lost-password.php</code>, <code>myaccount/form-reset-password.php</code>, <code>myaccount/orders.php</code> and <code>myaccount/view-order.php</code> template version to 3.0.0 since they had changes since 2.6.</li>\n<li>Fix – Fixed default behavior of variation tax classes when originally set to “parent”.</li>\n<li>Fix – When duplicating products, do not copy slug, append “(Copy)” to the product name, correctly copy all meta data, and prevent children of grouped products being duplicated too.</li>\n<li>Fix – Removed duplicated items when outputting cross sells on the cart page.</li>\n<li>Fix – Fixed output of default “add to cart” text of external products in loops.</li>\n<li>Fix – Fixed backwards compatibility of guest checkout rules when being altered by plugins directly.</li>\n<li>Fix – Use correct thumbnail sizes for variation images in the new gallery.</li>\n<li>Fix – Fixed captions on thumbnails and main image in the new gallery.</li>\n<li>Fix – Trigger wc_fragments_loaded after add to cart fragment refresh.</li>\n<li>Fix – Download permissions; Convert dates to timestamp on read so UTC is preserved.</li>\n<li>Fix – Fixed notices under PHP 7.1 when sorting products by name (numeric).</li>\n<li>Fix – Added additional checks to ensure objects are read before using class methods to avoid errors.</li>\n<li>Fix – Removed legacy suggest.js code which was causing JS error on bulk edit.</li>\n<li>Fix – Fixed warnings on the “Lost password” page and when loading a product with invalid attributes.</li>\n<li>Fix – Made background emailer update the queue after a successful send so duplicate mails are less likely.</li>\n<li>Fix – Typo in flexslider_enabled option in new gallery script.</li>\n<li>Fix – woocommerce_notify_low_stock and woocommerce_notify_no_stock options had no effect.</li>\n<li>Tweak – For downloadable files, only validate file type when dealing with relative paths.</li>\n<li>Tweak – Improved automatic variation name generation.</li>\n<li>Dev – Added product visibility terms to system status report to help debug.</li>\n<li>Dev – Introduced <code>woocommerce_admin_order_date_format</code> filter to replace missing <code>post_date_column_time</code>.</li>\n<li>Dev – Introduced <code>woocommerce_update_customer_args</code> filter to prevent updates to user objects if needed.</li>\n<li>REST API – Fixed saving of variations in legacy REST API v3.</li>\n<li>REST API – Fixed backwards compatibility of line_items meta in legacy REST API.</li>\n</ul>\n<h4>3.0.1 – 2017-04-06</h4>\n<ul>\n<li>Fix – Show catalog hidden products within grouped products.</li>\n<li>Fix – Fade in the gallery in if no images are set or it’s custom.</li>\n<li>Fix – Use wc_deprecated_function in WC_Deprecated_Hooks so notices aren’t output in ajax requests.</li>\n<li>Fix – Added back the ability to include extra items to the System Status using the <code>woocommerce_system_status_environment_rows</code> filter.</li>\n<li>Fix – Coupon category restrictions and limits for variations.</li>\n<li>Fix – Allow shortcodes and HTML in variation descriptions like in 2.6.</li>\n<li>Fix – Unset post date when duplicating products.</li>\n<li>Fix – Show a sale price on variable products if on sale and all prices are the same.</li>\n<li>Fix – Corrected download links when a product has multiple downloads.</li>\n<li>Fix – Prevented potential errors if the product type was not posted for any reason on save.</li>\n<li>Fix – Updated <code>single-product/up-sells.php</code>, <code>loop/add-to-cart.php</code>, <code>loop/rating.php</code>, <code>checkout/form-billing.php</code>, and <code>content-product.php</code> template version to 3.0.0.</li>\n<li>Fix – Included clearfixes on billing and shipping field wrappers,</li>\n<li>Fix – Fixed styling of logs table in some languages.</li>\n<li>Fix – Fixed display of variation attributes on old orders.</li>\n<li>Fix – Use placeholder text for external products add to cart button text if left blank.</li>\n<li>Fix – Fallback to home URL if no shop page is set for system status security check for HTTPS.</li>\n<li>Fix – For variations, pull tax status and sold individually from the parent since there is no UI to set this at variation level.</li>\n<li>Fix – Moved cron emails to background processing to avoid multiple sends.</li>\n<li>Fix – Wrapped structured data in a hidden element when added to emails.</li>\n<li>Fix – Missing gateway information in queued emails.</li>\n<li>Fix – Fixed a bug that caused pages to permanently reload if “Default customer location” was set to “Geolocate (with page caching support)”.</li>\n<li>Fix – When forcing shipping to billing, set the shipping fields in the order itself.</li>\n<li>Fix – Check for invalid objects in WC_Register_WP_Admin_Settings.</li>\n<li>Fix – Check for error object in wc_get_object_terms.</li>\n<li>Fix – Removed slashes in shipping meta data on the order edit screen.</li>\n<li>Fix – Prevented permalink rewrites for attributes with missing names.</li>\n<li>Fix – Fixed saving of meta data when multiple extensions use the <code>save_post</code> action.</li>\n<li>Fix – Allow search customers by ID in edit order screen.</li>\n<li>Fix – Prevents session data overwriting customer data on login.</li>\n<li>Fix – Fixed cross-sell column display and variation support.</li>\n<li>Fix – Fixed variable product stock syncing on save.</li>\n<li>Fix – Included try/catch wrapper to prevent issues with Select2.</li>\n<li>Fix – Prevented a bug that deleted all variations when the product type was change from variable to simple.</li>\n<li>Fix – Switched to WPDB to quicker update when syncing titles for variations.</li>\n<li>Fix – Exclude deprecated properties when loading a customer object.</li>\n<li>Fix – Fixed notices while trying to order again.</li>\n<li>Fix – Fixed notices when <code>$wpdb->prefix</code> is empty.</li>\n<li>Fix – Prevent errors when loading a product with an invalid download file types.</li>\n<li>REST API – Fixed missing array declaration in CRUD controller.</li>\n<li>REST API – Removed extra <code>exclude</code>, <code>include</code> and <code>search</code> parameters from taxes endpoint.</li>\n<li>REST API – Fixed variation description formatting.</li>\n<li>REST API – Fixed incorrect attribute check in products endpoint in Legacy REST API.</li>\n<li>REST API – Allow variation image to be unset.</li>\n</ul>\n<h4>3.0.0 – 2017-04-04</h4>\n<ul>\n<li>New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() – wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider</li>\n<li>Made the store notice dismissible on the frontend.</li>\n<li>Variable products no longer show striked out prices in combination with ranges for clarity when on sale.</li>\n<li>Prices no longer display as ‘free’ instead of 0, to fix issues with ranges and localization and for consistency.</li>\n<li>Improved structured product data by using JSON-LD instead of inline Microdata.</li>\n<li>Improved downloads list layout (template file).</li>\n<li>Respect stock status and prevent the “out of stock threshold” setting affecting existing in-stock products.</li>\n<li>Improved handling of shop page rewrite rules to allow subpages.</li>\n<li>Redirect to login after password reset.</li>\n<li>When using authorizations in PayPal Standard, automatically capture funds when the order goes processing/completed.</li>\n<li>On multisite, when a user logs into a store with an account on a site, but not the current site, rather than error, add the user to the current site as a customer.</li>\n<li>Show variable weights/dimensions even when parent values are not set.</li>\n<li>Automatically sort tax rates rather than allow clunky manual sorting.</li>\n<li>When deleting a tax rate class, remove it’s tax rates.</li>\n<li>Made WC_Logger pluggable via wc_get_logger function.</li>\n<li>Use ‘average rating’ post meta for ‘rating’ product sorting option.</li>\n<li>Show better labels in nav menus metabox.</li>\n<li>Sort “Recently Viewed” products by the view order.</li>\n<li>Removed internal scroll from log viewer.</li>\n<li>Add reply-to to admin emails.</li>\n<li>Improved the zone setup flow.</li>\n<li>Made wc_get_wildcard_postcodes return the orignal postcode plus * since wildcards should match empty strings too.</li>\n<li>Use all paid statuses in $customer->get_total_spent().</li>\n<li>Move location of billing email field to work with password managers.</li>\n<li>Option to restrict selling locations by country.</li>\n<li>Added tool to clear orphaned variations in system status.</li>\n<li>Remove checkbox options in system status tools and replace with constants.</li>\n<li>Added security section in system status report.</li>\n<li>Add image_url setting to PayPal Standard.</li>\n<li>Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported).</li>\n<li>Add sort parameter to checkout fields to aid with sorting per locale.</li>\n<li>Merged percent and percent product coupon types (they provide the same discount).</li>\n<li>Prevent payment details being cleared after update_checkout events.</li>\n<li>Performance – Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change.</li>\n<li>Includes product attributes archives links in “Additional Information” tab.</li>\n<li>Select2 has been upgraded to v4.</li>\n<li>Improved logging system for extensions.</li>\n<li>Tax suffix is now hidden on non-taxable products.</li>\n<li>Grouped products are linked from the parent rather than the children. Children can be in more than one group.</li>\n<li>Removed coupon usage link in coupons admin screen.</li>\n<li>Performance – Converted rating filters to visibility terms.</li>\n<li>Performance – Added visibility term for outofstock products to speed those queries up also.</li>\n<li>Performance – Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones.</li>\n<li>Performance – Optimised variable product sync. Upper/lower price meta is no longer stored, just the main prices, if a child has weight, and if a child has dimensions.</li>\n<li>Performance – Removed WP_Query from up-sells.php and related.php and replaced with PHP foreach loop (since we already have the product IDs).</li>\n<li>Performance – Removed the feature where old orders get access to new downloads on product edit. Looping potentially thousands of orders to do this is too much of a performance burden for stores and this can sometimes be unexpected behavior too. This does however updates <em>edited</em> downloads.</li>\n<li>Performance – Removed ‘items’ column on orders screen due to loading excessive data.</li>\n<li>Performance – Deferred email sending for faster checkouts. Now uses CRON.</li>\n<li>API – New Rest API v2 with support for meta_data amongst other things.</li>\n<li>API – Removed last order from customers part of the API due to performance concerns – use orders endpoint instead. Other order data on the endpoint is now transient cached.</li>\n<li>API – Allow oAuth1.0a authentication using headers.</li>\n<li>API – New Shipping Zones endpoints.</li>\n<li>API – New variations endpoints.</li>\n<li>API – New settings endpoints.</li>\n<li>API – Payment gateways and shipping methods endpoints.</li>\n<li>API – Prevented the (broken) ability to manipulate variations directly on the products endpoints.</li>\n<li>CLI – New CLI which uses the REST API endpoints rather than it’s own functions.</li>\n<li>Localization – Improved RTL support.</li>\n<li>Localization – Added a language independent permalink setting function.</li>\n<li>Localization – Added inline comments for placeholder strings.</li>\n<li>Localization – Added Nigerian and Pakistan Provinces to i18n/state.</li>\n<li>Localization – US and Poland postcode validation.</li>\n<li>To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:6;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Mar 2007 19:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s: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:4934:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:7;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 Jun 2005 09:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:95:\"This plugin will generate a special XML sitemap which will help search engines to better…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arne Brachhold\";s: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:7635:\"<p><!--section=description--></p>\n<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page) or <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal/\" rel=\"nofollow\">donate via PayPal</a>. I’m gladly supporting this plugin since over 9 years! Thanks a lot! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal\" title=\"Donate with PayPal\" rel=\"nofollow\">small donation</a> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your blog directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>You can always find the changelog on <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">the plugin website</a>, since I don’t like to maintain the same content on different pages. Thank you for your understanding!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:8;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/limit-login-attempts/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2009 14:20: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11759:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/limit-login-attempts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:9;a:6:{s:4:\"data\";s:39:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Jun 2007 06:02: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s: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:10701:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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: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:50:\"https://wordpress.org/plugins/browse/popular/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:6:\"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:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}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:\"Fri, 23 Jun 2017 15:03:38 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:\"Fri, 23 Jun 2017 14:51:42 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170426122324\";}','no'),(339,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1498273419','no'),(340,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1498230219','no'),(341,'_transient_timeout_plugin_slugs','1498657573','no'),(342,'_transient_plugin_slugs','a:6:{i:0;s:19:\"akismet/akismet.php\";i:1;s:41:\"custom-menu-wizard/custom-menu-wizard.php\";i:2;s:9:\"hello.php\";i:3;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:4;s:31:\"custom-css-js/custom-css-js.php\";i:5;s:33:\"sydney-toolbox/sydney-toolbox.php\";}','no'),(343,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1498273419','no'),(344,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/06/evans/\'>WordPress 4.8 “Evans”</a> <span class=\"rss-date\">June 8, 2017</span><div class=\"rssSummary\">An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\'>WPTavern: WordPress’ New Gutenberg Editor Now Available as a Plugin for Testing</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/future-wordpress-economy-im-not-worried/\'>Post Status: The future of the WordPress economy, and why I’m not worried</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-marketing-team-launches-case-studies-and-usage-survey-for-agencies-clients-and-enterprises\'>WPTavern: WordPress Marketing Team Launches Case Studies and Usage Survey for Agencies, Clients, and Enterprises</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> WordPress Importer <a href=\"plugin-install.php?tab=plugin-information&plugin=wordpress-importer&_wpnonce=4dd9d0bc9c&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install WordPress Importer\">(Install)</a></li></ul></div>','no'),(358,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(359,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(360,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(363,'widget_custom-menu-wizard','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(364,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(414,'_site_transient_timeout_community-events-e84121a8f5832dce6e656d561da9ee40','1498614316','no'),(415,'_site_transient_community-events-e84121a8f5832dce6e656d561da9ee40','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"132.236.32.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:17:\"June WP Coworking\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/236811113/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-06-28 09:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.902653600000001;s:9:\"longitude\";d:-77.022923700000007;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"ROC WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240067730/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-07-17 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"July Coworking\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240175159/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-07-26 09:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"Advanced WP User Group\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240175174/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-08-03 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}}}','no'),(424,'_site_transient_timeout_available_translations','1498583072','no'),(425,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 21:35:47\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 18:41:14\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:31:44\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 19:16:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 11:47:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 13:21:24\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:50:23\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 21:25:12\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 00:09:35\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 12:43:20\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 18:05:57\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:09:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:18:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 05:14:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 16:48:27\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-27 10:36:23\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 17:22:41\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 00:55:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-22 23:32:30\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 08:00:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 18:25:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:47:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 06:47:57\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-27 08:48:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:40:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-07 12:07:46\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:33:29\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:25:42\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 07:33:38\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 21:11:01\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:29:14\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-25 11:16:15\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 07:08:35\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 11:50:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 12:45:17\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-26 11:11:30\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 11:30:58\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-26 13:23:34\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 17:04:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 13:05:53\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 10:24:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 17:29:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 18:31:34\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:54:09\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 09:02:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 15:29:14\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 11:06:53\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-27 07:35:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 13:54:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 19:23:40\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-03 00:28:41\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 11:24:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 17:23:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:17:37\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(436,'_site_transient_timeout_browser_cc75d7392f9d8bd819fbfacf05f70081','1499178246','no'),(437,'_site_transient_browser_cc75d7392f9d8bd819fbfacf05f70081','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(446,'_site_transient_timeout_browser_97941e92bf726387b4d5c04dab50bbb1','1499191955','no'),(447,'_site_transient_browser_97941e92bf726387b4d5c04dab50bbb1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"59.0.3071.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(459,'theme_mods_businesso','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(470,'_site_transient_timeout_community-events-eca5d00656681f26320a8971d8239ae0','1498781337','no'),(471,'_site_transient_community-events-eca5d00656681f26320a8971d8239ae0','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"128.84.125.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:17:\"June WP Coworking\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/236811113/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-06-28 09:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.902653600000001;s:9:\"longitude\";d:-77.022923700000007;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"ROC WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240067730/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-07-17 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"July Coworking\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240175159/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-07-26 09:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"Advanced WP User Group\";s:3:\"url\";s:73:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/events/240175174/\";s:6:\"meetup\";s:32:\"Rochester WordPress Users Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Rochester-WordPress-Users-Meetup/\";s:4:\"date\";s:19:\"2017-08-03 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Rochester, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.130001068115;s:9:\"longitude\";d:-77.5;}}}}','no'),(472,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1498781339','no'),(473,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 16:08:34 +0000\";s: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=4.9-alpha-40958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49: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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:42628:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/wraithkenny\">[Inactive]</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</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/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</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/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">Dipesh Kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</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/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</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/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</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/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</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/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</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/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</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/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</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/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</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:4:\"4770\";s: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:33:\"\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 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";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:336:\"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s: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:1173:\"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40866&stop_rev=40847\">a handful of changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\">RC1</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Happy testing!</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:4:\"4765\";s: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:33:\"\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:31:\"WordPress 4.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/05/wordpress-4-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 May 2017 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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:34:\"https://wordpress.org/news/?p=4758\";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:325:\"The release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s: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:2365:\"<p>The release candidate for WordPress 4.8 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on <strong>Thursday, June 8</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.8 yet, now is the time!</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40840&stop_rev=40821\">a handful of changes</a> since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.8 and update your plugin’s <em>Tested up to</em> version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>This release’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>:</p>\n<p><em>Érrese uno</em><br />\n<em>Cien veces y más</em><br />\n<em>Erre ce dos</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:4:\"4758\";s: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:33:\"\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 4.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 00:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4749\";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:\"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s: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:1621:\"<p>WordPress 4.8 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.8-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40819&stop_rev=40664&limit=100&sfp_email=&sfph_mail=\">over 50 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>WordPress four point eight<br />\nOne step closer to release<br />\nPlease test Beta 2!</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:4:\"4749\";s: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:39:\"\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 4.7.5 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:51:\"https://wordpress.org/news/2017/05/wordpress-4-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2017 22:39: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: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: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:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4734\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Pascal Birchler\";s: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:2349:\"<p>WordPress 4.7.5 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.4 and earlier are affected by six security issues:</p>\n<ol>\n<li>Insufficient redirect validation in the HTTP class. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>Improper handling of post meta data values in the XML-RPC API. Reported by <a href=\"https://hackerone.com/jazzy2fives\">Sam Thomas</a>.</li>\n<li>Lack of capability checks for post meta data in the XML-RPC API. Reported by <a href=\"https://profiles.wordpress.org/vortfu\">Ben Bidner</a> of the WordPress Security Team.</li>\n<li>A Cross Site Request Forgery (CSRF) vulnerability was discovered in the filesystem credentials dialog. Reported by <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a> of the WordPress Security Team.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.5\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.5&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.5</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.</p>\n<p>Thanks to everyone who contributed to 4.7.5.</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:4:\"4734\";s: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:33:\"\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 Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 16:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4730\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aaron D. Campbell\";s: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:1718:\"<p>WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that <a href=\"https://hackerone.com/wordpress\">WordPress is now officially on HackerOne</a>!</p>\n<p><a href=\"https://www.hackerone.com/about\">HackerOne</a> is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.</p>\n<p>The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.</p>\n<p>With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.</p>\n<p>The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.</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:4:\"4730\";s: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:33:\"\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 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4727\";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:342:\"We’re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1148:\"<p>We’re planning a smaller WP release early next month, bringing in three major enhancements:</p>\n<ul>\n<li>An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.)</li>\n<li>A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.</li>\n<li>Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.</li>\n</ul>\n<p>The first beta of 4.8 is now available for testing. You can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.</p>\n<p><em>Four point eight is here<br />\nSmall changes with a big punch<br />\nBig ones come later</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:4:\"4727\";s: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:36:\"\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 4.7.4 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:51:\"https://wordpress.org/news/2017/04/wordpress-4-7-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:\"Thu, 20 Apr 2017 17:54: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:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4710\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Pascal Birchler\";s: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:4518:\"<p>After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.</p>\n<p>This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.7.4\">release notes</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.7?rev=40487&stop_rev=40224\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.4</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.</p>\n<p>Thanks to everyone who contributed to 4.7.4:<br />\n<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aussieguy123/\">aussieguy123</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boldwater/\">boldwater</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidbenton/\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ghosttoast/\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites/\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/karinedo/\">karinedo</a>, <a href=\"https://profiles.wordpress.org/lukasbesch/\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">maguiar</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mayurk/\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</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/delawski/\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha/\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt/\">sagarkbhatt</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sboisvert/\">sboisvert</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/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:4:\"4710\";s: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:39:\"\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 4.7.3 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/2017/03/wordpress-4-7-3-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:\"Mon, 06 Mar 2017 17:53: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: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: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:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";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:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata. Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"James Nylen\";s: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:6191:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata. Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation. Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality. Reported by <a href=\"https://hackerone.com/triginc\">TrigInc</a> and <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names. Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources. Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</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/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O’Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</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:4:\"4696\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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: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:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";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:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use 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:17:\"Aaron D. Campbell\";s: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:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</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:4:\"4676\";s: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:6:\"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:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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 Jun 2017 12:08:59 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:\"Thu, 08 Jun 2017 16:08:34 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:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170426122324\";}','no'),(474,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1498781339','no'),(475,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1498738139','no'),(476,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1498781340','no'),(477,'_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:55:\"HeroPress: From Teaching Toddlers to Teaching the World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/teaching-toddlers-teaching-world/?utm_source=rss&utm_medium=rss&utm_campaign=teaching-toddlers-teaching-world\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9327:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/06/062817-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My goal was to learn as much as I could about WordPress so I too, can teach.\" /><p>I did not pick the computer life. It picked me. I can remember the summer between kindergarten and first grade; I had a computer summer class that introduced me to my passion. The first day when my mother picked me up I exclaimed “mommy I want a computer for Christmas!” I was five and had no realization that in 1986 they would cost more than about everything I owned. I remember being upset that Santa did not bring me the computer that I had been wishing for since June. Growing up, any time I got the chance to sit in front of a computer, I took it for as long as I could. In high school, I even designed the website of one of the groups I was in. It was still online up until last year when CCHS did a website redesign. However, I never actively pursued a career with computers or even took a class for them since that summer. It was not until after I got into WordPress that I actually took a computer class, and now I have an associate’s in Information Technology.</p>\n<p>My first career was as a preschool teacher. I loved teaching, loved the joy that it gave me, but it was a very under-valued career.</p>\n<blockquote><p>Most teachers, who go to college to become teachers, make anywhere between minimum wage to a dollar over that with no insurance and maybe a week’s paid vacation.</p></blockquote>\n<p>While spending 45 plus hours every week, I was dedicated to teaching our future, I was barely getting bills paid. So many times I would have to pay bills late, worry how I was going to make sure the next bill gets paid, and have enough gas in my car to make it to work the rest of the week. I devoted twelve years to teaching colors, shapes, letters, numbers, and how to get along with others. While I loved to teach, I needed more. Plus, if I wanted to be able to take care of my daughter, I needed to make a change or I would never even be able to have a savings.</p>\n<h3>And Then There Was WordPress</h3>\n<p>Around 2011, I got the idea that I wanted to write a blog. I had heard my friend Chris talk about blogging so I knew he would point me in the right direction. At that time he was working on a security plugin to help the sites he managed for work. He told me “if you want me to help you build a blog, I’m going to teach you so you can do it on your own later.” We bought a domain, set up hosting, and ran the install. I instantly became hooked. The more I built, the more I wanted to learn about WordPress, and the more I wanted to do.</p>\n<blockquote><p>Almost every night, after my daughter would go to bed, I would spend working on my blog, reading about what one can do with WordPress, and trying everything I learned.</p></blockquote>\n<p>Sometimes things would go great, and other times I would accidentally delete out my entire site on FileZilla without a backup and would start from scratch again. Most of my learning came from my failed attempts and what not to do. That is what was my first clue that I would like to be a “fixer” instead of a “builder”.</p>\n<p>The more I learned, the more I wanted to learn. By 2013 I decided that “I could actually do this. I could make money from WordPress” but I still had about zero clue of how to go about it. I decided to leave preschool for good. I took a full time job working for a local IT agency that also built sites on WordPress. I spent a year there but during that time Chris introduced me to Regina at WP Security Lock. We hit it off and I quickly became a part time employee in April of 2014 helping her with the sites she managed and then learning how to clean hacked websites.</p>\n<p>I spent almost two years working for WPSL. The first part of them I was working for the local agency. Regina showed me another option for working in WordPress. It was the idea of working remotely. My daughter was still at the age where she needed after school care, and it is expensive. So with the support of my then fiance, I took the leap to work remotely in September of 2014.</p>\n<p>Fast forward from working in with various plugin support teams and security support roles, to jumping into agency support that I did for almost a year, I am now at home with WP Media on their WP Rocket support team. While most do not feel that it is the most glamorous of career choices, I love fixing problems, finding solutions, and helping people. Most of all, WordPress and working with support, gives me many teaching opportunities to help out every person who asks.</p>\n<h3>The Want to Teach</h3>\n<p>My first ever WordPress Community event was WP Engine’s 10 year birthday party they threw for WordPress in Austin. The feeling the Austin WP community gave me led me to feel like this was really a place I wanted to be. After Chris saw how excited I was about the community, he asked if I would like to go to WordCamp Chicago. Coincidentally, four years ago today, I was attending my first ever WordCamp. How the speakers taught the attendees, my goal was to learn as much as I could about WordPress so I too, can teach.</p>\n<p>Even though I no longer had the official title of a teacher, I still loved to teach. WordCamp Austin 2014 gave me the first opportunity to teach others about Jetpack. I was a nervous wreck! Not only was my best friend there who I looked up to in the WordPress community, but also one of the wonderful Happiness Engineers for the Jetpack team. I had Kraft go over my slides for me to make sure there was not anything I was sticking my foot in my mouth for and away we went. Afterwards I had people coming up and thanking me for explaining Jetpack in a way they could understand.</p>\n<blockquote><p>After that WordCamp, I wanted to speak at all WordCamps.</p></blockquote>\n<p>One of the many advantages of working for companies that have roots in the WordPress Community is that they allow me to attend, speak, and volunteer at WordCamps. I now have over 20 speaking opportunities under my belt, and have no want to stop for the unforeseeable future. I love having any opportunity to teach. I have now grown from only speaking at WordCamps to teaching beginner’s WordPress at our local community college, writing a book on beginner’s WordPress, and starting WP Kids Slack group to be a resource for KidsCamps and teaching our youth on the value and joys of WordPress. Now I am proud to say that I have taught WordPress to all ages from children to the baby boomers and it feels great! I have even had the opportunity to teach my own daughter WordPress and she loves going to the WordCamps. She has even helped others at Camps which for me is what it is all about. It is such a delight teaching Kids Camps and seeing their creativity blossom while building a site of their own. Plus, getting youth and teenagers interested in WordPress, coding, design, and more ensures that what we are building now, will only become better in the future.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: From Teaching Toddlers to Teaching the World\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20Teaching%20Toddlers%20to%20Teaching%20the%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fteaching-toddlers-teaching-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From Teaching Toddlers to Teaching the World\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fteaching-toddlers-teaching-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fteaching-toddlers-teaching-world%2F&title=From+Teaching+Toddlers+to+Teaching+the+World\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From Teaching Toddlers to Teaching the World\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/teaching-toddlers-teaching-world/&media=https://heropress.com/wp-content/uploads/2018/06/062817-min-150x150.jpg&description=From Teaching Toddlers to Teaching the World\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From Teaching Toddlers to Teaching the World\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/teaching-toddlers-teaching-world/\" title=\"From Teaching Toddlers to Teaching the World\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/teaching-toddlers-teaching-world/\">From Teaching Toddlers to Teaching the World</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jun 2017 14:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Michele Butcher-Jones\";s: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:144:\"WPTavern: Catalina Alvarez is Conducting the First Occupational Psychology Study on Autonomous Motivation and Burnout in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"https://wptavern.com/catalina-alvarez-is-conducting-the-first-occupational-psychology-study-on-autonomous-motivation-and-burnout-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1675:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/computer-paper-coffee.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/JHJH4PS68L\">WDnet Studio</a>\n<p>While attending WordCamp Europe I met Catalina Alvarez, a Master’s degree student at Paris 8 University, who is studying Occupational Psychology and Human Resources. She is in the process of writing her thesis about WordPress community health, with a focus on “autonomous motivation as a moderator in the Demands-Burnout relationship.”</p>\n<p>Alvarez is conducting a <a href=\"http://cataalvarezp.polldaddy.com/s/motivation-burnout-in-wordpress-community\" target=\"_blank\">survey</a> as part of her research and is inviting anyone in the WordPress community who has contributed, whether to code or community projects, to participate. One of the theories she is testing is that burnout is not the consequence of the demands of one’s work but rather the consequence of long periods of stress. She is also testing to see if autonomous motivation (when you do things because you are passionate about them) can reduce burnout and if external motivation contributes to burnout.</p>\n<p>The <a href=\"http://cataalvarezp.polldaddy.com/s/motivation-burnout-in-wordpress-community\" target=\"_blank\">survey</a> takes approximately 5-10 minutes and will close on July 5, 2017. Alvarez plans to share her results with the community and will need at least 250 respondents to make any meaningful conclusions.</p>\n<p>Check out our video interview below to find out more details and background on the study.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jun 2017 00:06: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: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:121:\"WPTavern: Matt Mullenweg Discusses Core Focuses, Downsides of a Consensus-Driven Model, and More on Apply Filters Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/matt-mullenweg-discusses-core-focuses-downsides-of-a-consensus-driven-model-and-more-on-apply-filters-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6079:\"<p>Matt Mullenweg, co-founder of the WordPress open source project and CEO of Automattic, joined Pippin Williamson and Brad Touesnard on <a href=\"http://applyfilters.fm/podcast/episode-81/\">episode 81</a> of the <a href=\"http://applyfilters.fm/\">Apply Filters</a> podcast. Apply Filters is a podcast dedicated to WordPress development.</p>\n<p>During the interview, Mullenweg touched on a number of topics including, a progress report on the <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">three core focus areas</a>, why he stepped back into the project lead role, and what’s not being talked about enough in the WordPress world.</p>\n<p>There are quite a few things in this episode that piqued my interest. Near the beginning of the interview, Mullenweg is asked if there was a tipping point that made him decide to take on the role of project lead again.</p>\n<p>“I’ve been personally frustrated by how long it has taken to do some things that I think should be relatively simple,” Mullenweg said. “Hearing that from other release leads over the past few years, and seeing some of the frustration because we have this rotating release lead philosophy.</p>\n<p>“So hearing them voice some of the same frustrations, I was like, okay, maybe this is something more with how the project is organized versus something that I personally am having trouble with.</p>\n<p>“We had a couple of years of releases that were a little uninspiring from the point of view of moving the needle forward for its adoption, even though they did a lot of great things and people worked really hard on them, and we closed 700 tickets, and had 130 or 150 contributors.</p>\n<p>“We were beating or we were doing a good job on a lot of metrics that we were tracking, but, on the whole, I think it really started to feel like WordPress was falling behind the state of the art in the world.”</p>\n<p>It was interesting to hear Mullenweg admit that WordPress releases in the last couple of years have been a bit uninspiring. This is <a href=\"https://wptavern.com/the-wow-factor-in-major-wordpress-releases-is-getting-few-and-far-between\">a sentiment I</a> and <a href=\"https://premium.wpmudev.org/blog/wordpress-4-0-hugely-underwhelming/?utm_expid=3606929-74.aeX0WyvtRVa7qMe8Ph5smw.0&utm_referrer=https%3A%2F%2Fwww.google.com%2F\">others</a> in the community have shared in recent years. Development of Gutenberg, <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">WordPress’ new editor</a>, has created a buzz around the project that I haven’t felt in a long time. It’s not surprising considering it is going to be the largest fundamental change to WordPress since its creation.</p>\n<h2>Disagree and Commit</h2>\n<p>During the discussions on whether or not to merge the REST API into core, Mullenweg argued that it shouldn’t be integrated until it was 100% complete. The core development team ultimately decided to merge it into core and iterate improvements. In the show, Mullenweg describes the disagree and commit principle.</p>\n<p>“This idea that even though I disagreed with some of the things going in, the moment it was committed, I was advocating for it as strongly as anything else,” Mullenweg said.</p>\n<p>“The historical thoughts or ideas or whatever I had don’t really matter at this point. It’s in, so I want to work to make it as widely adopted and successful as possible. That’s the commit part of it, which is funny because, in an open source world, commit obviously has a double meaning.</p>\n<p>“But if you think about it, you can apply this to all parts of your life. Debate vigorously and have lots of arguments. Bring up all your worries or thoughts or concerns and hash it out. But once a decision has been made and the decision was made to bring the content endpoints in, don’t re-litigate it. That’s not really helpful to anyone.</p>\n<p>“Most of all, don’t sabotage it. It’s in, so let’s make it successful.”</p>\n<h2>Downsides of a Consensus-Driven Model</h2>\n<p>Near the end of the interview, Mullenweg is asked what philosophy, feature, or topic in the WordPress world is not talked about enough. “The downsides of a consensus-driven model creating products,” he responded.</p>\n<p>“I’ve been thinking about it a lot. I think that almost everyone at some point in their career has had a bad manager. And sometimes our reaction to that is to say that no one should be making decisions. There should be no managers, sort of like a more reactionary approach to it because that is true that it does solve the problem of the bad manager.</p>\n<p>“I think what we miss is the only thing worse than a bad manager is 100 bad managers, which is sometimes what we get when we just try to make decisions or drive development of something like WordPress–which is, at the end of the day, a user product based on who shows up to a dev meeting that day, or what the loudest voices in the room might advocate for.</p>\n<p>“Even policies that we’ve adopted in the past with WordPress, let’s say the 80/20 rule, which is on our principles page, can be misused and, I think, probably have been misused more the past few years than it has been used in the way it was intended.</p>\n<p>“Just that kind of getting back to the question of how does this change a user’s life or not, and that reflects itself in an open marketplace through adoption. That is, I think, good to just remind ourselves of regularly because everyone, myself included, can get kind of down in the weeds of a particular ticket or idea we have or idea someone else has that might not be productive.”</p>\n<p>To hear Mullenweg discuss these topics and more, I highly encourage you to listen to the <a href=\"http://applyfilters.fm/podcast/episode-81/\">full interview</a> which includes a transcript of the show.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Mon, 26 Jun 2017 21:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:23:\"Matt: Heroin or Aspirin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s: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:878:\"<blockquote><p>The company Bayer is famous for inventing aspirin in 1898, which is arguably one of the world<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s most beloved brands, and for good reason. But I was surprised to learn that just two weeks earlier, the same three guys who gave the world aspirin also created Bayer<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s other big brand, heroin, which was marketed for about eight years as the world<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s best cough medicine.</p></blockquote>\n<p>From <a href=\"https://mobile.nytimes.com/2017/06/18/books/andrew-essex-talks-about-end-of-advertising.html\">Andrew Essex on his book about the End of Advertising</a>. <i>Hat tip: John Maeda.</i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Jun 2017 13:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:35:\"BuddyPress: BuddyPress 2.9.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=266659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2017/06/buddypress-2-9-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2980:\"<p>Today sees BP 2.9 move to Beta 2 ( Beta 1 skipped for technical reasons ) testing phase and we would request all plugin authors, theme developers and other interested parties test out this release and feedback any issues found to our <a href=\"https://buddypress.trac.wordpress.org/newticket\"> trac ticket home </a>, or raise on the support forum.</p>\n<p>Amongst other improvements and fixes to look out for are:</p>\n<ul>\n<li>Fixing display of older activity comments.</li>\n<li>Correction of message when removing friends that are not friends.</li>\n<li>Group invites – omit sending to previously invited members.</li>\n<li>Profile image upload fix for IE Edge breaksIOS fix.</li>\n<li>Correct issue with hidden group & CSS specificity.</li>\n<li>URL compatibility for LightSpeed.</li>\n<li>Fix inability resizing of member avatar for cyrillic character filenames.</li>\n</ul>\n<p>For a full list of commits see <a href=\"https://buddypress.trac.wordpress.org/query?keywords=~&milestone=2.9&group=status&col=id&col=summary&col=keywords&col=owner&col=type&col=priority&col=component&col=version&order=priority\">2.9 tickets</a> A full changelog will be available when we release the final version.</p>\n<p>You can download the plugin to test from the WP repo <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.9.0-beta2.zip\">BP 2.9.0-beta2</a> or grab a copy from our SVN repo.</p>\n<p><strong>Template changes</strong></p>\n<p>In this release there are a number of improvements to templates that add a level of improved a11y performance and markup changes for better semantics & Standards.</p>\n<p>Theme authors may want to pay particular attention to changes to profile field visibility links and the profile field descriptions where significant markup changes are made that effect positioning of these elements – changesets for these are <a href=\"https://buddypress.trac.wordpress.org/changeset/11617\">r11617</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/11618\">r11618</a></p>\n<p><strong>Nouveau – new template pack</strong></p>\n<p>While we were definitely aiming for release of this feature for 2.9, the necessary final fixes and feature enhancements along with the necessary code reviews were going to prove very tight to get finished in time and would have likely meant a degree of rushing. We have decided that as this is such a major new feature, the first new theme in many years and that expectations will be high for it that we should not rush to put out a product that might be even slightly sub optimal.</p>\n<p>However fear not we are very concerned that the project is focussed on through the last stages of 2.9 and has primary focus during the next release cycle to ensure an early completion.</p>\n<p>It is further proposed that we’ll actually release Nouveau in a much shorter release cycle as 3.0, this way we can get an early release and not have the project just sitting in trunk until the end of the year.</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 Jun 2017 20:17: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:12:\"Hugo Ashmore\";s: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:79:\"WPTavern: Gutenberg 0.2.0 Released, Adds New Custom HTML and Cover Image Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-0-2-0-released-adds-new-custom-html-and-cover-image-blocks\";s: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:3385:\"<p>The <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">Gutenberg plugin</a> is moving fast with <a href=\"https://make.wordpress.org/core/2017/06/23/whats-new-in-gutenberg-june-23rd/\" target=\"_blank\">version 0.2.0</a> now available. This is the first release since the plugin was added to the directory last week. It includes two new block types, along with other new features, improvements, and fixes for many bugs that previously severely impaired the editor’s usability.</p>\n<p>A new <a href=\"https://github.com/WordPress/gutenberg/pull/1391\" target=\"_blank\">Custom HTML</a> block allows users to add HTML and click to see a fast preview within the editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-custom-html-block.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-custom-html-preview.png?ssl=1\"><img /></a></p>\n<p>The new <a href=\"https://github.com/WordPress/gutenberg/issues/487\" target=\"_blank\">Cover Image</a> block lets users place an image in the content with the background image fixed by default. Users can also specify text to have overlaid. Gutenberg developers emphasized that this feature should not be confused with the “Featured Image” panel which is already working in a similar way to how it has in the past.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-cover-image.png?ssl=1\"><img /></a></p>\n<p>While testing the Cover Image block with Twenty Seventeen and Twenty Fifteen, I was unable to get it working correctly on the frontend. Within the editor it works beautifully but once I launched the preview I found that, regardless of which positioning option I chose, I could not get the full image to display. The size of the image’s output was only as tall as the overlay text. If there was a right way to position it, I was unable to discover it. I checked with the development team and Matías Ventura said they are not loading styles for blocks in the front-end yet. Blocks like Cover Image that need CSS to display properly will not look right at the moment, but the plan is to focus on adding CSS for these this coming week.</p>\n<p>A few of the notable fixes and improvements include the following:</p>\n<ul>\n<li>Added button to delete a block</li>\n<li>Added button to open block settings in the inspector</li>\n<li>Rename “Freeform” block to “Classic Text”</li>\n<li>Added support for pages and custom post types</li>\n<li>Added ability to select all blocks with ctrl/command+A</li>\n<li>Automatically generate wrapper class for styling blocks</li>\n<li>Avoid triggering multi-select on right click</li>\n<li>Avoid being keyboard trapped on editor content</li>\n</ul>\n<p>As of today, Gutenberg has more than 500 active installs. The development team is planning on shipping weekly releases to the WordPress.org plugin. If you want to keep up with the releases, subscribe to the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\">make.wordpress.org/core</a> blog. Feedback is welcome on <a href=\"https://github.com/WordPress/gutenberg\" target=\"_blank\">Gutenberg’s GitHub repository</a> as well as in the <a href=\"https://wordpress.slack.com/messages/core-editor/\" target=\"_blank\">#core-editor</a> channel on WordPress Slack.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Sat, 24 Jun 2017 03:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:91:\"WPTavern: WordPress 4.9 to Focus on Managing Plugins and Themes, Gutenberg Targeted for 5.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4788:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/planning.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/5ZMT04MIW6\">Oli Dale</a>\n<p>Matt Mullenweg, the overall product lead for core releases in 2017, has published <a href=\"https://make.wordpress.org/core/2017/06/16/4-9-and-gutenberg/\" target=\"_blank\">an overview for what users can expect in WordPress versions 4.9 and 5.0</a>. After the success of 4.8 and the initial release of Gutenberg last week, Mullenweg is aiming to see the plugin installed on 100K+ sites during the next few months before merging it into core. He also suggested that WordPress could put a promo for the plugin in the upcoming 4.8.1 release.</p>\n<p>“In the meantime I think we can do another user-focused 4.9 release with the theme of editing code and managing plugins and themes, doing v2s and polishing some features we brought into WP last year,” Mullenweg said. “Weston and Mel already have some good ideas there, and we can start to discuss and brainstorm at the Dev chat next week. This will also allow the Gutenberg-driven release to be 5.0, which is a nice-to-have but not the primary driver of this decision.”</p>\n<p>Mullenweg elaborated on changes to the release process in <a href=\"https://ma.tt/2017/06/4-8-and-whats-coming/\" target=\"_blank\">a post on his personal blog</a>. The original idea was for releases to be driven by improvements to the three focus areas (the editor, customizer, and REST API), but the radical changes that Gutenberg introduces to the editing experience means that customization improvements will need to wait until the editor is a little further along:</p>\n<blockquote><p>\nMel and Weston took this as an opportunity to think about not just the “Customizer”, which is a screen and code base within WP, but really thinking in a user-centric way about what it means to customize a site and they identified a number of low-hanging fruits, areas like widgets where we could have a big user impact with relatively little effort.</p>\n<p>WordPress is littered with little inconsistencies and gaps in the user experience that aren’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.</p>\n<p>I didn’t think we’d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and I think we can do it again.</p></blockquote>\n<p>During this week’s core development meeting, contributors brainstormed more specific items for inclusion in 4.9. The ability to schedule customizer changesets is one feature they discussed as a possibility. Customizer component co-maintainer Weston Ruter described the feature as “adding statuses for changesets: being able to draft a changeset to come back to later, and then to be able to schedule it to go live.”</p>\n<p>The <a href=\"https://wordpress.org/plugins/customize-snapshots/\" target=\"_blank\">Customize Snapshots</a> feature plugin contains the UI for this and Customize Changesets, the term for the underlying infrastructure required for saving a Customizer session as a draft, <a href=\"https://wptavern.com/wordpress-4-7-to-ship-with-infrastructure-from-the-customize-snapshots-feature-plugin\" target=\"_blank\">was added in WordPress 4.7</a>. Adding the UI in WordPress 4.9 would allow users to share Customizer sessions, preview them outside of the iframe, and schedule them to publish at a future date.</p>\n<p>Andrew Roberts, a contributor to TinyMCE, said they should have a new mobile-optimized UX, which would result in a responsive toolbar, that could land within the proposed 4.9 timeframe.</p>\n<p>“I would wonder if we couldn’t tweak the UI to be closer to Gutenberg (e.g. white toolbars),” Roberts said. “I had raised this idea before and it was thought it was better to wait until Gutenberg, but I remain of the opinion we could iterate a little bit closer to get users used to it.”</p>\n<p>Contributors also discussed the possibility of changing the default font in the editor to ease the transition to Gutenberg in the future. Currently, Gutenberg uses system fonts for UI and Noto Serif for the editor text.</p>\n<p>Mel Choyce, who is heading the Customizer focus with Weston Ruter, said she hopes the team can finish the Gallery Widget for 4.9. Current progress on the widget can be found on <a href=\"https://github.com/xwp/wp-core-media-widgets/pull/120\" target=\"_blank\">GitHub</a>.</p>\n<p>WordPress 4.8.1 is tentatively planned for the last week in July, and contributors anticipate including a fix for some issues with the <a href=\"https://core.trac.wordpress.org/ticket/40951\" target=\"_blank\">new Text Widget stripping out code</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jun 2017 21:57: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: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:81:\"WPTavern: WordPress’ New Gutenberg Editor Now Available as a Plugin 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:29:\"https://wptavern.com/?p=72098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-new-gutenberg-editor-now-available-as-a-plugin-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:9087:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg.png?ssl=1\"><img /></a></p>\n<p>One of the featured sessions at WordCamp Europe 2017 was Om Malik’s interview with Matt Mullenweg, followed by a 20-minute Q&A from the audience. After showing a preview of the new Gutenberg editor with dynamic blocks replacing widgets, Mullenweg announced that it is now <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">available as a plugin on WordPress.org</a>.</p>\n<p>Gutenberg has been in development for six months and is ready for testing, but its developers do not recommend using it on production sites. Anyone interested in the future of WordPress will want to take it for a test drive, as the new editor will revolutionize the way users think about creating and editing content. The demo video at WordCamp Europe also showed Gutenberg working smoothly in a mobile context.</p>\n<p>At first glance, it may appear that WordPress is trying to copy its more recent competitors (Medium, Wix, and others) to keep pace, but the 14-year-old software has offered many of these content capabilities for years. Mullenweg explained how the new editor simply unifies the UI into blocks that can be placed anywhere. Gutenberg is set to replace widgets, the HTML UI of shortcodes, and blocks previously offered through the TinyMCE toolbar.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-blocks.png?ssl=1\"><img /></a></p>\n<p>“We’ve taken stabs at this before, if you imagine our previous efforts with post formats – to make it easier to do certain types of media or quote posts or things like that,” Mullenweg said. “That whole concept can now flatten to just being a block. Working all that in, it’s bringing things we’ve been thinking about for a very long time in WordPress.”</p>\n<p>If you’ve ever sat down with a new user to introduce them to WordPress, then you probably answered a long list of painful questions regarding the many varied and confusing ways of creating content. Gutenberg has the potential to make WordPress much easier to use.</p>\n<p>“Right now WordPress makes you learn a lot of concepts – shortcodes, widgets, the stuff that exists inside TinyMCE as blocks today – and people rightly wonder why they can’t use those things everywhere,” Mullenweg said. “What we’re trying to do is shift it so that you only have to learn about blocks once and once you learn about the image block, that can be in a post, in a sidebar, in a page, in a custom post type, and it will work exactly the same way. Whatever is integrated with it, let’s say a plugin that brings in your Google Photos or your Dropbox, that will now work everywhere, too.”</p>\n<p>Mullenweg said his previous attempt at replacing TinyMCE lasted approximately two years and they never ended up shipping it. Getting Gutenberg off the ground at this time allows WordPress to take the best of what competitors in both open source and commercial spaces have been doing, and improve upon it.</p>\n<p>“Medium started five or six years ago,” Mullenweg said. “Browser technology, what you can do, has advanced quite a bit. I think this actually allows us to leapfrog past some of the really great visual editors, because we’re able to build on the shoulders of things like Medium, Wix, Squarespace, and others that have come before us.”</p>\n<h3>Gutenberg First Impressions and Concerns</h3>\n<p>The Gutenberg plugin is now active on more than 300 sites and first impressions are rolling in. This is the first time the new block editor has been easily accessible to any user who wants to try it. Gutenberg also offers a somewhat unique testing experience in that it creates its own menu inside WordPress, so users don’t have to choose between the old editor and the new one. Activating Gutenberg doesn’t make it an either/or experience and users can test at their own convenience.</p>\n<p>From my initial testing, I found that Gutenberg provides a clean and enjoyable experience. Up until this point many of us couldn’t fully anticipate what Gutenberg would look like, but the interface is very similar to what one might imagine for an improved “distraction-free writing experience.” Gutenberg provides a more minimal UI for both the visual and text editors, although inserting blocks seems to be less functional when using the text editor.</p>\n<p>There are still many bugs and rough edges, but this interface appears to be a natural evolution of WordPress’ content editing experience. It <em>feels</em> like WordPress. The editor pulls in many of the elements that have worked well historically and introduces a minimal UI that makes it possible for anyone to build a beautiful, feature-rich post without knowing any HTML. Gutenberg is the most exciting thing to happen to WordPress in a long time.</p>\n<p>“The default state is likely my favorite ‘Distraction Free Writing’ implementation in WordPress yet,” WordPress core committer Aaron Jorbin said in <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\" target=\"_blank\">a post listing his initial observations</a>. I’m simultaneously able to focus on my content, and yet I have all the tools I need for writing. I don’t have all the tools I need for content creation.”</p>\n<p>Matt Cromwell, co-author of GiveWP, also wrote up his <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\" target=\"_blank\">first impressions of Gutenberg</a> with high compliments for the new writing experience.</p>\n<p>“In recent years we’ve seen Medium become the de facto elegant writing experience,” Cromwell said. “Medium is able to do that though by limiting the formatting and layout options dramatically. Gutenberg has the potential to allow writing to be as elegant as Medium or more so, plus deliver far more flexibility with layouts and content types.”</p>\n<p>One area of uncertainty for WordPress developers is how Gutenberg will handle support for plugins and maintain a high level of performance with a large number of custom blocks added.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'ll try again when it has support for plugins. I can\'t see this landing in core if it doesn\'t work with plugins.</p>\n<p>— Josh Pollock (@Josh412) <a href=\"https://twitter.com/Josh412/status/877913290063663109\">June 22, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It *should* store the block data as JSON (or serialized object, IDC) into postmeta, but instead it uses regexp to parse HTML and queries DB.</p>\n<p>— Christian Nikkanen (@k1sul1) <a href=\"https://twitter.com/k1sul1/status/877945432889884672\">June 22, 2017</a></p></blockquote>\n<p></p>\n<p>“I miss a lot of the meta boxes I’m used to seeing on the screen,” Aaron Jorbin said. “Things like Yoast SEO (on some sites) and custom taxonomies are just not shown. If every metabox ever made for WordPress needs to be remade, it sure is going to make developers’ lives a living hell.”</p>\n<p>Matt Cromwell also detailed a nightmare scenario of having more custom blocks than the current UI can handle.</p>\n<p>“What happens when you have 25 plugins that all want to load 25 custom blocks into that tiny ‘Insert’ dropdown?” Cromwell said. “Will there be a search? Or will it just scroll forever?”</p>\n<p>Mullenweg specifically addressed some of these concerns in his Q&A session at WordCamp Europe.</p>\n<p>“A lot of people have a lot of things built into the edit screen, so part of the reason we’re putting it out there as a plugin first and also pushing it so hard to get as many people to install it as possible, is so that everyone who has posting and editing screen adjustments can rethink them to be beautiful within this new framework,” Mullenweg said.</p>\n<p>Mullenweg anticipates that WordPress will release version 4.9 before merging Gutenberg, because he wants to see it tested on more than 100,000 sites before replacing the edit screen. If all goes well, the new editor could land in WordPress 5.0.</p>\n<p>“I think that some things that people did, like TinyMCE toolbar things, aren’t really needed any more,” Mullenweg said. “Stuff that people did in the past with custom post types might be better as blocks. It gives us a real opportunity to reimagine a lot of the user interactions and flows that today we’ve taken for granted on the edit screen for five or six years.”</p>\n<p>Check out Mullenweg’s WCEU 2017 interview below to see the live demo of Gutenberg and make sure to take a few minutes to <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">install the plugin</a> to see it in action for yourself.</p>\n<p></p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 22:29: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: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:75:\"Post Status: The future of the WordPress economy, and why I’m not worried\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/future-wordpress-economy-im-not-worried/\";s: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:13965:\"<p><em><strong>Editor’s Note</strong>: This is a guest post by Joshua Strebel, the CEO and co-founder of <a href=\"https://pagely.com\">Pagely</a>. Pagely was one of the first managed WordPress hosts and continues to be a market leader. Josh has some thoughts about the WordPress economy, which I asked him to share here for the Post Status audience. He’s been around for a while, and I think he’s got a pretty good hold on the state of things. I hope you enjoy his commentary. And if you like this post, you’ll also enjoy <a href=\"https://poststatus.com/publish\">Post Status Publish</a>.</em></p>\n<hr />\n<p>There’s been some <a href=\"http://chrislema.com/wordpress-economy-shrinking/\">recent speculation</a> on whether or not the WordPress economy is beginning to slump. I would answer ‘yes’ and ‘no’; it <em>is</em> clearly evolving, and some areas are contracting while others are growing. I believe we are feeling the effects of<strong> </strong><b>market maturity</b>.</p>\n<p>Are downmarket “one stop shop” alternatives and in house teams the best solution for the future of WordPress? No, because hosting providers, developers, and agencies who specialize in this space are where the concentrated real quality resides, and people are always willing to pay for quality. Ultimately WordPress has staying power because of its ecosystem, so let’s take stock of that.</p>\n<h2>The current state of the WordPress economy</h2>\n<p>In 2017 WordPress is used by major publishers, enterprises, <a href=\"https://pagely.com/solutions/universities/\">universities</a> and even custom SaaS applications. In fact the world’s leaders in business and marketing trends use WordPress (and aren’t necessarily leveraging in house teams to do so). To name a few:</p>\n<ul>\n<li><a href=\"https://newsroom.fb.com/\">Facebook Newsroom</a></li>\n<li><a href=\"http://www.gv.com/\">Google Ventures</a></li>\n<li><a href=\"https://www.mercedes-benz.com/en/\">Mercedes Benz</a></li>\n<li><a href=\"https://techcrunch.com/\">TechCrunch</a></li>\n<li><a href=\"https://www.bloomberg.com/professional/\">Bloomberg Professional</a></li>\n</ul>\n<p>WordPress powers an estimated <a href=\"https://wordpress.org/about/features/\">28% of all websites</a> which run the gamut of single contributor blogs and simple websites to applications and complex portals. That’s nearly 75 million websites built by anyone from the very beginner to the professional with an extremely advanced level of technical skill. WordPress is both easy to use and graceful in its complex abilities to do just about anything you would need a website to do.</p>\n<p>There’s also the community behind WordPress, an ecosystem of people around the world with this one thing in common. As an <a href=\"https://pagely.com/blog/2017/05/citizen-guide-open-source-community/\">open source community</a>, our entire industry is plugged into every update. We can contribute to testing or code. We have all the power to make sure the WordPress economy stays strong and continues to grow.</p>\n<p>New businesses are constantly being formed around plugins, themes and services built specifically for WordPress, with no signs of stopping. In fact, we’ll continue to find more and more creators of WordPress specific companies, with full time jobs elsewhere, using this as an opportunity to contribute to the community.</p>\n<p class=\"lead txt-danger\">However, the near constant flow of new entries into an already saturated market is outstripping demand. The WordPress pie overall is still growing but not quick enough to absorb the new sellers entering into the lower third of the market. The new players are typically unable to challenge the dominant players for a significant market share, and the demands and needs of the customers are also moving up the value chain. Yes, some newcomers do disrupt the established WP players, but it is happening with less frequency, and the barrier is ever higher.</p>\n<h2>Economies ebb and flow: Apple and Airbnb (and WordPress)</h2>\n<p>The companies and brands that have changed the way people live experience low points. Just like the ones we’ve feared will appear in our own industry. But you know these companies well, and they and their economies have persevered.</p>\n<p>Take the classic example, one of the greatest comeback stories of all time: Apple. Apple defied all odds and went from near bankruptcy to the powerhouse hardware leader it is today with over one billion iPhones currently in use. They lost Steve Jobs and many feared they would lose their focus and tumble downward. Instead they’re the <a href=\"http://appleinsider.com/articles/16/10/05/five-years-after-steve-jobs-an-apple-with-the-courage-to-say-no\">largest and most profitable</a> they’ve ever been. Walk down the streets of New York City or San Francisco and you’ll see brick and mortar shops dedicated to alt-genius-bar services and shattered screen replacement. The Apple economy is strong.</p>\n<p>Just like Apple, Airbnb almost flopped, but came out on top. It has an ecosystem of its own with tons of offshoot companies that support various aspects of the community, just like WordPress. After near failure Airbnb now supports a community of over 100 million and is valued at over $30 billion. They also face <a href=\"https://www.bloomberg.com/news/articles/2016-07-11/airbnb-faces-growing-pains-as-it-passes-100-million-users\">growing pains</a> and — at times — volatility, but companies like this — the ones that fundamentally change the way the world works — aren’t going anywhere.</p>\n<p>WordPress itself isn’t in danger of a near flop, but these are valuable examples of economies that fared far worse and still made it through.</p>\n<h2>The core strengths of WordPress</h2>\n<p>WordPress possesses fundamental characteristics that so many of today’s great leaders encompass. All leaders like this are built to support a growing economy for a long time to come.</p>\n<h3>Brand</h3>\n<p>In Pagely’s own recent user survey, the most important factors for choosing a service were <strong>reliability </strong>and <strong>security</strong>. These are cornerstones of the WordPress brand <em>(haters gonna hate – but core has been really solid for many years in both respects)</em> and reasons why such a large percentage of the internet continues to choose it to power their websites. As a brand, WordPress is synonymous with being one of the most reliable and secure CMS options available. Quality service providers that support WordPress, like Pagely, also often encompass these brand characteristics. We often hear of these same characteristics as pain points from customers trying to work in-house or with downmarket alternatives.</p>\n<h3>Ubiquity</h3>\n<p>WordPress users span nearly every industry in the world. Publishers, Fortune 500 Companies, Music, Fashion, Tech, Politics, you name it. Like I mentioned above, ~75 million websites use WordPress, and they are published in dozens of languages. WordPress is literally a web that has woven itself through the digital and physical world.</p>\n<h3>Community</h3>\n<p>The WordPress community is made up of contributors, coders, engineers, designers, marketing professionals, and every other title necessary to run a business. The community reaches so far that it touches every corner of today’s tech workforce. Not only is the community large, but it cares. We care. The number of blogs and forums dedicated to helping people understand WordPress are impossible to count. Events like WordCamp, LoopConf, Publish, and PressNomics occur all year long and prominent core contributors participate. Don’t hate me for loosely quoting Lincoln. But, it could be said here that “[WordPress] of the people, by the people, for the people shall not perish from the earth.”</p>\n<h2>The WordPress ecosystem rewards quality</h2>\n<p>While the core strengths of WordPress support the service itself, quality is what supports the economy as a whole. And the fact remains that people <em>are</em> willing to pay for quality. To paint the picture, at Pagely a core aspect of our mission is to bring a flexible, friendly, and first-rate experience to all our customers. In staying true to that high standard of quality we’ve seen substantial <a href=\"https://pagely.com/blog/2017/01/pagely-2016-in-review/\">year over year revenue growth since 2014</a>. With an ecosystem that strives for and rewards quality, the larger WordPress economy is in a position to keep growing — and continue to take us along with it.</p>\n<p>Any “economy” will ebb and flow, but when a technology powers 28% of something, it has staying power; WordPress and the ecosystem we’ve built around it isn’t going anywhere, <strong>but it is changing</strong>.</p>\n<h2>The ecosystem is maturing — and growing</h2>\n<p>I would argue that after 12+ years the WordPress ecosystem has firmly moved from “<strong>New market</strong>” territory where there were wide open spaces for entrants to dominate. As an example, commercial themes really took off in 2008, managed WordPress hosting came to prominence in 2010, and commercial plugins rose to fame in 2011. These, and most channels in the ecosystem are now clearly defined “<strong>Existing markets</strong>.”</p>\n<p>Since 2015 or so, the majors players in each category have been well known, with few exceptions from new entrants claiming significant market share. <strong>Those who are doing this are using <a href=\"https://www.marsdd.com/mars-library/the-four-types-of-market-market-maturity-where-does-your-startups-product-belong/\">strategies</a> common in existing markets: Resegmentation based on price, and resegmentation based on a niche strategy.</strong></p>\n<p>Borrowed from <a href=\"https://www.inc.com/karl-and-bill/6-signs-your-market-is-maturing.html\">this article</a>, we can identify six signs a market is maturing. Not every point applies completely to our ecosystem, but enough do that I believe we can safely make this call.</p>\n<ol>\n<li class=\"mb-1\">Customer needs/desires do not appear to be evolving rapidly.<br />\n– <small class=\"txt-danger\">eCommerce and membership sites are the most recent ‘asks’ that come to mind, and that was a few years ago.</small></li>\n<li class=\"mb-1\">Consolidation by leading competitors is reducing competitive intensity.<br />\n– <small class=\"txt-danger\">GoDaddy, EIG, Envato, and Automattic are rapidly consolidating products and services into their domain</small>.</li>\n<li class=\"mb-1\">Disruptive innovations and new entrants are gaining share only gradually and top out at relatively low levels.<br />\n– <small class=\"txt-danger\">Some really innovative things are happening, but they’re around the corner and seem slow to pick up traction.</small></li>\n<li class=\"mb-1\">Market shares of leading competitors have solidified and are changing gradually, if at all.<br />\n– <small class=\"txt-danger\">We pretty much know who the leaders are in every category and the price points they own.</small></li>\n<li class=\"mb-1\">Price, brand, and/or channel strategy have supplanted product innovation as key value drivers.<br />\n– <small class=\"txt-danger\">Refining the value proposition to our customers has greater focus at Pagely vs. shipping the latest tech du jour, which is happening just behind the scenes at measured pace.</small></li>\n<li class=\"mb-1\">Cash flows are increasingly turning positive and being returned to investors rather than invested into the market.<br />\n– <small class=\"txt-danger\">Not in all cases, there is still a lot of energy being focused on market expansion.</small></li>\n</ol>\n<span class=\"pullquote alignright\">The pie is still growing overall, but a higher percentage of that growth is being concentrated among the established leaders who do more than the basics.</span>\n<p>The massive low-cost hosting providers are enrolling many thousands of new WordPress users a day. Their product offering is good enough for the price point, their marketing spends are huge, and any new customer starting to use WordPress is landing there.</p>\n<p>It is the same with eCommerce on WordPress — there are just two or three plugins and services absorbing new users.</p>\n<p>In the agency space, the buyers willing to spend capital (enough to sustain a high-end WordPress agency) on WordPress solutions are not buying $500 websites, or $5,000 websites as they once were. They are buying $50K-$1M custom-built WordPress backed applications. The resources and talent required to serve these clients is concentrated at a handful of established and well known shops.</p>\n<p>These examples continue into every segment of the ecosystem.</p>\n<p>WordPress is getting easier and easier to use right out of the box. If the majority of the new WordPress users needs are solved on install (via core, bundled plugins, or the hosting platform) then a wide swath of the current ecosystem is going to shrink.</p>\n<p><strong>In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.</strong></p>\n<h2>Adapt to win</h2>\n<p>So is the WordPress ecosystem shrinking? <strong>Yes, segments of it are and will continue to do so</strong>.</p>\n<p>It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, “Existing Market” phase we are in.</p>\n<p><strong> Other segments, many not even identified yet, will expand.</strong> There are still big challenges that need to be solved in WordPress, the solutions for which will surely prove to be innovative and profitable. <a href=\"https://www.amazon.com/Blue-Ocean-Strategy-Expanded-Uncontested/dp/1625274491\">Go find the next blue ocean</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 22:00: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:14:\"Joshua Strebel\";s: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:112:\"WPTavern: WordPress Marketing Team Launches Case Studies and Usage Survey for Agencies, Clients, and Enterprises\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-marketing-team-launches-case-studies-and-usage-survey-for-agencies-clients-and-enterprises\";s: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:5563:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>WordPress’ Marketing Team has <a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\" target=\"_blank\">launched a set of surveys</a> to gather case studies and usage data from agencies, clients, and enterprises, with the goal of providing more resources for adoption. The Usage Survey was created to capture feedback on the factors that influenced an organization to select WordPress as well as any barriers to using the software. The team plans to use use the data to provide resources, such as fact sheets, FAQs, case studies, testimonial videos, and other marketing materials.</p>\n<p>During the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\" target=\"_blank\">State of the Word address in 2016</a>, Matt Mullenweg said the project could no longer get by on “marketing happenstance” but needed to form a more coordinated effort to counter the millions of dollars that proprietary systems are spending marketing their products against WordPress. These research surveys are one of the first steps in that direction, along with the <a href=\"https://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council\" target=\"_blank\">WordPress Growth Council</a> that Mullenweg formed to bring together more people with large-scale marketing expertise.</p>\n<p>With the proliferation of user-friendly, DIY commercial website solutions, WordPress has reached a critical time where the project needs to shed its image as a clunky, legacy CMS and demonstrate why it’s the market leader. This not only requires WordPress to deliver from a technical standpoint, especially in the areas of editing and customization, but also requires the 14-year-old project to step up its marketing efforts.</p>\n<p>WordPress’ Marketing Team exists to “help people market WordPress as open source software and the WordPress community.” The need is evident, as even the most experienced WordPress professionals struggle to properly articulate the difference between WordPress.com and the self-hosted software in a way that newcomers can understand. This is an intractable marketing problem for the self-hosted community.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Explain to me in two paragraphs or less the delineation between <a href=\"https://t.co/shm7MBBfUi\">https://t.co/shm7MBBfUi</a>, Jetpack, and <a href=\"https://t.co/w3VOMjx5s9\">https://t.co/w3VOMjx5s9</a>.</p>\n<p>— Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/877350749792903168\">June 21, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress(dot)org has lost the branding battle with WordPress(dot)com.</p>\n<p>— Drew Jaynes (@DrewAPicture) <a href=\"https://twitter.com/DrewAPicture/status/877649047456231424\">June 21, 2017</a></p></blockquote>\n<p></p>\n<p>David Skarjune, a contributor on the Marketing Team who helped put the surveys together, <a href=\"https://wordimage.com/articles/marketing-wordpress-as-free-software/\" target=\"_blank\">describes the problem that WordPress professionals face in marketing the free software</a>:</p>\n<blockquote><p>Here we have the classic WordPress.COM and WordPress.ORG duo that encompasses the nature of the WordPress free software system. This twosome drives the project and sometimes it drives us crazy—only because it instills wide-eyed confusion trying to explain these companion entities to the rest of the world. Simple enough: get a free blog at .COM or get free software and help at .ORG. However, free software makes no sense to the average person, and too many writers, marketers, and designers don’t much care how the InterWebs actually operate.</p></blockquote>\n<p>The confusion between WordPress.com and self-hosted WordPress is just one of the many factors that make the software a unique marketing challenge. <a href=\"http://devwp.eu/\" target=\"_blank\">Mario Peshev</a>, CEO of <a href=\"http://devrix.com\" target=\"_blank\">DevriX</a>, identified many more <a href=\"http://devwp.eu/15-obstacles-enterprises-report-wordpress-development-partners/\" target=\"_blank\">obstacles that enterprises find in using WordPress</a>. Several of these include misconceptions about security, scaling, and limitations for functionality beyond blogging. WordPress’ Marketing Team aims to provide agencies with free resources to combat common misconceptions and show real-world examples of where the software is quietly powering enterprise websites behind the scenes.</p>\n<p>If you have an interesting example of how WordPress solved a client’s needs, feel free to <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSe9cYQRDtJCcI1nphPTfO_Lb7qAGJP68l0_ceyj0uMNzOwI2g/viewform?usp=sf_link\" target=\"_blank\">submit a case study</a>. If you represent an organization that is using WordPress and can offer feedback on why you selected it and any obstacles you continue to face, please take the <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSf--7zTsKrE7nRSMWoCXnYWJQxDD9GjttKsqoPUJ-kuM9XjkA/viewform?usp=sf_link\" target=\"_blank\">WordPress Usage Survey</a>. Both surveys will be open through July 14, 2017, and the results will be published on WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 04:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: WPShout Updates and Acquires WPHierarchy.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpshout-updates-and-acquires-wphierarchy-com\";s: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:1423:\"<p><a href=\"http://wphierarchy.com/\">WPHierarchy.com</a> is a WordPress resource <a href=\"https://wptavern.com/pretty-wordpress-template-hierarchy-diagram\">created</a> by Rami Abraham in 2013. The site is an interactive version of <a href=\"http://wpdaily.co/wp-template-hierarchy-chart/\">Michelle Schulp’s colorful diagram</a> of WordPress’ template hierarchy. Each template is linked to documentation that explains its function.</p>\n<p>Over the years, WordPress’ template hierarchy has changed. For instance, paged.php no longer comes after archive.php. The site however, hasn’t kept up with the changes.</p>\n<p>In an effort to keep the site going, updated, and maintained, WPShout has <a href=\"https://wpshout.com/links/wphierarchy-com/\">acquired the domain</a> from Abraham for an undisclosed amount. The team fixed the most of the obvious issues and the site is once again a valuable resource for visualizing the template hierarchy.</p>\n<p><img /></p>\n<p>David Hayes, of WPShout, says they’re working on collaborating with <a href=\"https://twitter.com/marktimemedia/\">Schulp</a> to visualize and better explain how Custom Templates can be applied to all post types.</p>\n<p>If you’d like to report an error or want to contribute, you can do so via the <a href=\"https://github.com/pressupinc/wphierarchy\">project’s Github page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 00:59: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:\"Jeff Chandler\";s: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:64:\"WPTavern: WPWeekly Episode 278 – Recap of WordCamp Europe 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=72367&preview=true&preview_id=72367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wpweekly-episode-278-recap-of-wordcamp-europe-2017\";s: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:2118:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"http://coachbirgit.de/\">Coach Birgit Olzem</a>, <a href=\"https://twitter.com/caroleolinger\">Carole Olinger</a>, <a href=\"https://arrowrootmedia.com/\">Jaki Levy</a>, and <a href=\"https://twitter.com/mcdwayne?lang=en\">Dwayne McDaniel</a> who attended <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe</a> in Paris, France.</p>\n<p>We discuss contributor day and the effects of having it at the beginning of a WordCamp instead of at the end. Each individual shared their experience attending the event and described what their favorite session was.</p>\n<p>Lunch was provided at WordCamp Europe in paper bags with plastic utensils. With 1,900 attendees, this resulted in a lot of trash. We discussed the impact WordCamps can have on the environment and why larger WordPress events should act as a role model for being as sustainable as possible.</p>\n<p>We also talked about <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>, the <a href=\"https://make.wordpress.org/marketing/\">WordPress marketing team’s efforts</a>, and the differences between WordCamp US and EU.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\">WooCommerce Drops 50% Renewal Discount on Subscriptions</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 28th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #278:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 00:12:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:52:\"HeroPress: Becoming Known in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/becoming-known-wordpress-community/?utm_source=rss&utm_medium=rss&utm_campaign=becoming-known-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11929:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/062117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was helping hundreds of people that were using WordPress for their business. That\'s powerful.\" /><h3>So you make websites, right?</h3>\n<p>My name’s Juan and I make websites. I’ve been doing that since my brother came home with a computer’s magazine that had a CD with a copy of Front Page 98. I learned about HTML. Tables. Marquees. Divs. CSS. Flash. ActionScript. JavaScript. PHP-Nuke. phpBB. Blogger. And, finally, in 2008, I learned about WordPress.</p>\n<p>I loved writing and enjoyed having my own blog after seeing that social networks like MySpace or Fotolog weren’t going too far. I kept learning and found the power of WordPress to create more complex sites. I decided that my hobby could be my job. I became a freelancer. I found clients, I made lots of mistakes, I didn’t make much money. I was alone in my small village in the North of Spain: Santoña, in Cantabria.</p>\n<p>I knew I wasn’t the only one creating websites around, but I never thought about meeting people like me. I didn’t know about the real power of Open Source. I was isolated, planning to move with my girlfriend to another city, Pontevedra, and I didn’t have a clue about what was going to happen soon in my life.</p>\n<h3>The power of WordCamps</h3>\n<p>One day I found out that in November of 2015 there was going to be a WordCamp in Santander, a city 50 km. far from my village. An event for WordPress developers and users. That sounded good. I had no idea that that kind of events were happening all around the world. I had no idea about anything related to the WordPress Community. I didn’t know that the Community was even a thing.</p>\n<p>So I went there a Saturday morning and attended to most of the talks.</p>\n<blockquote><p>I remember sitting in the last rows, as if I were hiding so no one would notice that I was there alone.</p></blockquote>\n<p>I didn’t want to say anything stupid and I was just absorbing all I could from the speakers and their presentations.</p>\n<p>After a great talk about theme development I waited for the speaker and I thanked him for all the info. I was nervous. He was a speaker. He was from another league, right? But he was a really nice guy, ‘if you have any doubt, just ask me’. Cool.</p>\n<p>On Sunday we had the Contributor’s Day. And there I was, randomly in the Community table, learning how to organize a Meetup with some people I had just met, Rocío Valdivia and Ibon Azkoitia. Remember these names. They told me that, as I was moving to another city where there wasn’t any WordPress group, I could start one myself.</p>\n<p>My brain: Wait a second. Me? Starting a WordPress Meetup in Pontevedra?</p>\n<p>I took notes and kept enjoying the day. I met many people and, being not very good remembering names, all I could do was following them on Twitter. And signing in the WP Slack channel.</p>\n<p>At the end of the event, Darío, the main organizer asked me about how was the experience. I had loved it. Will you come back? Yeah, but next year… as a speaker!</p>\n<p>My brain, again: As a speaker? Are you really listening to yourself? You hate speaking in public. You’re the most nervous person ever.</p>\n<h3>My first year in the Spanish WordPress Community</h3>\n<p>The days after the event were weird. I started reading about the people I met and I found out that some of them were incredible developers, some of them had thousands of followers in Twitter, some of them had the most important websites about WordPress in our language… And I didn’t have a clue about all that.</p>\n<p>Did it matter? Not at all. These people don’t care about those things and will help you no matter who you are or where you are coming from.</p>\n<p>Moving to a new place was a slow process, so I didn’t have to worry about the Meetup I promised to organize, but the weeks were running and I had no idea about what to talk about in the next WordCamp as I told Darío.</p>\n<p>I started to become a little more involved in the Community. I helped translating plugins to Spanish. The original translation of WooCommerce was made by a drunk robot or similar, so there were thousands of strings to be revised and translated again. It was fun. And a lot of work that I did with the help of Fernando Tellado, an experienced translator and member of the Community.</p>\n<blockquote><p>And I was helping hundreds of people that were using WordPress for their businesses. That’s powerful. I was helping many people.</p></blockquote>\n<p>By that time I was reading many WordPress related blogs and sites and I decided to curate a weekly post with the ten best links (in Spanish and English) I read every week. That’s how I started Enlace Permanente, which is almost now in its #70 edition with many subscribers to the newsletter and followers.</p>\n<p>I kept talking with Ibon, Darío and others in the Slack channels and on September of 2016 we decided to go to WordCamp Seville. I travelled the country from North to South and spent there a fantastic weekend. I shared an AirBnb apartment with Ibon, Mauricio Gelves and Fernan Díez, who became great friends. I met more new people and strengthened the relationship with ‘older’ mates.</p>\n<p>And, as I was finally moving to a new flat in Pontevedra, I decided it was time to start the local Community of the city. A city where I didn’t know any other developer or WordPress user. But… I was sure someone will be there.</p>\n<p>I had the help of Rocío, who works at Automattic and all her time is donated to the WordPress.org Community team, working at WordCamp Central helping Meetup and WordCamp organizers all around the world.</p>\n<blockquote><p>She was extremely helpful and she’s the reason that today in Spain we have more than 40 different Meetups and 5 WordCamps in 2017.</p></blockquote>\n<p>I planned the first event for the end of November, but before, I had to send an email to Darío as the Call for Speakers of WordCamp Santander 2016 was already open. I decided to talk about my experience the last year. ‘From being no one to being a speaker: a year in the Spanish WordPress Community’. That was the title of my talk.</p>\n<p>And yes, I was nervous. I didn’t sleep well the week before. I talked quickly. But I did it. People laughed, people clapped and people enjoyed my story. This story. And they learned about how they could help an awesome Open Source project like WordPress and meet great people at the same time.</p>\n<h3>Becoming a known member of the Community</h3>\n<p>When you become part of a Community for the first time, you easily find that there are small groups within the big one. People that already know each other of past events, of past projects. And maybe you think that it’s not easy to be part of those groups. Or that they won’t accept a new one.</p>\n<p>Well, that didn’t happen to me in the WordPress Community.</p>\n<p>Everyone was ready to say ‘hi’ to the latest addition. Everyone was ready to help with translation doubts. Everyone was ready to share their experience organizing local groups. Or answering questions in the support forums. Or just ready to chit chat. Or to organize a trip for the next WordCamp.</p>\n<p>So I just started doing the same.</p>\n<blockquote><p>And you don’t do it to become a known member of the Community. That’s just a catchy phrase for the post. You do it because it feels good.</p></blockquote>\n<p>Because you meet great developers, designers, freelancers… Because you can help anyone who knows a little less than you, the same way that the people that know more help you.</p>\n<p>In 2017 I was lucky enough to be part of WordCamp Madrid and WordCamp Bilbao, as a volunteer and as a speaker. I had the chance to talk about something that I’m really passionate in Madrid: the open web. I had the chance to speak up about net neutrality, about our contents, about walled gardens, about what we can do to save the web. I shared an important message with my peers.</p>\n<p>And in Bilbao I had the chance to explain the process of creating a WordPress theme from the moment the designer starts wireframing a project. My day to day job. Best practices, advice, tools, how-tos… I showed how I do my job to become better at it and to help others to become better too.</p>\n<p>Also in Pontevedra, we’re around 20-25 people every month in the local Meetup. And in Galicia, the region where I live, I’ve helped creating two more Meetup groups, in Ourense & Lugo. And I’m sure there will be more soon! There are almost 3 million people here, so many WordPress users still to find!</p>\n<h3>And what now?</h3>\n<p>I want to keep having fun and working to make WordPress a better tool and platform for as many people as possible. I want to find more people in the local communities to show them what we have here. And who knows? Maybe organizing a WordCamp in 2018.</p>\n<p>Also, in the next months I would like to find out if it’s possible also to become a more active member of the Global WordPress Community. As English is not our first language and we’re a little shy, probably not many Spanish speakers are known in the WP world. But I’m sure that the steps I did to become part of our national group can be done exactly the same way to be part of the international one, don’t you think?</p>\n<p>So, who knows? Will I go to a WordCamp in the USA or another country next year… as a speaker?</p>\n<p>And you? Are you ready to become part of your local and national Community? It’s easier than you think, I’m sure of that. Just… say it out loud and start doing stuff.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Becoming Known in the WordPress Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Becoming%20Known%20in%20the%20WordPress%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-known-wordpress-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Becoming Known in the WordPress Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-known-wordpress-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-known-wordpress-community%2F&title=Becoming+Known+in+the+WordPress+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Becoming Known in the WordPress Community\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/becoming-known-wordpress-community/&media=https://heropress.com/wp-content/uploads/2017/06/062117-150x150.jpg&description=Becoming Known in the WordPress Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Becoming Known in the WordPress Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/becoming-known-wordpress-community/\" title=\"Becoming Known in the WordPress Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/becoming-known-wordpress-community/\">Becoming Known in the WordPress Community</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 11:30:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Juan Hernando\";s: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:73:\"WPTavern: WordCamp Europe 2018 to be Held in Belgrade, Serbia, June 14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordcamp-europe-2018-to-be-held-in-belgrade-serbia-june-14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1938:\"<p>Belgrade, Serbia will host the sixth edition of WordCamp Europe, June 14-16, 2018. Prior host cities include Leiden, Sofia, Seville, Vienna, and Paris. Attendees and the massive 221-person volunteer crew gave their enthusiastic approval when organizers announced the event would be returning to Eastern Europe next year.</p>\n<blockquote class=\"instagram-media\">\n<div>\n<div>\n<div></div>\n</div>\n<p> <a href=\"https://www.instagram.com/p/BVcncQEhX_g/\" target=\"_blank\">WordCamp Europe 2018 will be in Belgrade, Serbia, June 14-16! <3 #wceu</a></p>\n<p>A post shared by Sarah Gooding (@pollyplummer) on Jun 17, 2017 at 9:18am PDT</p>\n</div>\n</blockquote>\n<p></p>\n<p>The Serbian WordPress community has <a href=\"https://wptavern.com/a-glimpse-into-serbias-rapidly-growing-wordpress-community\" target=\"_blank\">grown exponentially since the first WordPress meetup</a> was held in 2013 at ManageWP’s offices. Now, Serbia hosts meetups in several cities and many of them are averaging more than 100 attendees. Meetup.com is not very popular in Serbia so the <a href=\"https://www.facebook.com/groups/613503768679500/\" target=\"_blank\">WP Serbia Facebook group</a> is used more frequently to organize community events. The group has grown from 600 members to more than 4,700 during over the past two and a half years.</p>\n<p>At WordCamp Europe I had the opportunity to interview Jenny Beaumont, this year’s local lead for Paris, along with Milan Ivanović who will lead the local team next year in Serbia. Beaumont shares the challenges of wrangling busy volunteers on the local team and offers Ivanović some advice as he prepares to head up the team in Serbia. Ivanović is eager to acquaint WordPress’ global community with Serbia’s famous hospitality and sums up why prospective attendees should consider attending in 2018: “The food!”</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 05:22:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WooCommerce Drops 50% Renewal Discount on Subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/woocommerce-drops-50-renewal-discount-on-subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2919:\"<p>Customers who purchased extensions from <a href=\"https://woocommerce.com/\">WooCommerce.com</a> are discovering that the renewal discount of 50% has been removed. Instead, they are now paying full-price.</p>\n<p>The <a href=\"https://woocommerce.com/blog/\">WooCommerce blog</a> and the official <a href=\"https://twitter.com/woocommerce\">Twitter account</a> do not mention anything about the price increase.</p>\n<p>We contacted Automattic and asked if the discount was removed and if customers received prior notice of the price increase. Todd Wilkens, head of WooCommerce, provided the Tavern with the following statement:</p>\n<blockquote><p>All customers receive notification of their upcoming renewal 7 or 15 days before a charge. If anyone received an incorrect price, please contact us immediately and we will make it right. As always, we are committed to making sure WooCommerce is affordable to the widest range of people while maintaining our high level of service and support.</p></blockquote>\n<p>A customer upset by the change contacted WooCommerce’s support desk and inquired about the price increase. The support representative confirmed that the discount was removed and that customers will need to pay full-price to renew.</p>\n<p>The customer service rep also explained that the change is due to WooCommerce moving to a straight renewal process, similar to other SaaS products. The representative concludes the ticket by saying they’re monitoring and accepting feedback about the change.</p>\n<img />WooCommerce Customer Support Response\n<p>Nathan Hadsall, who makes a living using WooCommerce, is among those upset by the change. “I have been a huge WooCommerce supporter and most of my work as a developer is spent working with WooCommerce,” Hadsall said.</p>\n<p>“However this type of approach to business is very sad. I have no problem paying for a license despite the fact that GPL software is available cheaper and legally/ethically by other means.</p>\n<p>“I will still stick to WooCommerce since the core is fantastic and is getting better. The biggest change for me will be the plugins and code I use to extend WooCommerce functionality. I will probably start to look elsewhere.</p>\n<p>“The biggest gripe I have is with the way WooCommerce does business. WooCommerce has never seemed to care about their customers. Slipping this pricing change in was not an honest move.”</p>\n<p>Raising prices for renewals is a part of business and something I think many customers expect at some point. However, raising prices on subscriptions that existing customers may have set to auto-renew, without explicitly notifying them about the change, can create a negative, lasting experience.</p>\n<p>If you purchased a subscription on WooCommerce.com and have set it to auto-renew, keep a close eye for your renewal notice.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 02:56:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:50:\"WPTavern: Disqus 3.0 Beta Improves Comment Syncing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/disqus-3-0-beta-improves-comment-syncing\";s: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:2195:\"<p>When <a href=\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus\">we interviewed</a> Daniel Ha, CEO and co-founder of Disqus, earlier this year, he explained why some users were <a href=\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus#comment-216978\">reporting problems</a> syncing comments between Disqus and WordPress and that improvements would be coming soon.</p>\n<p>“We may have taken some services offline to work on them which may have affected those who were trying to sync,” Ha said.</p>\n<p>Disqus <a href=\"https://blog.disqus.com/disqus-for-wordpress-3.0-plugin-beta-now-available-for-testing\">has released</a> 3.0 Beta 1 that fixes syncing issues and introduces a redesigned settings screen. Disqus 3.0 was rewritten to take advantage of newer APIs in WordPress which will allow for faster iterations of improvements.</p>\n<p>Comments are synced to the WordPress database using a webhook method instead of wp-cron making the process more reliable. This version also supports edited comments and comment states enabling users to see if comments are approved, pending, or deleted.</p>\n<img />Disqus 3.0 Settings Screen\n<p>Disqus 3.0 has a redesigned settings screen that includes shortcuts to frequently visited sections of Disqus’ backend. Disqus replaces the Comments top-level menu item and shortcut links are now available in the WordPress Admin Bar.</p>\n<p>Other improvements to the plugin include:</p>\n<ul>\n<li>Replacing WordPress comments template with Disqus comments</li>\n<li>Replacing WordPress comment count with Disqus comment count</li>\n<li>Automatic closing of WordPress login window when using single sign-on</li>\n</ul>\n<p>The plugin is only available <a href=\"https://github.com/ryanvalentin/disqus-wordpress-plugin/releases/\">via Gitub</a> as the team seeks feedback to identify potential issues before rolling it out to the public. If you discover a bug, you can report it by <a href=\"https://github.com/ryanvalentin/disqus-wordpress-plugin/issues\">opening a new issue</a> on the project’s Github page.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2017 07:28: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:\"Jeff Chandler\";s: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:21:\"Matt: Peak Tea Demand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s: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:459:\"<p>I found this funny anecdote from <a href=\"https://www.cnet.com/news/tesla-is-changing-the-electric-grid/\">a CNET article about the future of power</a>: </p>\n<blockquote><p>Power and utility companies must exactly balance supply with what people consume at any given moment. UK grid operators famously must cope with a demand surge after the TV soap opera “EastEnders” ends, when thousands of people start boiling water for tea.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2017 15:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: WordCamp Europe 2017 Draws 1900 Attendees from 79 Countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordcamp-europe-2017-draws-1900-attendees-from-79-countries\";s: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:5654:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-2017-volunteers.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p><a href=\"https://2017.europe.wordcamp.org\" target=\"_blank\">WordCamp Europe</a> was held this weekend in Paris, bringing together 1,900 attendees from 79 countries. Another 1,000 people joined via livestream from 77 countries to make a total audience of 2,900 participants from 92 countries. The number of attendees on the ground was about one third less than original estimates of 3,000, but everyone who wanted a ticket was able to get one. A team of 221 volunteers communicated on Slack behind the scenes to make the event run as smoothly as possible.</p>\n<p>The event’s 45 organizers made the presentations more accessible to speakers of different languages with live captioning and real-time audio translation.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/live-captioning.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>WordCamp Europe is the leading WordPress event for catching presentations about the ongoing efforts to bring the software to all the languages of the world. A large percentage of attendees were multi-lingual leaders in WordPress’ translation community, resulting in many presentations and lightning talks focused on topics like communication, internationalization, organizing translation sprints, and using inclusive language for interfaces.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/petya-wceu-2017.png?ssl=1\"><img /></a>photo credit: <a href=\"https://twitter.com/WCEurope/status/875616228714270726\">WordCamp Europe 2017 Photography Team</a>\n<p>Matt Mullenweg and Om Malik joined the event for a casual Q&A session with attendees wherein Mullenweg showed a demo of the new Gutenberg editor and announced its availability as <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">a plugin on WordPress.org</a>. We’ll cover their comments on the future of the editor and the open web more in-depth in another post.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wceu-q-and-a-with-matt-and-om.jpg?ssl=1\"><img /></a></p>\n<p>This year’s WordCamp Europe sponsors had space for large 360° booths and the opportunity to be featured in 30-second advertisements between sessions. Organizers also arranged for sponsor workshops with a dedicated space for those who purchased the highest sponsorship levels. These workshops included topics like Creating a WordPress Theme for the Masses, Intro to WooCommerce, Jetpack tips, and hosting product demos.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/sponsors-wceu.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>WordCamp Europe had no shortage of swag unique to the event, including a limited edition French plush Wapuu, posters, postcards, socks, stickers for European WordCamps, and other items for sale in the traveling Swag Store. A giant, stuffed French Wapuu made the rounds, appearing in pictures with attendees.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">The fun, family and Wapuu moment <a href=\"https://twitter.com/WCEurope\">@WCEurope</a>! <a href=\"https://twitter.com/hashtag/getwapuu?src=hash\">#getwapuu</a> <a href=\"https://twitter.com/hashtag/WCEU?src=hash\">#WCEU</a> <a href=\"https://twitter.com/hashtag/wceu2017?src=hash\">#wceu2017</a> <a href=\"https://t.co/eykTMyuiC8\">pic.twitter.com/eykTMyuiC8</a></p>\n<p>— Anil Gupta (@guptaanilg) <a href=\"https://twitter.com/guptaanilg/status/875969553053962240\">June 17, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"hi\" dir=\"ltr\">Swag + Wapuu = ❤️ <a href=\"https://t.co/Lg5LGYeHmj\">pic.twitter.com/Lg5LGYeHmj</a></p>\n<p>— WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/875721426753527808\">June 16, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\" target=\"_blank\">Contributor Day</a> kicked off the event on Thursday with a strong turnout of 473 attendees. Traditionally, WordCamp contributor days are held on Sunday after the main event, the day following the after party when many who signed up struggle to make it on time – or at all. WordCamp Europe attendees generally appreciated having the contributor day scheduled before the main conference and the higher attendance numbers demonstrate the success of this arrangement.</p>\n<p>The after party featured a 1930’s theme at the Pavillon d’Armenonville. Attendees dressed the part and enjoyed a relaxing end to the WordCamp with an evening of dancing and meeting new and old friends.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Maybe the coolest guys at <a href=\"https://twitter.com/hashtag/WCEU?src=hash\">#WCEU</a> After-Party! ❤️<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/schlessera\">@schlessera</a> <a href=\"https://twitter.com/glueckpress\">@glueckpress</a> <a href=\"https://t.co/p0xDyjyD9N\">pic.twitter.com/p0xDyjyD9N</a></p>\n<p>— Carole Olinger ? (@CaroleOlinger) <a href=\"https://twitter.com/CaroleOlinger/status/876180870763294721\">June 17, 2017</a></p></blockquote>\n<p></p>\n<p>Organizers anticipate that videos of the presentations will be available next week. We will also be rolling out video interviews with interesting people from the European and global WordPress community in the coming days.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Sun, 18 Jun 2017 13:45:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: 10 Lessons Learned From Five Years of Selling WordPress Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/10-lessons-learned-from-five-years-of-selling-wordpress-products\";s: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:7934:\"<p><img />This post was contributed by <a href=\"https://www.rebeccagill.com/\">Rebecca Gill</a>. Rebecca is the founder of <a href=\"https://www.web-savvy-marketing.com/\">Web Savvy Marketing</a>, a web development, design, maintenance, and SEO consulting company based in Michigan and host of the <a href=\"https://www.seobits.fm/\">SEO Bits podcast</a>.</p>\n<p>Rebecca recently <a href=\"https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store\">sold her Genesis Theme store to 9seeds</a>, a store she managed and maintained for five years. In this post, she shares ten lessons learned from selling WordPress products.</p>\n<hr />\n<p>When <a href=\"https://wanderingjon.com/\">Jon Brown</a> and I started talking about Web Savvy Marketing selling its theme store to 9seeds, it became abundantly clear that I wasn’t just selling him a portfolio of Genesis child themes. Anybody can do that. What I was really selling him was an established process and five long years of making mistakes and creating solutions.</p>\n<p>When I launched our theme store and stepped into the world of developing WordPress products, I was beyond naïve. I had no idea what I was getting myself into and I didn’t know how to run a successful e-commerce business.</p>\n<p>But after a lot of mistakes and course corrections, I found stability, a lot of great customers, and more revenue than I expected.</p>\n<p>Today, I’m sharing my top 10 lessons learned with you, so I can spare you from falling down the same rabbit holes and pitfalls.</p>\n<h2>My 10 Lessons Learned</h2>\n<h3>Reputation Is Everything</h3>\n<p>I didn’t set up out to create a strong reputation and I honestly didn’t know I was doing it. I was just following the rules given to me by my Grandmother and the basics of business I learned while working for my prior employers.</p>\n<p>What I realized was this – having a strong reputation helps you sell, but it also helps keep you out of hot water when things don’t go as you plan. People are more willing to buy from you, become your brand advocates, and forgive you when you make a mistake.</p>\n<h3>A Strong FAQ Page Is Worth Its Weight in Gold</h3>\n<p>I didn’t see this as a necessary page at first, but once I had the same question asked 100 times, I realized I needed to have an easily accessible page that answered common questions. Our comprehensive FAQ page has saved me time, but it also aided in sales. Visitors receive immediate answers to their questions and they are more inclined to hit the buy button while you still have their attention and interest.</p>\n<h3>Thorough Post-sale Communication Is a Requirement</h3>\n<p>During the first year of our store opening, I was flooded with post-sale emails and inquiries. No one was using our support forum and the option of self-service. I was so annoyed and frustrated it wasn’t even funny. And then something happened.</p>\n<p>I realized it wasn’t the buyers’ fault. I realized it was my fault. I had failed to communicate, provide next steps, and set expectations. Once I took ownership over this issue, I created a follow-up sequence that provided post-purchase instructions on where to go and what to do.</p>\n<p>A magical thing happened – or many things actually. I freed up my time because people stopped emailing me and I had happy customers who actually thanked me for all the great follow-up information. That was a win/win if there ever was one.</p>\n<h3>Email Templates Save Oodles of Time</h3>\n<p>Even with my stellar FAQ page and follow-up emails, I still received inquiries from people who asked similar questions. I learned to create email templates for anything I had to answer more than five times. This reduced my response time from five minutes to thirty seconds. This freed up my time and more importantly, it gave faster responses to my customers, so they were happy.</p>\n<h3>Create Systems to Save Sanity</h3>\n<p>I’m slightly <span class=\"st\">obsessive-compulsive</span> and I used this to our advantage with the theme store. I created project templates for any new theme launch and I mimicked the same type of tight structure I have with large custom website builds.</p>\n<p>We had a template full of to-do items, ownership of tasks, and expected turn around times. This made the design, coding, and launch of a theme very systematic. This in turn translated to faster product launches, fewer mistakes, and a reduction in development costs.</p>\n<h3>Strong SEO Is Your Friend</h3>\n<p>I could not have been successful without search engine optimization. I let SEO lead the way for what we would sell, who we would sell it to, and how we would market the final product. Strong SEO helped me select the right themes to develop, get quick sales, and cover my development costs within a few months of each launch.</p>\n<h3>Social Media Is a Time Suck but Worth Every Minute Invested</h3>\n<p>I have a love/hate relationship with social media. I hate that it takes so much time and it can be so emotionally draining. At the same time, I love that it helps you reach customers around the world and it supports the SEO process. Social media was a life raft in many ways and I don’t think the store or sales would have grown without it.</p>\n<h3>If Things Can Go Wrong, They Will Go Wrong</h3>\n<p>I have felt like this has been the norm for us this last year. Hosting, plugins, payment gateways, and third-party software sites have worn me out. And I’ve had a team to fix everything. You have to expect things to fail and you must have a plan to fix them quickly. It’s the nature of life and business. Learn to deal with issues quickly and to address one thing at a time.</p>\n<h3>Grace Goes a Long Way in Diffusing Bad Situations</h3>\n<p>No matter how hard you try and how hard you work, your customers will have bad days. When that happens you might receive the brunt of their emotions. This is called ‘transference’ and in most cases it has nothing to do with you or your product.</p>\n<p>You have to recognize this for what it is and handle it with grace. Close your email, walk away from your desk, or do whatever you have to do to not reply in anger. Instead, you need to let the moment pass so you can reply calmly and with grace. In each situation where I’ve used this tactic, I’ve had the crazy person reply with an apology, tell me they were having a really bad day, and then thank me for keeping my calm.</p>\n<h3>People Will Steal Your Products, So Try Not to Take It Personally</h3>\n<p>People will steal your work and your products. You’ll find your premium digital products sitting for download on forums and it will break your heart. Don’t let it. Address the situation and move on. Don’t let someone else’s bad juju ruin your mood, day, or momentum. It won’t help the situation and it will drive you crazy if you let it.</p>\n<h2>In Hindsight</h2>\n<p>I loved launching and owning our theme store. I didn’t sell it because I hated it or because it wasn’t profitable. I sold it because it was no longer the best fit for our company and me personally, which meant it wasn’t going to service our customers as it should.</p>\n<p>If I had the opportunity to do things over, I would still launch and I’d follow the same path I did over the last five years.</p>\n<p>The theme store brought me some wonderful employees, great online friends, and it brought me deeper into the WordPress community.</p>\n<p>Selling the store was a hard decision, but the right one. In my heart, I knew I wanted to focus the company more on custom development and I wanted to spend more time with my SEO courses and my <a href=\"https://www.seobits.fm/\">new podcast</a>.</p>\n<p>If you’re new to WordPress products and you’re considering launching a new product offering, I encourage you to jump in. Learn from my mistakes, but hold on, because you’re in for a wild ride.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 22:36:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:29:\"Matt: 4.8 and What’s 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/06/4-8-and-whats-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3844:\"<p>Last week <a href=\"https://wordpress.org/news/2017/06/evans/\">we released version 4.8 “Evans” of WordPress</a>, as I write this it has had about <a href=\"https://wordpress.org/download/counter/\">4.8 million downloads</a> already. The release was stable and has been received well, and we were able do the merge and beta <a href=\"https://make.wordpress.org/core/4-8/\">a bit faster</a> than we have before.</p>\n<p>When I <a href=\"https://make.wordpress.org/core/2017/01/04/focus-tech-and-design-leads/\">originally wrote about the three focuses for the year</a> (and in <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">the State of the Word</a>) I said releases would be driven by improvements in those three areas, and people in particular are anticipating the new Gutenberg editor, so I wanted to talk a bit about what’s changed and what I’ve learned in the past few months that caused us to course correct and do an intermediate 4.8 release, and why there will likely be a 4.9 before Gutenberg comes in.</p>\n<p>Right now the vast majority of effort is <a href=\"https://github.com/WordPress/gutenberg\">going into the new editing experience</a>, and the progress has been great, but because we’re going to use the new editor as the basis for our new customization experience it means that the leads for the customization focus have to wait for Gutenberg to get a bit further along before we can build on that foundation. Mel and Weston took this as an opportunity to think about not just the “Customizer”, which is a screen and code base within WP, but really thinking in a user-centric way about what it means to customize a site and they identified a number of low-hanging fruits, areas like widgets where we could have a big user impact with relatively little effort.</p>\n<p>WordPress is littered with little inconsistencies and gaps in the user experience that aren’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.</p>\n<p>I didn’t think we’d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and <a href=\"https://make.wordpress.org/core/2017/06/16/4-9-and-gutenberg/\">I think we can do it again</a>.</p>\n<p>4.8 also brought in a number of developer and accessibility improvements, including <a href=\"https://make.wordpress.org/core/2017/04/23/target-browser-coverage/\">dropping support for old IE versions</a>, but as I mentioned (too harshly) in my <a href=\"https://make.wordpress.org/core/2017/04/13/first-quarter-check-in/\">first quarter check-in</a> there hasn’t been as much happening on the REST API side of things, but after talking to some folks at WordCamp EU and the community summit before I’m optimistic about that improving. Something else I didn’t anticipate was <a href=\"https://make.wordpress.org/core/2016/12/28/supporting-the-future-of-wp-cli/\">wp-cli coming under the wing of WP.org as an official project</a>, which is huge for developers and people building on WP. (It’s worth mentioning <a href=\"https://github.com/wp-cli/restful\">wp-cli and REST API work great together</a>.)</p>\n<p>To summarize: The main focus of the editor is going great, customization has been getting improvements shipped to users, the wp-cli has become like the third focus, and I’m optimistic about REST-based development the remainder of the year.</p>\n<p>I’ll be <a href=\"https://2017.europe.wordcamp.org/session/interview-and-qa/\">on stage at WordCamp Europe in Paris tomorrow afternoon</a> doing a Q&A with <a href=\"https://om.co/\">Om Malik</a> and taking audience questions, will also have a few announcements. You can get to the livestream tomorrow <a href=\"https://2017.europe.wordcamp.org/\">on the WordCamp EU homepage</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 13:33:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:108:\"WPTavern: WordCamp Europe 2017 Kicks Off with Contributor Day Focused on Growing WordPress through Inclusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72072\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\";s: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:7321:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-venue.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>Hundreds of WordPress contributors gathered today with space for each team to have its own dedicated room. The Community Summit was held earlier in the week, lending a strong contingent of veteran contributors to this event, ready to use the short time they had together.</p>\n<p>With a high concentration of WordPress expertise gathered in Paris, WCEU organizers were able to include 13 talks and workshops aimed at enriching contributors. For an event that has always focused on serving diverse communities, it’s no surprise that many of the contributor projects were focused on growing and improving WordPress through accessibility, internationalization, documentation, and inclusion.</p>\n<h3>WP REST API Team is Writing Docs to Make the API More Approachable to New Users and Contributors</h3>\n<p>WP REST API project co-lead Ryan McCue said their team was concentrated on improving documentation to give developers a better understanding of the REST API infrastructure and how it integrates with the rest of WordPress.</p>\n<p>“The main thing we’re trying to work on is documentation for this sort of stuff, because we’re lacking a lot of documentation around the infrastructure,” McCue said. “One of the things we don’t do well is having a way to go from ‘I know nothing’ to ‘I know this stuff.’ A lot our documentation describes solutions without describing the problem and how you pick a solution.” Contributors are working on a new set of user guides, which are currently on <a href=\"https://github.com/WP-API\" target=\"_blank\">GitHub</a>, that will eventually be included in the developer handbook.</p>\n<p>McCue said the next major project is completing work on <a href=\"https://github.com/WP-API/OAuth2\" target=\"_blank\">OAuth 2</a>, the new authentication method that will allow users to authorize applications to access data on their sites. He anticipates the team will have a “very workable plugin” that could be ready for testing within the next six months.</p>\n<p>“We need to get this sorted if any of the mobile apps are going to use the REST API,” McCue said. These apps currently use the existing XML-RPC and WordPress.com APIs. Although OAuth hasn’t been a major focus so far this year, McCue said the team is looking at changing that going forward.</p>\n<h3>Documentation Team is Working Towards Making HelpHub the Go-To Resource for WordPress Support</h3>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-docs-team.png?ssl=1\"><img /></a>photo credit: WordCamp Europe 2017 Photography Team\n<p>Jon Ang, who helped lead the Documentation team, said they have been focused on writing documentation for new contributors, as well as ensuring current docs are gender neutral and not overly technical so that content writers can understand them.</p>\n<p>“Helping with the project has traditionally been tough, because we don’t explain how you can get started,” Ang said. “We realized this across the entire documentation team. We are great at writing end-user documentation but not great at writing contributor documentation.”</p>\n<p>One of the major documentation projects they have been working on for the past few years is <a href=\"https://make.wordpress.org/docs/tag/helphub/\" target=\"_blank\">HelpHub</a>, a companion resource to DevHub that will eventually hold all end-user documentation for WordPress. Migration from the codex is complete and the goal is to retire the codex once the project launches. Docs contributors are working towards making HelpHub the first place that users search for assistance before taking to the forums, lifting some of the burden from support volunteers. HelpHub is being designed to be easily searchable, possibly powered by elasticsearch, with inter-connected articles that focus on a single topic with bite-sized content.</p>\n<p>Ang estimates HelpHub is 30% complete in terms of content and 50% in terms of development. The backend is mostly finished and contributors are now working on the frontend. They are also bringing in content experts to write articles on critical topics, such as security. Ang hopes the team can deliver an MVP by the end of this year and finish the project within the next year.</p>\n<h3>Community Team is Working on Redesigning Central.WordCamp.org to be More Useful to the Wider WordPress Community</h3>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-2017-community-team-contributors.png?ssl=1\"><img /></a>Community Team Contributors – photo credit: <a href=\"https://twitter.com/WCEurope/status/875328517000617984\">WordCamp Europe 2017 Photography Team</a>\n<p>A segment of Community Team contributors are working on marketing events better to the wider WordPress community that is not as well-connected with news about the project. As redesign of <a href=\"https://central.wordcamp.org/\" target=\"_blank\">central.wordcamp.org</a> is part of this effort.</p>\n<p>“Overall, the feeling is that we are not getting in front of the people who need our information the most,” Global Community Team member <a href=\"https://twitter.com/josephahaden\" target=\"_blank\">Josepha Hayden</a> said. “Most WordCamps are educational. There is an aspirational aspect to all of them, of course. But the people who could use the information the most are, for example, the people who inherited a WordPress site and don’t know what to do about that.”</p>\n<p>After reviewing Google Trends to see what people are actually looking for when they get to a WordCamp site, the Community Team found that most visitors are searching for a WordCamp and the year. The only reason they get to the site is because they already know the event is happening.</p>\n<p>“The deputies we’ve spoken to in the last year or so have been echoing this feedback that the problem our WordCamp organizers have is they don’t have any way to get the information out to attendees better,” Hayden said. “If you already know about WordCamps, it’s easy to find your local WordCamp but if you don’t, then it’s not.”</p>\n<p>The Community Team has begun working on a communication and marketing plan that may include things like automated emails or social media campaigns but their first priority is redesigning central.wordCamp.org.</p>\n<p>“We realized the first place we need to start is to have a canonical place for them to go,” Hayden said. “Central.WordCamp.org was always supposed to be that place but for awhile it had kind of a hybrid audience. We’re working on identifying the content, who the correct audience is, and what we’re missing if we want to help somebody who has never heard about any WordPress events.”</p>\n<p>The discussion around redesigning central.wordcamp.org discussion has been happening for a few years and the team already has a design that was donated. They have the homepage and several other pages complete and hope to have the new site launched by the end of the year.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 00:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Lifted, a WordPress Theme and Plugin Shop for the Marijuana Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/lifted-a-wordpress-theme-and-plugin-shop-for-the-marijuana-industry\";s: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:4731:\"<p><a href=\"https://liftedthemes.com/\">Lifted</a> is a new WordPress theme and plugin company founded by <a href=\"http://baltimoredrew.com/\">Drew Poland</a> that caters to the marijuana industry. I reached out to Poland to learn more about his company, his pricing model, and get his perspective on this space in the WordPress ecosystem.</p>\n<p><strong>Why did you decide to get into the marijuana industry with WordPress plugins and themes?</strong></p>\n<p>Two primary reasons. The first is that, I truly believe in its medicinal use and there’s more than enough research out to support its effectiveness.</p>\n<p>Documentaries like <a href=\"http://www.cnn.com/specials/health/medical-marijuana/index.html\">Weed from CNN and Dr.Sanjay Gupta</a> will bring you to tears watching children like Charlotte Figi, who suffer from extreme epilepsy, almost instantly stop the seizures and become functional with the things most of us take for granted like talking and walking.</p>\n<p>It’s tough to watch at times but there are a lot of cases from the extreme ones like end of life and debilitating issues, to everyday pain, stress, and PTSD management that make it a valuable alternative to harder, more addictive prescription drugs like Opioids, that are most commonly thrown at these as a solution.</p>\n<p>The second reason is less inspiring. It’s simply a budding industry with massive room for growth. It’s really just now coming around and I think will accelerate as it matures and the path will become clearer in terms of what clients need and want. An entire new industry has opened.</p>\n<p><strong>What are some of the technologies used to power your themes?</strong></p>\n<p>Everything is built the WordPress way so everyday users can for the most part, activate a theme and go. For the most part, its page templates, widgets, and some custom fields. If a user is comfortable with those than they can easily use a theme from Lifted.</p>\n<p><strong>Are your themes and plugins GPL licensed or GPL compatible?</strong></p>\n<p>Absolutely! Everything is 100% GPL licensed.</p>\n<p><strong>How did you determine the price range for Grape Ape $129.99-$379.99 and can you provide an ETA on when it might be released? (I don’t think I’ve ever seen pre-orders for a theme before)</strong></p>\n<img />Front page of the Grape Ape Theme\n<p>I simply wanted to come in with a product priced on the higher end because I’m a firm believer that most WordPress products are priced entirely too low.</p>\n<p>I value my time on the highest level since I can’t make more of it, so a sell low and at volume approach just doesn’t work for me. I don’t want to support a $50 theme and the reality is that if this were a custom project for a client, the budget needs to be $10k minimum.</p>\n<p>The estimated release date for Grape Ape is the end of July.</p>\n<p>The pre-order was a result of simply wanting to force myself to get the actual Lifted Themes site up. Otherwise, I would have waited until Grape Ape was complete and then spent entirely too much time on the Lifted site.</p>\n<p>So I had to settle in with a good-looking theme I could live with and later work with my designer to develop something more custom. Had I really wanted to push the pre-order more I would have ramped up marketing months in advance to build up the anticipation and desire for it.</p>\n<p><strong>Based on your research, how crowded is this space when it comes to WordPress themes and plugins?</strong></p>\n<p>I would say it’s a clear lane and you can drive as fast or as slow as you like. I have been slow-moving up until this point and had the first marijuana plugin on WordPress.org, so there’s a lot of room.</p>\n<p>The marijuana industry is also not what I would call mature and at the end of the day there is still a stigma in professional settings. So if you are someone building products on the side or have a lot of clients in a specific industry that isn’t so receptive, you might not feel comfortable broadcasting that you are working in this space.</p>\n<p><strong>Are there any legalities customers should be aware of before using your products?</strong></p>\n<p>If used as intended, no. At its core, Grape Ape is fitted for your typical run of the mill business website, that’s no different from a coffee shop.</p>\n<p>At the moment, plugins are also in a clear zone. In the future, that may become more of a concern as services and tools are opening their APIs to connect dispensary back office systems with their web presence. That’s where things start to get tricky, more from a potential patient data view than anything else.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 21:14:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:69:\"WPTavern: 9seeds Acquires Web Savvy Marketing’s Genesis Theme Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store\";s: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:3761:\"<p><a href=\"https://9seeds.com/\">9seeds</a>, a WordPress development agency <a href=\"https://9seeds.com/the-launch-of-9seeds/\">launched in 2009</a>, has <a href=\"https://9seeds.com/custom-wordpress-development-plugins-genesis-themes/\">acquired</a> Web Savvy Marketing’s <a href=\"https://www.web-savvy-marketing.com/store/\">theme store</a> for an undisclosed amount. <span class=\"st\">Web Savvy Marketing <a href=\"https://www.web-savvy-marketing.com/2012/03/genesis-child-theme-store/\">launched its theme store</a> in 2012 and currently has a library of 26 themes built on the <a href=\"https://my.studiopress.com/themes/genesis/\">Genesis Framework</a> by StudioPress. </span></p>\n<img />Web Savvy Marketing Theme Store\n<p><span class=\"st\">Chris Cree who helped launch and manage the theme store in 2012 departed from the company in 2016 and moved overseas to <a href=\"https://www.web-savvy-marketing.com/2016/07/saying-goodbye-to-chris-cree/\">create a bible school</a>. As the focus of Web Savvy Marketing shifted towards larger custom development projects and SEO, Rebbecca Gill, founder of Web Savvy Marketing, needed to find a way to <a href=\"https://www.web-savvy-marketing.com/2017/06/investment-strategy-wsm-selling-genesis-theme-store/\">maintain the theme store</a>. </span></p>\n<p>“I wanted Chris’ vision to live on and I wanted all my babies to continue to flourish and find their way to websites around the world,” Gill said. “I was at a crossroads and I didn’t know what to do.</p>\n<p>“I needed to make sure the company had a solid long-term strategy, but I also needed to protect our loyal theme customers. Five years of sales meant we had a lot of existing buyers who needed ongoing support.”</p>\n<p>Last year, Gill met Jon Brown, owner of 9seeds, and established a professional relationship.</p>\n<p>“We have very similar views on business, friendships, and ethics,” Gill said. “I liked him right away and I knew I wanted to spend more personal and professional time with him.</p>\n<p>“And as we grew closer, we started chatting about my struggles with the theme store and his long-term business goals. Before I knew it, he wanted to acquire the theme store and I wanted to give it to him.”</p>\n<p>9seeds has built a number of custom sites for clients using the Genesis Framework. For those who wanted to leverage existing themes, the company has often referred clients to Web Savvy Marketing’s theme store.</p>\n<p>“It took a bit more time of getting to know each other personally before I came to hold the same feelings that others had shared about her,” Brown said. “I felt deeply that this was a person I not only wanted to be friends with but wanted to be in business with. It became apparent to both of us that this was a perfect fit.”</p>\n<p>The acquisition brings the themes in-house and expands 9seeds reach into the WordPress products market.</p>\n<p>“It’s a win for 9seeds by giving us a springboard into a market we’ve long had our eye on accompanied by the best trail guide in the business showing us the path,” Brown said.</p>\n<p>“It’s a win for WSM by freeing Rebecca and her team up to align with where her focus now is on larger custom site builds and SEO consulting.”</p>\n<p>9seeds is providing support for existing customers and is working on a new theme. The support forums and theme store will migrate to the 9seeds domain later this year.</p>\n<p>To learn more about Brown and his work with 9seeds, <a href=\"https://wptavern.com/wpweekly-episode-276-interview-with-jon-brown-a-traveling-digital-nomad\">listen to episode 276</a> of WordPress Weekly.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 19:18: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:13:\"Jeff Chandler\";s: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:96:\"Post Status: An entrepreneurial journey around eCommerce, with Patrick Rauland — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://poststatus.com/entrepreneurial-journey-around-ecommerce-patrick-rauland-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2488:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week’s guest host, Patrick Rauland.</p>\n<p>In this episode, Brian and Patrick Rauland discuss the state of eCommerce today, both from a product perspective, and for store owners. They also discuss Patrick’s own journeys in the land of eCommerce, as a former product manager for WooCommerce, a course author for Lynda (now LinkedIn Learning), a consultant, and an online eCommerce conference organizer.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/72909.mp3\">https://audio.simplecast.com/72909.mp3</a><br />\n<a href=\"https://audio.simplecast.com/72909.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.speakinginbytes.com/\">Patrick’s programming blog</a></li>\n<li><a href=\"https://www.liftoffsummit.com/\">Lift Off Summit</a></li>\n<li><a href=\"https://neversettle.it/projects/apis/ns-fba-for-woocommerce-premium-wordpress-plugins/\">Amazon FBA for WooCommerce</a></li>\n<li><a href=\"http://www.shipstation.com/\">ShipStation</a></li>\n<li><a href=\"https://www.stitchlabs.com/\">Stitch Labs</a></li>\n<li><a href=\"http://www.tropicalmba.com/\">Tropical MBA</a></li>\n<li><a href=\"https://wooconf.com/\">WooConf</a></li>\n<li><a href=\"http://www.ecommercefuel.com/\">eCommerceFuel</a></li>\n<li><a href=\"https://poststatus.com/publish/\">Post Status Publish</a></li>\n</ul>\n<p><a href=\"https://www.flickr.com/photos/46544223@N05/26247563071/in/photostream/\">Photo Credit</a></p>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 01:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s: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:93:\"WPTavern: WPWeekly Episode 277 – WordPress 4.8, Filing Good Bug Reports, and WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71968&preview=true&preview_id=71968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-277-wordpress-4-8-filing-good-bug-reports-and-wp-super-cache\";s: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:3427:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I start off the show by sending Jesse Peterson our thoughts, prayers, and positive energy. Peterson is a longtime member of the WordPress community, founder of<a href=\"https://www.genesisthe.me/\"> Genesis The.me</a>, and is battling <a href=\"http://www.cffatboy.com/what-is-cystic-fibrosis/\">Cystic Fibrosis</a>. He received the call last Friday to receive a double-lung transplant but the surgery was cancelled after doctors determined the lungs were bad after removing them from the patient. We’re hoping he gets the call again soon!</p>\n<p>We give insight into what’s new in WordPress 4.8, provide tips for filing a good bug report, and tell you what to expect in the next major version of WP Super Cache. We discuss Imagely acquiring TeslaThemes and near the end of the show, we talk about the WordPress Community Summit at WordCamp Europe.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries</a><br />\n<a href=\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\">Harare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017</a><br />\n<a href=\"https://wptavern.com/major-update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-improvements-to-legacy-file-storage\">Major Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage</a><br />\n<a href=\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\">Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptestdrive.com/\">wpTestDrive</a> allows you to try commercial themes and plugins before purchasing them. wpTestDrive creates a new WordPress instance with admin access where you can test plugins, themes, and their add-ons with or without demo content. It’s free, and test drives stay active for 10 days for registered members or 24 hours for guests. The site uses affiliate links to commercial products to offset the cost of running the site.</p>\n<p><a href=\"https://wordpress.org/plugins/camptix/\">CampTix</a> is a free, open source ticketing plugin for WordPress that powers the ticket purchasing experience on WordCamp.org. Some of its features include, multiple ticket and attendee forms, coupon codes, mass emailing of attendees, exporting data into CSV or XML, refunds, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 21st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #277:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 23:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:25:\"HeroPress: Trust Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/trust-yourself/?utm_source=rss&utm_medium=rss&utm_campaign=trust-yourself\";s: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:8453:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/061417-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be open minded, trust yourself, and talk about what matters to you.\" /><p><em><strong>Editor’s Note:</strong> Birgit has been a friend of HeroPress since it’s very beginning. Through the oddities of life she was never able to do an essay. Recently she told me she would have one soon. This is not that essay. Our contributor this week needed some extra time and Birgit said she had something she wanted to write about, so here it is. Many thanks Birgit.</em></p>\n<p>Something is in the air. Do you feel the WordPress vibrations? It’s shortly before the fifth WordCamp Europe which will be held in Paris this year. The social channels like Twitter & Co. are flooded with pre-event messages. You can feel the emotions of excitement and sadness in the timeline nearby. People share their excitement about their upcoming attendance and others who can’t make it. I am a person who belongs to both groups.</p>\n<p>But let me begin some months ago to tell you how this came to be. After WordCamp Europe in Vienna last summer I purchased my ticket for WCEU 2017 in Paris directly after the ticket sale was opened. There was no doubt at all I would participate.</p>\n<blockquote><p>How life’s play changes, it worked out differently than planned.</p></blockquote>\n<p>I’ve struggled with some health issues over several years. Mostly caused by stress during and after the divorce, as well as some deaths in the vicinity. Nothing really serious, but not ignorable. I thought… But at the end of the summer last year I got seriously ill. Not the right place for details here, but I had to quit my day job in a small agency because the fixed-term employment contract ended at the same time. Also, I had to reduce any contributions to the WordPress project. I had to reduce my freelancing contracts, too.</p>\n<p>I ran from one medical specialist to the other to find the cause of my illness. I was so frustrated not to be able to work like I’ve done before and so upset about the brain-fog and the fatigue. It was so depressing. As a mom of five children, it is not funny to be ill. The three youngest kids are living at home with me and my new partner. My oldest daughter bought her own house. But I couldn’t help her while moving. Can you imagine, how frustrating this could be?</p>\n<p>But hey – I am a fighter like a lioness. I put everything on the plate, invested my small savings into healing treatments and so on.</p>\n<blockquote><p>To make a long story short, I am getting healthier every day.</p></blockquote>\n<p>We found the cause and the healing treatments are helping like expected. Two operations went well. It is a process, but it’s going forward.</p>\n<p>Sitting at home without a job is not my thing, so I searched for a new day job. I found a part-time employment in my hometown as a head of a tutoring institute. It is ok, but nothing WordPress related. It secures my existence. But my saving balance allowed no budget for WordCamp travels. I gave up thoughts of attending WordCamp Europe in Paris this year.</p>\n<p>So I decided to offer my ticket.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I’v to sell my <a href=\"https://twitter.com/hashtag/wceu?src=hash\">#wceu</a> ticket I bought last year. Unless it happens a miracle and there is a sponsor for stay & travel <a href=\"https://twitter.com/WCEurope\">@WCEurope</a> <a href=\"https://t.co/PFWBTtSmlq\">pic.twitter.com/PFWBTtSmlq</a></p>\n<p>— Coach Birgit Olzem (@CoachBirgit) <a href=\"https://twitter.com/CoachBirgit/status/867323301399588864\">May 24, 2017</a></p></blockquote>\n<p></p>\n<p>The unexpected miracle happened. I found sponsors for travel & stay without active seeking. My generous sponsors rewarded my past contributions to WordPress and Community over several years with this openhearted support. I am so grateful for this.</p>\n<p>Since 2012 I have been an active member of the WordPress Community. First as the main responsible person for the translations of WordPress into German, then as a part of the international Polyglots team. I am also editor and release manager for local German site and I am a member of some other contribution teams in the WordPress ecosystem. I spent a lot of spare time and money on contributions and WordCamp travels.</p>\n<blockquote><p>Perhaps you can imagine how frustrating it was, that I couldn’t afford to travel to WordCamp Europe.</p></blockquote>\n<p>An event where I can meet a lot of friends I made over the last years. Even more, I was happy to get the generous sponsoring. I am so grateful!</p>\n<p>In the last two years I had to reduce my contribution time and disappeared from the scene, but I followed the changes and enhancements within the community in the background. Nevertheless I wasn’t forgotten.</p>\n<p>And it’s not only me who get help to attend to WCEU:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Today is a completely different day. Largely thanks to <a href=\"https://twitter.com/jdevalk\">@jdevalk</a> (and team <a href=\"https://twitter.com/yoast\">@yoast</a> ) I WILL be attending. Beyond grateful is what I am.</p>\n<p>— Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/874595421112414208\">June 13, 2017</a></p></blockquote>\n<p></p>\n<p>Everyone has had some downs and some ups. If you ask, there is always someone who is willing to help you. It is an example of a mindset from an open-source community like the WordPress community and it reflects the philosophy. You can get everything, but you have to ask. Only speaking people can be helped.</p>\n<p>Apropos speaking people can get helped:</p>\n<p>I have a dream over some years to contribute to WordPress in full-time as a WordPress Community Manager. There are so many things I can do even if I am not a full-stack developer. Perhaps this miracle happens, too. But at this moment I am sitting on my suitcases to write about the generosity in the WordPress Community. This essay wasn’t planned, but it happened to have been written.</p>\n<p>I am so grateful for my heroes who made it happen, that I can go to the WordCamp Europe this year.</p>\n<p>There are so many unseen heroes outside who need to be seen.</p>\n<blockquote><p>Be open minded, trust yourself and talk about what matters to you.</p></blockquote>\n<p>There is a light at the end of the tunnel. Be your own hero.</p>\n<p>Beyond everything else: Care about yourself!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Trust Yourself\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Trust%20Yourself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Trust Yourself\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F&title=Trust+Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Trust Yourself\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/trust-yourself/&media=https://heropress.com/wp-content/uploads/2017/06/061417-150x150.jpg&description=Trust Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Trust Yourself\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/trust-yourself/\" title=\"Trust Yourself\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/trust-yourself/\">Trust Yourself</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 08:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Birgit Olzem\";s: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:82:\"WPTavern: Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\";s: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:4432:\"<p>In an effort to diversify and expand into the commercial WordPress theme market, <a href=\"https://www.imagely.com\">Imagely</a>, maintainers of <a href=\"https://www.imagely.com/wordpress-gallery-plugin/\">NextGEN Gallery</a>, <a href=\"https://www.imagely.com/tesla-themes-acquisition/\">have acquired</a> <a href=\"http://teslathemes.com/\">TeslaThemes</a> for an undisclosed amount.</p>\n<p>TeslaThemes <a href=\"https://wptavern.com/interview-with-brand-new-theme-club-teslathemes\">launched in 2013</a> as a theme club and recently celebrated its <a href=\"http://teslathemes.com/blog/teslathemes-anniversary-giveaway-and-redesign-announcement/\">fourth anniversary</a>. The company has 68 themes in its library, including the TeslaThemes framework.</p>\n<p>Eric Danzer, Founder and CEO of Imagely, says no major changes will be happening with TeslaThemes and that their immediate focus will be to provide maintenance and support.</p>\n<p>“Beyond that, our goal is to do more of what Tesla has already been doing so well – creating beautiful new themes and continually enhancing the existing themes,” Danzer said.</p>\n<p>Imagely has been busy this year launching a <a href=\"https://www.imagely.com/websites/\">managed WordPress hosting service</a> for photographers, releasing <a href=\"https://www.imagely.com/wordpress-photography-themes/\">new photography themes</a>, and an <a href=\"https://www.imagely.com/wordpress-lightroom-plugin/\">Adobe Lightroom plugin</a> that allows users to manage NextGEN galleries from within Lightroom.</p>\n<p>Later this year, Imagely plans to release a new version of NextGEN gallery with a redesigned backend interface. The company is also working on a way to add automated print fulfillment to WordPress.</p>\n<p>“Automated print fulfillment allows photographers to sell prints from their websites, and have those prints automatically delivered via the print lab without any intervention on their part,” Danzer said.</p>\n<p>“This functionality drives many large companies in the photo industry – SmugMug, ShootProof, Pixieset, Zenfolio, Photoshelter, and others. But it’s not possible yet on WordPress.</p>\n<p>“Bringing a full print solution to WordPress has the potential to revolutionize the photo industry and make WordPress the default web solution for photographers that it should be.”</p>\n<p>Marcel Sobieski, co-founder of TeslaThemes, <a href=\"http://teslathemes.com/blog/acquisition/\">thanked customers</a> for their support and confirmed that they exited the company on June 9th.</p>\n<p>“We built a solid, trusted and valuable business, that is needed on the market and is appreciated both by industry colleagues and clients,” Sobieski said.</p>\n<p>This is the second exit in the last six months for Sobieski and his team. The sale of TeslaThemes will allow them to focus on a new venture called <a href=\"http://www.wpmatic.io/\">WPMatic.io</a>, a one-on-one WordPress support and development company.</p>\n<p>“The six years of experience that we have in WordPress is already helping a few hundred clients and tens of companies and agencies in need, right after purchasing a WP Theme from the market,” Sobieski said.</p>\n<p>“Soon we will start partnering with some of the best WP Theme Clubs to deliver a unique experience for their clients.”</p>\n<p>The acquisition of TeslaThemes represents Imagely’s first major move into the general WordPress products market. The company is also seeking acquisition opportunities for other WordPress plugin and theme companies.</p>\n<p>“In the coming years, we’ll be both building and be acquiring a range of other WordPress theme and plugin companies,” Danzer said.</p>\n<p>“I’ll even add a small call here: if you have a solid WordPress product, with a great brand and stable revenue over around $200,000, and you are looking to exit, feel free to reach out to me directly to chat.”</p>\n<p><strong>Correction: June 14th, 2017</strong> The article incorrectly identifies Imagely as the creators of NextGEN Gallery. Alex Rabe is the creator of NextGEN Gallery and he <a href=\"https://alexrabe.wordpress.com/nextgen-gallery/\">released it in 2007</a>. Photocrati <a href=\"https://www.imagely.com/photocrati-acquires-nextgen-gallery/\">acquired the plugin</a> in February, 2016.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 21:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:42:\"Akismet: Coming Soon to a Jetpack Near You\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/06/13/coming-soon-to-a-jetpack-near-you/\";s: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:1007:\"<p>If you haven’t tried Jetpack yet — our sister plugin — there’s never been a better time to add it to your bucket list.</p>\n<p>In the coming weeks we’ll be announcing a really exciting new addition to Jetpack’s services and you can <a href=\"https://jetpack.com/know/\">sign up to get early access right here</a>.</p>\n<div id=\"v-Q1CJRnNs-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1942/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1942/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1942&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://blog.akismet.com/2017/06/13/coming-soon-to-a-jetpack-near-you/\"><img alt=\"Coming Soon to Jetpack\" src=\"https://videos.files.wordpress.com/Q1CJRnNs/jetpack_30secondsfinal_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 10:00: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:7:\"Richard\";s: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:82:\"WPTavern: WordCamp for Publishers Opens Up Ticket Sales, 50% Sold in the First 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:29:\"https://wptavern.com/?p=71732\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordcamp-for-publishers-opens-up-ticket-sales-50-sold-in-the-first-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:2365:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-for-publishers-2017.png?ssl=1\"><img /></a></p>\n<p>WordCamp for Publishers, the first niche WordCamp to be focused around a specific industry, <a href=\"https://2017-denver.journalist.wordcamp.org/tickets/\" target=\"_blank\">opened up ticket sales</a> today. The event will take place in Denver, Colorado, August 17-19, and organizers have planned for just 230 attendees, due to venue constraints. In less than 24 hours since tickets went on sale, the event is already 50% sold out.</p>\n<p><a href=\"https://2017-denver.journalist.wordcamp.org/speakers/\" target=\"_blank\">Speakers</a> and workshop facilitators have already been selected and published to the event’s website, featuring publication directors, developers, product managers, and other industry experts.</p>\n<p>The tentative schedule for the WordCamp includes a mixture of presentations, hands-on workshops, and social events to encourage networking and collaboration among publishers.</p>\n<ul>\n<li><strong>Thursday, August 17:</strong> Presentations and workshops, followed by a brewery tour</li>\n<li><strong>Friday, August 18:</strong> Presentations and workshops, followed by an after party</li>\n<li><strong>Saturday, August 19:</strong> Publisher plugin contributor day, followed by a Rockies baseball game</li>\n</ul>\n<p>One of the goals for the event is to encourage those who are maintaining open source tools for publishers to work together towards ensuring a strong future for those projects. Contributing is an important part of the event, as many of the organizers have experience working at or with publishing organizations that heavily rely on open source tools.</p>\n<p>The <a href=\"http://www.denverpost.com/\" target=\"_blank\">Denver Post</a> has donated the venue for the event as an official sponsor and the official hotel is a five-minute walk from there. After purchasing a ticket online, attendees will receive an email with a link to make a reservation at the Sheraton Denver Downtown Hotel, which has a designated block of rooms for WordCampers.</p>\n<p>Organizers expect the event to sell out quickly, so if you’re thinking of attending, don’t wait to <a href=\"https://2017-denver.journalist.wordcamp.org/tickets/\" target=\"_blank\">buy your ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 22: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: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:73:\"WPTavern: Unsplash Updates its License, Raises GPL Compatibility Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/unsplash-updates-its-license-raises-gpl-compatibility-concerns\";s: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:6631:\"<p><a href=\"https://unsplash.com/\">Unsplash.com</a>, a site that provides high-resolution photos for free, updated its license and the change has people in the WordPress community concerned.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So unsplash images are no longer public domain. No longer gpl compatible. What does it mean for <a href=\"https://twitter.com/hashtag/WordPressThemes?src=hash\">#WordPressThemes</a> that uses these images?</p>\n<p>— Carolina Nymark (@carolinapoena) <a href=\"https://twitter.com/carolinapoena/status/872977081067548672\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>Prior to the change, Unsplash’s license stated the following:</p>\n<blockquote><p><span>All photos published on Unsplash are licensed under <a href=\"https://web.archive.org/web/20170530053437/http://creativecommons.org/publicdomain/zero/1.0/\">Creative Commons Zero</a> which means you can copy, modify, distribute and use the photos for free, including commercial purposes, without asking permission from or providing attribution to the photographer or Unsplash.</span></p></blockquote>\n<p>According to GNU.org, the CC0 or Creative Commons Zero license <a href=\"https://www.gnu.org/licenses/license-list.en.html\">is compatible</a> with the GPL.</p>\n<blockquote><p>CC0 is a public domain dedication from Creative Commons. A work released under CC0 is dedicated to the public domain to the fullest extent permitted by law. If that is not possible for any reason, CC0 also provides a lax, permissive license as a fallback. Both public domain works and the lax license provided by CC0 are compatible with the GNU GPL.</p>\n<p>If you want to release your work to the public domain, we recommend you use CC0.</p></blockquote>\n<p>Unsplash’s new license states (emphasis mine):</p>\n<blockquote><p>All photos published on Unsplash can be used for free. You can use them for commercial and noncommercial purposes. You do not need to ask permission from or provide credit to the photographer or Unsplash, although it is appreciated when possible.</p>\n<p>More precisely, Unsplash grants you a nonexclusive copyright license to download, copy, modify, distribute, perform, and use photos from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. <strong>This license does not include the right to compile photos from Unsplash to replicate a similar or competing service. </strong></p></blockquote>\n<p>The inability to compile photos from Unsplash to replicate a similar or competing service is a restriction on how the photos can be used, calling into question its compatibility with the GPL.</p>\n<p>Luke Chesser, co-founder of Unsplash, <a href=\"https://twitter.com/lukechesser/status/873146783945416704\">explained on</a> Twitter that individual photos have no restrictions.</p>\n<p>“The Unsplash license doesn’t violate GPL and can still be used in WordPress themes,” Chesser said. “There are no restrictions on the individual photos.</p>\n<p>“There is only a restriction on the collection of photos, which doesn’t even apply unless your intent is to create a similar service.”</p>\n<p>For example, it’s ok if someone creates a site that displays the best photos of bridges from Unsplash. But if the site makes those photos available for download, it would <a href=\"https://community.unsplash.com/help-section/do-i-have-to-give-credit-to-a-photographer-when-i-use-their-photo\">violate the license</a>.</p>\n<p>On its FAQ page, Unsplash <a href=\"https://community.unsplash.com/help-section/what-is-the-unsplash-license-and-where-can-i-find-it\">explains why</a> the restriction was put in place:</p>\n<blockquote><p>The fuel that drives Unsplash is the exceptional images that are generously contributed by people from all over the world. Without them, none of this would work. Unsplash would be nothing. We owe everyone who’s contributed a photo not only a thank you but support and empowerment for the gifts they’ve given us.</p>\n<p>Out of respect for our contributors and our ability to uphold our value of empowering creativity, we added this sentence to the Unsplash License.</p>\n<p>We don’t support the mass duplication of Unsplash photos with the purpose of replicating a similar or competing service because it leads to confusion which negatively impacts both the spirit of open creative use and the celebration of Unsplash contributors.</p></blockquote>\n<p>Mass compiling of photos from Unsplash to distribute on other sites has created legal issues in the past. “Sites that mass duplicate and compile Unsplash photos point support and legal issues back to Unsplash, while continuing to redistribute photos that may be removed on Unsplash,” the company said.</p>\n<p>The reasons cited by Unsplash for putting the restriction in place are some of the same reasons WordPress plugin developers <a href=\"https://wptavern.com/the-gpl-license-doesnt-provide-the-freedom-to-infringe-registered-trademarks\">register trademarks</a>. The GPL allows the following freedoms.</p>\n<ol start=\"0\">\n<li>The freedom to run the program, for any purpose.</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish.</li>\n<li>The freedom to redistribute copies so you can help your neighbor.</li>\n<li>The freedom to distribute copies of your modified versions, giving the community a chance to benefit from your changes.</li>\n</ol>\n<p>Over the years, there have been many instances in the WordPress community where businesses have taken advantage of these freedoms merely to profit from the work of others.</p>\n<p>The reselling of commercial plugins causes confusion in the market and resellers typically point support and other inquiries back to the plugin’s developers.</p>\n<p>Trademarks give commercial plugin authors measures to protect their brand without violating the GPL. A good example is the <a href=\"http://www.gravityforms.com/trademark/\">GravityForms Trademark page</a> which clearly outlines how its brand can be used and displayed.</p>\n<p>For now, it appears that most people who use Unsplash will be unaffected by the licensing change. However, as long as there is one license that governs the use of images and it has at least one restriction, its compatibility with the GPL will remain in doubt.</p>\n<p><strong>Correction June 14th</strong> Luke Chesser, co-founder of Unsplash, did not say that individual photos are still CC0-licensed but rather, have no restrictions.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 21:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:131:\"WPTavern: Major Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/major-update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-improvements-to-legacy-file-storage\";s: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:2550:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-super-cache.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>, a WordPress caching plugin maintained by Donncha Ó Caoimh and Automattic, is looking for users to help test the plugin <a href=\"https://odd.blog/2017/06/07/take-a-sneak-peek-at-wp-super-cache/\" target=\"_blank\">ahead of the next major update</a>. Ó Caoimh said the upcoming release is in a “stable and usable” state, but with the unusually large number of bug fixes and new features, it could use some testing in different environments.</p>\n<p>WP Super Cache is set to introduce a REST API, which will be useful for situations where administrators are not using wp-admin to manage their sites. The plugin is also <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\" target=\"_blank\">changing the location for storing legacy cache files</a> to the supercache directory.</p>\n<p>“This makes it easier to manage these files,” Ó Caoimh said. “The plugin doesn’t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous “supercache” files will be. I’m really excited about this feature as it makes caching for logged-in users/users who comment and caching of pages with parameters so much faster now.”</p>\n<p>Ó Caoimh is also updating the settings page to make it easier for new users to understand the options. Currently it asks the user to select from mod_rewrite, PHP, or Legacy page caching with little explanation for why a user might opt for a certain delivery method. The new settings page simplifies the language used to describe the caching types.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wp-super-cache-new-settings.png?ssl=1\"><img /></a></p>\n<p>The upcoming release will also <a href=\"https://github.com/Automattic/wp-super-cache/pulls?q=is%3Apr+is%3Aclosed\" target=\"_blank\">fix nearly 100 bugs</a>. As WP Super Cache is one of the most popular WordPress caching solutions and is active on more than a million sites, any problems with a major release will have a far-reaching impact. The latest changes to the plugin are <a href=\"https://github.com/Automattic/wp-super-cache\" target=\"_blank\">available on GitHub</a> for anyone who wants to help test.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 20:04:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Harare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\";s: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:3375:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/harare.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.lonelyplanet.com/zimbabwe/harare\">Lonely Planet</a>\n<p>Harare, Zimbabwe will be <a href=\"https://2017.harare.wordcamp.org/2017/01/18/welcome-to-wordcamp-harare/\" target=\"_blank\">hosting its second WordCamp</a> on November 4, 2017, at <a href=\"http://www.hellenicacademy.ac.zw/\" target=\"_blank\">Hellenic Academy</a>. The city was one of three selected to be part of the <a href=\"https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\" target=\"_blank\">WordCamp Incubator Program</a> in 2016. Harare’s first WordCamp was successful in connecting the local WordPress community and inspiring local leaders to carry on with organizing future events.</p>\n<p>Last year the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup/\" target=\"_blank\">Harare WordPress Meetup</a> had 82 members and the group has nearly doubled in size with 142 members today. Members meet every month and communicate outside of meetings via an active WhatsApp group. The current venue they use was donated by <a href=\"http://motorepublik.co/\" target=\"_blank\">Moto Republik</a>, thanks to one of the members Munya Bloggo, who works there.</p>\n<p>“It was always the goal of the WordCamp Incubator program to organize an easily-reproducible event that we could organize independently in the years to come,” 2017 lead organizer <a href=\"https://franksweb.org/\" target=\"_blank\">Thabo Tswana</a> said. “We expected it of ourselves. Some attendees and organizers actually approached me about the next WordCamp during WordCamp Harare 2016.”</p>\n<p>Tswana said the turnout at last year’s event was larger than he expected, because very few attendees booked tickets online. The majority ended up buying tickets at the door on the day of the event, a fairly uncommon scenario for most WordCamps that makes it somewhat difficult to estimate total attendees.</p>\n<p>“One of the biggest impacts that WordCamp had was introducing us to the WordPress Community,” Tswana said. “There are so many WordPress users in Zimbabwe (bloggers, designers, developers) but hardly anyone knew about the WordPress Community or how to contribute to WordPress. We now have a growing meetup group and the local community is starting to become more aware of what WordPress has to offer.”</p>\n<p>The local community consists primarily of developers and advanced WordPress users and Tswana said he would like see more of them getting involved with contributing. As the majority of meetup members are new to the larger WordPress community, they are still learning about the many ways users can contribute back to the project.</p>\n<p>Two Harare WordPress Meetup members, Kudakwashe Zafevere and Rima Trew, arranged for Hellenic Academy to donate a venue for WordCamp Harare 2017. The facilities are well-suited to hosting a tech event with wifi available.</p>\n<p>“This year, some local companies and organizations expressed interest in helping us out,” Tswana said. “We definitely expect more attendees due to the buzz that was created by last year’s WordCamp. To sum it all up, more people and organizations are getting involved this year.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 02:33:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\";s: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:7169:\"<p><a href=\"https://wordpress.org/news/2017/06/evans/\">WordPress 4.8 “Evans”</a> is available for download and is the first major release of the year under the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">new release cycle</a>. WordPress 4.8 is named after <a href=\"https://en.wikipedia.org/wiki/Bill_Evans\">William John “Bill” Evans</a>, an American jazz pianist.</p>\n<h2>New Image, Video, and Audio Widgets</h2>\n<p>WordPress 4.8 includes <a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">three new widgets</a>. All three widgets make it easier to display images, video, or audio without using HTML. The Text widget now has support for TinyMCE providing rich-text functionality. Similar to the post editor, users have a choice between using a Visual or Text editor with limited formatting options.</p>\n<img />Image, Video, and Enhanced Text Widget\n<p>Because the Text widget uses TinyMCE, it inherits its nuances when it comes to pasting and displaying code. In a <a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">dev note</a> that explains how TinyMCE was added to the Text Widget, Weston Ruter offers the following notice.</p>\n<blockquote><p>When pasting HTML into the ‘Text’ (HTML) tab of the Text widget, any extraneous line breaks should be removed or else unwanted paragraphs and line beaks may result. This is particularly important when you paste in <code>script</code> or <code>style</code> tags (as in the case of 3rd-party JavaScript embeds), since auto-inserted paragraphs will cause script errors; this will be fixed in <span class=\"p2_hovercardify\"><a href=\"https://core.trac.wordpress.org/ticket/2833\">#2833</a></span>.</p>\n<p>This behavior aligns with longstanding behavior in the post editor, so it is not new, although it does differ from how the Text widget has previously behaved. As noted above, for previously existing Text widgets that had the auto-add paragraphs’ checkbox unchecked (and thus the <code>filter</code> instance prop set to <code>false</code>), the previous behavior of not doing <code>wpautop</code> will be maintained: only once the widgets are modified will any extraneous line breaks need to be removed.</p></blockquote>\n<h2>Link Boundaries</h2>\n<p>Adding and editing links in the visual editor is more intuitive thanks to link boundaries. Link boundaries provide a visual representation of where a link begins and ends. This helps prevent adding unnecessary text to the beginning or end of a link.</p>\n<p></p>\n<p></p>\n<h2>See Nearby WordPress Events in the Dashboard</h2>\n<p>One of the pillars of WordPress’ ecosystem is its community of meetups and WordCamps. <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">In 2016</a>, more than 62,566 people attended a local meetup in 58 countries. About a third of those were new members.</p>\n<p>WordPress 4.8 draws attention to these events by <a href=\"https://make.wordpress.org/community/2017/03/23/showing-upcoming-local-events-in-wp-admin/\">enhancing the News Dashboard widget</a>. The widget will try to automatically guess your location and display meetups and WordCamps that are nearby.</p>\n<img />News Widget Shows Upcoming Meetups and WordCamps\n<p>If the location is incorrect, clicking the Pencil button opens a box where you can type in your city. The bottom of the widget includes links to the <a href=\"https://make.wordpress.org/community/meetups-landing-page\">WordPress Meetup landing page</a>, <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Central Schedule</a>, and the <a href=\"https://wordpress.org/news/\">WordPress.org news blog</a>.</p>\n<h2>Responsive Customizer Sidebar</h2>\n<p>In previous versions of WordPress, the Customizer Sidebar had a maximum width of 300 pixels. In WordPress 4.8, the <a href=\"https://wptavern.com/wordpress-4-8-increases-maximum-width-of-the-customizer-sidebar-to-600-pixels\">Customizer Sidebar is responsive</a> and its width will automatically increase based on the size of the screen up to a maximum of 600 pixels.</p>\n<img />Customizer Sidebar 345 Pixels Wide\n<h2>More Accessible Admin Pages</h2>\n<p>The headers on admin screens are now <a href=\"https://wptavern.com/wordpress-4-8-improves-accessibility-on-admin-screens\">separate elements</a> making it easier for assistive technologies to help people navigate pages.</p>\n<h2>Support Dropped for Internet Explorer Versions 8, 9, and 10</h2>\n<p>WordPress 4.8 <a href=\"https://make.wordpress.org/core/2017/04/23/target-browser-coverage/\">drops support</a> for Internet Explorer versions 8, 9, and 10 as these versions no longer receive security updates and are used by a small percentage of people. WordPress 4.8 will work in these browsers but some features related to TinyMCE will be limited. New features will no longer be tested against these older versions of IE.</p>\n<h2>Noteworthy Changes</h2>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2017/05/20/editor-api-changes-in-4-8/\">Changes to the Editor API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Embeds of WMV and WMA files are no longer supported</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">New Capabilities and others enhancements for WordPress Multisite</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/tag-cloud-widget-changes-in-4-8/\">Accessibility improvements to the Tag Cloud widget</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">The addition of a Media Widgets API</a></li>\n<li>TinyMCE was updated from version <strong>4.5.6</strong> to version <strong>4.6.2</strong></li>\n<li>Twemoji was updated from version <strong>2.2.2</strong> to version <strong>2.3.0</strong></li>\n<li>zxcvbn was updated from version <strong>1.0</strong> to version <strong>4.4.1</strong></li>\n</ul>\n<p>This release was led by <a href=\"https://matt.blog/\">Matt Mullenweg</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>. 346 people contributed to WordPress 4.8 and 106 of them were first time contributors.</p>\n<p>If you think you’ve discovered a bug in WordPress 4.8, read <a href=\"https://wordpress.org/support/topic/read-this-first-wordpress-4-8-master-list/\">this support thread</a> first to see if it’s a common issue that’s already been reported. If not, describe your issue in as much detail as possible and publish it to the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting/\">Troubleshooting section</a> on the support forums.</p>\n<p>As you upgrade your sites today, enjoy <a href=\"https://en.wikipedia.org/wiki/Time_Remembered_(album)\">Time Remembered</a> by Bill Evans, released in 1983.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 19:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:62:\"WPTavern: Worona Releases Free WordCamp Europe Paris Guide App\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71494\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/worona-releases-free-wordcamp-europe-paris-guide-app\";s: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:4240:\"<p><a href=\"https://www.worona.org/\" target=\"_blank\">Worona</a>, a Madrid-based WordPress startup that builds mobile apps for free, has created an app for WordCamp Europe attendees. The <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">WCEU Paris Guide app</a> includes location and transportation information, schedules for the event, suggestions on where to eat (restaurants, bistros, a selection of the best cheap eats), a list of top attractions and museums, and nightlife recommendations.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wceu-paris-guide.png?ssl=1\"><img /></a></p>\n<p>Worona has released an <a href=\"https://play.google.com/store/apps/details?id=org.worona.paris.app\" target=\"_blank\">Android app</a> and an <a href=\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1238819389&mt=8\" target=\"_blank\">iOS app</a> for attendees to download. Currently the app needs to be connected to the internet, but the company is working on supporting an offline mode in the next version, which is rolling out soon.</p>\n<p>“We used our online platform to turn a WordPress blog (<a href=\"https://paris.worona.org\" target=\"_blank\">paris.worona.org</a>) into a native app,” Reyes Martínez, Worona’s marketing and communications specialist, said. “We use React and fetch the content using the WP-API. The apps are created with <a href=\"https://cordova.apache.org/\" target=\"_blank\">Cordova</a>.”</p>\n<p>Worona is a relatively new WordPress startup in Europe, having released its first prototype in late 2014. The company offers its mobile app building platform to users for free via its <a href=\"https://wordpress.org/plugins/worona/\" target=\"_blank\">plugin on WordPress.org</a>. The platform turns WordPress sites into native mobile apps that users can publish to the app stores. Worona can also manage the process of publishing the app for a one-time 290€ fee.</p>\n<p>In 2016, Worona had more than 12,000 users from 150 different countries. After launching its new platform four months ago, more than 11,500 users have signed up.</p>\n<p>Martínez said that Worona differs from existing WordPress app builders in that it is free, user-friendly, completely open source, and extensible.</p>\n<p>“We studied the WordPress ecosystem and the mobile distribution trends during the last three years and realized that other existing solutions, such as AppPresser, are just focused on one or two mobile channels, but not in all of them,” Martínez said. “This can be a problem for publishers, as they have to configure the different channels (apps, web apps, AMP, Facebook Instant Articles) one by one and take care of being consistent with all of them. After launching our own beta in 2015 and testing similar solutions, we decided to develop an all-in-one platform with the vision of becoming the leading solution for mobile distribution.”</p>\n<p>Worona is also aiming to create an ecosystem of extensions and themes for the platform, allowing third-party developers to create new solutions.</p>\n<p>“The strategy of creating a marketplace of extensions has been successfully accomplished by the WordPress ecosystem before (but not by any of our direct competitors),” Martínez said. “WooCommerce, for example, gives you access to a variety of extensions aiming to solve any problems related to your e-commerce. Because it is open-source, these features can be created by any developer or user. The bigger the community, the higher the range of solutions.”</p>\n<p>Worona is currently a team of five, including two co-founders, a marketing specialist, and two full-stack developers. Most of the team will be at WordCamp Europe. They hope the <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">WCEU Paris Guide app</a> will be useful for attendees and also provide a good introduction to their product. If you have any feedback that would make the app more useful, make sure to <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">comment on the announcement</a> and Worona may be able to incorporate user suggestions before the event.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 17:32:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:35:\"Dev Blog: WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s: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:31595:\"<h2>An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2>Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2>Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" /></div><p>Link Boundaries</p></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2>Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2>Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2>The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/4nickpick\">4nickpick</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhishek\">abhishek</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/abrain\">abrain</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/afzalmultani\">Afzal Multani</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/apmarshall\">Alex Floyd Marshall</a>, <a href=\"https://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</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/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/arshidkv12\">Arshid</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/asalce\">asalce</a>, <a href=\"https://profiles.wordpress.org/ashokkumar24\">ashokkumar24</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bharatkambariya\">Bharat Kambariya</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/drrobotnik\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carl-alberto\">Carl Alberto</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/cazm\">cazm</a>, <a href=\"https://profiles.wordpress.org/ccprog\">ccprog</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/chiragpatel\">Chirag Patel</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/courtneypk\">Courtney P.K.</a>, <a href=\"https://profiles.wordpress.org/cristianozanca\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darshan02\">Darshan_dj</a>, <a href=\"https://profiles.wordpress.org/darthaud\">darthaud</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</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/davidbenton\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</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/dhaval-parekh\">Dhaval Parekh</a>, <a href=\"https://profiles.wordpress.org/dingo_bastard\">dingo-d</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/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/doublehhh\">DoubleH</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dspilka\">dspilka</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/ejner69\">Ejner Galaz</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/emirpprime\">emirpprime</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/endif-media\">Ethan Allen</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fibonaccina\">fibonaccina</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/fstaude\">Frank Neumann-Staude</a>, <a href=\"https://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">ireneyoast</a>, <a href=\"https://profiles.wordpress.org/iv3rson76\">Ivan Stefanov</a>, <a href=\"https://profiles.wordpress.org/ivantedja\">ivantedja</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydeep Rami</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jigneshnakrani\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">jjcomack</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/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/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/certainstrings\">Justin Tucker</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn</a>, <a href=\"https://profiles.wordpress.org/kaushik\">kaushik</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kostasx\">kostasx</a>, <a href=\"https://profiles.wordpress.org/kubik-rubik\">kubik-rubik</a>, <a href=\"https://profiles.wordpress.org/kuck1u\">KUCKLU</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lewiscowles\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/liammcarthur\">LiamMcArthur</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukasbesch\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/maguiar\">maguiar</a>, <a href=\"https://profiles.wordpress.org/mp518\">Mahesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/matias\">matias</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mayurk\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/menakas\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mmdeveloper\">MMDeveloper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mohanjith\">mohanjith</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrgregwaugh\">MrGregWaugh</a>, <a href=\"https://profiles.wordpress.org/mschadegg\">mschadegg</a>, <a href=\"https://profiles.wordpress.org/codegeass\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/dots\">MULTIDOTS</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/naomicbush\">Naomi C. Bush</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nitin-kevadiya\">Nitin Kevadiya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nobremarcos\">nobremarcos</a>, <a href=\"https://profiles.wordpress.org/nosegraze\">NoseGraze</a>, <a href=\"https://profiles.wordpress.org/nsundberg\">nsundberg</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/iaaxpage\">page-carbajal</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/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/postpostmodern\">postpostmodern</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/printsachen1\">printsachen1</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/prosti\">prosti</a>, <a href=\"https://profiles.wordpress.org/ptbello\">ptbello</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaehlers\">Rafael Ehlers</a>, <a href=\"https://profiles.wordpress.org/raggedrobins\">raggedrobins</a>, <a href=\"https://profiles.wordpress.org/raisonon\">raisonon</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/redrambles\">redrambles</a>, <a href=\"https://profiles.wordpress.org/reidbusi\">reidbusi</a>, <a href=\"https://profiles.wordpress.org/reldev\">reldev</a>, <a href=\"https://profiles.wordpress.org/rellect\">rellect</a>, <a href=\"https://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/reportermike\">reportermike</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/aussieguy123\">Robbie Cahill</a>, <a href=\"https://profiles.wordpress.org/sanchothefat\">Robert O\'Rourke</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/runciters\">runciters</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</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/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt\">sagarkbhatt</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samantha-miller\">Samantha Miller</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sathyapulse\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">sboisvert</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/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/sgolemon\">sgolemon</a>, <a href=\"https://profiles.wordpress.org/shadyvb\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">shashwatmittal</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shulard\">shulard</a>, <a href=\"https://profiles.wordpress.org/slbmeh\">slbmeh</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</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/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">stormrockwell</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/supercoder\">Supercoder</a>, <a href=\"https://profiles.wordpress.org/cybr\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/gonom9\">taggon</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/technopolitica\">technopolitica</a>, <a href=\"https://profiles.wordpress.org/teinertb\">teinertb</a>, <a href=\"https://profiles.wordpress.org/tejas5989\">tejas5989</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thepelkus\">thepelkus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/triplejumper12\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tymvie\">tymvie</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/vaishuagola27\">vaishu.agola27</a>, <a href=\"https://profiles.wordpress.org/vijustin\">vijustin</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wpfo\">wpfo</a>, <a href=\"https://profiles.wordpress.org/xrmx\">xrmx</a>, <a href=\"https://profiles.wordpress.org/ze3kr\">ze3kr</a>, and <a href=\"https://profiles.wordpress.org/h3llas\">Zeljko Ascic</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49: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: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:\"\";}}}}}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:72:\"WPTavern: Holler Box: A Smart Notification Plugin for WordPress 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:29:\"https://wptavern.com/?p=71490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/holler-box-a-smart-notification-plugin-for-wordpress-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:4373:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box.png?ssl=1\"><img /></a></p>\n<p>Scott Bolinger, co-founder of <a href=\"http://apppresser.com/\" target=\"_blank\">AppPresser</a>, has launched a new sales and conversion tool for WordPress websites called <a href=\"http://hollerwp.com/\" target=\"_blank\">Holler Box</a>. The plugin offers a lightweight, elegant popup message for capturing email addresses, displaying a (fake) live chat, or announcing a sale or event.</p>\n<p>Bolinger designed it to be non-intrusive – it’s not the kind of modal dialog that obscures content with an animated box in the middle of the page. Holler Box appears at the bottom right-hand of the page by default.</p>\n<p>After finding other WordPress popup plugins to be too complex for his needs, Bolinger decided to create his own solution for displaying a quick notification on his websites.</p>\n<p>“I’m a developer, and even adding a simple banner or popup to my site is not easy,” Bolinger said. I have to write the code, test locally, push to staging, test there, then push to production and do a final test. When I want to remove the message, I have to reverse the process. I’m busy, and that takes time.”</p>\n<p>Bolinger made it so that creating a new Holler Box is as easy as writing a new blog post. The content editing screen includes a meta box with options for customizing the display.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box-meta-box.png?ssl=1\"><img /></a></p>\n<p>The “Advanced Settings” meta box allows users to set pages where the notification should be displayed, limit to logged-in only or logged-out visitors, set the display for new or returning visitors, and customize the delay based on time or scrolling. It also gives options for when the Holler Box should disappear and how often it should be shown to each visitor.</p>\n<p>Holler Box is capable of a wide range of uses. A few examples include the following:</p>\n<ul>\n<li><strong>(Fake) Live Chat with Opt-in</strong>\n<p>Show a live chat box to collect customer questions and emails, without having to actually deal with the hassle of live chat. As soon as your visitor types a question, an email opt-in pops up so you can follow up with them at a convenient time.</li>\n<li><strong>Polls and Forms</strong>\n<p>Embed anything into your Holler Box, including a feedback form or poll.</li>\n<li><strong>Interactivity</strong>\n<p>Add a link, video, contact form, or simple opt-in form that integrates with major email providers like MailChimp and Convertkit.</li>\n</ul>\n<p>Below is an example of how the MailChimp email opt-in form works:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box.gif?ssl=1\"><img /></a></p>\n<p>Holler Box also tracks impressions and conversions (link clicks and message opens) so that users can see how well their notifications are performing and optimize them as needed.</p>\n<p>The <a href=\"https://wordpress.org/plugins/holler-box/\" target=\"_blank\">free version on WordPress.org</a> has an impressive number of customization options, but Bolinger also plans to release a Pro version that will include additional features, such as an option for a header banner, more advanced display filters, automatic message deactivation, advanced email opt-in features, more conversion data, and support.</p>\n<p>“Holler Box aims to be more stylish and easier to use than existing options,” Bolinger said. “I use it when I need to make an announcement without spending a lot of time in a complex tool.” He said he could see the plugin working well side-by-side with well-established popup plugin competitors like OptinMonster.</p>\n<p>Bolinger said Holler Box is not affiliated with AppPresser, but he plans to use it as a sales tool on all of his sites. The plugin’s unique feature set is something he found missing in WordPress’ marketplace for sales/conversion tools.</p>\n<p>“I think Holler Box will increase sales and conversions without being as disruptive as other popups,” Bolinger said. “The sale notification popup and faux live chat feature are really unique. It’s how I want to communicate with my audience – hopefully other people feel the same.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:37: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: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:86:\"WPTavern: WPWeekly Episode 276 – Interview with Jon Brown, a Traveling Digital Nomad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71482&preview=true&preview_id=71482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wpweekly-episode-276-interview-with-jon-brown-a-traveling-digital-nomad\";s: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:2848:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"https://www.wanderingjon.com/\">Jon Brown</a>. Brown is a <a href=\"https://9seeds.com/author/jbrown/\">developer and author</a> for <a href=\"https://9seeds.com/\">9seeds</a>, a WordPress development agency. Brown describes what it’s like to work remotely and offers tips on how to stay productive while traveling. He tells us what items he can’t travel without. We also get his take on recent developments and debates going on in the WordPress community.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/open-sourcing-mental-illness-surpases-50k-fundraising-goal\">Open Sourcing Mental Illness Surpasses $50K Fundraising Goal</a><br />\n<a href=\"https://wptavern.com/vue-js-creator-evan-you-weighs-in-on-wordpress-javascript-framework-discussion\">Vue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2017-livestream-tickets-now-available\">WordCamp Europe 2017 Livestream Tickets Now Available</a><br />\n<a href=\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-plugin\">WPForms Acquires WP Mail SMTP Plugin</a><br />\n<a href=\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\">VersionPress Launches VersionPress.com to Fund Open Source Project</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://generatewp.com/\">GenerateWP</a> is a collection of tools that generates code for Shortcodes, Post Types, Meta Boxes, Taxonomies, Term Meta, and Post Statuses.</p>\n<p><a href=\"https://wordpress.org/plugins/holler-box/\">Holler Box</a> enables users to create customizable marketing messages to display to site visitors. Use Holler Box to convert website visitors, upsell customers, and get messages out to the right people at the right time.</p>\n<p><a href=\"https://wpperformanceprofiler.interconnectit.com/\">WP Performance Profiler</a> is a plugin by Interconnect.it that helps developers optimize the performance of WordPress sites running on PHP 5.3 to 5.6.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 14th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #276:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:10:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:72:\"Post Status: Teaching what you learn with Joe Casabona — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/teaching-learn-joe-casabona-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week’s guest host, Joe Casabona.</p>\n<p>Brian and Joe discuss the way they have learned WordPress over the years, and how they’ve gone about sharing and teaching what they’ve learned. They focus mostly on front-end parts of WordPress development.</p>\n<p><a href=\"https://audio.simplecast.com/72351.mp3\">https://audio.simplecast.com/72351.mp3</a><br />\n<a href=\"https://audio.simplecast.com/72351.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpinonemonth.com/\">WP in one month</a></li>\n<li><a href=\"https://casabona.org/\">Casabona.org</a></li>\n<li><a href=\"http://howibuilt.it/\">How I Built It</a></li>\n<li><a href=\"http://wesbos.com/\">WesBos.com</a></li>\n</ul>\n<h3>Sponsor: Yoast</h3>\n<p>Yoast SEO Premium gives you 24/7 support from a great support team and extra features such as a redirect manager, recommended internal links, tutorial videos and integration with Google Webmaster Tools! Check out <a href=\"https://yoast.com/\">Yoast SEO Premium</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:33:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s: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:44:\"Donncha: Take a sneak peek at WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://odd.blog/?p=89500269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://odd.blog/2017/06/07/take-a-sneak-peek-at-wp-super-cache/\";s: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:4302:\"<p>WP Super Cache is a full page caching plugin for WordPress that makes your site faster, and helps deal with unexpected surges in traffic.</p>\n<p>Over the last few months we’ve been busy <a href=\"https://github.com/Automattic/wp-super-cache/\">working on the plugin</a> to add new features and fix bugs and we can almost call it ready. It’s stable and usable and runs on this site but we would love more people to test it out before we release a new version.</p>\n<p>Here’s just some of the new features and bug fixes we’ve been working on:</p>\n<ul>\n<li> The plugin was based on WP-Cache which stored cache files in a single directory, and those (legacy caching) files were for the most part stored the same way all this time but now they’re being placed in the supercache directories (<a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">#177</a>). This makes it easier to manage these files. The plugin doesn’t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous “supercache” files will be. I’m really excited about this feature as it makes caching for logged in users/users who comment and caching of pages with parameters so much faster now.</li>\n<li> We’re adding a <a href=\"https://developer.wordpress.org/rest-api/\">REST API</a> to the plugin because in the future not everyone is going to use wp-admin to take care of their sites. Take a look in the <a href=\"https://github.com/Automattic/wp-super-cache/tree/master/rest\">rest directory</a> for the code we’re working on.</li>\n<li> Debug logs now have a username and password to protect them from prying eyes.</li>\n<li> And many <a href=\"https://github.com/Automattic/wp-super-cache/pulls?q=is%3Apr+is%3Aclosed\">bugs fixed</a> over the last few months.</li>\n</ul>\n<p>Since “legacy caching” or “WP-Cache caching” is now more maintainable and faster we <a href=\"https://github.com/Automattic/wp-super-cache/issues/224\">want to change the language</a> describing how the plugin caches and delivers pages. </p>\n<p><a href=\"https://odd.blog/files/2017/06/Screen-Shot-2017-06-07-at-17.35.25.png\"><img /></a></p>\n<p>Currently the plugin asks you to choose between mod_rewrite, PHP and “Legacy page caching” which isn’t really useful. Most users won’t recognise those terms. It’s also not accurate as “legacy page caching” is active all the time as long as caching is enabled.<br />\nInstead we should have “Standard Caching” and “Super Caching”. Super Caching will then have simple and expert delivery methods.</p>\n<p>Simple delivery is through PHP, while expert delivery uses mod_rewrite rules which means the .htaccess file has to be updated and hopefully the warning below it will discourage casual users from testing it.</p>\n<p>Due to the huge number of changes in the plugin we really need people to give it a try and check if everything works ok. The <a href=\"https://github.com/Automattic/wp-super-cache/pull/255\">changes to the settings page</a> will hopefully make it easier for new users to get to grips with it too.</p>\n<p>You can find the newest code <a href=\"https://github.com/Automattic/wp-super-cache\">on Github</a>. The changes to the settings page are in <a href=\"https://github.com/Automattic/wp-super-cache/pull/255\">#255</a> if you want to comment on them. </p>\n<p>Thanks in advance! ?</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2011/10/19/preload-categories-and-custom-post-content/\" rel=\"bookmark\" title=\"Permanent Link: Preload categories and custom post content\">Preload categories and custom post content</a></li><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li></ul></p>\n<p><a href=\"https://odd.blog/\" rel=\"external nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:24: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:7:\"Donncha\";s: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:25:\"HeroPress: Trust The Dots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/trust-the-dots/?utm_source=rss&utm_medium=rss&utm_campaign=trust-the-dots\";s: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:12678:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/060717-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is such an amazing melting pot that involves people from everywhere, no matter how old they are, where they are from, or what languages they speak.\" /><p>I was born twice: first, as a baby boy in the sunny morning of Monday June 14, 1993 in Taiz, Yemen; and then again, in the fall of 2008. It was my first time to study at a public high school, grade 10, class 12. It was completely different than the private school I used to study at. It was big and crowded, with a minimum of 80 students in each class!</p>\n<p>At that time, I was trying to improve my personality and explore new opportunities. I wanted to live my life fully, not as the teenager that I was. A way to organize my thoughts and connect with new people was needed. I did not have a clue what to do until the moment I got the chance to use the internet and began to read online blogs of many interesting bloggers. The idea of blogging was fascinating to me. “Why not starting one?” I thought to myself.</p>\n<h3>Finding WordPress</h3>\n<p>As days passed, I met four enthusiastic and ambitious schoolmates who became my friends till now. Mohammed, one of them, was a relatively quiet and open minded person. My mates and I got to know him through MSN Messenger, and, surprisingly, he was studying in the next class! He was very absorbed in Web Development and was working on a custom CMS platform and some other web applications for his father’s clinic. I asked him about blogging software he would recommend. He strongly recommended Joomla and also suggested Drupal, WordPress and others. I tried them all.</p>\n<blockquote><p>WordPress was so easy to use and out-of-the-box, although I had failed a few times while I was trying to install it locally. Once I had logged-in to the dashboard, honestly, I thrilled to pieces!</p></blockquote>\n<p>After some time, my friends and I decided to start a simple blog about Graphics Design using WordPress. It was my beginning to learn the basics of Web Development (HTML, CSS, Javascript and PHP). Fortunately, Mohammed had a book that he lent me, and some PDFs, that I copied. We were constantly discussing and learning from each other during break times or in the afternoons. They were enjoyable and enlightening moments.</p>\n<p>I used to receive some positive messages as the developer of the blog we started and appreciative replies to my answers for some questions in <a href=\"http://ar-wp.com\">Arab WordPress</a> community, a forum to share knowledge among Arab WordPress users. This encouraged me to start a small freelancing business with WordPress. It seemed a great idea to expand expertise, earn some money, and follow my passion!</p>\n<h3>Fitting It All In</h3>\n<p>Being a freelancer and a high-school student at the same time was not that easy as one would think! Sometimes I was working until 3:00 a.m. to finish a client project, and then woke up at 6:30 a.m. rushing to school. Most often, classes were so dry that led me to write PHP codes in every copy-book of mine! If you would like to try this at your school, remember to move yourself to the end of your class or be ready for any of your teachers’ mean reactions to keep you attentive! On several afternoons, I used to take naps to restore my energy and be ready to work at night.</p>\n<blockquote><p>Very rarely, I would have to stay out at internet cafés until 2:00 a.m. to upload/download things I needed because we had no Internet connection at home.</p></blockquote>\n<p>For sure, this made my parents quite angry and obviously worried. Most importantly, I had neither a cell phone because of some strict rules in my family nor a national ID card because of the legal age requirement in Yemen. I was attempting to use my school ID card to receive money transactions, and guess what? I was lucky enough to manage it twice. But then I was asked to present a national ID. “ When will I turn 18?” I just had to overcome that obstacle, asking trustworthy friends to help.</p>\n<p>My clients were mostly from the Arab World, Europe, and USA. I had the chance to contact with many nice and outstanding people who not only boosted my experience but also showed me the way into some new opportunities and more success.</p>\n<h3>Support At Home</h3>\n<p>At the beginning, most of my family members thought I was playing, except my MOTHER. I remember the moment I told her about my fairly new business. She said, “Regardless of what it is, just do what you love and believe in!” However, I faced hard times trying to convince her I did not smoke as she smelled cigarette on my clothes whenever I got back home from those cafés! On the other hand, my father was the kind of man who stood backstage. He used to tell his friends how happy and proud he was of me. That was all what I needed from him.</p>\n<h3>Giving Back</h3>\n<p>On August 2012, I sent a message to Rasheed Bydousi, Arab WordPress community founder and translation editor of Arabic language, to suggest some ideas and ask to be a volunteer. He was very supportive and truly wise. We started discussing and working on some ideas for more than <a href=\"http://www.ar-wp.com/forums/topic/2119/\">4 months</a>. In parallel with studying, working, and being a volunteer, I increased my efforts in translating, patching (helping in development), and reporting bugs for WordPress projects.</p>\n<blockquote><p>It was very important for me to give back to the community I had taken a lot from.</p></blockquote>\n<p>I felt the need of holding a WordPress meeting in my hometown, Taiz, because of the lack of specialized people who would like to collaborate and share knowledge. In 2013, I invited local developers to a small meeting in a local coffeeshop called “AL-Rassef”.</p>\n<p><img class=\"aligncenter wp-image-1894 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/wp-meeting-alraseef-coffeshop.jpg\" alt=\"WordPress Meeting in Taiz, Yemen\" width=\"960\" height=\"720\" /></p>\n<p>Afterward, I presented a lecture about WordPress at Taiz University, in the same lecture hall I used to be a student in by that time. It was a warm beginning but I couldn’t continue due to my work and the deterioration of the political and security situation.</p>\n<h3>Disruption</h3>\n<p>Since 2011, my country has been facing major political changes and instability. On April 2015, the Yemeni crisis has reached its climax and war started in my city, Taiz, and it is still going on! Some of my relatives had decided to move out of Taiz but my father chose to stay, hoping that war will stop quickly. We lived for months without public electricity or Internet. When the fight crawled to our area, we lived for weeks in the ground floor of our house, no way to go out, tanks firing from 300 meters away, airstrikes on nearby areas, and snipers shooting whoever dared to walk on streets. Many friends and innocent people were killed and some members of my family were hurt. We couldn’t sleep for days, fearing that at any moment they will knock our house door.</p>\n<p>I thought that was the end for me and all of my dreams. I was pretending to be cool and calm so my younger brother and two sisters feel better. I was telling jokes, reading books or watching movies when we got some power from my uncle generator. “Life of Pi” was one of the movies we had watched and everyone enjoyed it! I refused to hold a gun, “How could it help?! That’s not my role in life!” I was thinking.</p>\n<blockquote><p>I was struggling to believe in tomorrow, no matter how it looked miserable and sad.</p></blockquote>\n<p>In one of the mornings, after a nearby airstrike, we got a chance to escape. I tried to hold every detail of our house, neighborhood and street. “Thank you for all great memories. I will definitely return,” I told my house, feeling torn apart back then! I only took my laptop, tablet, and few clothes, they were all what I needed to start over.</p>\n<h3>Starting Over</h3>\n<blockquote><p>“You can’t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.”<br />\n— Steve Jobs</p></blockquote>\n<p>After some time of catching my breath, I realized that I had to connect the dots, keep on following my dreams and aim higher. On May 2016, I moved to Sana’a, the capital city of Yemen, leaving the pain and frustration behind. I got to know some enthusiastic developers and we decided to establish a community called <a href=\"https://www.facebook.com/ydevclub/\">Yemeni Developers Club</a> for people who are interested in computer programming and have the passion for it. We hold a meeting on the first Saturday of every month to share ideas, answer questions, and help one another to innovate, learn, and grow. We are planning to have, in the near future, special meetings to discuss WordPress related topics and learn how to obtain the maximum benefit from it.</p>\n<img class=\"wp-image-1895 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/taiz_and_sanaa_poster.jpg\" alt=\"\" width=\"768\" height=\"420\" />Photos for Ta’izz and Sana’a cites, photographed by Mona Athubhani.\n<h3>Amazing Melting Pot</h3>\n<div class=\"_h8t\">\n<div id=\"js_jl2\" class=\"_5wd9 direction_rtl\">\n<div class=\"_5wde _n4o\">\n<div class=\"_5w1r _3_om _5wdf\">\n<div class=\"_4gx_\">\n<div class=\"_d97\"><span class=\"_5yl5\">I am sure that WordPress helps thousands of developers, including me, be more independent, involves them to be parts of it, and offers opportunities to serve people from around the world.</span></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<blockquote><p>WordPress is such an amazing melting pot that contains people from everywhere, no matter how old they are, where they are from, or what languages they speak.</p></blockquote>\n<h3>Become a Hero</h3>\n<p>Being a WordPress hero is not about programming skills or contributions size, it is all about the challenges we face and overcome. It is even more about supporting the new users to be the next heroes.</p>\n<hr />\n<h3>Thank You</h3>\n<p>Thanks to all my friends who contributed to make this essay better. Many thanks to <strong>Topher DeRosia</strong> for inviting me to write here and SPECIAL THANKS to <span id=\"cch_f100e4e57d51432\" class=\"_mh6 _wsc\"><span class=\"_3oh-\"><a href=\"https://about.me/mona_athubhani\"><strong>Mona Athubhani</strong></a> without whom I would not have completed this essay.</span></span></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Trust The Dots\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Trust%20The%20Dots&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Trust The Dots\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F&title=Trust+The+Dots\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Trust The Dots\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/trust-the-dots/&media=https://heropress.com/wp-content/uploads/2017/06/060717-min-150x150.jpg&description=Trust The Dots\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Trust The Dots\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/trust-the-dots/\" title=\"Trust The Dots\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/trust-the-dots/\">Trust The Dots</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 00:00: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:\"Nashwan Doaqan\";s: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:76:\"WPTavern: VersionPress Launches VersionPress.com to Fund Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3005:\"<p>The founders of <a href=\"http://versionpress.net/\">VersionPress</a> have launched <a href=\"https://preview.versionpress.com/\">VersionPress.com</a>, a <a href=\"https://blog.versionpress.net/2017/06/announcing-versionpress-com/\">WordPress managed hosting</a> service. VersionPress.com is the best of what VersionPress offers paired with features such as, staging sites and backups, on an Amazon Web Services infrastructure.</p>\n<p><img />VersionPress is essentially an undo button for WordPress or full version-control. At the click of a button, users can undo an action and restore a site’s database to a previous point in history without having to export and import MySQL.</p>\n<p>Borek Bernard, co-founder of VersionPress, says the move is the result of trying to overcome two major challenges: WordPress plugins and Hosts. WordPress plugins can alter a site’s database. Building <a href=\"https://github.com/versionpress/versionpress/blob/master/docs/Plugin-Support.md\">in support</a> for the 40K+ plugins that exist in the repository has been a huge undertaking for the team.</p>\n<p>In order to use VersionPress, a webhost needs to have <a href=\"https://git-scm.com/\">Git</a> installed and allow proc_open which it uses to interact with Git. Most hosts do not allow proc_open for security reasons or have older versions of Git installed, generating incompatibilities. “Over time, it became clear we needed our own environment to run VersionPress in,” Bernard said.</p>\n<p>All sites hosted on the platform run PHP 7 or Nginx, HTTP/2, and at least two Docker instances that auto-scale based on load. VersionPress.com includes the ability to set up staging and production sites using VersionPress’ capabilities to merge changes between the two. Similar to <a href=\"https://getflywheel.com/why-flywheel/client-billing-transfer/\">Flywheel</a>, billing can be assigned to a developer, agency, or client account. “The platform is geared towards WordPress developers and agencies but will help anyone who wants a fast, reliable WordPress site,” Bernard said.</p>\n<p>The model they’re using is similar to WordPress.com and self-hosted WordPress. “A hosted service will provide resources to fund the development of the open source project and its long-term stability,” he said. “So it became a no-brainer at some point.” General availability for VersionPress.com won’t open until July but those who <a href=\"https://preview.versionpress.com/#preorder\">pre-order</a> will receive a substantial discount.</p>\n<p>Bernard re-iterated that VersionPress will always be a free, open source project and that VersionPress.com is a major step towards bringing full version control of WordPress to the masses.</p>\n<p>The managed WordPress hosting space is well established and perhaps a bit crowded. It will be interesting to see how VersionPress.com compares to and fits in with the competition.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:45:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:36:\"Matt: Remote Work Can’t Be Stopped\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2017/06/remote-work-cant-be-stopped/\";s: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:489:\"<p>Christopher Mims writes for the Wall Street Journal <a href=\"https://www.wsj.com/articles/why-remote-work-cant-be-stopped-1496577602?mg=prod/accounts-wsj\">Why Remote Work Can’t Be Stopped</a>, also riffing off the <a href=\"https://ma.tt/2017/05/ibm-goes-non-remote/\">IBM shift I wrote about a few weeks ago</a>. I was exciting to see an <a href=\"https://automattic.com/\">Automattician</a> Julia featured at the top and a few other colleagues having their voice in the article.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:14:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WPForms Acquires WP Mail SMTP 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:29:\"https://wptavern.com/?p=71426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-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:4349:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wpforms.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wpforms.com/\" target=\"_blank\">WPForms</a>, founded by Syed Balkhi, has <a href=\"https://wpforms.com/welcoming-wp-mail-smtp-to-the-wpforms-family/\" target=\"_blank\">acquired the free WP Mail SMTP plugin</a> from WordPress plugin developer <a href=\"https://www.callum-macdonald.com/\" target=\"_blank\">Callum MacDonald</a>. <a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\">WP Mail SMTP</a> has more than 600,000 active installs and WPForms will allow it to continue to operate as an independent plugin on WordPress.org. Balkhi said the plugin will become the company’s go-to recommendation on WPForms as well as WPBeginner.</p>\n<p>Email deliverability is a common problem for all types of WordPress websites, but it is the most frequent support issue for those using WPForms.</p>\n<p>“The number is only growing as Gmail, Yahoo, and others implement aggressive filters to reduce spam,” Balkhi said. “These spam filters look to see whether an email is originating from the location it claims to be originating from. This causes the emails sent from your WordPress site to either go in the spam folder or sometimes not be delivered at all! Having a proper SMTP solution significantly increases email deliverability. I believe that once we implement the new UX and workflow, this will significantly reduce our support load since this is the #1 issue our users deal with.”</p>\n<p>After a few months of email exchanges, Balkhi and Callum MacDonald reached an agreement for WPForms to purchase WP Mail SMTP. Balkhi would not disclose the exact financial details of the acquisition but said it was “a five-figure-deal because the plugin itself did not generate any revenue.”</p>\n<p>MacDonald had considered monetizing the plugin in the past but saw too many hurdles as he became less active in the WordPress space over the past few years.</p>\n<p>“There are a few recent developments around SMTP that mean the plugin could use an update,” MacDonald said. “I didn’t have the time, so it made sense to move on at this point. I went over [monetizing] it several times. My conclusion is that it’s a lot harder than it looks. If I was still active in the WordPress space, it would make more sense, but I’m not, so monetizing was going to be a long road and hard work. It made more sense to sell.”</p>\n<p>Balkhi said he approached MacDonald because email deliverability was a problem that he was looking to solve for WPForms users as well as the larger WPBeginner and WordPress community.</p>\n<p>“We didn’t want to build an add-on for WPForms because the problem isn’t unique to just us,” Balkhi said. “It affects every form plugin and basically every WordPress website that sends an email of any kind (forgot password, user registration, etc).”</p>\n<p>Last year Balkhi and his team acquired <a href=\"https://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\" target=\"_blank\">Yoast’s Google Analytics and renamed it to MonsterInsights</a>. Over the past year the plugin has continued its growth from 10 million downloads at the time of acquisition to more than 16 million today.</p>\n<p>Balkhi reports that the MonsterInsights acquisition has been a success but the product was a very different type of acquisition from the one announced today. He said he has no plans to build an email deliverability service but rather wants to invest in a solution that will help his customers and others in the WordPress community.</p>\n<p>WP Mail SMTP plugin users can expect improvements to the plugin and a more “beginner-friendly” redesign, which Balkhi anticipates to release at the end of Q3 or Q4 of 2017.</p>\n<p>“In terms of growing our WPForms’ user base through WP Mail SMTP, that’s not our primary goal,” Balkhi said. “Our top priority is to solve the email deliverability issue that our existing users and the larger WordPress community faces.” Balkhi said he hopes to leverage the 600,000+ user base to negotiate better deals with established email deliverability services.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 20:12: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Cory Miller and Dr. Sherry Walling Launch ZenTribes an Entrepreneur Peer Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/cory-miller-and-dr-sherry-walling-launch-zentribes-an-entrepreneur-peer-group\";s: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:3202:\"<p>Being an entrepreneur can be stressful, emotional, and lonely, especially during a rough part of life. Cory Miller, founder of <a href=\"https://ithemes.com/\">iThemes</a>, has been at the forefront of <a href=\"https://wordpress.tv/2016/12/10/cory-miller-managing-your-iceberg/\">advocating</a> that entrepreneurs don’t have to go through the struggles of running a business alone.</p>\n<p>Two years after founding iThemes, Miller found himself going through a tough divorce at the same time his company started taking off.</p>\n<p>“Not many people in my life at that time could come close to relating to what I was going through as a human combined with being an entrepreneur,” Miller said.</p>\n<p>“I was suffering in solitude. And I was craving authentic relationships with like-minded people on a similar path who knew what living the entrepreneurial life — with its sometimes drastic ups and downs — meant and who were walking it every day, like me, and wanted to walk together with others too.”</p>\n<p>Miller eventually found himself in an <a href=\"http://corymiller.com/find-belonging-support-entrepreneurial-peer-group/\">entrepreneur peer group</a> in Oklahoma City, OK, where entrepreneurs meet once a month for three hours to discuss the trials and tribulations of running a business.</p>\n<p>Miller says the group is partially responsible for his good health and happiness as a business owner, father, husband, and human being.</p>\n<p>In an effort to create similar opportunities for other business owners, Miller has partnered with <a href=\"http://www.sherrywalling.com/\">Dr. Sherry Walling</a>, who has a PhD in Psychology, to launch <a href=\"http://zenfounder.com/zentribes/\">ZenTribes</a>.</p>\n<p>ZenTribes is a group of 6-9 like-minded entrepreneurs that get together once a month online to share stories, encouragement, and express support for one another. Walling and Miller are both members of the group and will be sharing their expertise with members.</p>\n<p>Meetings will take place every Wednesday from 1-2:30 PM Central Standard Time for eight weeks using <a href=\"https://zoom.us/\">Zoom</a>. The first meeting is on July 12th. The last meeting is on August 30th.</p>\n<p>The first 15 minutes of meetings will focus on a key topic with an hour set aside for discussions and sharing experiences related to that topic. The last 15 minutes are dedicated to sharing resources and giving attendees suggested homework.</p>\n<p>Some of the topics that will be discussed include:</p>\n<ul>\n<li>Burnout</li>\n<li>Depression</li>\n<li>Conflict</li>\n<li>Failure and loss</li>\n<li>Loneliness and friendship</li>\n</ul>\n<p>ZenTribes is <a href=\"http://zenfounder.com/zentribes/apply/\">accepting applications</a> for the first group of people until 1 PM CST June 15th. The cost to be a member of the group is $799. For more information about this initiative, <a href=\"http://zenfounder.com/episodes/episode-120-announcing-zentribes/\">listen to episode 120</a> of the ZenFounder podcast. In it, Miller and Sherry describe the program, why they created it, and how entrepreneurial groups can benefit business owners.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 17:35: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:\"Jeff Chandler\";s: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:22:\"Matt: Safe Avocado-ing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/06/safe-avocado-ing/\";s: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:460:\"<p>I’m glad <a href=\"https://www.nytimes.com/2017/05/01/dining/avocado-injuries-cutting-safety.html?_r=2\">the New York Times is covering how to safely cut an avocado</a>, because I’ve messed that up 100% of the time I’ve tried to handle an avocado in the past month. It makes you almost want to forgive them for that <a href=\"https://www.eater.com/2017/3/14/14905200/pea-guacamole-controversy-melissa-clark\">green pea guacamole thing</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 04:07: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: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: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:63:\"WPTavern: WordCamp Europe 2017 Livestream Tickets 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:29:\"https://wptavern.com/?p=71286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordcamp-europe-2017-livestream-tickets-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:1075:\"<p>WordCamp Europe will be livestreaming all sessions again this year to make the event accessible to those who are unable to travel to Paris. Live stream tickets are free, but viewers must sign up on the <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets page</a>.</p>\n<p>Organizers have also set up a page on the event’s website for people to advertise for <a href=\"https://2017.europe.wordcamp.org/2017/06/02/got-a-wceu-ticket-to-sale-let-others-know/\" target=\"_blank\">buying or selling tickets</a>. Many who have already purchased regular tickets have had a last-minute change of plans, problems with obtaining a visa, or have an extra ticket due to being selected as a speaker or a volunteer. More than two dozen tickets have already been posted for sale.</p>\n<p>Regular ticket sales concluded at the end of May, but there are 2,915 livestreaming <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets remaining</a>, along with 272 micro-sponsorship slots at € 150.00 apiece.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Mon, 05 Jun 2017 20:07:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Vue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/vue-js-creator-evan-you-weighs-in-on-wordpress-javascript-framework-discussion\";s: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:8193:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/evan-you.png?ssl=1\"><img /></a>photo credit: <a href=\"https://www.youtube.com/watch?v=EiTORdpGqns\">JSConf China</a>\n<p>Last week WordPress core contributors <a href=\"https://wptavern.com/wordpress-core-javascript-framework-debate-heats-up-contributors-narrow-discussion-to-react-vs-vue\" target=\"_blank\">narrowed their considerations for a new JavaScript framework to React and Vue</a>. As the core team has more collective knowledge of working with React, they have reached out to developers with different experiences of using other frameworks in a WordPress context.</p>\n<p>One of the chief concerns contributors have regarding Vue is the longevity of the project. I asked Vue creator <a href=\"http://evanyou.me/\" target=\"_blank\">Evan You</a> if he could weigh in on the topic to give WordPress contributors a better understanding of the project, specifically regarding his efforts to cultivate additional maintainers to help share the load of maintainership.</p>\n<p>“I think it’s important to look at the track record – Vue has been around for almost 4 years, and all the work has been done in public on GitHub so anyone can go and check the maintenance history,” You said. “While it has been largely developed by me, the current maintenance is a lot more community-driven. We have active core team members triaging most of the issues and a larger and larger percentage of the issues fixed by community PRs. So – yes, I had already been working on cultivating additional maintainers and will continue to do so.”</p>\n<p>You currently receives <a href=\"https://www.patreon.com/evanyou\" target=\"_blank\">$10K/month from recurring Patreon donations</a> that fund his full-time efforts working on Vue. Prior to this he also worked at Google and Meteor. During his time at Google, some of the projects You worked on used Angular, which he said he found to be too heavy for his use cases at the time. He built Vue.js to be a more lightweight implementation of the concepts that he liked about Angular.</p>\n<p>You also recently said he has learned quite a bit from the React community, which has influenced some of his technical decisions in Vue 2.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I learned a lot from the React community – on both code and people. I hope everyone can be like <a href=\"https://twitter.com/dan_abramov\">@dan_abramov</a>. Peace.</p>\n<p>— Evan You (@youyuxi) <a href=\"https://twitter.com/youyuxi/status/869020366705799168\">May 29, 2017</a></p></blockquote>\n<p></p>\n<p>“First, Vue 2 uses the same Virtual DOM based rendering model underneath, which was first pioneered by React,” You said. “Introducing a Virtual DOM allowed Vue to expose the power of vdom composition while maintaining the approachability.</p>\n<p>“The React community is also very active when there are new problem domains being explored – e.g. state management and CSS management. There are many competing solutions and a lot of inspirations when I was implementing official solutions for Vue.”</p>\n<h3>Evan You Addresses WordPress Core Contributors’ Misconceptions about Vue.js</h3>\n<p>You said he has been following WordPress contributors’ discussions on React vs Vue but would not offer an opinion on which is a better choice for the project.</p>\n<p>“My answer would obviously be biased, and honestly I’m not in the shoes of the WP core team so I don’t have enough perspective to make a choice,” You said. “However, I can provide feedback on some of the issues being discussed in hope of helping them make a better-informed decision.”</p>\n<p>You left a <a href=\"https://make.wordpress.org/core/2017/05/31/javascript-chat-summary-for-may-30th/#comment-32642\" target=\"_blank\">comment</a> on the most recent Javascript meeting notes with clarifications on a few misunderstandings about Vue.js. You addressed the point regarding “embracing JavaScript the language,” as some contributors think Vue’s templating language obscures the underlying JavaScript.</p>\n<p>“I think ’embracing JavaScript the language’ is another primitive of React we don’t see in Vue,” Andrew Duthie <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1496150274570299\" target=\"_blank\">said</a> during the last meeting.</p>\n<p>You’s reply compares Vue’s use of templates as “syntax sugar for view representation on top of HTML” to what he believes to be a similar usage in the case of JSX as view representation on top of JavaScript:</p>\n<blockquote><p>The increasing richness of UI does NOT necessitate putting everything in JavaScript. On the other hand, just because Vue uses templates by default doesn’t mean it allows people to get by without learning JavaScript properly.</p>\n<p>Vue’s templates are compiled into JavaScript render functions under the hood and they are actually closer to JavaScript than to traditional string templating. It’s just a layer of syntax sugar on top of the underlying Virtual DOM representation. Think of JSX as syntax sugar for view representation on top of JS; Vue templates are syntax sugar for view representation on top of HTML.</p>\n<p>JSX/Raw JS does provide more flexibility when you need to apply direct manipulation of Virtual DOM nodes, this is why Vue also supports render functions. But this is not putting two opposing paradigms under the same tent – it’s simply allowing the user to skip the syntax sugar layer for more control.</p></blockquote>\n<p>You said the idea behind templating on top of render functions is to provide “better approachability,” a concern shared by many other proponents of WordPress adopting Vue.</p>\n<p>“Users who are more comfortable with HTML and have simpler use cases could use the template, while users who are already familiar of JSX/render functions can leverage the full power of JS,” You said. “This would fit pretty nicely for the use of WP core: community users who care about approachability have an easier time getting started, while the core team have access to JSX/render functions for advanced use cases.”</p>\n<p>You also addressed the concern of longevity by offering more information on Vue’s development processes. He confirmed that the current codebase is largely developed by him alone, but maintenance is spread across a core team with members all over the world.</p>\n<p>“Other contributors have lower commit counts because their contributions are all submitted in the form of PRs and we use the ‘Squash and commit’ feature on GitHub so each PR results in only one commit for the contributor,” You said. “We’ve merged close to 500 PRs in the core repo alone, and many more across the organization. Other repos under the vuejs organization, e.g. vuex, vue-router, vuejs.org are also largely maintained by dedicated team members.”</p>\n<p>You also offered clarification on questions of stability and future compatibility, as WordPress contributors presented concerns regarding breaking changes in the templating language in Vue 2.0.</p>\n<p>“This begs for some clarification: Vue versioning strictly follows semver,” You said. “The only time there had been breaking API changes post 1.0 was the 2.0 bump. The template syntax is part of the API so it’s not going to [break], and in between major version bumps we commit to 100% API backwards compatibility. We take stability very seriously, so do our community and in-production users, including GitLab, Vice, and some of the biggest internet companies in China.”</p>\n<p>As many WordPress core contributors have been developing on top of React for years, You’s input offers a more detailed, in-depth look at Vue that contributors have been asking for during various rounds of feedback. The discussion will continue over the next several weeks and contributors plan to include the topic at WordCamp Europe’s contributor summit.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Mon, 05 Jun 2017 18:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:70:\"WPTavern: Open Sourcing Mental Illness Surpasses $50K Fundraising Goal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/open-sourcing-mental-illness-surpases-50k-fundraising-goal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/mental-health-in-tech-2016.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://osmihelp.org/\" target=\"_blank\">Open Sourcing Mental Illness</a> (OSMI), a non-profit organization that raises mental health awareness in the tech community, has <a href=\"https://osmihelp.org/blog/fundraising-2017-recap\" target=\"_blank\">surpassed its $50K fundraising goal</a> for 2017. Ed Finkler, who founded OSMI in 2013, left his position as CTO of <a href=\"https://www.graphstory.com/\" target=\"_blank\">Graph Story</a> to work full-time on speaking, educating, and providing resources to support mental wellness in the tech and open source communities. As of today, the campaign has raised more than $58,000.</p>\n<p>In addition to donations from individuals, OSMI has added several corporate sponsors, including CakeDC, Github, Digital Ocean, and Laravel. CakeDC has designated $1,000/month for 12 months to support Finkler’s salary. Finkler works together with a board of directors and a team of volunteers who also speak at conferences about mental health in tech. Several WordPress companies have also been involved in raising support for OSMI, including <a href=\"https://www.youcaring.com/opensourcingmentalillness-704978\" target=\"_blank\">WebDevStudios</a> and <a href=\"https://wptavern.com/wp-elevation-is-focusing-all-content-on-mental-health-for-month-of-may\" target=\"_blank\">WP Elevation</a>.</p>\n<p>OSMI conducts an annual Mental Health in Tech survey as part of ongoing research. Last year’s survey received more than 1,500 responses and the results underscore the great need for removing the stigma surrounding mental illness in the tech industry. A few examples Finkler highlighted include:</p>\n<ul>\n<li>Respondents believe it’s 6 times more likely that discussing a mental health issue with their employer would have a negative consequence, vs a physical health issue.</li>\n<li>Respondents are 3.5 times less likely to bring up a mental health issue in an interview than a physical health issue.</li>\n<li>87% believe being identified as a person with a mental health issue would hurt their career.</li>\n<li>Only 30% of respondents’ employers provide information about mental health and how to seek help.</li>\n</ul>\n<p>OSMI offers all of the resources it creates for free. The funds raised in the campaign will help to create more tools, documents, videos, and other educational resources. Finkler is working towards engaging with more HR departments and educating more executive teams. He also plans to use the funds to do more research and employ additional experts to reach more people.</p>\n<p>For more information about OSMI’s efforts to improve mental health in the tech industry, check out Jeff Chandler’s <a href=\"https://wptavern.com/wpweekly-episode-273-mental-health-awareness-with-bridget-willard-and-ed-finkler\" target=\"_blank\">recent interview with Finkler on the WP Weekly podcast</a>.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Sat, 03 Jun 2017 03:59:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: In Case You Missed It – Issue 21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71142&preview=true&preview_id=71142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/in-case-you-missed-it-issue-21\";s: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:6022:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Bob Dunn and Patrick Rauland Host Lift Off Summit</h2>\n<p><a href=\"https://bobwp.com\">Bob Dunn</a> and <a href=\"https://www.speakinginbytes.com/\">Patrick Rauland</a> have partnered up for <a href=\"https://www.liftoffsummit.com/\">Lift Off Summit</a>. Between June 19-23, visitors will be able to watch 3-4 videos per day focused on getting more traffic, increasing social interactions, and keeping customers to their online stores. The virtual conference is free to watch.</p>\n<h2>The Evolution of WordPress Magazine Themes</h2>\n<p>Alex Denning takes a look back at the <a href=\"http://www.wpzoom.com/case-studies/magazine-themes-whats-next/\">evolution of WordPress magazine themes</a> over the last 10 years and offers insights into what might be next for the style.</p>\n<p>WordPress magazine themes were a huge deal between 2009-2011. Brian Gardner was able to create a profitable business with a single magazine style theme called Revolution, one of the first themes to display content in ways different from the typical single column blog layout.</p>\n<p>Magazine themes are a great chapter of WordPress’ history. Their popularity is why WordPress has featured images and automatic thumbnail generation in core.</p>\n<h2>Highlights From Season Four of ManageWP’s Ask Me Anything</h2>\n<p>ManageWP <a href=\"https://managewp.com/ama-season-4-highlights\">published highlights</a> from season four of Ask Me Anything, a weekly event where members of the WordPress community voluntarily answer any questions submitted.</p>\n<h2>WordPress 4.8 Field Guide</h2>\n<p>Everything you need to know to prepare for WordPress 4.8, tentatively scheduled for release on June 8th, is in <a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\">the field guide</a>.</p>\n<h2>Take the WPCampus WordPress in Higher Education Survey</h2>\n<p>WPCampus is once again asking for those who work with WordPress in educational settings to fill out the <a href=\"https://www.surveymonkey.com/r/wpcampus17\">following survey</a>. This year, three randomly selected participants will receive a free ticket to attend WPCampus in Buffalo, NY, July 14-15.</p>\n<p>The data will be used to create a series of reports on how WordPress is used in public schools and higher education. <a href=\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\">Last year’s survey</a> indicated that misconceptions surrounding WordPress security and scalability are slowing its growth in higher education.</p>\n<h2>A Plugin for Monitoring Directory Sizes</h2>\n<p>David Bisset shared a dashboard widget that displays the sizes of directories.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress dashboard widget that displays directory sizes, in case you need to keep an eye on that for some reason. <a href=\"https://t.co/eWu6cxtze7\">https://t.co/eWu6cxtze7</a> <a href=\"https://t.co/bPOgXVkwvL\">pic.twitter.com/bPOgXVkwvL</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/870081713036181504\">June 1, 2017</a></p></blockquote>\n<p></p>\n<h2>Stop Signup Spam Integrates with GiveWP</h2>\n<p><a href=\"https://wordpress.org/plugins/stop-signup-spam/\">Stop Signup Spam</a>, a plugin we <a href=\"https://wptavern.com/new-wordpress-plugin-blocks-spam-user-registrations-using-stop-forum-spam-database\">featured last month</a> now integrates with GiveWP.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">My \"Stop Signup Spam\" plugin now integrates with <a href=\"https://twitter.com/GiveWP\">@GiveWP</a>, thanks to a contribution from <a href=\"https://twitter.com/learnwithmattc\">@learnwithmattc</a>! <a href=\"https://t.co/hmHBxxKEki\">https://t.co/hmHBxxKEki</a></p>\n<p>— Leland Fiegel (@lelandf) <a href=\"https://twitter.com/lelandf/status/869976727912579073\">May 31, 2017</a></p></blockquote>\n<p></p>\n<h2>LED WordPress Badge</h2>\n<p>George Stephanis unveiled his wifi-enabled light up WordPress badge on Twitter. He ordered the parts and soldered them together himself. You’ll get to see it in person if you’re attending <a href=\"https://2017.kyoto.wordcamp.org/\">WordCamp Kyoto</a>.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">IT IS ALIIIIIIIVE! I\'ll be debuting my shiny new (wifi-enabled, esp-8266 powered) WordPress badge in ONE MONTH at <a href=\"https://twitter.com/wckyoto2017\">@wckyoto2017</a>! <a href=\"https://t.co/P7WZmQUf9z\">pic.twitter.com/P7WZmQUf9z</a></p>\n<p>— george stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/status/869653149245747201\">May 30, 2017</a></p></blockquote>\n<p></p>\n<h2>Wabster!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. This week’s edition features a variation of the Wapuu design. <a href=\"https://wapu.us/wapuu/wabster/\">Wabster</a>, created by Alison Knott, is the <a href=\"https://2017.halifax.wordcamp.org/2017/04/05/welcome-lobster-wapuu-wordcamp-halifaxs-official-mascot/\">mascot of WordCamp Halifax</a>.</p>\n<p><img /></p>\n<p>That’s it for issue twenty-one. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 20:23: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:\"Jeff Chandler\";s: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:81:\"WPTavern: Chassis Desktop Application for Local WordPress Development Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/chassis-desktop-application-for-local-wordpress-development-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/chassis-desktop.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> has released its first public beta of <a href=\"http://beta.chassis.io/\" target=\"_blank\">Chassis Desktop</a>, an application for local WordPress development. <a href=\"https://github.com/Chassis/Chassis/\" target=\"_blank\">Chassis</a> is a Vagrant-based virtual server and a community project that Human Made has commercially supported since 2012. The new desktop app is in early beta at version 0.2.0 with version 1.0.0 coming soon.</p>\n<p>Chassis Desktop was designed with a user-friendly interface suitable for beginners and experts alike. It was built by Bronson Quick and Ryan McCue using <a href=\"http://electron.atom.io/\" target=\"_blank\">Electron</a> and contains code from the <a href=\"https://github.com/facebookincubator/create-react-app\" target=\"_blank\">create-react-app</a> project.</p>\n<p>On first launch the app makes sure that Vagrant and VirtualBox are installed and then guides the user to create a new box. Setting up a new Chassis install or adding Chassis to an existing install is fast and easy with the simple UI. The app also includes keyboard navigation and a built-in terminal for quick access to more control over your box.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/add-new-box.png?ssl=1\"><img /></a></p>\n<p>Over the years Chassis contributors have created an ecosystem of <a href=\"http://beta.chassis.io/extensions/\" target=\"_blank\">extensions</a> for things like MailHog, Photon, Memcache, debugging, and other software. These add-ons allow users to tailor their systems to their needs.</p>\n<p>Chassis Desktop aims to make it easy for users to manager their Chassis development environments without having to touch the command line. As it is currently in pre-release status, early adopters may discover some bugs. Beta testers are encouraged to <a href=\"https://github.com/Chassis/Desktop/issues\" target=\"_blank\">log any issues on GitHub</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 03:24:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 29 Jun 2017 12:08:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 29 Jun 2017 12:00:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170426122324\";}','no'),(478,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1498781340','no'),(479,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1498738140','no'),(480,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1498781340','no'),(481,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/06/evans/\'>WordPress 4.8 “Evans”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/teaching-toddlers-teaching-world/?utm_source=rss&utm_medium=rss&utm_campaign=teaching-toddlers-teaching-world\'>HeroPress: From Teaching Toddlers to Teaching the World</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/catalina-alvarez-is-conducting-the-first-occupational-psychology-study-on-autonomous-motivation-and-burnout-in-the-wordpress-community\'>WPTavern: Catalina Alvarez is Conducting the First Occupational Psychology Study on Autonomous Motivation and Burnout in the WordPress Community</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/matt-mullenweg-discusses-core-focuses-downsides-of-a-consensus-driven-model-and-more-on-apply-filters-podcast\'>WPTavern: Matt Mullenweg Discusses Core Focuses, Downsides of a Consensus-Driven Model, and More on Apply Filters Podcast</a></li></ul></div>','no'),(494,'_transient_is_multi_author','0','yes'),(644,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(656,'_site_transient_timeout_theme_roots','1521055597','no'),(657,'_site_transient_theme_roots','a:6:{s:9:\"businesso\";s:7:\"/themes\";s:11:\"d5-socialia\";s:7:\"/themes\";s:6:\"sydney\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(659,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1521053812;s:15:\"version_checked\";s:5:\"4.8.5\";s:12:\"translations\";a:0:{}}','no'),(660,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521053814;s:7:\"checked\";a:6:{s:9:\"businesso\";s:3:\"3.7\";s:11:\"d5-socialia\";s:3:\"3.3\";s:6:\"sydney\";s:4:\"1.40\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:5:{s:9:\"businesso\";a:4:{s:5:\"theme\";s:9:\"businesso\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:39:\"https://wordpress.org/themes/businesso/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/businesso.4.0.zip\";}s:6:\"sydney\";a:4:{s:5:\"theme\";s:6:\"sydney\";s:11:\"new_version\";s:4:\"1.45\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sydney/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sydney.1.45.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.4.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(661,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521053814;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.6.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:7:\"default\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";s:7:\"default\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"custom-css-js/custom-css-js.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/custom-css-js\";s:4:\"slug\";s:13:\"custom-css-js\";s:6:\"plugin\";s:31:\"custom-css-js/custom-css-js.php\";s:11:\"new_version\";s:4:\"3.14\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/custom-css-js/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-css-js.3.14.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";s:0:\"\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-255x255.png?rev=1770945\";s:7:\"default\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";s:2:\"1x\";s:68:\"https://ps.w.org/custom-css-js/assets/banner-772x250.png?rev=1303730\";s:7:\"default\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:41:\"custom-menu-wizard/custom-menu-wizard.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/custom-menu-wizard\";s:4:\"slug\";s:18:\"custom-menu-wizard\";s:6:\"plugin\";s:41:\"custom-menu-wizard/custom-menu-wizard.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/custom-menu-wizard/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/custom-menu-wizard.3.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/custom-menu-wizard/assets/icon-128x128.png?rev=1381901\";s:2:\"2x\";s:71:\"https://ps.w.org/custom-menu-wizard/assets/icon-256x256.png?rev=1381901\";s:7:\"default\";s:71:\"https://ps.w.org/custom-menu-wizard/assets/icon-256x256.png?rev=1381901\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:73:\"https://ps.w.org/custom-menu-wizard/assets/banner-772x250.jpg?rev=1381901\";s:7:\"default\";s:73:\"https://ps.w.org/custom-menu-wizard/assets/banner-772x250.jpg?rev=1381901\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"sydney-toolbox/sydney-toolbox.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/sydney-toolbox\";s:4:\"slug\";s:14:\"sydney-toolbox\";s:6:\"plugin\";s:33:\"sydney-toolbox/sydney-toolbox.php\";s:11:\"new_version\";s:4:\"1.01\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sydney-toolbox/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/sydney-toolbox.1.01.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=533 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (23,13,'_edit_last','1'),(24,13,'_edit_lock','1495812856:1'),(35,15,'_edit_last','1'),(36,15,'_edit_lock','1495812902:1'),(38,21,'_wp_attached_file','2017/05/photo_140s.jpg'),(39,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_140s.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:{}}}'),(40,22,'_wp_attached_file','2017/05/cropped-photo_140s.jpg'),(41,22,'_wp_attachment_context','site-icon'),(42,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2017/05/cropped-photo_140s.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-photo_140s-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:30:\"cropped-photo_140s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-photo_140s-512x200.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-photo_140s-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-photo_140s-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-photo_140s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-photo_140s-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(43,21,'_wp_attachment_custom_header_last_used_d5-socialia','1495644753'),(44,21,'_wp_attachment_is_custom_header','d5-socialia'),(45,23,'_wp_attached_file','2017/05/map_ifk.gif'),(46,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:316;s:4:\"file\";s:19:\"2017/05/map_ifk.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"map_ifk-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"map_ifk-300x257.gif\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"map_ifk-369x200.gif\";s:5:\"width\";i:369;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(47,24,'_wp_attached_file','2017/05/ss_kyok.gif'),(48,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:316;s:4:\"file\";s:19:\"2017/05/ss_kyok.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ss_kyok-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ss_kyok-300x257.gif\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"ss_kyok-369x200.gif\";s:5:\"width\";i:369;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(49,25,'_wp_attached_file','2017/05/ss_map_ifk.gif'),(50,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:316;s:4:\"file\";s:22:\"2017/05/ss_map_ifk.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ss_map_ifk-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ss_map_ifk-300x257.gif\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ss_map_ifk-369x200.gif\";s:5:\"width\";i:369;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(51,26,'_wp_attached_file','2017/05/ss_usa.gif'),(52,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:316;s:4:\"file\";s:18:\"2017/05/ss_usa.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ss_usa-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ss_usa-300x257.gif\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"ss_usa-369x200.gif\";s:5:\"width\";i:369;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(53,27,'_wp_attached_file','2017/05/usa_ifkk_logo.gif'),(54,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2017/05/usa_ifkk_logo.gif\";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:{}}}'),(55,28,'_wp_attached_file','2017/05/photo_012.jpg'),(56,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_012.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_012-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:21:\"photo_012-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_012-450x200.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:200;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:{}}}'),(57,28,'_wp_attachment_custom_header_last_used_twentyseventeen','1495645337'),(58,28,'_wp_attachment_is_custom_header','twentyseventeen'),(79,33,'_wp_attached_file','2017/05/2015_WFKO_Winners.jpg'),(80,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1376;s:4:\"file\";s:29:\"2017/05/2015_WFKO_Winners.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-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:29:\"2015_WFKO_Winners-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"2015_WFKO_Winners-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-large-thumb\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-830x558.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-230x155.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-350x235.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:29:\"2015_WFKO_Winners-480x323.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:323;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(81,34,'_wp_attached_file','2017/05/Kamil-2014-Heavyweight-US-Open.jpg'),(82,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:42:\"2017/05/Kamil-2014-Heavyweight-US-Open.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Kamil-2014-Heavyweight-US-Open-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:42:\"Kamil-2014-Heavyweight-US-Open-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:42:\"Kamil-2014-Heavyweight-US-Open-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:42:\"Kamil-2014-Heavyweight-US-Open-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:42:\"Kamil-2014-Heavyweight-US-Open-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:42:\"Kamil-2014-Heavyweight-US-Open-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(83,35,'_wp_attached_file','2017/05/Kamil-2014-Heavyweight-US-OpenS.jpg'),(84,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:100;s:4:\"file\";s:43:\"2017/05/Kamil-2014-Heavyweight-US-OpenS.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:\"1\";s:8:\"keywords\";a:0:{}}}'),(85,36,'_wp_attached_file','2017/05/OK_MothersDay1.jpg'),(86,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2017/05/OK_MothersDay1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay1-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:26:\"OK_MothersDay1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay1-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay1-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:\"6\";s:8:\"keywords\";a:0:{}}}'),(87,37,'_wp_attached_file','2017/05/OK_MothersDay1s.jpg'),(88,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:27:\"2017/05/OK_MothersDay1s.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:\"6\";s:8:\"keywords\";a:0:{}}}'),(89,38,'_wp_attached_file','2017/05/OK_MothersDay2.jpg'),(90,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2017/05/OK_MothersDay2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay2-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:26:\"OK_MothersDay2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay2-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay2-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay2-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay2-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:\"6\";s:8:\"keywords\";a:0:{}}}'),(91,39,'_wp_attached_file','2017/05/OK_MothersDay2s.jpg'),(92,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:27:\"2017/05/OK_MothersDay2s.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:\"6\";s:8:\"keywords\";a:0:{}}}'),(93,40,'_wp_attached_file','2017/05/OK_MothersDay3.jpg'),(94,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2017/05/OK_MothersDay3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay3-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:26:\"OK_MothersDay3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay3-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay3-230x307.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay3-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sydney-mas-thumb\";a:4:{s:4:\"file\";s:26:\"OK_MothersDay3-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;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:\"6\";s:8:\"keywords\";a:0:{}}}'),(95,41,'_wp_attached_file','2017/05/OK_MothersDay3s.jpg'),(96,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:27:\"2017/05/OK_MothersDay3s.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:\"6\";s:8:\"keywords\";a:0:{}}}'),(97,42,'_wp_attached_file','2017/05/photo_007.jpg'),(98,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:360;s:4:\"file\";s:21:\"2017/05/photo_007.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_007-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:21:\"photo_007-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_007-230x195.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_007-350x297.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:297;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:{}}}'),(99,43,'_wp_attached_file','2017/05/photo_007s.jpg'),(100,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:84;s:4:\"file\";s:22:\"2017/05/photo_007s.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:{}}}'),(101,44,'_wp_attached_file','2017/05/photo_008.jpg'),(102,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:306;s:4:\"file\";s:21:\"2017/05/photo_008.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_008-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:21:\"photo_008-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_008-230x156.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_008-350x238.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:238;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:{}}}'),(103,45,'_wp_attached_file','2017/05/photo_008s.jpg'),(104,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:68;s:4:\"file\";s:22:\"2017/05/photo_008s.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:{}}}'),(105,46,'_wp_attached_file','2017/05/photo_009.jpg'),(106,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_009.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_009-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:21:\"photo_009-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_009-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_009-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_009-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(107,47,'_wp_attached_file','2017/05/photo_009s.jpg'),(108,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_009s.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:{}}}'),(109,48,'_wp_attached_file','2017/05/photo_010.jpg'),(110,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_010.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_010-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:21:\"photo_010-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_010-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_010-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_010-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(111,49,'_wp_attached_file','2017/05/photo_010s.jpg'),(112,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_010s.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:{}}}'),(113,50,'_wp_attached_file','2017/05/photo_011.jpg'),(114,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_011.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_011-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:21:\"photo_011-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_011-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_011-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_011-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(115,51,'_wp_attached_file','2017/05/photo_011s.jpg'),(116,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_011s.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:{}}}'),(117,52,'_wp_attached_file','2017/05/photo_012-1.jpg'),(118,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2017/05/photo_012-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"photo_012-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:23:\"photo_012-1-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:23:\"photo_012-1-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:23:\"photo_012-1-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:23:\"photo_012-1-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(119,53,'_wp_attached_file','2017/05/photo_012s.jpg'),(120,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_012s.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:{}}}'),(121,54,'_wp_attached_file','2017/05/photo_013.jpg'),(122,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_013.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_013-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:21:\"photo_013-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_013-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_013-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_013-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(123,55,'_wp_attached_file','2017/05/photo_013s.jpg'),(124,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_013s.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:{}}}'),(125,56,'_wp_attached_file','2017/05/photo_015.jpg'),(126,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_015.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_015-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:21:\"photo_015-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_015-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_015-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_015-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(127,57,'_wp_attached_file','2017/05/photo_015s.jpg'),(128,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_015s.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:{}}}'),(129,58,'_wp_attached_file','2017/05/photo_016.jpg'),(130,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_016.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_016-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:21:\"photo_016-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_016-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_016-230x204.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_016-350x311.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:311;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:{}}}'),(131,59,'_wp_attached_file','2017/05/photo_016s.jpg'),(132,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2017/05/photo_016s.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:{}}}'),(133,60,'_wp_attached_file','2017/05/photo_021.jpg'),(134,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:354;s:4:\"file\";s:21:\"2017/05/photo_021.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_021-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:21:\"photo_021-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_021-230x181.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_021-350x275.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:275;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:{}}}'),(135,61,'_wp_attached_file','2017/05/photo_021s.jpg'),(136,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:78;s:4:\"file\";s:22:\"2017/05/photo_021s.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:{}}}'),(137,62,'_wp_attached_file','2017/05/photo_022.jpg'),(138,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:359;s:4:\"file\";s:21:\"2017/05/photo_022.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_022-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:21:\"photo_022-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_022-230x183.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_022-350x279.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:279;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:{}}}'),(139,63,'_wp_attached_file','2017/05/photo_022s.jpg'),(140,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:79;s:4:\"file\";s:22:\"2017/05/photo_022s.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:{}}}'),(141,64,'_wp_attached_file','2017/05/photo_023.jpg'),(142,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:411;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_023.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_023-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:21:\"photo_023-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_023-411x400.jpg\";s:5:\"width\";i:411;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_023-230x224.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_023-350x341.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:341;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:{}}}'),(143,65,'_wp_attached_file','2017/05/photo_023s.jpg'),(144,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:97;s:4:\"file\";s:22:\"2017/05/photo_023s.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:{}}}'),(145,66,'_wp_attached_file','2017/05/photo_024.jpg'),(146,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_024.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_024-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:21:\"photo_024-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_024-374x400.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_024-230x246.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_024-350x374.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:374;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:{}}}'),(147,67,'_wp_attached_file','2017/05/photo_024s.jpg'),(148,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2017/05/photo_024s.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:{}}}'),(149,68,'_wp_attached_file','2017/05/photo_025.jpg'),(150,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:324;s:4:\"file\";s:21:\"2017/05/photo_025.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_025-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:21:\"photo_025-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_025-230x166.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_025-350x252.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:252;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:{}}}'),(151,69,'_wp_attached_file','2017/05/photo_025s.jpg'),(152,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:72;s:4:\"file\";s:22:\"2017/05/photo_025s.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:{}}}'),(153,70,'_wp_attached_file','2017/05/photo_026.jpg'),(154,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:331;s:4:\"file\";s:21:\"2017/05/photo_026.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_026-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:21:\"photo_026-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_026-230x169.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_026-350x257.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:257;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:{}}}'),(155,71,'_wp_attached_file','2017/05/photo_026s.jpg'),(156,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:73;s:4:\"file\";s:22:\"2017/05/photo_026s.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:{}}}'),(157,72,'_wp_attached_file','2017/05/photo_027.jpg'),(158,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:21:\"2017/05/photo_027.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_027-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:21:\"photo_027-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_027-230x173.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_027-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;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:{}}}'),(159,73,'_wp_attached_file','2017/05/photo_027s.jpg'),(160,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_027s.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:{}}}'),(161,74,'_wp_attached_file','2017/05/photo_028.jpg'),(162,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:321;s:4:\"file\";s:21:\"2017/05/photo_028.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_028-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:21:\"photo_028-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_028-230x164.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_028-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;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:{}}}'),(163,75,'_wp_attached_file','2017/05/photo_028s.jpg'),(164,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2017/05/photo_028s.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:{}}}'),(165,76,'_wp_attached_file','2017/05/photo_029.jpg'),(166,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_029.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_029-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:21:\"photo_029-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_029-408x400.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_029-230x225.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_029-350x343.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:343;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:{}}}'),(167,77,'_wp_attached_file','2017/05/photo_029s.jpg'),(168,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:98;s:4:\"file\";s:22:\"2017/05/photo_029s.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:{}}}'),(169,78,'_wp_attached_file','2017/05/photo_030.jpg'),(170,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/05/photo_030.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_030-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:21:\"photo_030-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"sydney-medium-thumb\";a:4:{s:4:\"file\";s:21:\"photo_030-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_030-230x296.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:296;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:{}}}'),(171,79,'_wp_attached_file','2017/05/photo_030s.jpg'),(172,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:77;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2017/05/photo_030s.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:{}}}'),(173,80,'_wp_attached_file','2017/05/photo_034.jpg'),(174,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_034.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_034-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:21:\"photo_034-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_034-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_034-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(175,81,'_wp_attached_file','2017/05/photo_034s.jpg'),(176,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_034s.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:{}}}'),(177,82,'_wp_attached_file','2017/05/photo_035.jpg'),(178,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_035.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_035-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:21:\"photo_035-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_035-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_035-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(179,83,'_wp_attached_file','2017/05/photo_035s.jpg'),(180,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_035s.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:{}}}'),(181,84,'_wp_attached_file','2017/05/photo_036.jpg'),(182,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_036.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_036-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:21:\"photo_036-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_036-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_036-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(183,85,'_wp_attached_file','2017/05/photo_036s.jpg'),(184,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_036s.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:{}}}'),(185,86,'_wp_attached_file','2017/05/photo_037.jpg'),(186,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_037.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_037-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:21:\"photo_037-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_037-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_037-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(187,87,'_wp_attached_file','2017/05/photo_037s.jpg'),(188,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_037s.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:{}}}'),(189,88,'_wp_attached_file','2017/05/photo_040.jpg'),(190,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_040.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_040-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:21:\"photo_040-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_040-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_040-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(191,89,'_wp_attached_file','2017/05/photo_040s.jpg'),(192,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_040s.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:{}}}'),(193,90,'_wp_attached_file','2017/05/photo_041.jpg'),(194,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_041.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_041-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:21:\"photo_041-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_041-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_041-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(195,91,'_wp_attached_file','2017/05/photo_041s.jpg'),(196,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_041s.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:{}}}'),(197,92,'_wp_attached_file','2017/05/photo_042.jpg'),(198,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2017/05/photo_042.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_042-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:21:\"photo_042-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_042-230x174.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_042-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),(199,93,'_wp_attached_file','2017/05/photo_042s.jpg'),(200,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2017/05/photo_042s.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:{}}}'),(201,94,'_wp_attached_file','2017/05/photo_043.jpg'),(202,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2017/05/photo_043.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_043-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:21:\"photo_043-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_043-230x153.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_043-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;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:{}}}'),(203,95,'_wp_attached_file','2017/05/photo_043s.jpg'),(204,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:66;s:4:\"file\";s:22:\"2017/05/photo_043s.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:{}}}'),(205,96,'_wp_attached_file','2017/05/photo_044.jpg'),(206,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:375;s:4:\"file\";s:21:\"2017/05/photo_044.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_044-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:21:\"photo_044-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_044-230x192.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_044-350x292.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:292;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:{}}}'),(207,97,'_wp_attached_file','2017/05/photo_044s.jpg'),(208,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:83;s:4:\"file\";s:22:\"2017/05/photo_044s.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:{}}}'),(209,98,'_wp_attached_file','2017/05/photo_045.jpg'),(210,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:333;s:4:\"file\";s:21:\"2017/05/photo_045.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"photo_045-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:21:\"photo_045-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sydney-small-thumb\";a:4:{s:4:\"file\";s:21:\"photo_045-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sydney-service-thumb\";a:4:{s:4:\"file\";s:21:\"photo_045-350x259.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:259;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:{}}}'),(215,15,'_wp_page_template','page-templates/page_fullwidth.php'),(216,104,'_edit_last','1'),(217,104,'options','a:5:{s:4:\"type\";s:6:\"header\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:3:\"css\";}'),(218,104,'_edit_lock','1495716432:1'),(247,13,'_wp_page_template','page-templates/page_fullwidth.php'),(251,114,'_edit_last','1'),(252,114,'_edit_lock','1498572560:1'),(253,114,'_wp_page_template','page-templates/page_fullwidth.php'),(280,120,'_edit_last','1'),(281,120,'_wp_page_template','page-templates/page_fullwidth.php'),(290,120,'_edit_lock','1495811909:1'),(303,129,'_edit_last','1'),(304,129,'_edit_lock','1498572788:1'),(305,129,'_wp_page_template','default'),(314,132,'_edit_last','1'),(315,132,'_edit_lock','1498572632:1'),(316,132,'_wp_page_template','default'),(343,138,'_edit_last','1'),(344,138,'_edit_lock','1498572529:1'),(345,138,'_wp_page_template','default'),(354,141,'_edit_last','1'),(355,141,'_edit_lock','1498571326:1'),(356,141,'_wp_page_template','default'),(365,144,'_edit_last','1'),(366,144,'_edit_lock','1498572545:1'),(367,144,'_wp_page_template','default'),(376,147,'_edit_last','1'),(377,147,'_wp_page_template','default'),(386,147,'_edit_lock','1498572514:1'),(387,150,'_edit_last','1'),(388,150,'_wp_page_template','default'),(397,150,'_edit_lock','1498571676:1'),(398,153,'_menu_item_type','post_type'),(399,153,'_menu_item_menu_item_parent','0'),(400,153,'_menu_item_object_id','150'),(401,153,'_menu_item_object','page'),(402,153,'_menu_item_target',''),(403,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(404,153,'_menu_item_xfn',''),(405,153,'_menu_item_url',''),(407,154,'_menu_item_type','post_type'),(408,154,'_menu_item_menu_item_parent','0'),(409,154,'_menu_item_object_id','147'),(410,154,'_menu_item_object','page'),(411,154,'_menu_item_target',''),(412,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(413,154,'_menu_item_xfn',''),(414,154,'_menu_item_url',''),(416,155,'_menu_item_type','post_type'),(417,155,'_menu_item_menu_item_parent','154'),(418,155,'_menu_item_object_id','144'),(419,155,'_menu_item_object','page'),(420,155,'_menu_item_target',''),(421,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(422,155,'_menu_item_xfn',''),(423,155,'_menu_item_url',''),(425,156,'_menu_item_type','post_type'),(426,156,'_menu_item_menu_item_parent','154'),(427,156,'_menu_item_object_id','141'),(428,156,'_menu_item_object','page'),(429,156,'_menu_item_target',''),(430,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(431,156,'_menu_item_xfn',''),(432,156,'_menu_item_url',''),(434,157,'_menu_item_type','post_type'),(435,157,'_menu_item_menu_item_parent','154'),(436,157,'_menu_item_object_id','138'),(437,157,'_menu_item_object','page'),(438,157,'_menu_item_target',''),(439,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,157,'_menu_item_xfn',''),(441,157,'_menu_item_url',''),(443,158,'_menu_item_type','post_type'),(444,158,'_menu_item_menu_item_parent','154'),(445,158,'_menu_item_object_id','132'),(446,158,'_menu_item_object','page'),(447,158,'_menu_item_target',''),(448,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(449,158,'_menu_item_xfn',''),(450,158,'_menu_item_url',''),(452,159,'_menu_item_type','post_type'),(453,159,'_menu_item_menu_item_parent','154'),(454,159,'_menu_item_object_id','129'),(455,159,'_menu_item_object','page'),(456,159,'_menu_item_target',''),(457,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(458,159,'_menu_item_xfn',''),(459,159,'_menu_item_url',''),(461,160,'_menu_item_type','post_type'),(462,160,'_menu_item_menu_item_parent','153'),(463,160,'_menu_item_object_id','120'),(464,160,'_menu_item_object','page'),(465,160,'_menu_item_target',''),(466,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,160,'_menu_item_xfn',''),(468,160,'_menu_item_url',''),(470,161,'_menu_item_type','post_type'),(471,161,'_menu_item_menu_item_parent','153'),(472,161,'_menu_item_object_id','114'),(473,161,'_menu_item_object','page'),(474,161,'_menu_item_target',''),(475,161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(476,161,'_menu_item_xfn',''),(477,161,'_menu_item_url',''),(479,162,'_menu_item_type','post_type'),(480,162,'_menu_item_menu_item_parent','153'),(481,162,'_menu_item_object_id','15'),(482,162,'_menu_item_object','page'),(483,162,'_menu_item_target',''),(484,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(485,162,'_menu_item_xfn',''),(486,162,'_menu_item_url',''),(488,163,'_menu_item_type','post_type'),(489,163,'_menu_item_menu_item_parent','153'),(490,163,'_menu_item_object_id','13'),(491,163,'_menu_item_object','page'),(492,163,'_menu_item_target',''),(493,163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(494,163,'_menu_item_xfn',''),(495,163,'_menu_item_url',''),(506,171,'_wp_attached_file','2017/06/ifkk_logo.gif'),(507,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2017/06/ifkk_logo.gif\";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:{}}}'),(510,173,'_edit_last','1'),(511,173,'_edit_lock','1498589486:1'),(512,176,'_edit_last','1'),(513,176,'_edit_lock','1498588734:1'),(516,182,'_menu_item_type','custom'),(517,182,'_menu_item_menu_item_parent','0'),(518,182,'_menu_item_object_id','182'),(519,182,'_menu_item_object','custom'),(520,182,'_menu_item_target',''),(521,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(522,182,'_menu_item_xfn',''),(523,182,'_menu_item_url','http://uskyokushin.com/wordpress2'),(524,182,'_menu_item_orphaned','1498758495'),(525,183,'_menu_item_type','custom'),(526,183,'_menu_item_menu_item_parent','0'),(527,183,'_menu_item_object_id','183'),(528,183,'_menu_item_object','custom'),(529,183,'_menu_item_target',''),(530,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(531,183,'_menu_item_xfn',''),(532,183,'_menu_item_url','http://uskyokushin.com/wordpress2'); /*!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_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=184 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (13,1,'2017-05-24 17:11:30','2017-05-24 17:11:30','<h1>USA Fight Team</h1>\r\n<h1><strong>Coaches</strong></h1>\r\n<p class=\"hkanj\">米国戦い分隊</p>\r\n\r\n<h1><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" /></h1>\r\n<ul>\r\n <li><i>Sensei</i> Scott Haug\r\nAffiliate Fighting Coach</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier\r\nRegional Fighting Coach</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">International\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\r\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\r\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\r\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nSemi-Contact Team</h2>\r\n<ul>\r\n <li class=\"ml\">Daniel Vania</li>\r\n <li class=\"ml\">Brad Bordeaux</li>\r\n <li class=\"ml\">Nicolas Mofardin</li>\r\n <li class=\"ml\">Jerry Bishop</li>\r\n <li class=\"ml\">Brandon Edwards</li>\r\n <li class=\"ml\">Matthew Harder</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','USA Fight Team','','publish','closed','closed','','usa-fight-team','','','2017-06-26 14:18:07','2017-06-26 18:18:07','',0,'http://uskyokushin.com/wordpress2/?page_id=13',0,'page','',0),(15,1,'2017-05-26 11:35:00','2017-05-26 15:35:00','<h1><strong>USA Organizatio</strong><strong>n</strong></h1>\r\n<p class=\"hkanj\"><strong>米国連盟</strong></p>\r\n<img class=\"imfll alignleft\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"283\" height=\"269\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i>Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nAfter the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n \r\n<h2>Types o<img class=\"imflr alignleft\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />f Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr alignleft\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>','US Organization','','publish','closed','closed','','us-organization','','','2017-06-26 14:18:07','2017-06-26 18:18:07','',0,'http://uskyokushin.com/wordpress2/?page_id=15',0,'page','',0),(16,1,'2017-05-24 14:13:32','2017-05-24 14:13:32','<h1><strong>USA Organization</strong></h1>\r\n<p class=\"hkanj\"><strong>米国連盟</strong></p>\r\n<img class=\"imfll\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"250\" height=\"238\" /><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i>Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\n<img class=\"imflr\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />After the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Types of Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>','','','inherit','closed','closed','','15-revision-v1','','','2017-05-24 14:13:32','2017-05-24 14:13:32','',15,'http://uskyokushin.com/wordpress2/2017/05/24/15-revision-v1/',0,'revision','',0),(17,1,'2017-05-24 14:15:17','2017-05-24 14:15:17','<h1><strong>USA Organization</strong></h1>\r\n<p class=\"hkanj\"><strong>米国連盟</strong></p>\r\n<img class=\"imfll\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"250\" height=\"238\" /><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i>Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\n<img class=\"imflr\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />After the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Types of Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>','OS Organization','','inherit','closed','closed','','15-revision-v1','','','2017-05-24 14:15:17','2017-05-24 14:15:17','',15,'http://uskyokushin.com/wordpress2/2017/05/24/15-revision-v1/',0,'revision','',0),(21,1,'2017-05-24 16:50:16','2017-05-24 16:50:16','','photo_140s','','inherit','open','closed','','photo_140s','','','2017-05-24 16:50:16','2017-05-24 16:50:16','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_140s.jpg',0,'attachment','image/jpeg',0),(22,1,'2017-05-24 16:50:32','2017-05-24 16:50:32','http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/cropped-photo_140s.jpg','cropped-photo_140s.jpg','','inherit','open','closed','','cropped-photo_140s-jpg','','','2017-05-24 16:50:32','2017-05-24 16:50:32','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/cropped-photo_140s.jpg',0,'attachment','image/jpeg',0),(23,1,'2017-05-24 16:56:06','2017-05-24 16:56:06','','map_ifk','','inherit','open','closed','','map_ifk','','','2017-05-24 16:56:06','2017-05-24 16:56:06','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/map_ifk.gif',0,'attachment','image/gif',0),(24,1,'2017-05-24 16:56:15','2017-05-24 16:56:15','','ss_kyok','','inherit','open','closed','','ss_kyok','','','2017-05-24 16:56:15','2017-05-24 16:56:15','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/ss_kyok.gif',0,'attachment','image/gif',0),(25,1,'2017-05-24 16:56:21','2017-05-24 16:56:21','','ss_map_ifk','','inherit','open','closed','','ss_map_ifk','','','2017-05-24 16:56:21','2017-05-24 16:56:21','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/ss_map_ifk.gif',0,'attachment','image/gif',0),(26,1,'2017-05-24 16:56:26','2017-05-24 16:56:26','','ss_usa','','inherit','open','closed','','ss_usa','','','2017-05-24 16:56:26','2017-05-24 16:56:26','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/ss_usa.gif',0,'attachment','image/gif',0),(27,1,'2017-05-24 16:56:29','2017-05-24 16:56:29','','usa_ifkk_logo','','inherit','open','closed','','usa_ifkk_logo','','','2017-05-24 16:56:29','2017-05-24 16:56:29','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/usa_ifkk_logo.gif',0,'attachment','image/gif',0),(28,1,'2017-05-24 17:01:25','2017-05-24 17:01:25','','photo_012','','inherit','open','closed','','photo_012','','','2017-05-24 17:01:25','2017-05-24 17:01:25','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012.jpg',0,'attachment','image/jpeg',0),(31,1,'2017-05-24 17:11:30','2017-05-24 17:11:30','<h1>USA Fight Team</h1>\r\n<p class=\"hkanj\">米国戦い分隊</p>\r\n\r\n<h1><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" /><strong>Coaches</strong></h1>\r\n<ul>\r\n <li><i>Sensei</i> Scott Haug\r\nAffiliate Fighting Coach</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier\r\nRegional Fighting Coach</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">International\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\r\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\r\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\r\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nSemi-Contact Team</h2>\r\n<ul>\r\n <li class=\"ml\">Daniel Vania</li>\r\n <li class=\"ml\">Brad Bordeaux</li>\r\n <li class=\"ml\">Nicolas Mofardin</li>\r\n <li class=\"ml\">Jerry Bishop</li>\r\n <li class=\"ml\">Brandon Edwards</li>\r\n <li class=\"ml\">Matthew Harder</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','USA Fight Team','','inherit','closed','closed','','13-revision-v1','','','2017-05-24 17:11:30','2017-05-24 17:11:30','',13,'http://uskyokushin.com/wordpress2/2017/05/24/13-revision-v1/',0,'revision','',0),(33,1,'2017-05-24 14:47:52','2017-05-24 18:47:52','','2015_WFKO_Winners','','inherit','open','closed','','2015_wfko_winners','','','2017-05-24 14:47:52','2017-05-24 18:47:52','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/2015_WFKO_Winners.jpg',0,'attachment','image/jpeg',0),(34,1,'2017-05-24 14:48:01','2017-05-24 18:48:01','','Kamil 2014 Heavyweight US Open','','inherit','open','closed','','kamil-2014-heavyweight-us-open','','','2017-05-24 14:48:01','2017-05-24 18:48:01','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/Kamil-2014-Heavyweight-US-Open.jpg',0,'attachment','image/jpeg',0),(35,1,'2017-05-24 14:48:04','2017-05-24 18:48:04','','Kamil 2014 Heavyweight US OpenS','','inherit','open','closed','','kamil-2014-heavyweight-us-opens','','','2017-05-24 14:48:04','2017-05-24 18:48:04','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/Kamil-2014-Heavyweight-US-OpenS.jpg',0,'attachment','image/jpeg',0),(36,1,'2017-05-24 14:48:09','2017-05-24 18:48:09','','OK_MothersDay1','','inherit','open','closed','','ok_mothersday1','','','2017-05-24 14:48:09','2017-05-24 18:48:09','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay1.jpg',0,'attachment','image/jpeg',0),(37,1,'2017-05-24 14:48:17','2017-05-24 18:48:17','','OK_MothersDay1s','','inherit','open','closed','','ok_mothersday1s','','','2017-05-24 14:48:17','2017-05-24 18:48:17','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay1s.jpg',0,'attachment','image/jpeg',0),(38,1,'2017-05-24 14:48:21','2017-05-24 18:48:21','','OK_MothersDay2','','inherit','open','closed','','ok_mothersday2','','','2017-05-24 14:48:21','2017-05-24 18:48:21','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay2.jpg',0,'attachment','image/jpeg',0),(39,1,'2017-05-24 14:48:27','2017-05-24 18:48:27','','OK_MothersDay2s','','inherit','open','closed','','ok_mothersday2s','','','2017-05-24 14:48:27','2017-05-24 18:48:27','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay2s.jpg',0,'attachment','image/jpeg',0),(40,1,'2017-05-24 14:48:33','2017-05-24 18:48:33','','OK_MothersDay3','','inherit','open','closed','','ok_mothersday3','','','2017-05-24 14:48:33','2017-05-24 18:48:33','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay3.jpg',0,'attachment','image/jpeg',0),(41,1,'2017-05-24 14:48:37','2017-05-24 18:48:37','','OK_MothersDay3s','','inherit','open','closed','','ok_mothersday3s','','','2017-05-24 14:48:37','2017-05-24 18:48:37','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/OK_MothersDay3s.jpg',0,'attachment','image/jpeg',0),(42,1,'2017-05-24 14:48:41','2017-05-24 18:48:41','','photo_007','','inherit','open','closed','','photo_007','','','2017-05-24 14:48:41','2017-05-24 18:48:41','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_007.jpg',0,'attachment','image/jpeg',0),(43,1,'2017-05-24 14:48:45','2017-05-24 18:48:45','','photo_007s','','inherit','open','closed','','photo_007s','','','2017-05-24 14:48:45','2017-05-24 18:48:45','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_007s.jpg',0,'attachment','image/jpeg',0),(44,1,'2017-05-24 14:48:48','2017-05-24 18:48:48','','photo_008','','inherit','open','closed','','photo_008','','','2017-05-24 14:48:48','2017-05-24 18:48:48','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_008.jpg',0,'attachment','image/jpeg',0),(45,1,'2017-05-24 14:48:53','2017-05-24 18:48:53','','photo_008s','','inherit','open','closed','','photo_008s','','','2017-05-24 14:48:53','2017-05-24 18:48:53','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_008s.jpg',0,'attachment','image/jpeg',0),(46,1,'2017-05-24 14:48:55','2017-05-24 18:48:55','','photo_009','','inherit','open','closed','','photo_009','','','2017-05-24 14:48:55','2017-05-24 18:48:55','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_009.jpg',0,'attachment','image/jpeg',0),(47,1,'2017-05-24 14:49:02','2017-05-24 18:49:02','','photo_009s','','inherit','open','closed','','photo_009s','','','2017-05-24 14:49:02','2017-05-24 18:49:02','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_009s.jpg',0,'attachment','image/jpeg',0),(48,1,'2017-05-24 14:49:04','2017-05-24 18:49:04','','photo_010','','inherit','open','closed','','photo_010','','','2017-05-24 14:49:04','2017-05-24 18:49:04','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_010.jpg',0,'attachment','image/jpeg',0),(49,1,'2017-05-24 14:49:07','2017-05-24 18:49:07','','photo_010s','','inherit','open','closed','','photo_010s','','','2017-05-24 14:49:07','2017-05-24 18:49:07','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_010s.jpg',0,'attachment','image/jpeg',0),(50,1,'2017-05-24 14:49:10','2017-05-24 18:49:10','','photo_011','','inherit','open','closed','','photo_011','','','2017-05-24 14:49:10','2017-05-24 18:49:10','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_011.jpg',0,'attachment','image/jpeg',0),(51,1,'2017-05-24 14:49:14','2017-05-24 18:49:14','','photo_011s','','inherit','open','closed','','photo_011s','','','2017-05-24 14:49:14','2017-05-24 18:49:14','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_011s.jpg',0,'attachment','image/jpeg',0),(52,1,'2017-05-24 14:49:16','2017-05-24 18:49:16','','photo_012','','inherit','open','closed','','photo_012-2','','','2017-05-24 14:49:16','2017-05-24 18:49:16','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012-1.jpg',0,'attachment','image/jpeg',0),(53,1,'2017-05-24 14:49:20','2017-05-24 18:49:20','','photo_012s','','inherit','open','closed','','photo_012s','','','2017-05-24 14:49:20','2017-05-24 18:49:20','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_012s.jpg',0,'attachment','image/jpeg',0),(54,1,'2017-05-24 14:49:22','2017-05-24 18:49:22','','photo_013','','inherit','open','closed','','photo_013','','','2017-05-24 14:49:22','2017-05-24 18:49:22','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_013.jpg',0,'attachment','image/jpeg',0),(55,1,'2017-05-24 14:49:25','2017-05-24 18:49:25','','photo_013s','','inherit','open','closed','','photo_013s','','','2017-05-24 14:49:25','2017-05-24 18:49:25','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_013s.jpg',0,'attachment','image/jpeg',0),(56,1,'2017-05-24 14:49:27','2017-05-24 18:49:27','','photo_015','','inherit','open','closed','','photo_015','','','2017-05-24 14:49:27','2017-05-24 18:49:27','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_015.jpg',0,'attachment','image/jpeg',0),(57,1,'2017-05-24 14:49:31','2017-05-24 18:49:31','','photo_015s','','inherit','open','closed','','photo_015s','','','2017-05-24 14:49:31','2017-05-24 18:49:31','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_015s.jpg',0,'attachment','image/jpeg',0),(58,1,'2017-05-24 14:49:37','2017-05-24 18:49:37','','photo_016','','inherit','open','closed','','photo_016','','','2017-05-24 14:49:37','2017-05-24 18:49:37','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_016.jpg',0,'attachment','image/jpeg',0),(59,1,'2017-05-24 14:49:42','2017-05-24 18:49:42','','photo_016s','','inherit','open','closed','','photo_016s','','','2017-05-24 14:49:42','2017-05-24 18:49:42','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_016s.jpg',0,'attachment','image/jpeg',0),(60,1,'2017-05-24 14:49:48','2017-05-24 18:49:48','','photo_021','','inherit','open','closed','','photo_021','','','2017-05-24 14:49:48','2017-05-24 18:49:48','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_021.jpg',0,'attachment','image/jpeg',0),(61,1,'2017-05-24 14:49:49','2017-05-24 18:49:49','','photo_021s','','inherit','open','closed','','photo_021s','','','2017-05-24 14:49:49','2017-05-24 18:49:49','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_021s.jpg',0,'attachment','image/jpeg',0),(62,1,'2017-05-24 14:49:51','2017-05-24 18:49:51','','photo_022','','inherit','open','closed','','photo_022','','','2017-05-24 14:49:51','2017-05-24 18:49:51','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_022.jpg',0,'attachment','image/jpeg',0),(63,1,'2017-05-24 14:49:56','2017-05-24 18:49:56','','photo_022s','','inherit','open','closed','','photo_022s','','','2017-05-24 14:49:56','2017-05-24 18:49:56','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_022s.jpg',0,'attachment','image/jpeg',0),(64,1,'2017-05-24 14:49:59','2017-05-24 18:49:59','','photo_023','','inherit','open','closed','','photo_023','','','2017-05-24 14:49:59','2017-05-24 18:49:59','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_023.jpg',0,'attachment','image/jpeg',0),(65,1,'2017-05-24 14:50:07','2017-05-24 18:50:07','','photo_023s','','inherit','open','closed','','photo_023s','','','2017-05-24 14:50:07','2017-05-24 18:50:07','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_023s.jpg',0,'attachment','image/jpeg',0),(66,1,'2017-05-24 14:50:12','2017-05-24 18:50:12','','photo_024','','inherit','open','closed','','photo_024','','','2017-05-24 14:50:12','2017-05-24 18:50:12','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_024.jpg',0,'attachment','image/jpeg',0),(67,1,'2017-05-24 14:50:39','2017-05-24 18:50:39','','photo_024s','','inherit','open','closed','','photo_024s','','','2017-05-24 14:50:39','2017-05-24 18:50:39','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_024s.jpg',0,'attachment','image/jpeg',0),(68,1,'2017-05-24 14:50:59','2017-05-24 18:50:59','','photo_025','','inherit','open','closed','','photo_025','','','2017-05-24 14:50:59','2017-05-24 18:50:59','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_025.jpg',0,'attachment','image/jpeg',0),(69,1,'2017-05-24 14:51:17','2017-05-24 18:51:17','','photo_025s','','inherit','open','closed','','photo_025s','','','2017-05-24 14:51:17','2017-05-24 18:51:17','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_025s.jpg',0,'attachment','image/jpeg',0),(70,1,'2017-05-24 14:51:25','2017-05-24 18:51:25','','photo_026','','inherit','open','closed','','photo_026','','','2017-05-24 14:51:25','2017-05-24 18:51:25','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_026.jpg',0,'attachment','image/jpeg',0),(71,1,'2017-05-24 14:51:33','2017-05-24 18:51:33','','photo_026s','','inherit','open','closed','','photo_026s','','','2017-05-24 14:51:33','2017-05-24 18:51:33','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_026s.jpg',0,'attachment','image/jpeg',0),(72,1,'2017-05-24 14:51:48','2017-05-24 18:51:48','','photo_027','','inherit','open','closed','','photo_027','','','2017-05-24 14:51:48','2017-05-24 18:51:48','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_027.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-05-24 14:51:53','2017-05-24 18:51:53','','photo_027s','','inherit','open','closed','','photo_027s','','','2017-05-24 14:51:53','2017-05-24 18:51:53','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_027s.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-05-24 14:51:59','2017-05-24 18:51:59','','photo_028','','inherit','open','closed','','photo_028','','','2017-05-24 14:51:59','2017-05-24 18:51:59','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_028.jpg',0,'attachment','image/jpeg',0),(75,1,'2017-05-24 14:52:02','2017-05-24 18:52:02','','photo_028s','','inherit','open','closed','','photo_028s','','','2017-05-24 14:52:02','2017-05-24 18:52:02','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_028s.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-05-24 14:52:06','2017-05-24 18:52:06','','photo_029','','inherit','open','closed','','photo_029','','','2017-05-24 14:52:06','2017-05-24 18:52:06','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_029.jpg',0,'attachment','image/jpeg',0),(77,1,'2017-05-24 14:52:08','2017-05-24 18:52:08','','photo_029s','','inherit','open','closed','','photo_029s','','','2017-05-24 14:52:08','2017-05-24 18:52:08','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_029s.jpg',0,'attachment','image/jpeg',0),(78,1,'2017-05-24 14:52:12','2017-05-24 18:52:12','','photo_030','','inherit','open','closed','','photo_030','','','2017-05-24 14:52:12','2017-05-24 18:52:12','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_030.jpg',0,'attachment','image/jpeg',0),(79,1,'2017-05-24 14:52:14','2017-05-24 18:52:14','','photo_030s','','inherit','open','closed','','photo_030s','','','2017-05-24 14:52:14','2017-05-24 18:52:14','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_030s.jpg',0,'attachment','image/jpeg',0),(80,1,'2017-05-24 14:52:16','2017-05-24 18:52:16','','photo_034','','inherit','open','closed','','photo_034','','','2017-05-24 14:52:16','2017-05-24 18:52:16','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_034.jpg',0,'attachment','image/jpeg',0),(81,1,'2017-05-24 14:52:21','2017-05-24 18:52:21','','photo_034s','','inherit','open','closed','','photo_034s','','','2017-05-24 14:52:21','2017-05-24 18:52:21','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_034s.jpg',0,'attachment','image/jpeg',0),(82,1,'2017-05-24 14:52:23','2017-05-24 18:52:23','','photo_035','','inherit','open','closed','','photo_035','','','2017-05-24 14:52:23','2017-05-24 18:52:23','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_035.jpg',0,'attachment','image/jpeg',0),(83,1,'2017-05-24 14:52:26','2017-05-24 18:52:26','','photo_035s','','inherit','open','closed','','photo_035s','','','2017-05-24 14:52:26','2017-05-24 18:52:26','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_035s.jpg',0,'attachment','image/jpeg',0),(84,1,'2017-05-24 14:52:28','2017-05-24 18:52:28','','photo_036','','inherit','open','closed','','photo_036','','','2017-05-24 14:52:28','2017-05-24 18:52:28','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_036.jpg',0,'attachment','image/jpeg',0),(85,1,'2017-05-24 14:52:30','2017-05-24 18:52:30','','photo_036s','','inherit','open','closed','','photo_036s','','','2017-05-24 14:52:30','2017-05-24 18:52:30','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_036s.jpg',0,'attachment','image/jpeg',0),(86,1,'2017-05-24 14:52:32','2017-05-24 18:52:32','','photo_037','','inherit','open','closed','','photo_037','','','2017-05-24 14:52:32','2017-05-24 18:52:32','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_037.jpg',0,'attachment','image/jpeg',0),(87,1,'2017-05-24 14:52:34','2017-05-24 18:52:34','','photo_037s','','inherit','open','closed','','photo_037s','','','2017-05-24 14:52:34','2017-05-24 18:52:34','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_037s.jpg',0,'attachment','image/jpeg',0),(88,1,'2017-05-24 14:52:36','2017-05-24 18:52:36','','photo_040','','inherit','open','closed','','photo_040','','','2017-05-24 14:52:36','2017-05-24 18:52:36','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_040.jpg',0,'attachment','image/jpeg',0),(89,1,'2017-05-24 14:52:37','2017-05-24 18:52:37','','photo_040s','','inherit','open','closed','','photo_040s','','','2017-05-24 14:52:37','2017-05-24 18:52:37','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_040s.jpg',0,'attachment','image/jpeg',0),(90,1,'2017-05-24 14:52:40','2017-05-24 18:52:40','','photo_041','','inherit','open','closed','','photo_041','','','2017-05-24 14:52:40','2017-05-24 18:52:40','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_041.jpg',0,'attachment','image/jpeg',0),(91,1,'2017-05-24 14:52:43','2017-05-24 18:52:43','','photo_041s','','inherit','open','closed','','photo_041s','','','2017-05-24 14:52:43','2017-05-24 18:52:43','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_041s.jpg',0,'attachment','image/jpeg',0),(92,1,'2017-05-24 14:52:47','2017-05-24 18:52:47','','photo_042','','inherit','open','closed','','photo_042','','','2017-05-24 14:52:47','2017-05-24 18:52:47','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_042.jpg',0,'attachment','image/jpeg',0),(93,1,'2017-05-24 14:52:52','2017-05-24 18:52:52','','photo_042s','','inherit','open','closed','','photo_042s','','','2017-05-24 14:52:52','2017-05-24 18:52:52','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_042s.jpg',0,'attachment','image/jpeg',0),(94,1,'2017-05-24 14:52:55','2017-05-24 18:52:55','','photo_043','','inherit','open','closed','','photo_043','','','2017-05-24 14:52:55','2017-05-24 18:52:55','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_043.jpg',0,'attachment','image/jpeg',0),(95,1,'2017-05-24 14:52:57','2017-05-24 18:52:57','','photo_043s','','inherit','open','closed','','photo_043s','','','2017-05-24 14:52:57','2017-05-24 18:52:57','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_043s.jpg',0,'attachment','image/jpeg',0),(96,1,'2017-05-24 14:52:58','2017-05-24 18:52:58','','photo_044','','inherit','open','closed','','photo_044','','','2017-05-24 14:52:58','2017-05-24 18:52:58','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_044.jpg',0,'attachment','image/jpeg',0),(97,1,'2017-05-24 14:53:00','2017-05-24 18:53:00','','photo_044s','','inherit','open','closed','','photo_044s','','','2017-05-24 14:53:00','2017-05-24 18:53:00','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_044s.jpg',0,'attachment','image/jpeg',0),(98,1,'2017-05-24 14:53:02','2017-05-24 18:53:02','','photo_045','','inherit','open','closed','','photo_045','','','2017-05-24 14:53:02','2017-05-24 18:53:02','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/05/photo_045.jpg',0,'attachment','image/jpeg',0),(103,1,'2017-05-25 08:36:54','2017-05-25 12:36:54','<h1><strong>USA Organizatio</strong><strong>n</strong></h1>\r\n<p class=\"hkanj\"><strong>米国連盟</strong></p>\r\n<img class=\"imfll alignleft\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"283\" height=\"269\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i>Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nAfter the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n \r\n<h2>Types o<img class=\"imflr alignleft\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />f Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr alignleft\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>','US Organization','','inherit','closed','closed','','15-revision-v1','','','2017-05-25 08:36:54','2017-05-25 12:36:54','',15,'http://uskyokushin.com/wordpress2/2017/05/25/15-revision-v1/',0,'revision','',0),(104,1,'2017-05-25 08:47:05','2017-05-25 12:47:05','/* Add your CSS code here.\r\n \r\nFor example:\r\n.example {\r\n color: red;\r\n}\r\n\r\nFor brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp\r\n\r\nEnd of comment */ \r\n\r\n.site-title,\r\n.site-description{\r\n text-indent:-9999px;\r\n}','','','publish','closed','closed','','104','','','2017-05-25 08:47:05','2017-05-25 12:47:05','',0,'http://uskyokushin.com/wordpress2/?post_type=custom-css-js&p=104',0,'custom-css-js','',0),(113,1,'2017-05-26 10:50:10','2017-05-26 14:50:10','<h1>USA Fight Team</h1>\r\n<h1><strong>Coaches</strong></h1>\r\n<p class=\"hkanj\">米国戦い分隊</p>\r\n\r\n<h1><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" /></h1>\r\n<ul>\r\n <li><i>Sensei</i> Scott Haug\r\nAffiliate Fighting Coach</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier\r\nRegional Fighting Coach</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">International\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\r\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\r\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\r\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nSemi-Contact Team</h2>\r\n<ul>\r\n <li class=\"ml\">Daniel Vania</li>\r\n <li class=\"ml\">Brad Bordeaux</li>\r\n <li class=\"ml\">Nicolas Mofardin</li>\r\n <li class=\"ml\">Jerry Bishop</li>\r\n <li class=\"ml\">Brandon Edwards</li>\r\n <li class=\"ml\">Matthew Harder</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','USA Fight Team','','inherit','closed','closed','','13-revision-v1','','','2017-05-26 10:50:10','2017-05-26 14:50:10','',13,'http://uskyokushin.com/wordpress2/2017/05/26/13-revision-v1/',0,'revision','',0),(114,1,'2017-05-26 11:09:00','2017-05-26 15:09:00','<h1>Dojos and Contacts</h1>\r\n<p class=\"hkanj\">道場連絡先一覧</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Headquarters:</h2>\r\n<h3>Kyokushin Karate Fitness USA</h3>\r\n<a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a>\r\n\r\n<a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a>\r\n\r\n<i>Sensei</i> Dave Sheets\r\n\r\n<i>Sempai</i> Shaheen Hicks\r\n<p class=\"indxl\">482 Ridge Rd. West\r\nRochester, NY 14615\r\n(585) 663-7680\r\n<a href=\"mailto:MMonaco1@its.jnj.com\">email</a></p>\r\nKyokushin Karate Fitness School Karate Club:\r\n<ul>\r\n <li>McQuaid Jesuit High School\r\n<i>Sempai</i> Laurie Farber</li>\r\n</ul>\r\n<h2>Other Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Eagle Wings Kyokushin Karate</h3>\r\n<i>Sensei</i> Ellis Weber\r\n<p class=\"indxl mbl\">5000 S. Santa Fe\r\nOklahoma City, OK 73149\r\n(405) 219-6899\r\n<a href=\"mailto:kickboxing@cox.net\">email</a> <a href=\"http://www.eaglewingsokc.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>NJ Kyokushin Karate</h3>\r\n<i>Sempai Kamil Maras</i>\r\n<p class=\"indxl mbl\">8 Leitrim Ln\r\nHazlet,NY 07730\r\n(718) 757-2904\r\n<a href=\"mailto:kamil_88@wp.pl\">email</a> <a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n<i>Sempai</i> Artur Kuzio\r\n<p class=\"indxl mbl\">(973)333-7368\r\n<a href=\"mailto:arturbobo1@gmail.com\">email</a></p>\r\n\r\n<h3>Endicott Kyokushin Karate</h3>\r\n<a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a>\r\n\r\n<i>Sempai</i> Joe Luke\r\n<p class=\"indxl mbl\">500 N. Nanticoke Ave.\r\nEndicott, NY 13760\r\n(607) 343-9079\r\n<a href=\"mailto:sensei@pronetisp.net\">email</a> <a href=\"http://uskyokushin.com/endicott/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Kyokushin of San Antonio</h3>\r\nSempai Ian Bailey ( Loves Gymnastics )\r\n<p class=\"indxl mbl\">1711 O\'Conner Rd.\r\nSan Antonio, TX 78247\r\n(210) 656-9988 Gym\r\n(210) 488-2759 cell\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>Gray Wolf Kyokushin Martial Arts</h3>\r\n<i>Sempai</i> Karl Biedlingmaier\r\n\r\n<i>Sempai</i> Renee Biedlingmaier\r\n<p class=\"indxl mbl\">17252 Gulf Rd.\r\nHolley, NY 14470\r\n(585) 406-6193\r\n<a href=\"mailto:kbiedlingmaier@hotmail.com\">email</a> <a href=\"http://www.graywolfmartialarts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Rocky\'s Personalized Training</h3>\r\n<i>Shihan</i> Dave Muscarella\r\n<p class=\"indxl mbl\">2988 East State St.\r\nHermitage, PA 16148\r\n(724) 699-6346</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davemusky@yahoo.com\">email</a></p>\r\n\r\n<h3>Victory Dojo and Habit Fitness</h3>\r\n<i>Sensei</i> Robert Christophe\r\n<p class=\"indxl mbl\">517 N. Victory Bvld\r\nBurbank, Ca\r\n(310) 508-8046</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:dojofitness@gmail.com\">email</a> <a href=\"http://www.http//victorydojofitness.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Webster Kyokushin Karate USA</h3>\r\n<i>Sensei</i> Dave Sheets\r\n<p class=\"indxl mbl\">2209 Empire Blvd.</p>\r\n<p class=\"indxl mbl\"> Webster, NY 14580\r\n(937) 622-8069</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:cjbienvides69@gmail.com\">email</a></p>\r\n\r\n<h3>Willow Dojo</h3>\r\n<i>Shihan Chris Benavides</i>\r\n<p class=\"indxl mbl\"> Cloumbus, Ohio\r\n(585) 489-7025</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davidsheets315@yahoo.com\">email</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fighting Affiliate Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>American Self Defense Club</h3>\r\n<i>Renshi</i> Ralph Metz\r\n\r\n<i>Sensei</i> Brian Metz\r\n<p class=\"indxl mbl\">25 Minneakoning Road, Suite 201\r\nFlemington, NJ 08822\r\n(908) 237-2005\r\n<a href=\"mailto:asdcflemington@gmail.com\">email</a> <a href=\"http://americanselfdefenseclub.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>S&S Fitness and Martial Arts Center</h3>\r\n<a href=\"http://uskyokushin.com/people/haug.htm\"><i>Sensei</i> Scott Haug</a>\r\n<p class=\"indxl mbl\">49 King Street\r\nHamlin, NY 14464\r\n(585) 964-9530\r\n<a href=\"mailto:shaug3@rochester.rr.com\">email</a> <a href=\"http://sandsfitnessmac.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Indian Land Martial Arts Club</h3>\r\n<i>Sensei</i> Issac Richard\r\n\r\n1162-D Fort Mill Hwy\r\nFort Mill, SC 29707\r\n(803) 984-0146\r\n<a href=\"mailto:ilmacgj@gmaillcom\">email</a> <a href=\"http://www.ilmac.rocks/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>Westchester kenshikai</h3>\r\n<i>Sensei</i> Claibourne Henry\r\n<p class=\"indxl mbl\">22 Main Street\r\nHastings-on-Hudson, NY 10706\r\n(914) 231-7503\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Ruffing Martial Arts</h3>\r\nMaster William Ruffing\r\n<p class=\"indxl mbl\">Deleware, Ohio\r\n(740) 833-6723\r\n<a href=\"mailto:williamruffing74@yahoo.com\">email</a></p>\r\n\r\n<h3>American Pangainoon Academy</h3>\r\n<i>Sensei</i> Richard Upton\r\nSpringfield,Ohio\r\n(937) 346-7336\r\n<a href=\"mailto:pangainoon229@gmaillcom\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Dojos and Contacts','','publish','closed','closed','','dojos-and-contacts','','','2017-06-26 14:18:05','2017-06-26 18:18:05','',0,'http://uskyokushin.com/wordpress2/?page_id=114',0,'page','',0),(116,1,'2017-05-26 11:09:00','2017-05-26 15:09:00','<h1>Dojos and Contacts</h1>\r\n<p class=\"hkanj\">道場連絡先一覧</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Headquarters:</h2>\r\n<h3>Kyokushin Karate Fitness USA</h3>\r\n<a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a>\r\n\r\n<a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a>\r\n\r\n<i>Sensei</i> Dave Sheets\r\n\r\n<i>Sempai</i> Shaheen Hicks\r\n<p class=\"indxl\">482 Ridge Rd. West\r\nRochester, NY 14615\r\n(585) 663-7680\r\n<a href=\"mailto:MMonaco1@its.jnj.com\">email</a></p>\r\nKyokushin Karate Fitness School Karate Club:\r\n<ul>\r\n <li>McQuaid Jesuit High School\r\n<i>Sempai</i> Laurie Farber</li>\r\n</ul>\r\n<h2>Other Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Eagle Wings Kyokushin Karate</h3>\r\n<i>Sensei</i> Ellis Weber\r\n<p class=\"indxl mbl\">5000 S. Santa Fe\r\nOklahoma City, OK 73149\r\n(405) 219-6899\r\n<a href=\"mailto:kickboxing@cox.net\">email</a> <a href=\"http://www.eaglewingsokc.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>NJ Kyokushin Karate</h3>\r\n<i>Sempai Kamil Maras</i>\r\n<p class=\"indxl mbl\">8 Leitrim Ln\r\nHazlet,NY 07730\r\n(718) 757-2904\r\n<a href=\"mailto:kamil_88@wp.pl\">email</a> <a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n<i>Sempai</i> Artur Kuzio\r\n<p class=\"indxl mbl\">(973)333-7368\r\n<a href=\"mailto:arturbobo1@gmail.com\">email</a></p>\r\n\r\n<h3>Endicott Kyokushin Karate</h3>\r\n<a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a>\r\n\r\n<i>Sempai</i> Joe Luke\r\n<p class=\"indxl mbl\">500 N. Nanticoke Ave.\r\nEndicott, NY 13760\r\n(607) 343-9079\r\n<a href=\"mailto:sensei@pronetisp.net\">email</a> <a href=\"http://uskyokushin.com/endicott/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Kyokushin of San Antonio</h3>\r\nSempai Ian Bailey ( Loves Gymnastics )\r\n<p class=\"indxl mbl\">1711 O\'Conner Rd.\r\nSan Antonio, TX 78247\r\n(210) 656-9988 Gym\r\n(210) 488-2759 cell\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>Gray Wolf Kyokushin Martial Arts</h3>\r\n<i>Sempai</i> Karl Biedlingmaier\r\n\r\n<i>Sempai</i> Renee Biedlingmaier\r\n<p class=\"indxl mbl\">17252 Gulf Rd.\r\nHolley, NY 14470\r\n(585) 406-6193\r\n<a href=\"mailto:kbiedlingmaier@hotmail.com\">email</a> <a href=\"http://www.graywolfmartialarts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Rocky\'s Personalized Training</h3>\r\n<i>Shihan</i> Dave Muscarella\r\n<p class=\"indxl mbl\">2988 East State St.\r\nHermitage, PA 16148\r\n(724) 699-6346</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davemusky@yahoo.com\">email</a></p>\r\n\r\n<h3>Victory Dojo and Habit Fitness</h3>\r\n<i>Sensei</i> Robert Christophe\r\n<p class=\"indxl mbl\">517 N. Victory Bvld\r\nBurbank, Ca\r\n(310) 508-8046</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:dojofitness@gmail.com\">email</a> <a href=\"http://www.http//victorydojofitness.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Webster Kyokushin Karate USA</h3>\r\n<i>Sensei</i> Dave Sheets\r\n<p class=\"indxl mbl\">2209 Empire Blvd.</p>\r\n<p class=\"indxl mbl\"> Webster, NY 14580\r\n(937) 622-8069</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:cjbienvides69@gmail.com\">email</a></p>\r\n\r\n<h3>Willow Dojo</h3>\r\n<i>Shihan Chris Benavides</i>\r\n<p class=\"indxl mbl\"> Cloumbus, Ohio\r\n(585) 489-7025</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davidsheets315@yahoo.com\">email</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fighting Affiliate Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>American Self Defense Club</h3>\r\n<i>Renshi</i> Ralph Metz\r\n\r\n<i>Sensei</i> Brian Metz\r\n<p class=\"indxl mbl\">25 Minneakoning Road, Suite 201\r\nFlemington, NJ 08822\r\n(908) 237-2005\r\n<a href=\"mailto:asdcflemington@gmail.com\">email</a> <a href=\"http://americanselfdefenseclub.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>S&S Fitness and Martial Arts Center</h3>\r\n<a href=\"http://uskyokushin.com/people/haug.htm\"><i>Sensei</i> Scott Haug</a>\r\n<p class=\"indxl mbl\">49 King Street\r\nHamlin, NY 14464\r\n(585) 964-9530\r\n<a href=\"mailto:shaug3@rochester.rr.com\">email</a> <a href=\"http://sandsfitnessmac.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Indian Land Martial Arts Club</h3>\r\n<i>Sensei</i> Issac Richard\r\n\r\n1162-D Fort Mill Hwy\r\nFort Mill, SC 29707\r\n(803) 984-0146\r\n<a href=\"mailto:ilmacgj@gmaillcom\">email</a> <a href=\"http://www.ilmac.rocks/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>Westchester kenshikai</h3>\r\n<i>Sensei</i> Claibourne Henry\r\n<p class=\"indxl mbl\">22 Main Street\r\nHastings-on-Hudson, NY 10706\r\n(914) 231-7503\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n<h3>Ruffing Martial Arts</h3>\r\nMaster William Ruffing\r\n<p class=\"indxl mbl\">Deleware, Ohio\r\n(740) 833-6723\r\n<a href=\"mailto:williamruffing74@yahoo.com\">email</a></p>\r\n\r\n<h3>American Pangainoon Academy</h3>\r\n<i>Sensei</i> Richard Upton\r\nSpringfield,Ohio\r\n(937) 346-7336\r\n<a href=\"mailto:pangainoon229@gmaillcom\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Dojos and Contacts','','inherit','closed','closed','','114-revision-v1','','','2017-05-26 11:09:00','2017-05-26 15:09:00','',114,'http://uskyokushin.com/wordpress2/2017/05/26/114-revision-v1/',0,'revision','',0),(120,1,'2017-05-26 11:18:05','2017-05-26 15:18:05','<h1>Yudansha</h1>\r\n<p class=\"hkanj\">有段者</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w239 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan7.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">7th Dan</td>\r\n<td class=\"ttl\">Nanadan</td>\r\n<td class=\"kanjl\">七段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a></li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w251 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan5.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">5th Dan</td>\r\n<td class=\"ttl\">Godan</td>\r\n<td class=\"kanjl\">五段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a></li>\r\n <li><a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a></li>\r\n <li><i>Shihan</i> Dave Muscarella</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w257 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan4.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">4th Dan</td>\r\n<td class=\"ttl\">Yondan</td>\r\n<td class=\"kanjl\">四段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Lee Haughton</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w263 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan3.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">3rd Dan</td>\r\n<td class=\"ttl\">Sandan</td>\r\n<td class=\"kanjl\">段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Dave Sheets</li>\r\n <li><i>Sensei</i> Ellis Weber</li>\r\n <li><i>Sensei</i> Allen Wood</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w269 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan2.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">2nd Dan</td>\r\n<td class=\"ttl\">Nidan</td>\r\n<td class=\"kanjl\">二段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Matt Sarkisian</li>\r\n <li><i>Sempai</i> Laurie Farber</li>\r\n <li><i>Sempai</i> Artur Kuzio</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li><i>Sempai</i> Joe Luke</li>\r\n <li><i>Sempai</i> Kamil Maras</li>\r\n <li><i>Sempai</i> Rick Spychalski</li>\r\n <li><i>Sempai</i> Lloyd Mellema</li>\r\n <li><i>Sempai</i> Bo Mowdy</li>\r\n <li><i>Sempai</i> Amjad Nawaz</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w275 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan1.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">1st Dan</td>\r\n<td class=\"ttl\">Shodan</td>\r\n<td class=\"kanjl\">初段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Jerad Fulcher</li>\r\n <li><i>Sempai</i> Renee Biedlingmaier</li>\r\n <li><i>Sempai</i> Shaheen Hicks</li>\r\n <li><i>Sempai</i> Vanetta Luke</li>\r\n <li><i>Sempai</i> Erica Wydra</li>\r\n <li><i>Sempai</i> Brandi Cooper</li>\r\n <li><i>Sempai</i> Ken Anderson</li>\r\n <li><i>Sempai</i> Nicholas Mofardin</li>\r\n <li><i>Sempai</i> Michelle Walker</li>\r\n <li><i>Sempai</i> Rick Walker</li>\r\n <li><i>Sempai</i> Caitlyn Anderson</li>\r\n <li><i>Sempai</i> Emma Steinmetz</li>\r\n <li><i>Sempai</i> Deb Traut</li>\r\n <li><i>Sempai</i> Jack Welch</li>\r\n <li><i>Sempai</i> Matthew Harder</li>\r\n <li><i>Sempai</i> Tracey Harder</li>\r\n <li><i>Sempai</i> Caitlin Traut</li>\r\n <li><i>Sempai</i> Kyle Brosseau</li>\r\n</ul>','Yudansha','','publish','closed','closed','','yudansha','','','2017-06-26 14:18:07','2017-06-26 18:18:07','',0,'http://uskyokushin.com/wordpress2/?page_id=120',0,'page','',0),(122,1,'2017-05-26 11:18:05','2017-05-26 15:18:05','<h1>Yudansha</h1>\r\n<p class=\"hkanj\">有段者</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w239 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan7.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">7th Dan</td>\r\n<td class=\"ttl\">Nanadan</td>\r\n<td class=\"kanjl\">七段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a></li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w251 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan5.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">5th Dan</td>\r\n<td class=\"ttl\">Godan</td>\r\n<td class=\"kanjl\">五段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a></li>\r\n <li><a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a></li>\r\n <li><i>Shihan</i> Dave Muscarella</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w257 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan4.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">4th Dan</td>\r\n<td class=\"ttl\">Yondan</td>\r\n<td class=\"kanjl\">四段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Lee Haughton</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w263 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan3.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">3rd Dan</td>\r\n<td class=\"ttl\">Sandan</td>\r\n<td class=\"kanjl\">段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Dave Sheets</li>\r\n <li><i>Sensei</i> Ellis Weber</li>\r\n <li><i>Sensei</i> Allen Wood</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w269 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan2.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">2nd Dan</td>\r\n<td class=\"ttl\">Nidan</td>\r\n<td class=\"kanjl\">二段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Matt Sarkisian</li>\r\n <li><i>Sempai</i> Laurie Farber</li>\r\n <li><i>Sempai</i> Artur Kuzio</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li><i>Sempai</i> Joe Luke</li>\r\n <li><i>Sempai</i> Kamil Maras</li>\r\n <li><i>Sempai</i> Rick Spychalski</li>\r\n <li><i>Sempai</i> Lloyd Mellema</li>\r\n <li><i>Sempai</i> Bo Mowdy</li>\r\n <li><i>Sempai</i> Amjad Nawaz</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w275 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan1.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">1st Dan</td>\r\n<td class=\"ttl\">Shodan</td>\r\n<td class=\"kanjl\">初段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Jerad Fulcher</li>\r\n <li><i>Sempai</i> Renee Biedlingmaier</li>\r\n <li><i>Sempai</i> Shaheen Hicks</li>\r\n <li><i>Sempai</i> Vanetta Luke</li>\r\n <li><i>Sempai</i> Erica Wydra</li>\r\n <li><i>Sempai</i> Brandi Cooper</li>\r\n <li><i>Sempai</i> Ken Anderson</li>\r\n <li><i>Sempai</i> Nicholas Mofardin</li>\r\n <li><i>Sempai</i> Michelle Walker</li>\r\n <li><i>Sempai</i> Rick Walker</li>\r\n <li><i>Sempai</i> Caitlyn Anderson</li>\r\n <li><i>Sempai</i> Emma Steinmetz</li>\r\n <li><i>Sempai</i> Deb Traut</li>\r\n <li><i>Sempai</i> Jack Welch</li>\r\n <li><i>Sempai</i> Matthew Harder</li>\r\n <li><i>Sempai</i> Tracey Harder</li>\r\n <li><i>Sempai</i> Caitlin Traut</li>\r\n <li><i>Sempai</i> Kyle Brosseau</li>\r\n</ul>','Yudansha','','inherit','closed','closed','','120-revision-v1','','','2017-05-26 11:18:05','2017-05-26 15:18:05','',120,'http://uskyokushin.com/wordpress2/2017/05/26/120-revision-v1/',0,'revision','',0),(129,1,'2017-06-27 09:10:44','2017-06-27 13:10:44','<h1>Sosai Mas Oyama</h1>\r\n<h2 class=\"hkanj\">大山倍達総裁</h2>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll alignright\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr alignright\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll alignleft\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll alignleft\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr alignright\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll alignleft\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).','Sosai Mas Oyama','','publish','closed','closed','','sosai-mas-oyama','','','2017-06-27 10:15:21','2017-06-27 14:15:21','',0,'http://uskyokushin.com/wordpress2/?page_id=129',0,'page','',0),(131,1,'2017-06-27 09:10:44','2017-06-27 13:10:44','<h1>Sosai Mas Oyama</h1>\r\n<p class=\"hkanj\">大山倍達総裁</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).','Sosai Mas Oyama','','inherit','closed','closed','','129-revision-v1','','','2017-06-27 09:10:44','2017-06-27 13:10:44','',129,'http://uskyokushin.com/wordpress2/2017/06/27/129-revision-v1/',0,'revision','',0),(132,1,'2017-06-27 09:13:29','2017-06-27 13:13:29','<h1 style=\"text-align: center;\">Hanshi Steve Arneil</h1>\r\n<h2 class=\"hkanj\">アルニル範士</h2>\r\n<i>H</i><img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/hanshi1.png\" alt=\"Hanshi\" width=\"180\" height=\"240\" /><i>anshi</i> (Honorable Master) Steve Arneil was born in South Africa in 1934. At the age of 10, his family moved to Northern Rhodesia (now Zambia), and there he began training in Judo and boxing. His mother made him stop boxing, but he continued studying Judo.\r\n\r\nFrom an early age, Hanshi Arneil was fascinated with the Orient, and he began watching a Chinese man practicing Shorin (Shaolin) Kempo in the man\'s back yard. The Chinese man noticed Arneil \"spying\" on him, and invited him to train. Arneil accepted the offer and trained with his new friend throughout his school years and college.\r\n\r\nAround the age of 25, Hanshi Arneil moved to Durban, South Africa, to complete his education in mechanical engineering. He found a local Judo dojo in Durban that also offered karate. At the time, a number of Japanese people were emigrating to South Africa, arriving at the port city of Durban. Arneil would go to the arriving ships and ask if any of the Japanese practiced karate. If so, he would invite them to train at the dojo. These men practiced various karate styles, but Arneil didn\'t care about the differences – to him, karate was karate.\r\n\r\nAfter completing his engineering education, Hanshi Arneil went back home to Northern Rhodesia. Still fascinated with the Orient, he decided to go there and experience it for himself, and his Chinese friend gave him the names of people to train with in China. Fresh out of college and without any money, Arneil got a job as an engineer on a ship and worked his way from Dar es Salaam, Tanganyika (now Tanzania), to Kowloon, Hong Kong. From there, he went into China and traveled northward to the province of Manchuria, where he came to a monastery at which he studied Shorin (Shaolin) Kempo. The rigorous training, strict discipline, daily work in the monastery\'s fields and daily meditation was just what Arneil was looking for – he felt he was in \"seventh heaven.\"\r\n\r\nUnfortunately, China was beginning to experiencing Mao Zedong\'s Cultural Revolution, and life for a Westerner in China began to get difficult. People outside of the monastery even started hitting Arneil on the head with their copies of Mao\'s \"Little Red Book\". His friends at the monastery suggested that he leave China for his own safety, and they brought him back to Kowloon to train with another kempo teacher. The training was very different than at the monastery, and Arneil didn\'t like it.\r\n\r\nAround that time, Hanshi Arneil heard of a karate master in Japan named Mas Oyama, and he was determined to go there and seek him out. He didn\'t have enough money to get to Japan, so he first had to work on boats to the Philippines. When Arneil finally saved enough money, he returned to Hong Kong and from there went to Yokohama, Japan in 1961.\r\n\r\nInitially, Hanshi Arneil was lost in Japan – he couldn\'t speak the language and knew nothing about Japan other than the name of its capital. He somehow managed to get to Tokyo and found his way to the Kōdōkan <span class=\"kanj\">講道館</span>, the headquarters of one of Japan\'s styles of Jūdō <span class=\"kanj\">柔道</span>. Arneil trained at the Kodokan for a short while and received the rank of <i>Shodan</i> <span class=\"kanj\">初段</span> (1st Dan) in Judo, but he was really interested in studying karate.\r\n\r\nAt first, Hanshi Arneil studied Gōjū Ryū <span class=\"kanj\">剛柔流</span> under Gogen Yamaguchi. (Master Yamaguchi, who lived from 1909 to 1989, was also the instructor of Nei-Chu So, under whom Mas Oyama trained in the late 1940\'s.) He trained in Shōtōkan <span class=\"kanj\">松濤館流</span> and Wadō Ryū <span class=\"kanj\">和道流</span> as well, but still felt that something was missing.\r\n\r\nShortly after earning his <i>Shodan</i> in Judo, Hanshi Arneil met an American named Don Draeger and asked him if he knew of this karate master who \"knocks bulls out.\" Draeger did, and he took Arneil to Mas Oyama\'s dojo. Arneil saw the intensity of the training and the discipline of the students, and he knew that this was where he wanted to be. Draeger (who was fluent in Japanese), asked the instructor if Arneil could train. The instructor told him that if he were interested, he would have to sit and watch, since Mas Oyama was in America at the time.\r\n\r\nFor about six weeks, Hanshi Arneil sat and watched, until one day Mas Oyama returned. Using Draeger as a translator, Mas Oyama told Arneil that he needed to come back and watch for a few more weeks in order to really make up his mind about joining the dojo. And so he waited and watched some more. After two weeks, Mas Oyama gave Arneil his first karate <i>Gi</i><span class=\"kanj\">衣</span> (uniform) and told him \"Remember, you asked me to train. I didn\'t ask you. <img class=\"imfll pt alignright\" title=\"Steve Arneil at Mas Oyama\'s Dojo\" src=\"http://uskyokushin.com/people/photo/hanshi_dojo.jpg\" alt=\"Arneil at Dojo\" width=\"307\" height=\"300\" />You don\'t follow the rules, you\'re out. Understand?\"\r\n\r\nArneil trained very hard, and even though he wasn\'t Japanese, he was treated the same as the other <i>Kōhai</i> <span class=\"kanj\">後輩</span> (junior students). They started training at 6:00 PM and couldn\'t finish until Mas Oyama was finished, usually four or five hours later. Along with the other <i>Kohai</i>, Arneil had to wash the dirty karate uniforms for the entire school and empty the toilet buckets. He also took part in the daily ritual cleaning of the dojo (Nitten Sōji <span class=\"kanj\">日天掃除</span>), which kept the dojo spotless. Before training, Arneil had to get down on his knees to knock the floor nails back down. All of this made him want to train harder and earn his Black Belt, in order not to have to clean the toilets any more.\r\n\r\n<img class=\"imflr alignleft\" title=\"Mas Oyama and Steve Arneil\" src=\"http://uskyokushin.com/people/photo/sosai_hanshi.jpg\" alt=\"Oyama Arneil\" width=\"195\" height=\"240\" />When Hanshi Arneil tested for the rank of <i>Shodan</i> in Kyokushin Karate, he learned an important lesson in life from Mas Oyama. At the test, he thought that he did better than the others, but when the promotion list came out, his name wasn\'t on it. No one told him why, and he became very upset and stayed away from the dojo for a few days. Finally, Mas Oyama came by and asked Arneil where he had been, and he responded that he had been sick. Arneil was depressed and wanted to leave Japan, but he didn\'t have enough money to do so. Instead, he stuck it out and continued to train. At the next promotion test, Arneil lacked some confidence in himself, but he did what he had to do. When the promotion list came out, he was finally on it as a <i>Shodan</i>. Looking back on what happened, Arneil later realized that he wasn\'t ready in his mind or heart when he first tested. If he had earned his <i>Shodan</i> the first time, he would have left Japan and moved on to something else, thinking that he had learned enough. Mas Oyama later told him that he saw more in Arneil than just a black belt, and he took the chance of losing his student through disappointment. Arneil\'s initial failure eventually let him develop the patience, determination and perseverance (<i>Osu</i> <span class=\"kanj\">押忍</span>) needed to master Kyokushin Karate.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama with Steve Arneil and his Wife\" src=\"http://uskyokushin.com/people/photo/hanshi_wife.jpg\" alt=\"Oyama Arneil Wife\" width=\"240\" height=\"180\" />Over the next few years, Hanshi Arneil intensified his training efforts and progressed rapidly. During this time, Mas Oyama became like a father to him. In fact, Mas Oyama actually adopted him so that he could marry a Japanese woman. With the financial support of his wife, who worked in a bank, Arneil was able to stay in Japan and train. To earn money, he also acted in some movies under the name \"Steve Mansion\", and occasionaly worked as a model for men\'s clothing.\r\n\r\nOne day, Mas Oyama told Hanshi Arneil that he wanted him to perform the 100 Man Kumite (<i>Hyakunin Kumite</i> <span class=\"kanj\">百人組手</span>). Others had tried to do it, but no one (other than Mas Oyama) was able to complete all 100 fights. At first, Arneil thought that Mas Oyama was crazy for asking him, since he didn\'t think he could do it. Mas Oyama kept pestering him until he finally agreed, and afterwards he trained fanatically for the event – 18 hours a day, every day, doing Kata <span class=\"kanj\">型</span>, <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (punching post) training and bag work. Arneil asked when he would do the fights, and Mas Oyama said that he would let him know when he was ready. Arneil kept on training, thinking that Mas Oyama had only done this in order to get him to train harder. One Sunday morning, he went to the dojo to train. When he walked in, everyone was there waiting for him. This was the day. At first, Arneil tried to keep track of how many fights he had completed, but stopped doing so after the first 20 in order to concentrate on fighting. He completed all 100 fights in about 2 hours and 45 minutes – \"you can save time if you knock them out.\"\r\n\r\nBefore leaving Japan in 1965, Hanshi Arneil had achieved the rank of <i>Sandan</i> <span class=\"kanj\">三段</span> (3rd Dan). He moved to Great Britain and began to teach Kyokushin Karate there. That same year, he and Shihan Bob Boulton founded the British Karate Kyokushinkai (BKK) organization. Between 1968 and 1976, Hanshi Arneil was the team manager and coach for the All Styles English and British Karate team, which became the first non-Japanese team to win the World Karate Championship in 1975-76. In 1975, the French Karate Federation also awarded him the title of the \"World\'s Best Coach.\"\r\n\r\nIn 1991, Hanshi Arneil and the BKK resigned from the International Karate Organization (IKO), and he founded the International Federation of Karate (IFK). The IFK currently has a membership <img class=\"imfll alignleft\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />of over 45,000 karateka in <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener\">39 countries</a>. After the death of Mas Oyama in 1994 and the subsequent splintering of the IKO, Hanshi Arneil was asked by Mas Oyama\'s widow to lead the IKO(2). Not wishing to become involved in the tangled politics of the various Japanese organizations, he politely declined the offer, in order to devote his time and efforts toward running the IFK and teaching Kyokushin Karate.\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/hanshi.gif\" alt=\"Hanshi\" width=\"110\" height=\"234\" />One of Hanshi Arneil\'s goals in the IFK is consistency – every Kyokushin <i>karateka</i> in any country at any dojo should perform the techniques and katas the same. Toward that end, he has developed a systematic grading syllabus for the IFK and has published a book on Kyokushin kata. Mas Oyama had told him that the only way you can unify an organization is by doing the same thing, and the only way you can do the same thing is by kata.\r\n\r\nMas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of <i>Nanadan</i> <span class=\"kanj\">七段</span> (7th Dan). The entire British karate community later awarded him with the rank of <i>Hachidan</i> <span class=\"kanj\">八段</span> (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of <i>Kudan</i> <span class=\"kanj\">九段</span> (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the preceeding 10 years under the banner of the IFK. Having dedicated his life to the practice and instruction of Kyokushin Karate, Hanshi Arneil was awarded the ultimate rank of <i>Judan</i> <span class=\"kanj\">十段</span> (10th Dan) in June 2011.\r\n\r\nWhile studying Kyokushin Karate in the early 1960\'s, Hanshi Arneil took meticulous notes of what Mas Oyama taught him. Because of this, for the past four decades he has taught Kyokushin Karate true to the spirit of Sosai Mas Oyama. <img class=\"imflr alignleft\" title=\"Hanshi Arneil leading a Training Camp\" src=\"http://uskyokushin.com/people/photo/hanshi.jpg\" alt=\"Training\" width=\"150\" height=\"150\" />Despite his busy schedule as head of the IFK, Hanshi Arneil still teaches Kyokushin Karate – to beginners as well as black belts – on a regular basis.\r\n\r\nIn 1998, the USA-IFKK hosted Hanshi Arneil at the 8th Annual American International Karate Championships in Rochester, New York. In <a href=\"http://uskyokushin.com/camp04.htm\">2004</a>, Hanshi traveled to the United States to lead the USA-IFKK Summer Training Camp. He returned again in 2006, <a href=\"http://uskyokushin.com/camp07.htm\">2007</a>, 2009 and 2011 to lead the USA-IFKK\'s Summer Training Camp.','Hanshi Steve Arneil','','publish','closed','closed','','hanshi-steve-arneil','','','2017-06-27 10:09:53','2017-06-27 14:09:53','',0,'http://uskyokushin.com/wordpress2/?page_id=132',0,'page','',0),(134,1,'2017-06-27 09:13:29','2017-06-27 13:13:29','<h1 style=\"text-align: center;\">Hanshi Steve Arneil</h1>\r\n<p class=\"hkanj\">アルニル範士</p>\r\n<i>H</i><img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/hanshi1.png\" alt=\"Hanshi\" width=\"180\" height=\"240\" /><i>anshi</i> (Honorable Master) Steve Arneil was born in South Africa in 1934. At the age of 10, his family moved to Northern Rhodesia (now Zambia), and there he began training in Judo and boxing. His mother made him stop boxing, but he continued studying Judo.\r\n\r\nFrom an early age, Hanshi Arneil was fascinated with the Orient, and he began watching a Chinese man practicing Shorin (Shaolin) Kempo in the man\'s back yard. The Chinese man noticed Arneil \"spying\" on him, and invited him to train. Arneil accepted the offer and trained with his new friend throughout his school years and college.\r\n\r\nAround the age of 25, Hanshi Arneil moved to Durban, South Africa, to complete his education in mechanical engineering. He found a local Judo dojo in Durban that also offered karate. At the time, a number of Japanese people were emigrating to South Africa, arriving at the port city of Durban. Arneil would go to the arriving ships and ask if any of the Japanese practiced karate. If so, he would invite them to train at the dojo. These men practiced various karate styles, but Arneil didn\'t care about the differences – to him, karate was karate.\r\n\r\nAfter completing his engineering education, Hanshi Arneil went back home to Northern Rhodesia. Still fascinated with the Orient, he decided to go there and experience it for himself, and his Chinese friend gave him the names of people to train with in China. Fresh out of college and without any money, Arneil got a job as an engineer on a ship and worked his way from Dar es Salaam, Tanganyika (now Tanzania), to Kowloon, Hong Kong. From there, he went into China and traveled northward to the province of Manchuria, where he came to a monastery at which he studied Shorin (Shaolin) Kempo. The rigorous training, strict discipline, daily work in the monastery\'s fields and daily meditation was just what Arneil was looking for – he felt he was in \"seventh heaven.\"\r\n\r\nUnfortunately, China was beginning to experiencing Mao Zedong\'s Cultural Revolution, and life for a Westerner in China began to get difficult. People outside of the monastery even started hitting Arneil on the head with their copies of Mao\'s \"Little Red Book\". His friends at the monastery suggested that he leave China for his own safety, and they brought him back to Kowloon to train with another kempo teacher. The training was very different than at the monastery, and Arneil didn\'t like it.\r\n\r\nAround that time, Hanshi Arneil heard of a karate master in Japan named Mas Oyama, and he was determined to go there and seek him out. He didn\'t have enough money to get to Japan, so he first had to work on boats to the Philippines. When Arneil finally saved enough money, he returned to Hong Kong and from there went to Yokohama, Japan in 1961.\r\n\r\nInitially, Hanshi Arneil was lost in Japan – he couldn\'t speak the language and knew nothing about Japan other than the name of its capital. He somehow managed to get to Tokyo and found his way to the Kōdōkan <span class=\"kanj\">講道館</span>, the headquarters of one of Japan\'s styles of Jūdō <span class=\"kanj\">柔道</span>. Arneil trained at the Kodokan for a short while and received the rank of <i>Shodan</i> <span class=\"kanj\">初段</span> (1st Dan) in Judo, but he was really interested in studying karate.\r\n\r\nAt first, Hanshi Arneil studied Gōjū Ryū <span class=\"kanj\">剛柔流</span> under Gogen Yamaguchi. (Master Yamaguchi, who lived from 1909 to 1989, was also the instructor of Nei-Chu So, under whom Mas Oyama trained in the late 1940\'s.) He trained in Shōtōkan <span class=\"kanj\">松濤館流</span> and Wadō Ryū <span class=\"kanj\">和道流</span> as well, but still felt that something was missing.\r\n\r\nShortly after earning his <i>Shodan</i> in Judo, Hanshi Arneil met an American named Don Draeger and asked him if he knew of this karate master who \"knocks bulls out.\" Draeger did, and he took Arneil to Mas Oyama\'s dojo. Arneil saw the intensity of the training and the discipline of the students, and he knew that this was where he wanted to be. Draeger (who was fluent in Japanese), asked the instructor if Arneil could train. The instructor told him that if he were interested, he would have to sit and watch, since Mas Oyama was in America at the time.\r\n\r\nFor about six weeks, Hanshi Arneil sat and watched, until one day Mas Oyama returned. Using Draeger as a translator, Mas Oyama told Arneil that he needed to come back and watch for a few more weeks in order to really make up his mind about joining the dojo. And so he waited and watched some more. After two weeks, Mas Oyama gave Arneil his first karate <i>Gi</i><span class=\"kanj\">衣</span> (uniform) and told him \"Remember, you asked me to train. I didn\'t ask you. <img class=\"imfll pt alignright\" title=\"Steve Arneil at Mas Oyama\'s Dojo\" src=\"http://uskyokushin.com/people/photo/hanshi_dojo.jpg\" alt=\"Arneil at Dojo\" width=\"307\" height=\"300\" />You don\'t follow the rules, you\'re out. Understand?\"\r\n\r\nArneil trained very hard, and even though he wasn\'t Japanese, he was treated the same as the other <i>Kōhai</i> <span class=\"kanj\">後輩</span> (junior students). They started training at 6:00 PM and couldn\'t finish until Mas Oyama was finished, usually four or five hours later. Along with the other <i>Kohai</i>, Arneil had to wash the dirty karate uniforms for the entire school and empty the toilet buckets. He also took part in the daily ritual cleaning of the dojo (Nitten Sōji <span class=\"kanj\">日天掃除</span>), which kept the dojo spotless. Before training, Arneil had to get down on his knees to knock the floor nails back down. All of this made him want to train harder and earn his Black Belt, in order not to have to clean the toilets any more.\r\n\r\n<img class=\"imflr alignleft\" title=\"Mas Oyama and Steve Arneil\" src=\"http://uskyokushin.com/people/photo/sosai_hanshi.jpg\" alt=\"Oyama Arneil\" width=\"195\" height=\"240\" />When Hanshi Arneil tested for the rank of <i>Shodan</i> in Kyokushin Karate, he learned an important lesson in life from Mas Oyama. At the test, he thought that he did better than the others, but when the promotion list came out, his name wasn\'t on it. No one told him why, and he became very upset and stayed away from the dojo for a few days. Finally, Mas Oyama came by and asked Arneil where he had been, and he responded that he had been sick. Arneil was depressed and wanted to leave Japan, but he didn\'t have enough money to do so. Instead, he stuck it out and continued to train. At the next promotion test, Arneil lacked some confidence in himself, but he did what he had to do. When the promotion list came out, he was finally on it as a <i>Shodan</i>. Looking back on what happened, Arneil later realized that he wasn\'t ready in his mind or heart when he first tested. If he had earned his <i>Shodan</i> the first time, he would have left Japan and moved on to something else, thinking that he had learned enough. Mas Oyama later told him that he saw more in Arneil than just a black belt, and he took the chance of losing his student through disappointment. Arneil\'s initial failure eventually let him develop the patience, determination and perseverance (<i>Osu</i> <span class=\"kanj\">押忍</span>) needed to master Kyokushin Karate.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama with Steve Arneil and his Wife\" src=\"http://uskyokushin.com/people/photo/hanshi_wife.jpg\" alt=\"Oyama Arneil Wife\" width=\"240\" height=\"180\" />Over the next few years, Hanshi Arneil intensified his training efforts and progressed rapidly. During this time, Mas Oyama became like a father to him. In fact, Mas Oyama actually adopted him so that he could marry a Japanese woman. With the financial support of his wife, who worked in a bank, Arneil was able to stay in Japan and train. To earn money, he also acted in some movies under the name \"Steve Mansion\", and occasionaly worked as a model for men\'s clothing.\r\n\r\nOne day, Mas Oyama told Hanshi Arneil that he wanted him to perform the 100 Man Kumite (<i>Hyakunin Kumite</i> <span class=\"kanj\">百人組手</span>). Others had tried to do it, but no one (other than Mas Oyama) was able to complete all 100 fights. At first, Arneil thought that Mas Oyama was crazy for asking him, since he didn\'t think he could do it. Mas Oyama kept pestering him until he finally agreed, and afterwards he trained fanatically for the event – 18 hours a day, every day, doing Kata <span class=\"kanj\">型</span>, <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (punching post) training and bag work. Arneil asked when he would do the fights, and Mas Oyama said that he would let him know when he was ready. Arneil kept on training, thinking that Mas Oyama had only done this in order to get him to train harder. One Sunday morning, he went to the dojo to train. When he walked in, everyone was there waiting for him. This was the day. At first, Arneil tried to keep track of how many fights he had completed, but stopped doing so after the first 20 in order to concentrate on fighting. He completed all 100 fights in about 2 hours and 45 minutes – \"you can save time if you knock them out.\"\r\n\r\nBefore leaving Japan in 1965, Hanshi Arneil had achieved the rank of <i>Sandan</i> <span class=\"kanj\">三段</span> (3rd Dan). He moved to Great Britain and began to teach Kyokushin Karate there. That same year, he and Shihan Bob Boulton founded the British Karate Kyokushinkai (BKK) organization. Between 1968 and 1976, Hanshi Arneil was the team manager and coach for the All Styles English and British Karate team, which became the first non-Japanese team to win the World Karate Championship in 1975-76. In 1975, the French Karate Federation also awarded him the title of the \"World\'s Best Coach.\"\r\n\r\nIn 1991, Hanshi Arneil and the BKK resigned from the International Karate Organization (IKO), and he founded the International Federation of Karate (IFK). The IFK currently has a membership <img class=\"imfll alignleft\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />of over 45,000 karateka in <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener\">39 countries</a>. After the death of Mas Oyama in 1994 and the subsequent splintering of the IKO, Hanshi Arneil was asked by Mas Oyama\'s widow to lead the IKO(2). Not wishing to become involved in the tangled politics of the various Japanese organizations, he politely declined the offer, in order to devote his time and efforts toward running the IFK and teaching Kyokushin Karate.\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/hanshi.gif\" alt=\"Hanshi\" width=\"110\" height=\"234\" />One of Hanshi Arneil\'s goals in the IFK is consistency – every Kyokushin <i>karateka</i> in any country at any dojo should perform the techniques and katas the same. Toward that end, he has developed a systematic grading syllabus for the IFK and has published a book on Kyokushin kata. Mas Oyama had told him that the only way you can unify an organization is by doing the same thing, and the only way you can do the same thing is by kata.\r\n\r\nMas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of <i>Nanadan</i> <span class=\"kanj\">七段</span> (7th Dan). The entire British karate community later awarded him with the rank of <i>Hachidan</i> <span class=\"kanj\">八段</span> (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of <i>Kudan</i> <span class=\"kanj\">九段</span> (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the preceeding 10 years under the banner of the IFK. Having dedicated his life to the practice and instruction of Kyokushin Karate, Hanshi Arneil was awarded the ultimate rank of <i>Judan</i> <span class=\"kanj\">十段</span> (10th Dan) in June 2011.\r\n\r\nWhile studying Kyokushin Karate in the early 1960\'s, Hanshi Arneil took meticulous notes of what Mas Oyama taught him. Because of this, for the past four decades he has taught Kyokushin Karate true to the spirit of Sosai Mas Oyama. <img class=\"imflr alignleft\" title=\"Hanshi Arneil leading a Training Camp\" src=\"http://uskyokushin.com/people/photo/hanshi.jpg\" alt=\"Training\" width=\"150\" height=\"150\" />Despite his busy schedule as head of the IFK, Hanshi Arneil still teaches Kyokushin Karate – to beginners as well as black belts – on a regular basis.\r\n\r\nIn 1998, the USA-IFKK hosted Hanshi Arneil at the 8th Annual American International Karate Championships in Rochester, New York. In <a href=\"http://uskyokushin.com/camp04.htm\">2004</a>, Hanshi traveled to the United States to lead the USA-IFKK Summer Training Camp. He returned again in 2006, <a href=\"http://uskyokushin.com/camp07.htm\">2007</a>, 2009 and 2011 to lead the USA-IFKK\'s Summer Training Camp.','Hanshi Steve Arneil','','inherit','closed','closed','','132-revision-v1','','','2017-06-27 09:13:29','2017-06-27 13:13:29','',132,'http://uskyokushin.com/wordpress2/2017/06/27/132-revision-v1/',0,'revision','',0),(135,1,'2017-06-27 09:14:21','2017-06-27 13:14:21','<h1 style=\"text-align: center;\">Hanshi Steve Arneil</h1>\r\n<h2 class=\"hkanj\">アルニル範士</h2>\r\n<i>H</i><img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/hanshi1.png\" alt=\"Hanshi\" width=\"180\" height=\"240\" /><i>anshi</i> (Honorable Master) Steve Arneil was born in South Africa in 1934. At the age of 10, his family moved to Northern Rhodesia (now Zambia), and there he began training in Judo and boxing. His mother made him stop boxing, but he continued studying Judo.\r\n\r\nFrom an early age, Hanshi Arneil was fascinated with the Orient, and he began watching a Chinese man practicing Shorin (Shaolin) Kempo in the man\'s back yard. The Chinese man noticed Arneil \"spying\" on him, and invited him to train. Arneil accepted the offer and trained with his new friend throughout his school years and college.\r\n\r\nAround the age of 25, Hanshi Arneil moved to Durban, South Africa, to complete his education in mechanical engineering. He found a local Judo dojo in Durban that also offered karate. At the time, a number of Japanese people were emigrating to South Africa, arriving at the port city of Durban. Arneil would go to the arriving ships and ask if any of the Japanese practiced karate. If so, he would invite them to train at the dojo. These men practiced various karate styles, but Arneil didn\'t care about the differences – to him, karate was karate.\r\n\r\nAfter completing his engineering education, Hanshi Arneil went back home to Northern Rhodesia. Still fascinated with the Orient, he decided to go there and experience it for himself, and his Chinese friend gave him the names of people to train with in China. Fresh out of college and without any money, Arneil got a job as an engineer on a ship and worked his way from Dar es Salaam, Tanganyika (now Tanzania), to Kowloon, Hong Kong. From there, he went into China and traveled northward to the province of Manchuria, where he came to a monastery at which he studied Shorin (Shaolin) Kempo. The rigorous training, strict discipline, daily work in the monastery\'s fields and daily meditation was just what Arneil was looking for – he felt he was in \"seventh heaven.\"\r\n\r\nUnfortunately, China was beginning to experiencing Mao Zedong\'s Cultural Revolution, and life for a Westerner in China began to get difficult. People outside of the monastery even started hitting Arneil on the head with their copies of Mao\'s \"Little Red Book\". His friends at the monastery suggested that he leave China for his own safety, and they brought him back to Kowloon to train with another kempo teacher. The training was very different than at the monastery, and Arneil didn\'t like it.\r\n\r\nAround that time, Hanshi Arneil heard of a karate master in Japan named Mas Oyama, and he was determined to go there and seek him out. He didn\'t have enough money to get to Japan, so he first had to work on boats to the Philippines. When Arneil finally saved enough money, he returned to Hong Kong and from there went to Yokohama, Japan in 1961.\r\n\r\nInitially, Hanshi Arneil was lost in Japan – he couldn\'t speak the language and knew nothing about Japan other than the name of its capital. He somehow managed to get to Tokyo and found his way to the Kōdōkan <span class=\"kanj\">講道館</span>, the headquarters of one of Japan\'s styles of Jūdō <span class=\"kanj\">柔道</span>. Arneil trained at the Kodokan for a short while and received the rank of <i>Shodan</i> <span class=\"kanj\">初段</span> (1st Dan) in Judo, but he was really interested in studying karate.\r\n\r\nAt first, Hanshi Arneil studied Gōjū Ryū <span class=\"kanj\">剛柔流</span> under Gogen Yamaguchi. (Master Yamaguchi, who lived from 1909 to 1989, was also the instructor of Nei-Chu So, under whom Mas Oyama trained in the late 1940\'s.) He trained in Shōtōkan <span class=\"kanj\">松濤館流</span> and Wadō Ryū <span class=\"kanj\">和道流</span> as well, but still felt that something was missing.\r\n\r\nShortly after earning his <i>Shodan</i> in Judo, Hanshi Arneil met an American named Don Draeger and asked him if he knew of this karate master who \"knocks bulls out.\" Draeger did, and he took Arneil to Mas Oyama\'s dojo. Arneil saw the intensity of the training and the discipline of the students, and he knew that this was where he wanted to be. Draeger (who was fluent in Japanese), asked the instructor if Arneil could train. The instructor told him that if he were interested, he would have to sit and watch, since Mas Oyama was in America at the time.\r\n\r\nFor about six weeks, Hanshi Arneil sat and watched, until one day Mas Oyama returned. Using Draeger as a translator, Mas Oyama told Arneil that he needed to come back and watch for a few more weeks in order to really make up his mind about joining the dojo. And so he waited and watched some more. After two weeks, Mas Oyama gave Arneil his first karate <i>Gi</i><span class=\"kanj\">衣</span> (uniform) and told him \"Remember, you asked me to train. I didn\'t ask you. <img class=\"imfll pt alignright\" title=\"Steve Arneil at Mas Oyama\'s Dojo\" src=\"http://uskyokushin.com/people/photo/hanshi_dojo.jpg\" alt=\"Arneil at Dojo\" width=\"307\" height=\"300\" />You don\'t follow the rules, you\'re out. Understand?\"\r\n\r\nArneil trained very hard, and even though he wasn\'t Japanese, he was treated the same as the other <i>Kōhai</i> <span class=\"kanj\">後輩</span> (junior students). They started training at 6:00 PM and couldn\'t finish until Mas Oyama was finished, usually four or five hours later. Along with the other <i>Kohai</i>, Arneil had to wash the dirty karate uniforms for the entire school and empty the toilet buckets. He also took part in the daily ritual cleaning of the dojo (Nitten Sōji <span class=\"kanj\">日天掃除</span>), which kept the dojo spotless. Before training, Arneil had to get down on his knees to knock the floor nails back down. All of this made him want to train harder and earn his Black Belt, in order not to have to clean the toilets any more.\r\n\r\n<img class=\"imflr alignleft\" title=\"Mas Oyama and Steve Arneil\" src=\"http://uskyokushin.com/people/photo/sosai_hanshi.jpg\" alt=\"Oyama Arneil\" width=\"195\" height=\"240\" />When Hanshi Arneil tested for the rank of <i>Shodan</i> in Kyokushin Karate, he learned an important lesson in life from Mas Oyama. At the test, he thought that he did better than the others, but when the promotion list came out, his name wasn\'t on it. No one told him why, and he became very upset and stayed away from the dojo for a few days. Finally, Mas Oyama came by and asked Arneil where he had been, and he responded that he had been sick. Arneil was depressed and wanted to leave Japan, but he didn\'t have enough money to do so. Instead, he stuck it out and continued to train. At the next promotion test, Arneil lacked some confidence in himself, but he did what he had to do. When the promotion list came out, he was finally on it as a <i>Shodan</i>. Looking back on what happened, Arneil later realized that he wasn\'t ready in his mind or heart when he first tested. If he had earned his <i>Shodan</i> the first time, he would have left Japan and moved on to something else, thinking that he had learned enough. Mas Oyama later told him that he saw more in Arneil than just a black belt, and he took the chance of losing his student through disappointment. Arneil\'s initial failure eventually let him develop the patience, determination and perseverance (<i>Osu</i> <span class=\"kanj\">押忍</span>) needed to master Kyokushin Karate.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama with Steve Arneil and his Wife\" src=\"http://uskyokushin.com/people/photo/hanshi_wife.jpg\" alt=\"Oyama Arneil Wife\" width=\"240\" height=\"180\" />Over the next few years, Hanshi Arneil intensified his training efforts and progressed rapidly. During this time, Mas Oyama became like a father to him. In fact, Mas Oyama actually adopted him so that he could marry a Japanese woman. With the financial support of his wife, who worked in a bank, Arneil was able to stay in Japan and train. To earn money, he also acted in some movies under the name \"Steve Mansion\", and occasionaly worked as a model for men\'s clothing.\r\n\r\nOne day, Mas Oyama told Hanshi Arneil that he wanted him to perform the 100 Man Kumite (<i>Hyakunin Kumite</i> <span class=\"kanj\">百人組手</span>). Others had tried to do it, but no one (other than Mas Oyama) was able to complete all 100 fights. At first, Arneil thought that Mas Oyama was crazy for asking him, since he didn\'t think he could do it. Mas Oyama kept pestering him until he finally agreed, and afterwards he trained fanatically for the event – 18 hours a day, every day, doing Kata <span class=\"kanj\">型</span>, <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (punching post) training and bag work. Arneil asked when he would do the fights, and Mas Oyama said that he would let him know when he was ready. Arneil kept on training, thinking that Mas Oyama had only done this in order to get him to train harder. One Sunday morning, he went to the dojo to train. When he walked in, everyone was there waiting for him. This was the day. At first, Arneil tried to keep track of how many fights he had completed, but stopped doing so after the first 20 in order to concentrate on fighting. He completed all 100 fights in about 2 hours and 45 minutes – \"you can save time if you knock them out.\"\r\n\r\nBefore leaving Japan in 1965, Hanshi Arneil had achieved the rank of <i>Sandan</i> <span class=\"kanj\">三段</span> (3rd Dan). He moved to Great Britain and began to teach Kyokushin Karate there. That same year, he and Shihan Bob Boulton founded the British Karate Kyokushinkai (BKK) organization. Between 1968 and 1976, Hanshi Arneil was the team manager and coach for the All Styles English and British Karate team, which became the first non-Japanese team to win the World Karate Championship in 1975-76. In 1975, the French Karate Federation also awarded him the title of the \"World\'s Best Coach.\"\r\n\r\nIn 1991, Hanshi Arneil and the BKK resigned from the International Karate Organization (IKO), and he founded the International Federation of Karate (IFK). The IFK currently has a membership <img class=\"imfll alignleft\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />of over 45,000 karateka in <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\" rel=\"noopener\">39 countries</a>. After the death of Mas Oyama in 1994 and the subsequent splintering of the IKO, Hanshi Arneil was asked by Mas Oyama\'s widow to lead the IKO(2). Not wishing to become involved in the tangled politics of the various Japanese organizations, he politely declined the offer, in order to devote his time and efforts toward running the IFK and teaching Kyokushin Karate.\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/hanshi.gif\" alt=\"Hanshi\" width=\"110\" height=\"234\" />One of Hanshi Arneil\'s goals in the IFK is consistency – every Kyokushin <i>karateka</i> in any country at any dojo should perform the techniques and katas the same. Toward that end, he has developed a systematic grading syllabus for the IFK and has published a book on Kyokushin kata. Mas Oyama had told him that the only way you can unify an organization is by doing the same thing, and the only way you can do the same thing is by kata.\r\n\r\nMas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of <i>Nanadan</i> <span class=\"kanj\">七段</span> (7th Dan). The entire British karate community later awarded him with the rank of <i>Hachidan</i> <span class=\"kanj\">八段</span> (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of <i>Kudan</i> <span class=\"kanj\">九段</span> (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the preceeding 10 years under the banner of the IFK. Having dedicated his life to the practice and instruction of Kyokushin Karate, Hanshi Arneil was awarded the ultimate rank of <i>Judan</i> <span class=\"kanj\">十段</span> (10th Dan) in June 2011.\r\n\r\nWhile studying Kyokushin Karate in the early 1960\'s, Hanshi Arneil took meticulous notes of what Mas Oyama taught him. Because of this, for the past four decades he has taught Kyokushin Karate true to the spirit of Sosai Mas Oyama. <img class=\"imflr alignleft\" title=\"Hanshi Arneil leading a Training Camp\" src=\"http://uskyokushin.com/people/photo/hanshi.jpg\" alt=\"Training\" width=\"150\" height=\"150\" />Despite his busy schedule as head of the IFK, Hanshi Arneil still teaches Kyokushin Karate – to beginners as well as black belts – on a regular basis.\r\n\r\nIn 1998, the USA-IFKK hosted Hanshi Arneil at the 8th Annual American International Karate Championships in Rochester, New York. In <a href=\"http://uskyokushin.com/camp04.htm\">2004</a>, Hanshi traveled to the United States to lead the USA-IFKK Summer Training Camp. He returned again in 2006, <a href=\"http://uskyokushin.com/camp07.htm\">2007</a>, 2009 and 2011 to lead the USA-IFKK\'s Summer Training Camp.','Hanshi Steve Arneil','','inherit','closed','closed','','132-revision-v1','','','2017-06-27 09:14:21','2017-06-27 13:14:21','',132,'http://uskyokushin.com/wordpress2/2017/06/27/132-revision-v1/',0,'revision','',0),(138,1,'2017-06-27 09:46:06','2017-06-27 13:46:06','<h1>Budo Karate</h1>\r\n<h2 class=\"hkanj\">武道空手</h2>\r\nWhat is Kyokushin karate? To some, it is a way to develop and maintain physical strength and learn effective self-defense techniques. To others, it is much more than that. Kyokushin karate is a way of life that transcends the physical aspects of training. Kyokushin karate is <i>Budō Karate</i> <span class=\"kanj\">武道空手</span>.\r\n\r\nThe philosophy of Budo is evident in the name that Mas Oyama chose for his karate style, <i>Kyokushin</i> <span class=\"kanj\">極真</span>, which means \"Ultimate Truth\". It is also reflected in the Training Hall Oath (Dōjō Kun <span class=\"kanj\">道場訓</span>), in Mas Oyama\'s Eleven Mottos (Zayū no Mei Jūichi Kajō <span class=\"kanj\">座右の銘十一個条</span>), and in the Spirit of Osu (Osu no Seishin <span class=\"kanj\">押忍の精神</span>).\r\n\r\nThe essence of <i>Budo Karate</i> cannot readily be depicted by reading a few paragraphs; <i>Budo</i> must be experienced. However, one can get a glimpse of its meaning by looking at the origin of the martial arts and its relationship with Eastern philosophies, and by examining the words \"Karate\" and \"Budo\" themselves.\r\n\r\n<img class=\"imflr alignright\" title=\"Bodhidharma\" src=\"http://uskyokushin.com/images/daruma.gif\" alt=\"Bodhidharma\" width=\"127\" height=\"200\" />Kyokushin karate, like most martial arts, can trace its origin to Bodhidarma (<i>Daruma </i> <span class=\"kanj\">達磨</span> in Japanese), an Indian prince and Buddhist priest who traveled to the Shaolin temple in China in the early sixth century. There, he developed the <i>Chan</i>, or \"Intuitive\" school of Mahayana Buddhism. Under the <i>Chan</i> philosophy, enlightenment was sought through meditation, rather than by the practice of rituals or the study of religious texts. According to legend, Bodhidharma sat facing the wall in the Shaolin temple for nine years, until he achieved enlightenment. (Other legends have him sitting and facing a wall in a cave for nine years.) Bodhidharma also developed martial arts as a physical regimen to accompany the mental discipline of the meditation. During the following centuries, the <i>Chan</i> (or <i>Zen</i> <span class=\"kanj\">禅</span> in Japanese) philosophy spread to Okinawa and then to Japan, accompanied with martial arts. Over time, <i>Zen</i> and martial arts became intermingled with each other and deeply ingrained in Japanese society.\r\n<h2>Karate</h2>\r\nThe modern definition of the word <i>Karate</i> is \"Empty Hand\", which is spelled with the following <i>Kanji</i> characters:\r\n<p class=\"ind\"><span class=\"kanjl\">空</span> <span class=\"blu\"><b><i>Kara</i></b></span> meaning \"Empty\"</p>\r\n<p class=\"ind\"><span class=\"kanjl\">手</span> <span class=\"blu\"><b><i>Te</i></b></span> meaning \"Hand\"</p>\r\nHowever, the \"Empty Hand\" definition not been in use for much more than 100 years.\r\n\r\nMartial arts in Okinawa were originally known simply as <i>Te</i> <span class=\"kanj\">手</span> meaning \"Hand\" (pronounced <i>Di</i> or <i>De</i> in Okinawan). Different \"styles\" were distinguished by the locations where they were practiced:\r\n<p class=\"ind\"><span class=\"kanjl\">首里手</span> <i>Shurite</i> in the old capital city of Shuri (pronounced <i>Suidi</i> in Okinawan).</p>\r\n<p class=\"ind\"><span class=\"kanjl\">那覇手</span> <i>Nahate</i> in the Naha area (<i>Nafadi</i> in Okinawan).</p>\r\n<p class=\"ind\"><span class=\"kanj\">泊手</span> <i>Tomarite</i> in the village of Tomari (<i>Tumaidi</i> in Okinawan).</p>\r\nBecause of the influence Chinese kempo, Okinawan martial arts over time became known as \"China Hand\", spoken as <i>Tote</i>, <i>Todi</i> or <i>Tode</i>, and spelled with the following <i>Kanji</i> characters:\r\n<p class=\"ind\"><span class=\"kanjl\">唐</span> <span class=\"blu\"><b><i>Tō</i></b></span> meaning \"China\", and</p>\r\n<p class=\"ind\"><span class=\"kanjl\">手</span> <span class=\"blu\"><b><i>Te</i></b></span> meaning \"Hand\"</p>\r\nThe <i>Kanji</i> character <i>To</i> can also be pronounced as <i>Kara</i>, so the word for \"China Hand\" was sometimes spoken as <i>Karate</i>.\r\n\r\nAt some point in time, the <i>Kanji</i> character for <i>Kara</i> meaning \"China\" <span class=\"kanj\">唐</span> was changed to the character meaning \"Empty\" <span class=\"kanj\">空</span>. (The \"Empty\" character <i>Kara</i> is also pronounced <i>Ku</i>, as in <i>Kankū</i> <span class=\"kanj\">観空</span>.) The earliest known written designation of <i>Karate</i> using the \"Empty\" character was by the Okinawan master Chomo Hanashiro (1869-1945) in <i>Karate Shōshū Hen</i> <span class=\"kanj\">空手誦習編</span> (also known as <i>Karate Kumite</i> <span class=\"kanj\">空手組手</span>), which was first published in 1905.\r\n\r\n\"Empty Hand\" did not immediately gain acceptance, and \"China Hand\" was still used for the next few decades, especially in Okinawa. Gichin Funakoshi, the Okinawan master who brought karate to Japan and developed what is now known as Shotokan karate (one of the styles from which Kyokushin was derived), used the \"China Hand\" characters in his first book, <i>Ryūkyū Kempō Tōde</i> <span class=\"kanj\">琉球拳法唐手</span>, published in 1922. Funakoshi later used the \"Empty Hand\" ones in the 1935 book <i>Karatedō Kyōhan</i> <span class=\"kanj\">空手道教範</span>. In 1936, the Okinawan karate masters officially adopted the change in the <i>Kara</i> character from \"China\" <span class=\"kanj\">唐</span> to \"Empty\" <span class=\"kanj\">空</span>.\r\n\r\nGichin Funakoshi believed that \"Empty Hand\" better described the meaning of <i>Karate</i>:\r\n<blockquote>The <i>Kara</i> <span class=\"kanj\">空</span> that means \"Empty\" is definitely the more appropriate. For one thing, it symbolizes the obvious fact that this art of self-defense makes use of no weapons, only bare feet and empty hands. Further, students of Karatedo aim not only toward perfecting their chosen art but also toward emptying heart and mind of all earthly desire and vanity. Reading Buddhist scriptures, we come across such statements as <i>\"Shikisokuzekū\"</i> <span class=\"kanj\">色即是空</span> and <i>\"Kūsokuzeshiki\"</i> <span class=\"kanj\">空即是色</span> which literally mean \"Matter is void\" and \"All is vanity.\" The character <i>Ku</i>, which appears in both admonitions and may be pronounced <i>Kara</i>, is in itself truth.</blockquote>\r\n<h2>Budo</h2>\r\nThe word <i>Budo</i> is derived from the words:\r\n<p class=\"ind\"><span class=\"kanj\">武</span> <span class=\"blu\"><b><i>Bu</i></b></span> meaning \"Martial\" or \"Combat\"</p>\r\n<p class=\"ind\"><span class=\"kanj\">道</span> <span class=\"blu\"><b><i>Dō</i></b></span> meaning \"Way\"</p>\r\n<i>Budo</i>, the \"Martial Way\", is a Japanese term for arts that use peaceful combat as a means of perfecting the self. The word <i>Dō</i> <span class=\"kanj\">道</span> comes from the Chinese word <i>Tao</i> and the philosophy of Taoism. <i>Do</i> does not mean the \"way\" or method of learning something, such as the learning the techniques of karate, but rather it is the path of life whereby what is learned is transcended into wisdom. <i>Do</i> and <i>Zen</i> are complementary. <i>Zen</i> <span class=\"kanj\">禅</span> seeks self-perfection through passive means, such as meditation. <i>Do</i> seeks self-perfection through active means, such as the training itself. In fact, the practice of kata is sometimes referred to as <i>Dōzen</i> <span class=\"kanj\">道禅</span>, or \"Moving Meditation\". That which is gained through Budo is much more than just the techniques and applications of the martial arts, and it transforms all aspects of life.\r\n\r\n<i>Karate</i> and <i>Budo</i> are sometimes combined as <i>Karatedō</i> <span class=\"kanj\">空手道</span>, or the \"Empty Hand Way\".\r\n\r\nThe word <i>Dōjō</i> <span class=\"kanj\">道場</span>, or training hall, literally means the \"Way Place\", and it is also the name of the room used for meditation in a Buddhist temple. A karate dojo is not a gym, even though the training is physically demanding and a lot of sweat is shed in a Kyokushin dojo. It is a sacred a place of learning, and as such, it is treated with respect. <i>Karateka</i> (karate practitioners) bow before entering or leaving the dojo. Shoes are not worn in the dojo not only to keep the dojo clean, but to keep the \"outside world\" out. <i>Mokuso</i> <span class=\"kanj\">黙想</span> (meditation) is sometimes done before training to clear the mind and depart from the \"outside world\", and after training to clear the mind again in order to return to the \"outside world\".\r\n\r\nA karate uniform is called a <i>Dōgi</i> <span class=\"kanj\">道衣</span> (or <i>Gi</i> for short), and the word literally means \"Way Clothes\". Just as a dojo is not a gym, a karate <i>dogi</i> is not just clothes in which to train. A <i>dogi</i> is what a <i>karateka</i> wears on the path toward self-perfection. It should always be kept clean and in good repair. According to Mas Oyama, \"to repair a torn uniform is no disgrace, but to wear a torn or dirty one is.\" However, the <i>Obi</i> <span class=\"kanj\">帯</span> (belt) should never be washed. Over time, it becomes frayed and stained with the sweat and blood of hard training. An old, worn and stained <i>obi</i> reflects the <i>karateka\'s</i> unique experience of training, which should not be washed away.\r\n\r\n<i>Budo</i> developed from <i>Bushidō</i> <span class=\"kanj\">武士道</span> (the \"Way of the Warrior\"), the code of moral conduct and way of life of the Samurai. At the time, the extent of a warrior\'s skills and ability often determined whether he lived or died. According to the karate master Gogen Yamaguchi:\r\n<blockquote><i>Budo</i> did not originate in a peaceful atmosphere. It was necessary to protect one\'s life at the time, and to learn how to use <i>Budo</i> as a weapon and achieve one\'s responsibility as a warrior. It was the warrior\'s duty to develop spirit. ... It was necessary to obtain a technique to protect oneself, and one had to have a strong spirit to correspond to that. When one could overcome a conception of death, there was an improvement of a human being as a Samurai. When it was developed, <i>karatedo</i> was used in place of weapons and studied that way, so that the spirit of the Samurai was needed at the beginning of its conception to learn karate.</blockquote>\r\nFor the most part, this is not the situation today (although some martial arts can be used effectively for self-defense). Yamaguchi continues:\r\n<blockquote>Now there are rules, but the techniques and elements have not changed... Now, karate is the battle against one\'s self and a means of the Way of one\'s life, not to defeat others or to die. This solitary fight is to know one\'s own spirit and the desire to the naught that is superior to the limitation of the body.</blockquote>\r\nMas Oyama fully understood the nature of Kyokushin Karate as <i>Budo Karate</i>, a path toward self-perfection though the practice of the martial art:\r\n<blockquote>Karate is the most Zen-like of all the Martial Arts. It has abandoned the sword. This means that it transcends the idea of winning and losing to become a way of thinking and living for the sake of other people in accordance with the way of Heaven. Its meanings, therefore, reach the profoundest levels of human thought.\r\n\r\nFor a long time, I have emphasized that karate is <i>Budo</i>, and if the <i>Budo</i> is removed from karate, it is nothing more than sport karate, show karate or even fashion karate – the idea of training merely to be fashionable.\r\n\r\nKarate that has discarded <i>Budo</i> has no substance. It is nothing more than a barbaric method of fighting or a promotional tool for the purpose of profit. No matter how popular it becomes, it is meaningless.</blockquote>','Budo Karate','','publish','closed','closed','','budo-karate','','','2017-06-27 09:46:06','2017-06-27 13:46:06','',0,'http://uskyokushin.com/wordpress2/?page_id=138',0,'page','',0),(140,1,'2017-06-27 09:46:06','2017-06-27 13:46:06','<h1>Budo Karate</h1>\r\n<h2 class=\"hkanj\">武道空手</h2>\r\nWhat is Kyokushin karate? To some, it is a way to develop and maintain physical strength and learn effective self-defense techniques. To others, it is much more than that. Kyokushin karate is a way of life that transcends the physical aspects of training. Kyokushin karate is <i>Budō Karate</i> <span class=\"kanj\">武道空手</span>.\r\n\r\nThe philosophy of Budo is evident in the name that Mas Oyama chose for his karate style, <i>Kyokushin</i> <span class=\"kanj\">極真</span>, which means \"Ultimate Truth\". It is also reflected in the Training Hall Oath (Dōjō Kun <span class=\"kanj\">道場訓</span>), in Mas Oyama\'s Eleven Mottos (Zayū no Mei Jūichi Kajō <span class=\"kanj\">座右の銘十一個条</span>), and in the Spirit of Osu (Osu no Seishin <span class=\"kanj\">押忍の精神</span>).\r\n\r\nThe essence of <i>Budo Karate</i> cannot readily be depicted by reading a few paragraphs; <i>Budo</i> must be experienced. However, one can get a glimpse of its meaning by looking at the origin of the martial arts and its relationship with Eastern philosophies, and by examining the words \"Karate\" and \"Budo\" themselves.\r\n\r\n<img class=\"imflr alignright\" title=\"Bodhidharma\" src=\"http://uskyokushin.com/images/daruma.gif\" alt=\"Bodhidharma\" width=\"127\" height=\"200\" />Kyokushin karate, like most martial arts, can trace its origin to Bodhidarma (<i>Daruma </i> <span class=\"kanj\">達磨</span> in Japanese), an Indian prince and Buddhist priest who traveled to the Shaolin temple in China in the early sixth century. There, he developed the <i>Chan</i>, or \"Intuitive\" school of Mahayana Buddhism. Under the <i>Chan</i> philosophy, enlightenment was sought through meditation, rather than by the practice of rituals or the study of religious texts. According to legend, Bodhidharma sat facing the wall in the Shaolin temple for nine years, until he achieved enlightenment. (Other legends have him sitting and facing a wall in a cave for nine years.) Bodhidharma also developed martial arts as a physical regimen to accompany the mental discipline of the meditation. During the following centuries, the <i>Chan</i> (or <i>Zen</i> <span class=\"kanj\">禅</span> in Japanese) philosophy spread to Okinawa and then to Japan, accompanied with martial arts. Over time, <i>Zen</i> and martial arts became intermingled with each other and deeply ingrained in Japanese society.\r\n<h2>Karate</h2>\r\nThe modern definition of the word <i>Karate</i> is \"Empty Hand\", which is spelled with the following <i>Kanji</i> characters:\r\n<p class=\"ind\"><span class=\"kanjl\">空</span> <span class=\"blu\"><b><i>Kara</i></b></span> meaning \"Empty\"</p>\r\n<p class=\"ind\"><span class=\"kanjl\">手</span> <span class=\"blu\"><b><i>Te</i></b></span> meaning \"Hand\"</p>\r\nHowever, the \"Empty Hand\" definition not been in use for much more than 100 years.\r\n\r\nMartial arts in Okinawa were originally known simply as <i>Te</i> <span class=\"kanj\">手</span> meaning \"Hand\" (pronounced <i>Di</i> or <i>De</i> in Okinawan). Different \"styles\" were distinguished by the locations where they were practiced:\r\n<p class=\"ind\"><span class=\"kanjl\">首里手</span> <i>Shurite</i> in the old capital city of Shuri (pronounced <i>Suidi</i> in Okinawan).</p>\r\n<p class=\"ind\"><span class=\"kanjl\">那覇手</span> <i>Nahate</i> in the Naha area (<i>Nafadi</i> in Okinawan).</p>\r\n<p class=\"ind\"><span class=\"kanj\">泊手</span> <i>Tomarite</i> in the village of Tomari (<i>Tumaidi</i> in Okinawan).</p>\r\nBecause of the influence Chinese kempo, Okinawan martial arts over time became known as \"China Hand\", spoken as <i>Tote</i>, <i>Todi</i> or <i>Tode</i>, and spelled with the following <i>Kanji</i> characters:\r\n<p class=\"ind\"><span class=\"kanjl\">唐</span> <span class=\"blu\"><b><i>Tō</i></b></span> meaning \"China\", and</p>\r\n<p class=\"ind\"><span class=\"kanjl\">手</span> <span class=\"blu\"><b><i>Te</i></b></span> meaning \"Hand\"</p>\r\nThe <i>Kanji</i> character <i>To</i> can also be pronounced as <i>Kara</i>, so the word for \"China Hand\" was sometimes spoken as <i>Karate</i>.\r\n\r\nAt some point in time, the <i>Kanji</i> character for <i>Kara</i> meaning \"China\" <span class=\"kanj\">唐</span> was changed to the character meaning \"Empty\" <span class=\"kanj\">空</span>. (The \"Empty\" character <i>Kara</i> is also pronounced <i>Ku</i>, as in <i>Kankū</i> <span class=\"kanj\">観空</span>.) The earliest known written designation of <i>Karate</i> using the \"Empty\" character was by the Okinawan master Chomo Hanashiro (1869-1945) in <i>Karate Shōshū Hen</i> <span class=\"kanj\">空手誦習編</span> (also known as <i>Karate Kumite</i> <span class=\"kanj\">空手組手</span>), which was first published in 1905.\r\n\r\n\"Empty Hand\" did not immediately gain acceptance, and \"China Hand\" was still used for the next few decades, especially in Okinawa. Gichin Funakoshi, the Okinawan master who brought karate to Japan and developed what is now known as Shotokan karate (one of the styles from which Kyokushin was derived), used the \"China Hand\" characters in his first book, <i>Ryūkyū Kempō Tōde</i> <span class=\"kanj\">琉球拳法唐手</span>, published in 1922. Funakoshi later used the \"Empty Hand\" ones in the 1935 book <i>Karatedō Kyōhan</i> <span class=\"kanj\">空手道教範</span>. In 1936, the Okinawan karate masters officially adopted the change in the <i>Kara</i> character from \"China\" <span class=\"kanj\">唐</span> to \"Empty\" <span class=\"kanj\">空</span>.\r\n\r\nGichin Funakoshi believed that \"Empty Hand\" better described the meaning of <i>Karate</i>:\r\n<blockquote>The <i>Kara</i> <span class=\"kanj\">空</span> that means \"Empty\" is definitely the more appropriate. For one thing, it symbolizes the obvious fact that this art of self-defense makes use of no weapons, only bare feet and empty hands. Further, students of Karatedo aim not only toward perfecting their chosen art but also toward emptying heart and mind of all earthly desire and vanity. Reading Buddhist scriptures, we come across such statements as <i>\"Shikisokuzekū\"</i> <span class=\"kanj\">色即是空</span> and <i>\"Kūsokuzeshiki\"</i> <span class=\"kanj\">空即是色</span> which literally mean \"Matter is void\" and \"All is vanity.\" The character <i>Ku</i>, which appears in both admonitions and may be pronounced <i>Kara</i>, is in itself truth.</blockquote>\r\n<h2>Budo</h2>\r\nThe word <i>Budo</i> is derived from the words:\r\n<p class=\"ind\"><span class=\"kanj\">武</span> <span class=\"blu\"><b><i>Bu</i></b></span> meaning \"Martial\" or \"Combat\"</p>\r\n<p class=\"ind\"><span class=\"kanj\">道</span> <span class=\"blu\"><b><i>Dō</i></b></span> meaning \"Way\"</p>\r\n<i>Budo</i>, the \"Martial Way\", is a Japanese term for arts that use peaceful combat as a means of perfecting the self. The word <i>Dō</i> <span class=\"kanj\">道</span> comes from the Chinese word <i>Tao</i> and the philosophy of Taoism. <i>Do</i> does not mean the \"way\" or method of learning something, such as the learning the techniques of karate, but rather it is the path of life whereby what is learned is transcended into wisdom. <i>Do</i> and <i>Zen</i> are complementary. <i>Zen</i> <span class=\"kanj\">禅</span> seeks self-perfection through passive means, such as meditation. <i>Do</i> seeks self-perfection through active means, such as the training itself. In fact, the practice of kata is sometimes referred to as <i>Dōzen</i> <span class=\"kanj\">道禅</span>, or \"Moving Meditation\". That which is gained through Budo is much more than just the techniques and applications of the martial arts, and it transforms all aspects of life.\r\n\r\n<i>Karate</i> and <i>Budo</i> are sometimes combined as <i>Karatedō</i> <span class=\"kanj\">空手道</span>, or the \"Empty Hand Way\".\r\n\r\nThe word <i>Dōjō</i> <span class=\"kanj\">道場</span>, or training hall, literally means the \"Way Place\", and it is also the name of the room used for meditation in a Buddhist temple. A karate dojo is not a gym, even though the training is physically demanding and a lot of sweat is shed in a Kyokushin dojo. It is a sacred a place of learning, and as such, it is treated with respect. <i>Karateka</i> (karate practitioners) bow before entering or leaving the dojo. Shoes are not worn in the dojo not only to keep the dojo clean, but to keep the \"outside world\" out. <i>Mokuso</i> <span class=\"kanj\">黙想</span> (meditation) is sometimes done before training to clear the mind and depart from the \"outside world\", and after training to clear the mind again in order to return to the \"outside world\".\r\n\r\nA karate uniform is called a <i>Dōgi</i> <span class=\"kanj\">道衣</span> (or <i>Gi</i> for short), and the word literally means \"Way Clothes\". Just as a dojo is not a gym, a karate <i>dogi</i> is not just clothes in which to train. A <i>dogi</i> is what a <i>karateka</i> wears on the path toward self-perfection. It should always be kept clean and in good repair. According to Mas Oyama, \"to repair a torn uniform is no disgrace, but to wear a torn or dirty one is.\" However, the <i>Obi</i> <span class=\"kanj\">帯</span> (belt) should never be washed. Over time, it becomes frayed and stained with the sweat and blood of hard training. An old, worn and stained <i>obi</i> reflects the <i>karateka\'s</i> unique experience of training, which should not be washed away.\r\n\r\n<i>Budo</i> developed from <i>Bushidō</i> <span class=\"kanj\">武士道</span> (the \"Way of the Warrior\"), the code of moral conduct and way of life of the Samurai. At the time, the extent of a warrior\'s skills and ability often determined whether he lived or died. According to the karate master Gogen Yamaguchi:\r\n<blockquote><i>Budo</i> did not originate in a peaceful atmosphere. It was necessary to protect one\'s life at the time, and to learn how to use <i>Budo</i> as a weapon and achieve one\'s responsibility as a warrior. It was the warrior\'s duty to develop spirit. ... It was necessary to obtain a technique to protect oneself, and one had to have a strong spirit to correspond to that. When one could overcome a conception of death, there was an improvement of a human being as a Samurai. When it was developed, <i>karatedo</i> was used in place of weapons and studied that way, so that the spirit of the Samurai was needed at the beginning of its conception to learn karate.</blockquote>\r\nFor the most part, this is not the situation today (although some martial arts can be used effectively for self-defense). Yamaguchi continues:\r\n<blockquote>Now there are rules, but the techniques and elements have not changed... Now, karate is the battle against one\'s self and a means of the Way of one\'s life, not to defeat others or to die. This solitary fight is to know one\'s own spirit and the desire to the naught that is superior to the limitation of the body.</blockquote>\r\nMas Oyama fully understood the nature of Kyokushin Karate as <i>Budo Karate</i>, a path toward self-perfection though the practice of the martial art:\r\n<blockquote>Karate is the most Zen-like of all the Martial Arts. It has abandoned the sword. This means that it transcends the idea of winning and losing to become a way of thinking and living for the sake of other people in accordance with the way of Heaven. Its meanings, therefore, reach the profoundest levels of human thought.\r\n\r\nFor a long time, I have emphasized that karate is <i>Budo</i>, and if the <i>Budo</i> is removed from karate, it is nothing more than sport karate, show karate or even fashion karate – the idea of training merely to be fashionable.\r\n\r\nKarate that has discarded <i>Budo</i> has no substance. It is nothing more than a barbaric method of fighting or a promotional tool for the purpose of profit. No matter how popular it becomes, it is meaningless.</blockquote>','Budo Karate','','inherit','closed','closed','','138-revision-v1','','','2017-06-27 09:46:06','2017-06-27 13:46:06','',138,'http://uskyokushin.com/wordpress2/2017/06/27/138-revision-v1/',0,'revision','',0),(141,1,'2017-06-27 09:50:57','2017-06-27 13:50:57','<h1>The Spirit of Osu</h1>\r\n<h3 class=\"hkanj\">押忍の精神</h3>\r\n<i>Osu</i> is the one word that you\'ll hear the most in a Kyokushin dojo or at a Kyokushin tournament. When you enter or leave the dojo, you bow and say \"Osu\". When you greet a fellow Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span>, you say \"Osu\" instead of \"hello\". When you respond to an instruction or question in class, you say \"Osu\" instead of \"yes\" or \"I understand\". When performing <i>Kihon Waza</i> <span class=\"kanj\">基本技</span> (basic techniques) in class, each technique is often accompanied with a loud \"Osu\". When practicing <i>Jiyu Kumite</i> <span class=\"kanj\">自由組手</span> (free fighting) in class and your opponent lands a good, hard technique, you say \"Osu\" to acknowledge your opponent\'s skill. As a measure of respect, knockdown fighters at a tournament bow and say \"Osu\" to the front, to the referee and to each other, before and after the fight. <i>Osu</i> is used in many situations and seems to mean a lot of things. But what does it really mean?\r\n\r\n<i>Osu</i> is a contraction of the words:\r\n<p class=\"ind\"><span class=\"kanjl\">押し</span> <span class=\"blu\"><b><i>Oshi</i></b></span> meaning \"Push\"</p>\r\n<p class=\"ind\"><span class=\"kanjl\">忍ぶ</span> <span class=\"blu\"><b><i>Shinobu</i></b></span> meaning \"to Endure\"</p>\r\nIt means patience, determination and perseverance. Every time we say \"Osu\", we remind ourselves of this.\r\n\r\nKyokushin training is very demanding. You push yourself until you think you\'ve reached your limit. First your body wants to stop, but your mind keeps pushing you. Then your mind wants to stop, but your spirit keeps you going. You endure the pain. You persevere. That is <i>Osu</i>.\r\n\r\nKyokushin karate is not learned overnight. It takes years to properly learn the fundamentals. The basic techniques are performed thousands of times (<i>Renma</i> <span class=\"kanj\">錬磨</span> – \"always polishing\") until they are done by reflex or instinct, without conscious thought (<i>Mushin</i> <span class=\"kanj\">無心</span> – \"no mind\"). It\'s easy to get frustrated by doing the same thing over and over again, especially when progress seems to be slow. To overcome that frustration and continue training takes patience and determination. That is <i>Osu</i>.\r\n\r\nThe absolute and unfaltering devotion needed to \"scale the cliff\" of Kyokushin karate is <i>Osu</i>.\r\n\r\nThe spirit of <i>Osu</i> is probably best described by Shihan Cameron Quinn of Australia in his book <i>The Budo Karate of Mas Oyama</i>. He writes:\r\n<blockquote>There is a saying in Japan, \"<i>Ishi no ue ni mo sannen</i>\" <span class=\"kanj\">石の上にも三年</span>. Translated, it means \"Three years on a rock.\" This saying symbolizes the need to persevere at all times. It is one of the most important philosophies in Kyokushin karate.\r\n\r\nKyokushin is an art offering many things according to the immediate and long term aims of the trainee. Ultimately, one realizes that transcending the kicks, the punches, and the kata, there is a special spirit in the heart of the participants. It teaches them to face the demands of daily life with a mature and enduring attitude. A <i>Budoka</i> <span class=\"kanj\">武道家</span> is not easily shaken by the blows of adversity, realizing that for a person to draw near to their true potential, a never-say-die spirit of perseverance is required.\r\n\r\nThis strength of character develops in hard training and is known as <i>Osu no Seishin</i> <span class=\"kanj\">押忍の精神</span> (the Spirit of Osu). The word <i>Osu</i> comes from <i>Oshi Shinobu</i><span class=\"kanj\">押し忍ぶ</span>, which means \"to persevere whilst being pushed\". It implies a willingness to push oneself to the limits of endurance, to persevere under any kind of pressure.\r\n\r\nThe single word <i>Osu</i> captures most accurately the ultimate in what the art of karate, particularly Kyokushin, has to offer. One who is truly able to manifest the spirit of <i>Osu</i> in every word, thought, and action may be regarded as wise and brave. Training should first and foremost be approached in the spirit of <i>Osu</i>. One\'s daily life, and the responsibilities it holds, would be more completely lived if addressed in the spirit of <i>Osu</i>.\r\n\r\nEven for the beginner, who is conscious of his lack of training and does not necessarily want to face the demand of training, it is enough merely being aware that through perseverance and the will to continue, there comes great physical, mental, spiritual, and emotional gains. All that is needed is that special determination.</blockquote>','The Spirit of OSU','','publish','closed','closed','','the-spirit-of-osu','','','2017-06-27 09:50:57','2017-06-27 13:50:57','',0,'http://uskyokushin.com/wordpress2/?page_id=141',0,'page','',0),(142,1,'2017-06-27 09:48:25','2017-06-27 13:48:25','<h1>The Spirit of Osu</h1>\r\n<h3 class=\"hkanj\">押忍の精神</h3>\r\n<i>Osu</i> is the one word that you\'ll hear the most in a Kyokushin dojo or at a Kyokushin tournament. When you enter or leave the dojo, you bow and say \"Osu\". When you greet a fellow Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span>, you say \"Osu\" instead of \"hello\". When you respond to an instruction or question in class, you say \"Osu\" instead of \"yes\" or \"I understand\". When performing <i>Kihon Waza</i> <span class=\"kanj\">基本技</span> (basic techniques) in class, each technique is often accompanied with a loud \"Osu\". When practicing <i>Jiyu Kumite</i> <span class=\"kanj\">自由組手</span> (free fighting) in class and your opponent lands a good, hard technique, you say \"Osu\" to acknowledge your opponent\'s skill. As a measure of respect, knockdown fighters at a tournament bow and say \"Osu\" to the front, to the referee and to each other, before and after the fight. <i>Osu</i> is used in many situations and seems to mean a lot of things. But what does it really mean?\r\n\r\n<i>Osu</i> is a contraction of the words:\r\n<p class=\"ind\"><span class=\"kanjl\">押し</span> <span class=\"blu\"><b><i>Oshi</i></b></span> meaning \"Push\"</p>\r\n<p class=\"ind\"><span class=\"kanjl\">忍ぶ</span> <span class=\"blu\"><b><i>Shinobu</i></b></span> meaning \"to Endure\"</p>\r\nIt means patience, determination and perseverance. Every time we say \"Osu\", we remind ourselves of this.\r\n\r\nKyokushin training is very demanding. You push yourself until you think you\'ve reached your limit. First your body wants to stop, but your mind keeps pushing you. Then your mind wants to stop, but your spirit keeps you going. You endure the pain. You persevere. That is <i>Osu</i>.\r\n\r\nKyokushin karate is not learned overnight. It takes years to properly learn the fundamentals. The basic techniques are performed thousands of times (<i>Renma</i> <span class=\"kanj\">錬磨</span> – \"always polishing\") until they are done by reflex or instinct, without conscious thought (<i>Mushin</i> <span class=\"kanj\">無心</span> – \"no mind\"). It\'s easy to get frustrated by doing the same thing over and over again, especially when progress seems to be slow. To overcome that frustration and continue training takes patience and determination. That is <i>Osu</i>.\r\n\r\nThe absolute and unfaltering devotion needed to \"scale the cliff\" of Kyokushin karate is <i>Osu</i>.\r\n\r\nThe spirit of <i>Osu</i> is probably best described by Shihan Cameron Quinn of Australia in his book <i>The Budo Karate of Mas Oyama</i>. He writes:\r\n<blockquote>There is a saying in Japan, \"<i>Ishi no ue ni mo sannen</i>\" <span class=\"kanj\">石の上にも三年</span>. Translated, it means \"Three years on a rock.\" This saying symbolizes the need to persevere at all times. It is one of the most important philosophies in Kyokushin karate.\r\n\r\nKyokushin is an art offering many things according to the immediate and long term aims of the trainee. Ultimately, one realizes that transcending the kicks, the punches, and the kata, there is a special spirit in the heart of the participants. It teaches them to face the demands of daily life with a mature and enduring attitude. A <i>Budoka</i> <span class=\"kanj\">武道家</span> is not easily shaken by the blows of adversity, realizing that for a person to draw near to their true potential, a never-say-die spirit of perseverance is required.\r\n\r\nThis strength of character develops in hard training and is known as <i>Osu no Seishin</i> <span class=\"kanj\">押忍の精神</span> (the Spirit of Osu). The word <i>Osu</i> comes from <i>Oshi Shinobu</i><span class=\"kanj\">押し忍ぶ</span>, which means \"to persevere whilst being pushed\". It implies a willingness to push oneself to the limits of endurance, to persevere under any kind of pressure.\r\n\r\nThe single word <i>Osu</i> captures most accurately the ultimate in what the art of karate, particularly Kyokushin, has to offer. One who is truly able to manifest the spirit of <i>Osu</i> in every word, thought, and action may be regarded as wise and brave. Training should first and foremost be approached in the spirit of <i>Osu</i>. One\'s daily life, and the responsibilities it holds, would be more completely lived if addressed in the spirit of <i>Osu</i>.\r\n\r\nEven for the beginner, who is conscious of his lack of training and does not necessarily want to face the demand of training, it is enough merely being aware that through perseverance and the will to continue, there comes great physical, mental, spiritual, and emotional gains. All that is needed is that special determination.</blockquote>','The Spirit of OSU','','inherit','closed','closed','','141-revision-v1','','','2017-06-27 09:48:25','2017-06-27 13:48:25','',141,'http://uskyokushin.com/wordpress2/2017/06/27/141-revision-v1/',0,'revision','',0),(144,1,'2017-06-27 09:53:32','2017-06-27 13:53:32','<h2>Dojo Kun</h2>\r\n<h3>道場訓</h3>\r\nThe Kyokushin Dōjō Kun 道場訓 (Training Hall Oath) was written by Mas Oyama with the help of Eiji Yoshikawa, the author of the novel Musashi 武蔵, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior.\r\n\r\nThe Dojo Kun is usually recited at the end of each training session, when the students and instructors are lined up by rank in Seiza 正座 (formal kneeling). Each line of the Dojo Kun is recited by the most senior student and repeated by the entire class together. Some dojos choose not to recite the Dojo Kun for various reasons.\r\n\r\nWe will train our hearts and bodies, for a firm unshaking spirit.\r\nWe will pursue the true meaning of the Martial Way, so that in time our senses may be alert.\r\nWith true vigor, we will seek to cultivate a spirit of self denial.\r\nWe will observe the rules of courtesy, respect our superiors, and refrain from violence.\r\nWe will follow our God, and never forget the true virtue of humility.\r\nWe will look upwards to wisdom and strength, not seeking other desires.\r\nAll our lives, through the discipline of Karate, we will seek to fulfill the true meaning of the Kyokushin Way.\r\nSome dojos recite the fifth line as \"We will follow our Gods and Buddha...\", which is a more literal translation of Shinbutsu 神仏. However, the full meaning of the Japanese word is not expressed in this literal translation, since it involves Buddhist and Shinto principles with which many Westerners are not familiar. Other dojos recite the line as \"We will follow our religious principles...\"','Dojo Kun','','publish','closed','closed','','dojo-kun','','','2017-06-27 09:53:32','2017-06-27 13:53:32','',0,'http://uskyokushin.com/wordpress2/?page_id=144',0,'page','',0),(146,1,'2017-06-27 09:53:32','2017-06-27 13:53:32','<h2>Dojo Kun</h2>\r\n<h3>道場訓</h3>\r\nThe Kyokushin Dōjō Kun 道場訓 (Training Hall Oath) was written by Mas Oyama with the help of Eiji Yoshikawa, the author of the novel Musashi 武蔵, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior.\r\n\r\nThe Dojo Kun is usually recited at the end of each training session, when the students and instructors are lined up by rank in Seiza 正座 (formal kneeling). Each line of the Dojo Kun is recited by the most senior student and repeated by the entire class together. Some dojos choose not to recite the Dojo Kun for various reasons.\r\n\r\nWe will train our hearts and bodies, for a firm unshaking spirit.\r\nWe will pursue the true meaning of the Martial Way, so that in time our senses may be alert.\r\nWith true vigor, we will seek to cultivate a spirit of self denial.\r\nWe will observe the rules of courtesy, respect our superiors, and refrain from violence.\r\nWe will follow our God, and never forget the true virtue of humility.\r\nWe will look upwards to wisdom and strength, not seeking other desires.\r\nAll our lives, through the discipline of Karate, we will seek to fulfill the true meaning of the Kyokushin Way.\r\nSome dojos recite the fifth line as \"We will follow our Gods and Buddha...\", which is a more literal translation of Shinbutsu 神仏. However, the full meaning of the Japanese word is not expressed in this literal translation, since it involves Buddhist and Shinto principles with which many Westerners are not familiar. Other dojos recite the line as \"We will follow our religious principles...\"','Dojo Kun','','inherit','closed','closed','','144-revision-v1','','','2017-06-27 09:53:32','2017-06-27 13:53:32','',144,'http://uskyokushin.com/wordpress2/2017/06/27/144-revision-v1/',0,'revision','',0),(147,1,'2017-06-27 09:56:27','2017-06-27 13:56:27','','About Kyokushin Karate','','publish','closed','closed','','about-kyokushin-karate','','','2017-06-27 09:56:27','2017-06-27 13:56:27','',0,'http://uskyokushin.com/wordpress2/?page_id=147',0,'page','',0),(149,1,'2017-06-27 09:56:27','2017-06-27 13:56:27','','About Kyokushin Karate','','inherit','closed','closed','','147-revision-v1','','','2017-06-27 09:56:27','2017-06-27 13:56:27','',147,'http://uskyokushin.com/wordpress2/2017/06/27/147-revision-v1/',0,'revision','',0),(150,1,'2017-06-27 09:56:48','2017-06-27 13:56:48','','USA-IFKK','','publish','closed','closed','','usa-ifkk','','','2017-06-27 09:56:48','2017-06-27 13:56:48','',0,'http://uskyokushin.com/wordpress2/?page_id=150',0,'page','',0),(152,1,'2017-06-27 09:56:48','2017-06-27 13:56:48','','USA-IFKK','','inherit','closed','closed','','150-revision-v1','','','2017-06-27 09:56:48','2017-06-27 13:56:48','',150,'http://uskyokushin.com/wordpress2/2017/06/27/150-revision-v1/',0,'revision','',0),(153,1,'2017-06-27 09:57:55','2017-06-27 13:57:55',' ','','','publish','closed','closed','','153','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=153',8,'nav_menu_item','',0),(154,1,'2017-06-27 09:57:55','2017-06-27 13:57:55',' ','','','publish','closed','closed','','154','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=154',2,'nav_menu_item','',0),(155,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','155','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=155',7,'nav_menu_item','',0),(156,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','156','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=156',6,'nav_menu_item','',0),(157,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','157','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=157',5,'nav_menu_item','',0),(158,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','158','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=158',4,'nav_menu_item','',0),(159,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','159','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=159',3,'nav_menu_item','',0),(160,1,'2017-06-27 10:00:23','2017-06-27 14:00:23',' ','','','publish','closed','closed','','160','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=160',10,'nav_menu_item','',0),(161,1,'2017-06-27 10:00:23','2017-06-27 14:00:23',' ','','','publish','closed','closed','','161','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=161',11,'nav_menu_item','',0),(162,1,'2017-06-27 10:00:23','2017-06-27 14:00:23',' ','','','publish','closed','closed','','162','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',2,'http://uskyokushin.com/wordpress2/?p=162',9,'nav_menu_item','',0),(163,1,'2017-06-27 10:00:24','2017-06-27 14:00:24',' ','','','publish','closed','closed','','163','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',2,'http://uskyokushin.com/wordpress2/?p=163',12,'nav_menu_item','',0),(165,1,'2017-06-27 10:14:54','2017-06-27 14:14:54','<h1>Sosai Mas Oyama</h1>\n<p class=\"hkanj\">大山倍達総裁</p>\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\n\n<img class=\"imfll alignright\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\n\n<img class=\"imflr alignright\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\n\n<img class=\"imfll alignleft\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\n\n<img class=\"imfll alignright\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\n\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\n\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll alignleft\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\n\n<img class=\"imflr alignright\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\n\n<img class=\"imfll alignleft\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\n\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\n\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\n\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\n\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).','Sosai Mas Oyama','','inherit','closed','closed','','129-autosave-v1','','','2017-06-27 10:14:54','2017-06-27 14:14:54','',129,'http://uskyokushin.com/wordpress2/2017/06/27/129-autosave-v1/',0,'revision','',0),(166,1,'2017-06-27 10:15:00','2017-06-27 14:15:00','<h1>Sosai Mas Oyama</h1>\r\n<p class=\"hkanj\">大山倍達総裁</p>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll alignright\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr alignright\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll alignleft\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll alignleft\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr alignright\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll alignleft\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).','Sosai Mas Oyama','','inherit','closed','closed','','129-revision-v1','','','2017-06-27 10:15:00','2017-06-27 14:15:00','',129,'http://uskyokushin.com/wordpress2/2017/06/27/129-revision-v1/',0,'revision','',0),(167,1,'2017-06-27 10:15:21','2017-06-27 14:15:21','<h1>Sosai Mas Oyama</h1>\r\n<h2 class=\"hkanj\">大山倍達総裁</h2>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll alignright\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr alignright\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll alignleft\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll alignright\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll alignleft\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr alignright\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll alignleft\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr alignright\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr alignright\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).','Sosai Mas Oyama','','inherit','closed','closed','','129-revision-v1','','','2017-06-27 10:15:21','2017-06-27 14:15:21','',129,'http://uskyokushin.com/wordpress2/2017/06/27/129-revision-v1/',0,'revision','',0),(171,1,'2017-06-27 10:35:17','2017-06-27 14:35:17','','ifkk_logo','','inherit','closed','closed','','ifkk_logo','','','2017-06-27 10:35:17','2017-06-27 14:35:17','',0,'http://uskyokushin.com/wordpress2/wp-content/uploads/2017/06/ifkk_logo.gif',0,'attachment','image/gif',0),(173,1,'2017-06-27 14:29:24','2017-06-27 18:29:24','<div id=\"content\">\r\n<h1><strong>Event Schedule</strong></h1>\r\n<h2 class=\"hkanj\"><strong>行事予定</strong></h2>\r\n<h2><strong>IFK-Kyokushin Americas Tournament - Sao Paulo - Brazil SA</strong></h2>\r\nSouth American Kyokushin Karate IFK Brazil Championship\r\n\r\nOctober 22nd, 2017\r\n\r\nKata, kumite and Knockdown youth and adult\r\n\r\n<a href=\"http://uskyokushin.com/pdf/South%20America%20Championship%202017%20-%20Schedule.pdf\">South America Championship 2017</a>\r\n\r\n \r\n<h2><strong>27th Annual American International Karate Championships - Henrietta, NY</strong></h2>\r\n<h2>October 7th, 2017</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. Kata Weapons and Breaking. For further information contact : Shihan Mike Monaco (585) 669-7680 or (585) 489-5797\r\n<h2><strong>Victory Dojo \"IFK-USA Los Angles\" Championship - Los Angles, CA</strong></h2>\r\n<h2>May 21st, 2016</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. For further information contact : Senpai Robert (818) 567-1100\r\n\r\n<span class=\"style1\"><a href=\"http://victorydojofitness.com/\"> <span class=\"auto-style1\">Victory Dojo Tournament</span></a></span>\r\n<h2 class=\"auto-style2\"></h2>\r\n<h2 class=\"auto-style2\"><strong>Martial Arts Challenge - Holly, NY</strong></h2>\r\n<h2>April 30th, 2016 10am</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Ages 4 to adult. Kata, Weapons, Clicker and Semi-Contact Fighting. Belts awarded for advanced fighting champions. For further information go to :\r\n\r\n<span class=\"style1\"><a href=\"http://www.graywolfmartialarts.com/\"> <span class=\"auto-style1\">Gray Wolf Martial Arts</span></a></span>\r\n<h2> <strong>Hanshi Steve Arneil Seminar</strong></h2>\r\n<h2 class=\"auto-style2\">June 16th - 19th, 2016</h2>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />IFK members or by special invitation only. Train with the President and Founer if the IFK Karate Organization. The seminar will include Kihon, IFK Syllabus, Kara, Bunkai, Kumite and Self-defense. For more information contact : Shihan Michael Monaco (585) 489-5797\r\n\r\n \r\n\r\n</div>\r\n<div id=\"footer\"></div>','Events','','publish','closed','closed','','events','','','2017-06-27 14:29:44','2017-06-27 18:29:44','',0,'http://uskyokushin.com/wordpress2/?page_id=173',0,'page','',0),(174,1,'2017-06-27 14:29:24','2017-06-27 18:29:24','<div id=\"content\">\r\n<h1>Event Schedule</h1>\r\n<h2 class=\"hkanj\"><strong>行事予定</strong></h2>\r\n<h2><strong>IFK-Kyokushin Americas Tournament - Sao Paulo - Brazil SA</strong></h2>\r\nSouth American Kyokushin Karate IFK Brazil Championship\r\n\r\nOctober 22nd, 2017\r\n\r\nKata, kumite and Knockdown youth and adult\r\n\r\n<a href=\"http://uskyokushin.com/pdf/South%20America%20Championship%202017%20-%20Schedule.pdf\">South America Championship 2017</a>\r\n\r\n \r\n<h2><strong>27th Annual American International Karate Championships - Henrietta, NY</strong></h2>\r\n<h2>October 7th, 2017</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. Kata Weapons and Breaking. For further information contact : Shihan Mike Monaco (585) 669-7680 or (585) 489-5797\r\n<h2><strong>Victory Dojo \"IFK-USA Los Angles\" Championship - Los Angles, CA</strong></h2>\r\n<h2>May 21st, 2016</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. For further information contact : Senpai Robert (818) 567-1100\r\n\r\n<span class=\"style1\"><a href=\"http://victorydojofitness.com/\"> <span class=\"auto-style1\">Victory Dojo Tournament</span></a></span>\r\n<h2 class=\"auto-style2\"></h2>\r\n<h2 class=\"auto-style2\"><strong>Martial Arts Challenge - Holly, NY</strong></h2>\r\n<h2>April 30th, 2016 10am</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Ages 4 to adult. Kata, Weapons, Clicker and Semi-Contact Fighting. Belts awarded for advanced fighting champions. For further information go to :\r\n\r\n<span class=\"style1\"><a href=\"http://www.graywolfmartialarts.com/\"> <span class=\"auto-style1\">Gray Wolf Martial Arts</span></a></span>\r\n<h2> <strong>Hanshi Steve Arneil Seminar</strong></h2>\r\n<h2 class=\"auto-style2\">June 16th - 19th, 2016</h2>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />IFK members or by special invitation only. Train with the President and Founer if the IFK Karate Organization. The seminar will include Kihon, IFK Syllabus, Kara, Bunkai, Kumite and Self-defense. For more information contact : Shihan Michael Monaco (585) 489-5797\r\n\r\n \r\n\r\n</div>\r\n<div id=\"footer\"></div>','Events','','inherit','closed','closed','','173-revision-v1','','','2017-06-27 14:29:24','2017-06-27 18:29:24','',173,'http://uskyokushin.com/wordpress2/2017/06/27/173-revision-v1/',0,'revision','',0),(175,1,'2017-06-27 14:29:44','2017-06-27 18:29:44','<div id=\"content\">\r\n<h1><strong>Event Schedule</strong></h1>\r\n<h2 class=\"hkanj\"><strong>行事予定</strong></h2>\r\n<h2><strong>IFK-Kyokushin Americas Tournament - Sao Paulo - Brazil SA</strong></h2>\r\nSouth American Kyokushin Karate IFK Brazil Championship\r\n\r\nOctober 22nd, 2017\r\n\r\nKata, kumite and Knockdown youth and adult\r\n\r\n<a href=\"http://uskyokushin.com/pdf/South%20America%20Championship%202017%20-%20Schedule.pdf\">South America Championship 2017</a>\r\n\r\n \r\n<h2><strong>27th Annual American International Karate Championships - Henrietta, NY</strong></h2>\r\n<h2>October 7th, 2017</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. Kata Weapons and Breaking. For further information contact : Shihan Mike Monaco (585) 669-7680 or (585) 489-5797\r\n<h2><strong>Victory Dojo \"IFK-USA Los Angles\" Championship - Los Angles, CA</strong></h2>\r\n<h2>May 21st, 2016</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Point and Semi-Contact Fighting youth and adult. For further information contact : Senpai Robert (818) 567-1100\r\n\r\n<span class=\"style1\"><a href=\"http://victorydojofitness.com/\"> <span class=\"auto-style1\">Victory Dojo Tournament</span></a></span>\r\n<h2 class=\"auto-style2\"></h2>\r\n<h2 class=\"auto-style2\"><strong>Martial Arts Challenge - Holly, NY</strong></h2>\r\n<h2>April 30th, 2016 10am</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />Ages 4 to adult. Kata, Weapons, Clicker and Semi-Contact Fighting. Belts awarded for advanced fighting champions. For further information go to :\r\n\r\n<span class=\"style1\"><a href=\"http://www.graywolfmartialarts.com/\"> <span class=\"auto-style1\">Gray Wolf Martial Arts</span></a></span>\r\n<h2> <strong>Hanshi Steve Arneil Seminar</strong></h2>\r\n<h2 class=\"auto-style2\">June 16th - 19th, 2016</h2>\r\n<img class=\"imflr alignleft\" src=\"http://uskyokushin.com/images/fs_usa.gif\" alt=\"USA\" width=\"45\" height=\"26\" />IFK members or by special invitation only. Train with the President and Founer if the IFK Karate Organization. The seminar will include Kihon, IFK Syllabus, Kara, Bunkai, Kumite and Self-defense. For more information contact : Shihan Michael Monaco (585) 489-5797\r\n\r\n \r\n\r\n</div>\r\n<div id=\"footer\"></div>','Events','','inherit','closed','closed','','173-revision-v1','','','2017-06-27 14:29:44','2017-06-27 18:29:44','',173,'http://uskyokushin.com/wordpress2/2017/06/27/173-revision-v1/',0,'revision','',0),(176,1,'2017-06-27 14:38:54','0000-00-00 00:00:00','<h1><strong>Promotion Tests and</strong>\n<strong>Special Training Classes</strong></h1>\n<p class=\"hkanj\"><strong>特別実務講習</strong>\n<strong>と昇進試し</strong></p>\n\n<h2>Adult Black Belt Gradings:</h2>\n<ul>\n <li>TBA</li>\n</ul>\n<h2>Adult Kyu Gradings:</h2>\n<ul>\n <li>TBA</li>\n</ul>\n<h2>Dojo Instructor and Black Belt Training with Shihan Monaco:</h2>\n<ul>\n <li>Every Saturday (Rochester Dojo: 9:00–10:30 am)</li>\n</ul>\n<h2>Green, Brown & Black Belt Seminars:</h2>\n<ul>\n <li>TBA</li>\n</ul>\n<h2>Fighting Clinics</h2>\n<ul>\n <li>Every S)</li>\n</ul>\n<h2>Technical Kata Classes (Green Belt & Up)</h2>\n<ul>\n <li>TBA</li>\n</ul>\n<h2>Weapons Classes:</h2>\n<ul>\n <li>Every Sunday (Rochester Dojo: 10:00 am)</li>\n <li>March 23, 2014 Bo Weapons Clinic by Sensei Kelly Cere ( Hamlin Dojo 10am - 11:30 ) Open to all ranks ages 8 & up</li>\n</ul>\n<h2>Self-Defense Classes:</h2>\n<ul>\n <li>February 6, 2014 (Rochester Dojo)</li>\n <li>May 15, 2014 (Rochester Dojo)</li>\n <li>August 21, 2014 (Rochester Dojo)</li>\n <li>November 20, 2014 (Rochester Dojo)</li>\n</ul>','','','draft','closed','closed','','','','','2017-06-27 14:38:54','2017-06-27 18:38:54','',0,'http://uskyokushin.com/wordpress2/?page_id=176',0,'page','',0),(182,1,'2017-06-29 13:48:14','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2017-06-29 13:48:14','0000-00-00 00:00:00','',0,'http://uskyokushin.com/wordpress2/?p=182',1,'nav_menu_item','',0),(183,1,'2017-06-29 13:50:04','2017-06-29 17:50:04','','Home','','publish','closed','closed','','home','','','2017-06-29 13:51:04','2017-06-29 17:51:04','',0,'http://uskyokushin.com/wordpress2/?p=183',1,'nav_menu_item','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (153,3,0),(154,3,0),(155,3,0),(156,3,0),(157,3,0),(158,3,0),(159,3,0),(160,3,0),(161,3,0),(162,3,0),(163,3,0),(183,3,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_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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),(3,3,'nav_menu','',0,12),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'category','',0,0); /*!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=InnoDB 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_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_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=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'Uncategorized','uncategorized',0),(3,'Top Menu','top-menu',0),(8,'USA-IFKK','usa-ifkk',0),(9,'Kyokushin','kyokushin',0),(10,'Events','events',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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'nickname','ifksensei'),(2,1,'first_name','Bill'),(3,1,'last_name','Richards'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"27512d4f116415b167dbcc2055c4003255fcdfbdc57d39a255b1c746e00be561\";a:4:{s:10:\"expiration\";i:1501697235;s:2:\"ip\";s:13:\"128.84.126.10\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 OPR/46.0.2597.46\";s:5:\"login\";i:1500487635;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','126'),(18,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\";}'),(19,1,'metaboxhidden_nav-menus','a:9:{i:0;s:18:\"add-post-type-post\";i:1;s:22:\"add-post-type-services\";i:2;s:23:\"add-post-type-employees\";i:3;s:26:\"add-post-type-testimonials\";i:4;s:21:\"add-post-type-clients\";i:5;s:22:\"add-post-type-projects\";i:6;s:12:\"add-category\";i:7;s:12:\"add-post_tag\";i:8;s:15:\"add-post_format\";}'),(20,1,'nav_menu_recently_edited','3'),(21,1,'wp_user-settings','post_dfw=off&libraryContent=upload&editor=html&hidetb=1&siteorigin_panels_setting_tab=general'),(22,1,'wp_user-settings-time','1498759099'),(23,1,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:45:\"postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(24,1,'screen_layout_page','1'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:9:{i:0;s:16:\"so-panels-panels\";i:1;s:13:\"pageparentdiv\";i:2;s:12:\"postimagediv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:12:\"revisionsdiv\";i:8;s:11:\"commentsdiv\";}'),(27,1,'closedpostboxes_nav-menus','a:0:{}'),(28,1,'closedpostboxes_nav-menus','a:0:{}'),(29,1,'so_panels_directory_enabled','1'),(30,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"128.84.125.0\";}'),(31,1,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(32,1,'metaboxhidden_dashboard','a:0:{}'),(33,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:6:\"author\";i:1;s:8:\"comments\";i:2;s:4:\"date\";}'),(34,1,'edit_page_per_page','20'); /*!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_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'ifksensei','$P$Ba8gmS8Ii7EDZN7AtBvdmqSm3AwIE1/','ifksensei','wtr6@cornell.edu','http://USKYOKUSHIN.COM','2017-04-24 15:21:09','',0,'Bill'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02bca42_1' -- /*!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 2018-10-11 7:34:24