0byt3m1n1
Path:
/
data
/
9
/
2
/
126
/
144
/
2126796
/
meta
/
2333889
/
mysql.backup
/
[
Home
]
File: ncs_db.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: ncs_db -- ------------------------------------------------------ -- Server version 5.6.34-79.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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_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_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=751 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.networkcablingsystems.com/new','yes'),(2,'home','http://www.networkcablingsystems.com/new','yes'),(3,'blogname','Network Cabling Systems','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','nobody@example.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:87:{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: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: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:38:\"index.php?&page_id=4&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:29:\"gravityforms/gravityforms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','network-cabling-systems','yes'),(41,'stylesheet','network-cabling-systems','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','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','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:2:{i:1;a:0:{}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','5','yes'),(84,'page_on_front','4','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','88','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:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:15:\"SEARCH THE BLOG\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:3:{i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:4;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default-sidebar\";a:4:{i:0;s:8:\"search-2\";i:1;s:10:\"archives-4\";i:2;s:31:\"carbon_fields_richtext_widget-3\";i:3;s:12:\"categories-2\";}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_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'cron','a:5:{i:1501543987;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:1501572716;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1501589135;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:1501591128;a:1:{s:17:\"gravityforms_cron\";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'),(110,'theme_mods_twentyseventeen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497958389;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(111,'current_theme','Network Cabling Systems','yes'),(112,'theme_mods_network-cabling-systems','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:14:\"utilities-menu\";i:2;s:9:\"main-menu\";i:3;s:9:\"mega-menu\";i:4;s:11:\"footer-menu\";i:5;}}','yes'),(113,'theme_switched','','yes'),(119,'nonce_key','imWxEV,cSSm+K8*(up34]`&^-ymM#idZ.ZRnJZ1zVk,vR8WjC7;7?4.C%nXJaYm7','no'),(120,'nonce_salt','<VF#yJR7n)7[,43QY/yPN=w0r;-=tt[`/uXnDO8Rt`FcLU!C6RjRD<)~>W7B&rj5','no'),(121,'auth_key','7VSkS#lkjI/`$K61HM:2{#a;t9L {&/7T<0b^ (K(XySS>[+w(j@gWtJc=3afE8k','no'),(122,'auth_salt','OPFt`dDsq]8k!n4a,.HcYpFPn/f#%)`sV6yY`eht;oFAcb2IgUR5:JM`=fV<F?,o','no'),(123,'logged_in_key','O/.l1pStER8*d<2+^amU^lnFDW#x@Hzdh@-E@2aml|=+hbtk/3uYz]^Z&GQ#u!*b','no'),(124,'logged_in_salt','OZ_[@yM6ZP[4%9[g#LS6PUc+=]tziiVgCK}))1+tjz&|);9= U5d^+XKwQVDaXkf','no'),(128,'can_compress_scripts','1','no'),(178,'recently_activated','a:0:{}','yes'),(201,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(436,'category_children','a:0:{}','yes'),(437,'widget_carbon_fields_rich text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(438,'widget_carbon_fields_test','a:2:{i:2;a:2:{s:6:\"_title\";s:0:\"\";s:8:\"_content\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(439,'widget_carbon_fields_richtext_widget','a:3:{i:2;a:2:{s:6:\"_title\";s:6:\"Topics\";s:8:\"_content\";s:333:\"<ul>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/education/\">Education</a></li>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/leadership/\">Leadership</a></li>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/membership/\">Membership</a></li>\r\n</ul>\";}i:3;a:2:{s:6:\"_title\";s:6:\"Topics\";s:8:\"_content\";s:333:\"<ul>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/education/\">Education</a></li>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/leadership/\">Leadership</a></li>\r\n <li><a href=\"http://mmilushev.int/daniel_trimpey/ppg/wordpress/category/membership/\">Membership</a></li>\r\n</ul>\";}s:12:\"_multiwidget\";i:1;}','yes'),(440,'widget_carbon_fields_richtext_widg','a:2:{i:2;a:2:{s:6:\"_title\";s:5:\"dsads\";s:8:\"_content\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(467,'mtphr_post_duplicator_settings','','yes'),(476,'WPLANG','','yes'),(503,'_crb_services_title','FEATURED SERVICES','no'),(504,'_crb_services|||0|value','_','no'),(505,'_crb_services|||1|value','_','no'),(506,'_crb_services|||2|value','_','no'),(507,'_crb_services|img|0|0|value','111','no'),(508,'_crb_services|title|0|0|value','Design','no'),(509,'_crb_services|url|0|0|value','http://www.networkcablingsystems.com/new/design/','no'),(510,'_crb_services|img|1|0|value','117','no'),(511,'_crb_services|title|1|0|value','Installations','no'),(512,'_crb_services|url|1|0|value','http://www.networkcablingsystems.com/new/installation/','no'),(513,'_crb_services|img|2|0|value','118','no'),(514,'_crb_services|title|2|0|value','Service & Support','no'),(515,'_crb_services|url|2|0|value','http://www.networkcablingsystems.com/new/service-support/','no'),(516,'_crb_footer_socials|||0|value','_','no'),(517,'_crb_footer_socials|||1|value','_','no'),(518,'_crb_footer_socials|||2|value','_','no'),(519,'_crb_footer_socials|||3|value','_','no'),(520,'_crb_footer_socials|image|0|0|value','90','no'),(521,'_crb_footer_socials|title|0|0|value','Facebook','no'),(522,'_crb_footer_socials|url|0|0|value','http://facebook.com','no'),(523,'_crb_footer_socials|image|1|0|value','91','no'),(524,'_crb_footer_socials|title|1|0|value','Linkedin','no'),(525,'_crb_footer_socials|url|1|0|value','http://linkedin.com','no'),(526,'_crb_footer_socials|image|2|0|value','92','no'),(527,'_crb_footer_socials|title|2|0|value','Youtube','no'),(528,'_crb_footer_socials|url|2|0|value','http://youtube.com','no'),(529,'_crb_footer_socials|image|3|0|value','93','no'),(530,'_crb_footer_socials|title|3|0|value','Email','no'),(531,'_crb_footer_socials|url|3|0|value','info@networkcablingsystems.com','no'),(532,'_crb_copyright','©2017 Network Cabling Systems. All Rights Reserved\r\nPhone: <a href=\"tel:444-444-4444\">444-444-4444</a> Email: <a href=\"mailto:info@networkcablingsystems.com\">info@networkcablingsystems.com</a>','no'),(533,'_crb_footer_bottom_img','100','no'),(534,'_crb_footer_bottom_img_url','#','no'),(535,'_crb_page_default_image','125','no'),(536,'_crb_google_maps_api_key','','no'),(537,'_crb_header_script','','no'),(538,'_crb_footer_script','','no'),(541,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(542,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(543,'gform_enable_background_updates','','yes'),(544,'gf_db_version','2.2.3','yes'),(545,'gform_pending_installation','','yes'),(546,'rg_form_version','2.2.3','yes'),(559,'rg_gforms_key','9274dcb009b0b69bbfad3177490b122d','yes'),(560,'rg_gforms_enable_akismet','1','yes'),(561,'rg_gforms_currency','','yes'),(562,'gform_enable_toolbar_menu','1','yes'),(587,'gf_is_upgrading','0','yes'),(588,'gf_previous_db_version','2.2','yes'),(589,'rg_gforms_message','<!--GFM-->','yes'),(594,'gform_email_count','1','yes'),(613,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.8\";s:7:\"version\";s:3:\"4.8\";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:12:\"last_checked\";i:1501532374;s:15:\"version_checked\";s:3:\"4.8\";s:12:\"translations\";a:0:{}}','no'),(615,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1501532391;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(620,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1501532392;s:7:\"checked\";a:1:{s:23:\"network-cabling-systems\";s:0:\"\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(621,'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda','1499322665','no'),(622,'_site_transient_browser_5d9a37c6a96acca914609d0251644dda','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'),(633,'_site_transient_timeout_community-events-8795cdb2828dd4961d6c39fcc772b6dc','1498761075','no'),(634,'_site_transient_community-events-8795cdb2828dd4961d6c39fcc772b6dc','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"212.36.31.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Varna\";s:3:\"url\";s:31:\"https://2017.varna.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-02 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Varna, Bulgaria\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:43.209057399999999;s:9:\"longitude\";d:27.9236012;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Sofia\";s:3:\"url\";s:31:\"https://2017.sofia.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-11-11 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Sofia\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.627761999999997;s:9:\"longitude\";d:23.374717100000002;}}}}','no'),(666,'_site_transient_timeout_browser_906c2796d434e72d9df9ca1b52b622cc','1499331760','no'),(667,'_site_transient_browser_906c2796d434e72d9df9ca1b52b622cc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";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'),(676,'_site_transient_timeout_browser_dada15a33d9d3623da46fe611f9fbdd6','1499347158','no'),(677,'_site_transient_browser_dada15a33d9d3623da46fe611f9fbdd6','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.109\";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'),(684,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1498753175','no'),(685,'_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:4343;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2482;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2352;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2162;}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:1584;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1562;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1428;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1343;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1328;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1322;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1269;}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:1110;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1050;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1040;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:989;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:930;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:816;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:794;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:789;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:765;}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:667;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:658;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:657;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:648;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:645;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:635;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:632;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:611;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:594;}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:582;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:580;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:569;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:569;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:556;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:551;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:537;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:531;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:530;}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:506;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:499;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:492;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:490;}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:467;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:466;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:465;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:463;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:441;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:437;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:435;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:434;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:433;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:421;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:417;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:398;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:397;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:396;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:394;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:378;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:376;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:368;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:367;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:350;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:340;}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:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:331;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:330;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:324;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:323;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:322;}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:320;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";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:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:306;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:298;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:297;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";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:289;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:289;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:288;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:277;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:275;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:275;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:273;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:270;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:265;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:264;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:263;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:263;}}','no'),(686,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"030f315.netsolhost.com\";s:8:\"username\";s:14:\"FTP_Access_NCS\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),(695,'_transient_timeout_plugin_slugs','1499458346','no'),(696,'_transient_plugin_slugs','a:1:{i:0;s:29:\"gravityforms/gravityforms.php\";}','no'),(711,'_site_transient_timeout_browser_cdf57348dffaa17c6bc7f1847b040f34','1499976736','no'),(712,'_site_transient_browser_cdf57348dffaa17c6bc7f1847b040f34','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";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'),(713,'_transient_timeout_GFCache_5b00ba038eddc59bd88ca27d8f6dcd31','1499371977','no'),(714,'_transient_GFCache_5b00ba038eddc59bd88ca27d8f6dcd31','a:0:{}','no'),(715,'_transient_timeout_GFCache_104c8000aacc5c7fe492798021da6165','1499371977','no'),(716,'_transient_GFCache_104c8000aacc5c7fe492798021da6165','a:0:{}','no'),(717,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1499415143','no'),(718,'_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:\"Mon, 03 Jul 2017 15:33:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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-41013\";s:7:\"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:33:\"The Month in WordPress: June 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2017 11:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";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 starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></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:\"4865\";s: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: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:43004:\"<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/bradyvercher\">Brady Vercher</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/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">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/danielbachhuber\">Daniel Bachhuber </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/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/johnregan3\">John Regan</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/laurelfulford\">Laurel Fulford</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/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/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">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/celloexpressions\">Nick Halsey </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/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/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/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/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: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: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: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: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: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: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: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: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: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: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:7;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:8;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: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: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:\"\";}}}}}}}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, 06 Jul 2017 20:12:23 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:\"Mon, 03 Jul 2017 15:33:45 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:\"20170629061408\";}','no'),(719,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1499415143','no'),(720,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1499371943','no'),(721,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1499415144','no'),(722,'_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:81:\"WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\";s: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:4161:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/wordcamp-asia-meeting-group.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\">Sakin Shrestha</a>\n<p>Yesterday Sakin Shrestha <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\" target=\"_blank\">announced</a> that WordCamp Asia is now in the preliminary planning stages. Shrestha is a key reviewer on the Theme Review Team, translates WordPress to Nepali, and organizes meetups and WordCamps in Nepal. He and other members of the WordPress community in Asia, including representatives from India, Japan, Indonesia, Thailand, Sri Lanka, Singapore, and Nepal, had the opportunity to meet at WordCamp Europe.</p>\n<p>“We have been talking about WordCamp Asia informally when some of us attended WordCamp US for the first time,” Shrestha said. “That’s was in 2015, where I met Naoko Takano. She is the one with the main idea as the Japanese WordPress community was already doing well. Then we started meeting more people from Asia at WordCamp Europe 2016 and had an informal meeting there.”</p>\n<p>After this meeting, Rahul Bansal created a Facebook group for <a href=\"https://www.facebook.com/groups/wpasia/\" target=\"_blank\">WordPress Community Organizers in Asia</a> to support each other in a more coordinated effort. The first formal meeting happened at WordCamp Europe 2017 where the team decided that trying for WordCamp Asia in 2018 would be too soon. Instead, they are planning to host a WordSesh Asia event in 2018 to work on their coordination and teamwork. The team is working towards hosting WordCamp Asia in 2019.</p>\n<h3>Organizers Consider Bangkok as a Possible Location for WordCamp Asia in 2019</h3>\n<p>Shrestha’s <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\" target=\"_blank\">post</a> identifies several challenges that are unique to hosting a large scale WordCamp in Asia, including the need for visas even for travel within Asia, political instability, and numerous currencies and languages in use.</p>\n<p>“WordCamp Asia is really important for the WordPress community in Asia,” Shrestha said. “I am fortunate enough to attend WCUS and WCEU, which are some of the biggest WordCamps where we get to meet lot of WordPressers, share and exchange ideas, contribute to WordPress, start a new business, and think outside of the box. But for most of Asians, it’s really difficult to go that far and also it’s expensive to attain those. So, we are limited to WordCamps in our own country and neighboring ones. That is why we are thinking about WordCamp Asia in Bangkok, which will be really inclusive as it’s in the center part of Asia and it’s cheaper to go there and less time consuming for all.”</p>\n<p>Shrestha also feels strongly about providing travel assistance for those with financial hardships, as the most expensive aspect of attending a WordCamp is usually the travel and accommodation.</p>\n<p>“WordCamps are not just for the rich,” Shrestha said. “The primary motive of WordCamps is to grow the local community. So, WordCamp Asia’s mission will be to influence the community of WordPress Asia and help it to grow. That is why, instead of planning for a grand and pompous event, we need to make sure it is affordable and reachable to people of all financial backgrounds.”</p>\n<p>Shrestha said he has seen major changes in working with the WordPress community in Nepal from 2012 – 2017, which he attributes to having a stronger local presence with the WordCamp. India has also benefited from hosting WordCamps and has approximately nine happening in various cities. They are working towards hosting a WordCamp India in the future. There are also emerging communities in Singapore, Thailand, Indonesia, Sri Lanka, Cambodia, and Vietnam.</p>\n<p>“It’s time for pursuing WordCamp Asia,” Shrestha said. “We really have good talents here in Asia but we lack exposure. WordCamp Asia can create buzz and make more people aware, inspire, and provide opportunity.”</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, 06 Jul 2017 18:10: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: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:63:\"WPTavern: Jesse Petersen, Founder of Genesis The.me Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jesse-petersen-founder-of-genesis-the-me-passes-away\";s: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:8085:\"<img />Petersen Family\n<p><a href=\"https://twitter.com/jpetersen\">Jesse Petersen</a>, founder of <a href=\"https://www.genesisthe.me/\">Genesis The.me</a> and <a href=\"https://www.petersenmediagroup.com/\">Petersen Media Group</a>, has <a href=\"https://www.newlungsfor.me/2017/jesse-petersen-has-passed-away/\">passed away</a> at the age of 38. Petersen had been battling <a href=\"http://www.cffatboy.com/what-is-cystic-fibrosis/\">Cystic Fibrosis</a> for the past several years and suffered a massive lung bleed earlier today. He passed out before paramedics could reach him and could not be revived at the emergency room.</p>\n<p>Petersen was on a double-lung transplant list with a <a href=\"https://en.wikipedia.org/wiki/Lung_allocation_score\">lung allocation score</a> of 38.859. The LAS is a score used to prioritize waiting list candidates based on a combination of wait list urgency and post-transplant survival. Last month, Petersen received the phone call he had been waiting for.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I got the call! Getting ready to leave to go to the hospital for testing and waiting.<a href=\"https://twitter.com/hashtag/NewLungsForJesse?src=hash\">#NewLungsForJesse</a> <a href=\"https://t.co/hCCJik05MY\">pic.twitter.com/hCCJik05MY</a></p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/873074034065391619\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>Unfortunately, the lungs were determined not to be in a suitable condition for transplant.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No go. He didn\'t like the look of the lungs. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f629.png\" alt=\"?\" class=\"wp-smiley\" /> No new lungs for Jesse today. Maybe tonight the phone will ring again.</p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/873302087668576256\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>He <a href=\"https://www.newlungsfor.me/2017/how-i-felt-on-dry-run-day-and-after/\">shared his experience</a> in a raw, emotional post that describes the highs and lows he felt that day. “While the day was an emotional roller coaster, with the highs being WAY up there, the lows were surprisingly mild,” Petersen said. “They just weren’t the right lungs, and this protected me from years of issues, so it’s all good. The call for the perfect lungs for me will come in God’s timing. I am content to wait.”</p>\n<p>On July 2nd, a patient with a higher LAS score than Petersen’s was taken into surgery to receive a double-lung transplant. This made Petersen the highest priority pending a match was found but a match wasn’t found in time.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">She was taken into surgery at noon, Tampa time. Surgery is 6-12 hours. I\'m very happy for her because her need was more than twice mine.</p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/881549935405129728\">July 2, 2017</a></p></blockquote>\n<p></p>\n<p>I did not have the opportunity to meet him in person. From those who knew him personally, Petersen was a great husband, father, and a caring individual who despite his medical situation, would help out the best way he could. There are two stories that highlight the kind of person he was. The first is <a href=\"https://twitter.com/jpetersen/status/881974173085691904\">a Twitter thread</a> he published two days ago.</p>\n<blockquote><p>When you meet a 5 year-old who needs a heart and double-lung transplant but has been turned down everywhere, your situation doesn’t seem so bad. That family doesn’t care about politics, social class, keeping up with the Joneses, or whether their clothes match. They are enjoying life.</p>\n<p>Because when it comes down to it, all we really need is to know our worth and love everyone else because they have equal worth. That doesn’t mean you have to agree with everyone, but you don’t have to seek out opposition or turmoil. Random acts of kindness rock.</p>\n<p>Can you look over your life and say you’d be leaving those connected to you better off having known you? If not, start today.</p></blockquote>\n<p>The second is <a href=\"https://www.facebook.com/jesse.dubyah/posts/238778876639367\">from his Facebook account</a> about an encounter he had with a mother pushing her small boy in a wheelchair with a surgical mask on.</p>\n<blockquote><p>I finally got out of the house to go do a God & Country service followed by fireworks. While waiting to go outside, a mom I’d seen pushing a small boy in a wheelchair with a surgical mask and oxygen on him came over to me.</p>\n<p>‘I just wanted to say how cool I think your double tank cart is. I’m going to call my supplier tomorrow to get one for our wheelchair.’</p>\n<p>We started talking (most unlike me) and she said her son needed a heart and a double lung transplant… but they’ve been turned down everywhere, starting with the very forgiving Pittsburgh center.</p>\n<p>‘I’m so sorry.’</p>\n<p>[nodded her head with a pained look] ‘We’re just making the most of our time now.’</p>\n<p>My heart broke. I’ve already lived 7 of his lifetimes. I’ve played sports, graduated from college, stood on the equator, married my best friend, and have two healthy boys.</p>\n<p>So kick me the next time I complain about my wait, OK?</p></blockquote>\n<p>Members of the WordPress community are using social media to share memories, grieve, and pass along condolences to his family.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I first met <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> at <a href=\"https://twitter.com/hashtag/wcorl?src=hash\">#wcorl</a> and was honored to have him at <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> 2015. Hope it’s ok to share his “speaker card” from <a href=\"https://twitter.com/wordcampmiami\">@wordcampmiami</a>. <a href=\"https://t.co/R7czM5AV1h\">pic.twitter.com/R7czM5AV1h</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/882711570899492864\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RIP <a href=\"https://twitter.com/jpetersen\">@jpetersen</a>, you were a great friend, and co-host. Gonna miss the great convos we had.</p>\n<p>— The WP Crowd (@thewpcrowd) <a href=\"https://twitter.com/thewpcrowd/status/882708241532059648\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Met <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> on multiple occasions. Family man and proud dad. Always respected the hell outta that. See you on the flip side, buddy.</p>\n<p>— Jared Atchison (@jaredatch) <a href=\"https://twitter.com/jaredatch/status/882714968990371840\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Terrible news, <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> will be missed. CF takes too many, too soon. Rest in peace, buddy.</p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/882711331929022470\">July 5, 2017</a></p></blockquote>\n<p></p>\n<p>Petersen’s family has created a <a href=\"https://www.newlungsfor.me/2017/jesse-petersen-has-passed-away/\">crowd-funding campaign</a> to help offset funeral and medical expenses. Since its creation, the community has donated more than $12K of $20K. If you are able, please consider donating as Petersen was the sole provider of income for his family.</p>\n<p>My deepest condolences go out to his friends and family. Petersen is survived by his wife and two sons.</p>\n<p><strong>Related Reading</strong>:</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/2017/07/05/the-loss-of-one-of-our-own/\">The Loss of One of Our Own</a></p></blockquote>\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, 06 Jul 2017 02:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:67:\"WPTavern: WPWeekly Episode 280 – Behind the Scenes of Tuniversity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72768&preview=true&preview_id=72768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-280-behind-the-scenes-of-tuniversity\";s: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:2595:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"http://kikodoran.com/\">Kiko Doran</a> and <a href=\"http://www.travistotz.com/\">Travis Totz</a>, Senior Web Strategist at Modern Tribe. Doran helped create <a href=\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewBook?id=1235850828&mt=11&ls=1\">Tuniversity</a>, a revolutionary new way of learning music through a highly interactive iBook.</p>\n<p>The project was so large, Doran <a href=\"http://tri.be/case-study/tuniversity/\">outsourced</a> some of the work to <a href=\"http://tri.be\">Modern Tribe</a>, a web design and development firm. During the show, we learn the benefits of working with an agency you trust. Doran also explained what it was like to be a client as he’s normally fulfilling the agency role.</p>\n<p>Two major takeaways from the Tuniversity project include:</p>\n<ol>\n<li>Work on things you’re passionate about with people who share the same passion.</li>\n<li>Approach problems with a positive mindset.</li>\n</ol>\n<p>Near the end of the show, we discussed the news that WangGuard is <a href=\"https://wordpress.org/support/topic/why-wangguard-was-closed/\">officially closed</a>.</p>\n<h2>Picks of the Week:</h2>\n<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><a href=\"https://www.youtube.com/playlist?list=PLzBixSjmbc8eFl6UX5_wWGP8i0mAs-cvY\">Dr. Russell A. Barkley (30 essential ideas everyone should know about ADHD)</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 12th 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 #280:</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, 05 Jul 2017 23:58:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:105:\"WPTavern: Nadia Eghbal and Mikeal Rogers Join a16z Podcast to Discuss the Changing Culture of Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/nadia-eghbal-and-mikeal-rogers-join-a16z-podcast-to-discuss-the-changing-culture-of-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6242:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Nadia Eghbal and Mikeal Rogers recently joined Sonal Chokshi for <a href=\"https://a16z.com/2017/04/08/culture-open-source-community/\" target=\"_blank\">an episode of the a16z Podcast</a> to discuss the changing culture of open source. Eghbal works in community programs at GitHub to better support people doing open source work. Rogers is the community manager at the Node.js Foundation. The episode focuses on the human aspect of the world of open source software and what inspires people to work together to give software away for free.</p>\n<p>Through Eghbal’s research on sustaining open source communities, she found, as Rogers succinctly summarized on the show: “There’s no connection between the number of users and the number of people maintaining a project.” The <a href=\"http://heartbleed.com/\" target=\"_blank\">Heartbleed Bug</a>, which arrested public attention when it was disclosed in 2014, is perhaps one of the most critical examples of an open source project with a global user base and a grossly disproportionate number of maintainers.</p>\n<p>As part of her research at GitHub, Eghbal is working on creating a vocabulary to explain things that are happening with open source projects. One example is the distinction between “popular” versus “healthy” when describing projects in terms of the communities behind them, governance, quality of maintainership, and other factors that influence a project’s condition.</p>\n<p>“Because the dialogue tends to be set by popular projects, and those developers and their problems tend to dominate the story about this, you have these words and vocabulary like ‘drive-by-contributions,\'” Rogers said. This often implies that maintainers are too busy to look at the code. Rogers advocated for changing this perception of “drive-by-contributors” to view them as casual contributors, people who show up and have value to add. If maintainers can seize these contributions as an opportunity, they will have a better chance of leveling up contributors to be a more active part of their organization.</p>\n<p>The group also discussed how technology has caused a cultural shift among open source communities from the old world versus the new world of open source.</p>\n<p>“In older open source, part of the barrier to entry that people went through before they were ever identifiable to any contributor was an acclimation to the culture and an acclimation to the tool chain and all this stuff,” Rogers said. “One of the things that GitHub has done is completely remove all of that cultural acclimation. There is one tool chain that you use to contribute to any project and when you show up you don’t have all of this cultural knowledge. You haven’t bought into any of these ideals about open source necessarily. You’re just there to contribute. We actually need to work with that.”</p>\n<p>In the past, contributors informally acclimated to the culture through the onboarding process, and most software projects were more self-contained.</p>\n<p>“Where that becomes awkward today is that so many different pieces of software depend on other open source projects, which wasn’t actually true 10 or 20 year ago,” Eghbal said. With so many projects fitting into others as dependencies, it becomes more difficult to actually remove a project from the public domain. Open source licensing ensures that these projects have a life of their own. This has democratized entrepreneurship, making it easy for people to piece together technology to build applications and businesses. It also requires a higher level of skills for people working together across various open source projects and cultures.</p>\n<p>Eghbal and Rogers discussed the qualities of a healthy open source community, such as how welcoming the project is and how contributors speak to each other and resolve conflict. The ability to successfully resolve conflict can make the difference between a healthy growth of contributors or attrition on a project. Rogers mentioned a related conversation they had with Karl Fogel on their <a href=\"https://changelog.com/rfc\" target=\"_blank\">Request for Commits podcast</a> concerning conflict within projects.</p>\n<p>“When we were talking to Karl, he has this view that ‘As long as a it has an open source license, it doesn’t matter how dysfunctional the project is, because we as a community always have this ability to fork it,\'” Rogers said. “I didn’t agree with him on this, because the practical reality of forking a project is such a huge overhaul and you don’t necessarily have the right people to do it in your particular time. What you actually want are the healthy communities with healthy practices, what you want is to keep them going.”</p>\n<p>Another open source predicament they discussed, which is fairly common in the WordPress ecosystem, is when a company releases a project as open source or “gifts it to the community.” Eghbal likened this to “sending your dog away to a farm upstate.”</p>\n<p>“We’re really excited to announce this is now open source, meaning we don’t want to take care of it anymore,” she said. “‘We’ll give it to the community,’ (except they haven’t actually identified anyone in the community who wants to take care of it.)” This type of situation shows how “giving back to the community” isn’t always what it appears to be for those who end up using these projects that have been released into the wild.</p>\n<p>The group also discussed how the incentives for people to contribute to open source have changed over the years and why “the GitHub generation” has more readily adopted the MIT license. Check out the full podcast episode below:</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:\"Wed, 05 Jul 2017 19:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"HeroPress: How I tried, applied, got involved. Realizing one of my childhood dreams.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/?utm_source=rss&utm_medium=rss&utm_campaign=tried-applied-got-involved-realizing-one-childhood-dreams\";s: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:15787:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/07/070517-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It was so scary admitting my ignorance, exposing it in a remote environment where I couldn\'t see my teammates reactions live.\" /><p>When you’re born in an island, you usually grow up thinking about all the marvelous things awaiting for you on the other side of the sea. I was born in Sardinia, an island in the middle of the Mediterranean Sea, and as a child I dreamt about becoming an air hostess.</p>\n<p>I wanted to travel the world and speak tons of foreign languages, to be able to communicate with local people everywhere I’d go.</p>\n<p>But people kept telling me that I wasn’t going to become tall enough for that job (genetics don’t lie!), and I eventually listened to them. I ended up choosing a different path in life, following the Italian mantra: “You have to study something that will guarantee a stable and secure job for life”.</p>\n<p>Even if I wasn’t that much convinced about the perspective of having the same job for all my life, as my parents did, at the same time I didn’t want to get stuck in the island forever: the unemployment rate in Sardinia is unfortunately really high and I didn’t want to risk to be part of that percentage.</p>\n<h3>Crossing the borders of the island</h3>\n<p>So I chose the Faculty of Economics and did my best to cross the borders of my island as soon as I had the chance: this happened when I was 22 and I moved to Siena, Tuscany, to finish my studies. That is also the time when I opened my first personal blog on an Italian platform named Tiscali, which I later migrated to WordPress.com.</p>\n<p><strong>I’ve always loved writing</strong>, and since I was a little girl I used to spend hours in my room writing stories and poems. I was doing the same with the blog but with the advantage of reaching a much larger public, virtually meeting many people and getting inspired by their stories.</p>\n<p>After 2 years in Tuscany I moved to Strasbourg, France. There I learnt French and did several little jobs, but I found my first important one in Milan, the big city shining with job opportunities for everyone —as Italians love to say.</p>\n<p>There I was, fulfilling the dream of many young people of my age (and their families): I was 25, with an average-paid 40 hours/week office job in the marketing department of a big international company, and I was surrounded by ambitious colleagues and a boss constantly asking for extra —and free— working hours per day.</p>\n<blockquote><p>I was feeling like a parrot inside a golden cage.</p></blockquote>\n<p>It seemed to me I wasn’t going anywhere. I also gave up blogging because I wasn’t feeling inspired enough to write. People constantly repeated to me that I was super lucky to have a permanent contract and work in a marketing department; in their eyes I was all set for life, so —using some strange equation — I also had to be happy!</p>\n<p>Of course I was luckier than many of my peers, but I kept asking myself if I really wanted to do that life forever.<br />\nDid I really want to keep on working 10 hours per day under the neon lights of an office, annihilate my dreams and live waiting for the free time of the weekend?</p>\n<p>The most vivid memory I have of that period is the overwhelming feeling clenching my throat on Sunday afternoons, when I started to dread the moment of coming back to the office the day after.</p>\n<h3>Facing new challenges</h3>\n<p>So I left and faced the change. At the beginning I gave myself the opportunity to test different office jobs. But the results were always the same: I kept feeling unsatisfied with my life, and I understood I had to respect my little girl’s dream and fly away from my golden cage.</p>\n<blockquote><p>I opted for emigration and moved alone to Barcelona, Spain, in 2012.</p></blockquote>\n<p>My first move was plunging myself into a few months of intense Spanish learning at the University, then I found a job in an international Assisted Reproduction Clinic.</p>\n<p>My job title was “Patient Coordinator” and I was assisting international patients coming to Barcelona for their treatments: I was their translator, interpreter and administrative consultant. Patients were from Italy, France, England, Morocco, Senegal…it was a Babylon of people with so many different backgrounds that I felt really inspired by some of their stories.<br />\nThis inspiration led me to start writing again: <strong>I dusted off my WordPress blog</strong> and filled it up with stories about my new life in Barcelona and some of the women I was meeting at the Clinic. I was feeling stronger and more independent than ever.</p>\n<p>The job at the Clinic lasted for 3 years. Even if it was really inspiring, it was also very stressful. Imagine being a 30-something woman speaking all day long about fertility problems with women struggling to have a baby.</p>\n<p>I realized I was getting too involved and decided to look around to see what I could do next.</p>\n<h3>How can I find a job like this?</h3>\n<p>It was summer 2015 and I was at my desk, in my little tiny apartment in front of Barcelona’s beach. I was writing in my blog and I got stuck in a technical problem. While I was searching through the WordPress.com documentation, I saw a pop-up in the bottom right corner of my screen: an Automattician wrote me to ask if I needed help. I gladly accepted her offer, we chatted for a few minutes, the problem was solved and I could go back to my writing. But I also left the chat with one question: <strong>how could that person on chat find a support job with WordPress</strong>?</p>\n<p>Curious as I am, I started looking for an answer and I stumbled upon the official WordPress job page: <a href=\"http://jobs.wordpress.net\">jobs.wordpress.net</a></p>\n<p>There I found a job offer that caught my attention: WP Media, a French startup, was looking for <strong>a polyglot and remote customer service teammate</strong> for one of their plugins, WP Rocket. I read their requirements: fluency in English, French and possibly another language, great experience with WordPress, some coding skills.</p>\n<p>That offer was calling me, I felt it.</p>\n<p><strong>I knew I didn’t have all the requirements</strong>, but hey, I could speak 4 languages, and I had a WordPress blog…right? Of course, I didn’t know anything about PHP, I had always been a WordPress.com user until that moment and I didn’t really know how to manage a self-hosted website or use a cache plugin…but I felt I was ready to learn all that. And moreover, what did I have to lose?</p>\n<h3>I wrote my most inspired cover letter and sent my CV.</h3>\n<p>With my total surprise, they answered me the day after and we set up an interview by Skype. My main strengths were the fluency in 4 languages and my previous experience in customer service, so I was really confident about those skills; yet I wanted to be totally honest with them: yes, I had been using WordPress for a long time, and yes, I was digital savvy enough, but I knew very little on the technical side. I had always worked on the front end of websites, writing, blogging, learning by myself; I didn’t know anything about the backend of WordPress sites.</p>\n<p>Even so, they had faith in me and in a few days I had the confirmation: I was in! <strong>During the first days I felt so happy about this new major turning point in my life</strong>: not only had I found a job thanks to my primordial passion, speaking foreign languages, but for the first time in my life I could do that job from home or anywhere else I liked, instead of being caged in a formal office!</p>\n<p>I got introduced to my remote teammates and I instantly felt welcomed.</p>\n<h3>Learning by doing</h3>\n<p>But, very soon, that initial enthusiasm started to struggle with another intense feeling: <strong>the fear of exposing my inexperience</strong>.</p>\n<p>There were too many things I didn’t know!</p>\n<p>Working in a WordPress backend was so new to me that I started studying like crazy and reading everything I could about WordPress for beginners. I went through some really intense months of learning by doing, supported by my teammates. Like a baby who start crawling and then taking little steps, I was initially answering the easiest tickets from our customers. At the same my teammates were sending me useful material to read, setting up video-calls for 1to1 training, encouraging me every time they could.</p>\n<p>After a few days I received the first happy comments by the customers I was helping in their mother tongue: until that moment the plugin’s support had been offered only in English and French, so it was the first time Spanish and Italian customers were being answered in their own language…and they appreciated that!</p>\n<p>Even so, I can’t deny it, I was scared.</p>\n<blockquote><p>It was so scary admitting my ignorance, exposing it in a remote environment where I couldn’t see my teammates reactions live.</p></blockquote>\n<p>My first instinct was imagining the worst scenarios where they were secretly hating me for interrupting their work on Slack with my doubts.</p>\n<p>But I had no other choice than to keep asking questions and learn from their answers. Not doing so would have been much worse: silencing my voice would have slowed down my learning process.</p>\n<h3>Why don’t you try to contribute to WordPress?</h3>\n<p>We were at WordCamp Paris 2016 when one of my teammates showed me how the WordPress community worked together and kept in contact through Slack.</p>\n<p>“You speak multiple languages, why don’t you try to contribute to the polyglots team?” —he asked.</p>\n<p>That thought never crossed my mind before, I knew very little about contributing to WordPress. I had been working for WP Media for 6 months and, while I was enjoying my new job a lot, I was just slowly starting to abandon that overwhelming feeling of insecurity I mentioned above.</p>\n<blockquote><p>I didn’t feel ready to dive into a new challenge and start also contributing to WordPress, I thought I didn’t have the ability to do that. I was wrong, obviously.</p></blockquote>\n<p>Curiosity won on me another time and I joined the two Slack channels <em>Making WordPress</em> (where all the WP global community meets) and <em>Italia WP Community</em>. I lurked the channels for a few months, until I went to WordCamp Milan and met some members of the Italian Polyglots team.</p>\n<p>It was love at first string: Laura, one of the <a href=\"https://make.wordpress.org/polyglots/teams/?locale=it_IT\">General Translation Editors</a> (GTE) for Italy, taught me how to start contributing and translating following the polyglots guidelines. She also told me about the big effort the Italian community has been doing to work together, consistently, to boost WordPress related events in Italy and to grow up.</p>\n<p>I wanted to be an active part of it and I started contributing.</p>\n<p><strong>Now I’m a Project Translator Editor for the Italian polyglots team</strong> and I mentor new contributors: I love it!</p>\n<p>Since the beginning of my journey into the WordPress world I traveled a lot, and also attended WordCamps in <a href=\"https://2016.paris.wordcamp.org/\">Paris</a>, <a href=\"https://2016.europe.wordcamp.org/\">Vienna</a>, <a href=\"https://2016.milano.wordcamp.org/\">Milan</a>, <a href=\"https://2016.barcelona.wordcamp.org/\">Barcelona</a>, <a href=\"https://2017.torino.wordcamp.org/\">Torino</a> and <a href=\"https://2017.bilbao.wordcamp.org/\">Bilbao</a>.</p>\n<p>Following my teammates encouragement, <strong>I also started applying to WordCamps as a speaker</strong>, because I felt my story could be important for other people looking for new inspiration for their working and personal life. I gave my first talk in my adoptive city, Barcelona, in December 2016, then in Torino in April 2017 and I recently had the honor to tell my story also from the stage of WordCamp Europe 2017.</p>\n<p>In a short glimpse of time I engaged in many activities related to WordPress which allowed me to meet very interesting and inspiring people from all over the world.</p>\n<h3>I’m (not) lucky.</h3>\n<p>People keep telling me that I’m lucky, and it’s true, I really am. But if I’m here, now, sharing my story (and thanks Topher for inviting me to write it!) is not because I live under a lucky star: I just used my previous skills and passions and adapted them to a new career and life path.</p>\n<p>We all have some skills; and if we don’t know which they are exactly, we should take some time to make a list of the things we’re really good at. With that in mind, just try. Apply. Get involved. Don’t get stuck in the feeling of “I can’t do it because I don’t know enough”.</p>\n<p>That is what I did: without even realizing it, I started putting into reality the dream of the little girl who was born in an island and wanted to travel and speak different languages.</p>\n<p>WordPress made this possible: I’m part of a big community, and I am proud of it.</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: How I tried, applied, got involved. Realizing one of my childhood dreams.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20I%20tried%2C%20applied%2C%20got%20involved.%20Realizing%20one%20of%20my%20childhood%20dreams.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftried-applied-got-involved-realizing-one-childhood-dreams%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How I tried, applied, got involved. Realizing one of my childhood dreams.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftried-applied-got-involved-realizing-one-childhood-dreams%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%2Ftried-applied-got-involved-realizing-one-childhood-dreams%2F&title=How+I+tried%2C+applied%2C+got+involved.+Realizing+one+of+my+childhood+dreams.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How I tried, applied, got involved. Realizing one of my childhood dreams.\"></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/tried-applied-got-involved-realizing-one-childhood-dreams/&media=https://heropress.com/wp-content/uploads/2017/07/070517-min-150x150.jpg&description=How I tried, applied, got involved. Realizing one of my childhood dreams.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How I tried, applied, got involved. Realizing one of my childhood dreams.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/\" title=\"How I tried, applied, got involved. Realizing one of my childhood dreams.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/\">How I tried, applied, got involved. Realizing one of my childhood dreams.</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, 05 Jul 2017 12:00:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alice Orru\";s: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:102:\"WPTavern: WordCamp Europe 2017 Posts 24% No-Show Rate, Cites Early Ticket Sales and Expensive Location\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordcamp-europe-2017-posts-24-no-show-rate-cites-early-ticket-sales-and-expensive-location\";s: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:3872:\"<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>WordCamp Europe 2017 organizers have posted <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\" target=\"_blank\">attendance and budget data</a> compiled after the conclusion of the event. Despite being <a href=\"https://2017.europe.wordcamp.org/do-not-miss-the-biggest-wordcamp-in-europe/\" target=\"_blank\">promoted</a> as “the largest WordPress event to this day” with more than 3,000 expected attendees, WCEU 2017 fell short with 1,900 people on the ground. Attendees were 5% fewer than last year’s 2,000 in Vienna. Expectations ran high but organizers could not predict the 24% no-show rate once the event got started. This is more than double the 10% no-show rate for the previous four years.</p>\n<p>The camp’s organizers do not have a simple explanation for the high no-show rate, but cite several factors, including a few dozen participants being <a href=\"https://wptavern.com/wordcamp-europe-attendees-are-being-denied-visas-because-conference-ticket-price-is-too-low\" target=\"_blank\">denied visas</a>, higher local sales, an expensive location, and putting tickets on sale too early. Approximately 60% of attendees were from nearby countries, such as France, Great Britain, Germany, Belgium, and the Netherlands.</p>\n<p>Ticket sales for 2017 were open immediately at the conclusion of the 2016 event in Vienna. Organizers found that tickets sold in the first six months had a 34% no-show rate as compared to 20% for those sold in 2017. As the event has often sold out in the past, prospective attendees may have felt pressure to purchase a ticket in advance without confirming the ability to attend. </p>\n<p>Posting increasingly higher attendance numbers isn’t one of the goals of the WordCamp, but planning accurately for the number of people who will attend is crucial for resource and budget planning. When one in four attendees is a no-show, the plans for food, swag, venue accommodations, and other aspects of the event are askew.</p>\n<p>Organizers did not mention <a href=\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\" target=\"_blank\">Contributor Day</a> attendance in the wrap-up report, but this may have been one of the most successful aspects of the event. It was held prior to the main conference days, which may explain the event’s unusually high attendance numbers. Organizers hosted 473 attendees for the 500 available contributors slots. </p>\n<h3>WordCamp Europe 2017 Cost 300€ per Attendee, Sponsors Covered 80%</h3>\n<p>WordCamp Europe’s wrap-up report also includes a transparent breakdown of the event’s 700k€ budget. Catering costs for lunches, snacks and drinks, made up 50% of the budget. However, organizers were limited to the venue’s catering partners, which blurs the line between actual food versus venue costs. </p>\n<p>The team was unable to sell all of the sponsorship packages and was forced to reduce the budget by 149k€ along the way. WordCamp Central subsidized 10€/ticket and covered the final deficit of 28k€. The cost breakdown per attendee was 300€ with sponsors covering 80%, WordCamp Central 7%, and tickets sales 13%. These numbers show that the 40€ ticket price is a small fraction of the total costs required for an event of this size. </p>\n<p>Organizers said they felt it was important to share the data for educational purposes but also to “demonstrate to everyone who might have a doubt, that maintaining the ticket fee very low is meant to make our events accessible to all, but that the fee is not an indicator of the value of the conference.”</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, 03 Jul 2017 19:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"Dev Blog: The Month in WordPress: June 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:34:\"https://wordpress.org/news/?p=4865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/07/the-month-in-wordpress-june-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:9049:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li>A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li>The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li>It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li>The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li>After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li>If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</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:\"Mon, 03 Jul 2017 11:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:97:\"WPTavern: Gutenberg Contributors Explore Adding Drag-and-Drop and Multi-Column Support for 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=72638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/gutenberg-contributors-explore-adding-drag-and-drop-and-multi-column-support-for-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:6817:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/09/building-blocks.jpg?ssl=1\"><img /></a>photo credit: ruudgreven <a href=\"http://www.flickr.com/photos/40811229@N07/6180817922\">DSC_0012</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The new Gutenberg editor has an open ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/38#issuecomment-309998712\" target=\"_blank\">allowing users to sort blocks via drag and drop</a>. Blocks can currently be sorted with up and down arrows located to the left of the content but the beta only allows for single-column stacking.</p>\n<p>One of the goals for Gutenberg is to provide “a page building experience that makes it easy to create rich post layouts.” As far as layout building goes, the first planned versions of the new editor are very primitive as compared to Wix and Weebly’s drag and drop website builders where nearly every element on the page can be easily moved to a different position.</p>\n<p>Contributors have been discussing the intricacies of adding this feature to Gutenberg since February. James Nylen <a href=\"https://github.com/WordPress/gutenberg/issues/38#issuecomment-309984280\" target=\"_blank\">summarized some of the challenges</a> that make drag and drop more complicated to implement: </p>\n<blockquote><p>Dragging and dropping a block is not really a one-step operation. It is more like 3:</p>\n<ol>\n<li>Press and hold mouse button or screen</li>\n<li>Move to desired location</li>\n<li>Release</li>\n</ol>\n<p>Step 2 is incredibly difficult to get right, and requires a lot of complicated behaviors like duplicating an item (or at least its general shape and size), scroll handling, and determining the intended new location, especially at the beginning and end of the content. We have all used bad drag-and-drop experiences, and I would argue they are worse than not having it at all.</p>\n<p>That said, for two-dimensional movement with columns, I agree that arrows alone are probably not a good solution. Though mobile support for that is going to be very tricky no matter how it works.</p></blockquote>\n<p>Several commenters on the ticket agree that repeatedly clicking arrows to move blocks is cumbersome and will become untenable in the future when multi-column support is added. This would require up, down, right, and left arrows to rearrange content. Users have come to expect a drag-and-drop interface, because nearly every page builder application offers it.</p>\n<p>“We are thinking of drag and drop as a progressive enhancement for desktops,” Joen Asmussen said. “One that would be great to have, but we should build it after we have explicit button actions in place for doing the same, including splitting into columns in the future. This decision is based on a desire to ensure accessibility as well as mobile devices can play the same game.”</p>\n<p>Asmussen marked the ticket priority as low in May and removed it from the beta milestone. At this point, users are not likely to see drag and drop in the first release that ships with WordPress core. </p>\n<h3>Multi-Column Layouts Planned for Gutenberg V2</h3>\n<p>The discussion surrounding adding drag-and-drop to the editor naturally leads into <a href=\"https://github.com/WordPress/gutenberg/issues/219\" target=\"_blank\">adding multi-column support</a>. Limiting users to a single column is a one-dimensional approach to designing pages, but contributors don’t plan to leave Gutenberg without multi-column support for long. </p>\n<p>Geoarge Olaru, a designer at <a href=\"https://pixelgrade.com/\" target=\"_blank\">PixelGrade</a>, shared a <a href=\"https://invis.io/3FAS8VQE8#/222711568_Creating_Columns_-_0\" target=\"_blank\">prototype</a> for adding a simple two or three-grid column layout to Gutenberg. </p>\n<p>“Extending WordPress further from the default Blog Posts automatically implies the need of multi-column layouts for presentation pages,” Olaru said. “I would prefer to tackle this feature upfront, rather than letting every developer do it on his own (see the multitude of page builders plugins).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/multi-column-mockup.png?ssl=1\"><img /></a></p>\n<p>“For the V1 editor, I’m afraid columns like this is out of scope,” Asmussen <a href=\"https://github.com/WordPress/gutenberg/issues/219#issuecomment-285330922\" target=\"_blank\">said</a> in reply to a Olaru’s ticket with mockups and a prototype for multi-column support. “That’s not a ‘no’ — rather, we need some technical foundations to be solid first, before we commit to the really interesting stuff. But it might be a V1.1, or at the very least something for the customization folks later on in the year. Even before that, it would be good to keep this UI in mind, so that perhaps a plugin can add this even earlier.” </p>\n<p>Other commenters on the ticket feel more urgency about getting multi-column support into the first version of the editor. One of the concerns is that plugin developers will rush to add columns immediately based on demands from users, who will then have to migrate once core adds support.</p>\n<p>“Multi column layouts are a must-have,” Anthony Hortin commented on the ticket. “At the moment, Gutenberg isn’t solving any issue. You still end up with one long column of content. The whole reason page builders are so popular, and why hundreds of thousands of people are using them, is because they provide the ability to easily make multi-column layouts. Without this functionality, you’re not providing any reason to use Gutenberg over a page builder plugin.”</p>\n<p>One of the main challenges of adding multi-column support is figuring out what type of grid system to use and making sure that it scales from mobile to desktop. Weston Ruter joined the discussion to say that the foundational work for nested block support is being done now in version 1, but the UI for displaying them hasn’t been implemented yet.</p>\n<p>“I appreciate the excitement and urgency to wanting columns,” Asmussen said. “We feel the same urgency. It’s not about not wanting columns, it’s purely about managing resources at this point.”</p>\n<p>The good news is if you’ve been testing Gutenberg and wondering where some of these features are on the roadmap, they will be coming in later versions. While there may be disagreements about how much of a priority drag-and-drop and multi-column support should have for version 1, contributors agree that laying a solid technical foundation for these features is crucial for future extensibility.</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, 01 Jul 2017 19:06:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:116:\"WPTavern: Gutenberg 0.3.0 Adds Front-End Styles for Core Blocks, Notices Framework, and Text and Image Quick Inserts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/gutenberg-0-3-0-adds-front-end-styles-for-core-blocks-notices-framework-and-text-and-image-quick-inserts\";s: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:4557:\"<p>Gutenberg development is marching ahead with <a href=\"https://make.wordpress.org/core/2017/06/30/whats-new-in-gutenberg-june-30/\" target=\"_blank\">version 0.3.0</a> released today. New releases are shipping out on a weekly basis, so testers will get to discover another round of new additions after updating to the latest. The <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" target=\"_blank\">changelog</a> has a full list of the 50 additions and improvements included in this release, but here’s a quick visual tour of a few of the most interesting user-facing features added this week.</p>\n<p>Gutenberg developers have <a href=\"https://github.com/WordPress/gutenberg/pull/1418\" target=\"_blank\">added front-end styles for core blocks</a>, which means that content like cover images will now appear the same as they look in the admin in the editor. The demo content in the plugin has also been <a href=\"https://github.com/WordPress/gutenberg/pull/1493\" target=\"_blank\">updated to display a full-width cover image</a>. Below is an example of a standard width cover image on the front-end.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/cover-image-frontend.png?ssl=1\"><img /></a></p>\n<p>Version 0.3.0 also includes new <a href=\"https://github.com/WordPress/gutenberg/pull/1553\" target=\"_blank\">text and image quick inserts</a>, which appear when hovering over the blank space beneath the post content. This makes it faster to add the types of content that are used most frequently.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/text-and-image-quick-inserts.png?ssl=1\"><img /></a></p>\n<p>This release adds a <a href=\"https://github.com/WordPress/gutenberg/pull/1437\" target=\"_blank\">framework for notices</a>, which provides developers with reusable notices components, showing how to trigger notices and where they will show up. Gutenberg now displays <a href=\"https://github.com/WordPress/gutenberg/pull/1564\" target=\"_blank\">notices on post save, schedule, and update</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-notices.png?ssl=1\"><img /></a></p>\n<p>Version 0.3.0 adds a new <a href=\"https://github.com/WordPress/gutenberg/pull/1555\" target=\"_blank\">block descriptions component</a> to blocks with inspector controls. Several of the core blocks now display descriptions. These will be especially useful when plugin developers begin adding their own custom blocks, offering users a quick way to see the purpose of the block.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/block-description-e1498855903121.png?ssl=1\"><img /></a></p>\n<p>This release adds more placeholder text to various blocks, as “placeholders are key,” according to the newly added <a href=\"http://gutenberg-devdoc.surge.sh/?selectedKind=Gutenberg&selectedStory=Design&full=0&down=1&left=1&panelRight=1&downPanel=storybooks%2Fstorybook-addon-knobs\" target=\"_blank\">design blueprints and principles</a> included in Gutenberg’s documentation:</p>\n<blockquote><p>If your block can have a neutral placeholder state, it should. An image placeholder block shows a button to open the media library, a text placeholder block shows a writing prompt. By embracing placeholders we can predefine editable layouts, so all you have to do is fill out the blanks.</p></blockquote>\n<p>Version 0.3.0 also adds several enhancements that make it easier to edit and customize the image-oriented blocks with more options and settings: </p>\n<ul>\n<li>Added “edit image” button to image and cover image blocks</li>\n<li>Added option to visually crop images in galleries for nicer alignment</li>\n<li>Added option to disable dimming the background in cover images</li>\n<li>Added option to display date and to configure number of posts in LatestPosts block</li>\n<li>Added text formatting to CoverImage block</li>\n<li>Added toggle option for fixed background in CoverImage</li>\n<li>Added placeholder for all text blocks</li>\n<li>Added placeholder text for headings, quotes, etc</li>\n</ul>\n<p>Active installs for the <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">Gutenberg plugin</a> have nearly doubled since last week and are at more than 900 sites. This is roughly 1% of the goal Matt Mullenweg set for testing on 100,000 sites before replacing the edit screen. The plugin may also be advertised in the dashboard in a future release, possibly 4.8.1, which is slated for the end of July.</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, 30 Jun 2017 22:07:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Popular WordPress Plugins Slow to Add Meta Box Support for Calypso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=71527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/popular-wordpress-plugins-slow-to-add-meta-box-support-for-calypso\";s: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:3361:\"<p>During the State of the Word at WordCamp US 2016, Matt Mullenweg <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">announced</a> that Calypso was <a href=\"https://youtu.be/Nl6U7UotA-M?t=37m1s\">plugin aware</a>. Calypso is a REST API and React <a href=\"https://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\">powered application</a> for the desktop created by Automattic <a href=\"https://ma.tt/2015/11/dance-to-calypso/\">in 2015</a>.</p>\n<p>Developers with plugins active on 1M sites or more <a href=\"https://github.com/Automattic/wp-calypso/pull/10517\">received an email invitation</a> from Andy Peatling to begin building support for Calypso.</p>\n<p>“Calypso is now plugin-aware,” Mullenweg said. “This pull request was merged today, and as a way to bootstrap this, we’re opening up for what I just described for plugins to create Calypso interfaces for what they’re doing.</p>\n<p>“Basically saying, if you’re using Calypso on a site that has one of these plugins, let’s say WooCommerce, all of a sudden in the interface, there will be all the WooCommerce stuff. It’ll talk to the API, it will run on the desktop just like the rest of Calypso, and it will only be loaded if the plugin is active.”</p>\n<p>One of the major differences between <a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> and WP-Admin is that custom meta boxes added by plugins are not accessible in Calypso.</p>\n<p>Nearly seven months since the announcement, popular WordPress plugins have struggled to add meta box support, including those maintained by Automattic. <a href=\"https://wordpress.org/plugins/wordpress-seo/\">WordPress SEO</a>, active on more than 3M sites, is among the plugins that were selected to take part in the experiment.</p>\n<p>When asked about the progress of making WordPress SEO Calypso aware, Joost de Valk, founder of <a href=\"https://yoast.com/\">Yoast.com</a>, declined to comment.</p>\n<p>Automattic has seen little progress on the initiative, “No news to report at this time, but hope to have some soon,” Automattic representative Mark Armstrong said. WooCommerce has yet to add meta box support and settings pages in Calypso.</p>\n<p>Gutenberg, WordPress’ new editor, is also built using React. One of the chief concerns expressed by users and developers is how it will <a href=\"https://github.com/WordPress/gutenberg/issues/952\">support custom meta boxes</a> built using the current PHP framework.</p>\n<p>“I miss a lot of the meta boxes I’m used to seeing on the screen,” <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin said</a>. “Things like Yoast SEO (on some sites) and custom taxonomies are just not shown. If every meta box ever made for WordPress needs to be remade, it sure is going to make developers lives a living hell.”</p>\n<p>I want to use Calypso as a replacement for WP-Admin because it’s fast and I like the interface. However, I can’t do that until it supports meta boxes for the plugins I rely on, such as Edit Flow. Is the lack of custom meta box support for Calypso a sign of what’s to come with Gutenberg?</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, 30 Jun 2017 20:05: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:\"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: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:50:\"WPTavern: WordCamp Netherlands Reinstated for 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-netherlands-reinstated-for-2018\";s: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:1924:\"<p>At WordCamp Europe I had the opportunity to speak with WordCamp Netherlands organizers Marcel Bootsman and Luc Princen, along with WordPress Global Community Team members Josepha Haden and Andrea Middleton. The group has had several conversations about the future of WordCamp Netherlands, which was <a href=\"https://wptavern.com/wordpress-community-support-shuts-down-wordcamp-netherlands-in-favor-of-city-based-wordcamps\" target=\"_blank\">shut down earlier this year in favor of city-based WordCamps</a>, and have decided to reinstate the camp with a few conditions.</p>\n<p>WordCamp Netherlands organizers are now allowed to begin planning the event again based on the requirement that the country host three city-based WordCamps first. There are currently two local camps on the schedule and a few others in the pre-planning stage. Lead organizer Marcel Bootsman is aiming to have 500 attendees for the next WordCamp Netherlands in 2018.</p>\n<p>In a recent <a href=\"https://torquemag.io/2017/06/matt-mullenweg-interview/\" target=\"_blank\">interview</a> with Torque, Matt Mullenweg indicated that the outlook is good for future regional WordCamps.</p>\n<p>“I think we got to the point where we were too rules-based and now we’re starting to open up the process and be more agile in the approach to WordCamps,” Mullenweg said. “We can start to think about regional WordCamps and topic-focused WordCamp…we want to think about which WordCamps make sense to move the community forward.”</p>\n<p>In our interview below, WordPress Global Community Team members said they plan to take similar country-based WordCamp proposals on a case-by-case basis. WordCamp Netherlands is pioneering the way for other countries with active local communities to continue to push the boundaries of the previously “one-size-fits-all” approach to WordPress events.</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, 29 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:\"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: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:82:\"WPTavern: WPWeekly Episode 279 – The Future of Underscores with David A. Kennedy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72616&preview=true&preview_id=72616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-279-the-future-of-underscores-with-david-a-kennedy\";s: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:2442:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"https://davidakennedy.com/\">David A. Kennedy</a>. Kennedy is a Theminator at Automattic and an accessibility advocate. Kennedy joined us to talk about <a href=\"https://wptavern.com/automattic-to-renew-efforts-on-underscores-retire-components-starter-theme-generator\">the future of Underscores</a>, a starter theme created by Automattic in 2012.</p>\n<p>We discussed how Gutenberg may impact theme development in general and some of the lessons learned from their <a href=\"https://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\">Components project</a>. Kennedy tells us what trends he’s noticing with WordPress themes today and what the state of accessibility looks like for the theme landscape.</p>\n<p>After the interview, Jacoby and I have a candid conversation about Gutenberg, what it means for WordPress, our experience with it thus far, and how it’s being developed.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-0\">WordPress 4.9 to Focus on Managing Plugins and Themes, Gutenberg Targeted for 5.0</a></p>\n<h2>Links Mentioned:</h2>\n<p><a href=\"http://a11yweekly.com/\">Accessibility Weekly</a> – Kennedy’s hand-curated newsletter about web-accessibility delivered weekly.<br />\n<a href=\"https://make.wordpress.org/themes/\">WordPress Theme Review Team</a><br />\n<a href=\"https://wptavern.com/wordpress-opens-up-more-channels-for-gutenberg-testing-and-feedback\">Gutenberg</a><br />\n<a href=\"http://underscores.me/\">Underscores</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 5th 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 #279:</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, 29 Jun 2017 01:07: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: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:95:\"WPTavern: WooCommerce 3.1 Adds New CSV Product Importer/Exporter, Improves Extension Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/woocommerce-3-1-adds-new-csv-product-importerexporter-improves-extension-management\";s: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:3048:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://woocommerce.com/2017/06/3-1-release-product-importer-shipping-service/\" target=\"_blank\">WooCommerce 3.1</a> was released today after four weeks of beta and RC testing. Although it is just a minor update, the release was a large undertaking with 1,600 commits from 84 contributors. </p>\n<p>The most exciting feature in 3.1 is the new built-in product importer/exporter that supports CSV files, a feature previously offered through extensions. The importer makes it easier to migrate stores from other e-commerce platforms, as well as add and update product information for existing stores. Users can select whether to update existing products or create new products and can map the data against product fields:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/woo-product-importer.png?ssl=1\"><img /></a></p>\n<p>The tool is also useful for those selling across multiple storefronts or marketplaces and is capable of matching up data based on product ID or SKU. Please note that it only handles products and not customers and orders. Store owners looking to import those additional items will still need to use an extension.</p>\n<p>Version 3.1 also introduces the ability to manage WooCommerce.com extension licenses within WooCommerce core, eliminating the need to install the helper extension and copy subscription keys over. Customers can now connect their WooCommerce.com account to the site and download, manage, and activate extensions in the admin. Developers or agencies that have purchased extensions on behalf of clients will need to contact WooCommerce to transfer the subscriptions to a new owner in order for them to show up within the clients’ admin. </p>\n<p>This release also includes several other improvements, including the following: </p>\n<ul>\n<li>Add oEmbeds to the product short description, more useful error messages</li>\n<li>More useful error messages</li>\n<li>Add oEmbeds to the product short description</li>\n<li>Customers can accept ‘Terms and conditions’ without leaving checkout</li>\n<li>Set stock statuses for variations in bulk from the edit product screen</li>\n<li>Small improvements to the setup wizard</li>\n<li>WooCommerce Services Plugin: Add live shipping rates for USPS and Canada Post and print discounted shipping labels for USPS without leaving the store</li>\n<li>New search helpers for orders to allow developers to query orders by multiple props</li>\n</ul>\n<p>Many WooCommerce store owners experienced considerable difficulties in updating to 3.0 due to extension incompatibilities. This is one of the reasons why WooCommerce recommends making backups of your store and testing the 3.1 update on a staging site to see how it affects themes and extensions. The changes in 3.1 should be backwards compatible with 3.0.x sites, but impact on extensions needs to be tested before pushing the update live.</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, 29 Jun 2017 00:30: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: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:77:\"WPTavern: WordPress Opens Up More Channels for Gutenberg Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72583&preview=true&preview_id=72583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-opens-up-more-channels-for-gutenberg-testing-and-feedback\";s: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:3501:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/testing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/23YKF6ZUWV\">Vojtech Okenka</a>\n<p>Gutenberg testing is in full swing and the WordPress Testing Handbook has a new page to help users <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">get started</a>. It clearly defines the purpose of the new block editor as not just for writing content but also for creating layouts. Users are invited to offer general feedback or engage in specific task-based tests.</p>\n<p>The new testing page erases boundaries for feedback by allowing users to submit their thoughts and suggestions using an <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdCVZ5ooeVYzjp26LAxKZVgkvcRraSTD6pRM_cjGuJfvLKQKw/viewform\">online form</a>. Previously, the only way to offer feedback was by creating an issue on <a href=\"https://github.com/WordPress/gutenberg\">GitHub</a> or contacting the contributors on WordPress' #core-editor Slack channel. </p>\n<p>At this stage in Gutenberg development, it may be difficult to discern what is a bug versus what is an unpolished feature. WordPress is using Storybook, an interactive development and testing environment for React and React-Native UI components, to create <a href=\"http://gutenberg-devdoc.surge.sh/\">Gutenberg's documentation</a>. However, this collection of documents focuses more on technical details for developers. The plugin's <a href=\"https://wordpress.org/plugins/gutenberg/#developers\">changelog</a> may provide some information about which features should be working. Before reporting an issue in the feedback form, it's a good idea to review the project's <a href=\"https://github.com/WordPress/gutenberg/issues\">GitHub issues</a> to see if it has already been logged.</p>\n<h3>Testing Gutenberg Outside of the WordPress' Developer Community is Critical to Its Success</h3>\n<p>A few weeks ago I helped one of my friends migrate her personal blog from Blogger to WordPress. She had put off setting up her new site for months after checking out the admin and getting overwhelmed. Getting familiar with the post editor was enough of a hurdle, without piling on the idea of widgets and shortcodes and different screens and methods for inserting different types of content. The new editor can solve this problem with a unified method of creating content and placing it on the page.</p>\n<p>Gutenberg has the potential to make WordPress content editing and layout building more user-friendly but only if it gets into the hands of non-technical users and those who are considering a switch from other platforms. WordPress' recurring <a href=\"https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\">failure to collect feedback beyond its own development community</a> needs to be addressed if Gutenberg is going to become a product that will attract non-WordPress users.</p>\n<p>As the plugin is still in the very early beta stage, this is a crucial point in time when feedback can have a big impact on shaping Gutenberg's development. Including non-technical users as early in the process as possible, as the new <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">testing page</a> attempts to do, should provide a better overall picture of Gutenberg's usability.</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, 28 Jun 2017 20:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:24:\"WPTavern: Why Gutenberg?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wptavern.com/why-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7502:\"<p>At WordCamp Europe 2017, Matt Mullenweg, co-founder of the WordPress open source project, <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">announced</a> that Gutenberg was available as a plugin for testing. In the past few weeks, members of the community have published their experiences with the new editor. Some of the reviews I’ve read so far include:</p>\n<ul class=\"wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform\">\n<li><a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\"><cite></cite>Random Thoughts on Gutenberg </a></li>\n<li><a href=\"https://joost.blog/gutenberg-and-yoast-seo/\">Gutenberg and Yoast SEO </a></li>\n<li><a href=\"http://gschoppe.com/wordpress/improving-wordpress/improving-wordpress-pt-4-where-project-gutenberg-lost-me-open-letter-to-core/\">Improving WordPress Pt 4 – Where Gutenberg Lost Me (Open Letter to Core) </a></li>\n<li><a href=\"https://wplift.com/gutenberg-editor-first-look\">A First Look at Gutenberg Editor for WordPress: Mixed Opinions </a></li>\n<li><a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Diving Into the New Gutenberg WordPress Editor (Pros and Cons) </a></li>\n<li><a href=\"https://www.customerservant.com/gutenberg-screen-reader-initial-thoughts-reactions/\">Gutenberg With A Screen Reader: Initial Thoughts And Reactions </a></li>\n<li><a href=\"https://mrwweb.com/first-reactions-gutenberg-future-of-wordpress/\">First Reactions to Gutenberg, the Future of WordPress</a></li>\n</ul>\n<p>There is one review in particular that has piqued my interest. Adrian Roselli not only <a href=\"http://adrianroselli.com/2017/06/first-reactions-to-gutenberg.html\">shares his first impressions</a> of Gutenberg, but also asks a couple of important questions and raises some interesting points:</p>\n<blockquote class=\"blocks-quote-style-1 wp-block-quote\"><p>When I first heard about Gutenberg, I asked some people at WordCamp London and later at WordCamp Europe who had requested it. Remembering that WordCamp is open source, I then re-jiggered my question and asked what problem it was trying to solve.</p>\n<p>Of the people I asked, I do not know who was a contributor. The answer I overwhelmingly got back was that Matt wanted it.</p></blockquote>\n<p>There are two things that concern me about Roselli’s statement. The first is that I have a few quirks with the current editor but I don’t often use short codes, custom HTML, or use custom embed codes. Thinking about what <a href=\"https://github.com/WordPress/gutenberg/blob/aae8cdd1349c6af7a74e84174724526386643a6e/docs/design.md\">problems Gutenberg solves</a> is somewhat perplexing if they’re not problems I encounter on a regular basis.</p>\n<p>The second is that people at WordCamps are answering the question by saying Mullenweg wants it in core. Roselli states that he doesn’t know if the people answering the question are contributors or not. Because Mullenweg wants something in core should never be the primary reason it’s added.</p>\n<p>It’s easy to see how one could come up with this answer. Earlier this year, Mullenweg took over core development as the project lead, and <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">assigned</a> Automattic employees Matias Ventura and Joen Asmussen to lead the development of Gutenberg. As project lead, Mullenweg can bypass the <a href=\"https://wptavern.com/matt-mullenweg-discusses-core-focuses-downsides-of-a-consensus-driven-model-and-more-on-apply-filters-podcast\">concensus-driven model</a>, and do what he thinks is best for the project without going through a committee.</p>\n<p>In 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\">2016 State of the Word</a>, Mullenweg announced that the Editor would be one of three core focuses for 2017. In January of this year, the team published a <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">technical overview</a> of what the new editor would encompass. A month later, the team <a href=\"https://make.wordpress.org/design/2017/02/09/initial-editor-blocks-prototype-editor-testing/\">published an initial prototype</a> of a block-based editor.</p>\n<p>The team is moving rapidly with <a href=\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-0\">plans to ship Gutenberg</a> possibly in time for WordPress 5.0 expected later this year or early next. If all of the work thus far had to go through a committee, it’s likely Gutenberg development wouldn’t be where it’s at.</p>\n<p>Perhaps not enough people <a href=\"http://chrislema.com/misunderstanding-goal-gutenberg-writing-experience/\">understand the ‘Why’ behind the project.</a> Who can blame them? Outside of specifying that it will help WordPress <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">leapfrog its competitors</a>, there’s not a lot of information on official channels that concretely explains and supports the idea that Gutenberg is necessary for millions of users.</p>\n<p>Mullenweg has a good track record of doing what’s best for the project. However, in the case of revamping the editor, which will radically change how everyone will create content in WordPress, it’s concerning that more user research, personas, usage data, etc. is not available to indicate such a major shift was warranted. There was an <a href=\"https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\">Editor survey published</a> earlier this year but the results were not representative of WordPress’ global user base.</p>\n<p>“A lot of assertions on ease of use are made on the Gutenberg plugin page, with nothing to back them up,” Roselli said.</p>\n<p>Gutenberg is an exciting, ambitious project, but one that I’m not entirely sure is necessary. If WordPress core is going to fundamentally change the way I create content without giving me a choice, I want as much information and user research data as possible to convince me that it’s the better option.</p>\n<p>It may seem odd that these questions and concerns are being raised six months into the project but at the same time, development has moved so fast, it feels like the opportunity to have them addressed at the beginning was missed.</p>\n<p>Revamping the editor experience is a massive undertaking and, six months in, it’s not better than the editor I use today. I wrote this post in Gutenberg and it was a cumbersome, frustrating experience. It will need to address a lot of issues if it’s going to beat the current WordPress editor, let alone leapfrog its competitors. However, the team is <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">making good progress</a> on a weekly basis.</p>\n<p>Gutenberg needs as many testers as possible if it’s going to be the best editor in its class. For instructions on how and what to test, read the <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Gutenberg testing guide</a> on the Make WordPress Testing site.</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, 28 Jun 2017 18:48: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: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: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:9305:\"<img width=\"960\" height=\"480\" src=\"https://heropress.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: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:95:\"WPTavern: Automattic to Renew Efforts on Underscores, Retire Components Starter-Theme 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=70860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/automattic-to-renew-efforts-on-underscores-retire-components-starter-theme-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7346:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/underscores.jpg?ssl=1\"><img /></a></p>\n<p>For the past several months we have received inquiries about Automattic’s open source <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme. After six months of no commits to the <a href=\"https://github.com/automattic/_s\" target=\"_blank\">GitHub repository</a> and pull requests left unanswered, users and contributors were beginning to wonder whether the project was abandoned.</p>\n<p>After contacting Automattic to get a status update on Underscores, the company confirmed that it is still an active project but would not explain why it had gone dormant for six months.</p>\n<p>For the past couple weeks there have been a sudden flurry of commits to the Underscores repository, the first activity since December 2016. The project has come out of hibernation and Automattic announced its intentions to <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\" target=\"_blank\">renew its efforts in maintaining it</a>.</p>\n<p>“As we continue to push for consistency in themes and imagine what they might become with Gutenberg, we’re bringing our attention back to Underscores,” David Kennedy said. “In the last year, we’ve gotten a lot of questions from the community about Underscores and whether we had abandoned it. No way! It’s a stable project, and we enjoyed working on something new, away from it. It gave us better perspective and more ideas for the future of Underscores.”</p>\n<p>Kennedy explained how the project’s maintainers have spent the past year and a half experimenting with <a href=\"https://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\" target=\"_blank\">Components</a>, a starter-theme generator that was created to provide a more modular approach to theme development with reusable building blocks. The team has decided to retire Components in favor of refocusing on Underscores and applying what they learned from the experiment.</p>\n<p>“The generator we built to piece the different components together got complex quickly,” Kennedy said. “We created a plugin to test builds locally and struggled with a seamless way to make many starter themes from one code base. The original idea is still solid: make starter themes do more by crafting them out of building blocks. But we didn’t hit the mark, so we’re retiring Components.”</p>\n<h3>Underscores Adds Ulrich Pogson as New Committer</h3>\n<p>Automattic has named <a href=\"https://profiles.wordpress.org/grapplerulrich/\" target=\"_blank\">Ulrich Pogson</a> as a new committer to Underscores, the second non-Automattic contributor, <a href=\"https://themeshaper.com/2014/04/22/commit-access-underscores/\" target=\"_blank\">following Philip Arthur Moore</a>, to receive commit access. Pogson is a WordPress contributor and meetup organizer, a member of the Theme Review Team, and an independent voice for the Underscores community.</p>\n<p>Philip Arthur Moore <a href=\"https://philip.blog/2017/06/27/wp-underscores-future/\" target=\"_blank\">said</a> he was excited to hear the news and thankful to Automattic for “not allowing Underscores to rot on the vine any longer.”</p>\n<p>“It’s fair to say that my involvement with the starter theme will likely come out of a coma and find new life,” Moore said. “This is exactly what the theming community needs right now, and I couldn’t be more excited to see what we come up with and create.”</p>\n<p>In early January, the Underscores community shared concerns regarding the project’s general lack of leadership and transparency. Contributor Sami Keijonen wrote an article with constructive ideas for <a href=\"https://foxland.fi/underscores-development/\" target=\"_blank\">how Automattic could improve Underscores development</a>. One of his suggestions for the project was to identify leadership for moving forward, a person or group of people who could be responsible to review and discuss issues and pull requests more frequently. This would encourage more active discussion and testing of pull requests.</p>\n<p>In the comments of this post, <a href=\"https://foxland.fi/underscores-development/#comment-22416\" target=\"_blank\">Pogson expressed similar concerns</a> and said he would potentially be interested in creating a fork of Underscores.</p>\n<p>“Personally I am also hesitant to contribute as I am not sure when the PR will be merged,” Pogson said. “I would like to see regular feedback instead of instead of PR’s being merged in a merging spree. There is also a clash between _s fulfilling Automattic needs and at the same time as the community needs.”</p>\n<p>Now that Pogson has been named a committer, he may be able to assist the team in maintaining active discussion on issues and keeping pull requests moving.</p>\n<p>“A large number of people use Underscores as a base for their clients and for themes on w.org,” Pogson said. “I would like to bring in things that have made me a better developer and make it easier for others getting started.”</p>\n<p>Pogson said he is still finding his position in the team and he anticipates he will most likely be merging simple PRs in the beginning. He enjoys working on Underscores and said he regularly likes to go through opened issues and give feedback.</p>\n<p>Sami Keijonen said he thinks the addition of Pogson as a committer is “very good news.”</p>\n<p>“They are bringing the focus back on Underscores, and they can bring the best ideas of Components to Underscores,” Keijonen said. “Ulrich is the perfect choice as a new committer. He has been involved in the development for a long time and knows the big picture. It’s also good to see a committer from outside of Automattic. Different kinds of perspectives are always welcome.”</p>\n<p>Keijonen said he is also optimistic that David Kennedy has taken a more active leadership role and hopes the project will continue to benefit from it.</p>\n<p>“With all that said <code>_s</code> is still Automattic’s starter theme,” Keijonen said. “It can mean more wp.com related decisions in the future. That’s one reason why many have their own fork of <code>_s</code>.” He cited a few examples of companies that have active forks of Underscores to suit their particular interests, including <a href=\"https://github.com/WebDevStudios/wd_s\" target=\"_blank\">WebDevStudios</a>, <a href=\"https://github.com/ZeelandFamily/zf-theme\" target=\"_blank\">Zeeland Family</a>, and <a href=\"https://github.com/digitoimistodude/air\" target=\"_blank\">Digitoimisto Dude Studio</a>.</p>\n<p>“It will be an interesting partnership as I am the only committer who has not worked at Automattic,” Pogson said. “I think there will always be a certain clash between what Automattic needs and what the community wants, just because of the nature of the project. Many plugin authors have the same problem where they get requests that are not ideal for the other customers. There is still a bit of uncertainty but I am sure these things will be clarified in the future.”</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, 27 Jun 2017 21:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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: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:1652:\"<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<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:\"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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:11907:\"<img width=\"960\" height=\"480\" src=\"https://heropress.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: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: 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:8431:\"<img width=\"960\" height=\"480\" src=\"https://heropress.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:\"\";}}}}}}}}}}}}}}}}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, 06 Jul 2017 20:12:23 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 06 Jul 2017 19:45:09 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:\"20170629061408\";}','no'),(723,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1499415144','no'),(724,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1499371944','no'),(725,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1499415144','no'),(726,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\'>The Month in WordPress: June 2017</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\'>WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/jesse-petersen-founder-of-genesis-the-me-passes-away\'>WPTavern: Jesse Petersen, Founder of Genesis The.me Passes Away</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-280-behind-the-scenes-of-tuniversity\'>WPTavern: WPWeekly Episode 280 – Behind the Scenes of Tuniversity</a></li></ul></div>','no'),(727,'_site_transient_timeout_community-events-95ae8cd63bc204dca6a83cade818cde2','1499415144','no'),(728,'_site_transient_community-events-95ae8cd63bc204dca6a83cade818cde2','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"174.109.171.0\";}s:6:\"events\";a:3:{i:0;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:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Wilmington, NC USA\";s:3:\"url\";s:36:\"https://2017.wilmington.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-23 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Wilmington, NC USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.241450800000003;s:9:\"longitude\";d:-77.948902599999997;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Baltimore, MD\";s:3:\"url\";s:35:\"https://2017.baltimore.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Baltimore, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.285949000000002;s:9:\"longitude\";d:-76.605507000000003;}}}}','no'),(747,'_transient_timeout_gform_update_info','1501618790','no'),(748,'_transient_gform_update_info','a:6:{s:12:\"is_valid_key\";s:1:\"1\";s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:166:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=a5EXiBhcwSK7PlUsM%2BD7Y29B35I%3D\";s:15:\"expiration_time\";i:1528002000;s:9:\"offerings\";a:43:{s:12:\"gravityforms\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:166:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=a5EXiBhcwSK7PlUsM%2BD7Y29B35I%3D\";}s:26:\"gravityformsactivecampaign\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:3:\"url\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=pOKKva8eBs0tx2%2BQkN1tKxGbTDw%3D\";}s:20:\"gravityformsagilecrm\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=o5KjV0VW%2BA0y4ddLyMFN7geYdQk%3D\";}s:24:\"gravityformsauthorizenet\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:3:\"url\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=1T1g6AujLTQ%2BqT5hcqp7VHQyHsc%3D\";}s:18:\"gravityformsaweber\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=8IGV8B04%2BMZSYV2DWNbAKU5HeZg%3D\";}s:21:\"gravityformsbatchbook\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=lEdIPIdO86GOrFfrCABifF8DMjY%3D\";}s:18:\"gravityformsbreeze\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=8Asy25CHB7itvwFIRX5g4A5%2BzwU%3D\";}s:27:\"gravityformscampaignmonitor\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.5\";s:3:\"url\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=RoGGu8VPeTWkTW8F%2FU0lW9bFX8k%3D\";}s:20:\"gravityformscampfire\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=P2l40FIMtaqKYOCydBNUzX%2Fg8h4%3D\";}s:22:\"gravityformscapsulecrm\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=qUU8m0XkG72eRnVTXMFZh%2BOJjGk%3D\";}s:26:\"gravityformschainedselects\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:23:\"gravityformscleverreach\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=7bsf4b3P77VanlSvPZCizlLYvDc%3D\";}s:19:\"gravityformscoupons\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=xnN0Uf4vZz%2FWQtX9c69oCUHF4iw%3D\";}s:17:\"gravityformsdebug\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:19:\"gravityformsdropbox\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=U%2Fy2JLnzQ7tMd0yWvliI4kEhECA%3D\";}s:16:\"gravityformsemma\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=0NC0xGLieC1b7TSJiJfZ%2Flv5wls%3D\";}s:22:\"gravityformsfreshbooks\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=A46%2FQOy074ZXmVd678oVDh000jE%3D\";}s:23:\"gravityformsgetresponse\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=De2cYzvgYF4cUHqvdTFrCUjHFiM%3D\";}s:21:\"gravityformshelpscout\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=JRAn6YzdI32nED4xkHpR1eUDmLc%3D\";}s:20:\"gravityformshighrise\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=YY25DyBDky0C0CDHWGjdCnD9NeM%3D\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=LZaD7%2B8VpRSQOV%2FYCviba0Q4RRo%3D\";}s:20:\"gravityformsicontact\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=yZQnK9ITV1YJzv7XtNG%2BmMiZpyM%3D\";}s:19:\"gravityformslogging\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=m9QkJIr2XNTZjyddHWmTOMI3TAo%3D\";}s:19:\"gravityformsmadmimi\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=1vIZk4ULkEfaNuCbL%2B5s0rqeLrI%3D\";}s:21:\"gravityformsmailchimp\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=wfp9WLOHg7KXLiJfW5nNXxLLTD4%3D\";}s:26:\"gravityformspartialentries\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:3:\"url\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=uZkdhG2zoUaWT1wKccA48giHJpw%3D\";}s:18:\"gravityformspaypal\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_2.8.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=iCHkCVJx2uIh8T470KM6ZLNoxCc%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:2:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";}s:29:\"gravityformspaypalpaymentspro\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.2\";s:3:\"url\";s:197:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=gRuo9ZTzptGldKPvm%2B5XcDaGcNY%3D\";}s:21:\"gravityformspaypalpro\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.7.2\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.7.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=2ir21KxcDtz7yNzSd7btnd2q5Ug%3D\";}s:20:\"gravityformspicatcha\";a:2:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";}s:17:\"gravityformspolls\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=MaRnZVWzjp0TNQCasL9%2B7e5UelQ%3D\";}s:16:\"gravityformsquiz\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=%2F%2B1Ndq2NTe5OlZDrDGbtKTNFeSw%3D\";}s:19:\"gravityformsrestapi\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:3:\"url\";s:184:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=Uq02UmGvKc46mJ%2Bq8DddaPPIhpo%3D\";}s:21:\"gravityformssignature\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.3\";s:3:\"url\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=ZHBBd51gdNm5r%2B8%2BFiO%2BGIJAplw%3D\";}s:17:\"gravityformsslack\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.7\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=vilpZSsRpvC92cGe2aCrONO%2BDlw%3D\";}s:18:\"gravityformsstripe\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=P8GPmD8roiYmvyMSpVUFzinUSIE%3D\";}s:18:\"gravityformssurvey\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=aduzp0JpsARTSwoBJge49jDdqw8%3D\";}s:18:\"gravityformstrello\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=ZLldM3SDcUbbfntVrB1gpZ3Sk5Q%3D\";}s:18:\"gravityformstwilio\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=WdiDLcIN9CQeItVo59gnDgG6kKI%3D\";}s:28:\"gravityformsuserregistration\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:3:\"url\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_3.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=Ax7jdWLH71b2z4qSSjdzeBtipHo%3D\";}s:18:\"gravityformszapier\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=xo1qKVyzSVrCm6H7MAqidoqHNDI%3D\";}s:19:\"gravityformszohocrm\";a:3:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1501705190&Signature=o5LiqGn%2FUsFh%2B2n4u%2FzG9t%2Bo9jE%3D\";}}s:9:\"is_active\";s:1:\"1\";}','no'),(749,'_site_transient_timeout_theme_roots','1501534190','no'),(750,'_site_transient_theme_roots','a:1:{s:23:\"network-cabling-systems\";s:7:\"/themes\";}','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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1253 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_wp_page_template','templates/home.php'),(3,5,'_wp_page_template','default'),(6,5,'_edit_lock','1498229380:1'),(9,11,'_edit_last','1'),(10,11,'_edit_lock','1498745677:1'),(11,11,'_wp_page_template','default'),(12,13,'_edit_last','1'),(13,13,'_wp_page_template','default'),(14,13,'_edit_lock','1498481634:1'),(15,15,'_edit_last','1'),(16,15,'_wp_page_template','default'),(17,15,'_edit_lock','1498203072:1'),(18,17,'_menu_item_type','post_type'),(19,17,'_menu_item_menu_item_parent','0'),(20,17,'_menu_item_object_id','11'),(21,17,'_menu_item_object','page'),(22,17,'_menu_item_target',''),(23,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(24,17,'_menu_item_xfn',''),(25,17,'_menu_item_url',''),(27,18,'_menu_item_type','post_type'),(28,18,'_menu_item_menu_item_parent','0'),(29,18,'_menu_item_object_id','13'),(30,18,'_menu_item_object','page'),(31,18,'_menu_item_target',''),(32,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(33,18,'_menu_item_xfn',''),(34,18,'_menu_item_url',''),(36,19,'_menu_item_type','post_type'),(37,19,'_menu_item_menu_item_parent','0'),(38,19,'_menu_item_object_id','15'),(39,19,'_menu_item_object','page'),(40,19,'_menu_item_target',''),(41,19,'_menu_item_classes','a:1:{i:0;s:8:\"nav__btn\";}'),(42,19,'_menu_item_xfn',''),(43,19,'_menu_item_url',''),(45,20,'_menu_item_type','post_type'),(46,20,'_menu_item_menu_item_parent','0'),(47,20,'_menu_item_object_id','11'),(48,20,'_menu_item_object','page'),(49,20,'_menu_item_target',''),(50,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(51,20,'_menu_item_xfn',''),(52,20,'_menu_item_url',''),(53,20,'_menu_item_orphaned','1498203547'),(54,21,'_edit_last','1'),(55,21,'_wp_page_template','default'),(56,21,'_edit_lock','1498203411:1'),(57,23,'_edit_last','1'),(58,23,'_wp_page_template','default'),(59,23,'_edit_lock','1498203422:1'),(60,25,'_edit_last','1'),(61,25,'_wp_page_template','default'),(62,25,'_edit_lock','1498203432:1'),(63,27,'_edit_last','1'),(64,27,'_wp_page_template','default'),(65,27,'_edit_lock','1498203443:1'),(66,29,'_edit_last','1'),(67,29,'_wp_page_template','default'),(68,29,'_edit_lock','1498203585:1'),(69,31,'_menu_item_type','post_type'),(70,31,'_menu_item_menu_item_parent','0'),(71,31,'_menu_item_object_id','11'),(72,31,'_menu_item_object','page'),(73,31,'_menu_item_target',''),(74,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,31,'_menu_item_xfn',''),(76,31,'_menu_item_url',''),(78,32,'_menu_item_type','post_type'),(79,32,'_menu_item_menu_item_parent','0'),(80,32,'_menu_item_object_id','21'),(81,32,'_menu_item_object','page'),(82,32,'_menu_item_target',''),(83,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(84,32,'_menu_item_xfn',''),(85,32,'_menu_item_url',''),(87,33,'_menu_item_type','post_type'),(88,33,'_menu_item_menu_item_parent','0'),(89,33,'_menu_item_object_id','23'),(90,33,'_menu_item_object','page'),(91,33,'_menu_item_target',''),(92,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(93,33,'_menu_item_xfn',''),(94,33,'_menu_item_url',''),(96,34,'_menu_item_type','post_type'),(97,34,'_menu_item_menu_item_parent','0'),(98,34,'_menu_item_object_id','25'),(99,34,'_menu_item_object','page'),(100,34,'_menu_item_target',''),(101,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(102,34,'_menu_item_xfn',''),(103,34,'_menu_item_url',''),(105,35,'_menu_item_type','post_type'),(106,35,'_menu_item_menu_item_parent','0'),(107,35,'_menu_item_object_id','27'),(108,35,'_menu_item_object','page'),(109,35,'_menu_item_target',''),(110,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(111,35,'_menu_item_xfn',''),(112,35,'_menu_item_url',''),(114,36,'_menu_item_type','post_type'),(115,36,'_menu_item_menu_item_parent','0'),(116,36,'_menu_item_object_id','29'),(117,36,'_menu_item_object','page'),(118,36,'_menu_item_target',''),(119,36,'_menu_item_classes','a:1:{i:0;s:8:\"nav__btn\";}'),(120,36,'_menu_item_xfn',''),(121,36,'_menu_item_url',''),(123,37,'_menu_item_type','post_type'),(124,37,'_menu_item_menu_item_parent','0'),(125,37,'_menu_item_object_id','11'),(126,37,'_menu_item_object','page'),(127,37,'_menu_item_target',''),(128,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(129,37,'_menu_item_xfn',''),(130,37,'_menu_item_url',''),(132,38,'_edit_last','1'),(133,38,'_wp_page_template','default'),(134,38,'_edit_lock','1498204192:1'),(135,40,'_menu_item_type','post_type'),(136,40,'_menu_item_menu_item_parent','0'),(137,40,'_menu_item_object_id','38'),(138,40,'_menu_item_object','page'),(139,40,'_menu_item_target',''),(140,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(141,40,'_menu_item_xfn',''),(142,40,'_menu_item_url',''),(144,41,'_menu_item_type','post_type'),(145,41,'_menu_item_menu_item_parent','0'),(146,41,'_menu_item_object_id','25'),(147,41,'_menu_item_object','page'),(148,41,'_menu_item_target',''),(149,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,41,'_menu_item_xfn',''),(151,41,'_menu_item_url',''),(153,42,'_edit_last','1'),(154,42,'_wp_page_template','default'),(155,42,'_edit_lock','1498204234:1'),(156,44,'_menu_item_type','post_type'),(157,44,'_menu_item_menu_item_parent','0'),(158,44,'_menu_item_object_id','42'),(159,44,'_menu_item_object','page'),(160,44,'_menu_item_target',''),(161,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(162,44,'_menu_item_xfn',''),(163,44,'_menu_item_url',''),(177,5,'_edit_last','1'),(178,49,'_edit_last','1'),(179,49,'_wp_page_template','default'),(180,49,'_edit_lock','1498204465:1'),(181,51,'_edit_last','1'),(182,51,'_wp_page_template','default'),(183,51,'_edit_lock','1498204475:1'),(184,53,'_edit_last','1'),(185,53,'_wp_page_template','default'),(186,53,'_edit_lock','1498204491:1'),(187,55,'_edit_last','1'),(188,55,'_wp_page_template','default'),(189,55,'_edit_lock','1498204579:1'),(190,57,'_menu_item_type','post_type'),(191,57,'_menu_item_menu_item_parent','37'),(192,57,'_menu_item_object_id','49'),(193,57,'_menu_item_object','page'),(194,57,'_menu_item_target',''),(195,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,57,'_menu_item_xfn',''),(197,57,'_menu_item_url',''),(199,58,'_menu_item_type','post_type'),(200,58,'_menu_item_menu_item_parent','37'),(201,58,'_menu_item_object_id','51'),(202,58,'_menu_item_object','page'),(203,58,'_menu_item_target',''),(204,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(205,58,'_menu_item_xfn',''),(206,58,'_menu_item_url',''),(208,59,'_menu_item_type','post_type'),(209,59,'_menu_item_menu_item_parent','37'),(210,59,'_menu_item_object_id','53'),(211,59,'_menu_item_object','page'),(212,59,'_menu_item_target',''),(213,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,59,'_menu_item_xfn',''),(215,59,'_menu_item_url',''),(217,60,'_menu_item_type','post_type'),(218,60,'_menu_item_menu_item_parent','37'),(219,60,'_menu_item_object_id','55'),(220,60,'_menu_item_object','page'),(221,60,'_menu_item_target',''),(222,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,60,'_menu_item_xfn',''),(224,60,'_menu_item_url',''),(226,61,'_menu_item_type','post_type'),(227,61,'_menu_item_menu_item_parent','40'),(228,61,'_menu_item_object_id','21'),(229,61,'_menu_item_object','page'),(230,61,'_menu_item_target',''),(231,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,61,'_menu_item_xfn',''),(233,61,'_menu_item_url',''),(235,62,'_menu_item_type','post_type'),(236,62,'_menu_item_menu_item_parent','40'),(237,62,'_menu_item_object_id','23'),(238,62,'_menu_item_object','page'),(239,62,'_menu_item_target',''),(240,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(241,62,'_menu_item_xfn',''),(242,62,'_menu_item_url',''),(244,63,'_menu_item_type','post_type'),(245,63,'_menu_item_menu_item_parent','40'),(246,63,'_menu_item_object_id','27'),(247,63,'_menu_item_object','page'),(248,63,'_menu_item_target',''),(249,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(250,63,'_menu_item_xfn',''),(251,63,'_menu_item_url',''),(253,64,'_edit_last','1'),(254,64,'_wp_page_template','default'),(255,64,'_edit_lock','1498204596:1'),(256,66,'_edit_last','1'),(257,66,'_edit_lock','1498204609:1'),(258,66,'_wp_page_template','default'),(259,68,'_edit_last','1'),(260,68,'_wp_page_template','default'),(261,68,'_edit_lock','1498204616:1'),(262,70,'_edit_last','1'),(263,70,'_edit_lock','1498205003:1'),(264,70,'_wp_page_template','default'),(265,73,'_edit_last','1'),(266,73,'_wp_page_template','default'),(267,73,'_edit_lock','1498204819:1'),(268,75,'_menu_item_type','post_type'),(269,75,'_menu_item_menu_item_parent','41'),(270,75,'_menu_item_object_id','64'),(271,75,'_menu_item_object','page'),(272,75,'_menu_item_target',''),(273,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(274,75,'_menu_item_xfn',''),(275,75,'_menu_item_url',''),(277,76,'_menu_item_type','post_type'),(278,76,'_menu_item_menu_item_parent','41'),(279,76,'_menu_item_object_id','66'),(280,76,'_menu_item_object','page'),(281,76,'_menu_item_target',''),(282,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(283,76,'_menu_item_xfn',''),(284,76,'_menu_item_url',''),(289,77,'_menu_item_type','post_type'),(290,77,'_menu_item_menu_item_parent','0'),(291,77,'_menu_item_object_id','13'),(292,77,'_menu_item_object','page'),(293,77,'_menu_item_target',''),(294,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(295,77,'_menu_item_xfn',''),(296,77,'_menu_item_url',''),(298,78,'_menu_item_type','post_type'),(299,78,'_menu_item_menu_item_parent','44'),(300,78,'_menu_item_object_id','5'),(301,78,'_menu_item_object','page'),(302,78,'_menu_item_target',''),(303,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(304,78,'_menu_item_xfn',''),(305,78,'_menu_item_url',''),(307,79,'_menu_item_type','post_type'),(308,79,'_menu_item_menu_item_parent','44'),(309,79,'_menu_item_object_id','68'),(310,79,'_menu_item_object','page'),(311,79,'_menu_item_target',''),(312,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(313,79,'_menu_item_xfn',''),(314,79,'_menu_item_url',''),(316,80,'_edit_last','1'),(317,80,'_wp_page_template','default'),(318,80,'_edit_lock','1498205002:1'),(319,84,'_menu_item_type','post_type'),(320,84,'_menu_item_menu_item_parent','44'),(321,84,'_menu_item_object_id','70'),(322,84,'_menu_item_object','page'),(323,84,'_menu_item_target',''),(324,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(325,84,'_menu_item_xfn',''),(326,84,'_menu_item_url',''),(328,85,'_menu_item_type','post_type'),(329,85,'_menu_item_menu_item_parent','44'),(330,85,'_menu_item_object_id','80'),(331,85,'_menu_item_object','page'),(332,85,'_menu_item_target',''),(333,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(334,85,'_menu_item_xfn',''),(335,85,'_menu_item_url',''),(337,86,'_menu_item_type','post_type'),(338,86,'_menu_item_menu_item_parent','77'),(339,86,'_menu_item_object_id','73'),(340,86,'_menu_item_object','page'),(341,86,'_menu_item_target',''),(342,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(343,86,'_menu_item_xfn',''),(344,86,'_menu_item_url',''),(346,87,'_wp_attached_file','2017/06/fav.png'),(347,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:15:\"2017/06/fav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(348,88,'_wp_attached_file','2017/06/cropped-fav.png'),(349,88,'_wp_attachment_context','site-icon'),(350,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2017/06/cropped-fav.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:23:\"cropped-fav-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:23:\"cropped-fav-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:23:\"cropped-fav-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:21:\"cropped-fav-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(353,90,'_wp_attached_file','2017/06/facebook.png'),(354,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:204;s:4:\"file\";s:20:\"2017/06/facebook.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,91,'_wp_attached_file','2017/06/linkedin.png'),(356,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:204;s:4:\"file\";s:20:\"2017/06/linkedin.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"linkedin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(357,92,'_wp_attached_file','2017/06/youtube.png'),(358,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:204;s:4:\"file\";s:19:\"2017/06/youtube.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"youtube-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(359,93,'_wp_attached_file','2017/06/email.png'),(360,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:204;s:4:\"file\";s:17:\"2017/06/email.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"email-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(361,94,'_menu_item_type','post_type'),(362,94,'_menu_item_menu_item_parent','0'),(363,94,'_menu_item_object_id','11'),(364,94,'_menu_item_object','page'),(365,94,'_menu_item_target',''),(366,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(367,94,'_menu_item_xfn',''),(368,94,'_menu_item_url',''),(370,95,'_menu_item_type','post_type'),(371,95,'_menu_item_menu_item_parent','0'),(372,95,'_menu_item_object_id','38'),(373,95,'_menu_item_object','page'),(374,95,'_menu_item_target',''),(375,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(376,95,'_menu_item_xfn',''),(377,95,'_menu_item_url',''),(379,96,'_menu_item_type','post_type'),(380,96,'_menu_item_menu_item_parent','0'),(381,96,'_menu_item_object_id','27'),(382,96,'_menu_item_object','page'),(383,96,'_menu_item_target',''),(384,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(385,96,'_menu_item_xfn',''),(386,96,'_menu_item_url',''),(388,97,'_menu_item_type','post_type'),(389,97,'_menu_item_menu_item_parent','0'),(390,97,'_menu_item_object_id','55'),(391,97,'_menu_item_object','page'),(392,97,'_menu_item_target',''),(393,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(394,97,'_menu_item_xfn',''),(395,97,'_menu_item_url',''),(397,98,'_menu_item_type','post_type'),(398,98,'_menu_item_menu_item_parent','0'),(399,98,'_menu_item_object_id','13'),(400,98,'_menu_item_object','page'),(401,98,'_menu_item_target',''),(402,98,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(403,98,'_menu_item_xfn',''),(404,98,'_menu_item_url',''),(415,100,'_wp_attached_file','2017/06/footer-logo.png'),(416,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:228;s:4:\"file\";s:23:\"2017/06/footer-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"footer-logo-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"crb_featured_image_size\";a:4:{s:4:\"file\";s:23:\"footer-logo-360x228.png\";s:5:\"width\";i:360;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(417,4,'_edit_lock','1498745740:1'),(418,4,'_edit_last','1'),(419,102,'_wp_attached_file','2017/06/slide1.jpg'),(420,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:609;s:4:\"file\";s:18:\"2017/06/slide1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-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:18:\"slide1-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide1-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide1-1024x457.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"crb_featured_image_size\";a:4:{s:4:\"file\";s:18:\"slide1-360x360.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:360;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:{}}}'),(423,4,'_crb_slider_img','102'),(424,4,'_crb_slide_url','#'),(425,4,'_crb_slider_title','NETWORK CABLING SYSTEMS'),(426,4,'_crb_slider_content','Your TOP CHOICE for structured Cabling Design & Installation.\r\nGet your FREE QUOTE today!'),(508,107,'_edit_last','1'),(510,107,'_edit_lock','1498218001:1'),(597,111,'_wp_attached_file','2017/06/feature1.png'),(598,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2017/06/feature1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"feature1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"feature1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(599,107,'_thumbnail_id','111'),(662,117,'_wp_attached_file','2017/06/feature2.png'),(663,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2017/06/feature2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"feature2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"feature2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(664,118,'_wp_attached_file','2017/06/feature3.png'),(665,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2017/06/feature3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"feature3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"feature3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(904,119,'_wp_attached_file','2017/06/pp-logo.jpg'),(905,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2017/06/pp-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pp-logo-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:19:\"pp-logo-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(906,120,'_wp_attached_file','2017/06/studio490B.jpg'),(907,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2017/06/studio490B.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"studio490B-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:22:\"studio490B-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(945,121,'_wp_attached_file','2017/06/banyancreative.jpg'),(946,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2017/06/banyancreative.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"banyancreative-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:26:\"banyancreative-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(947,122,'_wp_attached_file','2017/06/Job31.jpg'),(948,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2017/06/Job31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Job31-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:17:\"Job31-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(949,123,'_wp_attached_file','2017/06/Cornerstone.jpg'),(950,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2017/06/Cornerstone.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Cornerstone-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:23:\"Cornerstone-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(951,124,'_wp_attached_file','2017/06/ppg.jpg'),(952,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/06/ppg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ppg-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:15:\"ppg-225x100.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:100;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:{}}}'),(1019,4,'_crb_services_title',''),(1020,4,'_crb_services|||0|_empty',''),(1040,125,'_wp_attached_file','2017/06/intro.jpg'),(1041,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:212;s:4:\"file\";s:17:\"2017/06/intro.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"intro-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:16:\"intro-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"intro-768x119.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"intro-1024x159.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"crb_featured_image_size\";a:4:{s:4:\"file\";s:17:\"intro-360x212.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:16:\"intro-225x35.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:35;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:{}}}'),(1047,128,'_wp_attached_file','2017/06/article-image.jpg'),(1048,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:385;s:4:\"file\";s:25:\"2017/06/article-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"article-image-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:25:\"article-image-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"crb_featured_image_size\";a:4:{s:4:\"file\";s:25:\"article-image-360x360.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"crb_partner_image_size\";a:4:{s:4:\"file\";s:25:\"article-image-225x201.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:201;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:{}}}'),(1052,143,'_edit_last','1'),(1053,143,'_edit_lock','1498470577:1'),(1054,143,'_thumbnail_id','111'),(1056,144,'_edit_last','1'),(1057,144,'_edit_lock','1498478050:1'),(1060,145,'_edit_last','1'),(1061,145,'_edit_lock','1498481798:1'),(1094,145,'_thumbnail_id','125'),(1100,145,'_crb_post_overwrite_img','111'),(1102,144,'_crb_post_overwrite_img',''),(1217,4,'_crb_slides|||0|value','_'),(1218,4,'_crb_slides|||1|value','_'),(1219,4,'_crb_slides|||2|value','_'),(1220,4,'_crb_slides|img|0|0|value','102'),(1221,4,'_crb_slides|url|0|0|value','#'),(1222,4,'_crb_slides|title|0|0|value','NETWORK CABLING SYSTEMS'),(1223,4,'_crb_slides|content|0|0|value','Your TOP CHOICE for structured Cabling Design & Installation.\r\nGet your FREE QUOTE today!'),(1224,4,'_crb_slides|img|1|0|value','102'),(1225,4,'_crb_slides|url|1|0|value','#'),(1226,4,'_crb_slides|title|1|0|value','NETWORK CABLING SYSTEMS'),(1227,4,'_crb_slides|content|1|0|value','Your TOP CHOICE for structured Cabling Design & Installation.\r\nGet your FREE QUOTE today!'),(1228,4,'_crb_slides|img|2|0|value','102'),(1229,4,'_crb_slides|url|2|0|value','#'),(1230,4,'_crb_slides|title|2|0|value','NETWORK CABLING SYSTEMS'),(1231,4,'_crb_slides|content|2|0|value','Your TOP CHOICE for structured Cabling Design & Installation.\r\nGet your FREE QUOTE today!'),(1232,4,'_blog_feed_title','LATEST NCS NEWS'),(1233,4,'_blog_feed_entries_number','1'),(1234,4,'_crb_partners_title','Partners & Manufacturers'),(1235,4,'_crb_partners|||0|value','_'),(1236,4,'_crb_partners|||1|value','_'),(1237,4,'_crb_partners|||2|value','_'),(1238,4,'_crb_partners|||3|value','_'),(1239,4,'_crb_partners|||4|value','_'),(1240,4,'_crb_partners|||5|value','_'),(1241,4,'_crb_partners|img|0|0|value','119'),(1242,4,'_crb_partners|url|0|0|value','#'),(1243,4,'_crb_partners|img|1|0|value','120'),(1244,4,'_crb_partners|url|1|0|value','#'),(1245,4,'_crb_partners|img|2|0|value','121'),(1246,4,'_crb_partners|url|2|0|value','#'),(1247,4,'_crb_partners|img|3|0|value','122'),(1248,4,'_crb_partners|url|3|0|value','#'),(1249,4,'_crb_partners|img|4|0|value','123'),(1250,4,'_crb_partners|url|4|0|value','#'),(1251,4,'_crb_partners|img|5|0|value','124'),(1252,4,'_crb_partners|url|5|0|value','#'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `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=160 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2017-06-20 11:33:06','2017-06-20 11:33:06','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.networkcablingsystems.com/new/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-06-20 11:33:06','2017-06-20 11:33:06','',0,'http://www.networkcablingsystems.com/new/?page_id=2',0,'page','',0),(4,1,'2017-06-20 12:05:42','2017-06-20 12:05:42','<h2>welcome to Network cabling systems</h2>\r\nNetwork Cabling Systems is a regional communications service contractor specializing in Voice and Data cabling. We design, implement and support highly dependable, scalable and secure network cabling systems. Our technical staff has experience and certifications in a broad range of best-of-breed solutions for the physical layer infrastructure. Our focus on this market and our depth of knowledge of cabling issues as well as our experience with a wide array of IT projects are key differentiators when we are compared to other consulting companies and resellers.\r\n\r\nNetwork Cabling Systems is a strategic business partner with a diverse group of small, medium and large companies.','Home','','publish','closed','closed','','home','','','2017-06-29 14:17:58','2017-06-29 14:17:58','',0,'http://www.networkcablingsystems.com/new/home/',0,'page','',0),(5,1,'2017-06-20 15:41:19','2017-06-20 15:41:19','','NCS Blog','','publish','closed','closed','','ncs-blog','','','2017-06-23 14:16:35','2017-06-23 14:16:35','',0,'http://www.networkcablingsystems.com/new/blog-page/',0,'page','',0),(11,1,'2017-06-23 07:32:15','2017-06-23 07:32:15','<h1>About Network Cabling Systems - H1</h1>\r\n<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About','','publish','closed','closed','','about','','','2017-06-23 13:38:34','2017-06-23 13:38:34','',0,'http://www.networkcablingsystems.com/new/?page_id=11',0,'page','',0),(12,1,'2017-06-23 07:32:15','2017-06-23 07:32:15','','About NCS','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 07:32:15','2017-06-23 07:32:15','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(13,1,'2017-06-23 07:32:28','2017-06-23 07:32:28','[gravityform id=\"1\" title=\"true\" description=\"true\" ajax=\"true\"]','Contact Us','','publish','closed','closed','','contact-us','','','2017-06-26 12:41:47','2017-06-26 12:41:47','',0,'http://www.networkcablingsystems.com/new/?page_id=13',0,'page','',0),(14,1,'2017-06-23 07:32:28','2017-06-23 07:32:28','','Contact Us','','inherit','closed','closed','','13-revision-v1','','','2017-06-23 07:32:28','2017-06-23 07:32:28','',13,'http://www.networkcablingsystems.com/new/2017/06/23/13-revision-v1/',0,'revision','',0),(15,1,'2017-06-23 07:33:17','2017-06-23 07:33:17','','Support Center','','publish','closed','closed','','support-center','','','2017-06-23 07:33:17','2017-06-23 07:33:17','',0,'http://www.networkcablingsystems.com/new/?page_id=15',0,'page','',0),(16,1,'2017-06-23 07:33:17','2017-06-23 07:33:17','','Support Center','','inherit','closed','closed','','15-revision-v1','','','2017-06-23 07:33:17','2017-06-23 07:33:17','',15,'http://www.networkcablingsystems.com/new/2017/06/23/15-revision-v1/',0,'revision','',0),(17,1,'2017-06-23 07:36:00','2017-06-23 07:36:00','','About Us','','publish','closed','closed','','about-us','','','2017-06-23 08:48:51','2017-06-23 08:48:51','',0,'http://www.networkcablingsystems.com/new/?p=17',1,'nav_menu_item','',0),(18,1,'2017-06-23 07:36:00','2017-06-23 07:36:00',' ','','','publish','closed','closed','','18','','','2017-06-23 08:48:51','2017-06-23 08:48:51','',0,'http://www.networkcablingsystems.com/new/?p=18',2,'nav_menu_item','',0),(19,1,'2017-06-23 07:36:00','2017-06-23 07:36:00',' ','','','publish','closed','closed','','19','','','2017-06-23 08:48:51','2017-06-23 08:48:51','',0,'http://www.networkcablingsystems.com/new/?p=19',3,'nav_menu_item','',0),(20,1,'2017-06-23 07:39:07','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-23 07:39:07','0000-00-00 00:00:00','',0,'http://www.networkcablingsystems.com/new/?p=20',1,'nav_menu_item','',0),(21,1,'2017-06-23 07:39:14','2017-06-23 07:39:14','','Design','','publish','closed','closed','','design','','','2017-06-23 07:39:14','2017-06-23 07:39:14','',0,'http://www.networkcablingsystems.com/new/?page_id=21',0,'page','',0),(22,1,'2017-06-23 07:39:14','2017-06-23 07:39:14','','Design','','inherit','closed','closed','','21-revision-v1','','','2017-06-23 07:39:14','2017-06-23 07:39:14','',21,'http://www.networkcablingsystems.com/new/2017/06/23/21-revision-v1/',0,'revision','',0),(23,1,'2017-06-23 07:39:24','2017-06-23 07:39:24','','Installation','','publish','closed','closed','','installation','','','2017-06-23 07:39:24','2017-06-23 07:39:24','',0,'http://www.networkcablingsystems.com/new/?page_id=23',0,'page','',0),(24,1,'2017-06-23 07:39:24','2017-06-23 07:39:24','','Installation','','inherit','closed','closed','','23-revision-v1','','','2017-06-23 07:39:24','2017-06-23 07:39:24','',23,'http://www.networkcablingsystems.com/new/2017/06/23/23-revision-v1/',0,'revision','',0),(25,1,'2017-06-23 07:39:34','2017-06-23 07:39:34','','Service & Support','','publish','closed','closed','','service-support','','','2017-06-23 07:39:34','2017-06-23 07:39:34','',0,'http://www.networkcablingsystems.com/new/?page_id=25',0,'page','',0),(26,1,'2017-06-23 07:39:34','2017-06-23 07:39:34','','Service & Support','','inherit','closed','closed','','25-revision-v1','','','2017-06-23 07:39:34','2017-06-23 07:39:34','',25,'http://www.networkcablingsystems.com/new/2017/06/23/25-revision-v1/',0,'revision','',0),(27,1,'2017-06-23 07:39:46','2017-06-23 07:39:46','','Relocation Services','','publish','closed','closed','','relocation-services','','','2017-06-23 07:39:46','2017-06-23 07:39:46','',0,'http://www.networkcablingsystems.com/new/?page_id=27',0,'page','',0),(28,1,'2017-06-23 07:39:46','2017-06-23 07:39:46','','Relocation Services','','inherit','closed','closed','','27-revision-v1','','','2017-06-23 07:39:46','2017-06-23 07:39:46','',27,'http://www.networkcablingsystems.com/new/2017/06/23/27-revision-v1/',0,'revision','',0),(29,1,'2017-06-23 07:40:00','2017-06-23 07:40:00','','Free Quote','','publish','closed','closed','','free-quote','','','2017-06-23 07:40:00','2017-06-23 07:40:00','',0,'http://www.networkcablingsystems.com/new/?page_id=29',0,'page','',0),(30,1,'2017-06-23 07:40:00','2017-06-23 07:40:00','','Free Quote','','inherit','closed','closed','','29-revision-v1','','','2017-06-23 07:40:00','2017-06-23 07:40:00','',29,'http://www.networkcablingsystems.com/new/2017/06/23/29-revision-v1/',0,'revision','',0),(31,1,'2017-06-23 07:40:34','2017-06-23 07:40:34','','About NCS','','publish','closed','closed','','31','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=31',1,'nav_menu_item','',0),(32,1,'2017-06-23 07:40:34','2017-06-23 07:40:34',' ','','','publish','closed','closed','','32','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=32',2,'nav_menu_item','',0),(33,1,'2017-06-23 07:40:34','2017-06-23 07:40:34',' ','','','publish','closed','closed','','33','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=33',3,'nav_menu_item','',0),(34,1,'2017-06-23 07:40:35','2017-06-23 07:40:35',' ','','','publish','closed','closed','','34','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=34',4,'nav_menu_item','',0),(35,1,'2017-06-23 07:40:35','2017-06-23 07:40:35',' ','','','publish','closed','closed','','35','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=35',5,'nav_menu_item','',0),(36,1,'2017-06-23 07:40:35','2017-06-23 07:40:35',' ','','','publish','closed','closed','','36','','','2017-06-23 13:25:34','2017-06-23 13:25:34','',0,'http://www.networkcablingsystems.com/new/?p=36',6,'nav_menu_item','',0),(37,1,'2017-06-23 07:44:43','2017-06-23 07:44:43','','About NCS','','publish','closed','closed','','37','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=37',1,'nav_menu_item','',0),(38,1,'2017-06-23 07:44:55','2017-06-23 07:44:55','','NCS Services','','publish','closed','closed','','ncs-services','','','2017-06-23 07:44:55','2017-06-23 07:44:55','',0,'http://www.networkcablingsystems.com/new/?page_id=38',0,'page','',0),(39,1,'2017-06-23 07:44:55','2017-06-23 07:44:55','','NCS Services','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 07:44:55','2017-06-23 07:44:55','',38,'http://www.networkcablingsystems.com/new/2017/06/23/38-revision-v1/',0,'revision','',0),(40,1,'2017-06-23 07:52:33','2017-06-23 07:52:33',' ','','','publish','closed','closed','','40','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=40',6,'nav_menu_item','',0),(41,1,'2017-06-23 07:52:33','2017-06-23 07:52:33',' ','','','publish','closed','closed','','41','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=41',10,'nav_menu_item','',0),(42,1,'2017-06-23 07:52:21','2017-06-23 07:52:21','','Resources','','publish','closed','closed','','resources','','','2017-06-23 07:52:21','2017-06-23 07:52:21','',0,'http://www.networkcablingsystems.com/new/?page_id=42',0,'page','',0),(43,1,'2017-06-23 07:52:21','2017-06-23 07:52:21','','Resources','','inherit','closed','closed','','42-revision-v1','','','2017-06-23 07:52:21','2017-06-23 07:52:21','',42,'http://www.networkcablingsystems.com/new/2017/06/23/42-revision-v1/',0,'revision','',0),(44,1,'2017-06-23 07:53:07','2017-06-23 07:53:07',' ','','','publish','closed','closed','','44','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=44',13,'nav_menu_item','',0),(48,1,'2017-06-23 07:53:58','2017-06-23 07:53:58','','NCS Blog','','inherit','closed','closed','','5-revision-v1','','','2017-06-23 07:53:58','2017-06-23 07:53:58','',5,'http://www.networkcablingsystems.com/new/2017/06/23/5-revision-v1/',0,'revision','',0),(49,1,'2017-06-23 07:56:47','2017-06-23 07:56:47','','Overview','','publish','closed','closed','','overview','','','2017-06-23 07:56:47','2017-06-23 07:56:47','',0,'http://www.networkcablingsystems.com/new/?page_id=49',0,'page','',0),(50,1,'2017-06-23 07:56:47','2017-06-23 07:56:47','','Overview','','inherit','closed','closed','','49-revision-v1','','','2017-06-23 07:56:47','2017-06-23 07:56:47','',49,'http://www.networkcablingsystems.com/new/2017/06/23/49-revision-v1/',0,'revision','',0),(51,1,'2017-06-23 07:56:58','2017-06-23 07:56:58','','Management','','publish','closed','closed','','management','','','2017-06-23 07:56:58','2017-06-23 07:56:58','',0,'http://www.networkcablingsystems.com/new/?page_id=51',0,'page','',0),(52,1,'2017-06-23 07:56:58','2017-06-23 07:56:58','','Management','','inherit','closed','closed','','51-revision-v1','','','2017-06-23 07:56:58','2017-06-23 07:56:58','',51,'http://www.networkcablingsystems.com/new/2017/06/23/51-revision-v1/',0,'revision','',0),(53,1,'2017-06-23 07:57:09','2017-06-23 07:57:09','','Careers','','publish','closed','closed','','careers','','','2017-06-23 07:57:09','2017-06-23 07:57:09','',0,'http://www.networkcablingsystems.com/new/?page_id=53',0,'page','',0),(54,1,'2017-06-23 07:57:09','2017-06-23 07:57:09','','Careers','','inherit','closed','closed','','53-revision-v1','','','2017-06-23 07:57:09','2017-06-23 07:57:09','',53,'http://www.networkcablingsystems.com/new/2017/06/23/53-revision-v1/',0,'revision','',0),(55,1,'2017-06-23 07:57:18','2017-06-23 07:57:18','','Partners & Manufacturers','','publish','closed','closed','','partners-manufacturers','','','2017-06-23 07:57:18','2017-06-23 07:57:18','',0,'http://www.networkcablingsystems.com/new/?page_id=55',0,'page','',0),(56,1,'2017-06-23 07:57:18','2017-06-23 07:57:18','','Partners & Manufacturers','','inherit','closed','closed','','55-revision-v1','','','2017-06-23 07:57:18','2017-06-23 07:57:18','',55,'http://www.networkcablingsystems.com/new/2017/06/23/55-revision-v1/',0,'revision','',0),(57,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','57','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=57',2,'nav_menu_item','',0),(58,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','58','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=58',3,'nav_menu_item','',0),(59,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','59','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=59',4,'nav_menu_item','',0),(60,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','60','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=60',5,'nav_menu_item','',0),(61,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','61','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=61',7,'nav_menu_item','',0),(62,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','62','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=62',8,'nav_menu_item','',0),(63,1,'2017-06-23 07:58:41','2017-06-23 07:58:41',' ','','','publish','closed','closed','','63','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=63',9,'nav_menu_item','',0),(64,1,'2017-06-23 07:58:59','2017-06-23 07:58:59','','Work Order Request Form','','publish','closed','closed','','work-order-request-form','','','2017-06-23 07:58:59','2017-06-23 07:58:59','',0,'http://www.networkcablingsystems.com/new/?page_id=64',0,'page','',0),(65,1,'2017-06-23 07:58:59','2017-06-23 07:58:59','','Work Order Request Form','','inherit','closed','closed','','64-revision-v1','','','2017-06-23 07:58:59','2017-06-23 07:58:59','',64,'http://www.networkcablingsystems.com/new/2017/06/23/64-revision-v1/',0,'revision','',0),(66,1,'2017-06-23 07:59:08','2017-06-23 07:59:08','','FAQs','','publish','closed','closed','','faqs','','','2017-06-23 07:59:08','2017-06-23 07:59:08','',0,'http://www.networkcablingsystems.com/new/?page_id=66',0,'page','',0),(67,1,'2017-06-23 07:59:08','2017-06-23 07:59:08','','FAQs','','inherit','closed','closed','','66-revision-v1','','','2017-06-23 07:59:08','2017-06-23 07:59:08','',66,'http://www.networkcablingsystems.com/new/2017/06/23/66-revision-v1/',0,'revision','',0),(68,1,'2017-06-23 07:59:18','2017-06-23 07:59:18','','Case Studies','','publish','closed','closed','','case-studies','','','2017-06-23 07:59:18','2017-06-23 07:59:18','',0,'http://www.networkcablingsystems.com/new/?page_id=68',0,'page','',0),(69,1,'2017-06-23 07:59:18','2017-06-23 07:59:18','','Case Studies','','inherit','closed','closed','','68-revision-v1','','','2017-06-23 07:59:18','2017-06-23 07:59:18','',68,'http://www.networkcablingsystems.com/new/2017/06/23/68-revision-v1/',0,'revision','',0),(70,1,'2017-06-23 07:59:36','2017-06-23 07:59:36','','Industries Served','','publish','closed','closed','','industries-served','','','2017-06-23 08:03:10','2017-06-23 08:03:10','',0,'http://www.networkcablingsystems.com/new/?page_id=70',0,'page','',0),(71,1,'2017-06-23 07:59:36','2017-06-23 07:59:36','','Industries Served','','inherit','closed','closed','','70-revision-v1','','','2017-06-23 07:59:36','2017-06-23 07:59:36','',70,'http://www.networkcablingsystems.com/new/2017/06/23/70-revision-v1/',0,'revision','',0),(72,1,'2017-06-23 07:59:45','2017-06-23 07:59:45','','Downloads','','inherit','closed','closed','','70-revision-v1','','','2017-06-23 07:59:45','2017-06-23 07:59:45','',70,'http://www.networkcablingsystems.com/new/2017/06/23/70-revision-v1/',0,'revision','',0),(73,1,'2017-06-23 07:59:59','2017-06-23 07:59:59','','Questions & Feedback','','publish','closed','closed','','questions-feedback','','','2017-06-23 07:59:59','2017-06-23 07:59:59','',0,'http://www.networkcablingsystems.com/new/?page_id=73',0,'page','',0),(74,1,'2017-06-23 07:59:59','2017-06-23 07:59:59','','Questions & Feedback','','inherit','closed','closed','','73-revision-v1','','','2017-06-23 07:59:59','2017-06-23 07:59:59','',73,'http://www.networkcablingsystems.com/new/2017/06/23/73-revision-v1/',0,'revision','',0),(75,1,'2017-06-23 08:01:12','2017-06-23 08:01:12',' ','','','publish','closed','closed','','75','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=75',11,'nav_menu_item','',0),(76,1,'2017-06-23 08:01:12','2017-06-23 08:01:12',' ','','','publish','closed','closed','','76','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=76',12,'nav_menu_item','',0),(77,1,'2017-06-23 08:03:25','2017-06-23 08:03:25',' ','','','publish','closed','closed','','77','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=77',18,'nav_menu_item','',0),(78,1,'2017-06-23 08:03:25','2017-06-23 08:03:25',' ','','','publish','closed','closed','','78','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=78',14,'nav_menu_item','',0),(79,1,'2017-06-23 08:03:25','2017-06-23 08:03:25',' ','','','publish','closed','closed','','79','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=79',15,'nav_menu_item','',0),(80,1,'2017-06-23 08:02:49','2017-06-23 08:02:49','','Downloads','','publish','closed','closed','','downloads','','','2017-06-23 08:03:22','2017-06-23 08:03:22','',0,'http://www.networkcablingsystems.com/new/?page_id=80',0,'page','',0),(81,1,'2017-06-23 08:02:49','2017-06-23 08:02:49','','Industries Served','','inherit','closed','closed','','80-revision-v1','','','2017-06-23 08:02:49','2017-06-23 08:02:49','',80,'http://www.networkcablingsystems.com/new/2017/06/23/80-revision-v1/',0,'revision','',0),(82,1,'2017-06-23 08:03:10','2017-06-23 08:03:10','','Industries Served','','inherit','closed','closed','','70-revision-v1','','','2017-06-23 08:03:10','2017-06-23 08:03:10','',70,'http://www.networkcablingsystems.com/new/2017/06/23/70-revision-v1/',0,'revision','',0),(83,1,'2017-06-23 08:03:22','2017-06-23 08:03:22','','Downloads','','inherit','closed','closed','','80-revision-v1','','','2017-06-23 08:03:22','2017-06-23 08:03:22','',80,'http://www.networkcablingsystems.com/new/2017/06/23/80-revision-v1/',0,'revision','',0),(84,1,'2017-06-23 08:03:54','2017-06-23 08:03:54',' ','','','publish','closed','closed','','84','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=84',16,'nav_menu_item','',0),(85,1,'2017-06-23 08:03:54','2017-06-23 08:03:54',' ','','','publish','closed','closed','','85','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=85',17,'nav_menu_item','',0),(86,1,'2017-06-23 08:03:54','2017-06-23 08:03:54',' ','','','publish','closed','closed','','86','','','2017-06-23 13:25:55','2017-06-23 13:25:55','',0,'http://www.networkcablingsystems.com/new/?p=86',19,'nav_menu_item','',0),(87,1,'2017-06-23 08:12:06','2017-06-23 08:12:06','','fav','','inherit','open','closed','','fav','','','2017-06-23 08:12:06','2017-06-23 08:12:06','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/fav.png',0,'attachment','image/png',0),(88,1,'2017-06-23 08:12:11','2017-06-23 08:12:11','http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/cropped-fav.png','cropped-fav.png','','inherit','open','closed','','cropped-fav-png','','','2017-06-23 08:12:11','2017-06-23 08:12:11','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/cropped-fav.png',0,'attachment','image/png',0),(90,1,'2017-06-23 08:31:10','2017-06-23 08:31:10','','facebook','','inherit','open','closed','','facebook','','','2017-06-23 08:31:10','2017-06-23 08:31:10','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/facebook.png',0,'attachment','image/png',0),(91,1,'2017-06-23 08:31:43','2017-06-23 08:31:43','','linkedin','','inherit','open','closed','','linkedin','','','2017-06-23 08:31:43','2017-06-23 08:31:43','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/linkedin.png',0,'attachment','image/png',0),(92,1,'2017-06-23 08:32:14','2017-06-23 08:32:14','','youtube','','inherit','open','closed','','youtube','','','2017-06-23 08:32:14','2017-06-23 08:32:14','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/youtube.png',0,'attachment','image/png',0),(93,1,'2017-06-23 08:32:34','2017-06-23 08:32:34','','email','','inherit','open','closed','','email','','','2017-06-23 08:32:34','2017-06-23 08:32:34','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/email.png',0,'attachment','image/png',0),(94,1,'2017-06-23 08:44:10','2017-06-23 08:44:10',' ','','','publish','closed','closed','','94','','','2017-06-23 08:46:57','2017-06-23 08:46:57','',0,'http://www.networkcablingsystems.com/new/?p=94',1,'nav_menu_item','',0),(95,1,'2017-06-23 08:44:10','2017-06-23 08:44:10','','Services','','publish','closed','closed','','services','','','2017-06-23 08:46:57','2017-06-23 08:46:57','',0,'http://www.networkcablingsystems.com/new/?p=95',2,'nav_menu_item','',0),(96,1,'2017-06-23 08:44:10','2017-06-23 08:44:10',' ','','','publish','closed','closed','','96','','','2017-06-23 08:46:57','2017-06-23 08:46:57','',0,'http://www.networkcablingsystems.com/new/?p=96',3,'nav_menu_item','',0),(97,1,'2017-06-23 08:44:10','2017-06-23 08:44:10',' ','','','publish','closed','closed','','97','','','2017-06-23 08:46:57','2017-06-23 08:46:57','',0,'http://www.networkcablingsystems.com/new/?p=97',4,'nav_menu_item','',0),(98,1,'2017-06-23 08:44:10','2017-06-23 08:44:10','','Contact','','publish','closed','closed','','contact','','','2017-06-23 08:46:57','2017-06-23 08:46:57','',0,'http://www.networkcablingsystems.com/new/?p=98',5,'nav_menu_item','',0),(100,1,'2017-06-23 08:51:46','2017-06-23 08:51:46','','footer-logo','','inherit','open','closed','','footer-logo','','','2017-06-23 08:51:46','2017-06-23 08:51:46','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/footer-logo.png',0,'attachment','image/png',0),(101,1,'2017-06-23 09:00:29','2017-06-23 09:00:29','','Home','','inherit','closed','closed','','4-revision-v1','','','2017-06-23 09:00:29','2017-06-23 09:00:29','',4,'http://www.networkcablingsystems.com/new/2017/06/23/4-revision-v1/',0,'revision','',0),(102,1,'2017-06-23 09:01:59','2017-06-23 09:01:59','','slide1','','inherit','open','closed','','slide1','','','2017-06-23 09:01:59','2017-06-23 09:01:59','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/slide1.jpg',0,'attachment','image/jpeg',0),(104,1,'2017-06-23 09:40:57','2017-06-23 09:40:57','<h2>welcome to Network cabling systems</h2>\r\nNetwork Cabling Systems is a regional communications service contractor specializing in Voice and Data cabling. We design, implement and support highly dependable, scalable and secure network cabling systems. Our technical staff has experience and certifications in a broad range of best-of-breed solutions for the physical layer infrastructure. Our focus on this market and our depth of knowledge of cabling issues as well as our experience with a wide array of IT projects are key differentiators when we are compared to other consulting companies and resellers.\r\n\r\nNetwork Cabling Systems is a strategic business partner with a diverse group of small, medium and large companies.','Home','','inherit','closed','closed','','4-revision-v1','','','2017-06-23 09:40:57','2017-06-23 09:40:57','',4,'http://www.networkcablingsystems.com/new/2017/06/23/4-revision-v1/',0,'revision','',0),(105,1,'2017-06-23 09:44:05','2017-06-23 09:44:05','','Home','','inherit','closed','closed','','4-revision-v1','','','2017-06-23 09:44:05','2017-06-23 09:44:05','',4,'http://www.networkcablingsystems.com/new/2017/06/23/4-revision-v1/',0,'revision','',0),(106,1,'2017-06-23 09:44:15','2017-06-23 09:44:15','<h2>welcome to Network cabling systems</h2>\r\nNetwork Cabling Systems is a regional communications service contractor specializing in Voice and Data cabling. We design, implement and support highly dependable, scalable and secure network cabling systems. Our technical staff has experience and certifications in a broad range of best-of-breed solutions for the physical layer infrastructure. Our focus on this market and our depth of knowledge of cabling issues as well as our experience with a wide array of IT projects are key differentiators when we are compared to other consulting companies and resellers.\r\n\r\nNetwork Cabling Systems is a strategic business partner with a diverse group of small, medium and large companies.','Home','','inherit','closed','closed','','4-revision-v1','','','2017-06-23 09:44:15','2017-06-23 09:44:15','',4,'http://www.networkcablingsystems.com/new/2017/06/23/4-revision-v1/',0,'revision','',0),(107,1,'2017-06-23 11:00:48','2017-06-23 11:00:48','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','publish','open','open','','blog-title-here','','','2017-06-23 11:34:21','2017-06-23 11:34:21','',0,'http://www.networkcablingsystems.com/new/?p=107',0,'post','',0),(108,1,'2017-06-23 11:00:48','2017-06-23 11:00:48','','Blog title here','','inherit','closed','closed','','107-revision-v1','','','2017-06-23 11:00:48','2017-06-23 11:00:48','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-revision-v1/',0,'revision','',0),(109,1,'2017-06-23 11:01:50','2017-06-23 11:01:50','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','107-autosave-v1','','','2017-06-23 11:01:50','2017-06-23 11:01:50','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-autosave-v1/',0,'revision','',0),(110,1,'2017-06-23 11:07:48','2017-06-23 11:07:48','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','107-revision-v1','','','2017-06-23 11:07:48','2017-06-23 11:07:48','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-revision-v1/',0,'revision','',0),(111,1,'2017-06-23 11:12:35','2017-06-23 11:12:35','','feature1','','inherit','open','closed','','feature1','','','2017-06-23 11:12:35','2017-06-23 11:12:35','',107,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/feature1.png',0,'attachment','image/png',0),(112,1,'2017-06-23 11:33:06','2017-06-23 11:33:06','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?\r\n\r\nUt quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?\r\n\r\nUt quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','107-revision-v1','','','2017-06-23 11:33:06','2017-06-23 11:33:06','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-revision-v1/',0,'revision','',0),(113,1,'2017-06-23 11:33:27','2017-06-23 11:33:27','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?\r\n\r\nBBBBB Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?\r\n\r\nUt quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','107-revision-v1','','','2017-06-23 11:33:27','2017-06-23 11:33:27','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-revision-v1/',0,'revision','',0),(114,1,'2017-06-23 11:34:21','2017-06-23 11:34:21','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','107-revision-v1','','','2017-06-23 11:34:21','2017-06-23 11:34:21','',107,'http://www.networkcablingsystems.com/new/2017/06/23/107-revision-v1/',0,'revision','',0),(115,1,'2017-06-23 11:36:40','2017-06-23 11:36:40','<h2>welcome to Network cabling systems</h2>\nNetwork Cabling Systems is a regional communications service contractor specializing in Voice and Data cabling. We design, implement and support highly dependable, scalable and secure network cabling systems. Our technical staff has experience and certifications in a broad range of best-of-breed solutions for the physical layer infrastructure. Our focus on this market and our depth of knowledge of cabling issues as well as our experience with a wide array of IT projects are key differentiators when we are compared to other consulting companies and resellers.\n\nNetwork Cabling Systems is a strategic business partner with a diverse group of small, medium and large companies.','Home','','inherit','closed','closed','','4-autosave-v1','','','2017-06-23 11:36:40','2017-06-23 11:36:40','',4,'http://www.networkcablingsystems.com/new/2017/06/23/4-autosave-v1/',0,'revision','',0),(117,1,'2017-06-23 11:44:15','2017-06-23 11:44:15','','feature2','','inherit','open','closed','','feature2','','','2017-06-23 11:44:15','2017-06-23 11:44:15','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/feature2.png',0,'attachment','image/png',0),(118,1,'2017-06-23 11:44:40','2017-06-23 11:44:40','','feature3','','inherit','open','closed','','feature3','','','2017-06-23 11:44:40','2017-06-23 11:44:40','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/feature3.png',0,'attachment','image/png',0),(119,1,'2017-06-23 12:38:24','2017-06-23 12:38:24','','pp-logo','','inherit','open','closed','','pp-logo','','','2017-06-23 12:38:24','2017-06-23 12:38:24','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/pp-logo.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-06-23 12:39:31','2017-06-23 12:39:31','','studio490B','','inherit','open','closed','','studio490b','','','2017-06-23 12:39:31','2017-06-23 12:39:31','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/studio490B.jpg',0,'attachment','image/jpeg',0),(121,1,'2017-06-23 12:40:03','2017-06-23 12:40:03','','banyancreative','','inherit','open','closed','','banyancreative','','','2017-06-23 12:40:03','2017-06-23 12:40:03','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/banyancreative.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-06-23 12:40:20','2017-06-23 12:40:20','','Job31','','inherit','open','closed','','job31','','','2017-06-23 12:40:20','2017-06-23 12:40:20','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/Job31.jpg',0,'attachment','image/jpeg',0),(123,1,'2017-06-23 12:40:54','2017-06-23 12:40:54','','Cornerstone','','inherit','open','closed','','cornerstone','','','2017-06-23 12:40:54','2017-06-23 12:40:54','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/Cornerstone.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-06-23 12:41:18','2017-06-23 12:41:18','','ppg','','inherit','open','closed','','ppg','','','2017-06-23 12:41:18','2017-06-23 12:41:18','',4,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/ppg.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-06-23 13:02:49','2017-06-23 13:02:49','','intro','','inherit','open','closed','','intro','','','2017-06-23 13:02:49','2017-06-23 13:02:49','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/intro.jpg',0,'attachment','image/jpeg',0),(128,1,'2017-06-23 13:16:06','2017-06-23 13:16:06','','article-image','','inherit','open','closed','','article-image','','','2017-06-23 13:16:06','2017-06-23 13:16:06','',0,'http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-06-23 13:25:04','2017-06-23 13:25:04','','About Network Cabling Systems','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:25:04','2017-06-23 13:25:04','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(133,1,'2017-06-23 13:26:36','2017-06-23 13:26:36','<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About Network Cabling Systems','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:26:36','2017-06-23 13:26:36','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(135,1,'2017-06-23 13:35:46','2017-06-23 13:35:46','<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:35:46','2017-06-23 13:35:46','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(136,1,'2017-06-23 13:36:15','2017-06-23 13:36:15','<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About Network Cabling Systems','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:36:15','2017-06-23 13:36:15','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(137,1,'2017-06-23 13:38:16','2017-06-23 13:38:16','About Network Cabling Systems - H1\n<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\n<h2>Subhead - H2</h2>\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\n<ul>\n <li>List item here</li>\n <li>List item here</li>\n <li>List item here</li>\n <li>List item here</li>\n</ul>\n<h3>Subhead - H3</h3>\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About Network Cabling Systems','','inherit','closed','closed','','11-autosave-v1','','','2017-06-23 13:38:16','2017-06-23 13:38:16','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-autosave-v1/',0,'revision','',0),(138,1,'2017-06-23 13:37:27','2017-06-23 13:37:27','<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:37:27','2017-06-23 13:37:27','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(139,1,'2017-06-23 13:38:23','2017-06-23 13:38:23','<h1>About Network Cabling Systems - H1</h1>\r\n<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About Network Cabling Systems','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:38:23','2017-06-23 13:38:23','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(140,1,'2017-06-23 13:38:34','2017-06-23 13:38:34','<h1>About Network Cabling Systems - H1</h1>\r\n<img class=\"alignright wp-image-128 size-full\" src=\"http://www.networkcablingsystems.com/new/wp-content/uploads/2017/06/article-image.jpg\" alt=\"\" width=\"432\" height=\"385\" />Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, ut assimus, officid este <a href=\"#\">link color</a> conest, natiur? Ecus, sim ipsum quaspedi tem conseni cone liqui cum utecabo ressit, nienis et aut quae Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to modipitae. Oluptae voloratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. loratem sit liqui conserem repudit, nusam ipsaniendus voluptatur, Natem andunto rersperecae verest voluptamet quibus molum fugiassitis earum quam quia si blaut inciis expla duciendam, officipsant parumque perum velit plabore sequas utem res resse sus eium volupta nos dolum ium eaqui to ll uptat. Natem andunto rersperecae verest\r\n<h2>Subhead - H2</h2>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet\r\nhit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore pe voluptatis doluptati odis modit eaquiasin rem quiam am alibusciis dolupta tempora verum alitis res explit magnate dicabo. Ut officienimet ea nonsequas dolo ipsunt a dipsae cone cus exernam quaerciducil magnia nobit, totatur?\r\n<ul>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n <li>List item here</li>\r\n</ul>\r\n<h3>Subhead - H3</h3>\r\nPudae id quisti omnihitis cus doluptaspit, et dipsaec abores nullorerro totam delique conseque plitatquis et ma num, arumet hit omnis et et enistorio. Cae occusti untecus sitatin et landit ius ius et ped essit et anti con conecepel is cuptas volore','About','','inherit','closed','closed','','11-revision-v1','','','2017-06-23 13:38:34','2017-06-23 13:38:34','',11,'http://www.networkcablingsystems.com/new/2017/06/23/11-revision-v1/',0,'revision','',0),(141,1,'2017-06-23 13:50:42','2017-06-23 13:50:42','','NCS Blog','','inherit','closed','closed','','5-autosave-v1','','','2017-06-23 13:50:42','2017-06-23 13:50:42','',5,'http://www.networkcablingsystems.com/new/2017/06/23/5-autosave-v1/',0,'revision','',0),(143,1,'2017-06-26 09:51:42','2017-06-26 09:51:42','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','publish','open','open','','blog-title-here-copy','','','2017-06-26 09:52:00','2017-06-26 09:52:00','',0,'http://www.networkcablingsystems.com/new/2017/06/26/blog-title-here-copy/',0,'post','',0),(144,1,'2017-06-26 09:51:45','2017-06-26 09:51:45','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','publish','open','open','','blog-title-here-copy-2','','','2017-06-26 11:54:09','2017-06-26 11:54:09','',0,'http://www.networkcablingsystems.com/new/2017/06/26/blog-title-here-copy-2/',0,'post','',0),(145,1,'2017-06-26 09:51:52','2017-06-26 09:51:52','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. Xerest odignih icaestistem ad ut pel et laut oditiam, con cus debis utem niminvernam, omnim harupti umquaturent accus esciunt uriatio. Genis nonsedis aliquas perore dis magnam rerferum fugit as inum exerior essitatem facestis velesci issinullo dolorem re sunt ut volupta porrovidis dessequos quamusapis ent quoditatem veritio et qui doloribus sinctiat lab ipsae saperer ibusae dolo dolestis vendem idus exerestecea ape ped eruptibus debitatia as etur am, volor min perumendi doleniet mint fugianto vollece perspel lupitat iistiae niendiones eossit quaepellore non cum quo omnienda postrum imus as voluptas asit laborrovit iniam aut ero te landis plitiatem ipiciatem alit quundipsae et vit iusande lentoriatem seruntur, optatur?\r\n\r\nminusciis qui doluptatis cum, sundam idestrum a quidis ut ametumquam, quiasped mo delit, cuscips untiae. Ibusdae id modi di voluptatur, torpori tatiunda quam, con et eaquiantor reptiun ditatio nsequun ditium, simos ma delibus diorionesti dus doluptatures ut alitatio quisse maionseque modit, vellit et qui cum que quides quo que volor audipsaecta volupta consed quissinctur, ium, nis aut hilita incimpo rectotatur, veles quosaperum rem nonsedi gendunt eostrum ratem liciasp ereped mi, voluptata as evelige nimpor maio tempeli busapit aectem ad maion consece rspisi cum quis quibeaquae apientus simintia aut omnime odioria tatemque iusapiducia quae nat. Erspe porecti si torio dolor mi, sum et facieni utem quidisque cus ea volorepedi aut facesto testruptatas qui idem fuga. Volupta tenimus esequi il eiurit fugia dolum sita consequi quost qui apicil min repero in rem quiam is a nam fuga. Itibus volo quas volum etur repti cum hitam sequatur aliquis elicaturi bero etus voluptatur? Arci occuptio tem in rereperuptur arum a dolest fuga. Ut at laborit aut ullores sequam quodian dundeleseria nullacc ulloreste sundi adit rest, odiosania corehen danduciae etur, te quide nulpa impores et vitas acepudiat volestis utem quam non consed ea cuscia sequi aut aut as enimos quo eum quis ipsa dolupta tisquunt etur?','Blog title here','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','publish','open','open','','blog-title-here-copy-3','','','2017-06-26 11:43:54','2017-06-26 11:43:54','',0,'http://www.networkcablingsystems.com/new/2017/06/26/blog-title-here-copy-3/',0,'post','',0),(146,1,'2017-06-26 09:52:00','2017-06-26 09:52:00','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','143-revision-v1','','','2017-06-26 09:52:00','2017-06-26 09:52:00','',143,'http://www.networkcablingsystems.com/new/2017/06/26/143-revision-v1/',0,'revision','',0),(147,1,'2017-06-26 09:52:07','2017-06-26 09:52:07','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','144-revision-v1','','','2017-06-26 09:52:07','2017-06-26 09:52:07','',144,'http://www.networkcablingsystems.com/new/2017/06/26/144-revision-v1/',0,'revision','',0),(148,1,'2017-06-26 09:52:14','2017-06-26 09:52:14','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','','inherit','closed','closed','','145-revision-v1','','','2017-06-26 09:52:14','2017-06-26 09:52:14','',145,'http://www.networkcablingsystems.com/new/2017/06/26/145-revision-v1/',0,'revision','',0),(149,1,'2017-06-26 11:12:13','2017-06-26 11:12:13','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','Blog title here','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','inherit','closed','closed','','145-revision-v1','','','2017-06-26 11:12:13','2017-06-26 11:12:13','',145,'http://www.networkcablingsystems.com/new/145-revision-v1/',0,'revision','',0),(150,1,'2017-06-26 11:12:45','2017-06-26 11:12:45','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. Xerest odignih icaestistem ad ut pel et laut oditiam, con cus debis utem niminvernam, omnim harupti umquaturent accus esciunt uriatio. Genis nonsedis aliquas perore dis magnam rerferum fugit as inum exerior essitatem facestis velesci issinullo dolorem re sunt ut volupta porrovidis dessequos quamusapis ent quoditatem veritio et qui doloribus sinctiat lab ipsae saperer ibusae dolo dolestis vendem idus exerestecea ape ped eruptibus debitatia as etur am, volor min perumendi doleniet mint fugianto vollece perspel lupitat iistiae niendiones eossit quaepellore non cum quo omnienda postrum imus as voluptas asit laborrovit iniam aut ero te landis plitiatem ipiciatem alit quundipsae et vit iusande lentoriatem seruntur, optatur?\r\n\r\nminusciis qui doluptatis cum, sundam idestrum a quidis ut ametumquam, quiasped mo delit, cuscips untiae. Ibusdae id modi di voluptatur, torpori tatiunda quam, con et eaquiantor reptiun ditatio nsequun ditium, simos ma delibus diorionesti dus doluptatures ut alitatio quisse maionseque modit, vellit et qui cum que quides quo que volor audipsaecta volupta consed quissinctur, ium, nis aut hilita incimpo rectotatur, veles quosaperum rem nonsedi gendunt eostrum ratem liciasp ereped mi, voluptata as evelige nimpor maio tempeli busapit aectem ad maion consece rspisi cum quis quibeaquae apientus simintia aut omnime odioria tatemque iusapiducia quae nat. Erspe porecti si torio dolor mi, sum et facieni utem quidisque cus ea volorepedi aut facesto testruptatas qui idem fuga. Volupta tenimus esequi il eiurit fugia dolum sita consequi quost qui apicil min repero in rem quiam is a nam fuga. Itibus volo quas volum etur repti cum hitam sequatur aliquis elicaturi bero etus voluptatur? Arci occuptio tem in rereperuptur arum a dolest fuga. Ut at laborit aut ullores sequam quodian dundeleseria nullacc ulloreste sundi adit rest, odiosania corehen danduciae etur, te quide nulpa impores et vitas acepudiat volestis utem quam non consed ea cuscia sequi aut aut as enimos quo eum quis ipsa dolupta tisquunt etur?','Blog title here','Ut quiam accum rerio to ent. Parcilit iliti tota volesedit alit, officiis quae es reperit aecabori ad molor secus eatio con rem aut quidere aut doluptur, si cus cus et, ut plabo. Itatem eost, untem net id ute nulleni stenempos in perionestia corat. Nam sim alit moloreptium fugitate venistior seque debis doluptate voluptiam que vitame nobisit, as et eum imendaepel iunti qui doluptis deliquiatia si non exerum fugit, sed et quid mossequi dolupti conseque audit pos enis et id es et dios quaspicate eatemque enisquae. Ita verum vent denihiciam ut ant. seruntur, optatur?','inherit','closed','closed','','145-revision-v1','','','2017-06-26 11:12:45','2017-06-26 11:12:45','',145,'http://www.networkcablingsystems.com/new/145-revision-v1/',0,'revision','',0),(159,1,'2017-06-26 12:41:47','2017-06-26 12:41:47','[gravityform id=\"1\" title=\"true\" description=\"true\" ajax=\"true\"]','Contact Us','','inherit','closed','closed','','13-revision-v1','','','2017-06-26 12:41:47','2017-06-26 12:41:47','',13,'http://www.networkcablingsystems.com/new/13-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form` -- DROP TABLE IF EXISTS `wp_rg_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form` -- LOCK TABLES `wp_rg_form` WRITE; /*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */; INSERT INTO `wp_rg_form` VALUES (1,'Get in touch','2017-06-26 12:39:40',1,0); /*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_meta` -- DROP TABLE IF EXISTS `wp_rg_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_meta` -- LOCK TABLES `wp_rg_form_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */; INSERT INTO `wp_rg_form_meta` VALUES (1,'{\"title\":\"Get in touch\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"text\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":3,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1}],\"version\":\"2.2\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5951008c64bd1\":{\"id\":\"5951008c64bd1\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5951008c648a0\":{\"id\":\"5951008c648a0\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); /*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_view` -- DROP TABLE IF EXISTS `wp_rg_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_view` -- LOCK TABLES `wp_rg_form_view` WRITE; /*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_incomplete_submissions` -- DROP TABLE IF EXISTS `wp_rg_incomplete_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_incomplete_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_incomplete_submissions` -- LOCK TABLES `wp_rg_incomplete_submissions` WRITE; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead` -- DROP TABLE IF EXISTS `wp_rg_lead`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead` -- LOCK TABLES `wp_rg_lead` WRITE; /*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */; INSERT INTO `wp_rg_lead` VALUES (1,1,NULL,'2017-06-27 11:45:15',0,0,'192.168.2.121','http://www.networkcablingsystems.com/new/contact-us/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'); /*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail` -- DROP TABLE IF EXISTS `wp_rg_lead_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`), KEY `lead_field_value` (`value`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail` -- LOCK TABLES `wp_rg_lead_detail` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */; INSERT INTO `wp_rg_lead_detail` VALUES (1,1,1,1,'dd'),(2,1,1,2,'john@doe.com'),(3,1,1,3,'Test'); /*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail_long` -- DROP TABLE IF EXISTS `wp_rg_lead_detail_long`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lead_detail_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail_long` -- LOCK TABLES `wp_rg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_meta` -- DROP TABLE IF EXISTS `wp_rg_lead_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_meta` -- LOCK TABLES `wp_rg_lead_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_notes` -- DROP TABLE IF EXISTS `wp_rg_lead_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_notes` -- LOCK TABLES `wp_rg_lead_notes` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_notes` 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_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 (17,2,0),(18,2,0),(19,2,0),(31,3,0),(32,3,0),(33,3,0),(34,3,0),(35,3,0),(36,3,0),(37,4,0),(40,4,0),(41,4,0),(44,4,0),(57,4,0),(58,4,0),(59,4,0),(60,4,0),(61,4,0),(62,4,0),(63,4,0),(75,4,0),(76,4,0),(77,4,0),(78,4,0),(79,4,0),(84,4,0),(85,4,0),(86,4,0),(94,5,0),(95,5,0),(96,5,0),(97,5,0),(98,5,0),(107,6,0),(107,8,0),(107,9,0),(143,6,0),(143,8,0),(143,9,0),(144,6,0),(144,8,0),(144,9,0),(145,6,0),(145,8,0),(145,9,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,3),(3,3,'nav_menu','',0,6),(4,4,'nav_menu','',0,19),(5,5,'nav_menu','',0,5),(6,6,'category','',0,4),(8,8,'category','',0,4),(9,9,'category','',0,4); /*!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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Utilities Menu','utilities-menu',0),(3,'Main Menu','main-menu',0),(4,'Mega Menu','mega-menu',0),(5,'Footer Menu','footer-menu',0),(6,'Leadership','leadership',0),(8,'Education','education',0),(9,'Membership','membership',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','John Doe'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'show_welcome_panel','1'),(16,1,'network_cabling_1_dashboard_quick_press_last_post_id','161'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"174.109.171.0\";}'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(21,1,'nav_menu_recently_edited','4'),(22,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(23,1,'network_cabling_1_user-settings-time','1498224380'),(24,1,'closedpostboxes_post','a:0:{}'),(25,1,'metaboxhidden_post','a:7:{i:0;s:17:\"homepage_settings\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(26,1,'session_tokens','a:1:{s:64:\"94a3b1c5775f578110e36bca2687e0446d75127ee5a77c4fc119f3f2da4fa899\";a:4:{s:10:\"expiration\";i:1499544734;s:2:\"ip\";s:14:\"174.109.171.92\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1499371934;}}'),(27,1,'gform_recent_forms','a:1:{i:0;s:1:\"1\";}'),(28,1,'wp_dashboard_quick_press_last_post_id','163'),(29,1,'wp_user-settings-time','1498745843'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BL3Usxv2vlqrwjhJ04y0OGsmTljANQ.','admin','nobody@example.com','','2017-06-20 11:33:06','',0,'John Doe'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'ncs_db' -- /*!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-07-10 8:10:48